Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2016-12-10 04:39:22 +0300
committerNextcloud bot <bot@nextcloud.com>2016-12-10 04:39:22 +0300
commitf5a214c440ce3054210197900a57a42d1efab8e0 (patch)
tree940157a1c3cd3ed1b49f12cfecbb51a6b7ff2367
parentd5a80f870337a99b7793c2330871040e61aba4ca (diff)
[tx-robot] updated from transifexv11.0RC2v11.0.0
-rw-r--r--l10n/bg_BG.js8
-rw-r--r--l10n/bg_BG.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/l10n/bg_BG.js b/l10n/bg_BG.js
new file mode 100644
index 0000000..b2138f4
--- /dev/null
+++ b/l10n/bg_BG.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "Notifications" : "Известия",
+ "No notifications" : "Няма известия",
+ "in {path}" : "в {path}"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/bg_BG.json b/l10n/bg_BG.json
new file mode 100644
index 0000000..fdd7558
--- /dev/null
+++ b/l10n/bg_BG.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Notifications" : "Известия",
+ "No notifications" : "Няма известия",
+ "in {path}" : "в {path}"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file