From 666be691695fca3ce3fd873a54710d19b68ebcbd Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Thu, 23 Jun 2022 00:33:03 +0000 Subject: [PATCH] * Finish task #57848. --- module/todo/lang/de.php | 1 + module/todo/lang/en.php | 2 +- module/todo/lang/fr.php | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/module/todo/lang/de.php b/module/todo/lang/de.php index 0b9ac21f6b..1ea4dad944 100644 --- a/module/todo/lang/de.php +++ b/module/todo/lang/de.php @@ -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'; diff --git a/module/todo/lang/en.php b/module/todo/lang/en.php index 93c7ca95f0..930f5d3a79 100644 --- a/module/todo/lang/en.php +++ b/module/todo/lang/en.php @@ -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'; diff --git a/module/todo/lang/fr.php b/module/todo/lang/fr.php index 98ad886135..2f3a4a9e13 100644 --- a/module/todo/lang/fr.php +++ b/module/todo/lang/fr.php @@ -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';