summaryrefslogtreecommitdiffstats
path: root/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2015-11-22 01:01:23 -0500
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2015-11-22 01:01:23 -0500
commitae43722a8a248e631da4ee624e18a5991ca724d3 (patch)
tree558eb88d926c0866870cca7166967ffad6fd6d8f /l10n
parentf99a84fd78688fa4132fa8e9ca9bb9243036a572 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/cs_CZ.js1
-rw-r--r--l10n/cs_CZ.json1
-rw-r--r--l10n/cs_CZ.php1
-rw-r--r--l10n/fi_FI.js1
-rw-r--r--l10n/fi_FI.json1
-rw-r--r--l10n/fi_FI.php1
-rw-r--r--l10n/it.js1
-rw-r--r--l10n/it.json1
-rw-r--r--l10n/it.php1
-rw-r--r--l10n/sq.js2
-rw-r--r--l10n/sq.json2
-rw-r--r--l10n/sq.php2
12 files changed, 15 insertions, 0 deletions
diff --git a/l10n/cs_CZ.js b/l10n/cs_CZ.js
index 9a78a99f2..565008136 100644
--- a/l10n/cs_CZ.js
+++ b/l10n/cs_CZ.js
@@ -81,6 +81,7 @@ OC.L10N.register(
"New Folder" : "Nová složka",
"Create" : "Vytvořit",
"Explore" : "Prohledat",
+ "Feed failed to update more than 10 times" : "Aktualizace dat kanálu selhala více než 10krát ",
"Deleted feed" : "Smazaný kanál",
"Undo delete feed" : "Vzít zpět smazání kanálu",
"Rename" : "Přejmenovat",
diff --git a/l10n/cs_CZ.json b/l10n/cs_CZ.json
index 794155017..c8f3c6d1f 100644
--- a/l10n/cs_CZ.json
+++ b/l10n/cs_CZ.json
@@ -79,6 +79,7 @@
"New Folder" : "Nová složka",
"Create" : "Vytvořit",
"Explore" : "Prohledat",
+ "Feed failed to update more than 10 times" : "Aktualizace dat kanálu selhala více než 10krát ",
"Deleted feed" : "Smazaný kanál",
"Undo delete feed" : "Vzít zpět smazání kanálu",
"Rename" : "Přejmenovat",
diff --git a/l10n/cs_CZ.php b/l10n/cs_CZ.php
index f527361d5..c210718cc 100644
--- a/l10n/cs_CZ.php
+++ b/l10n/cs_CZ.php
@@ -80,6 +80,7 @@ $TRANSLATIONS = array(
"New Folder" => "Nová složka",
"Create" => "Vytvořit",
"Explore" => "Prohledat",
+"Feed failed to update more than 10 times" => "Aktualizace dat kanálu selhala více než 10krát ",
"Deleted feed" => "Smazaný kanál",
"Undo delete feed" => "Vzít zpět smazání kanálu",
"Rename" => "Přejmenovat",
diff --git a/l10n/fi_FI.js b/l10n/fi_FI.js
index 51a373982..08efbad54 100644
--- a/l10n/fi_FI.js
+++ b/l10n/fi_FI.js
@@ -23,6 +23,7 @@ OC.L10N.register(
"Maximum redirects" : "Uudelleenohjausten enimmäismäärä",
"How many redirects the feed fetcher should follow" : "Kuinka montaa uudelleenohjausta noutajan tulisi seurata",
"Maximum feed page size" : "Syötteen sivun enimmäiskoko",
+ "Maximum feed size in bytes. If the RSS/Atom page is bigger than this value, the update will be aborted" : "Syötteen enimmäiskoko tavuissa. Jos RSS-/Atom-sivu on tätä arvoa suurempi, päivitys perutaan",
"Feed fetcher timeout" : "Syötteen hakemisen aikakatkaisu",
"Saved" : "Tallennettu",
"Download" : "Lataa",
diff --git a/l10n/fi_FI.json b/l10n/fi_FI.json
index 954563320..fcf5e40e7 100644
--- a/l10n/fi_FI.json
+++ b/l10n/fi_FI.json
@@ -21,6 +21,7 @@
"Maximum redirects" : "Uudelleenohjausten enimmäismäärä",
"How many redirects the feed fetcher should follow" : "Kuinka montaa uudelleenohjausta noutajan tulisi seurata",
"Maximum feed page size" : "Syötteen sivun enimmäiskoko",
+ "Maximum feed size in bytes. If the RSS/Atom page is bigger than this value, the update will be aborted" : "Syötteen enimmäiskoko tavuissa. Jos RSS-/Atom-sivu on tätä arvoa suurempi, päivitys perutaan",
"Feed fetcher timeout" : "Syötteen hakemisen aikakatkaisu",
"Saved" : "Tallennettu",
"Download" : "Lataa",
diff --git a/l10n/fi_FI.php b/l10n/fi_FI.php
index ff95d8ec2..fc618806c 100644
--- a/l10n/fi_FI.php
+++ b/l10n/fi_FI.php
@@ -22,6 +22,7 @@ $TRANSLATIONS = array(
"Maximum redirects" => "Uudelleenohjausten enimmäismäärä",
"How many redirects the feed fetcher should follow" => "Kuinka montaa uudelleenohjausta noutajan tulisi seurata",
"Maximum feed page size" => "Syötteen sivun enimmäiskoko",
+"Maximum feed size in bytes. If the RSS/Atom page is bigger than this value, the update will be aborted" => "Syötteen enimmäiskoko tavuissa. Jos RSS-/Atom-sivu on tätä arvoa suurempi, päivitys perutaan",
"Feed fetcher timeout" => "Syötteen hakemisen aikakatkaisu",
"Saved" => "Tallennettu",
"Download" => "Lataa",
diff --git a/l10n/it.js b/l10n/it.js
index 79ae0ef32..bc8ab2e0f 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -81,6 +81,7 @@ OC.L10N.register(
"New Folder" : "Nuova cartella",
"Create" : "Crea",
"Explore" : "Esplora",
+ "Feed failed to update more than 10 times" : "L'aggiornamento della fonte non è riuscito più di 10 volte",
"Deleted feed" : "Elimina la fonte",
"Undo delete feed" : "Annulla l'eliminazione della fonte",
"Rename" : "Rinomina",
diff --git a/l10n/it.json b/l10n/it.json
index f19394d6e..f2a498c86 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -79,6 +79,7 @@
"New Folder" : "Nuova cartella",
"Create" : "Crea",
"Explore" : "Esplora",
+ "Feed failed to update more than 10 times" : "L'aggiornamento della fonte non è riuscito più di 10 volte",
"Deleted feed" : "Elimina la fonte",
"Undo delete feed" : "Annulla l'eliminazione della fonte",
"Rename" : "Rinomina",
diff --git a/l10n/it.php b/l10n/it.php
index 25b70af49..75b9ac11b 100644
--- a/l10n/it.php
+++ b/l10n/it.php
@@ -80,6 +80,7 @@ $TRANSLATIONS = array(
"New Folder" => "Nuova cartella",
"Create" => "Crea",
"Explore" => "Esplora",
+"Feed failed to update more than 10 times" => "L'aggiornamento della fonte non è riuscito più di 10 volte",
"Deleted feed" => "Elimina la fonte",
"Undo delete feed" => "Annulla l'eliminazione della fonte",
"Rename" => "Rinomina",
diff --git a/l10n/sq.js b/l10n/sq.js
index 0b1ec3615..f03ecea71 100644
--- a/l10n/sq.js
+++ b/l10n/sq.js
@@ -67,6 +67,7 @@ OC.L10N.register(
"Load previous feed" : "Ngarko prurjen e mëparshme",
"Load next folder" : "Ngarko dosjen pasuese",
"Load previous folder" : "Ngarko dosjen e mëparshme",
+ "Scroll to active navigation entry" : "Rrëshqiteni që të aktivizohet lëvizja për elementin",
"Focus search field" : "Fokusohu te fusha e kërkimeve",
"Mark current article's feed/folder read" : "Shënoje prurjen/dosjen e artikullit të tanishëm si të lexuar",
"Web address" : "Adresë Web",
@@ -80,6 +81,7 @@ OC.L10N.register(
"New Folder" : "Dosje e Re",
"Create" : "Krijoje",
"Explore" : "Eksploroni",
+ "Feed failed to update more than 10 times" : "Përditësimi i prurjes dështoi për më shumë se 10 herë",
"Deleted feed" : "Prurja u fshi",
"Undo delete feed" : "Zhbëje fshirjen e prurjes",
"Rename" : "Riemërtojeni",
diff --git a/l10n/sq.json b/l10n/sq.json
index ac7dbaa25..90c999433 100644
--- a/l10n/sq.json
+++ b/l10n/sq.json
@@ -65,6 +65,7 @@
"Load previous feed" : "Ngarko prurjen e mëparshme",
"Load next folder" : "Ngarko dosjen pasuese",
"Load previous folder" : "Ngarko dosjen e mëparshme",
+ "Scroll to active navigation entry" : "Rrëshqiteni që të aktivizohet lëvizja për elementin",
"Focus search field" : "Fokusohu te fusha e kërkimeve",
"Mark current article's feed/folder read" : "Shënoje prurjen/dosjen e artikullit të tanishëm si të lexuar",
"Web address" : "Adresë Web",
@@ -78,6 +79,7 @@
"New Folder" : "Dosje e Re",
"Create" : "Krijoje",
"Explore" : "Eksploroni",
+ "Feed failed to update more than 10 times" : "Përditësimi i prurjes dështoi për më shumë se 10 herë",
"Deleted feed" : "Prurja u fshi",
"Undo delete feed" : "Zhbëje fshirjen e prurjes",
"Rename" : "Riemërtojeni",
diff --git a/l10n/sq.php b/l10n/sq.php
index c50b9bb51..d6b97acca 100644
--- a/l10n/sq.php
+++ b/l10n/sq.php
@@ -66,6 +66,7 @@ $TRANSLATIONS = array(
"Load previous feed" => "Ngarko prurjen e mëparshme",
"Load next folder" => "Ngarko dosjen pasuese",
"Load previous folder" => "Ngarko dosjen e mëparshme",
+"Scroll to active navigation entry" => "Rrëshqiteni që të aktivizohet lëvizja për elementin",
"Focus search field" => "Fokusohu te fusha e kërkimeve",
"Mark current article's feed/folder read" => "Shënoje prurjen/dosjen e artikullit të tanishëm si të lexuar",
"Web address" => "Adresë Web",
@@ -79,6 +80,7 @@ $TRANSLATIONS = array(
"New Folder" => "Dosje e Re",
"Create" => "Krijoje",
"Explore" => "Eksploroni",
+"Feed failed to update more than 10 times" => "Përditësimi i prurjes dështoi për më shumë se 10 herë",
"Deleted feed" => "Prurja u fshi",
"Undo delete feed" => "Zhbëje fshirjen e prurjes",
"Rename" => "Riemërtojeni",