Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-09-06 03:25:24 +0300
committerNextcloud bot <bot@nextcloud.com>2018-09-06 03:25:24 +0300
commit8b3452fd9f735a76114b4e6a7c7981ee316fc6fb (patch)
tree1ed94d5f9399ac33a75787dcc27859bed38415b2
parent2fe9dd2eaa223de5824273d5b351668577fef19e (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/pl.js12
-rw-r--r--l10n/pl.json10
2 files changed, 22 insertions, 0 deletions
diff --git a/l10n/pl.js b/l10n/pl.js
new file mode 100644
index 0000000..89bc284
--- /dev/null
+++ b/l10n/pl.js
@@ -0,0 +1,12 @@
+OC.L10N.register(
+ "fulltextsearch",
+ {
+ "Full text search" : "Wyszukiwanie pełnotekstowe",
+ "Index not found" : "Nie znaleziono indeksu",
+ "Tick not found" : "Nie znaleziono znacznika",
+ "Core of the full-text search framework for Nextcloud" : "Podstawa systemu wyszukiwania pełnotekstowego dla Nextcloud",
+ "Core App of the full-text search framework for your Nextcloud." : "Podstawowa aplikacja systemu wyszukiwania pełnotekstowego dla Nextcloud",
+ "Search on %s" : "Szukaj w %s",
+ "General" : "Ogólne"
+},
+"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
diff --git a/l10n/pl.json b/l10n/pl.json
new file mode 100644
index 0000000..997b65e
--- /dev/null
+++ b/l10n/pl.json
@@ -0,0 +1,10 @@
+{ "translations": {
+ "Full text search" : "Wyszukiwanie pełnotekstowe",
+ "Index not found" : "Nie znaleziono indeksu",
+ "Tick not found" : "Nie znaleziono znacznika",
+ "Core of the full-text search framework for Nextcloud" : "Podstawa systemu wyszukiwania pełnotekstowego dla Nextcloud",
+ "Core App of the full-text search framework for your Nextcloud." : "Podstawowa aplikacja systemu wyszukiwania pełnotekstowego dla Nextcloud",
+ "Search on %s" : "Szukaj w %s",
+ "General" : "Ogólne"
+},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
+} \ No newline at end of file