diff options
Diffstat (limited to 'apps/files_trashbin/l10n/it.js')
-rw-r--r-- | apps/files_trashbin/l10n/it.js | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/it.js b/apps/files_trashbin/l10n/it.js index 1d9978236ff..843c7146f62 100644 --- a/apps/files_trashbin/l10n/it.js +++ b/apps/files_trashbin/l10n/it.js @@ -1,13 +1,15 @@ OC.L10N.register( "files_trashbin", { - "Couldn't delete %s permanently" : "Impossibile eliminare %s definitivamente", - "Couldn't restore %s" : "Impossibile ripristinare %s", "Deleted files" : "File eliminati", "Restore" : "Ripristina", "Delete" : "Elimina", + "Error while restoring file from trashbin" : "Errore durante il ripristino del file dal cestino", "Delete permanently" : "Elimina definitivamente", - "Error" : "Errore", + "Error while removing file from trashbin" : "Errore durante la rimozione del file dal cestino", + "Error while restoring files from trashbin" : "Errore durante il ripristino dei files dal cestino", + "Error while emptying trashbin" : "Errore durante lo svuotamento del cestino", + "Error while removing files from trashbin" : "Errore durante la rimozione dei files dal cestino", "This operation is forbidden" : "Questa operazione è vietata", "This directory is unavailable, please check the logs or contact the administrator" : "Questa cartella non è disponibile, controlla i log o contatta l'amministratore", "restored" : "ripristinati", @@ -19,6 +21,9 @@ OC.L10N.register( "Select all" : "Seleziona tutto", "Name" : "Nome", "Actions" : "Azioni", - "Deleted" : "Eliminati" + "Deleted" : "Eliminati", + "Couldn't delete %s permanently" : "Impossibile eliminare %s definitivamente", + "Couldn't restore %s" : "Impossibile ripristinare %s", + "Error" : "Errore" }, "nplurals=2; plural=(n != 1);"); |