summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-04-13 01:01:28 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-04-13 01:01:28 -0400
commit3a27400996d8c365eba977e00e86257509f6fb9b (patch)
treec84115fddfa0ab2496a58a74edf4813241859ad3
parent0d6d15af420c7852c5f1715eb14c95e6a29c6dbd (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/de.js1
-rw-r--r--l10n/de.json1
-rw-r--r--l10n/de.php1
-rw-r--r--l10n/de_DE.js1
-rw-r--r--l10n/de_DE.json1
-rw-r--r--l10n/de_DE.php1
-rw-r--r--l10n/it.js1
-rw-r--r--l10n/it.json1
-rw-r--r--l10n/it.php1
-rw-r--r--l10n/pt_BR.js1
-rw-r--r--l10n/pt_BR.json1
-rw-r--r--l10n/pt_BR.php1
-rw-r--r--l10n/sq.js1
-rw-r--r--l10n/sq.json1
-rw-r--r--l10n/sq.php1
15 files changed, 15 insertions, 0 deletions
diff --git a/l10n/de.js b/l10n/de.js
index ca4383dab..057c8020b 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"news",
{
"Feed contains invalid XML" : "Feed beinhaltet ungültiges 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 " : "Feed nicht gefunden: entweder stellt die Website keinen Feed zur Verfügung oder blockiert den Zugriff. Um die Sperre zu umgehen, versuche den Feed über die Kommandozeile Ihres Servers mithilfe von curl herunterzuladen: curl",
"Detected feed format is not supported" : "Das Ermitteln des Feedformats wird nicht unterstützt",
"Website not found" : "Webseite nicht gefunden",
"More redirects than allowed, aborting" : "Mehr Weiterleitungen als erlaubt, Abbruch",
diff --git a/l10n/de.json b/l10n/de.json
index 36278c31f..48326b988 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -1,5 +1,6 @@
{ "translations": {
"Feed contains invalid XML" : "Feed beinhaltet ungültiges 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 " : "Feed nicht gefunden: entweder stellt die Website keinen Feed zur Verfügung oder blockiert den Zugriff. Um die Sperre zu umgehen, versuche den Feed über die Kommandozeile Ihres Servers mithilfe von curl herunterzuladen: curl",
"Detected feed format is not supported" : "Das Ermitteln des Feedformats wird nicht unterstützt",
"Website not found" : "Webseite nicht gefunden",
"More redirects than allowed, aborting" : "Mehr Weiterleitungen als erlaubt, Abbruch",
diff --git a/l10n/de.php b/l10n/de.php
index 8b4ba946b..be070a7dd 100644
--- a/l10n/de.php
+++ b/l10n/de.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Feed contains invalid XML" => "Feed beinhaltet ungültiges 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 " => "Feed nicht gefunden: entweder stellt die Website keinen Feed zur Verfügung oder blockiert den Zugriff. Um die Sperre zu umgehen, versuche den Feed über die Kommandozeile Ihres Servers mithilfe von curl herunterzuladen: curl",
"Detected feed format is not supported" => "Das Ermitteln des Feedformats wird nicht unterstützt",
"Website not found" => "Webseite nicht gefunden",
"More redirects than allowed, aborting" => "Mehr Weiterleitungen als erlaubt, Abbruch",
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index d32f28f75..5c4ce2b21 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"news",
{
"Feed contains invalid XML" : "Feed beinhaltet ungültiges 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 " : "Feed nicht gefunden: entweder stellt die Website keinen Feed zur Verfügung oder blockiert den Zugriff. Um die Sperre zu umgehen, versuchen Sie den Feed über die Kommandozeile Ihres Servers mithilfe von curl herunterzuladen: curl",
"Detected feed format is not supported" : "Format des Feeds ermitteln wird nicht unterstützt",
"Website not found" : "Webseite nicht gefunden",
"More redirects than allowed, aborting" : "Mehr Weiterleitungen als erlaubt, Abbruch",
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index 0aa84eb49..6269ff5d1 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -1,5 +1,6 @@
{ "translations": {
"Feed contains invalid XML" : "Feed beinhaltet ungültiges 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 " : "Feed nicht gefunden: entweder stellt die Website keinen Feed zur Verfügung oder blockiert den Zugriff. Um die Sperre zu umgehen, versuchen Sie den Feed über die Kommandozeile Ihres Servers mithilfe von curl herunterzuladen: curl",
"Detected feed format is not supported" : "Format des Feeds ermitteln wird nicht unterstützt",
"Website not found" : "Webseite nicht gefunden",
"More redirects than allowed, aborting" : "Mehr Weiterleitungen als erlaubt, Abbruch",
diff --git a/l10n/de_DE.php b/l10n/de_DE.php
index 24444a939..c02d2c7a9 100644
--- a/l10n/de_DE.php
+++ b/l10n/de_DE.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Feed contains invalid XML" => "Feed beinhaltet ungültiges 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 " => "Feed nicht gefunden: entweder stellt die Website keinen Feed zur Verfügung oder blockiert den Zugriff. Um die Sperre zu umgehen, versuchen Sie den Feed über die Kommandozeile Ihres Servers mithilfe von curl herunterzuladen: curl",
"Detected feed format is not supported" => "Format des Feeds ermitteln wird nicht unterstützt",
"Website not found" => "Webseite nicht gefunden",
"More redirects than allowed, aborting" => "Mehr Weiterleitungen als erlaubt, Abbruch",
diff --git a/l10n/it.js b/l10n/it.js
index c9d0f2ef0..a9c4073d0 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"news",
{
"Feed contains invalid XML" : "La fonte contiene XML non valido",
+ "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 " : "Fonte non trovata: il sito web non fornisce una fonte o blocca l'accesso. Per evitare il blocco, prova a scaricare la fonte dalla riga di comando del tuo server utilizzando curl: curl",
"Detected feed format is not supported" : "Il formato della fonte rilevato non è supportato",
"Website not found" : "Sito web non trovato",
"More redirects than allowed, aborting" : "Più redirezioni di quelle consentite, interruzione in corso",
diff --git a/l10n/it.json b/l10n/it.json
index c2fe07d3f..d9b19b753 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -1,5 +1,6 @@
{ "translations": {
"Feed contains invalid XML" : "La fonte contiene XML non valido",
+ "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 " : "Fonte non trovata: il sito web non fornisce una fonte o blocca l'accesso. Per evitare il blocco, prova a scaricare la fonte dalla riga di comando del tuo server utilizzando curl: curl",
"Detected feed format is not supported" : "Il formato della fonte rilevato non è supportato",
"Website not found" : "Sito web non trovato",
"More redirects than allowed, aborting" : "Più redirezioni di quelle consentite, interruzione in corso",
diff --git a/l10n/it.php b/l10n/it.php
index 84b3f5a2d..09b7f81a5 100644
--- a/l10n/it.php
+++ b/l10n/it.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Feed contains invalid XML" => "La fonte contiene XML non valido",
+"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 " => "Fonte non trovata: il sito web non fornisce una fonte o blocca l'accesso. Per evitare il blocco, prova a scaricare la fonte dalla riga di comando del tuo server utilizzando curl: curl",
"Detected feed format is not supported" => "Il formato della fonte rilevato non è supportato",
"Website not found" => "Sito web non trovato",
"More redirects than allowed, aborting" => "Più redirezioni di quelle consentite, interruzione in corso",
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
index 2b00863ca..f137b8b4a 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"news",
{
"Feed contains invalid XML" : "Alimentação contém XML inválido",
+ "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 " : "Alimentação não encontrada: ou o site não fornece um feed ou bloqueia o acesso. Para descartar o bloqueio, tente baixar a alimentação em sua linha de comando do servidor usando curl: curl ",
"Detected feed format is not supported" : "Formato de alimentação detectado não é suportado",
"Website not found" : "Site não encontrado",
"More redirects than allowed, aborting" : "Mais redirecionamentos do que o permitido, abortando",
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
index e05a076b4..2e4a1bd79 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -1,5 +1,6 @@
{ "translations": {
"Feed contains invalid XML" : "Alimentação contém XML inválido",
+ "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 " : "Alimentação não encontrada: ou o site não fornece um feed ou bloqueia o acesso. Para descartar o bloqueio, tente baixar a alimentação em sua linha de comando do servidor usando curl: curl ",
"Detected feed format is not supported" : "Formato de alimentação detectado não é suportado",
"Website not found" : "Site não encontrado",
"More redirects than allowed, aborting" : "Mais redirecionamentos do que o permitido, abortando",
diff --git a/l10n/pt_BR.php b/l10n/pt_BR.php
index 0d8de86de..b4c8ff913 100644
--- a/l10n/pt_BR.php
+++ b/l10n/pt_BR.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Feed contains invalid XML" => "Alimentação contém XML inválido",
+"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 " => "Alimentação não encontrada: ou o site não fornece um feed ou bloqueia o acesso. Para descartar o bloqueio, tente baixar a alimentação em sua linha de comando do servidor usando curl: curl ",
"Detected feed format is not supported" => "Formato de alimentação detectado não é suportado",
"Website not found" => "Site não encontrado",
"More redirects than allowed, aborting" => "Mais redirecionamentos do que o permitido, abortando",
diff --git a/l10n/sq.js b/l10n/sq.js
index 7f9129316..a6ec3a930 100644
--- a/l10n/sq.js
+++ b/l10n/sq.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"news",
{
"Feed contains invalid XML" : "Prurja përmban XML të pavleshme",
+ "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 " : "S’u gjet prurje: ose sajti nuk furnizon ndonjë prurje, ose i bllokon hyrjet. Që të përjashtoni mundësinë e bllokimit, provoni ta shkarkoni prurjen që nga rreshti i urdhrave të shërbyesit tuaj, duke përdorur urdhrin curl: curl ",
"Detected feed format is not supported" : "Nuk mbulohet formati i zbuluar për prurjen",
"Website not found" : "S’u gjet sajt",
"More redirects than allowed, aborting" : "Më tepër ridrejtime se sa lejohet, po ndërpritet",
diff --git a/l10n/sq.json b/l10n/sq.json
index 457aa7ad8..9248da2e5 100644
--- a/l10n/sq.json
+++ b/l10n/sq.json
@@ -1,5 +1,6 @@
{ "translations": {
"Feed contains invalid XML" : "Prurja përmban XML të pavleshme",
+ "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 " : "S’u gjet prurje: ose sajti nuk furnizon ndonjë prurje, ose i bllokon hyrjet. Që të përjashtoni mundësinë e bllokimit, provoni ta shkarkoni prurjen që nga rreshti i urdhrave të shërbyesit tuaj, duke përdorur urdhrin curl: curl ",
"Detected feed format is not supported" : "Nuk mbulohet formati i zbuluar për prurjen",
"Website not found" : "S’u gjet sajt",
"More redirects than allowed, aborting" : "Më tepër ridrejtime se sa lejohet, po ndërpritet",
diff --git a/l10n/sq.php b/l10n/sq.php
index f960b1da1..e1f7c3f72 100644
--- a/l10n/sq.php
+++ b/l10n/sq.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Feed contains invalid XML" => "Prurja përmban XML të pavleshme",
+"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 " => "S’u gjet prurje: ose sajti nuk furnizon ndonjë prurje, ose i bllokon hyrjet. Që të përjashtoni mundësinë e bllokimit, provoni ta shkarkoni prurjen që nga rreshti i urdhrave të shërbyesit tuaj, duke përdorur urdhrin curl: curl ",
"Detected feed format is not supported" => "Nuk mbulohet formati i zbuluar për prurjen",
"Website not found" => "S’u gjet sajt",
"More redirects than allowed, aborting" => "Më tepër ridrejtime se sa lejohet, po ndërpritet",