summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-03-24 01:55:24 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-03-24 01:55:24 -0400
commit9cb07f126d027ddc0610fe0fcfd43016bc960ddb (patch)
treeb97f1fb93d245db8eaf3aed40da8ebee1a126179 /apps
parent8279dde97a8f93b74eb733d243d6a5bb41aa15e3 (diff)
downloadnextcloud-server-9cb07f126d027ddc0610fe0fcfd43016bc960ddb.tar.gz
nextcloud-server-9cb07f126d027ddc0610fe0fcfd43016bc960ddb.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/files/l10n/lo.js7
-rw-r--r--apps/files/l10n/lo.json7
-rw-r--r--apps/files_encryption/l10n/lo.js6
-rw-r--r--apps/files_encryption/l10n/lo.json4
-rw-r--r--apps/files_external/l10n/cs_CZ.js1
-rw-r--r--apps/files_external/l10n/cs_CZ.json1
-rw-r--r--apps/files_external/l10n/fr.js3
-rw-r--r--apps/files_external/l10n/fr.json3
8 files changed, 32 insertions, 0 deletions
diff --git a/apps/files/l10n/lo.js b/apps/files/l10n/lo.js
index 91d52801985..cbe7fcc4a7c 100644
--- a/apps/files/l10n/lo.js
+++ b/apps/files/l10n/lo.js
@@ -1,6 +1,13 @@
OC.L10N.register(
"files",
{
+ "Storage not available" : "ບໍ່ມີພື້ນທີ່ເກັບຂໍ້ມູນ",
+ "Storage invalid" : "ພື້ນທີ່ເກັບຂໍ້ມູນບໍ່ຖືກຕ້ອງ",
+ "Unknown error" : "ຂໍ້ຜິດພາດທີ່ບໍ່ຮູ້ສາເຫດ",
+ "Could not move %s - File with this name already exists" : "ບໍ່ສາມາດຍ້າຍໄຟລ໌ %s ນີ້ໄດ້ - ຊື່ໄຟລ໌ນີ້ຖືກນຳໃຊ້ແລ້ວ",
+ "Could not move %s" : "ບໍ່ສາມາດຍ້າຍ %s ໄດ້",
+ "Permission denied" : "ບໍ່ທີສິດໃນການເຂົ້າເຖິງ",
+ "The target folder has been moved or deleted." : "ໂຟນເດີທີ່ທ່ານເລືອກໄດ້ຖືກຍ້າຍ ຫຼື ລຶບອອກແລ້ວ",
"_%n folder_::_%n folders_" : [""],
"_%n file_::_%n files_" : [""],
"_Uploading %n file_::_Uploading %n files_" : [""],
diff --git a/apps/files/l10n/lo.json b/apps/files/l10n/lo.json
index 82cca5a0661..98b398e7840 100644
--- a/apps/files/l10n/lo.json
+++ b/apps/files/l10n/lo.json
@@ -1,4 +1,11 @@
{ "translations": {
+ "Storage not available" : "ບໍ່ມີພື້ນທີ່ເກັບຂໍ້ມູນ",
+ "Storage invalid" : "ພື້ນທີ່ເກັບຂໍ້ມູນບໍ່ຖືກຕ້ອງ",
+ "Unknown error" : "ຂໍ້ຜິດພາດທີ່ບໍ່ຮູ້ສາເຫດ",
+ "Could not move %s - File with this name already exists" : "ບໍ່ສາມາດຍ້າຍໄຟລ໌ %s ນີ້ໄດ້ - ຊື່ໄຟລ໌ນີ້ຖືກນຳໃຊ້ແລ້ວ",
+ "Could not move %s" : "ບໍ່ສາມາດຍ້າຍ %s ໄດ້",
+ "Permission denied" : "ບໍ່ທີສິດໃນການເຂົ້າເຖິງ",
+ "The target folder has been moved or deleted." : "ໂຟນເດີທີ່ທ່ານເລືອກໄດ້ຖືກຍ້າຍ ຫຼື ລຶບອອກແລ້ວ",
"_%n folder_::_%n folders_" : [""],
"_%n file_::_%n files_" : [""],
"_Uploading %n file_::_Uploading %n files_" : [""],
diff --git a/apps/files_encryption/l10n/lo.js b/apps/files_encryption/l10n/lo.js
new file mode 100644
index 00000000000..b5b586d1028
--- /dev/null
+++ b/apps/files_encryption/l10n/lo.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "files_encryption",
+ {
+ "Unknown error" : "ຂໍ້ຜິດພາດທີ່ບໍ່ຮູ້ສາເຫດ"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/files_encryption/l10n/lo.json b/apps/files_encryption/l10n/lo.json
new file mode 100644
index 00000000000..1a02813027d
--- /dev/null
+++ b/apps/files_encryption/l10n/lo.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Unknown error" : "ຂໍ້ຜິດພາດທີ່ບໍ່ຮູ້ສາເຫດ"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/apps/files_external/l10n/cs_CZ.js b/apps/files_external/l10n/cs_CZ.js
index 8b381f24434..c5284a8a791 100644
--- a/apps/files_external/l10n/cs_CZ.js
+++ b/apps/files_external/l10n/cs_CZ.js
@@ -46,6 +46,7 @@ OC.L10N.register(
"Public key" : "Veřejný klíč",
"Storage with id \"%i\" not found" : "Úložiště s id \"%i\" nebylo nalezeno",
"Invalid mount point" : "Neplatný přípojný bod",
+ "Invalid storage backend \"%s\"" : "Neplatná služba úložiště \"%s\"",
"Access granted" : "Přístup povolen",
"Error configuring Dropbox storage" : "Chyba při nastavení úložiště Dropbox",
"Grant access" : "Povolit přístup",
diff --git a/apps/files_external/l10n/cs_CZ.json b/apps/files_external/l10n/cs_CZ.json
index 9bb8602d254..5118b8e9680 100644
--- a/apps/files_external/l10n/cs_CZ.json
+++ b/apps/files_external/l10n/cs_CZ.json
@@ -44,6 +44,7 @@
"Public key" : "Veřejný klíč",
"Storage with id \"%i\" not found" : "Úložiště s id \"%i\" nebylo nalezeno",
"Invalid mount point" : "Neplatný přípojný bod",
+ "Invalid storage backend \"%s\"" : "Neplatná služba úložiště \"%s\"",
"Access granted" : "Přístup povolen",
"Error configuring Dropbox storage" : "Chyba při nastavení úložiště Dropbox",
"Grant access" : "Povolit přístup",
diff --git a/apps/files_external/l10n/fr.js b/apps/files_external/l10n/fr.js
index e2a3e831275..b4142e0839e 100644
--- a/apps/files_external/l10n/fr.js
+++ b/apps/files_external/l10n/fr.js
@@ -44,6 +44,9 @@ OC.L10N.register(
"URL" : "URL",
"Secure https://" : "Sécurisation https://",
"Public key" : "Clef publique",
+ "Storage with id \"%i\" not found" : "Stockage avec l'id \"%i\" non trouvé",
+ "Invalid mount point" : "Point de montage invalide",
+ "Invalid storage backend \"%s\"" : "Service de stockage invalide : \"%s\"",
"Access granted" : "Accès autorisé",
"Error configuring Dropbox storage" : "Erreur lors de la configuration du support de stockage Dropbox",
"Grant access" : "Autoriser l'accès",
diff --git a/apps/files_external/l10n/fr.json b/apps/files_external/l10n/fr.json
index f818a018408..12662f5a46c 100644
--- a/apps/files_external/l10n/fr.json
+++ b/apps/files_external/l10n/fr.json
@@ -42,6 +42,9 @@
"URL" : "URL",
"Secure https://" : "Sécurisation https://",
"Public key" : "Clef publique",
+ "Storage with id \"%i\" not found" : "Stockage avec l'id \"%i\" non trouvé",
+ "Invalid mount point" : "Point de montage invalide",
+ "Invalid storage backend \"%s\"" : "Service de stockage invalide : \"%s\"",
"Access granted" : "Accès autorisé",
"Error configuring Dropbox storage" : "Erreur lors de la configuration du support de stockage Dropbox",
"Grant access" : "Autoriser l'accès",