summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-08-15 01:01:28 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-08-15 01:01:28 -0400
commit44733bc8b4f5f1a6fb26dea01b9d33c7b0321d67 (patch)
tree33abd6b7e1324e5b280f8e9d16f18fe03d7329b6
parentcd6278909a4be0777a600301de59030c3da6ff19 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/fr.js2
-rw-r--r--l10n/fr.json2
-rw-r--r--l10n/fr.php2
-rw-r--r--l10n/id.js3
-rw-r--r--l10n/id.json3
-rw-r--r--l10n/id.php3
-rw-r--r--l10n/it.js2
-rw-r--r--l10n/it.json2
-rw-r--r--l10n/it.php2
-rw-r--r--l10n/th_TH.js2
-rw-r--r--l10n/th_TH.json2
-rw-r--r--l10n/th_TH.php2
12 files changed, 27 insertions, 0 deletions
diff --git a/l10n/fr.js b/l10n/fr.js
index 9edf3326f..acb33a397 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -88,6 +88,8 @@ OC.L10N.register(
"No feed ordering" : "Aucun tri du flux",
"Reversed feed ordering" : "Tri inversé du flux",
"Normal feed ordering" : "Tri normal du flux",
+ "Enable full text feed fetching" : "Activer le chargement du corps des articles",
+ "Disable full text feed fetching" : "Désactiver le chargement du corps des articles",
"Rename feed" : "Renommer le flux",
"Delete feed" : "Supprimer le flux",
"Mark all articles read" : "Marquer tous les articles comme lus",
diff --git a/l10n/fr.json b/l10n/fr.json
index 017d1d784..8e8d25dd8 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -86,6 +86,8 @@
"No feed ordering" : "Aucun tri du flux",
"Reversed feed ordering" : "Tri inversé du flux",
"Normal feed ordering" : "Tri normal du flux",
+ "Enable full text feed fetching" : "Activer le chargement du corps des articles",
+ "Disable full text feed fetching" : "Désactiver le chargement du corps des articles",
"Rename feed" : "Renommer le flux",
"Delete feed" : "Supprimer le flux",
"Mark all articles read" : "Marquer tous les articles comme lus",
diff --git a/l10n/fr.php b/l10n/fr.php
index 57c26c75e..24a23f699 100644
--- a/l10n/fr.php
+++ b/l10n/fr.php
@@ -87,6 +87,8 @@ $TRANSLATIONS = array(
"No feed ordering" => "Aucun tri du flux",
"Reversed feed ordering" => "Tri inversé du flux",
"Normal feed ordering" => "Tri normal du flux",
+"Enable full text feed fetching" => "Activer le chargement du corps des articles",
+"Disable full text feed fetching" => "Désactiver le chargement du corps des articles",
"Rename feed" => "Renommer le flux",
"Delete feed" => "Supprimer le flux",
"Mark all articles read" => "Marquer tous les articles comme lus",
diff --git a/l10n/id.js b/l10n/id.js
index 804f47821..46a5caf22 100644
--- a/l10n/id.js
+++ b/l10n/id.js
@@ -35,6 +35,7 @@ OC.L10N.register(
"Saved" : "Disimpan",
"Download" : "Unduh",
"Close" : "Tutup",
+ "Ajax or webcron cron mode detected! Your feeds will not be updated correctly. It is recommended to either use the operating system cron or a custom updater." : "Mode cron ajax atau webcron terdeteksi! Feed Anda tidak akan dapat diperbarui dengan benar. Disarankan untuk menggunakan cron sistem operasi atau menggunakan updater kostum.",
"How to set up the operating system cron" : "Bagaimana cara menyetel cron sistem operasi",
"How to set up a custom updater (faster and no possible deadlock) " : "Bagaimana cara menyetel pengupdate kostum (lebih cepat dan tidak mungkin mogok)",
"Subscribe" : "Berlangganan",
@@ -87,6 +88,8 @@ OC.L10N.register(
"No feed ordering" : "Tidak ada feed yang pesan",
"Reversed feed ordering" : "Pemesanan feed terbalik",
"Normal feed ordering" : "Pemesanan feed normal",
+ "Enable full text feed fetching" : "Aktifkan pengambil feed teks penuh",
+ "Disable full text feed fetching" : "Nonaktifkan pengambil feed teks penuh",
"Rename feed" : "Ubah nama feed",
"Delete feed" : "Hapus feed",
"Mark all articles read" : "Tandai semua artikel sudah dibaca",
diff --git a/l10n/id.json b/l10n/id.json
index 6d928f02c..81136eea8 100644
--- a/l10n/id.json
+++ b/l10n/id.json
@@ -33,6 +33,7 @@
"Saved" : "Disimpan",
"Download" : "Unduh",
"Close" : "Tutup",
+ "Ajax or webcron cron mode detected! Your feeds will not be updated correctly. It is recommended to either use the operating system cron or a custom updater." : "Mode cron ajax atau webcron terdeteksi! Feed Anda tidak akan dapat diperbarui dengan benar. Disarankan untuk menggunakan cron sistem operasi atau menggunakan updater kostum.",
"How to set up the operating system cron" : "Bagaimana cara menyetel cron sistem operasi",
"How to set up a custom updater (faster and no possible deadlock) " : "Bagaimana cara menyetel pengupdate kostum (lebih cepat dan tidak mungkin mogok)",
"Subscribe" : "Berlangganan",
@@ -85,6 +86,8 @@
"No feed ordering" : "Tidak ada feed yang pesan",
"Reversed feed ordering" : "Pemesanan feed terbalik",
"Normal feed ordering" : "Pemesanan feed normal",
+ "Enable full text feed fetching" : "Aktifkan pengambil feed teks penuh",
+ "Disable full text feed fetching" : "Nonaktifkan pengambil feed teks penuh",
"Rename feed" : "Ubah nama feed",
"Delete feed" : "Hapus feed",
"Mark all articles read" : "Tandai semua artikel sudah dibaca",
diff --git a/l10n/id.php b/l10n/id.php
index 40b7b973c..693aaea4b 100644
--- a/l10n/id.php
+++ b/l10n/id.php
@@ -34,6 +34,7 @@ $TRANSLATIONS = array(
"Saved" => "Disimpan",
"Download" => "Unduh",
"Close" => "Tutup",
+"Ajax or webcron cron mode detected! Your feeds will not be updated correctly. It is recommended to either use the operating system cron or a custom updater." => "Mode cron ajax atau webcron terdeteksi! Feed Anda tidak akan dapat diperbarui dengan benar. Disarankan untuk menggunakan cron sistem operasi atau menggunakan updater kostum.",
"How to set up the operating system cron" => "Bagaimana cara menyetel cron sistem operasi",
"How to set up a custom updater (faster and no possible deadlock) " => "Bagaimana cara menyetel pengupdate kostum (lebih cepat dan tidak mungkin mogok)",
"Subscribe" => "Berlangganan",
@@ -86,6 +87,8 @@ $TRANSLATIONS = array(
"No feed ordering" => "Tidak ada feed yang pesan",
"Reversed feed ordering" => "Pemesanan feed terbalik",
"Normal feed ordering" => "Pemesanan feed normal",
+"Enable full text feed fetching" => "Aktifkan pengambil feed teks penuh",
+"Disable full text feed fetching" => "Nonaktifkan pengambil feed teks penuh",
"Rename feed" => "Ubah nama feed",
"Delete feed" => "Hapus feed",
"Mark all articles read" => "Tandai semua artikel sudah dibaca",
diff --git a/l10n/it.js b/l10n/it.js
index dcfbdbb3c..bd7eb21ce 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -88,6 +88,8 @@ OC.L10N.register(
"No feed ordering" : "Nessun ordine delle fonti",
"Reversed feed ordering" : "Ordine inverso delle fonti",
"Normal feed ordering" : "Ordine normale delle fonti",
+ "Enable full text feed fetching" : "Abilita il recupero dell'intero testo della fonte",
+ "Disable full text feed fetching" : "Disabilita il recupero dell'intero testo della fonte",
"Rename feed" : "Rinomina fonte",
"Delete feed" : "Elimina la fonte",
"Mark all articles read" : "Marca tutti come gli articoli come letti",
diff --git a/l10n/it.json b/l10n/it.json
index cf00403d4..7f460e726 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -86,6 +86,8 @@
"No feed ordering" : "Nessun ordine delle fonti",
"Reversed feed ordering" : "Ordine inverso delle fonti",
"Normal feed ordering" : "Ordine normale delle fonti",
+ "Enable full text feed fetching" : "Abilita il recupero dell'intero testo della fonte",
+ "Disable full text feed fetching" : "Disabilita il recupero dell'intero testo della fonte",
"Rename feed" : "Rinomina fonte",
"Delete feed" : "Elimina la fonte",
"Mark all articles read" : "Marca tutti come gli articoli come letti",
diff --git a/l10n/it.php b/l10n/it.php
index ff76a2959..59c2decdd 100644
--- a/l10n/it.php
+++ b/l10n/it.php
@@ -87,6 +87,8 @@ $TRANSLATIONS = array(
"No feed ordering" => "Nessun ordine delle fonti",
"Reversed feed ordering" => "Ordine inverso delle fonti",
"Normal feed ordering" => "Ordine normale delle fonti",
+"Enable full text feed fetching" => "Abilita il recupero dell'intero testo della fonte",
+"Disable full text feed fetching" => "Disabilita il recupero dell'intero testo della fonte",
"Rename feed" => "Rinomina fonte",
"Delete feed" => "Elimina la fonte",
"Mark all articles read" => "Marca tutti come gli articoli come letti",
diff --git a/l10n/th_TH.js b/l10n/th_TH.js
index ebe984a99..a7bce49c1 100644
--- a/l10n/th_TH.js
+++ b/l10n/th_TH.js
@@ -88,6 +88,8 @@ OC.L10N.register(
"No feed ordering" : "ไม่มีรายการฟีด",
"Reversed feed ordering" : "ย้อนกลับรายการฟีด",
"Normal feed ordering" : "รายการฟีดปกติ",
+ "Enable full text feed fetching" : "เปิดการใช้งานการเรียกข้อความฟีดแบบเต็ม",
+ "Disable full text feed fetching" : "ปิดการใช้งานการเรียกข้อความฟีดแบบเต็ม",
"Rename feed" : "เปลี่ยนชื่อฟีด",
"Delete feed" : "ลบ feed",
"Mark all articles read" : "ทำเครื่องหมายอ่านบทความทั้งหมด",
diff --git a/l10n/th_TH.json b/l10n/th_TH.json
index 28978e483..e05dbbce6 100644
--- a/l10n/th_TH.json
+++ b/l10n/th_TH.json
@@ -86,6 +86,8 @@
"No feed ordering" : "ไม่มีรายการฟีด",
"Reversed feed ordering" : "ย้อนกลับรายการฟีด",
"Normal feed ordering" : "รายการฟีดปกติ",
+ "Enable full text feed fetching" : "เปิดการใช้งานการเรียกข้อความฟีดแบบเต็ม",
+ "Disable full text feed fetching" : "ปิดการใช้งานการเรียกข้อความฟีดแบบเต็ม",
"Rename feed" : "เปลี่ยนชื่อฟีด",
"Delete feed" : "ลบ feed",
"Mark all articles read" : "ทำเครื่องหมายอ่านบทความทั้งหมด",
diff --git a/l10n/th_TH.php b/l10n/th_TH.php
index ec0a1f627..a3fdbc997 100644
--- a/l10n/th_TH.php
+++ b/l10n/th_TH.php
@@ -87,6 +87,8 @@ $TRANSLATIONS = array(
"No feed ordering" => "ไม่มีรายการฟีด",
"Reversed feed ordering" => "ย้อนกลับรายการฟีด",
"Normal feed ordering" => "รายการฟีดปกติ",
+"Enable full text feed fetching" => "เปิดการใช้งานการเรียกข้อความฟีดแบบเต็ม",
+"Disable full text feed fetching" => "ปิดการใช้งานการเรียกข้อความฟีดแบบเต็ม",
"Rename feed" => "เปลี่ยนชื่อฟีด",
"Delete feed" => "ลบ feed",
"Mark all articles read" => "ทำเครื่องหมายอ่านบทความทั้งหมด",