From eafaa4b03770a73080520952112905eb8135a62f Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Thu, 10 May 2018 14:30:59 -0700 Subject: Make hardcoded hours string translatable --- app/Locale/el_GR/translations.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'app/Locale/el_GR') 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' => '', ); -- cgit v1.2.3