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>2020-01-16 05:40:06 +0300
committerNextcloud bot <bot@nextcloud.com>2020-01-16 05:40:06 +0300
commitd0a4fcb4ae3df2aa8fa24e0d7bfc0fa66092f372 (patch)
treea832cc65bd04858d223b6e726fe81ecbd107f84a
parent5cd6820d18902a00fe59e55581f56d120b6fea51 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/sr@latin.js3
-rw-r--r--l10n/sr@latin.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/l10n/sr@latin.js b/l10n/sr@latin.js
index 66793ed..bf6c581 100644
--- a/l10n/sr@latin.js
+++ b/l10n/sr@latin.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"fulltextsearch",
{
- "Search" : "Search"
+ "Search" : "Search",
+ "General" : "Opšte"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/l10n/sr@latin.json b/l10n/sr@latin.json
index 46fd3ee..7cfbd1d 100644
--- a/l10n/sr@latin.json
+++ b/l10n/sr@latin.json
@@ -1,4 +1,5 @@
{ "translations": {
- "Search" : "Search"
+ "Search" : "Search",
+ "General" : "Opšte"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
} \ No newline at end of file