summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-11-22 00:02:16 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-11-22 00:02:16 +0100
commit3a5f5e127c4fa151a227b9927f037925a6c9a17f (patch)
treea91fc63c26a14493f5a84d02d8b26f79347ca232 /apps/user_ldap
parent495a8da354eb5aee4bda65138b51da7fab74cef2 (diff)
downloadnextcloud-server-3a5f5e127c4fa151a227b9927f037925a6c9a17f.tar.gz
nextcloud-server-3a5f5e127c4fa151a227b9927f037925a6c9a17f.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/l10n/ko.php33
1 files changed, 33 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/ko.php b/apps/user_ldap/l10n/ko.php
new file mode 100644
index 00000000000..681365d221f
--- /dev/null
+++ b/apps/user_ldap/l10n/ko.php
@@ -0,0 +1,33 @@
+<?php $TRANSLATIONS = array(
+"Host" => "호스트",
+"You can omit the protocol, except you require SSL. Then start with ldaps://" => "당신은 필요로하는 SSL을 제외하고, 프로토콜을 생략 할 수 있습니다. 다음 시작 주소는 LDAPS://",
+"Base DN" => "기본 DN",
+"You can specify Base DN for users and groups in the Advanced tab" => "당신은 고급 탭에서 사용자 및 그룹에 대한 기본 DN을 지정할 수 있습니다.",
+"User DN" => "사용자 DN",
+"Password" => "비밀번호",
+"For anonymous access, leave DN and Password empty." => "익명의 접속을 위해서는 DN과 비밀번호를 빈상태로 두면 됩니다.",
+"User Login Filter" => "사용자 로그인 필터",
+"Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action." => "로그인을 시도 할 때 적용 할 필터를 정의합니다. %%udi는 로그인 작업의 사용자 이름을 대체합니다.",
+"use %%uid placeholder, e.g. \"uid=%%uid\"" => "use %%uid placeholder, e.g. \"uid=%%uid\"",
+"User List Filter" => "사용자 목록 필터",
+"Defines the filter to apply, when retrieving users." => "사용자를 검색 할 때 적용 할 필터를 정의합니다.",
+"Group Filter" => "그룹 필터",
+"Defines the filter to apply, when retrieving groups." => "그룹을 검색 할 때 적용 할 필터를 정의합니다.",
+"Port" => "포트",
+"Base User Tree" => "기본 사용자 트리",
+"Base Group Tree" => "기본 그룹 트리",
+"Group-Member association" => "그룹 회원 동료",
+"Use TLS" => "TLS 사용",
+"Do not use it for SSL connections, it will fail." => "SSL연결을 사용하지 마세요, 그것은 실패할겁니다.",
+"Case insensitve LDAP server (Windows)" => "insensitve LDAP 서버 (Windows)의 경우",
+"Turn off SSL certificate validation." => "SSL 인증서 유효성 검사를 해제합니다.",
+"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "연결에만 이 옵션을 사용할 경우 당신의 ownCloud 서버에 LDAP 서버의 SSL 인증서를 가져옵니다.",
+"Not recommended, use for testing only." => "추천하지 않음, 테스트로만 사용",
+"User Display Name Field" => "사용자 표시 이름 필드",
+"The LDAP attribute to use to generate the user`s ownCloud name." => "LDAP 속성은 사용자의 ownCloud 이름을 생성하기 위해 사용합니다.",
+"Group Display Name Field" => "그룹 표시 이름 필드",
+"The LDAP attribute to use to generate the groups`s ownCloud name." => "LDAP 속성은 그룹의 ownCloud 이름을 생성하기 위해 사용합니다.",
+"in bytes" => "바이트",
+"Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." => "사용자 이름(기본값)을 비워 둡니다. 그렇지 않으면 LDAP/AD 특성을 지정합니다.",
+"Help" => "도움말"
+);