Sync locales

This commit is contained in:
Frederic Guillot
2016-03-05 17:48:45 -05:00
parent 7c76926980
commit 4c91798781
24 changed files with 661 additions and 558 deletions

View File

@@ -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.' => '',
);