summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap
diff options
context:
space:
mode:
authorMyeongjin <aranet100@gmail.com>2013-08-19 02:55:58 +0200
committerTranslator of Dokuwiki <translate@dokuwiki.org>2013-08-19 02:55:58 +0200
commita08059e44c9e3e1da368455ccf56a2ad361613b3 (patch)
tree7d0b88f7c85a794d2db42d571b9c20397e2145fc /lib/plugins/authldap
parentc4a14046bb7ef5ba3bb4d7f1ee4d52c27bb3cdec (diff)
downloadrpg-a08059e44c9e3e1da368455ccf56a2ad361613b3.tar.gz
rpg-a08059e44c9e3e1da368455ccf56a2ad361613b3.tar.bz2
translation update
Diffstat (limited to 'lib/plugins/authldap')
-rw-r--r--lib/plugins/authldap/lang/ko/settings.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/plugins/authldap/lang/ko/settings.php b/lib/plugins/authldap/lang/ko/settings.php
index 898b8f37a..5c5341b31 100644
--- a/lib/plugins/authldap/lang/ko/settings.php
+++ b/lib/plugins/authldap/lang/ko/settings.php
@@ -21,7 +21,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)';
+$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';