diff options
Diffstat (limited to 'apps/files/l10n/it.js')
-rw-r--r-- | apps/files/l10n/it.js | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index be469631a80..614a38dfee8 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -228,6 +228,7 @@ OC.L10N.register( "Show those shortcuts" : "Mostra quelle scorciatoie", "You" : "Tu", "Shared multiple times with different people" : "Condiviso più volte con diverse persone", + "Unable to change the favorite state of the file" : "Impossibile modificare lo stato preferito del file", "Error while loading the file data" : "Errore durante il caricamento del file di dati", "Owner" : "Proprietario", "Remove from favorites" : "Rimuovi dai preferiti", @@ -268,8 +269,11 @@ OC.L10N.register( "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Stai per eliminare {count} elemento","Stai per eliminare {count} elementi","Stai per eliminare {count} elementi"], "Confirm deletion" : "Conferma l'eliminazione", "Cancel" : "Annulla", + "Download" : "Scarica", "Moving \"{source}\" to \"{destination}\" …" : "Sposta \"{source}\" in \"{destination}\" …", "Copying \"{source}\" to \"{destination}\" …" : "Copia \"{source}\" in \"{destination}\" …", + "Destination is not a folder" : "La destinazione non è una cartella", + "This file/folder is already in that directory" : "Questo file/cartella è già in quella cartella", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Non puoi spostare un file/cartella in se stesso o in una sottocartella di se stesso", "(copy)" : "(copia)", "(copy %n)" : "(copia %n)", @@ -331,6 +335,9 @@ OC.L10N.register( "Files moved successfully" : "File spostati correttamente", "Conflicts resolution skipped" : "Risoluzione dei conflitti saltata", "Upload cancelled" : "Caricamento annullato", + "Could not rename \"{oldName}\", it does not exist any more" : "Impossibile rinominare \"{oldName}\", non esiste più", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Il nome \"{newName}\" è attualmente in uso nella cartella \"{dir}\". Scegli un nome diverso.", + "Could not rename \"{oldName}\"" : "Impossibile rinominare \"{oldName}\"", "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", "Storage is temporarily not available" : "L'archiviazione è temporaneamente non disponibile", @@ -362,7 +369,6 @@ OC.L10N.register( "Upload too large" : "Caricamento troppo grande", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "I file che stai provando a caricare superano la dimensione massima consentita su questo server.", "File could not be found" : "Il file non può essere trovato", - "Download" : "Scarica", "Show list view" : "Mostra la vista elenco", "Show grid view" : "Mostra la visualizzazione griglia", "Close" : "Chiudi", @@ -401,9 +407,6 @@ OC.L10N.register( "Copied {origin} inside {destination}" : "Copiato {origin} in {destination}", "Copied {origin} and {nbfiles} other files inside {destination}" : "Copiati {origin} e {nbfiles} altri file in {destination}", "{newName} already exists" : "{newName} esiste già", - "Could not rename \"{oldName}\", it does not exist any more" : "Impossibile rinominare \"{oldName}\", non esiste più", - "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Il nome \"{newName}\" è attualmente in uso nella cartella \"{dir}\". Scegli un nome diverso.", - "Could not rename \"{oldName}\"" : "Impossibile rinominare \"{oldName}\"", "Could not create file \"{file}\"" : "Impossibile creare il file \"{file}\"", "Could not create file \"{file}\" because it already exists" : "Impossibile creare il file \"{file}\" poiché esiste già", "Could not create folder \"{dir}\" because it already exists" : "Impossibile creare la cartella \"{dir}\" poiché esiste già", @@ -455,8 +458,6 @@ OC.L10N.register( "New text file.txt" : "Nuovo file di testo.txt", "%1$s (renamed)" : "%1$s (rinominato)", "renamed file" : "file rinominato", - "After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Dopo aver abilitato i nomi file compatibili con Windows, i file esistenti non potranno più essere modificati, ma potranno essere rinominati con nuovi nomi validi dal rispettivo proprietario.", - "{count} files could not be converted" : "{count} file non possono essere convertiti", - "{count} files successfully converted" : "{count} file convertiti con successo" + "After enabling the windows compatible filenames, existing files cannot be modified anymore but can be renamed to valid new names by their owner." : "Dopo aver abilitato i nomi file compatibili con Windows, i file esistenti non potranno più essere modificati, ma potranno essere rinominati con nuovi nomi validi dal rispettivo proprietario." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |