summaryrefslogtreecommitdiff
path: root/lib/plugins/authad/lang/zh-tw
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-04-19 10:25:36 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-04-19 10:25:36 +0200
commit3002d731a466d09ce747cfbbe930444ee584f118 (patch)
treeccf8a8e513728beaacf7284209926ef8ddf42fa0 /lib/plugins/authad/lang/zh-tw
parent2faa7d780acade6c3403a21c65d238e57a031ede (diff)
downloadrpg-3002d731a466d09ce747cfbbe930444ee584f118.tar.gz
rpg-3002d731a466d09ce747cfbbe930444ee584f118.tar.bz2
adjusted authad language files for config option change
Diffstat (limited to 'lib/plugins/authad/lang/zh-tw')
-rw-r--r--lib/plugins/authad/lang/zh-tw/settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/authad/lang/zh-tw/settings.php b/lib/plugins/authad/lang/zh-tw/settings.php
index e38a2c007..c46e5f96f 100644
--- a/lib/plugins/authad/lang/zh-tw/settings.php
+++ b/lib/plugins/authad/lang/zh-tw/settings.php
@@ -7,8 +7,8 @@
$lang['account_suffix'] = '您的帳號後綴。如: <code>@my.domain.org</code>';
$lang['base_dn'] = '您的基本識別名。如: <code>DC=my,DC=domain,DC=org</code>';
$lang['domain_controllers'] = '以逗號分隔的域名控制器列表。如: <code>srv1.domain.org,srv2.domain.org</code>';
-$lang['ad_username'] = 'Active Directory 的特權使用者,可以查看所有使用者的數據。(非必要,但對發送訂閱郵件等活動來說,這是必須的。)';
-$lang['ad_password'] = '上述使用者的密碼。';
+$lang['admin_username'] = 'Active Directory 的特權使用者,可以查看所有使用者的數據。(非必要,但對發送訂閱郵件等活動來說,這是必須的。)';
+$lang['admin_password'] = '上述使用者的密碼。';
$lang['sso'] = '是否使用 Kerberos 或 NTLM 的單一登入系統 (Single-Sign-On)?';
$lang['real_primarygroup'] = '是否視作真正的主要群組,而不是假設為網域使用者 (比較慢)';
$lang['use_ssl'] = '使用 SSL 連接嗎?如果要使用,請不要啟用下方的 TLS。';