diff options
author | alhajr <alhajr300@gmail.com> | 2014-01-05 03:11:35 +0100 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2014-01-05 03:11:35 +0100 |
commit | e0ea4d0265aa17eb004a22f57641362e2a82ce7a (patch) | |
tree | a3f5d590452b8d23e13c4672990b164da343923f /lib/plugins/authldap/lang | |
parent | a335e2e438a2b6a96645b1d323175b40baadfd09 (diff) | |
download | rpg-e0ea4d0265aa17eb004a22f57641362e2a82ce7a.tar.gz rpg-e0ea4d0265aa17eb004a22f57641362e2a82ce7a.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authldap/lang')
-rw-r--r-- | lib/plugins/authldap/lang/ar/settings.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/ar/settings.php b/lib/plugins/authldap/lang/ar/settings.php new file mode 100644 index 000000000..aaef7763f --- /dev/null +++ b/lib/plugins/authldap/lang/ar/settings.php @@ -0,0 +1,13 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author alhajr <alhajr300@gmail.com> + */ +$lang['port'] = 'LDAP المنفذ الملقم إذا لم يعط أي عنوان URL كامل أعلاه'; +$lang['version'] = 'إصدار نسخة البروتوكول الستخدامه. قد تحتاج لتعيين هذه القيمة إلى <code>3</code>'; +$lang['starttls'] = 'استخدام اتصالات TLS؟'; +$lang['referrals'] = 'يتبع الإحالات؟'; +$lang['deref'] = 'كيفية إلغاء مرجعية الأسماء المستعارة؟'; +$lang['bindpw'] = 'كلمة مرور المستخدم أعلاه'; |