summaryrefslogtreecommitdiff
path: root/lib/plugins/authad
diff options
context:
space:
mode:
authorlainme <lainme993@gmail.com>2013-02-24 10:37:45 +0100
committerChristopher Smith <chris@jalakai.co.uk>2013-02-24 12:39:03 +0000
commit3fe280371c5b3e2f435f374dfffc58114ce85093 (patch)
treee6d00082b16caf3932d38aeef4d0cedda35fbbb0 /lib/plugins/authad
parenta4655683f1e9b4bf77a25334cd447b4b50e1c151 (diff)
downloadrpg-3fe280371c5b3e2f435f374dfffc58114ce85093.tar.gz
rpg-3fe280371c5b3e2f435f374dfffc58114ce85093.tar.bz2
Simplified Chinese language update
Diffstat (limited to 'lib/plugins/authad')
-rw-r--r--lib/plugins/authad/lang/zh/settings.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/plugins/authad/lang/zh/settings.php b/lib/plugins/authad/lang/zh/settings.php
new file mode 100644
index 000000000..9fd3c4e35
--- /dev/null
+++ b/lib/plugins/authad/lang/zh/settings.php
@@ -0,0 +1,18 @@
+<?php
+/**
+ * Chinese language file
+ *
+ * @author lainme <lainme993@gmail.com>
+ */
+$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'] = '一个活动目录的特权用户,可以查看其他所有用户的数据。可选,但对某些活动例如发送订阅邮件是必须的。';
+$lang['ad_password'] = '上述用户的密码。';
+$lang['sso'] = '是否使用经由 Kerberos 和 NTLM 的 Single-Sign-On?';
+$lang['real_primarygroup'] = ' 是否解析真实的主要组,而不是假设为“域用户” (较慢)';
+$lang['use_ssl'] = '使用 SSL 连接?如果是,不要激活下面的 TLS。';
+$lang['use_tls'] = '使用 TLS 连接?如果是 ,不要激活上面的 SSL。';
+$lang['debug'] = '有错误时显示额外的调试信息?';
+$lang['expirywarn'] = '提前多少天警告用户密码即将到期。0 则禁用。';
+$lang['additional'] = '需要从用户数据中获取的额外 AD 属性的列表,以逗号分隔。用于某些插件。';