summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n/it.js
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-09-20 00:08:25 +0000
committerNextcloud bot <bot@nextcloud.com>2017-09-20 00:08:25 +0000
commitefbd3bb518129f3c11515a9ca72faecff67d039b (patch)
tree0ac5c2473a438b836227ba088b020d8053194028 /apps/files/l10n/it.js
parent00e341925bc134cbbadaf00a84381e72ed33dbf7 (diff)
downloadnextcloud-server-efbd3bb518129f3c11515a9ca72faecff67d039b.tar.gz
nextcloud-server-efbd3bb518129f3c11515a9ca72faecff67d039b.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/it.js')
-rw-r--r--apps/files/l10n/it.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js
index 321caf8fa15..361ab302b4b 100644
--- a/apps/files/l10n/it.js
+++ b/apps/files/l10n/it.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "Azioni",
"Download" : "Scarica",
"Rename" : "Rinomina",
+ "Move or copy" : "Sposta o copia",
"Target folder" : "Cartella di destinazione",
"Delete" : "Elimina",
"Disconnect storage" : "Disconnetti archiviazione",
@@ -36,6 +37,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Questa cartella non è disponibile, controlla i log o contatta l'amministratore",
"Could not move \"{file}\", target exists" : "Impossibile spostare \"{file}\", la destinazione esiste già",
"Could not move \"{file}\"" : "Impossibile spostare \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Impossibile copiare \"{file}\", la destinazione esiste già",
+ "Could not copy \"{file}\"" : "Impossibile copiare \"{file}\"",
+ "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.",