diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-10-22 05:34:44 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-10-22 05:34:44 -0700 |
commit | d305bc7eb3852eee783d22481decd171c2ce044c (patch) | |
tree | 1b449fadd8dc3cd90730678b39fa20e859b7aa17 /lib/plugins/authldap | |
parent | ef4fbfeac77d3d278af443232036d2938acc8881 (diff) | |
parent | 57b3faf82ad2686f1ecd0678266a38a24fd23736 (diff) | |
download | rpg-d305bc7eb3852eee783d22481decd171c2ce044c.tar.gz rpg-d305bc7eb3852eee783d22481decd171c2ce044c.tar.bz2 |
Merge pull request #398 from dokuwiki-translate/lang_update_412
Translation update (zh)
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'; |