diff options
Diffstat (limited to 'apps/user_ldap/l10n/ar.js')
-rw-r--r-- | apps/user_ldap/l10n/ar.js | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/ar.js b/apps/user_ldap/l10n/ar.js index 11472f292d4..c28875d7cdd 100644 --- a/apps/user_ldap/l10n/ar.js +++ b/apps/user_ldap/l10n/ar.js @@ -1,13 +1,37 @@ OC.L10N.register( "user_ldap", { + "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" : "إختر مجموعة", - "_%s group found_::_%s groups found_" : ["","","","","",""], + "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_" : ["لا توجد مجموعات: %s","تم إيجاد %s مجموعة واحدة","تم إيجاد %s مجموعتين","تم إيجاد %s مجموعات","تم إيجاد %s مجموعة","تم إيجاد %s مجموعة/مجموعات"], "_%s user found_::_%s users found_" : ["","","","","",""], "Save" : "حفظ", "Help" : "المساعدة", |