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/sr.js3
-rw-r--r--l10n/sr.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/l10n/sr.js b/l10n/sr.js
index 683f5d8..0869c42 100644
--- a/l10n/sr.js
+++ b/l10n/sr.js
@@ -5,6 +5,7 @@ OC.L10N.register(
"Index not found" : "Индекс није нађен",
"Tick not found" : "Тик није нађен",
"Full text search (BETA)" : "Претрага свих текстова (бета)",
- "Search on %s" : "Претражи %s"
+ "Search on %s" : "Претражи %s",
+ "General" : "Опште"
},
"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.json b/l10n/sr.json
index cfabfe7..e68f0ef 100644
--- a/l10n/sr.json
+++ b/l10n/sr.json
@@ -3,6 +3,7 @@
"Index not found" : "Индекс није нађен",
"Tick not found" : "Тик није нађен",
"Full text search (BETA)" : "Претрага свих текстова (бета)",
- "Search on %s" : "Претражи %s"
+ "Search on %s" : "Претражи %s",
+ "General" : "Опште"
},"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