diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-05 17:48:45 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-05 17:48:45 -0500 |
commit | 4c9179878182e49e42d47a004c24b0aa9c9b72ee (patch) | |
tree | 2c78784a7d9bb5c85aa782e30382b0f58f4059c1 /app/Locale/it_IT/translations.php | |
parent | 7c7692698014e9ac96c1d0446bacd972faa5a940 (diff) |
Sync locales
Diffstat (limited to 'app/Locale/it_IT/translations.php')
-rw-r--r-- | app/Locale/it_IT/translations.php | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index ab09fcea..e3584944 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -8,7 +8,6 @@ return array( 'Edit' => 'Modifica', 'remove' => 'cancella', 'Remove' => 'Cancella', - 'Update' => 'Aggiorna', 'Yes' => 'Si', 'No' => 'No', 'cancel' => 'annulla', @@ -60,7 +59,6 @@ return array( 'Actions' => 'Azioni', 'Inactive' => 'Inattivo', 'Active' => 'Attivo', - 'Add this column' => 'Aggiungi questa colonna', '%d tasks on the board' => '%d task sulla bacheca', '%d tasks in total' => '%d task in totale', 'Unable to update this board.' => 'Impossibile aggiornare questa bacheca.', @@ -184,7 +182,6 @@ return array( 'Unable to remove this action.' => 'Impossibile cancellare questa azione.', 'Action removed successfully.' => 'Azione cancellata con successo.', 'Automatic actions for the project "%s"' => 'Azioni automatiche per il progetto "%s"', - 'Defined actions' => 'Azioni definite', 'Add an action' => 'Aggiungi un\'azione', 'Event name' => 'Nome dell\'evento', 'Action name' => 'Nome dell\'azione', @@ -194,7 +191,6 @@ return array( 'When the selected event occurs execute the corresponding action.' => 'Quando si verifica l\'evento selezionato, eseguire l\'azione corrispondente.', 'Next step' => 'Passo successivo', 'Define action parameters' => 'Definire i parametri dell\'azione', - 'Save this action' => 'Salva questa azione', 'Do you really want to remove this action: "%s"?' => 'Vuoi davvero cancellare la seguente azione: "%s"?', 'Remove an automatic action' => 'Cancella un\'azione automatica', 'Assign the task to a specific user' => 'Assegna il task ad un utente specifico', @@ -1148,4 +1144,11 @@ return array( 'This value must be greater than %d' => 'Questo valore deve essere magiore di %d', 'Another swimlane with the same name exists in the project' => 'Un\'altra corsia con lo stesso nome è già esistente in questo progetto', 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => 'Esempio: http://example.kanboard.net/ (usato per generare URL assolute)', + // 'Actions duplicated successfully.' => '', + // 'Unable to duplicate actions.' => '', + // 'Add a new action' => '', + // 'Import from another project' => '', + // 'There is no action at the moment.' => '', + // 'Import actions from another project' => '', + // 'There is no available project.' => '', ); |