diff options
Diffstat (limited to 'apps/files/l10n/it.js')
-rw-r--r-- | apps/files/l10n/it.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index 0a366f2031f..be469631a80 100644 --- a/apps/files/l10n/it.js +++ b/apps/files/l10n/it.js @@ -401,9 +401,9 @@ 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 \"{fileName}\", it does not exist any more" : "Impossibile rinominare \"{fileName}\", non esiste più", - "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Il nome \"{targetName}\" è attualmente in uso nella cartella \"{dir}\". Scegli un nome diverso.", - "Could not rename \"{fileName}\"" : "Impossibile rinominare \"{fileName}\"", + "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,6 +455,7 @@ 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" }, |