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-06 18:36:25 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-04-06 18:36:25 +0300
commit9246563ad9ad7282123058a1edc7f5467af6106a (patch)
treedcedc307089ac966cafcf5060243902293ce8764
parent4796e8b4fba9f32b463f4ae72e94402b523185e9 (diff)
parent6d55f5b0faa8bd98777cdd2b3faa99ef32cdcf92 (diff)
Merge remote-tracking branch 'origin/master'
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
-rw-r--r--l10n/he.js9
-rw-r--r--l10n/he.json7
2 files changed, 16 insertions, 0 deletions
diff --git a/l10n/he.js b/l10n/he.js
new file mode 100644
index 0000000..c5cb20b
--- /dev/null
+++ b/l10n/he.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "fulltextsearch",
+ {
+ "Full text search" : "חיפוש טקסט מלא",
+ "Index not found" : "המפתח לא נמצא",
+ "Full text search (BETA)" : "חיפוש טקסט מלא (בטא)",
+ "Search on %s" : "חיפוש תחת %s"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/he.json b/l10n/he.json
new file mode 100644
index 0000000..ee4f4ae
--- /dev/null
+++ b/l10n/he.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Full text search" : "חיפוש טקסט מלא",
+ "Index not found" : "המפתח לא נמצא",
+ "Full text search (BETA)" : "חיפוש טקסט מלא (בטא)",
+ "Search on %s" : "חיפוש תחת %s"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file