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:
authorMaxence Lange <maxence@artificial-owl.com>2018-04-09 12:16:15 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-04-09 12:16:15 +0300
commit6b77aea0e137c7812d6590fbb2e621e6d3dcee57 (patch)
tree68ced96f56eada2fa5be8f4ea831b09e1ca1753e
parent00304a77779879c3827dcb7a081319202967e57a (diff)
parent4c3221c15650c3a061e93941b765d81f25e5fee6 (diff)
Merge remote-tracking branch 'origin/master'
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--l10n/af.js8
-rw-r--r--l10n/af.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/l10n/af.js b/l10n/af.js
new file mode 100644
index 0000000..6fe5c8a
--- /dev/null
+++ b/l10n/af.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "fulltextsearch",
+ {
+ "Index not found" : "Indeks nie gevind nie",
+ "Tick not found" : "Merk nie gevind nie",
+ "Search on %s" : "Soek op %s"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/af.json b/l10n/af.json
new file mode 100644
index 0000000..fcac615
--- /dev/null
+++ b/l10n/af.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Index not found" : "Indeks nie gevind nie",
+ "Tick not found" : "Merk nie gevind nie",
+ "Search on %s" : "Soek op %s"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file