diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-03-19 17:59:33 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-03-19 17:59:33 -0400 |
commit | 7bfeaaf1648ea8d6f03f8adf497e43bf2705ad39 (patch) | |
tree | 9ff6a873fe91dde17b79b4dff3ceab2165452ded /app/Locale/it_IT | |
parent | 6bd0ce25c9546ceb68615a3321e0afc11ae29e6b (diff) |
Sync locales
Diffstat (limited to 'app/Locale/it_IT')
-rw-r--r-- | app/Locale/it_IT/translations.php | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index 727d8237..f664f8b1 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -39,7 +39,6 @@ return array( 'Administrator' => 'Amministratore', 'Sign in' => 'Accedi', 'Users' => 'Utenti', - 'No user' => 'Nessun utente', 'Forbidden' => 'Vietato', 'Access Forbidden' => 'Accesso vietato', 'Edit user' => 'Modifica un utente', @@ -402,16 +401,13 @@ return array( // 'API' => '', 'Create a comment from an external provider' => 'Crea un commit da un provider esterno', 'Project management' => 'Gestione progetti', - 'My projects' => 'I miei progetti', 'Columns' => 'Colonne', 'Task' => 'Task', - 'Your are not member of any project.' => 'Non sei membro di alcun progetto.', 'Percentage' => 'Percentuale', 'Number of tasks' => 'Numero di task', 'Task distribution' => 'Distribuzione dei task', // 'Analytics' => '', 'Subtask' => 'Sotto-task', - 'My subtasks' => 'I miei sotto-task', 'User repartition' => 'Ripartizione per utente', 'Clone this project' => 'Clona questo progetto', 'Column removed successfully.' => 'Colonna rimossa con successo', @@ -889,7 +885,6 @@ return array( 'There is no user available.' => 'Nessun utente disponibile.', 'Do you really want to remove the user "%s" from the group "%s"?' => 'Vuoi davvero rimuovere l\'utente "%s" dal gruppo "%s"?', 'There is no group.' => 'Nessun gruppo presente', - 'External Id' => 'Id esterno', 'Add group member' => 'Aggiungi un membro del gruppo', 'Do you really want to remove this group: "%s"?' => 'Vuoi davvero rimuovere questo gruppo: "%s"?', 'There is no user in this group.' => 'Nessun utente in questo gruppo.', @@ -955,7 +950,6 @@ return array( 'Default priority' => 'Priorità predefinita', 'Lowest priority' => 'Priorità minima', 'Highest priority' => 'Priorità massima', - 'If you put zero to the low and high priority, this feature will be disabled.' => 'Se imposti a zero la priorità massima e minima, questa funzionalità sarà disabilitata.', 'Close a task when there is no activity' => 'Chiudi un task quando non c\'è nessuna attività', 'Duration in days' => 'Durata in giorni', 'Send email when there is no activity on a task' => 'Invia un\'email quando non c\'è attività sul task', @@ -1169,8 +1163,6 @@ return array( 'Subtasks overview for %s' => 'Panoramica tasks per %s', 'Projects overview for %s' => 'Panoramica progetti per %s', 'Activity stream for %s' => 'Flusso attività per %s', - 'Calendar for %s' => 'Calendario per %s', - 'Notifications for %s' => 'Notifiche per %s', 'Assign a color when the task is moved to a specific swimlane' => 'Assegna un colore quando il task viene spostato su una specifica swimlane', 'Assign a priority when the task is moved to a specific swimlane' => 'Assegna una priorità quando il task viene spostato su una specifica swimlane', 'User unlocked successfully.' => 'Utente sbloccato con successo.', @@ -1316,7 +1308,6 @@ return array( // 'You could upload the previously downloaded Sqlite database (Gzip format).' => '', // 'Database file' => '', // 'Upload' => '', - // 'Remove this user from group' => '', // 'Your project must have at least one active swimlane.' => '', // 'Project: %s' => '', // 'Automatic action not found: "%s"' => '', @@ -1334,4 +1325,23 @@ return array( // 'Assign automatically a color when due date is expired' => '', // 'Total score in this column across all swimlanes' => '', // 'HRK - Kuna' => '', + // 'ARS - Argentine Peso' => '', + // 'COP - Colombian Peso' => '', + // '%d groups' => '', + // '%d group' => '', + // 'Group ID' => '', + // 'External ID' => '', + // '%d users' => '', + // '%d user' => '', + // 'Hide subtasks' => '', + // 'Show subtasks' => '', + // 'Authentication Parameters' => '', + // 'API Access' => '', + // 'No users found.' => '', + // 'User ID' => '', + // 'Notifications are activated' => '', + // 'Notifications are disabled' => '', + // 'User disabled' => '', + // '%d notifications' => '', + // '%d notification' => '', ); |