summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap
diff options
context:
space:
mode:
authorGerrit Uitslag <klapinklapin@gmail.com>2015-08-05 14:04:39 +0200
committerGerrit Uitslag <klapinklapin@gmail.com>2015-08-05 14:04:39 +0200
commit47eaf1b63ba9394b29419448d32a9ba5dad950e1 (patch)
treeff14f3f1f06a32edfd8aed9dfae85363d4df700a /lib/plugins/authldap
parenta4d6db92b30b08c4a684293a033b04ab84232421 (diff)
parent32ba0f96c03b95b9edd0e633b77507db3e290182 (diff)
downloadrpg-47eaf1b63ba9394b29419448d32a9ba5dad950e1.tar.gz
rpg-47eaf1b63ba9394b29419448d32a9ba5dad950e1.tar.bz2
Merge pull request #1289 from dokuwiki-translate/lang_update_807
Translation update (zh)
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r--lib/plugins/authldap/lang/zh/settings.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/plugins/authldap/lang/zh/settings.php b/lib/plugins/authldap/lang/zh/settings.php
index 11cba4f55..7bb63975f 100644
--- a/lib/plugins/authldap/lang/zh/settings.php
+++ b/lib/plugins/authldap/lang/zh/settings.php
@@ -2,7 +2,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
+ *
* @author lainme <lainme993@gmail.com>
* @author oott123 <ip.192.168.1.1@qq.com>
* @author Errol <errol@hotmail.com>
@@ -21,6 +21,7 @@ $lang['binddn'] = '一个可选的绑定用户的 DN (如果匿
$lang['bindpw'] = '上述用户的密码';
$lang['userscope'] = '限制用户搜索的范围';
$lang['groupscope'] = '限制组搜索的范围';
+$lang['userkey'] = '表示用户名的属性;必须和用户过滤器保持一致。';
$lang['groupkey'] = '根据任何用户属性得来的组成员(而不是标准的 AD 组),例如根据部门或者电话号码得到的组。';
$lang['modPass'] = ' LDAP密码可以由dokuwiki修改吗?';
$lang['debug'] = '有错误时显示额外的调试信息';