Fixes for project type (git, github, gogs etc.). Issue #162.
This commit is contained in:
parent
5c8a8c44c2
commit
f4ecb0e1e7
17 changed files with 63 additions and 63 deletions
|
|
@ -97,7 +97,7 @@ PHP Censor',
|
|||
'github' => 'GitHub',
|
||||
'bitbucket' => 'Bitbucket',
|
||||
'gitlab' => 'GitLab',
|
||||
'remote' => 'URL distante',
|
||||
'git' => 'Git',
|
||||
'local' => 'Chemin local',
|
||||
'hg' => 'Mercurial',
|
||||
'svn' => 'Subversion',
|
||||
|
|
@ -117,8 +117,8 @@ PHP Censor',
|
|||
'archived_menu' => 'Archivé',
|
||||
'save_project' => 'Enregistrer le projet',
|
||||
|
||||
'error_mercurial' => 'Les URLs de dépôt Mercurial doivent commencer par http:// ou https://',
|
||||
'error_remote' => 'Les URLs de dépôt doivent commencer par git://, http:// ou https://',
|
||||
'error_hg' => 'Les URLs de dépôt Mercurial doivent commencer par http:// ou https://',
|
||||
'error_git' => 'Les URLs de dépôt doivent commencer par git://, http:// ou https://',
|
||||
'error_gitlab' => 'Le nom du dépôt GitLab doit avoir le format "user@domain.tld:owner/repo.git"',
|
||||
'error_github' => 'Le nom du dépôt doit être dans le format "proprietaire/dépôt"',
|
||||
'error_bitbucket' => 'Le nom du dépôt doit être dans le format "proprietaire/dépôt"',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue