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-05-03 03:15:25 +0300
committerNextcloud bot <bot@nextcloud.com>2017-05-03 03:15:25 +0300
commitdef36e8058564dc7d63bdf48e3981c1266ffe7a2 (patch)
tree7f598a98280d49191825c4e0eb6737559630f95f
parentc8481a0594a5468921572059fb40762c7cc6b65e (diff)
[tx-robot] updated from transifexv12.0.0beta2
-rw-r--r--l10n/ar.js7
-rw-r--r--l10n/ar.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/l10n/ar.js b/l10n/ar.js
new file mode 100644
index 0000000..364a6fc
--- /dev/null
+++ b/l10n/ar.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "Notifications" : "الإخطارات",
+ "No notifications" : "لا توجد هناك إخطارات"
+},
+"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
diff --git a/l10n/ar.json b/l10n/ar.json
new file mode 100644
index 0000000..ce749a0
--- /dev/null
+++ b/l10n/ar.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Notifications" : "الإخطارات",
+ "No notifications" : "لا توجد هناك إخطارات"
+},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
+} \ No newline at end of file