diff options
Diffstat (limited to 'apps/comments/l10n/ar.json')
-rw-r--r-- | apps/comments/l10n/ar.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/comments/l10n/ar.json b/apps/comments/l10n/ar.json new file mode 100644 index 00000000000..8f601e76e16 --- /dev/null +++ b/apps/comments/l10n/ar.json @@ -0,0 +1,6 @@ +{ "translations": { + "Cancel" : "إلغاء", + "Save" : "حفظ", + "Comment" : "تعليق" +},"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 |