summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-08-14 00:48:50 +0000
committerNextcloud bot <bot@nextcloud.com>2016-08-14 00:48:50 +0000
commitee3916bca895aa36ada0216064ce3959f9e3d5eb (patch)
tree52dac7213593229207152045121addde22803253
parent15e650f84c26ba0df63bceb7af5d13dd7e0961ac (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/id.js1
-rw-r--r--l10n/id.json1
-rw-r--r--l10n/id.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/l10n/id.js b/l10n/id.js
index 233e18b9f..65a349221 100644
--- a/l10n/id.js
+++ b/l10n/id.js
@@ -8,6 +8,7 @@ OC.L10N.register(
"Internal server error! Please check your data/nextcloud.log file for additional information!" : "Kesalahan internal server! Mohon cek berkas data/nextcloud.log Anda untuk informasi lebih lanjut!",
"Request failed, Nextcloud is in currently in maintenance mode!" : "Permintaan gagal, Nextcloud sedang dalam mode pemeliharaan!",
"Feed contains invalid XML" : "Feed berisi XML yang tidak sah",
+ "Feed not found: either the website does not provide a feed or blocks access. To rule out blocking, try to download the feed on your server's command line using curl: curl " : "Feed tidak ditemukan: mungkin situs web tidak menyediakan feed atau memblokir akses. Untuk mencegah blokir, coba unduh feed di command line server Anda menggunakan curl: curl",
"Detected feed format is not supported" : "Ditemukan format feed yang tidak didukung",
"Website not found" : "Situs web tidak ditemukan",
"More redirects than allowed, aborting" : "Pengalihan melebihi dari yang diizinkan, membatalkan",
diff --git a/l10n/id.json b/l10n/id.json
index 1b472dfb5..c5ad3ee70 100644
--- a/l10n/id.json
+++ b/l10n/id.json
@@ -6,6 +6,7 @@
"Internal server error! Please check your data/nextcloud.log file for additional information!" : "Kesalahan internal server! Mohon cek berkas data/nextcloud.log Anda untuk informasi lebih lanjut!",
"Request failed, Nextcloud is in currently in maintenance mode!" : "Permintaan gagal, Nextcloud sedang dalam mode pemeliharaan!",
"Feed contains invalid XML" : "Feed berisi XML yang tidak sah",
+ "Feed not found: either the website does not provide a feed or blocks access. To rule out blocking, try to download the feed on your server's command line using curl: curl " : "Feed tidak ditemukan: mungkin situs web tidak menyediakan feed atau memblokir akses. Untuk mencegah blokir, coba unduh feed di command line server Anda menggunakan curl: curl",
"Detected feed format is not supported" : "Ditemukan format feed yang tidak didukung",
"Website not found" : "Situs web tidak ditemukan",
"More redirects than allowed, aborting" : "Pengalihan melebihi dari yang diizinkan, membatalkan",
diff --git a/l10n/id.php b/l10n/id.php
index 7f24beca6..e9cc15144 100644
--- a/l10n/id.php
+++ b/l10n/id.php
@@ -7,6 +7,7 @@ $TRANSLATIONS = array(
"Internal server error! Please check your data/nextcloud.log file for additional information!" => "Kesalahan internal server! Mohon cek berkas data/nextcloud.log Anda untuk informasi lebih lanjut!",
"Request failed, Nextcloud is in currently in maintenance mode!" => "Permintaan gagal, Nextcloud sedang dalam mode pemeliharaan!",
"Feed contains invalid XML" => "Feed berisi XML yang tidak sah",
+"Feed not found: either the website does not provide a feed or blocks access. To rule out blocking, try to download the feed on your server's command line using curl: curl " => "Feed tidak ditemukan: mungkin situs web tidak menyediakan feed atau memblokir akses. Untuk mencegah blokir, coba unduh feed di command line server Anda menggunakan curl: curl",
"Detected feed format is not supported" => "Ditemukan format feed yang tidak didukung",
"Website not found" => "Situs web tidak ditemukan",
"More redirects than allowed, aborting" => "Pengalihan melebihi dari yang diizinkan, membatalkan",