summaryrefslogtreecommitdiffstats
path: root/lib/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-06-28 01:55:19 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-06-28 01:55:19 -0400
commit4d565a84475bca92b851c9ca39b96cda9ff9b18a (patch)
tree0440e822208a6408317a5e513d378f03ac22ea01 /lib/l10n
parent717f91a4e884f6eccb9d7c4cbeadc99bae57252a (diff)
downloadnextcloud-server-4d565a84475bca92b851c9ca39b96cda9ff9b18a.tar.gz
nextcloud-server-4d565a84475bca92b851c9ca39b96cda9ff9b18a.zip
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r--lib/l10n/cs_CZ.js3
-rw-r--r--lib/l10n/cs_CZ.json3
-rw-r--r--lib/l10n/es.js2
-rw-r--r--lib/l10n/es.json2
-rw-r--r--lib/l10n/fi_FI.js2
-rw-r--r--lib/l10n/fi_FI.json2
-rw-r--r--lib/l10n/nb_NO.js2
-rw-r--r--lib/l10n/nb_NO.json2
-rw-r--r--lib/l10n/nl.js2
-rw-r--r--lib/l10n/nl.json2
-rw-r--r--lib/l10n/th_TH.js2
-rw-r--r--lib/l10n/th_TH.json2
12 files changed, 26 insertions, 0 deletions
diff --git a/lib/l10n/cs_CZ.js b/lib/l10n/cs_CZ.js
index 01817f5cde5..fd30fc3463b 100644
--- a/lib/l10n/cs_CZ.js
+++ b/lib/l10n/cs_CZ.js
@@ -38,12 +38,14 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["před %n minutou","před %n minutami","před %n minutami"],
"seconds ago" : "před pár sekundami",
"web services under your control" : "webové služby pod Vaší kontrolou",
+ "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul s id: %s neexistuje. Povolte ho prosím ve svých nastaveních aplikací nebo kontaktujte svého administrátora.",
"Empty filename is not allowed" : "Prázdné jméno souboru není povoleno",
"Dot files are not allowed" : "Jména souborů začínající tečkou nejsou povolena",
"4-byte characters are not supported in file names" : "4-bytové znaky nejsou podporovány ve jménech souborů",
"File name is a reserved word" : "Jméno souboru je rezervované slovo",
"File name contains at least one invalid character" : "Jméno souboru obsahuje nejméně jeden neplatný znak",
"File name is too long" : "Jméno souboru je moc dlouhé",
+ "File is currently busy, please try again later" : "Soubor je používán, zkus to později",
"Can't read file" : "Nelze přečíst soubor",
"App directory already exists" : "Adresář aplikace již existuje",
"Can't create app folder. Please fix permissions. %s" : "Nelze vytvořit složku aplikace. Opravte práva souborů. %s",
@@ -84,6 +86,7 @@ OC.L10N.register(
"Set an admin username." : "Zadejte uživatelské jméno správce.",
"Set an admin password." : "Zadejte heslo správce.",
"Can't create or write into the data directory %s" : "Nelze vytvořit nebo zapisovat do datového adresáře %s",
+ "Invalid Federated Cloud ID" : "Neplatné sdružené cloud ID",
"%s shared »%s« with you" : "%s s vámi sdílí »%s«",
"%s via %s" : "%s pomocí %s",
"Sharing %s failed, because the backend does not allow shares from type %i" : "Sdílení %s selhalo, podpůrná vrstva nepodporuje typ sdílení %i",
diff --git a/lib/l10n/cs_CZ.json b/lib/l10n/cs_CZ.json
index ab5e4662633..3ee3cc16587 100644
--- a/lib/l10n/cs_CZ.json
+++ b/lib/l10n/cs_CZ.json
@@ -36,12 +36,14 @@
"_%n minute ago_::_%n minutes ago_" : ["před %n minutou","před %n minutami","před %n minutami"],
"seconds ago" : "před pár sekundami",
"web services under your control" : "webové služby pod Vaší kontrolou",
+ "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modul s id: %s neexistuje. Povolte ho prosím ve svých nastaveních aplikací nebo kontaktujte svého administrátora.",
"Empty filename is not allowed" : "Prázdné jméno souboru není povoleno",
"Dot files are not allowed" : "Jména souborů začínající tečkou nejsou povolena",
"4-byte characters are not supported in file names" : "4-bytové znaky nejsou podporovány ve jménech souborů",
"File name is a reserved word" : "Jméno souboru je rezervované slovo",
"File name contains at least one invalid character" : "Jméno souboru obsahuje nejméně jeden neplatný znak",
"File name is too long" : "Jméno souboru je moc dlouhé",
+ "File is currently busy, please try again later" : "Soubor je používán, zkus to později",
"Can't read file" : "Nelze přečíst soubor",
"App directory already exists" : "Adresář aplikace již existuje",
"Can't create app folder. Please fix permissions. %s" : "Nelze vytvořit složku aplikace. Opravte práva souborů. %s",
@@ -82,6 +84,7 @@
"Set an admin username." : "Zadejte uživatelské jméno správce.",
"Set an admin password." : "Zadejte heslo správce.",
"Can't create or write into the data directory %s" : "Nelze vytvořit nebo zapisovat do datového adresáře %s",
+ "Invalid Federated Cloud ID" : "Neplatné sdružené cloud ID",
"%s shared »%s« with you" : "%s s vámi sdílí »%s«",
"%s via %s" : "%s pomocí %s",
"Sharing %s failed, because the backend does not allow shares from type %i" : "Sdílení %s selhalo, podpůrná vrstva nepodporuje typ sdílení %i",
diff --git a/lib/l10n/es.js b/lib/l10n/es.js
index 0a5eadd24bd..42ecd7e7bb1 100644
--- a/lib/l10n/es.js
+++ b/lib/l10n/es.js
@@ -45,6 +45,7 @@ OC.L10N.register(
"File name is a reserved word" : "El nombre de archivo es una palabra reservada",
"File name contains at least one invalid character" : "El nombre del archivo contiene al menos un carácter inválido",
"File name is too long" : "El nombre del archivo es demasiado largo",
+ "File is currently busy, please try again later" : "Archivo se encuentra actualmente ocupado, por favor inténtelo de nuevo más tarde",
"Can't read file" : "No se puede leer archivo",
"App directory already exists" : "El directorio de la aplicación ya existe",
"Can't create app folder. Please fix permissions. %s" : "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s",
@@ -85,6 +86,7 @@ OC.L10N.register(
"Set an admin username." : "Configurar un nombre de usuario del administrador",
"Set an admin password." : "Configurar la contraseña del administrador.",
"Can't create or write into the data directory %s" : "No es posible crear o escribir en el directorio de datos %s",
+ "Invalid Federated Cloud ID" : "ID Nube federada inválida",
"%s shared »%s« with you" : "%s ha compartido »%s« contigo",
"%s via %s" : "%s vía %s",
"Sharing %s failed, because the backend does not allow shares from type %i" : "No se pudo compartir %s porque el repositorio no permite recursos compartidos del tipo %i",
diff --git a/lib/l10n/es.json b/lib/l10n/es.json
index 7398e7243c4..6f28071f04b 100644
--- a/lib/l10n/es.json
+++ b/lib/l10n/es.json
@@ -43,6 +43,7 @@
"File name is a reserved word" : "El nombre de archivo es una palabra reservada",
"File name contains at least one invalid character" : "El nombre del archivo contiene al menos un carácter inválido",
"File name is too long" : "El nombre del archivo es demasiado largo",
+ "File is currently busy, please try again later" : "Archivo se encuentra actualmente ocupado, por favor inténtelo de nuevo más tarde",
"Can't read file" : "No se puede leer archivo",
"App directory already exists" : "El directorio de la aplicación ya existe",
"Can't create app folder. Please fix permissions. %s" : "No se puede crear la carpeta de la aplicación. Corrija los permisos. %s",
@@ -83,6 +84,7 @@
"Set an admin username." : "Configurar un nombre de usuario del administrador",
"Set an admin password." : "Configurar la contraseña del administrador.",
"Can't create or write into the data directory %s" : "No es posible crear o escribir en el directorio de datos %s",
+ "Invalid Federated Cloud ID" : "ID Nube federada inválida",
"%s shared »%s« with you" : "%s ha compartido »%s« contigo",
"%s via %s" : "%s vía %s",
"Sharing %s failed, because the backend does not allow shares from type %i" : "No se pudo compartir %s porque el repositorio no permite recursos compartidos del tipo %i",
diff --git a/lib/l10n/fi_FI.js b/lib/l10n/fi_FI.js
index 28d4556cc12..c8b5fb5bdb4 100644
--- a/lib/l10n/fi_FI.js
+++ b/lib/l10n/fi_FI.js
@@ -37,11 +37,13 @@ OC.L10N.register(
"_%n minute ago_::_%n minutes ago_" : ["%n minuutti sitten","%n minuuttia sitten"],
"seconds ago" : "sekuntia sitten",
"web services under your control" : "verkkopalvelut hallinnassasi",
+ "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Moduulia tunnisteella %s ei ole olemassa. Ota se käyttöön sovellusasetuksista tai ota yhteys ylläpitoon.",
"Empty filename is not allowed" : "Tiedostonimi ei voi olla tyhjä",
"Dot files are not allowed" : "Pistetiedostot eivät ole sallittuja",
"4-byte characters are not supported in file names" : "4 tavun merkit eivät ole tuettuja tiedostojen nimissä",
"File name contains at least one invalid character" : "Tiedoston nimi sisältää ainakin yhden virheellisen merkin",
"File name is too long" : "Tiedoston nimi on liian pitkä",
+ "File is currently busy, please try again later" : "Tiedosto on parhaillaan käytössä, yritä myöhemmin uudelleen",
"Can't read file" : "Tiedostoa ei voi lukea",
"App directory already exists" : "Sovelluskansio on jo olemassa",
"Can't create app folder. Please fix permissions. %s" : "Sovelluskansion luominen ei onnistu. Korjaa käyttöoikeudet. %s",
diff --git a/lib/l10n/fi_FI.json b/lib/l10n/fi_FI.json
index d6842c69102..83171dd042c 100644
--- a/lib/l10n/fi_FI.json
+++ b/lib/l10n/fi_FI.json
@@ -35,11 +35,13 @@
"_%n minute ago_::_%n minutes ago_" : ["%n minuutti sitten","%n minuuttia sitten"],
"seconds ago" : "sekuntia sitten",
"web services under your control" : "verkkopalvelut hallinnassasi",
+ "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Moduulia tunnisteella %s ei ole olemassa. Ota se käyttöön sovellusasetuksista tai ota yhteys ylläpitoon.",
"Empty filename is not allowed" : "Tiedostonimi ei voi olla tyhjä",
"Dot files are not allowed" : "Pistetiedostot eivät ole sallittuja",
"4-byte characters are not supported in file names" : "4 tavun merkit eivät ole tuettuja tiedostojen nimissä",
"File name contains at least one invalid character" : "Tiedoston nimi sisältää ainakin yhden virheellisen merkin",
"File name is too long" : "Tiedoston nimi on liian pitkä",
+ "File is currently busy, please try again later" : "Tiedosto on parhaillaan käytössä, yritä myöhemmin uudelleen",
"Can't read file" : "Tiedostoa ei voi lukea",
"App directory already exists" : "Sovelluskansio on jo olemassa",
"Can't create app folder. Please fix permissions. %s" : "Sovelluskansion luominen ei onnistu. Korjaa käyttöoikeudet. %s",
diff --git a/lib/l10n/nb_NO.js b/lib/l10n/nb_NO.js
index 7af3c98bdc3..e797430c102 100644
--- a/lib/l10n/nb_NO.js
+++ b/lib/l10n/nb_NO.js
@@ -45,6 +45,7 @@ OC.L10N.register(
"File name is a reserved word" : "Filnavnet er et reservert ord",
"File name contains at least one invalid character" : "Filnavnet inneholder minst ett ulovlig tegn",
"File name is too long" : "Filnavnet er for langt",
+ "File is currently busy, please try again later" : "Filen er opptatt for øyeblikket, prøv igjen senere",
"Can't read file" : "Kan ikke lese fil",
"App directory already exists" : "App-mappe finnes allerede",
"Can't create app folder. Please fix permissions. %s" : "Kan ikke opprette app-mappe. Vennligst ordne opp i tillatelser. %s",
@@ -85,6 +86,7 @@ OC.L10N.register(
"Set an admin username." : "Sett et admin-brukernavn.",
"Set an admin password." : "Sett et admin-passord.",
"Can't create or write into the data directory %s" : "Kan ikke opprette eller skrive i datamappen %s",
+ "Invalid Federated Cloud ID" : "Ugyldig ID for sammenknyttet sky",
"%s shared »%s« with you" : "%s delte »%s« med deg",
"%s via %s" : "%s via %s",
"Sharing %s failed, because the backend does not allow shares from type %i" : "Deling av %s feilet, fordi serveren ikke tillater delinger fra type %i",
diff --git a/lib/l10n/nb_NO.json b/lib/l10n/nb_NO.json
index 671e5bde226..081927ea686 100644
--- a/lib/l10n/nb_NO.json
+++ b/lib/l10n/nb_NO.json
@@ -43,6 +43,7 @@
"File name is a reserved word" : "Filnavnet er et reservert ord",
"File name contains at least one invalid character" : "Filnavnet inneholder minst ett ulovlig tegn",
"File name is too long" : "Filnavnet er for langt",
+ "File is currently busy, please try again later" : "Filen er opptatt for øyeblikket, prøv igjen senere",
"Can't read file" : "Kan ikke lese fil",
"App directory already exists" : "App-mappe finnes allerede",
"Can't create app folder. Please fix permissions. %s" : "Kan ikke opprette app-mappe. Vennligst ordne opp i tillatelser. %s",
@@ -83,6 +84,7 @@
"Set an admin username." : "Sett et admin-brukernavn.",
"Set an admin password." : "Sett et admin-passord.",
"Can't create or write into the data directory %s" : "Kan ikke opprette eller skrive i datamappen %s",
+ "Invalid Federated Cloud ID" : "Ugyldig ID for sammenknyttet sky",
"%s shared »%s« with you" : "%s delte »%s« med deg",
"%s via %s" : "%s via %s",
"Sharing %s failed, because the backend does not allow shares from type %i" : "Deling av %s feilet, fordi serveren ikke tillater delinger fra type %i",
diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js
index f98f194d233..25e4f35241a 100644
--- a/lib/l10n/nl.js
+++ b/lib/l10n/nl.js
@@ -45,6 +45,7 @@ OC.L10N.register(
"File name is a reserved word" : "Bestandsnaam is een gereserveerd woord",
"File name contains at least one invalid character" : "De bestandsnaam bevat ten minste één verboden teken",
"File name is too long" : "De bestandsnaam is te lang",
+ "File is currently busy, please try again later" : "Bestandsverwerking bezig, probeer het later opnieuw",
"Can't read file" : "Kan bestand niet lezen",
"App directory already exists" : "App directory bestaat al",
"Can't create app folder. Please fix permissions. %s" : "Kan de app map niet aanmaken, Herstel de permissies. %s",
@@ -85,6 +86,7 @@ OC.L10N.register(
"Set an admin username." : "Stel de gebruikersnaam van de beheerder in.",
"Set an admin password." : "Stel een beheerderswachtwoord in.",
"Can't create or write into the data directory %s" : "Kan niets creëren of wegschrijven in datadirectory %s",
+ "Invalid Federated Cloud ID" : "Ongeldige Federated Cloud ID",
"%s shared »%s« with you" : "%s deelde »%s« met u",
"%s via %s" : "%s via %s",
"Sharing %s failed, because the backend does not allow shares from type %i" : "Delen van %s is mislukt, omdat de share-backend niet toestaat om type %i te delen",
diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json
index 7615a9dc851..d5b0dba3214 100644
--- a/lib/l10n/nl.json
+++ b/lib/l10n/nl.json
@@ -43,6 +43,7 @@
"File name is a reserved word" : "Bestandsnaam is een gereserveerd woord",
"File name contains at least one invalid character" : "De bestandsnaam bevat ten minste één verboden teken",
"File name is too long" : "De bestandsnaam is te lang",
+ "File is currently busy, please try again later" : "Bestandsverwerking bezig, probeer het later opnieuw",
"Can't read file" : "Kan bestand niet lezen",
"App directory already exists" : "App directory bestaat al",
"Can't create app folder. Please fix permissions. %s" : "Kan de app map niet aanmaken, Herstel de permissies. %s",
@@ -83,6 +84,7 @@
"Set an admin username." : "Stel de gebruikersnaam van de beheerder in.",
"Set an admin password." : "Stel een beheerderswachtwoord in.",
"Can't create or write into the data directory %s" : "Kan niets creëren of wegschrijven in datadirectory %s",
+ "Invalid Federated Cloud ID" : "Ongeldige Federated Cloud ID",
"%s shared »%s« with you" : "%s deelde »%s« met u",
"%s via %s" : "%s via %s",
"Sharing %s failed, because the backend does not allow shares from type %i" : "Delen van %s is mislukt, omdat de share-backend niet toestaat om type %i te delen",
diff --git a/lib/l10n/th_TH.js b/lib/l10n/th_TH.js
index 4af45f2e7ea..70e700dc4d0 100644
--- a/lib/l10n/th_TH.js
+++ b/lib/l10n/th_TH.js
@@ -45,6 +45,7 @@ OC.L10N.register(
"File name is a reserved word" : "ชื่อแฟ้มเป็นคำสงวน",
"File name contains at least one invalid character" : "ชื่อแฟ้มมีหนึ่งตัวอักษรที่ไม่ถูกต้อง",
"File name is too long" : "ชื่อแฟ้มยาวเกินไป",
+ "File is currently busy, please try again later" : "ขณะนี้ไฟล์กำลังใช้งานอยู่ โปรดลองอีกครั้งในภายหลัง",
"Can't read file" : "ไม่สามารถอ่านไฟล์",
"App directory already exists" : "มีไดเรกทอรีแอพฯอยู่แล้ว",
"Can't create app folder. Please fix permissions. %s" : "ไม่สามารถสร้างโฟลเดอร์แอพพลิเคชัน โปรดแก้ไขการอนุญาต: %s",
@@ -85,6 +86,7 @@ OC.L10N.register(
"Set an admin username." : "ตั้งค่าชื่อผู้ดูแลระบบ",
"Set an admin password." : "ตั้งค่ารหัสผ่านผู้ดูแลระบบ",
"Can't create or write into the data directory %s" : "ไม่สามารถสร้างหรือเขียนลงในข้อมูลไดเรกทอรี %s",
+ "Invalid Federated Cloud ID" : "ไอดีคลาวด์ในเครือไม่ถูกต้อง",
"%s shared »%s« with you" : "%s ถูกแชร์ »%s« กับคุณ",
"%s via %s" : "%s ผ่านทาง %s",
"Sharing %s failed, because the backend does not allow shares from type %i" : "การแชร์ %s ล้มเหลวเพราะแบ็กเอนด์ไม่อนุญาตให้แชร์จากไฟล์ประเภท %i",
diff --git a/lib/l10n/th_TH.json b/lib/l10n/th_TH.json
index 6aca08fad88..32e5d276c32 100644
--- a/lib/l10n/th_TH.json
+++ b/lib/l10n/th_TH.json
@@ -43,6 +43,7 @@
"File name is a reserved word" : "ชื่อแฟ้มเป็นคำสงวน",
"File name contains at least one invalid character" : "ชื่อแฟ้มมีหนึ่งตัวอักษรที่ไม่ถูกต้อง",
"File name is too long" : "ชื่อแฟ้มยาวเกินไป",
+ "File is currently busy, please try again later" : "ขณะนี้ไฟล์กำลังใช้งานอยู่ โปรดลองอีกครั้งในภายหลัง",
"Can't read file" : "ไม่สามารถอ่านไฟล์",
"App directory already exists" : "มีไดเรกทอรีแอพฯอยู่แล้ว",
"Can't create app folder. Please fix permissions. %s" : "ไม่สามารถสร้างโฟลเดอร์แอพพลิเคชัน โปรดแก้ไขการอนุญาต: %s",
@@ -83,6 +84,7 @@
"Set an admin username." : "ตั้งค่าชื่อผู้ดูแลระบบ",
"Set an admin password." : "ตั้งค่ารหัสผ่านผู้ดูแลระบบ",
"Can't create or write into the data directory %s" : "ไม่สามารถสร้างหรือเขียนลงในข้อมูลไดเรกทอรี %s",
+ "Invalid Federated Cloud ID" : "ไอดีคลาวด์ในเครือไม่ถูกต้อง",
"%s shared »%s« with you" : "%s ถูกแชร์ »%s« กับคุณ",
"%s via %s" : "%s ผ่านทาง %s",
"Sharing %s failed, because the backend does not allow shares from type %i" : "การแชร์ %s ล้มเหลวเพราะแบ็กเอนด์ไม่อนุญาตให้แชร์จากไฟล์ประเภท %i",