Blame view
sources/apps/user_ldap/l10n/ar.php
902 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 4 |
"Failed to delete the server configuration" => "تعذر حذف ملف إعدادات الخادم", "The configuration is valid and the connection could be established!" => "الإعدادت صحيحة", |
|
03e52840d
|
5 |
"Deletion failed" => "فشل الحذف", |
|
6d9380f96
|
6 |
"Success" => "نجاح", |
|
31b7f2792
|
7 8 9 10 11 12 13 |
"Error" => "خطأ",
"Select groups" => "إختر مجموعة",
"_%s group found_::_%s groups found_" => array("","","","","",""),
"_%s user found_::_%s users found_" => array("","","","","",""),
"Save" => "حفظ",
"Help" => "المساعدة",
"Host" => "المضيف",
|
|
6d9380f96
|
14 |
"Port" => "المنفذ", |
|
03e52840d
|
15 |
"Password" => "كلمة المرور", |
|
6d9380f96
|
16 17 18 |
"Back" => "رجوع", "Advanced" => "تعديلات متقدمه", "Email Field" => "خانة البريد الإلكتروني" |
|
03e52840d
|
19 |
); |
|
31b7f2792
|
20 |
$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;"; |