diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-05-10 14:30:59 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-05-10 14:30:59 -0700 |
commit | eafaa4b03770a73080520952112905eb8135a62f (patch) | |
tree | b3c721ca2f3800c8f0694137762fd46ffd16b3de /app/Locale/it_IT | |
parent | ecc9d80671fdfd4434ac7ecf3113507e6a06da64 (diff) |
Make hardcoded hours string translatable
Diffstat (limited to 'app/Locale/it_IT')
-rw-r--r-- | app/Locale/it_IT/translations.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index 2344711b..4c24d568 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -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' => '', ); |