2013-08-09 16:06:31 +04:00
< ? php
$TRANSLATIONS = array (
2013-02-02 03:08:15 +04:00
" Deletion failed " => " 삭제 실패 " ,
2013-02-12 03:21:45 +04:00
" Keep settings? " => " 설정을 유지합니까? " ,
2013-05-18 04:03:28 +04:00
" Error " => " 오류 " ,
2013-02-12 03:21:45 +04:00
" Connection test succeeded " => " 연결 시험 성공 " ,
" Connection test failed " => " 연결 시험 실패 " ,
2013-01-31 20:05:21 +04:00
" <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 모듈이 비활성화되어 있거나 설치되어 있지 않습니다. 백엔드를 사용할 수 없습니다. 시스템 관리자에게 설치를 요청하십시오. " ,
2012-11-22 03:02:16 +04:00
" Host " => " 호스트 " ,
2012-12-10 03:12:32 +04:00
" You can omit the protocol, except you require SSL. Then start with ldaps:// " => " SSL을 사용하는 경우가 아니라면 프로토콜을 입력하지 않아도 됩니다. SSL을 사용하려면 ldaps://를 입력하십시오. " ,
2012-11-22 03:02:16 +04:00
" Base DN " => " 기본 DN " ,
2013-01-31 20:05:21 +04:00
" One Base DN per line " => " 기본 DN을 한 줄에 하나씩 입력하십시오 " ,
2012-12-10 03:12:32 +04:00
" You can specify Base DN for users and groups in the Advanced tab " => " 고급 탭에서 사용자 및 그룹에 대한 기본 DN을 지정할 수 있습니다. " ,
2012-11-22 03:02:16 +04:00
" User DN " => " 사용자 DN " ,
2012-12-10 03:12:32 +04:00
" The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty. " => " 바인딩 작업을 수행할 클라이언트 사용자 DN입니다. 예를 들어서 uid=agent,dc=example,dc=com입니다. 익명 접근을 허용하려면 DN과 암호를 비워 두십시오. " ,
" Password " => " 암호 " ,
" For anonymous access, leave DN and Password empty. " => " 익명 접근을 허용하려면 DN과 암호를 비워 두십시오. " ,
2012-11-22 03:02:16 +04:00
" User Login Filter " => " 사용자 로그인 필터 " ,
" User List Filter " => " 사용자 목록 필터 " ,
" Group Filter " => " 그룹 필터 " ,
2013-02-12 03:21:45 +04:00
" Connection Settings " => " 연결 설정 " ,
" Configuration Active " => " 구성 활성화 " ,
2012-11-22 03:02:16 +04:00
" Port " => " 포트 " ,
2013-02-12 03:21:45 +04:00
" Backup (Replica) Host " => " 백업 (복제) 포트 " ,
" Backup (Replica) Port " => " 백업 (복제) 포트 " ,
" Disable Main Server " => " 주 서버 비활성화 " ,
2012-11-22 03:02:16 +04:00
" Use TLS " => " TLS 사용 " ,
2012-12-10 03:12:32 +04:00
" Case insensitve LDAP server (Windows) " => " 서버에서 대소문자를 구분하지 않음 (Windows) " ,
2012-11-22 03:02:16 +04:00
" Turn off SSL certificate validation. " => " SSL 인증서 유효성 검사를 해제합니다. " ,
2013-02-03 03:06:15 +04:00
" in seconds. A change empties the cache. " => " 초. 항목 변경 시 캐시가 갱신됩니다. " ,
2013-02-12 03:21:45 +04:00
" Directory Settings " => " 디렉토리 설정 " ,
2012-12-10 03:12:32 +04:00
" User Display Name Field " => " 사용자의 표시 이름 필드 " ,
2013-02-03 03:06:15 +04:00
" Base User Tree " => " 기본 사용자 트리 " ,
" One User Base DN per line " => " 사용자 DN을 한 줄에 하나씩 입력하십시오 " ,
2013-02-12 03:21:45 +04:00
" User Search Attributes " => " 사용자 검색 속성 " ,
2012-12-10 03:12:32 +04:00
" Group Display Name Field " => " 그룹의 표시 이름 필드 " ,
2013-02-03 03:06:15 +04:00
" Base Group Tree " => " 기본 그룹 트리 " ,
" One Group Base DN per line " => " 그룹 기본 DN을 한 줄에 하나씩 입력하십시오 " ,
2013-02-12 03:21:45 +04:00
" Group Search Attributes " => " 그룹 검색 속성 " ,
2013-02-03 03:06:15 +04:00
" Group-Member association " => " 그룹-회원 연결 " ,
2012-11-22 03:02:16 +04:00
" in bytes " => " 바이트 " ,
2012-12-10 03:12:32 +04:00
" Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute. " => " 사용자 이름을 사용하려면 비워 두십시오(기본값). 기타 경우 LDAP/AD 속성을 지정하십시오. " ,
2012-11-22 03:02:16 +04:00
" Help " => " 도움말 "
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = " nplurals=1; plural=0; " ;