diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-09-20 18:24:15 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-09-20 18:24:15 -0400 |
commit | e6f547abcfe684658a7498391db72d13b6aa7d9a (patch) | |
tree | 75b709c12fb03e11d7cb85558558f89f19abb284 /app/Locale/it_IT/translations.php | |
parent | 2021dccc5a444f60c5ba1673d94b39999912cd26 (diff) |
Move timetable to a plugin
Plugin repository: https://github.com/kanboard/plugin-timetable
Diffstat (limited to 'app/Locale/it_IT/translations.php')
-rw-r--r-- | app/Locale/it_IT/translations.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index e27245f9..5d6d33f6 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -666,28 +666,6 @@ return array( 'Compact/wide view' => 'Vista compatta/estesa', 'No results match:' => 'Nessun risultato trovato:', 'Currency' => 'Valuta', - 'Start time' => 'Data di inizio', - 'End time' => 'Data di completamento', - 'Comment' => 'Commento', - 'All day' => 'Tutto il giorno', - 'Day' => 'Giorno', - 'Manage timetable' => 'Gestisci orario', - 'Overtime timetable' => 'Straordinari', - 'Time off timetable' => 'Fuori orario', - 'Timetable' => 'Orario', - 'Work timetable' => 'Orario di lavoro', - 'Week timetable' => 'Orario settimanale', - 'Day timetable' => 'Orario giornaliero', - 'From' => 'Da', - 'To' => 'A', - 'Time slot created successfully.' => 'Fascia oraria creata con successo.', - 'Unable to save this time slot.' => 'Impossibile creare questa fascia oraria.', - 'Time slot removed successfully.' => 'Fascia oraria rimossa con successo.', - 'Unable to remove this time slot.' => 'Impossibile rimuovere questa fascia oraria.', - 'Do you really want to remove this time slot?' => 'Vuoi davvero rimuovere questa fascia oraria?', - 'Remove time slot' => 'Rimuovi fascia oraria', - 'Add new time slot' => 'Aggiungi nuova fascia oraria', - 'This timetable is used when the checkbox "all day" is checked for scheduled time off and overtime.' => 'Questo orario è utilizzato quando la casella "tutto il giorno" è selezionata per i fuori orari e per gli straordinari', // 'Files' => '', 'Images' => 'Immagini', 'Private project' => 'Progetto privato', @@ -707,7 +685,6 @@ return array( 'Move the task to another column when assigned to a user' => 'Sposta il compito in un\'altra colonna quando viene assegnato ad un utente', 'Move the task to another column when assignee is cleared' => 'Sposta il compito in un\'altra colonna quando l\'assegnatario cancellato', 'Source column' => 'Colonna sorgente', - // 'Show subtask estimates (forecast of future work)' => '', 'Transitions' => 'Transizioni', 'Executer' => 'Esecutore', 'Time spent in the column' => 'Tempo trascorso nella colonna', |