diff options
Diffstat (limited to 'apps/user_ldap/l10n/ko.php')
-rw-r--r-- | apps/user_ldap/l10n/ko.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/ko.php b/apps/user_ldap/l10n/ko.php index 1ae63bd4d21..4430045d6e8 100644 --- a/apps/user_ldap/l10n/ko.php +++ b/apps/user_ldap/l10n/ko.php @@ -30,6 +30,7 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("사용자 %s명 찾음"), "Invalid Host" => "잘못된 호스트", "Could not find the desired feature" => "필요한 기능을 찾을 수 없음", +"Group Filter" => "그룹 필터", "Save" => "저장", "Test Configuration" => "설정 시험", "Help" => "도움말", @@ -57,6 +58,7 @@ $TRANSLATIONS = array( "users found" => "사용자 찾음", "Back" => "뒤로", "Continue" => "계속", +"Advanced" => "고급", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>경고:</b> user_ldap, user_webdavauth 앱은 서로 호환되지 않습니다. 예상하지 못한 행동을 할 수도 있습니다. 시스템 관리자에게 연락하여 둘 중 하나의 앱의 사용을 중단하십시오.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>경고:</b> PHP LDAP 모듈이 비활성화되어 있거나 설치되어 있지 않습니다. 백엔드를 사용할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오.", "Connection Settings" => "연결 설정", |