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/authad | |
parent | a335e2e438a2b6a96645b1d323175b40baadfd09 (diff) | |
download | rpg-e0ea4d0265aa17eb004a22f57641362e2a82ce7a.tar.gz rpg-e0ea4d0265aa17eb004a22f57641362e2a82ce7a.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authad')
-rw-r--r-- | lib/plugins/authad/lang/ar/settings.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/plugins/authad/lang/ar/settings.php b/lib/plugins/authad/lang/ar/settings.php new file mode 100644 index 000000000..d2a2e2a35 --- /dev/null +++ b/lib/plugins/authad/lang/ar/settings.php @@ -0,0 +1,12 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author alhajr <alhajr300@gmail.com> + */ +$lang['account_suffix'] = 'لاحقة الحساب الخاص بك. على سبيل المثال. <code>@my.domain.org</code>'; +$lang['domain_controllers'] = 'قائمة مفصولة بفواصل من وحدات التحكم بالمجال. على سبيل المثال. <code>srv1.domain.org,srv2.domain.org</code>'; +$lang['admin_password'] = 'كلمة المرور للمستخدم أعلاه.'; +$lang['real_primarygroup'] = 'ينبغي أن تحل المجموعة الأساسية الحقيقية بدلاً من افتراض "Domain Users" (أبطأ).'; +$lang['expirywarn'] = 'عدد الأيام المقدمة لتحذير المستخدم حول كلمة مرور منتهية الصلاحية. (0) للتعطيل.'; |