summaryrefslogtreecommitdiff
path: root/app/Locale/it_IT/translations.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-02-06 18:08:41 -0500
committerFrederic Guillot <fred@kanboard.net>2016-02-06 18:08:41 -0500
commit58cef289674717027b6b470044504a661f3bd9ad (patch)
treebf3be866b414009b60b1e1f16480a84c91da03de /app/Locale/it_IT/translations.php
parentfc785bbbf6cc7db01964ae1d99cd02e85afeedc2 (diff)
The date time format can be chosen in application settings
Diffstat (limited to 'app/Locale/it_IT/translations.php')
-rw-r--r--app/Locale/it_IT/translations.php19
1 files changed, 6 insertions, 13 deletions
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php
index 3957319e..661e6c86 100644
--- a/app/Locale/it_IT/translations.php
+++ b/app/Locale/it_IT/translations.php
@@ -102,7 +102,6 @@ return array(
'Open a task' => 'Apri un task',
'Do you really want to open this task: "%s"?' => 'Veramente desideri aprire questo task: "%s" ?',
'Back to the board' => 'Torna alla bacheca',
- 'Created on %B %e, %Y at %k:%M %p' => 'Creato il %B %e, %Y alle %k:%M %p',
'There is nobody assigned' => 'Nessuno è assegnato a questo task',
'Column on the board:' => 'Colonna sulla bacheca: ',
'Close this task' => 'Chiudi questo task',
@@ -156,7 +155,6 @@ return array(
'Work in progress' => 'In corso',
'Done' => 'Fatto',
'Application version:' => 'Versione dell\'applicazione:',
- // '%B %e, %Y at %k:%M %p' => '',
// 'Id' => '',
'%d closed tasks' => '%d task chiusi',
'No task for this project' => 'Nessun task per questo progetto',
@@ -180,8 +178,6 @@ return array(
'Edit this task' => 'Modifica questo task',
'Due Date' => 'Data di scadenza',
'Invalid date' => 'Data non valida',
- 'Must be done before %B %e, %Y' => 'Deve essere completato prima del %B %e, %Y',
- // '%B %e, %Y' => '',
'Automatic actions' => 'Azioni automatiche',
'Your automatic action have been created successfully.' => 'l\'azione automatica è stata creata correttamente.',
'Unable to create your automatic action.' => 'Impossibile creare quest\'azione automatica.',
@@ -317,7 +313,6 @@ return array(
'Unable to upload the file.' => 'Impossibile caricare il file.',
'Display another project' => 'Mostra un altro progetto',
'Created by %s' => 'Creato da %s',
- 'Last modified on %B %e, %Y at %k:%M %p' => 'Ultima modifica il %d/%m/%Y alle %H:%M',
'Tasks Export' => 'Export dei task',
'Tasks exportation for "%s"' => 'Export dei task per "%s"',
'Start Date' => 'Data d\'inizio',
@@ -589,7 +584,6 @@ return array(
'This task' => 'Questo task',
// '<1h' => '',
// '%dh' => '',
- // '%b %e' => '',
'Expand tasks' => 'Espandi i task',
'Collapse tasks' => 'Minimizza i task',
'Expand/collapse tasks' => 'Espandi/minimizza i task',
@@ -758,10 +752,6 @@ return array(
'Only for tasks assigned to me' => 'Solo per i task assegnati a me',
'Only for tasks created by me' => 'Solo per i task creati da me',
'Only for tasks created by me and assigned to me' => 'Solo per i task creati da me e assegnati a me',
- // '%A' => '',
- // '%b %e, %Y, %k:%M %p' => '',
- 'New due date: %B %e, %Y' => 'Nuova data di scadenza: %B %e, %Y',
- 'Start date changed: %B %e, %Y' => 'Data di inizio cambiata: %B %e, %Y',
// '%%Y-%%m-%%d' => '',
'Total for all columns' => 'Totale per tutte le colonne',
'You need at least 2 days of data to show the chart.' => 'Hai bisogno di almeno 2 giorni di dati per mostrare il grafico.',
@@ -786,7 +776,6 @@ return array(
'Not assigned' => 'Non assegnato',
'View advanced search syntax' => 'Visualizza la sintassi di ricerca avanzata',
'Overview' => 'Panoramica',
- // '%b %e %Y' => '',
// 'Board/Calendar/List view' => '',
'Switch to the board view' => 'Passa alla vista "bacheca"',
'Switch to the calendar view' => 'Passa alla vista "calendario"',
@@ -876,8 +865,6 @@ return array(
'End date:' => 'Data di fine:',
'There is no start date or end date for this project.' => 'Non è prevista una data di inzio o fine per questo progetto.',
'Projects Gantt chart' => 'Grafico Gantt dei progetti',
- 'Start date: %s' => 'Data di inizio: %s',
- 'End date: %s' => 'Data di fine: %s',
'Link type' => 'Tipo di link',
'Change task color when using a specific task link' => 'Cambia colore del task quando si un utilizza una determinata relazione di task',
'Task link creation or modification' => 'Creazione o modifica di relazione di task',
@@ -1125,4 +1112,10 @@ return array(
// 'Moved:' => '',
// 'Task #%d' => '',
// 'Sub-tasks' => '',
+ // 'Date and time format' => '',
+ // 'Time format' => '',
+ // 'Start date: ' => '',
+ // 'End date: ' => '',
+ // 'New due date: ' => '',
+ // 'Start date changed: ' => '',
);