Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
epm
git
Commits
5ac8f01e
Commit
5ac8f01e
authored
May 15, 2017
by
Marius David Wieschollek
Browse files
Updated language files
parent
ea997a0b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Classes/Hooks/EpmProjectCreateHook.php
View file @
5ac8f01e
...
...
@@ -23,11 +23,11 @@ class EpmProjectCreateHook {
$output
->
banner
(
'GIT Integration'
,
$output
::
BANNER_B2
);
if
(
!
$input
->
confirm
(
'
Möchten Sie ein GIT Repository hinzufügen
'
))
return
;
if
(
!
$input
->
confirm
(
'
git.repository.add
'
))
return
;
$origin
=
$this
->
gitUtility
->
getOriginUrl
();
if
(
$origin
===
null
)
{
$origin
=
$input
->
prompt
(
'
Bitte geben Sie die Komplette Git URL ein
'
);
$origin
=
$input
->
prompt
(
'
git.repository.url
'
);
}
$job
->
addToConfigFile
(
"
\$
cfg['git']['origin']='
{
$origin
}
';"
);
...
...
Resources/Language/de.json
View file @
5ac8f01e
{
"git.project.clone"
:
"Klone GIT Repository: "
,
"git.project.clone.failed"
:
"Konen des Repositories fehlgeschlagen"
,
"git.project.clone.retry"
:
"Möchten Sie es erneut versuchen"
"git.project.clone.retry"
:
"Möchten Sie es erneut versuchen"
,
"git.repository.add"
:
"Möchten Sie ein GIT Repository hinzufügen"
,
"git.repository.url"
:
"Bitte geben Sie die Komplette Git URL ein"
}
\ No newline at end of file
Resources/Language/en.json
View file @
5ac8f01e
...
...
@@ -2,5 +2,7 @@
"git.checkout.git"
:
"Git: "
,
"git.project.clone"
:
"Cloning GIT repository: "
,
"git.project.clone.failed"
:
"Cloning the repository failed"
,
"git.project.clone.retry"
:
"Do you want to try again"
"git.project.clone.retry"
:
"Do you want to try again"
,
"git.repository.add"
:
"Do you want to add a GIT repository"
,
"git.repository.url"
:
"Please enter the full GIT url"
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment