summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-09-29 01:01:37 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-09-29 01:01:37 -0400
commit29a6dc9f218a3dcb5d88aaf533452a7951f24113 (patch)
treeb1beab651543800cefc1f59baa08b91b7d3a4895
parent355f55fb3d626814c88ad0e04dc3d2b0bf6dc3ce (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/cs_CZ.js1
-rw-r--r--l10n/cs_CZ.json1
-rw-r--r--l10n/cs_CZ.php1
3 files changed, 3 insertions, 0 deletions
diff --git a/l10n/cs_CZ.js b/l10n/cs_CZ.js
index 8ae371966..d27511641 100644
--- a/l10n/cs_CZ.js
+++ b/l10n/cs_CZ.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"news",
{
"Feed contains invalid XML" : "Kanál obsahuje neplatné XML",
+ "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 http://the-feed.tld" : "Kanál nenalezen: stránka buď žádný neposkytuje nebo je přístup blokován. Pro vyloučení možnosti blokování zkuste stáhnout kanál pomocí příkazové řádky na serveru za použití curl: curl http://the-feed.tld",
"Detected feed format is not supported" : "Detekovaný formát kanálu není podporován",
"SSL Certificate is invalid" : "SSL certifikát je neplatný",
"Website not found" : "Webová stránka nenalezena",
diff --git a/l10n/cs_CZ.json b/l10n/cs_CZ.json
index cc3ef6adb..887258382 100644
--- a/l10n/cs_CZ.json
+++ b/l10n/cs_CZ.json
@@ -1,5 +1,6 @@
{ "translations": {
"Feed contains invalid XML" : "Kanál obsahuje neplatné XML",
+ "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 http://the-feed.tld" : "Kanál nenalezen: stránka buď žádný neposkytuje nebo je přístup blokován. Pro vyloučení možnosti blokování zkuste stáhnout kanál pomocí příkazové řádky na serveru za použití curl: curl http://the-feed.tld",
"Detected feed format is not supported" : "Detekovaný formát kanálu není podporován",
"SSL Certificate is invalid" : "SSL certifikát je neplatný",
"Website not found" : "Webová stránka nenalezena",
diff --git a/l10n/cs_CZ.php b/l10n/cs_CZ.php
index 62a1c9b40..820acf5f7 100644
--- a/l10n/cs_CZ.php
+++ b/l10n/cs_CZ.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Feed contains invalid XML" => "Kanál obsahuje neplatné XML",
+"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 http://the-feed.tld" => "Kanál nenalezen: stránka buď žádný neposkytuje nebo je přístup blokován. Pro vyloučení možnosti blokování zkuste stáhnout kanál pomocí příkazové řádky na serveru za použití curl: curl http://the-feed.tld",
"Detected feed format is not supported" => "Detekovaný formát kanálu není podporován",
"SSL Certificate is invalid" => "SSL certifikát je neplatný",
"Website not found" => "Webová stránka nenalezena",