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/bg.js3
-rw-r--r--l10n/bg.json3
2 files changed, 4 insertions, 2 deletions
diff --git a/l10n/bg.js b/l10n/bg.js
index 9c31b84..266833a 100644
--- a/l10n/bg.js
+++ b/l10n/bg.js
@@ -3,6 +3,7 @@ OC.L10N.register(
{
"Full text search" : "Пълно текстово търсене",
"Index not found" : "Няма открито съдържание",
- "Search on %s" : "Търси в %s"
+ "Search on %s" : "Търси в %s",
+ "General" : "Общи"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/bg.json b/l10n/bg.json
index 4f01ae2..dc55657 100644
--- a/l10n/bg.json
+++ b/l10n/bg.json
@@ -1,6 +1,7 @@
{ "translations": {
"Full text search" : "Пълно текстово търсене",
"Index not found" : "Няма открито съдържание",
- "Search on %s" : "Търси в %s"
+ "Search on %s" : "Търси в %s",
+ "General" : "Общи"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file