diff options
Diffstat (limited to 'apps/user_ldap/l10n/ar.php')
-rw-r--r-- | apps/user_ldap/l10n/ar.php | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/apps/user_ldap/l10n/ar.php b/apps/user_ldap/l10n/ar.php deleted file mode 100644 index e10ada32d55..00000000000 --- a/apps/user_ldap/l10n/ar.php +++ /dev/null @@ -1,44 +0,0 @@ -<?php -$TRANSLATIONS = array( -"Failed to clear the mappings." => "فشل مسح الارتباطات (mappings)", -"Failed to delete the server configuration" => "تعذر حذف ملف إعدادات الخادم", -"The configuration is valid and the connection could be established!" => "الإعدادت صحيحة", -"The configuration is valid, but the Bind failed. Please check the server settings and credentials." => "الإعدادات صحيحة، لكن لم ينجح الارتباط. يرجى التأكد من إعدادات الخادم وبيانات التحقق من الدخول.", -"The configuration is invalid. Please have a look at the logs for further details." => "الإعدادات غير صحيحة. يرجى الاطلاع على سجلات المتابعة للمزيد من التفاصيل.", -"No action specified" => "لم يتم تحديد الإجراء", -"No configuration specified" => "لم يتم تحديد الإعدادات.", -"No data specified" => "لم يتم تحديد البيانات.", -" Could not set configuration %s" => "تعذر تنفيذ الإعداد %s", -"Deletion failed" => "فشل الحذف", -"Take over settings from recent server configuration?" => "الحصول على الخصائص من آخر إعدادات في الخادم؟", -"Keep settings?" => "الاحتفاظ بالخصائص والإعدادات؟", -"{nthServer}. Server" => "الخادم {nthServer}.", -"Cannot add server configuration" => "تعذر إضافة الإعدادات للخادم.", -"mappings cleared" => "تم مسح الارتباطات (mappings)", -"Success" => "نجاح", -"Error" => "خطأ", -"Please specify a Base DN" => "يرجى تحديد اسم نطاق أساسي Base DN", -"Could not determine Base DN" => "تعذر التحقق من اسم النطاق الأساسي Base DN", -"Please specify the port" => "يرجى تحديد المنفذ", -"Configuration OK" => "الإعدادات صحيحة", -"Configuration incorrect" => "الإعدادات غير صحيحة", -"Configuration incomplete" => "الإعدادات غير مكتملة", -"Select groups" => "إختر مجموعة", -"Select object classes" => "اختر أصناف المكونات", -"Select attributes" => "اختر الخصائص", -"Connection test succeeded" => "تم اختبار الاتصال بنجاح", -"Connection test failed" => "فشل اختبار الاتصال", -"Do you really want to delete the current Server Configuration?" => "هل ترغب فعلاً في حذف إعدادات الخادم الحالي؟", -"Confirm Deletion" => "تأكيد الحذف", -"_%s group found_::_%s groups found_" => array("لا توجد مجموعات: %s","تم إيجاد %s مجموعة واحدة","تم إيجاد %s مجموعتين","تم إيجاد %s مجموعات","تم إيجاد %s مجموعة","تم إيجاد %s مجموعة/مجموعات"), -"_%s user found_::_%s users found_" => array("","","","","",""), -"Save" => "حفظ", -"Help" => "المساعدة", -"Host" => "المضيف", -"Port" => "المنفذ", -"Password" => "كلمة المرور", -"Back" => "رجوع", -"Advanced" => "تعديلات متقدمه", -"Email Field" => "خانة البريد الإلكتروني" -); -$PLURAL_FORMS = "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;"; |