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-22 03:24:51 +0300
committerNextcloud bot <bot@nextcloud.com>2018-09-22 03:24:51 +0300
commit1b689771e49ad377da7b97f7155b02c9776ad712 (patch)
tree99a0e112ecc1fafae9587a3c80d4820713478034
parentb5977fd626a71ecd4168e33465d868f946d3a147 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/sl.js7
-rw-r--r--l10n/sl.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/l10n/sl.js b/l10n/sl.js
new file mode 100644
index 0000000..cbc7acb
--- /dev/null
+++ b/l10n/sl.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "fulltextsearch",
+ {
+ "Full text search" : "Iskanje po polnem besedilu",
+ "General" : "Splošno"
+},
+"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/l10n/sl.json b/l10n/sl.json
new file mode 100644
index 0000000..f853a70
--- /dev/null
+++ b/l10n/sl.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Full text search" : "Iskanje po polnem besedilu",
+ "General" : "Splošno"
+},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
+} \ No newline at end of file