* Finish task #57848.
This commit is contained in:
@@ -84,6 +84,7 @@ $lang->todo->specifiedDay = array(1 => 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
|
||||
$lang->todo->confirmBug = 'Dieser Todo steht in Beziehung mit Bug #%s. Möchten Sie das bearbeiten?';
|
||||
$lang->todo->confirmTask = 'Dieser Todo steht in Beziehung mit Task #%s, Möchten Sie das bearbeiten?';
|
||||
$lang->todo->confirmStory = 'Dieser Todo steht in Beziehung mit Story #%s, Möchten Sie das bearbeiten?';
|
||||
$lang->todo->noOptions = 'You have no %s todo at the moment. Please reselect the Todo type.';
|
||||
|
||||
$lang->todo->statusList['wait'] = 'Wartend';
|
||||
$lang->todo->statusList['doing'] = 'In Arbeit';
|
||||
|
||||
@@ -84,7 +84,7 @@ $lang->todo->specifiedDay = array(1 => 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
|
||||
$lang->todo->confirmBug = 'This Todo is linked to Bug #%s. Do you want to edit it?';
|
||||
$lang->todo->confirmTask = 'This Todo is linked to Task #%s,Do you want to edit it?';
|
||||
$lang->todo->confirmStory = 'This Todo is linked to Story #%s,Do you want to edit it?';
|
||||
$lang->todo->noOptions = 'You have no pending %s, please re select the todo type.';
|
||||
$lang->todo->noOptions = 'You have no %s todo at the moment. Please reselect the Todo type.';
|
||||
|
||||
$lang->todo->statusList['wait'] = 'Waiting';
|
||||
$lang->todo->statusList['doing'] = 'Doing';
|
||||
|
||||
@@ -84,6 +84,7 @@ $lang->todo->specifiedDay = array(1 => 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
|
||||
$lang->todo->confirmBug = "Cette action est liée au Bug #%s. Voulez-vous l'éditer ?";
|
||||
$lang->todo->confirmTask = "Cette action est liée à la Tâche #%s. Voulez-vous l'éditer ?";
|
||||
$lang->todo->confirmStory = "Cette action est liée à la Story #%s. Voulez-vous l'éditer ?";
|
||||
$lang->todo->noOptions = 'Vous n\'avez pas de %s en attente pour le moment. Veuillez sélectionner le type de Todo.';
|
||||
|
||||
$lang->todo->statusList['wait'] = 'En Attente';
|
||||
$lang->todo->statusList['doing'] = 'En cours';
|
||||
|
||||
Reference in New Issue
Block a user