summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/lang/zh/settings.php
diff options
context:
space:
mode:
authorErrol <errol@hotmail.com>2015-07-08 11:56:08 +0200
committerTranslator of Dokuwiki <translate@dokuwiki.org>2015-07-08 11:56:08 +0200
commitd750427ebf95dc91ec90b5c812180739317cd094 (patch)
treef74b745ae779d858763514901768a4e77d9f0c86 /lib/plugins/authldap/lang/zh/settings.php
parent7a74ecb60287c5299183f3440821bca16f411390 (diff)
downloadrpg-d750427ebf95dc91ec90b5c812180739317cd094.tar.gz
rpg-d750427ebf95dc91ec90b5c812180739317cd094.tar.bz2
translation update
Diffstat (limited to 'lib/plugins/authldap/lang/zh/settings.php')
-rw-r--r--lib/plugins/authldap/lang/zh/settings.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/zh/settings.php b/lib/plugins/authldap/lang/zh/settings.php
index d4ea5c615..4f4a0a8b8 100644
--- a/lib/plugins/authldap/lang/zh/settings.php
+++ b/lib/plugins/authldap/lang/zh/settings.php
@@ -5,6 +5,7 @@
*
* @author lainme <lainme993@gmail.com>
* @author oott123 <ip.192.168.1.1@qq.com>
+ * @author Errol <errol@hotmail.com>
*/
$lang['server'] = '您的 LDAP 服务器。填写主机名 (<code>localhost</code>) 或者完整的 URL (<code>ldap://server.tld:389</code>)';
$lang['port'] = 'LDAP 服务器端口 (如果上面没有给出完整的 URL)';
@@ -21,6 +22,7 @@ $lang['bindpw'] = '上述用户的密码';
$lang['userscope'] = '限制用户搜索的范围';
$lang['groupscope'] = '限制组搜索的范围';
$lang['groupkey'] = '根据任何用户属性得来的组成员(而不是标准的 AD 组),例如根据部门或者电话号码得到的组。';
+$lang['modPass'] = ' LDAP密码可以由dokuwiki修改吗?';
$lang['debug'] = '有错误时显示额外的调试信息';
$lang['deref_o_0'] = 'LDAP_DEREF_NEVER';
$lang['deref_o_1'] = 'LDAP_DEREF_SEARCHING';