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>2020-01-16 05:50:50 +0300
committerNextcloud bot <bot@nextcloud.com>2020-01-16 05:50:50 +0300
commit2449d89ee9a127bac1fc0b6db85c70d65bdbe11e (patch)
tree6d29cc448fb108c266a45b58adb994f27c4ad539
parent752c7fbd3c9d24186f6603b5f3821742317adc98 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/sr@latin.js9
-rw-r--r--l10n/sr@latin.json7
2 files changed, 16 insertions, 0 deletions
diff --git a/l10n/sr@latin.js b/l10n/sr@latin.js
new file mode 100644
index 0000000..36d3c04
--- /dev/null
+++ b/l10n/sr@latin.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "Notifications" : "Obaveštenja",
+ "No notifications" : "Nema obaveštenja",
+ "Dismiss" : "Odbaci",
+ "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@latin.json b/l10n/sr@latin.json
new file mode 100644
index 0000000..11f82f9
--- /dev/null
+++ b/l10n/sr@latin.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Notifications" : "Obaveštenja",
+ "No notifications" : "Nema obaveštenja",
+ "Dismiss" : "Odbaci",
+ "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