ar.js 2.5 KB

1234567891011121314151617181920212223242526272829303132333435
  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. "Configuration incorrect" : "الإعدادات غير صحيحة",
  14. "Configuration incomplete" : "الإعدادات غير مكتملة",
  15. "Configuration OK" : "الإعدادات صحيحة",
  16. "Select groups" : "إختر مجموعة",
  17. "Select object classes" : "اختر أصناف المكونات",
  18. "{nthServer}. Server" : "الخادم {nthServer}.",
  19. "Do you really want to delete the current Server Configuration?" : "هل ترغب فعلاً في حذف إعدادات الخادم الحالي؟",
  20. "Confirm Deletion" : "تأكيد الحذف",
  21. "Select attributes" : "اختر الخصائص",
  22. "_%s group found_::_%s groups found_" : ["لا توجد مجموعات: %s","تم إيجاد %s مجموعة واحدة","تم إيجاد %s مجموعتين","تم إيجاد %s مجموعات","تم إيجاد %s مجموعة","تم إيجاد %s مجموعة/مجموعات"],
  23. "Server" : "خادم",
  24. "Users" : "المستخدمين",
  25. "Groups" : "مجموعات",
  26. "Help" : "المساعدة",
  27. "Host" : "المضيف",
  28. "Port" : "المنفذ",
  29. "Password" : "كلمة المرور",
  30. "Back" : "رجوع",
  31. "Continue" : "المتابعة",
  32. "Advanced" : "تعديلات متقدمه",
  33. "Email Field" : "خانة البريد الإلكتروني"
  34. },
  35. "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;");