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-02-15 04:22:57 +0300
committerNextcloud bot <bot@nextcloud.com>2018-02-15 04:22:57 +0300
commit00e69b87535245968f3a7dac619a14ece95991f8 (patch)
tree3e90307a4a0f5a2495310598743a331d33601cb1
parent31718e85165291b2fd4ac15d6d8820c726cb1dab (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/fa.js10
-rw-r--r--l10n/fa.json8
-rw-r--r--l10n/fr.js1
-rw-r--r--l10n/fr.json1
-rw-r--r--l10n/nl.js9
-rw-r--r--l10n/nl.json7
6 files changed, 36 insertions, 0 deletions
diff --git a/l10n/fa.js b/l10n/fa.js
new file mode 100644
index 0000000..d4a5028
--- /dev/null
+++ b/l10n/fa.js
@@ -0,0 +1,10 @@
+OC.L10N.register(
+ "fulltextsearch",
+ {
+ "Full text search" : "جستجوی کامل متن",
+ "Index not found" : "نمایه یافت نشد",
+ "Tick not found" : "تیک یافت نشد",
+ "Full text search (BETA)" : "جستجوی کامل متن (آزمایشی)",
+ "Search on %s" : "%s جستجو در ‍"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/fa.json b/l10n/fa.json
new file mode 100644
index 0000000..bc41643
--- /dev/null
+++ b/l10n/fa.json
@@ -0,0 +1,8 @@
+{ "translations": {
+ "Full text search" : "جستجوی کامل متن",
+ "Index not found" : "نمایه یافت نشد",
+ "Tick not found" : "تیک یافت نشد",
+ "Full text search (BETA)" : "جستجوی کامل متن (آزمایشی)",
+ "Search on %s" : "%s جستجو در ‍"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/l10n/fr.js b/l10n/fr.js
index f21a9dc..22df290 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -3,6 +3,7 @@ OC.L10N.register(
{
"Full text search" : "Recherche de texte intégrale",
"Index not found" : "Index non trouvé",
+ "Tick not found" : "Elément coché non-trouvé",
"Full text search (BETA)" : "Recherche de texte intégrale (BETA)",
"Search on %s" : "Recherche sur %s"
},
diff --git a/l10n/fr.json b/l10n/fr.json
index 232bef5..048017d 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -1,6 +1,7 @@
{ "translations": {
"Full text search" : "Recherche de texte intégrale",
"Index not found" : "Index non trouvé",
+ "Tick not found" : "Elément coché non-trouvé",
"Full text search (BETA)" : "Recherche de texte intégrale (BETA)",
"Search on %s" : "Recherche sur %s"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
diff --git a/l10n/nl.js b/l10n/nl.js
new file mode 100644
index 0000000..c16eb14
--- /dev/null
+++ b/l10n/nl.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "fulltextsearch",
+ {
+ "Full text search" : "Volledige tekst doorzoeken",
+ "Index not found" : "Index niet gevonden",
+ "Full text search (BETA)" : "Volledige tekst doorzoeken (BETA)",
+ "Search on %s" : "Zoek op %s"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/nl.json b/l10n/nl.json
new file mode 100644
index 0000000..ec2ac08
--- /dev/null
+++ b/l10n/nl.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Full text search" : "Volledige tekst doorzoeken",
+ "Index not found" : "Index niet gevonden",
+ "Full text search (BETA)" : "Volledige tekst doorzoeken (BETA)",
+ "Search on %s" : "Zoek op %s"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file