From def36e8058564dc7d63bdf48e3981c1266ffe7a2 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 3 May 2017 00:15:25 +0000 Subject: [tx-robot] updated from transifex --- l10n/ar.js | 7 +++++++ l10n/ar.json | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 l10n/ar.js create mode 100644 l10n/ar.json 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 -- cgit v1.2.3