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
|
|
@ -90,7 +90,7 @@ PHP Censor',
|
|||
'github' => 'GitHub',
|
||||
'bitbucket' => 'Bitbucket',
|
||||
'gitlab' => 'GitLab',
|
||||
'remote' => 'URL Remota',
|
||||
'git' => 'Git',
|
||||
'local' => 'Path local',
|
||||
'hg' => 'Mercurial',
|
||||
'svn' => 'Subversion',
|
||||
|
|
@ -110,8 +110,8 @@ PHP Censor',
|
|||
'archived_menu' => 'Archivado',
|
||||
'save_project' => 'Guardar Proyecto',
|
||||
|
||||
'error_mercurial' => 'La URL del repositorio de Mercurial debe comenzar con http:// or https://',
|
||||
'error_remote' => 'La URL del repositorio debe comenzar con git://, http:// or https://',
|
||||
'error_hg' => 'La URL del repositorio de Mercurial debe comenzar con http:// or https://',
|
||||
'error_git' => 'La URL del repositorio debe comenzar con git://, http:// or https://',
|
||||
'error_gitlab' => 'El nombre del repositorio de GitLab debe tener el formato "user@domain.tld:owner/repo.git"',
|
||||
'error_github' => 'El nombre del repositorio debe tener el formato "owner/repo"',
|
||||
'error_bitbucket' => 'El nombre del repo debe tener el formato "owner/repo"',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue