summaryrefslogtreecommitdiffstats
path: root/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-09-11 01:01:34 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-09-11 01:01:34 -0400
commitf896210fc7657234820196abdd4c600fc765aab1 (patch)
treea412b90efaf8b0bf35b804d31051c84e4f59891d /l10n
parentef0d89b188f45415ccfc80c92e545ad69f540805 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/it.js2
-rw-r--r--l10n/it.json2
-rw-r--r--l10n/it.php2
-rw-r--r--l10n/pt_PT.js1
-rw-r--r--l10n/pt_PT.json1
-rw-r--r--l10n/pt_PT.php1
6 files changed, 9 insertions, 0 deletions
diff --git a/l10n/it.js b/l10n/it.js
index 855549ffa..9b90d54a3 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -85,6 +85,8 @@ OC.L10N.register(
"Undo delete feed" : "Annulla l'eliminazione della fonte",
"Rename" : "Rinomina",
"Menu" : "Menu",
+ "Unpin feed from the top" : "Rimuovi fonte dalla cima",
+ "Pin feed to the top" : "Appunta la fonte in cima",
"No feed ordering" : "Nessun ordine delle fonti",
"Reversed feed ordering" : "Ordine inverso delle fonti",
"Normal feed ordering" : "Ordine normale delle fonti",
diff --git a/l10n/it.json b/l10n/it.json
index 3eed35eba..9af237f9e 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -83,6 +83,8 @@
"Undo delete feed" : "Annulla l'eliminazione della fonte",
"Rename" : "Rinomina",
"Menu" : "Menu",
+ "Unpin feed from the top" : "Rimuovi fonte dalla cima",
+ "Pin feed to the top" : "Appunta la fonte in cima",
"No feed ordering" : "Nessun ordine delle fonti",
"Reversed feed ordering" : "Ordine inverso delle fonti",
"Normal feed ordering" : "Ordine normale delle fonti",
diff --git a/l10n/it.php b/l10n/it.php
index 7a7771ed5..f465cac24 100644
--- a/l10n/it.php
+++ b/l10n/it.php
@@ -84,6 +84,8 @@ $TRANSLATIONS = array(
"Undo delete feed" => "Annulla l'eliminazione della fonte",
"Rename" => "Rinomina",
"Menu" => "Menu",
+"Unpin feed from the top" => "Rimuovi fonte dalla cima",
+"Pin feed to the top" => "Appunta la fonte in cima",
"No feed ordering" => "Nessun ordine delle fonti",
"Reversed feed ordering" => "Ordine inverso delle fonti",
"Normal feed ordering" => "Ordine normale delle fonti",
diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js
index 24f8db355..36710f87f 100644
--- a/l10n/pt_PT.js
+++ b/l10n/pt_PT.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"news",
{
"Feed contains invalid XML" : "O feed 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 http://the-feed.tld" : "Feed não encontrado: o sítio web ou não possui feed ou bloqueia-lhe o acesso. Para contornar o bloqueio, tente transferir o feed usando na linha de comando do servidor: curl http://the-feed.tld",
"Detected feed format is not supported" : "O formato da feed detetado não é suportado",
"SSL Certificate is invalid" : "O certificado SSL é inválido",
"Website not found" : "O site da web não foi encontrado",
diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json
index ab70a1fdc..64e042302 100644
--- a/l10n/pt_PT.json
+++ b/l10n/pt_PT.json
@@ -1,5 +1,6 @@
{ "translations": {
"Feed contains invalid XML" : "O feed 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 http://the-feed.tld" : "Feed não encontrado: o sítio web ou não possui feed ou bloqueia-lhe o acesso. Para contornar o bloqueio, tente transferir o feed usando na linha de comando do servidor: curl http://the-feed.tld",
"Detected feed format is not supported" : "O formato da feed detetado não é suportado",
"SSL Certificate is invalid" : "O certificado SSL é inválido",
"Website not found" : "O site da web não foi encontrado",
diff --git a/l10n/pt_PT.php b/l10n/pt_PT.php
index f7ff7d602..e94db9014 100644
--- a/l10n/pt_PT.php
+++ b/l10n/pt_PT.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Feed contains invalid XML" => "O feed 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 http://the-feed.tld" => "Feed não encontrado: o sítio web ou não possui feed ou bloqueia-lhe o acesso. Para contornar o bloqueio, tente transferir o feed usando na linha de comando do servidor: curl http://the-feed.tld",
"Detected feed format is not supported" => "O formato da feed detetado não é suportado",
"SSL Certificate is invalid" => "O certificado SSL é inválido",
"Website not found" => "O site da web não foi encontrado",