diff options
Diffstat (limited to 'apps/files/l10n/it.js')
-rw-r--r-- | apps/files/l10n/it.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js index e212852abaa..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à", |