diff options
Diffstat (limited to 'apps/files_trashbin/l10n/it.js')
-rw-r--r-- | apps/files_trashbin/l10n/it.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/files_trashbin/l10n/it.js b/apps/files_trashbin/l10n/it.js index bcd75e14803..06b47c61019 100644 --- a/apps/files_trashbin/l10n/it.js +++ b/apps/files_trashbin/l10n/it.js @@ -21,11 +21,6 @@ OC.L10N.register( "Name" : "Nome", "Actions" : "Azioni", "Deleted" : "Eliminati", - "Delete" : "Elimina", - "Error while restoring file from trashbin" : "Errore durante il ripristino del file dal cestino", - "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 file dal cestino", - "Error while emptying trashbin" : "Errore durante lo svuotamento del cestino", - "Error while removing files from trashbin" : "Errore durante la rimozione dei file dal cestino" + "Delete" : "Elimina" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |