diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-16 21:04:46 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-16 21:04:46 -0400 |
commit | e94a2f6a00b59a6e2b63d461794b01a2b9d07473 (patch) | |
tree | 4e097bcad8f070515dcf9a0edf1af5acef0305aa /app/Locale/it_IT/translations.php | |
parent | b028b3586c5022753e9ff390a042aac9f5b863f4 (diff) |
Display tasks in the calendar + improve settings
Diffstat (limited to 'app/Locale/it_IT/translations.php')
-rw-r--r-- | app/Locale/it_IT/translations.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index a3b5d3a1..3f2f5f76 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -808,7 +808,7 @@ 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 in the user calendar' => 'Mostra le stime dei sotto-compiti nel calendario utente', + // 'Show subtask estimates (forecast of future work)' => '', 'Transitions' => 'Transizioni', 'Executer' => 'Esecutore', 'Time spent in the column' => 'Tempo trascorso nella colonna', @@ -908,4 +908,12 @@ return array( // 'Multi-user chat room' => '', // 'Help on Jabber integration' => '', // 'The server address must use this format: "tcp://hostname:5222"' => '', + // 'Calendar settings' => '', + // 'Project calendar view' => '', + // 'Project settings' => '', + // 'Show subtasks based on the time tracking' => '', + // 'Show tasks based on the creation date' => '', + // 'Show tasks based on the start date' => '', + // 'Subtasks time tracking' => '', + // 'User calendar view' => '', ); |