Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n/it.json')
-rw-r--r--apps/files/l10n/it.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json
index 67f172a283a..661864cb3da 100644
--- a/apps/files/l10n/it.json
+++ b/apps/files/l10n/it.json
@@ -20,6 +20,7 @@
"Actions" : "Azioni",
"Download" : "Scarica",
"Rename" : "Rinomina",
+ "Move or copy" : "Sposta o copia",
"Target folder" : "Cartella di destinazione",
"Delete" : "Elimina",
"Disconnect storage" : "Disconnetti archiviazione",
@@ -34,6 +35,10 @@
"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.",