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:
-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