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:
authorNextcloud bot <bot@nextcloud.com>2017-09-20 03:08:25 +0300
committerNextcloud bot <bot@nextcloud.com>2017-09-20 03:08:25 +0300
commitefbd3bb518129f3c11515a9ca72faecff67d039b (patch)
tree0ac5c2473a438b836227ba088b020d8053194028 /apps/files/l10n
parent00e341925bc134cbbadaf00a84381e72ed33dbf7 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-rw-r--r--apps/files/l10n/da.js5
-rw-r--r--apps/files/l10n/da.json5
-rw-r--r--apps/files/l10n/de.js5
-rw-r--r--apps/files/l10n/de.json5
-rw-r--r--apps/files/l10n/de_DE.js5
-rw-r--r--apps/files/l10n/de_DE.json5
-rw-r--r--apps/files/l10n/en_GB.js5
-rw-r--r--apps/files/l10n/en_GB.json5
-rw-r--r--apps/files/l10n/es_MX.js5
-rw-r--r--apps/files/l10n/es_MX.json5
-rw-r--r--apps/files/l10n/fr.js3
-rw-r--r--apps/files/l10n/fr.json3
-rw-r--r--apps/files/l10n/is.js5
-rw-r--r--apps/files/l10n/is.json5
-rw-r--r--apps/files/l10n/it.js5
-rw-r--r--apps/files/l10n/it.json5
-rw-r--r--apps/files/l10n/nb.js5
-rw-r--r--apps/files/l10n/nb.json5
-rw-r--r--apps/files/l10n/pt_BR.js5
-rw-r--r--apps/files/l10n/pt_BR.json5
-rw-r--r--apps/files/l10n/ru.js7
-rw-r--r--apps/files/l10n/ru.json7
-rw-r--r--apps/files/l10n/sv.js5
-rw-r--r--apps/files/l10n/sv.json5
-rw-r--r--apps/files/l10n/tr.js5
-rw-r--r--apps/files/l10n/tr.json5
26 files changed, 128 insertions, 2 deletions
diff --git a/apps/files/l10n/da.js b/apps/files/l10n/da.js
index 8db288efe0a..442d64a68b4 100644
--- a/apps/files/l10n/da.js
+++ b/apps/files/l10n/da.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "Handlinger",
"Download" : "Hent",
"Rename" : "Omdøb",
+ "Move or copy" : "Flyt eller kopier",
"Target folder" : "Destinations mappe",
"Delete" : "Slet",
"Disconnect storage" : "Frakobl lager",
@@ -36,6 +37,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Denne mappe er utilgængelig, tjek venligst loggene eller kontakt administratoren",
"Could not move \"{file}\", target exists" : "Kunne ikke flytte \"{file}\" - der findes allerede en fil med dette navn",
"Could not move \"{file}\"" : "Kunne ikke flytte \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Kunne ikke kopiere \"{file}\" - der findes allerede en fil med dette navn",
+ "Could not copy \"{file}\"" : "Kunne ikke kopiere \"{file}\"",
+ "Copied {origin} inside {destination}" : "Kopirede {origin} ind i {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "kopierede {origin} og {nbfiles} andre filer ind i {destination}",
"{newName} already exists" : "{newName} eksistere allerede",
"Could not rename \"{fileName}\", it does not exist any more" : "Kunne ikke omdøbe \"{fileName}\", den findes ikke længere",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Navnet \"{targetName}\" bruges allerede i mappen \"{dir}\". Vælg et andet navn.",
diff --git a/apps/files/l10n/da.json b/apps/files/l10n/da.json
index b62bf47bb44..2397165b0c5 100644
--- a/apps/files/l10n/da.json
+++ b/apps/files/l10n/da.json
@@ -20,6 +20,7 @@
"Actions" : "Handlinger",
"Download" : "Hent",
"Rename" : "Omdøb",
+ "Move or copy" : "Flyt eller kopier",
"Target folder" : "Destinations mappe",
"Delete" : "Slet",
"Disconnect storage" : "Frakobl lager",
@@ -34,6 +35,10 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Denne mappe er utilgængelig, tjek venligst loggene eller kontakt administratoren",
"Could not move \"{file}\", target exists" : "Kunne ikke flytte \"{file}\" - der findes allerede en fil med dette navn",
"Could not move \"{file}\"" : "Kunne ikke flytte \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Kunne ikke kopiere \"{file}\" - der findes allerede en fil med dette navn",
+ "Could not copy \"{file}\"" : "Kunne ikke kopiere \"{file}\"",
+ "Copied {origin} inside {destination}" : "Kopirede {origin} ind i {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "kopierede {origin} og {nbfiles} andre filer ind i {destination}",
"{newName} already exists" : "{newName} eksistere allerede",
"Could not rename \"{fileName}\", it does not exist any more" : "Kunne ikke omdøbe \"{fileName}\", den findes ikke længere",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Navnet \"{targetName}\" bruges allerede i mappen \"{dir}\". Vælg et andet navn.",
diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js
index 4b0f28e1947..7e53396bba2 100644
--- a/apps/files/l10n/de.js
+++ b/apps/files/l10n/de.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "Aktionen",
"Download" : "Herunterladen",
"Rename" : "Umbenennen",
+ "Move or copy" : "Verschieben oder kopieren",
"Target folder" : "Zielordner",
"Delete" : "Löschen",
"Disconnect storage" : "Speicher trennen",
@@ -36,6 +37,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Dieses Verzeichnis ist nicht verfügbar, bitte die Logdateien überprüfen oder den Administrator kontaktieren.",
"Could not move \"{file}\", target exists" : "\"{file}\" konnte nicht verschoben werden, Ziel existiert bereits",
"Could not move \"{file}\"" : "\"{file}\" konnte nicht verschoben werden",
+ "Could not copy \"{file}\", target exists" : "\"{file}\" konnte nicht kopiert werden, Ziel existiert bereits",
+ "Could not copy \"{file}\"" : "Konnte \"{file}\" nicht kopieren",
+ "Copied {origin} inside {destination}" : "{origin} wurde in {destination} kopiert",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} und {nbfiles} weitere Dateien wurden in {destination} kopiert",
"{newName} already exists" : "{newName} existiert bereits",
"Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\" konnte nicht umbenannt werden, da sie nicht mehr existiert",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name \"{targetName}\" wird bereits bereits in diesem Ordner benutzt \"{dir}\". Bitte einen anderen Namen verwenden.",
diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json
index 4995ac5a9ec..b9a4d86736e 100644
--- a/apps/files/l10n/de.json
+++ b/apps/files/l10n/de.json
@@ -20,6 +20,7 @@
"Actions" : "Aktionen",
"Download" : "Herunterladen",
"Rename" : "Umbenennen",
+ "Move or copy" : "Verschieben oder kopieren",
"Target folder" : "Zielordner",
"Delete" : "Löschen",
"Disconnect storage" : "Speicher trennen",
@@ -34,6 +35,10 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Dieses Verzeichnis ist nicht verfügbar, bitte die Logdateien überprüfen oder den Administrator kontaktieren.",
"Could not move \"{file}\", target exists" : "\"{file}\" konnte nicht verschoben werden, Ziel existiert bereits",
"Could not move \"{file}\"" : "\"{file}\" konnte nicht verschoben werden",
+ "Could not copy \"{file}\", target exists" : "\"{file}\" konnte nicht kopiert werden, Ziel existiert bereits",
+ "Could not copy \"{file}\"" : "Konnte \"{file}\" nicht kopieren",
+ "Copied {origin} inside {destination}" : "{origin} wurde in {destination} kopiert",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} und {nbfiles} weitere Dateien wurden in {destination} kopiert",
"{newName} already exists" : "{newName} existiert bereits",
"Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\" konnte nicht umbenannt werden, da sie nicht mehr existiert",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name \"{targetName}\" wird bereits bereits in diesem Ordner benutzt \"{dir}\". Bitte einen anderen Namen verwenden.",
diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js
index dfe6774c247..55f45321cea 100644
--- a/apps/files/l10n/de_DE.js
+++ b/apps/files/l10n/de_DE.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "Aktionen",
"Download" : "Herunterladen",
"Rename" : "Umbenennen",
+ "Move or copy" : "Verschieben oder kopieren",
"Target folder" : "Zielordner",
"Delete" : "Löschen",
"Disconnect storage" : "Speicher trennen",
@@ -36,6 +37,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Dieses Verzeichnis ist nicht verfügbar, bitte überprüfen Sie die Logdateien oder kontaktieren Sie den Administrator",
"Could not move \"{file}\", target exists" : "\"{file}\" konnte nicht verschoben werden, Ziel existiert bereits",
"Could not move \"{file}\"" : "\"{file}\" konnte nicht verschoben werden",
+ "Could not copy \"{file}\", target exists" : "\"{file}\" konnte nicht kopiert werden, Ziel existiert bereits",
+ "Could not copy \"{file}\"" : "Konnte \"{file}\" nicht kopieren",
+ "Copied {origin} inside {destination}" : "{origin} wurde in {destination} kopiert",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} und {nbfiles} weitere Dateien wurden in {destination} kopiert",
"{newName} already exists" : "{newName} existiert bereits",
"Could not rename \"{fileName}\", it does not exist any more" : "Die Datei konnte nicht umbenannt werden \"{fileName}\", da die Datei nicht mehr existiert",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name „{targetName}“ wird bereits im Ordner „{dir}“ benutzt. Bitte wählen Sie einen anderen Namen.",
diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json
index f031e8dd947..2fcb69a7027 100644
--- a/apps/files/l10n/de_DE.json
+++ b/apps/files/l10n/de_DE.json
@@ -20,6 +20,7 @@
"Actions" : "Aktionen",
"Download" : "Herunterladen",
"Rename" : "Umbenennen",
+ "Move or copy" : "Verschieben oder kopieren",
"Target folder" : "Zielordner",
"Delete" : "Löschen",
"Disconnect storage" : "Speicher trennen",
@@ -34,6 +35,10 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Dieses Verzeichnis ist nicht verfügbar, bitte überprüfen Sie die Logdateien oder kontaktieren Sie den Administrator",
"Could not move \"{file}\", target exists" : "\"{file}\" konnte nicht verschoben werden, Ziel existiert bereits",
"Could not move \"{file}\"" : "\"{file}\" konnte nicht verschoben werden",
+ "Could not copy \"{file}\", target exists" : "\"{file}\" konnte nicht kopiert werden, Ziel existiert bereits",
+ "Could not copy \"{file}\"" : "Konnte \"{file}\" nicht kopieren",
+ "Copied {origin} inside {destination}" : "{origin} wurde in {destination} kopiert",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} und {nbfiles} weitere Dateien wurden in {destination} kopiert",
"{newName} already exists" : "{newName} existiert bereits",
"Could not rename \"{fileName}\", it does not exist any more" : "Die Datei konnte nicht umbenannt werden \"{fileName}\", da die Datei nicht mehr existiert",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Der Name „{targetName}“ wird bereits im Ordner „{dir}“ benutzt. Bitte wählen Sie einen anderen Namen.",
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js
index e95d250f86f..8865fc628dd 100644
--- a/apps/files/l10n/en_GB.js
+++ b/apps/files/l10n/en_GB.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "Actions",
"Download" : "Download",
"Rename" : "Rename",
+ "Move or copy" : "Move or copy",
"Target folder" : "Target folder",
"Delete" : "Delete",
"Disconnect storage" : "Disconnect storage",
@@ -36,6 +37,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "This directory is unavailable, please check the logs or contact the administrator",
"Could not move \"{file}\", target exists" : "Could not move \"{file}\", target exists",
"Could not move \"{file}\"" : "Could not move \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Could not copy \"{file}\", target exists",
+ "Could not copy \"{file}\"" : "Could not copy \"{file}\"",
+ "Copied {origin} inside {destination}" : "Copied {origin} inside {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "Copied {origin} and {nbfiles} other files inside {destination}",
"{newName} already exists" : "{newName} already exists",
"Could not rename \"{fileName}\", it does not exist any more" : "Could not rename \"{fileName}\", it does not exist any more",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name.",
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json
index cf38625de1b..e8755ad35c7 100644
--- a/apps/files/l10n/en_GB.json
+++ b/apps/files/l10n/en_GB.json
@@ -20,6 +20,7 @@
"Actions" : "Actions",
"Download" : "Download",
"Rename" : "Rename",
+ "Move or copy" : "Move or copy",
"Target folder" : "Target folder",
"Delete" : "Delete",
"Disconnect storage" : "Disconnect storage",
@@ -34,6 +35,10 @@
"This directory is unavailable, please check the logs or contact the administrator" : "This directory is unavailable, please check the logs or contact the administrator",
"Could not move \"{file}\", target exists" : "Could not move \"{file}\", target exists",
"Could not move \"{file}\"" : "Could not move \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Could not copy \"{file}\", target exists",
+ "Could not copy \"{file}\"" : "Could not copy \"{file}\"",
+ "Copied {origin} inside {destination}" : "Copied {origin} inside {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "Copied {origin} and {nbfiles} other files inside {destination}",
"{newName} already exists" : "{newName} already exists",
"Could not rename \"{fileName}\", it does not exist any more" : "Could not rename \"{fileName}\", it does not exist any more",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name.",
diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js
index a500ceb29e0..d04c8c5b39d 100644
--- a/apps/files/l10n/es_MX.js
+++ b/apps/files/l10n/es_MX.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "Acciones",
"Download" : "Descargar",
"Rename" : "Renombrar",
+ "Move or copy" : "Mover o copiar",
"Target folder" : "Carpeta destino",
"Delete" : "Borrar",
"Disconnect storage" : "Desconectar almacenamiento",
@@ -36,6 +37,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verfica las bitácoras o contacta al administrador",
"Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
"Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "No se pudo copiar \"{file}\", el destino ya existe",
+ "Could not copy \"{file}\"" : "No se pudo copiar \"{file}\"",
+ "Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}",
"{newName} already exists" : "{newName} ya existe",
"Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ",
diff --git a/apps/files/l10n/es_MX.json b/apps/files/l10n/es_MX.json
index 58a6d58f115..3e43fba5c45 100644
--- a/apps/files/l10n/es_MX.json
+++ b/apps/files/l10n/es_MX.json
@@ -20,6 +20,7 @@
"Actions" : "Acciones",
"Download" : "Descargar",
"Rename" : "Renombrar",
+ "Move or copy" : "Mover o copiar",
"Target folder" : "Carpeta destino",
"Delete" : "Borrar",
"Disconnect storage" : "Desconectar almacenamiento",
@@ -34,6 +35,10 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verfica las bitácoras o contacta al administrador",
"Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe",
"Could not move \"{file}\"" : "No fue posible mover \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "No se pudo copiar \"{file}\", el destino ya existe",
+ "Could not copy \"{file}\"" : "No se pudo copiar \"{file}\"",
+ "Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} y otros {nbfiles} archivos fueron copiados dentro de {destination}",
"{newName} already exists" : "{newName} ya existe",
"Could not rename \"{fileName}\", it does not exist any more" : "No fue posible renombrar \"{fileName}\", ya no existe",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "El nombre \"{targetName}\" ya está en uso en la carpeta \"{dir}\". Por favor elege un nombre diferete. ",
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js
index 39d40186e86..af10bf0d828 100644
--- a/apps/files/l10n/fr.js
+++ b/apps/files/l10n/fr.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "Actions",
"Download" : "Télécharger",
"Rename" : "Renommer",
+ "Move or copy" : "Déplacer ou copier",
"Target folder" : "Dossier cible",
"Delete" : "Supprimer",
"Disconnect storage" : "Déconnecter ce support de stockage",
@@ -36,6 +37,8 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Ce dossier n'est pas disponible. Consultez les logs ou contactez votre administrateur",
"Could not move \"{file}\", target exists" : "Impossible de déplacer \"{file}\", la cible existe",
"Could not move \"{file}\"" : "Impossible de déplacer \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Impossible de copier \"{file}\", la cible existe",
+ "Could not copy \"{file}\"" : "Impossible de copier \"{file}\"",
"{newName} already exists" : "{newName} existe déjà",
"Could not rename \"{fileName}\", it does not exist any more" : "Impossible de renommer \"{file}\", il n'existe plus",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Le nom \"{targetName}\" est déjà utilisé dans le dossier \"{dir}\". Merci de choisir un nom différent.",
diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json
index dff3f54a2ba..05fb868134d 100644
--- a/apps/files/l10n/fr.json
+++ b/apps/files/l10n/fr.json
@@ -20,6 +20,7 @@
"Actions" : "Actions",
"Download" : "Télécharger",
"Rename" : "Renommer",
+ "Move or copy" : "Déplacer ou copier",
"Target folder" : "Dossier cible",
"Delete" : "Supprimer",
"Disconnect storage" : "Déconnecter ce support de stockage",
@@ -34,6 +35,8 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Ce dossier n'est pas disponible. Consultez les logs ou contactez votre administrateur",
"Could not move \"{file}\", target exists" : "Impossible de déplacer \"{file}\", la cible existe",
"Could not move \"{file}\"" : "Impossible de déplacer \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Impossible de copier \"{file}\", la cible existe",
+ "Could not copy \"{file}\"" : "Impossible de copier \"{file}\"",
"{newName} already exists" : "{newName} existe déjà",
"Could not rename \"{fileName}\", it does not exist any more" : "Impossible de renommer \"{file}\", il n'existe plus",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Le nom \"{targetName}\" est déjà utilisé dans le dossier \"{dir}\". Merci de choisir un nom différent.",
diff --git a/apps/files/l10n/is.js b/apps/files/l10n/is.js
index a7024687eb3..d1254091676 100644
--- a/apps/files/l10n/is.js
+++ b/apps/files/l10n/is.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "Aðgerðir",
"Download" : "Niðurhal",
"Rename" : "Endurnefna",
+ "Move or copy" : "Færa eða afrita",
"Target folder" : "Markmappa",
"Delete" : "Eyða",
"Disconnect storage" : "Aftengja geymslu",
@@ -36,6 +37,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Þessi mappa er ekki tiltæk, athugaðu atvikaskrár eða hafðu samband við kerfissjóra",
"Could not move \"{file}\", target exists" : "Gat ekki fært \"{file}\", markskrá er til",
"Could not move \"{file}\"" : "Gat ekki fært \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Gat ekki afritað \"{file}\", markskrá er til",
+ "Could not copy \"{file}\"" : "Gat ekki afritað \"{file}\"",
+ "Copied {origin} inside {destination}" : "Afritaði {origin} inn í {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "Afritaði {origin} og {nbfiles} aðrar skrár inn í {destination}",
"{newName} already exists" : "{newName} er þegar til",
"Could not rename \"{fileName}\", it does not exist any more" : "Gat ekki endurnefnt \"{fileName}\", það er ekki lengur til staðar",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Heitið \"{targetName}\" er nú þegar notað í \"{dir}\" möppunni. Veldu eitthvað annað nafn.",
diff --git a/apps/files/l10n/is.json b/apps/files/l10n/is.json
index 3306c8218ce..80c56f26ce4 100644
--- a/apps/files/l10n/is.json
+++ b/apps/files/l10n/is.json
@@ -20,6 +20,7 @@
"Actions" : "Aðgerðir",
"Download" : "Niðurhal",
"Rename" : "Endurnefna",
+ "Move or copy" : "Færa eða afrita",
"Target folder" : "Markmappa",
"Delete" : "Eyða",
"Disconnect storage" : "Aftengja geymslu",
@@ -34,6 +35,10 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Þessi mappa er ekki tiltæk, athugaðu atvikaskrár eða hafðu samband við kerfissjóra",
"Could not move \"{file}\", target exists" : "Gat ekki fært \"{file}\", markskrá er til",
"Could not move \"{file}\"" : "Gat ekki fært \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Gat ekki afritað \"{file}\", markskrá er til",
+ "Could not copy \"{file}\"" : "Gat ekki afritað \"{file}\"",
+ "Copied {origin} inside {destination}" : "Afritaði {origin} inn í {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "Afritaði {origin} og {nbfiles} aðrar skrár inn í {destination}",
"{newName} already exists" : "{newName} er þegar til",
"Could not rename \"{fileName}\", it does not exist any more" : "Gat ekki endurnefnt \"{fileName}\", það er ekki lengur til staðar",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Heitið \"{targetName}\" er nú þegar notað í \"{dir}\" möppunni. Veldu eitthvað annað nafn.",
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.",
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.",
diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js
index 4023832544d..f48a235b1e1 100644
--- a/apps/files/l10n/nb.js
+++ b/apps/files/l10n/nb.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "Handlinger",
"Download" : "Last ned",
"Rename" : "Gi nytt navn",
+ "Move or copy" : "Flytt eller kopier",
"Target folder" : "Målmappe",
"Delete" : "Slett",
"Disconnect storage" : "Koble fra lagring",
@@ -36,6 +37,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Denne mappen er utilgjengelig. Sjekk loggene eller kontakt administrator",
"Could not move \"{file}\", target exists" : "Klarte ikke å flytte \"{file}\", målfilen finnes",
"Could not move \"{file}\"" : "Klarte ikke å flytte \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Klarte ikke å kopiere \"{file}\", målfilen finnes",
+ "Could not copy \"{file}\"" : "Klarte ikke å kopiere \"{file}\"",
+ "Copied {origin} inside {destination}" : "Kopierte {origin} i {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "Kopierte {origin} og {nbfiles} andre filer i {destination}",
"{newName} already exists" : "{newName} finnes allerede",
"Could not rename \"{fileName}\", it does not exist any more" : "Klarte ikke å omdøpe \"{fileName}\", den finnes ikke lenger",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Navnet \"{targetName}\" brukes allerede i mappen \"{dir}\". Velg et annet navn.",
diff --git a/apps/files/l10n/nb.json b/apps/files/l10n/nb.json
index 313ca5ffc48..6f7bdbdee20 100644
--- a/apps/files/l10n/nb.json
+++ b/apps/files/l10n/nb.json
@@ -20,6 +20,7 @@
"Actions" : "Handlinger",
"Download" : "Last ned",
"Rename" : "Gi nytt navn",
+ "Move or copy" : "Flytt eller kopier",
"Target folder" : "Målmappe",
"Delete" : "Slett",
"Disconnect storage" : "Koble fra lagring",
@@ -34,6 +35,10 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Denne mappen er utilgjengelig. Sjekk loggene eller kontakt administrator",
"Could not move \"{file}\", target exists" : "Klarte ikke å flytte \"{file}\", målfilen finnes",
"Could not move \"{file}\"" : "Klarte ikke å flytte \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Klarte ikke å kopiere \"{file}\", målfilen finnes",
+ "Could not copy \"{file}\"" : "Klarte ikke å kopiere \"{file}\"",
+ "Copied {origin} inside {destination}" : "Kopierte {origin} i {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "Kopierte {origin} og {nbfiles} andre filer i {destination}",
"{newName} already exists" : "{newName} finnes allerede",
"Could not rename \"{fileName}\", it does not exist any more" : "Klarte ikke å omdøpe \"{fileName}\", den finnes ikke lenger",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Navnet \"{targetName}\" brukes allerede i mappen \"{dir}\". Velg et annet navn.",
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js
index 709c7d9acd0..e3b2790ae05 100644
--- a/apps/files/l10n/pt_BR.js
+++ b/apps/files/l10n/pt_BR.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "Ações",
"Download" : "Baixar",
"Rename" : "Renomear",
+ "Move or copy" : "Mover ou copiar",
"Target folder" : "Pasta destino",
"Delete" : "Excluir",
"Disconnect storage" : "Desconectar armazenamento",
@@ -36,6 +37,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Este diretório não está disponível, por favor verifique os logs ou contacte o administrador",
"Could not move \"{file}\", target exists" : "Não foi possível mover \"{file}\" pois o destino já existe",
"Could not move \"{file}\"" : "Não foi possível mover \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Não foi possível copiar \"{file}\", pois já existe",
+ "Could not copy \"{file}\"" : "Não foi possível copiar \"{file}\"",
+ "Copied {origin} inside {destination}" : "{origin} foi copiado para {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} e outros {nbfiles} arquivos foram copiados para {destination}",
"{newName} already exists" : "{newName} já existe",
"Could not rename \"{fileName}\", it does not exist any more" : "Não foi possível renomear \"{fileName}\" pois ele não existe mais",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome \"{targetName}\" já está sendo usado na pasta  \"{dir}\". Por favor escolha um nome diferente.",
diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json
index 19fa199463f..478fec5b612 100644
--- a/apps/files/l10n/pt_BR.json
+++ b/apps/files/l10n/pt_BR.json
@@ -20,6 +20,7 @@
"Actions" : "Ações",
"Download" : "Baixar",
"Rename" : "Renomear",
+ "Move or copy" : "Mover ou copiar",
"Target folder" : "Pasta destino",
"Delete" : "Excluir",
"Disconnect storage" : "Desconectar armazenamento",
@@ -34,6 +35,10 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Este diretório não está disponível, por favor verifique os logs ou contacte o administrador",
"Could not move \"{file}\", target exists" : "Não foi possível mover \"{file}\" pois o destino já existe",
"Could not move \"{file}\"" : "Não foi possível mover \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Não foi possível copiar \"{file}\", pois já existe",
+ "Could not copy \"{file}\"" : "Não foi possível copiar \"{file}\"",
+ "Copied {origin} inside {destination}" : "{origin} foi copiado para {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} e outros {nbfiles} arquivos foram copiados para {destination}",
"{newName} already exists" : "{newName} já existe",
"Could not rename \"{fileName}\", it does not exist any more" : "Não foi possível renomear \"{fileName}\" pois ele não existe mais",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "O nome \"{targetName}\" já está sendo usado na pasta  \"{dir}\". Por favor escolha um nome diferente.",
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js
index 19563485786..5aa93caec02 100644
--- a/apps/files/l10n/ru.js
+++ b/apps/files/l10n/ru.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "Действия",
"Download" : "Скачать",
"Rename" : "Переименовать",
+ "Move or copy" : "Переместить или копировать",
"Target folder" : "Целевой каталог",
"Delete" : "Удалить",
"Disconnect storage" : "Отсоединить хранилище",
@@ -35,7 +36,11 @@ OC.L10N.register(
"This operation is forbidden" : "Операция запрещена",
"This directory is unavailable, please check the logs or contact the administrator" : "Каталог недоступен. Проверьте журналы событий или свяжитесь с администратором",
"Could not move \"{file}\", target exists" : "Невозможно переместить файл «{file}», он уже существует в каталоге назначения",
- "Could not move \"{file}\"" : "Невозможно переместить «{file}»",
+ "Could not move \"{file}\"" : "Невозможно переместить файл «{file}»",
+ "Could not copy \"{file}\", target exists" : "Невозможно скопировать файл «{file}», он уже существует в каталоге назначения",
+ "Could not copy \"{file}\"" : "Невозможно скопировать файл «{file}»",
+ "Copied {origin} inside {destination}" : "{origin} скопирован в {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} и {nbfiles} других файлов скопированы в {destination}",
"{newName} already exists" : "«{newName}» уже существует",
"Could not rename \"{fileName}\", it does not exist any more" : "Невозможно переименовать «{fileName}», файл больше не существует",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Имя «{targetName}» уже используется в каталоге «{dir}». Выберите другое имя.",
diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json
index 4e56281f354..5860678cdfd 100644
--- a/apps/files/l10n/ru.json
+++ b/apps/files/l10n/ru.json
@@ -20,6 +20,7 @@
"Actions" : "Действия",
"Download" : "Скачать",
"Rename" : "Переименовать",
+ "Move or copy" : "Переместить или копировать",
"Target folder" : "Целевой каталог",
"Delete" : "Удалить",
"Disconnect storage" : "Отсоединить хранилище",
@@ -33,7 +34,11 @@
"This operation is forbidden" : "Операция запрещена",
"This directory is unavailable, please check the logs or contact the administrator" : "Каталог недоступен. Проверьте журналы событий или свяжитесь с администратором",
"Could not move \"{file}\", target exists" : "Невозможно переместить файл «{file}», он уже существует в каталоге назначения",
- "Could not move \"{file}\"" : "Невозможно переместить «{file}»",
+ "Could not move \"{file}\"" : "Невозможно переместить файл «{file}»",
+ "Could not copy \"{file}\", target exists" : "Невозможно скопировать файл «{file}», он уже существует в каталоге назначения",
+ "Could not copy \"{file}\"" : "Невозможно скопировать файл «{file}»",
+ "Copied {origin} inside {destination}" : "{origin} скопирован в {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} и {nbfiles} других файлов скопированы в {destination}",
"{newName} already exists" : "«{newName}» уже существует",
"Could not rename \"{fileName}\", it does not exist any more" : "Невозможно переименовать «{fileName}», файл больше не существует",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Имя «{targetName}» уже используется в каталоге «{dir}». Выберите другое имя.",
diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js
index 5ff6b6fc313..82f0e7ace01 100644
--- a/apps/files/l10n/sv.js
+++ b/apps/files/l10n/sv.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "Åtgärder",
"Download" : "Ladda ned",
"Rename" : "Byt namn",
+ "Move or copy" : "Flytta eller kopiera",
"Target folder" : "Målmapp",
"Delete" : "Radera",
"Disconnect storage" : "Koppla bort lagring",
@@ -36,6 +37,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Denna katalog är inte tillgänglig, kontrollera loggarna eller kontakta administratören",
"Could not move \"{file}\", target exists" : "Kunde inte flytta \"{file}\", filen existerar redan",
"Could not move \"{file}\"" : "Kunde inte flytta \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Kunde inte kopiera \"{file}\", filen existerar redan",
+ "Could not copy \"{file}\"" : "Kunde inte kopiera \"{file}\"",
+ "Copied {origin} inside {destination}" : "Kopierade {origin} till {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "Kopierade {origin} och {nbfiles} andra filer i {destination}",
"{newName} already exists" : "{newName} existerar redan",
"Could not rename \"{fileName}\", it does not exist any more" : "Kunde inte döpa om \"{fileName}\", filen existerar inte mer",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Namnet \"{targetName}\" används redan i mappen \"{dir}\". Vänligen välj ett annat namn.",
diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json
index 80394130a98..750d0814697 100644
--- a/apps/files/l10n/sv.json
+++ b/apps/files/l10n/sv.json
@@ -20,6 +20,7 @@
"Actions" : "Åtgärder",
"Download" : "Ladda ned",
"Rename" : "Byt namn",
+ "Move or copy" : "Flytta eller kopiera",
"Target folder" : "Målmapp",
"Delete" : "Radera",
"Disconnect storage" : "Koppla bort lagring",
@@ -34,6 +35,10 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Denna katalog är inte tillgänglig, kontrollera loggarna eller kontakta administratören",
"Could not move \"{file}\", target exists" : "Kunde inte flytta \"{file}\", filen existerar redan",
"Could not move \"{file}\"" : "Kunde inte flytta \"{file}\"",
+ "Could not copy \"{file}\", target exists" : "Kunde inte kopiera \"{file}\", filen existerar redan",
+ "Could not copy \"{file}\"" : "Kunde inte kopiera \"{file}\"",
+ "Copied {origin} inside {destination}" : "Kopierade {origin} till {destination}",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "Kopierade {origin} och {nbfiles} andra filer i {destination}",
"{newName} already exists" : "{newName} existerar redan",
"Could not rename \"{fileName}\", it does not exist any more" : "Kunde inte döpa om \"{fileName}\", filen existerar inte mer",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Namnet \"{targetName}\" används redan i mappen \"{dir}\". Vänligen välj ett annat namn.",
diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js
index 952a893884b..960d81ed7c6 100644
--- a/apps/files/l10n/tr.js
+++ b/apps/files/l10n/tr.js
@@ -22,6 +22,7 @@ OC.L10N.register(
"Actions" : "İşlemler",
"Download" : "İndir",
"Rename" : "Yeniden Adlandır",
+ "Move or copy" : "Taşı ya da kopyala",
"Target folder" : "Hedef klasör",
"Delete" : "Sil",
"Disconnect storage" : "Depolama bağlantısını kes",
@@ -36,6 +37,10 @@ OC.L10N.register(
"This directory is unavailable, please check the logs or contact the administrator" : "Bu klasör yazılabilir değil. Lütfen günlük kayıtlarına bakın ya da yönetici ile görüşün",
"Could not move \"{file}\", target exists" : "\"{file}\" taşınamadı, hedef zaten var",
"Could not move \"{file}\"" : "\"{file}\" taşınamadı",
+ "Could not copy \"{file}\", target exists" : "\"{file}\" dosyası kopyalanamadı, hedef zaten var",
+ "Could not copy \"{file}\"" : "\"{file}\" kopyalanamadı",
+ "Copied {origin} inside {destination}" : "{origin} dosyası, {destination} içine kopyalandı",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} ve diğer {nbfiles} dosya, {destination} içine kopyalandı",
"{newName} already exists" : "{newName} zaten var",
"Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\" yeniden adlandırılamadı, artık yok",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" adı \"{dir}\" klasöründe zaten var. Lütfen farklı bir ad seçin.",
diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json
index d678d3a4785..1a7d8b2cf8b 100644
--- a/apps/files/l10n/tr.json
+++ b/apps/files/l10n/tr.json
@@ -20,6 +20,7 @@
"Actions" : "İşlemler",
"Download" : "İndir",
"Rename" : "Yeniden Adlandır",
+ "Move or copy" : "Taşı ya da kopyala",
"Target folder" : "Hedef klasör",
"Delete" : "Sil",
"Disconnect storage" : "Depolama bağlantısını kes",
@@ -34,6 +35,10 @@
"This directory is unavailable, please check the logs or contact the administrator" : "Bu klasör yazılabilir değil. Lütfen günlük kayıtlarına bakın ya da yönetici ile görüşün",
"Could not move \"{file}\", target exists" : "\"{file}\" taşınamadı, hedef zaten var",
"Could not move \"{file}\"" : "\"{file}\" taşınamadı",
+ "Could not copy \"{file}\", target exists" : "\"{file}\" dosyası kopyalanamadı, hedef zaten var",
+ "Could not copy \"{file}\"" : "\"{file}\" kopyalanamadı",
+ "Copied {origin} inside {destination}" : "{origin} dosyası, {destination} içine kopyalandı",
+ "Copied {origin} and {nbfiles} other files inside {destination}" : "{origin} ve diğer {nbfiles} dosya, {destination} içine kopyalandı",
"{newName} already exists" : "{newName} zaten var",
"Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\" yeniden adlandırılamadı, artık yok",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" adı \"{dir}\" klasöründe zaten var. Lütfen farklı bir ad seçin.",