Fixes for project type (git, github, gogs etc.). Issue #162.

This commit is contained in:
Dmitry Khomutov 2018-03-08 15:54:19 +07:00
commit f4ecb0e1e7
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
17 changed files with 63 additions and 63 deletions

View file

@ -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"',