summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/l10n/ar.js
blob: 11472f292d462a0df9be91a0659cca029f369c9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "user_ldap",
    {
    "Failed to delete the server configuration" : "تعذر حذف ملف إعدادات الخادم",
    "The configuration is valid and the connection could be established!" : "الإعدادت صحيحة",
    "Deletion failed" : "فشل الحذف",
    "Success" : "نجاح",
    "Error" : "خطأ",
    "Select groups" : "إختر مجموعة",
    "_%s group found_::_%s groups found_" : ["","","","","",""],
    "_%s user found_::_%s users found_" : ["","","","","",""],
    "Save" : "حفظ",
    "Help" : "المساعدة",
    "Host" : "المضيف",
    "Port" : "المنفذ",
    "Password" : "كلمة المرور",
    "Back" : "رجوع",
    "Advanced" : "تعديلات متقدمه",
    "Email Field" : "خانة البريد الإلكتروني"
},
"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;");