summaryrefslogtreecommitdiff
path: root/app/Locale/ro_RO
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-11-09 11:17:07 -0800
committerFrederic Guillot <fred@kanboard.net>2017-11-09 11:17:07 -0800
commita12e159de06b2a09c9e6cfd6cab47392c7b7f3f6 (patch)
tree7f99975283f6b04c98d167cc89a02219b6e5e07a /app/Locale/ro_RO
parentd8e88582f776842ad510f0a42e4705d672c0c277 (diff)
Check if the start date is before due date
Diffstat (limited to 'app/Locale/ro_RO')
-rw-r--r--app/Locale/ro_RO/translations.php7
1 files changed, 4 insertions, 3 deletions
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' => '',
);