Make hardcoded hours string translatable

This commit is contained in:
Frédéric Guillot
2018-05-10 14:30:59 -07:00
parent ecc9d80671
commit eafaa4b037
34 changed files with 93 additions and 183 deletions

View File

@@ -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' => '',
);