summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/l10n')
-rw-r--r--apps/files/l10n/de.js2
-rw-r--r--apps/files/l10n/de.json2
-rw-r--r--apps/files/l10n/de_DE.js2
-rw-r--r--apps/files/l10n/de_DE.json2
-rw-r--r--apps/files/l10n/en_GB.js3
-rw-r--r--apps/files/l10n/en_GB.json3
-rw-r--r--apps/files/l10n/fr.js1
-rw-r--r--apps/files/l10n/fr.json1
-rw-r--r--apps/files/l10n/hu.js2
-rw-r--r--apps/files/l10n/hu.json2
-rw-r--r--apps/files/l10n/it.js2
-rw-r--r--apps/files/l10n/it.json2
-rw-r--r--apps/files/l10n/ka_GE.js2
-rw-r--r--apps/files/l10n/ka_GE.json2
-rw-r--r--apps/files/l10n/nb.js2
-rw-r--r--apps/files/l10n/nb.json2
-rw-r--r--apps/files/l10n/pt_BR.js2
-rw-r--r--apps/files/l10n/pt_BR.json2
-rw-r--r--apps/files/l10n/sr.js3
-rw-r--r--apps/files/l10n/sr.json3
-rw-r--r--apps/files/l10n/tr.js3
-rw-r--r--apps/files/l10n/tr.json3
22 files changed, 48 insertions, 0 deletions
diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js
index db086b3b5af..8f39f70001f 100644
--- a/apps/files/l10n/de.js
+++ b/apps/files/l10n/de.js
@@ -19,6 +19,8 @@ OC.L10N.register(
"Uploading …" : "Lade hoch...",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "Zielordner existiert nicht mehr",
+ "Error when assembling chunks, status code {status}" : "Fehler beim Zusammenführen der Teile (Chunks), Fehlermeldung {status}",
"Actions" : "Aktionen",
"Download" : "Herunterladen",
"Rename" : "Umbenennen",
diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json
index 3078c712c97..13939c46503 100644
--- a/apps/files/l10n/de.json
+++ b/apps/files/l10n/de.json
@@ -17,6 +17,8 @@
"Uploading …" : "Lade hoch...",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "Zielordner existiert nicht mehr",
+ "Error when assembling chunks, status code {status}" : "Fehler beim Zusammenführen der Teile (Chunks), Fehlermeldung {status}",
"Actions" : "Aktionen",
"Download" : "Herunterladen",
"Rename" : "Umbenennen",
diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js
index 89fd71153d4..eefcbc81d3d 100644
--- a/apps/files/l10n/de_DE.js
+++ b/apps/files/l10n/de_DE.js
@@ -19,6 +19,8 @@ OC.L10N.register(
"Uploading …" : "Lade hoch...",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "Zielordner existiert nicht mehr",
+ "Error when assembling chunks, status code {status}" : "Fehler beim Zusammenführen der Teile (Chunks), Fehlermeldung {status}",
"Actions" : "Aktionen",
"Download" : "Herunterladen",
"Rename" : "Umbenennen",
diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json
index a3da1d8e785..74998a7ad9e 100644
--- a/apps/files/l10n/de_DE.json
+++ b/apps/files/l10n/de_DE.json
@@ -17,6 +17,8 @@
"Uploading …" : "Lade hoch...",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} von {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "Zielordner existiert nicht mehr",
+ "Error when assembling chunks, status code {status}" : "Fehler beim Zusammenführen der Teile (Chunks), Fehlermeldung {status}",
"Actions" : "Aktionen",
"Download" : "Herunterladen",
"Rename" : "Umbenennen",
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js
index 772da4fe2aa..424d470d970 100644
--- a/apps/files/l10n/en_GB.js
+++ b/apps/files/l10n/en_GB.js
@@ -19,6 +19,8 @@ OC.L10N.register(
"Uploading …" : "Uploading …",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "Target folder does not exist any more",
+ "Error when assembling chunks, status code {status}" : "Error when assembling chunks, status code {status}",
"Actions" : "Actions",
"Download" : "Download",
"Rename" : "Rename",
@@ -125,6 +127,7 @@ OC.L10N.register(
"Settings" : "Settings",
"Show hidden files" : "Show hidden files",
"WebDAV" : "WebDAV",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>",
"Cancel upload" : "Cancel upload",
"No files in here" : "No files in here",
"Upload some content or sync with your devices!" : "Upload some content or sync with your devices!",
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json
index b8b0e3dc35b..1ac5d53c7a6 100644
--- a/apps/files/l10n/en_GB.json
+++ b/apps/files/l10n/en_GB.json
@@ -17,6 +17,8 @@
"Uploading …" : "Uploading …",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} of {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "Target folder does not exist any more",
+ "Error when assembling chunks, status code {status}" : "Error when assembling chunks, status code {status}",
"Actions" : "Actions",
"Download" : "Download",
"Rename" : "Rename",
@@ -123,6 +125,7 @@
"Settings" : "Settings",
"Show hidden files" : "Show hidden files",
"WebDAV" : "WebDAV",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>",
"Cancel upload" : "Cancel upload",
"No files in here" : "No files in here",
"Upload some content or sync with your devices!" : "Upload some content or sync with your devices!",
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js
index e29efd92bf4..68540aac8d8 100644
--- a/apps/files/l10n/fr.js
+++ b/apps/files/l10n/fr.js
@@ -19,6 +19,7 @@ OC.L10N.register(
"Uploading …" : "Téléversement en cours...",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} sur {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "Le dossier cible n'existe plus",
"Actions" : "Actions",
"Download" : "Télécharger",
"Rename" : "Renommer",
diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json
index fb6d30866fa..7f675056eb4 100644
--- a/apps/files/l10n/fr.json
+++ b/apps/files/l10n/fr.json
@@ -17,6 +17,7 @@
"Uploading …" : "Téléversement en cours...",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} sur {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "Le dossier cible n'existe plus",
"Actions" : "Actions",
"Download" : "Télécharger",
"Rename" : "Renommer",
diff --git a/apps/files/l10n/hu.js b/apps/files/l10n/hu.js
index 1e40c5fcbaa..78effaf18a3 100644
--- a/apps/files/l10n/hu.js
+++ b/apps/files/l10n/hu.js
@@ -19,6 +19,8 @@ OC.L10N.register(
"Uploading …" : "Feltöltés...",
"…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "A célmappa már nem létezik",
+ "Error when assembling chunks, status code {status}" : "Hiba a darabok összerakásakor, Állapotkód {status}",
"Actions" : "Műveletek",
"Download" : "Letöltés",
"Rename" : "Átnevezés",
diff --git a/apps/files/l10n/hu.json b/apps/files/l10n/hu.json
index 87e75dbfc84..0b1986ae526 100644
--- a/apps/files/l10n/hu.json
+++ b/apps/files/l10n/hu.json
@@ -17,6 +17,8 @@
"Uploading …" : "Feltöltés...",
"…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "A célmappa már nem létezik",
+ "Error when assembling chunks, status code {status}" : "Hiba a darabok összerakásakor, Állapotkód {status}",
"Actions" : "Műveletek",
"Download" : "Letöltés",
"Rename" : "Átnevezés",
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js
index 55ee383d9b9..5748a952d4a 100644
--- a/apps/files/l10n/it.js
+++ b/apps/files/l10n/it.js
@@ -19,6 +19,8 @@ OC.L10N.register(
"Uploading …" : "Caricamento in corso...",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} di {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "La cartella di destinazione non esiste più",
+ "Error when assembling chunks, status code {status}" : "Errore durante l'assemblaggio dei blocchi, codice di stato {status}",
"Actions" : "Azioni",
"Download" : "Scarica",
"Rename" : "Rinomina",
diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json
index e1225a7b15d..0a2b7b4ae17 100644
--- a/apps/files/l10n/it.json
+++ b/apps/files/l10n/it.json
@@ -17,6 +17,8 @@
"Uploading …" : "Caricamento in corso...",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} di {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "La cartella di destinazione non esiste più",
+ "Error when assembling chunks, status code {status}" : "Errore durante l'assemblaggio dei blocchi, codice di stato {status}",
"Actions" : "Azioni",
"Download" : "Scarica",
"Rename" : "Rinomina",
diff --git a/apps/files/l10n/ka_GE.js b/apps/files/l10n/ka_GE.js
index 37ea18669bc..401b93a0e6a 100644
--- a/apps/files/l10n/ka_GE.js
+++ b/apps/files/l10n/ka_GE.js
@@ -19,6 +19,8 @@ OC.L10N.register(
"Uploading …" : "იტვირთება ...",
"…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} სულ {totalSize}-დან ({bitrate})",
+ "Target folder does not exist any more" : "დანიშნულების დირექტორია აღარ არსებობს",
+ "Error when assembling chunks, status code {status}" : "ნაჭრების შეგროვებისას წარმოიშვა შეცდომა, სტატუსის კოდი {status}",
"Actions" : "მოქმედებები",
"Download" : "ჩამოტვირთვა",
"Rename" : "გადარქმევა",
diff --git a/apps/files/l10n/ka_GE.json b/apps/files/l10n/ka_GE.json
index 9c325d631db..36f2400edd8 100644
--- a/apps/files/l10n/ka_GE.json
+++ b/apps/files/l10n/ka_GE.json
@@ -17,6 +17,8 @@
"Uploading …" : "იტვირთება ...",
"…" : "...",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} სულ {totalSize}-დან ({bitrate})",
+ "Target folder does not exist any more" : "დანიშნულების დირექტორია აღარ არსებობს",
+ "Error when assembling chunks, status code {status}" : "ნაჭრების შეგროვებისას წარმოიშვა შეცდომა, სტატუსის კოდი {status}",
"Actions" : "მოქმედებები",
"Download" : "ჩამოტვირთვა",
"Rename" : "გადარქმევა",
diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js
index 8965c897d23..a51f8c36c86 100644
--- a/apps/files/l10n/nb.js
+++ b/apps/files/l10n/nb.js
@@ -19,6 +19,8 @@ OC.L10N.register(
"Uploading …" : "Laster opp…",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} av {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "Målmappen finnes ikke lenger",
+ "Error when assembling chunks, status code {status}" : "Feil under sammenkobling av biter, statuskode {status}",
"Actions" : "Handlinger",
"Download" : "Last ned",
"Rename" : "Gi nytt navn",
diff --git a/apps/files/l10n/nb.json b/apps/files/l10n/nb.json
index 270473551ef..5b3d3bb7ab5 100644
--- a/apps/files/l10n/nb.json
+++ b/apps/files/l10n/nb.json
@@ -17,6 +17,8 @@
"Uploading …" : "Laster opp…",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} av {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "Målmappen finnes ikke lenger",
+ "Error when assembling chunks, status code {status}" : "Feil under sammenkobling av biter, statuskode {status}",
"Actions" : "Handlinger",
"Download" : "Last ned",
"Rename" : "Gi nytt navn",
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js
index 2f2a3079366..77c72445fda 100644
--- a/apps/files/l10n/pt_BR.js
+++ b/apps/files/l10n/pt_BR.js
@@ -19,6 +19,8 @@ OC.L10N.register(
"Uploading …" : "Enviando...",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "Pasta destino não existe mais",
+ "Error when assembling chunks, status code {status}" : "Erro ao montar partes, código de status {status}",
"Actions" : "Ações",
"Download" : "Baixar",
"Rename" : "Renomear",
diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json
index 5e77deb4e3b..2f4ee84a7a7 100644
--- a/apps/files/l10n/pt_BR.json
+++ b/apps/files/l10n/pt_BR.json
@@ -17,6 +17,8 @@
"Uploading …" : "Enviando...",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} de {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "Pasta destino não existe mais",
+ "Error when assembling chunks, status code {status}" : "Erro ao montar partes, código de status {status}",
"Actions" : "Ações",
"Download" : "Baixar",
"Rename" : "Renomear",
diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js
index 137a684f338..ffa02a73a5f 100644
--- a/apps/files/l10n/sr.js
+++ b/apps/files/l10n/sr.js
@@ -19,6 +19,8 @@ OC.L10N.register(
"Uploading …" : "Отпремам…",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} од {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "Одредишна фасцикла више не постоји",
+ "Error when assembling chunks, status code {status}" : "Грешки при прикупљању делова фајла, статус код {status}",
"Actions" : "Радње",
"Download" : "Преузми",
"Rename" : "Преименуј",
@@ -125,6 +127,7 @@ OC.L10N.register(
"Settings" : "Поставке",
"Show hidden files" : "Прикажи скривене фајлове",
"WebDAV" : "ВебДАВ",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Користи ову адресу да <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">приступате Вашим фајловима преко ВебДАВа</a>",
"Cancel upload" : "Откажи отпремање",
"No files in here" : "Овде нема фајлова",
"Upload some content or sync with your devices!" : "Отпремите неки садржај или синхронизујте са вашим уређајима!",
diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json
index 5e791f3ca9a..40acca2420d 100644
--- a/apps/files/l10n/sr.json
+++ b/apps/files/l10n/sr.json
@@ -17,6 +17,8 @@
"Uploading …" : "Отпремам…",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} од {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "Одредишна фасцикла више не постоји",
+ "Error when assembling chunks, status code {status}" : "Грешки при прикупљању делова фајла, статус код {status}",
"Actions" : "Радње",
"Download" : "Преузми",
"Rename" : "Преименуј",
@@ -123,6 +125,7 @@
"Settings" : "Поставке",
"Show hidden files" : "Прикажи скривене фајлове",
"WebDAV" : "ВебДАВ",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Користи ову адресу да <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">приступате Вашим фајловима преко ВебДАВа</a>",
"Cancel upload" : "Откажи отпремање",
"No files in here" : "Овде нема фајлова",
"Upload some content or sync with your devices!" : "Отпремите неки садржај или синхронизујте са вашим уређајима!",
diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js
index cd2337f1321..6d68c8889bc 100644
--- a/apps/files/l10n/tr.js
+++ b/apps/files/l10n/tr.js
@@ -19,6 +19,8 @@ OC.L10N.register(
"Uploading …" : "Yükleniyor…",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "Hedef klasör artık yok",
+ "Error when assembling chunks, status code {status}" : "Kümeler oluşturulurken sorun çıktı, durum kodu {status}",
"Actions" : "İşlemler",
"Download" : "İndir",
"Rename" : "Yeniden Adlandır",
@@ -125,6 +127,7 @@ OC.L10N.register(
"Settings" : "Ayarlar",
"Show hidden files" : "Gizli dosyaları görüntüle",
"WebDAV" : "WebDAV",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Dosyalarınıza WebDAV üzerinden erişmek için <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">bu adresi kullanın</a>",
"Cancel upload" : "Yüklemeyi iptal et",
"No files in here" : "Burada herhangi bir dosya yok",
"Upload some content or sync with your devices!" : "Bir şeyler yükleyin ya da aygıtlarınızla eşitleyin!",
diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json
index 14d480f45e2..cde68e5b35b 100644
--- a/apps/files/l10n/tr.json
+++ b/apps/files/l10n/tr.json
@@ -17,6 +17,8 @@
"Uploading …" : "Yükleniyor…",
"…" : "…",
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} / {totalSize} ({bitrate})",
+ "Target folder does not exist any more" : "Hedef klasör artık yok",
+ "Error when assembling chunks, status code {status}" : "Kümeler oluşturulurken sorun çıktı, durum kodu {status}",
"Actions" : "İşlemler",
"Download" : "İndir",
"Rename" : "Yeniden Adlandır",
@@ -123,6 +125,7 @@
"Settings" : "Ayarlar",
"Show hidden files" : "Gizli dosyaları görüntüle",
"WebDAV" : "WebDAV",
+ "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Dosyalarınıza WebDAV üzerinden erişmek için <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">bu adresi kullanın</a>",
"Cancel upload" : "Yüklemeyi iptal et",
"No files in here" : "Burada herhangi bir dosya yok",
"Upload some content or sync with your devices!" : "Bir şeyler yükleyin ya da aygıtlarınızla eşitleyin!",