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?' => 'Realment voleu eliminar aquesta sub-tasca?',
'Remaining:' => 'Restant:',
'hours' => 'hores',
'spent' => 'gastat',
'estimated' => 'estimat',
'Sub-Tasks' => 'Subtasques',
'Add a sub-task' => 'Afegeix una subtasca',
@@ -481,7 +480,6 @@ return array(
'Link removed successfully.' => 'Enllaç eliminat amb èxit.',
'Link labels' => 'Etiquetes d\'enllaç',
'Link modification' => 'Modificació d\'enllaç',
'Links' => 'Enllaços',
'Opposite label' => 'Etiqueta oposada',
'Remove a link' => 'Suprimir un enllaç',
'The labels must be different' => 'Les etiquetes han de ser diferents',
@@ -522,7 +520,6 @@ return array(
'CAD - Canadian Dollar' => 'CAD - Dòlar canadenc',
'CHF - Swiss Francs' => 'CHF - Franc suís',
'Custom Stylesheet' => 'Estil personalitzat',
'download' => 'descarrega',
'EUR - Euro' => 'EUR - Euro',
'GBP - British Pound' => 'GBP - Lliura britànica',
'INR - Indian Rupee' => 'INR - Rupia índia',
@@ -593,7 +590,6 @@ return array(
'Existing due date' => 'Data de venciment existent',
// 'Factor to calculate new due date: ' => '',
'Month(s)' => 'Mes (Mesos)',
'Recurrence' => 'Recurrència',
'This task has been created by: ' => 'Tasca creada per: ',
'Recurrent task has been generated:' => 'La tasca recurrent s\'ha generat:',
// 'Timeframe to calculate new due date: ' => '',
@@ -731,7 +727,6 @@ return array(
'NOK - Norwegian Krone' => 'NOK - Corona noruega',
'Show this column' => 'Mostra aquesta columna',
'Hide this column' => 'Amaga aquesta columna',
'open file' => 'Arxiu obert',
'End date' => 'Data de finalització',
'Users overview' => 'Visió general dels usuaris',
'Members' => 'Membres',
@@ -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' => '',
);