diff options
author | lainme <lainme993@gmail.com> | 2013-10-22 14:31:02 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2013-10-22 14:31:02 +0200 |
commit | 57b3faf82ad2686f1ecd0678266a38a24fd23736 (patch) | |
tree | 3023ad181e3acaac3c3958d77adfe0c750cbe56a /lib/plugins/authldap | |
parent | 7951a37379700f564a20c882a920086b49c473c8 (diff) | |
download | rpg-57b3faf82ad2686f1ecd0678266a38a24fd23736.tar.gz rpg-57b3faf82ad2686f1ecd0678266a38a24fd23736.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r-- | lib/plugins/authldap/lang/zh/settings.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/zh/settings.php b/lib/plugins/authldap/lang/zh/settings.php index b531c192a..77c2c6952 100644 --- a/lib/plugins/authldap/lang/zh/settings.php +++ b/lib/plugins/authldap/lang/zh/settings.php @@ -20,3 +20,7 @@ $lang['userscope'] = '限制用户搜索的范围'; $lang['groupscope'] = '限制组搜索的范围'; $lang['groupkey'] = '根据任何用户属性得来的组成员(而不是标准的 AD 组),例如根据部门或者电话号码得到的组。'; $lang['debug'] = '有错误时显示额外的调试信息'; +$lang['deref_o_0'] = 'LDAP_DEREF_NEVER'; +$lang['deref_o_1'] = 'LDAP_DEREF_SEARCHING'; +$lang['deref_o_2'] = 'LDAP_DEREF_FINDING'; +$lang['deref_o_3'] = 'LDAP_DEREF_ALWAYS'; |