diff options
author | Danny Lin <danny0838@gmail.com> | 2013-11-11 09:26:50 +0800 |
---|---|---|
committer | Danny Lin <danny0838@gmail.com> | 2013-11-11 11:08:31 +0800 |
commit | fb4828803b474f9729dcc8e9920b19b7bc533a54 (patch) | |
tree | 6de6cf66559571064bd8297a2992efd3ee179eec /lib/plugins/authldap | |
parent | b4304655d0b09ba0a958b9cf56f1bf699cf05b84 (diff) | |
download | rpg-fb4828803b474f9729dcc8e9920b19b7bc533a54.tar.gz rpg-fb4828803b474f9729dcc8e9920b19b7bc533a54.tar.bz2 |
Update zh-tw translation
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r-- | lib/plugins/authldap/lang/zh-tw/settings.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/plugins/authldap/lang/zh-tw/settings.php b/lib/plugins/authldap/lang/zh-tw/settings.php index d2513eeff..7e35ef632 100644 --- a/lib/plugins/authldap/lang/zh-tw/settings.php +++ b/lib/plugins/authldap/lang/zh-tw/settings.php @@ -1,5 +1,4 @@ <?php - /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @@ -20,3 +19,8 @@ $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'; |