diff options
author | Andreas Gohr <andi@splitbrain.org> | 2015-07-13 11:10:53 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2015-07-13 11:10:53 +0200 |
commit | c580170591e06eaeef9eba8be38db4cae4545956 (patch) | |
tree | 97b5001dc8eb8b56cb042e9fffec52c2c93c0f48 /lib/plugins/authldap/lang/zh | |
parent | 0bea8ac7882416cdf7ebff130bc724bf7bc94191 (diff) | |
parent | 70519db93fdd6d635397c1354a33f2b1071e2d13 (diff) | |
download | rpg-c580170591e06eaeef9eba8be38db4cae4545956.tar.gz rpg-c580170591e06eaeef9eba8be38db4cae4545956.tar.bz2 |
Merge pull request #1232 from splitbrain/translation-fixes
Translation fixes
Diffstat (limited to 'lib/plugins/authldap/lang/zh')
-rw-r--r-- | lib/plugins/authldap/lang/zh/settings.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/plugins/authldap/lang/zh/settings.php b/lib/plugins/authldap/lang/zh/settings.php index 4f4a0a8b8..11cba4f55 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> @@ -11,8 +11,8 @@ $lang['server'] = '您的 LDAP 服务器。填写主机名 (<code $lang['port'] = 'LDAP 服务器端口 (如果上面没有给出完整的 URL)'; $lang['usertree'] = '何处查找用户账户。例如 <code>ou=People, dc=server, dc=tld</code>'; $lang['grouptree'] = '何处查找用户组。例如 <code>ou=Group, dc=server, dc=tld</code>'; -$lang['userfilter'] = '用于搜索用户账户的 LDAP 筛选器。例如 <code>(&(uid=%{user})(objectClass=posixAccount))</code>'; -$lang['groupfilter'] = '用于搜索组的 LDAP 筛选器。例如 <code>(&(objectClass=posixGroup)(|(gidNumber=%{gid})(memberUID=%{user})))</code>'; +$lang['userfilter'] = '用于搜索用户账户的 LDAP 筛选器。例如 <code>(&(uid=%{user})(objectClass=posixAccount))</code>'; +$lang['groupfilter'] = '用于搜索组的 LDAP 筛选器。例如 <code>(&(objectClass=posixGroup)(|(gidNumber=%{gid})(memberUID=%{user})))</code>'; $lang['version'] = '使用的协议版本。您或许需要设置为 <code>3</code>'; $lang['starttls'] = '使用 TLS 连接?'; $lang['referrals'] = '是否允许引用 (referrals)?'; |