From 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Fri, 17 Oct 2014 14:20:02 +0200 Subject: update all translation files to js and json --- apps/files_sharing/l10n/ar.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 apps/files_sharing/l10n/ar.js (limited to 'apps/files_sharing/l10n/ar.js') diff --git a/apps/files_sharing/l10n/ar.js b/apps/files_sharing/l10n/ar.js new file mode 100644 index 00000000000..de2b179847a --- /dev/null +++ b/apps/files_sharing/l10n/ar.js @@ -0,0 +1,20 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "إلغاء", + "Shared by" : "تم مشاركتها بواسطة", + "This share is password-protected" : "هذه المشاركة محمية بكلمة مرور", + "The password is wrong. Try again." : "كلمة المرور خاطئة. حاول مرة أخرى", + "Password" : "كلمة المرور", + "Name" : "اسم", + "Sorry, this link doesn’t seem to work anymore." : "عذرا، يبدو أن هذا الرابط لم يعد يعمل.", + "Reasons might be:" : "الأسباب الممكنة :", + "the item was removed" : "تم حذف العنصر المطلوب", + "the link expired" : "انتهت صلاحية الرابط", + "sharing is disabled" : "المشاركة غير مفعلة", + "For more info, please ask the person who sent this link." : "لمزيد من المعلومات، يرجى سؤال الشخص الذي أرسل هذا الرابط", + "Download" : "تحميل", + "Download %s" : "تحميل %s", + "Direct link" : "رابط مباشر" +}, +"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;"); -- cgit v1.2.3