diff options
author | 이명진 <aranet100@gmail.com> | 2013-03-24 10:30:58 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-03-24 10:30:58 +0100 |
commit | 14bc69e3e1db81c4d329a140cb0e095f0dcf9b5e (patch) | |
tree | faa50d096ce871ad9ff75ff78eb234368e8c4bf7 /lib/plugins/authad | |
parent | e20faad8330af3e6f2edbd6e8dc3f70c05305492 (diff) | |
download | rpg-14bc69e3e1db81c4d329a140cb0e095f0dcf9b5e.tar.gz rpg-14bc69e3e1db81c4d329a140cb0e095f0dcf9b5e.tar.bz2 |
Korean language update
Diffstat (limited to 'lib/plugins/authad')
-rw-r--r-- | lib/plugins/authad/lang/ko/settings.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/plugins/authad/lang/ko/settings.php b/lib/plugins/authad/lang/ko/settings.php new file mode 100644 index 000000000..31071e9a3 --- /dev/null +++ b/lib/plugins/authad/lang/ko/settings.php @@ -0,0 +1,14 @@ +<?php +/** + * Korean language file + * + * @author Myeongjin <aranet100@gmail.com> + */ +$lang['account_suffix'] = '계정 접미어. 예를 들어 <code>@my.domain.org</code>'; +$lang['base_dn'] = '기본 DN. 예를 들어 <code>DC=my,DC=domain,DC=org</code>'; +$lang['domain_controllers'] = '도메인 컨트롤러의 쉼표로 구분한 목록입니다. 예를 들어 <code>srv1.domain.org,srv2.domain.org</code>'; +$lang['ad_password'] = '위 사용자의 비밀번호입니다.'; +$lang['sso'] = 'Kerberos나 NTLM을 통해 Single-Sign-On을 사용해야 합니까?'; +$lang['use_ssl'] = 'SSL 연결을 사용합니까? 사용한다면 아래 TLS을 활성화하지 마세요.'; +$lang['use_tls'] = 'TLS 연결을 사용합니까? 사용한다면 위 SSL을 활성화하지 마세요.'; +$lang['debug'] = '오류에 대한 추가적인 디버그 정보를 보이겠습니까?'; |