summaryrefslogtreecommitdiff
path: root/app/Locale/el_GR
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2018-05-10 14:30:59 -0700
committerFrédéric Guillot <fred@kanboard.net>2018-05-10 14:30:59 -0700
commiteafaa4b03770a73080520952112905eb8135a62f (patch)
treeb3c721ca2f3800c8f0694137762fd46ffd16b3de /app/Locale/el_GR
parentecc9d80671fdfd4434ac7ecf3113507e6a06da64 (diff)
Make hardcoded hours string translatable
Diffstat (limited to 'app/Locale/el_GR')
-rw-r--r--app/Locale/el_GR/translations.php7
1 files changed, 2 insertions, 5 deletions
diff --git a/app/Locale/el_GR/translations.php b/app/Locale/el_GR/translations.php
index afbcb9f1..b445a9c1 100644
--- a/app/Locale/el_GR/translations.php
+++ b/app/Locale/el_GR/translations.php
@@ -256,7 +256,6 @@ return array(
'Do you really want to remove this sub-task?' => 'Διαγραφή της υπο-εργασίας ?',
'Remaining:' => 'Απομένει :',
'hours' => 'ώρες',
- 'spent' => 'ξοδεύτηκε',
'estimated' => 'κατ\' εκτίμηση',
'Sub-Tasks' => 'Υπο-Εργασίες',
'Add a sub-task' => 'Προσθήκη υπο-εργασίας',
@@ -481,7 +480,6 @@ return array(
'Link removed successfully.' => 'Το link αφαιρέθηκε με επιτυχία.',
'Link labels' => 'Link labels',
'Link modification' => 'Τροποποίηση Link ',
- 'Links' => 'Links',
'Opposite label' => 'Αντίθετο label',
'Remove a link' => 'Αφαίρεση ενός link',
'The labels must be different' => 'Τα label πρέπει να είναι διαφορετικά',
@@ -522,7 +520,6 @@ return array(
'CAD - Canadian Dollar' => 'CAD - Canadian Dollar',
'CHF - Swiss Francs' => 'CHF - Swiss Francs',
'Custom Stylesheet' => 'Custom Stylesheet',
- 'download' => 'download',
'EUR - Euro' => 'EUR - Euro',
'GBP - British Pound' => 'GBP - British Pound',
'INR - Indian Rupee' => 'INR - Indian Rupee',
@@ -593,7 +590,6 @@ return array(
'Existing due date' => 'Υπάρχουσα ημερομηνία καθηκόντων',
'Factor to calculate new due date: ' => 'Συντελεστής για τον υπολογισμό νέας ημερομηνίας καθηκόντων: ',
'Month(s)' => 'Μήνες',
- 'Recurrence' => 'Επανάληψη',
'This task has been created by: ' => 'Αυτό το έργο δημιουργήθηκε από τον χρήστη :',
'Recurrent task has been generated:' => 'Το επαναλαμβανόμενο έργο έχει παραχθεί :',
'Timeframe to calculate new due date: ' => 'Χρονοδιάγραμμα υπολογισμού νέας ημερομηνίας καθηκόντων : ',
@@ -731,7 +727,6 @@ return array(
'NOK - Norwegian Krone' => 'NOK - Norwegian Krone',
'Show this column' => 'Εμφάνιση αυτής της στήλης',
'Hide this column' => 'Απόκρυψη αυτής τη στήλη',
- 'open file' => 'Άνοιγμα αρχείου',
'End date' => 'Ημερομηνία λήξης',
'Users overview' => 'Επισκόπηση χρηστών',
'Members' => 'Μέλη',
@@ -1380,4 +1375,6 @@ return array(
// '%s moved the task #%d to the column "%s"' => '',
// '%s moved the task #%d to the position %d in the column "%s"' => '',
// '%s moved the task #%d to the swimlane "%s"' => '',
+ // '%sh spent' => '',
+ // '%sh estimated' => '',
);