* Finish task #57848.

This commit is contained in:
zhouxudong
2022-06-23 00:33:03 +00:00
parent 8c4cd735e5
commit 666be69169
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -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';
+1 -1
View File
@@ -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 #%sDo you want to edit it?';
$lang->todo->confirmStory = 'This Todo is linked to Story #%sDo 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';
+1
View File
@@ -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';