diff options
Diffstat (limited to 'apps/theming/l10n/ar.json')
-rw-r--r-- | apps/theming/l10n/ar.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/theming/l10n/ar.json b/apps/theming/l10n/ar.json index 0f742d2c4fc..77179a63d61 100644 --- a/apps/theming/l10n/ar.json +++ b/apps/theming/l10n/ar.json @@ -7,11 +7,14 @@ "The given web address is too long" : "هذا العنوان أطول مما يجب", "The given slogan is too long" : "هذا الشعار أطول مما يجب", "The given color is invalid" : "هناك خطأ في اللون", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "حجم الملف الذي تريد ترفيعه أعلى مما MAX_FILE_SIZE يسمح به في واجهة ال HTML.", "No file was uploaded" : "لم يتم رفع أي ملف", "Missing a temporary folder" : "المجلد المؤقت غير موجود", "No file uploaded" : "لم يتم رفع الملف", "Unsupported image type" : "صيغة الصورة غير مقبولة", "Theming" : "تخصيص القالب", + "Privacy policy" : "سياسة الخصوصية", + "Open documentation" : "فتح الدليل", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "السمات تجعل من الممكن بسهولة تخصيص الشكل والمظهر لنموذجك ودعم العملاء. سيكون هذا مرئيا لجميع المستخدمين.", "Name" : "الاسم", "Reset to default" : "اعادة تعيين الافتراضيات", @@ -21,6 +24,7 @@ "Upload new logo" : "رفع شعار جديد", "Login image" : "صورة الدخول", "Upload new login background" : "تحميل خلفية جديدة للدخول", - "Remove background image" : "إزالة صورة الخلفية" + "Remove background image" : "إزالة صورة الخلفية", + "Advanced options" : "الخيارات المتقدمة" },"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 |