diff options
Diffstat (limited to 'app/Locale/it_IT/translations.php')
-rw-r--r-- | app/Locale/it_IT/translations.php | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index a77e01f5..e30f7696 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -4,9 +4,7 @@ return array( 'number.decimals_separator' => ',', 'number.thousands_separator' => '.', 'None' => 'Nessuno', - 'edit' => 'modifica', 'Edit' => 'Modifica', - 'remove' => 'cancella', 'Remove' => 'Cancella', 'Yes' => 'Si', 'No' => 'No', @@ -167,8 +165,6 @@ return array( 'Automatic actions for the project "%s"' => 'Azioni automatiche per il progetto "%s"', 'Add an action' => 'Aggiungi un\'azione', 'Event name' => 'Nome dell\'evento', - 'Action name' => 'Nome dell\'azione', - 'Action parameters' => 'Parametri d\'azione', 'Action' => 'Azione', 'Event' => 'Evento', 'When the selected event occurs execute the corresponding action.' => 'Quando si verifica l\'evento selezionato, eseguire l\'azione corrispondente.', @@ -187,7 +183,7 @@ return array( 'Position' => 'Posizione', 'Duplicate to another project' => 'Duplica in un altro progetto', 'Duplicate' => 'Duplica', - 'link' => 'relazione', + 'Link' => 'Relazione', 'Comment updated successfully.' => 'Commento aggiornato con successo.', 'Unable to update your comment.' => 'Impossibile aggiornare questo commento.', 'Remove a comment' => 'Cancella un commento', @@ -234,7 +230,6 @@ return array( 'Category:' => 'Categoria:', 'Categories' => 'Categorie', 'Your category have been created successfully.' => 'La tua categoria è stata creata con successo.', - 'Unable to create your category.' => 'Impossibile creare la tua categoria.', 'This category has been updated successfully.' => 'La tua categoria è stata aggiornata con successo.', 'Unable to update this category.' => 'Impossibile aggiornare la tua categoria.', 'Remove a category' => 'Cancella una categoria', @@ -899,7 +894,6 @@ return array( '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.', - 'Remove this user' => 'Rimuovi questo utente', 'Permissions' => 'Permessi', 'Allowed Users' => 'Utenti autorizzati', 'No user have been allowed specifically.' => 'Nessun utente è stato esplicitamente autorizzato.', @@ -1309,4 +1303,21 @@ return array( // 'This project is open' => '', // 'This project is closed' => '', // 'Unable to upload files, check the permissions of your data folder.' => '', + // 'Another category with the same name exists in this project' => '', + // 'Comment sent by email successfully.' => '', + // 'Sent by email to [%s](mailto:%s) (%s)' => '', + // 'Unable to read uploaded file.' => '', + // 'Database uploaded successfully.' => '', + // 'Task sent by email successfully.' => '', + // 'There is no category in this project.' => '', + // 'Send by email' => '', + // 'Create and send a comment by email' => '', + // 'Subject' => '', + // 'Upload the database' => '', + // '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' => '', ); |