summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/l10n
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-20 01:56:42 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-20 01:56:42 -0400
commit3aa8647634d02ee97c8e31119049af506b9918dd (patch)
tree193eed6c231da4e22e414ffd723205752c826dbb /apps/user_ldap/l10n
parentd76fd16abc5870d627a777f1682662da23893775 (diff)
downloadnextcloud-server-3aa8647634d02ee97c8e31119049af506b9918dd.tar.gz
nextcloud-server-3aa8647634d02ee97c8e31119049af506b9918dd.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n')
-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 2b0cbbd75a5..8438c31f235 100644
--- a/apps/user_ldap/l10n/ar.php
+++ b/apps/user_ldap/l10n/ar.php
@@ -1,6 +1,9 @@
<?php
$TRANSLATIONS = array(
+"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_" => array("","","","","",""),
@@ -9,6 +12,7 @@ $TRANSLATIONS = array(
"Help" => "المساعدة",
"Host" => "المضيف",
"Password" => "كلمة المرور",
-"Back" => "رجوع"
+"Back" => "رجوع",
+"Email Field" => "خانة البريد الإلكتروني"
);
$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;";