summaryrefslogtreecommitdiffstats
path: root/core/l10n
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 /core/l10n
parent00e341925bc134cbbadaf00a84381e72ed33dbf7 (diff)
downloadnextcloud-server-efbd3bb518129f3c11515a9ca72faecff67d039b.tar.gz
nextcloud-server-efbd3bb518129f3c11515a9ca72faecff67d039b.zip
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r--core/l10n/da.js3
-rw-r--r--core/l10n/da.json3
-rw-r--r--core/l10n/de.js3
-rw-r--r--core/l10n/de.json3
-rw-r--r--core/l10n/de_DE.js3
-rw-r--r--core/l10n/de_DE.json3
-rw-r--r--core/l10n/en_GB.js3
-rw-r--r--core/l10n/en_GB.json3
-rw-r--r--core/l10n/es_MX.js3
-rw-r--r--core/l10n/es_MX.json3
-rw-r--r--core/l10n/fr.js3
-rw-r--r--core/l10n/fr.json3
-rw-r--r--core/l10n/is.js3
-rw-r--r--core/l10n/is.json3
-rw-r--r--core/l10n/it.js3
-rw-r--r--core/l10n/it.json3
-rw-r--r--core/l10n/ko.js4
-rw-r--r--core/l10n/ko.json4
-rw-r--r--core/l10n/nb.js3
-rw-r--r--core/l10n/nb.json3
-rw-r--r--core/l10n/nl.js3
-rw-r--r--core/l10n/nl.json3
-rw-r--r--core/l10n/pt_BR.js3
-rw-r--r--core/l10n/pt_BR.json3
-rw-r--r--core/l10n/ru.js3
-rw-r--r--core/l10n/ru.json3
-rw-r--r--core/l10n/sv.js3
-rw-r--r--core/l10n/sv.json3
-rw-r--r--core/l10n/tr.js3
-rw-r--r--core/l10n/tr.json3
30 files changed, 92 insertions, 0 deletions
diff --git a/core/l10n/da.js b/core/l10n/da.js
index 814ec136c9a..976872e324f 100644
--- a/core/l10n/da.js
+++ b/core/l10n/da.js
@@ -85,6 +85,7 @@ OC.L10N.register(
"No files in here" : "Ingen filer",
"Choose" : "Vælg",
"Copy" : "Kopiér",
+ "Move" : "Flyt",
"Error loading file picker template: {error}" : "Fejl ved indlæsning af filvælger skabelon: {error}",
"OK" : "Ok",
"Error loading message template: {error}" : "Fejl ved indlæsning af besked skabelon: {error}",
@@ -100,6 +101,8 @@ OC.L10N.register(
"({count} selected)" : "({count} valgt)",
"Error loading file exists template" : "Fejl ved inlæsning af; fil eksistere skabelon",
"Pending" : "Afventer",
+ "Copy to {folder}" : "Kopier til {folder}",
+ "Move to {folder}" : "Flyt til {folder}",
"Very weak password" : "Meget svagt kodeord",
"Weak password" : "Svagt kodeord",
"So-so password" : "Jævnt kodeord",
diff --git a/core/l10n/da.json b/core/l10n/da.json
index 10344709374..bec587d031d 100644
--- a/core/l10n/da.json
+++ b/core/l10n/da.json
@@ -83,6 +83,7 @@
"No files in here" : "Ingen filer",
"Choose" : "Vælg",
"Copy" : "Kopiér",
+ "Move" : "Flyt",
"Error loading file picker template: {error}" : "Fejl ved indlæsning af filvælger skabelon: {error}",
"OK" : "Ok",
"Error loading message template: {error}" : "Fejl ved indlæsning af besked skabelon: {error}",
@@ -98,6 +99,8 @@
"({count} selected)" : "({count} valgt)",
"Error loading file exists template" : "Fejl ved inlæsning af; fil eksistere skabelon",
"Pending" : "Afventer",
+ "Copy to {folder}" : "Kopier til {folder}",
+ "Move to {folder}" : "Flyt til {folder}",
"Very weak password" : "Meget svagt kodeord",
"Weak password" : "Svagt kodeord",
"So-so password" : "Jævnt kodeord",
diff --git a/core/l10n/de.js b/core/l10n/de.js
index 77dd4112e43..b6975f79d54 100644
--- a/core/l10n/de.js
+++ b/core/l10n/de.js
@@ -85,6 +85,7 @@ OC.L10N.register(
"No files in here" : "Keine Dateien vorhanden",
"Choose" : "Auswählen",
"Copy" : "Kopieren",
+ "Move" : "Verschieben",
"Error loading file picker template: {error}" : "Fehler beim Laden der Dateiauswahlvorlage: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Fehler beim Laden der Nachrichtenvorlage: {error}",
@@ -100,6 +101,8 @@ OC.L10N.register(
"({count} selected)" : "({count} ausgewählt)",
"Error loading file exists template" : "Fehler beim Laden der vorhanden Dateivorlage",
"Pending" : "Ausstehend",
+ "Copy to {folder}" : "Kopieren nach {folder}",
+ "Move to {folder}" : "Verschieben nach {folder}",
"Very weak password" : "Sehr schwaches Passwort",
"Weak password" : "Schwaches Passwort",
"So-so password" : "Passables Passwort",
diff --git a/core/l10n/de.json b/core/l10n/de.json
index b48eae49c4c..6cf69743f47 100644
--- a/core/l10n/de.json
+++ b/core/l10n/de.json
@@ -83,6 +83,7 @@
"No files in here" : "Keine Dateien vorhanden",
"Choose" : "Auswählen",
"Copy" : "Kopieren",
+ "Move" : "Verschieben",
"Error loading file picker template: {error}" : "Fehler beim Laden der Dateiauswahlvorlage: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Fehler beim Laden der Nachrichtenvorlage: {error}",
@@ -98,6 +99,8 @@
"({count} selected)" : "({count} ausgewählt)",
"Error loading file exists template" : "Fehler beim Laden der vorhanden Dateivorlage",
"Pending" : "Ausstehend",
+ "Copy to {folder}" : "Kopieren nach {folder}",
+ "Move to {folder}" : "Verschieben nach {folder}",
"Very weak password" : "Sehr schwaches Passwort",
"Weak password" : "Schwaches Passwort",
"So-so password" : "Passables Passwort",
diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js
index e465503e204..44482a3f1d0 100644
--- a/core/l10n/de_DE.js
+++ b/core/l10n/de_DE.js
@@ -85,6 +85,7 @@ OC.L10N.register(
"No files in here" : "Keine Dateien vorhanden",
"Choose" : "Auswählen",
"Copy" : "Kopieren",
+ "Move" : "Verschieben",
"Error loading file picker template: {error}" : "Fehler beim Laden der Dateiauswahlvorlage: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Fehler beim Laden der Nachrichtenvorlage: {error}",
@@ -100,6 +101,8 @@ OC.L10N.register(
"({count} selected)" : "({count} ausgewählt)",
"Error loading file exists template" : "Fehler beim Laden der vorhanden Dateivorlage",
"Pending" : "Ausstehend",
+ "Copy to {folder}" : "Kopieren nach {folder}",
+ "Move to {folder}" : "Verschieben nach {folder}",
"Very weak password" : "Sehr schwaches Passwort",
"Weak password" : "Schwaches Passwort",
"So-so password" : "Passables Passwort",
diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json
index 1d3b30786a3..5f4da5f5cd7 100644
--- a/core/l10n/de_DE.json
+++ b/core/l10n/de_DE.json
@@ -83,6 +83,7 @@
"No files in here" : "Keine Dateien vorhanden",
"Choose" : "Auswählen",
"Copy" : "Kopieren",
+ "Move" : "Verschieben",
"Error loading file picker template: {error}" : "Fehler beim Laden der Dateiauswahlvorlage: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Fehler beim Laden der Nachrichtenvorlage: {error}",
@@ -98,6 +99,8 @@
"({count} selected)" : "({count} ausgewählt)",
"Error loading file exists template" : "Fehler beim Laden der vorhanden Dateivorlage",
"Pending" : "Ausstehend",
+ "Copy to {folder}" : "Kopieren nach {folder}",
+ "Move to {folder}" : "Verschieben nach {folder}",
"Very weak password" : "Sehr schwaches Passwort",
"Weak password" : "Schwaches Passwort",
"So-so password" : "Passables Passwort",
diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js
index 09d4fa055ce..b171f0aaeeb 100644
--- a/core/l10n/en_GB.js
+++ b/core/l10n/en_GB.js
@@ -85,6 +85,7 @@ OC.L10N.register(
"No files in here" : "No files in here",
"Choose" : "Choose",
"Copy" : "Copy",
+ "Move" : "Move",
"Error loading file picker template: {error}" : "Error loading file picker template: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Error loading message template: {error}",
@@ -100,6 +101,8 @@ OC.L10N.register(
"({count} selected)" : "({count} selected)",
"Error loading file exists template" : "Error loading file exists template",
"Pending" : "Pending",
+ "Copy to {folder}" : "Copy to {folder}",
+ "Move to {folder}" : "Move to {folder}",
"Very weak password" : "Very weak password",
"Weak password" : "Weak password",
"So-so password" : "So-so password",
diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json
index 47e550d0735..b5a5322b056 100644
--- a/core/l10n/en_GB.json
+++ b/core/l10n/en_GB.json
@@ -83,6 +83,7 @@
"No files in here" : "No files in here",
"Choose" : "Choose",
"Copy" : "Copy",
+ "Move" : "Move",
"Error loading file picker template: {error}" : "Error loading file picker template: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Error loading message template: {error}",
@@ -98,6 +99,8 @@
"({count} selected)" : "({count} selected)",
"Error loading file exists template" : "Error loading file exists template",
"Pending" : "Pending",
+ "Copy to {folder}" : "Copy to {folder}",
+ "Move to {folder}" : "Move to {folder}",
"Very weak password" : "Very weak password",
"Weak password" : "Weak password",
"So-so password" : "So-so password",
diff --git a/core/l10n/es_MX.js b/core/l10n/es_MX.js
index cc136731397..e934d028a61 100644
--- a/core/l10n/es_MX.js
+++ b/core/l10n/es_MX.js
@@ -85,6 +85,7 @@ OC.L10N.register(
"No files in here" : "No hay archivos aquí",
"Choose" : "Seleccionar",
"Copy" : "Copiar",
+ "Move" : "Mover",
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
@@ -100,6 +101,8 @@ OC.L10N.register(
"({count} selected)" : "({count} seleccionados)",
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
"Pending" : "Pendiente",
+ "Copy to {folder}" : "Copiar a {folder}",
+ "Move to {folder}" : "Mover a {folder}",
"Very weak password" : "Contraseña muy débil",
"Weak password" : "Contraseña débil",
"So-so password" : "Contraseña aceptable",
diff --git a/core/l10n/es_MX.json b/core/l10n/es_MX.json
index 0ff15898150..c50d58f7885 100644
--- a/core/l10n/es_MX.json
+++ b/core/l10n/es_MX.json
@@ -83,6 +83,7 @@
"No files in here" : "No hay archivos aquí",
"Choose" : "Seleccionar",
"Copy" : "Copiar",
+ "Move" : "Mover",
"Error loading file picker template: {error}" : "Se presentó un error al cargar la plantilla del seleccionador de archivos: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Se presentó un error al cargar la plantilla del mensaje: {error}",
@@ -98,6 +99,8 @@
"({count} selected)" : "({count} seleccionados)",
"Error loading file exists template" : "Se presentó un error al cargar la plantilla de existe archivo ",
"Pending" : "Pendiente",
+ "Copy to {folder}" : "Copiar a {folder}",
+ "Move to {folder}" : "Mover a {folder}",
"Very weak password" : "Contraseña muy débil",
"Weak password" : "Contraseña débil",
"So-so password" : "Contraseña aceptable",
diff --git a/core/l10n/fr.js b/core/l10n/fr.js
index 3292edb4a8d..9aec227f66c 100644
--- a/core/l10n/fr.js
+++ b/core/l10n/fr.js
@@ -85,6 +85,7 @@ OC.L10N.register(
"No files in here" : "Aucun fichier",
"Choose" : "Choisir",
"Copy" : "Copier",
+ "Move" : "Déplacer",
"Error loading file picker template: {error}" : "Erreur lors du chargement du modèle du sélecteur de fichiers : {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Erreur de chargement du modèle de message : {error}",
@@ -100,6 +101,8 @@ OC.L10N.register(
"({count} selected)" : "({count} sélectionné(s))",
"Error loading file exists template" : "Erreur de chargement du modèle de fichier existant",
"Pending" : "En attente",
+ "Copy to {folder}" : "Copier vers {folder}",
+ "Move to {folder}" : "Déplacer vers {folder}",
"Very weak password" : "Mot de passe très faible",
"Weak password" : "Mot de passe faible",
"So-so password" : "Mot de passe tout juste acceptable",
diff --git a/core/l10n/fr.json b/core/l10n/fr.json
index 09ad935d24e..0103f86c859 100644
--- a/core/l10n/fr.json
+++ b/core/l10n/fr.json
@@ -83,6 +83,7 @@
"No files in here" : "Aucun fichier",
"Choose" : "Choisir",
"Copy" : "Copier",
+ "Move" : "Déplacer",
"Error loading file picker template: {error}" : "Erreur lors du chargement du modèle du sélecteur de fichiers : {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Erreur de chargement du modèle de message : {error}",
@@ -98,6 +99,8 @@
"({count} selected)" : "({count} sélectionné(s))",
"Error loading file exists template" : "Erreur de chargement du modèle de fichier existant",
"Pending" : "En attente",
+ "Copy to {folder}" : "Copier vers {folder}",
+ "Move to {folder}" : "Déplacer vers {folder}",
"Very weak password" : "Mot de passe très faible",
"Weak password" : "Mot de passe faible",
"So-so password" : "Mot de passe tout juste acceptable",
diff --git a/core/l10n/is.js b/core/l10n/is.js
index b3aed294f50..4511880685a 100644
--- a/core/l10n/is.js
+++ b/core/l10n/is.js
@@ -85,6 +85,7 @@ OC.L10N.register(
"No files in here" : "Engar skrár hér",
"Choose" : "Veldu",
"Copy" : "Afrita",
+ "Move" : "Færa",
"Error loading file picker template: {error}" : "Villa við að hlaða inn sniðmáti fyrir skráaveljara: {error}",
"OK" : "Í lagi",
"Error loading message template: {error}" : "Villa við að hlaða inn sniðmáti fyrir skilaboð: {error}",
@@ -100,6 +101,8 @@ OC.L10N.register(
"({count} selected)" : "({count} valið)",
"Error loading file exists template" : "Villa við að hlaða inn sniðmáti fyrir skrá-er-til",
"Pending" : "Í bið",
+ "Copy to {folder}" : "Afrita í {folder}",
+ "Move to {folder}" : "Færa í {folder}",
"Very weak password" : "Mjög veikt lykilorð",
"Weak password" : "Veikt lykilorð",
"So-so password" : "Miðlungs lykilorð",
diff --git a/core/l10n/is.json b/core/l10n/is.json
index 4b3e7ad1afb..bb9b6b394de 100644
--- a/core/l10n/is.json
+++ b/core/l10n/is.json
@@ -83,6 +83,7 @@
"No files in here" : "Engar skrár hér",
"Choose" : "Veldu",
"Copy" : "Afrita",
+ "Move" : "Færa",
"Error loading file picker template: {error}" : "Villa við að hlaða inn sniðmáti fyrir skráaveljara: {error}",
"OK" : "Í lagi",
"Error loading message template: {error}" : "Villa við að hlaða inn sniðmáti fyrir skilaboð: {error}",
@@ -98,6 +99,8 @@
"({count} selected)" : "({count} valið)",
"Error loading file exists template" : "Villa við að hlaða inn sniðmáti fyrir skrá-er-til",
"Pending" : "Í bið",
+ "Copy to {folder}" : "Afrita í {folder}",
+ "Move to {folder}" : "Færa í {folder}",
"Very weak password" : "Mjög veikt lykilorð",
"Weak password" : "Veikt lykilorð",
"So-so password" : "Miðlungs lykilorð",
diff --git a/core/l10n/it.js b/core/l10n/it.js
index f71422aa37f..85a2038c5c6 100644
--- a/core/l10n/it.js
+++ b/core/l10n/it.js
@@ -85,6 +85,7 @@ OC.L10N.register(
"No files in here" : "Qui non c'è alcun file",
"Choose" : "Scegli",
"Copy" : "Copia",
+ "Move" : "Sposta",
"Error loading file picker template: {error}" : "Errore durante il caricamento del modello del selettore file: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Errore durante il caricamento del modello di messaggio: {error}",
@@ -100,6 +101,8 @@ OC.L10N.register(
"({count} selected)" : "({count} selezionati)",
"Error loading file exists template" : "Errore durante il caricamento del modello del file esistente",
"Pending" : "In corso",
+ "Copy to {folder}" : "Copia in {folder}",
+ "Move to {folder}" : "Sposta in {folder}",
"Very weak password" : "Password molto debole",
"Weak password" : "Password debole",
"So-so password" : "Password così-così",
diff --git a/core/l10n/it.json b/core/l10n/it.json
index eea57256bd5..377cc319658 100644
--- a/core/l10n/it.json
+++ b/core/l10n/it.json
@@ -83,6 +83,7 @@
"No files in here" : "Qui non c'è alcun file",
"Choose" : "Scegli",
"Copy" : "Copia",
+ "Move" : "Sposta",
"Error loading file picker template: {error}" : "Errore durante il caricamento del modello del selettore file: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Errore durante il caricamento del modello di messaggio: {error}",
@@ -98,6 +99,8 @@
"({count} selected)" : "({count} selezionati)",
"Error loading file exists template" : "Errore durante il caricamento del modello del file esistente",
"Pending" : "In corso",
+ "Copy to {folder}" : "Copia in {folder}",
+ "Move to {folder}" : "Sposta in {folder}",
"Very weak password" : "Password molto debole",
"Weak password" : "Password debole",
"So-so password" : "Password così-così",
diff --git a/core/l10n/ko.js b/core/l10n/ko.js
index 5f20dc066e7..2acea2d182f 100644
--- a/core/l10n/ko.js
+++ b/core/l10n/ko.js
@@ -15,6 +15,7 @@ OC.L10N.register(
"No valid crop data provided" : "올바른 잘라내기 데이터가 지정되지 않음",
"Crop is not square" : "잘라내는 영역이 사각형이 아님",
"State token does not match" : "상태 토크인 일치하지 않음",
+ "Password reset is disabled" : "암호 리셋이 비활성화 되었습니다.",
"Couldn't reset password because the token is invalid" : "토큰이 잘못되었기 때문에 암호를 초기화할 수 없습니다",
"Couldn't reset password because the token is expired" : "토큰이 만료되어 암호를 초기화할 수 없습니다",
"Could not send reset email because there is no email address for this username. Please contact your administrator." : "이 사용자 이름과 연결된 이메일 주소가 없어서 초기화 메일을 보낼 수 없습니다. 시스템 관리자에게 연락하십시오.",
@@ -80,6 +81,7 @@ OC.L10N.register(
"No files in here" : "여기에 파일이 없음",
"Choose" : "선택",
"Copy" : "복사",
+ "Move" : "이동",
"Error loading file picker template: {error}" : "파일 선택 템플릿을 불러오는 중 오류 발생: {error}",
"OK" : "확인",
"Error loading message template: {error}" : "메시지 템플릿을 불러오는 중 오류 발생: {error}",
@@ -95,6 +97,8 @@ OC.L10N.register(
"({count} selected)" : "({count}개 선택됨)",
"Error loading file exists template" : "파일 존재함 템플릿을 불러오는 중 오류 발생",
"Pending" : "보류 중",
+ "Copy to {folder}" : "[folder] 에 복사하기",
+ "Move to {folder}" : "[folder] 에 이동하기",
"Very weak password" : "매우 약한 암호",
"Weak password" : "약한 암호",
"So-so password" : "그저 그런 암호",
diff --git a/core/l10n/ko.json b/core/l10n/ko.json
index 38e05a19d9f..d936bdb405c 100644
--- a/core/l10n/ko.json
+++ b/core/l10n/ko.json
@@ -13,6 +13,7 @@
"No valid crop data provided" : "올바른 잘라내기 데이터가 지정되지 않음",
"Crop is not square" : "잘라내는 영역이 사각형이 아님",
"State token does not match" : "상태 토크인 일치하지 않음",
+ "Password reset is disabled" : "암호 리셋이 비활성화 되었습니다.",
"Couldn't reset password because the token is invalid" : "토큰이 잘못되었기 때문에 암호를 초기화할 수 없습니다",
"Couldn't reset password because the token is expired" : "토큰이 만료되어 암호를 초기화할 수 없습니다",
"Could not send reset email because there is no email address for this username. Please contact your administrator." : "이 사용자 이름과 연결된 이메일 주소가 없어서 초기화 메일을 보낼 수 없습니다. 시스템 관리자에게 연락하십시오.",
@@ -78,6 +79,7 @@
"No files in here" : "여기에 파일이 없음",
"Choose" : "선택",
"Copy" : "복사",
+ "Move" : "이동",
"Error loading file picker template: {error}" : "파일 선택 템플릿을 불러오는 중 오류 발생: {error}",
"OK" : "확인",
"Error loading message template: {error}" : "메시지 템플릿을 불러오는 중 오류 발생: {error}",
@@ -93,6 +95,8 @@
"({count} selected)" : "({count}개 선택됨)",
"Error loading file exists template" : "파일 존재함 템플릿을 불러오는 중 오류 발생",
"Pending" : "보류 중",
+ "Copy to {folder}" : "[folder] 에 복사하기",
+ "Move to {folder}" : "[folder] 에 이동하기",
"Very weak password" : "매우 약한 암호",
"Weak password" : "약한 암호",
"So-so password" : "그저 그런 암호",
diff --git a/core/l10n/nb.js b/core/l10n/nb.js
index 1a80c1e77fd..05a408ccdbe 100644
--- a/core/l10n/nb.js
+++ b/core/l10n/nb.js
@@ -85,6 +85,7 @@ OC.L10N.register(
"No files in here" : "Ingen filer her",
"Choose" : "Velg",
"Copy" : "Kopier",
+ "Move" : "Flytt",
"Error loading file picker template: {error}" : "Feil ved lasting av filvelger-mal: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Feil ved lasting av meldingsmal: {error}",
@@ -100,6 +101,8 @@ OC.L10N.register(
"({count} selected)" : "({count} valgt)",
"Error loading file exists template" : "Feil ved lasting av \"filen eksisterer\"-mal",
"Pending" : "Venter",
+ "Copy to {folder}" : "Kopier til {mappe}",
+ "Move to {folder}" : "Flytt til {mappe}",
"Very weak password" : "Veldig svakt passord",
"Weak password" : "Svakt passord",
"So-so password" : "Bob-bob-passord",
diff --git a/core/l10n/nb.json b/core/l10n/nb.json
index 147f041bbf5..120c141cd63 100644
--- a/core/l10n/nb.json
+++ b/core/l10n/nb.json
@@ -83,6 +83,7 @@
"No files in here" : "Ingen filer her",
"Choose" : "Velg",
"Copy" : "Kopier",
+ "Move" : "Flytt",
"Error loading file picker template: {error}" : "Feil ved lasting av filvelger-mal: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Feil ved lasting av meldingsmal: {error}",
@@ -98,6 +99,8 @@
"({count} selected)" : "({count} valgt)",
"Error loading file exists template" : "Feil ved lasting av \"filen eksisterer\"-mal",
"Pending" : "Venter",
+ "Copy to {folder}" : "Kopier til {mappe}",
+ "Move to {folder}" : "Flytt til {mappe}",
"Very weak password" : "Veldig svakt passord",
"Weak password" : "Svakt passord",
"So-so password" : "Bob-bob-passord",
diff --git a/core/l10n/nl.js b/core/l10n/nl.js
index 3043f6611b2..dafcc421e9b 100644
--- a/core/l10n/nl.js
+++ b/core/l10n/nl.js
@@ -85,6 +85,7 @@ OC.L10N.register(
"No files in here" : "Hier geen bestanden",
"Choose" : "Kies",
"Copy" : "Kopiëren",
+ "Move" : "Verplaats",
"Error loading file picker template: {error}" : "Fout bij laden bestandenselecteur sjabloon: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Fout bij laden berichtensjabloon: {error}",
@@ -100,6 +101,8 @@ OC.L10N.register(
"({count} selected)" : "({count} geselecteerd)",
"Error loading file exists template" : "Fout bij laden bestand bestaat al sjabloon",
"Pending" : "Onderhanden",
+ "Copy to {folder}" : "Copiëer naar {folder}",
+ "Move to {folder}" : "Verplaats naar {folder}",
"Very weak password" : "Zeer zwak wachtwoord",
"Weak password" : "Zwak wachtwoord",
"So-so password" : "Matig wachtwoord",
diff --git a/core/l10n/nl.json b/core/l10n/nl.json
index 7ed4804243f..1ee3fb222af 100644
--- a/core/l10n/nl.json
+++ b/core/l10n/nl.json
@@ -83,6 +83,7 @@
"No files in here" : "Hier geen bestanden",
"Choose" : "Kies",
"Copy" : "Kopiëren",
+ "Move" : "Verplaats",
"Error loading file picker template: {error}" : "Fout bij laden bestandenselecteur sjabloon: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Fout bij laden berichtensjabloon: {error}",
@@ -98,6 +99,8 @@
"({count} selected)" : "({count} geselecteerd)",
"Error loading file exists template" : "Fout bij laden bestand bestaat al sjabloon",
"Pending" : "Onderhanden",
+ "Copy to {folder}" : "Copiëer naar {folder}",
+ "Move to {folder}" : "Verplaats naar {folder}",
"Very weak password" : "Zeer zwak wachtwoord",
"Weak password" : "Zwak wachtwoord",
"So-so password" : "Matig wachtwoord",
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js
index 7d36798adc7..91558548b2d 100644
--- a/core/l10n/pt_BR.js
+++ b/core/l10n/pt_BR.js
@@ -85,6 +85,7 @@ OC.L10N.register(
"No files in here" : "Nenhum arquivos aqui",
"Choose" : "Escolher",
"Copy" : "Copiar",
+ "Move" : "Mover",
"Error loading file picker template: {error}" : "Erro carregando o seletor de modelo de arquivos: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Erro carregando o modelo de mensagem: {error}",
@@ -100,6 +101,8 @@ OC.L10N.register(
"({count} selected)" : "({count} selecionados)",
"Error loading file exists template" : "Erro carregando arquivo. Já existe o modelo",
"Pending" : "Pendente",
+ "Copy to {folder}" : "Copiar para {folder}",
+ "Move to {folder}" : "Mover para {folder}",
"Very weak password" : "Senha muito fraca",
"Weak password" : "Senha fraca",
"So-so password" : "Senha mais ou menos",
diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json
index 20e1ea2bb43..c6e45c95b30 100644
--- a/core/l10n/pt_BR.json
+++ b/core/l10n/pt_BR.json
@@ -83,6 +83,7 @@
"No files in here" : "Nenhum arquivos aqui",
"Choose" : "Escolher",
"Copy" : "Copiar",
+ "Move" : "Mover",
"Error loading file picker template: {error}" : "Erro carregando o seletor de modelo de arquivos: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Erro carregando o modelo de mensagem: {error}",
@@ -98,6 +99,8 @@
"({count} selected)" : "({count} selecionados)",
"Error loading file exists template" : "Erro carregando arquivo. Já existe o modelo",
"Pending" : "Pendente",
+ "Copy to {folder}" : "Copiar para {folder}",
+ "Move to {folder}" : "Mover para {folder}",
"Very weak password" : "Senha muito fraca",
"Weak password" : "Senha fraca",
"So-so password" : "Senha mais ou menos",
diff --git a/core/l10n/ru.js b/core/l10n/ru.js
index 1c02ba6a2f5..f752162f149 100644
--- a/core/l10n/ru.js
+++ b/core/l10n/ru.js
@@ -85,6 +85,7 @@ OC.L10N.register(
"No files in here" : "Здесь нет файлов",
"Choose" : "Выбрать",
"Copy" : "Копировать",
+ "Move" : "Переместить",
"Error loading file picker template: {error}" : "Ошибка при загрузке шаблона выбора файлов: {error}",
"OK" : "ОК",
"Error loading message template: {error}" : "Ошибка загрузки шаблона сообщений: {error}",
@@ -100,6 +101,8 @@ OC.L10N.register(
"({count} selected)" : "(выбрано: {count})",
"Error loading file exists template" : "Ошибка при загрузке шаблона существующего файла",
"Pending" : "Ожидание",
+ "Copy to {folder}" : "Копировать в {folder}",
+ "Move to {folder}" : "Переместить в {folder}",
"Very weak password" : "Очень слабый пароль",
"Weak password" : "Слабый пароль",
"So-so password" : "Так себе пароль",
diff --git a/core/l10n/ru.json b/core/l10n/ru.json
index 5369269c58b..aa21e36c886 100644
--- a/core/l10n/ru.json
+++ b/core/l10n/ru.json
@@ -83,6 +83,7 @@
"No files in here" : "Здесь нет файлов",
"Choose" : "Выбрать",
"Copy" : "Копировать",
+ "Move" : "Переместить",
"Error loading file picker template: {error}" : "Ошибка при загрузке шаблона выбора файлов: {error}",
"OK" : "ОК",
"Error loading message template: {error}" : "Ошибка загрузки шаблона сообщений: {error}",
@@ -98,6 +99,8 @@
"({count} selected)" : "(выбрано: {count})",
"Error loading file exists template" : "Ошибка при загрузке шаблона существующего файла",
"Pending" : "Ожидание",
+ "Copy to {folder}" : "Копировать в {folder}",
+ "Move to {folder}" : "Переместить в {folder}",
"Very weak password" : "Очень слабый пароль",
"Weak password" : "Слабый пароль",
"So-so password" : "Так себе пароль",
diff --git a/core/l10n/sv.js b/core/l10n/sv.js
index eb0c118481c..049bfac353b 100644
--- a/core/l10n/sv.js
+++ b/core/l10n/sv.js
@@ -85,6 +85,7 @@ OC.L10N.register(
"No files in here" : "Det finns inga filer här",
"Choose" : "Välj",
"Copy" : "Kopiera",
+ "Move" : "Flytta",
"Error loading file picker template: {error}" : "Fel uppstod för filväljarmall: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Fel uppstod under inläsningen av meddelandemallen: {error}",
@@ -100,6 +101,8 @@ OC.L10N.register(
"({count} selected)" : "({count} valda)",
"Error loading file exists template" : "Fel uppstod filmall existerar",
"Pending" : "Väntar",
+ "Copy to {folder}" : "Kopiera till {folder}",
+ "Move to {folder}" : "Flytta till {folder}",
"Very weak password" : "Väldigt svagt lösenord",
"Weak password" : "Svagt lösenord",
"So-so password" : "Okej lösenord",
diff --git a/core/l10n/sv.json b/core/l10n/sv.json
index ad69ba8dfb3..df891e281f7 100644
--- a/core/l10n/sv.json
+++ b/core/l10n/sv.json
@@ -83,6 +83,7 @@
"No files in here" : "Det finns inga filer här",
"Choose" : "Välj",
"Copy" : "Kopiera",
+ "Move" : "Flytta",
"Error loading file picker template: {error}" : "Fel uppstod för filväljarmall: {error}",
"OK" : "OK",
"Error loading message template: {error}" : "Fel uppstod under inläsningen av meddelandemallen: {error}",
@@ -98,6 +99,8 @@
"({count} selected)" : "({count} valda)",
"Error loading file exists template" : "Fel uppstod filmall existerar",
"Pending" : "Väntar",
+ "Copy to {folder}" : "Kopiera till {folder}",
+ "Move to {folder}" : "Flytta till {folder}",
"Very weak password" : "Väldigt svagt lösenord",
"Weak password" : "Svagt lösenord",
"So-so password" : "Okej lösenord",
diff --git a/core/l10n/tr.js b/core/l10n/tr.js
index b25f40a42e8..0110c672d24 100644
--- a/core/l10n/tr.js
+++ b/core/l10n/tr.js
@@ -85,6 +85,7 @@ OC.L10N.register(
"No files in here" : "Burada herhangi bir dosya yok",
"Choose" : "Seçin",
"Copy" : "Kopyala",
+ "Move" : "Taşı",
"Error loading file picker template: {error}" : "Dosya seçme kalıbı yüklenirken sorun çıktı: {error}",
"OK" : "Tamam",
"Error loading message template: {error}" : "İleti kalıbı yüklenirken sorun çıktı: {error}",
@@ -100,6 +101,8 @@ OC.L10N.register(
"({count} selected)" : "({count} seçilmiş)",
"Error loading file exists template" : "Dosya var kalıbı yüklenirken sorun çıktı",
"Pending" : "Bekliyor",
+ "Copy to {folder}" : "{folder} Klasörüne Kopyala",
+ "Move to {folder}" : "{folder} Klasörüne Taşı",
"Very weak password" : "Parola çok zayıf",
"Weak password" : "Parola zayıf",
"So-so password" : "Parola idare eder",
diff --git a/core/l10n/tr.json b/core/l10n/tr.json
index 90c92113127..ac23e2eb1e9 100644
--- a/core/l10n/tr.json
+++ b/core/l10n/tr.json
@@ -83,6 +83,7 @@
"No files in here" : "Burada herhangi bir dosya yok",
"Choose" : "Seçin",
"Copy" : "Kopyala",
+ "Move" : "Taşı",
"Error loading file picker template: {error}" : "Dosya seçme kalıbı yüklenirken sorun çıktı: {error}",
"OK" : "Tamam",
"Error loading message template: {error}" : "İleti kalıbı yüklenirken sorun çıktı: {error}",
@@ -98,6 +99,8 @@
"({count} selected)" : "({count} seçilmiş)",
"Error loading file exists template" : "Dosya var kalıbı yüklenirken sorun çıktı",
"Pending" : "Bekliyor",
+ "Copy to {folder}" : "{folder} Klasörüne Kopyala",
+ "Move to {folder}" : "{folder} Klasörüne Taşı",
"Very weak password" : "Parola çok zayıf",
"Weak password" : "Parola zayıf",
"So-so password" : "Parola idare eder",