summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/l10n/ar.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/l10n/ar.php')
-rw-r--r--apps/user_ldap/l10n/ar.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/ar.php b/apps/user_ldap/l10n/ar.php
index c9d9949f50d..47ec9db7909 100644
--- a/apps/user_ldap/l10n/ar.php
+++ b/apps/user_ldap/l10n/ar.php
@@ -2,8 +2,12 @@
$TRANSLATIONS = array(
"Deletion failed" => "فشل الحذف",
"Error" => "خطأ",
+"Select groups" => "إختر مجموعة",
+"_%s group found_::_%s groups found_" => array("","","","","",""),
+"_%s user found_::_%s users found_" => array("","","","","",""),
+"Help" => "المساعدة",
"Host" => "المضيف",
"Password" => "كلمة المرور",
-"Help" => "المساعدة"
+"Back" => "رجوع"
);
$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;";