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>2017-04-24 03:14:19 +0300
committerNextcloud bot <bot@nextcloud.com>2017-04-24 03:14:19 +0300
commit6982181dc3583ef8843fd1fa8ddfc35a03978358 (patch)
treecd3f17af7384bc768a91cbc364aa4e3b1e88590a
parent784f120c1e2bb07465999686fa6ab2257aec9d84 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/sr.js8
-rw-r--r--l10n/sr.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/l10n/sr.js b/l10n/sr.js
new file mode 100644
index 0000000..56d1ddc
--- /dev/null
+++ b/l10n/sr.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "Notifications" : "Обавештења",
+ "No notifications" : "Нема обавештења",
+ "in {path}" : "у {path}"
+},
+"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
new file mode 100644
index 0000000..556f874
--- /dev/null
+++ b/l10n/sr.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Notifications" : "Обавештења",
+ "No notifications" : "Нема обавештења",
+ "in {path}" : "у {path}"
+},"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