diff options
Diffstat (limited to 'apps/files_trashbin/l10n/it.js')
-rw-r--r-- | apps/files_trashbin/l10n/it.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_trashbin/l10n/it.js b/apps/files_trashbin/l10n/it.js index aad9b713f6f..8a7d3d14257 100644 --- a/apps/files_trashbin/l10n/it.js +++ b/apps/files_trashbin/l10n/it.js @@ -11,11 +11,6 @@ OC.L10N.register( "No deleted files" : "Nessun file eliminato", "Files and folders you have deleted will show up here" : "I file e le cartelle che hai eliminato saranno mostrati qui", "Deleted" : "Eliminati", - "You will be able to recover deleted files from here" : "Potrai ripristinare i file eliminati da qui", - "No entries found in this folder" : "Nessuna voce trovata in questa cartella", - "Select all" : "Seleziona tutto", - "Name" : "Nome", - "Actions" : "Azioni", "Delete permanently" : "Elimina definitivamente", "Error while restoring file from trash bin" : "Errore durante il ripristino del file dal cestino", "Error while removing file from trash bin" : "Errore durante la rimozione del file dal cestino", @@ -24,6 +19,11 @@ OC.L10N.register( "Error while removing files from trash bin" : "Errore durante la rimozione dei file 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", + "You will be able to recover deleted files from here" : "Potrai ripristinare i file eliminati da qui", + "No entries found in this folder" : "Nessuna voce trovata in questa cartella", + "Select all" : "Seleziona tutto", + "Name" : "Nome", + "Actions" : "Azioni", "Delete" : "Elimina" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |