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?' => 'Vuoi davvero cancellare questo sotto-task?',
'Remaining:' => 'Rimangono',
'hours' => 'ore',
'spent' => 'trascorse',
'estimated' => 'stimate',
'Sub-Tasks' => 'Sotto-task',
'Add a sub-task' => 'Aggiungi un sotto-task',
@@ -481,7 +480,6 @@ return array(
'Link removed successfully.' => 'Relazione rimossa con successo.',
'Link labels' => 'Etichette delle relazioni',
'Link modification' => 'Modifica relazione',
'Links' => 'Relazioni',
'Opposite label' => 'Etichetta contraria',
'Remove a link' => 'Rimuovi una relazione',
'The labels must be different' => 'Le etichette devono essere diverse',
@@ -522,7 +520,6 @@ return array(
'CAD - Canadian Dollar' => 'CAD - Dollari Canadesi',
'CHF - Swiss Francs' => 'CHF - Franchi Svizzeri',
'Custom Stylesheet' => 'Foglio di stile personalizzato',
// 'download' => '',
// 'EUR - Euro' => '',
'GBP - British Pound' => 'GBP - Pound Inglesi',
'INR - Indian Rupee' => 'INR - Rupie Indiani',
@@ -593,7 +590,6 @@ return array(
'Existing due date' => 'Data di scadenza esistente',
'Factor to calculate new due date: ' => 'Fattore numerico per calcolare la nuova data di scadenza: ',
'Month(s)' => 'Mese/i',
'Recurrence' => 'Ricorrenza',
'This task has been created by: ' => 'Questo task è stato creato da: ',
'Recurrent task has been generated:' => 'Il task ricorrente è stato generato:',
'Timeframe to calculate new due date: ' => 'Lasso temporale per calcolare la nuova data di scadenza: ',
@@ -731,7 +727,6 @@ return array(
'NOK - Norwegian Krone' => 'NOK - Corone norvegesi',
'Show this column' => 'Mostra questa colonna',
'Hide this column' => 'Nascondi questa colonna',
'open file' => 'apri file',
'End date' => 'Data di fine',
'Users overview' => 'Panoramica utenti',
'Members' => 'Membri',
@@ -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' => '',
);