ar.js 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. OC.L10N.register(
  2. "user_ldap",
  3. {
  4. "Failed to clear the mappings." : "فشل مسح الارتباطات (mappings)",
  5. "Failed to delete the server configuration" : "تعذر حذف ملف إعدادات الخادم",
  6. "The configuration is valid and the connection could be established!" : "الإعدادت صحيحة",
  7. "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "الإعدادات صحيحة، لكن لم ينجح الارتباط. يرجى التأكد من إعدادات الخادم وبيانات التحقق من الدخول.",
  8. "The configuration is invalid. Please have a look at the logs for further details." : "الإعدادات غير صحيحة. يرجى الاطلاع على سجلات المتابعة للمزيد من التفاصيل.",
  9. "No action specified" : "لم يتم تحديد الإجراء",
  10. "No configuration specified" : "لم يتم تحديد الإعدادات.",
  11. "No data specified" : "لم يتم تحديد البيانات.",
  12. " Could not set configuration %s" : "تعذر تنفيذ الإعداد %s",
  13. "Deletion failed" : "فشل الحذف",
  14. "Take over settings from recent server configuration?" : "الحصول على الخصائص من آخر إعدادات في الخادم؟",
  15. "Keep settings?" : "الاحتفاظ بالخصائص والإعدادات؟",
  16. "{nthServer}. Server" : "الخادم {nthServer}.",
  17. "Cannot add server configuration" : "تعذر إضافة الإعدادات للخادم.",
  18. "mappings cleared" : "تم مسح الارتباطات (mappings)",
  19. "Success" : "نجاح",
  20. "Error" : "خطأ",
  21. "Please specify a Base DN" : "يرجى تحديد اسم نطاق أساسي Base DN",
  22. "Could not determine Base DN" : "تعذر التحقق من اسم النطاق الأساسي Base DN",
  23. "Please specify the port" : "يرجى تحديد المنفذ",
  24. "Configuration OK" : "الإعدادات صحيحة",
  25. "Configuration incorrect" : "الإعدادات غير صحيحة",
  26. "Configuration incomplete" : "الإعدادات غير مكتملة",
  27. "Select groups" : "إختر مجموعة",
  28. "Select object classes" : "اختر أصناف المكونات",
  29. "Select attributes" : "اختر الخصائص",
  30. "Connection test succeeded" : "تم اختبار الاتصال بنجاح",
  31. "Connection test failed" : "فشل اختبار الاتصال",
  32. "Do you really want to delete the current Server Configuration?" : "هل ترغب فعلاً في حذف إعدادات الخادم الحالي؟",
  33. "Confirm Deletion" : "تأكيد الحذف",
  34. "_%s group found_::_%s groups found_" : ["لا توجد مجموعات: %s","تم إيجاد %s مجموعة واحدة","تم إيجاد %s مجموعتين","تم إيجاد %s مجموعات","تم إيجاد %s مجموعة","تم إيجاد %s مجموعة/مجموعات"],
  35. "Server" : "خادم",
  36. "Save" : "حفظ",
  37. "Help" : "المساعدة",
  38. "Host" : "المضيف",
  39. "Port" : "المنفذ",
  40. "Password" : "كلمة المرور",
  41. "Back" : "رجوع",
  42. "Continue" : "المتابعة",
  43. "Advanced" : "تعديلات متقدمه",
  44. "Email Field" : "خانة البريد الإلكتروني"
  45. },
  46. "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;");