From a12e159de06b2a09c9e6cfd6cab47392c7b7f3f6 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 9 Nov 2017 11:17:07 -0800 Subject: Check if the start date is before due date --- app/Locale/ro_RO/translations.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app/Locale/ro_RO/translations.php') diff --git a/app/Locale/ro_RO/translations.php b/app/Locale/ro_RO/translations.php index f4c1e84b..14ecf78f 100644 --- a/app/Locale/ro_RO/translations.php +++ b/app/Locale/ro_RO/translations.php @@ -22,7 +22,7 @@ return array( 'Dark Grey' => 'Gri închis', 'Pink' => 'Roz', 'Teal' => 'Turcoaz', - 'Cyan'=> 'Bleu', + 'Cyan' => 'Bleu', 'Lime' => 'Lime', 'Light Green' => 'Verde deschis', 'Amber' => 'Ambră', @@ -685,8 +685,8 @@ return array( 'Search by color: ' => 'Caută după culoare: ', 'Search by category: ' => 'Caută după categorie: ', 'Search by description: ' => 'Caută după descriere: ', - 'Average time spent into each column' => 'Timp mediu petrecut în fiecare coloană', 'Search by due date: ' => 'Caută după dată scadentă: ', + 'Average time spent into each column' => 'Timp mediu petrecut în fiecare coloană', 'Average time spent' => 'Timp mediu utilizat', 'This chart show the average time spent into each column for the last %d tasks.' => 'Acest grafic arată timpul mediu petrecut în fiecare coloană pentru ultimele %d sarcini.', 'Average Lead and Cycle time' => 'Durată medie de Avans si Ciclu', @@ -1355,5 +1355,6 @@ return array( 'Unable to update this template.' => 'Nu am putut actualiza modelul.', 'Template removed successfully.' => 'Model șters.', 'Unable to remove this template.' => 'Nu am putut șterge modelul.', - 'Description Templates' => 'Modele de descriere', + // 'Template for the task description' => '', + // 'The start date is greater than the end date' => '', ); -- cgit v1.2.3