diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-07-28 01:55:00 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-07-28 01:55:00 -0400 |
commit | c683b1d3c9573260667c92587189723ab2905719 (patch) | |
tree | 9eb9a8637737eb32848fff66ef42019045a84d79 /apps/user_ldap/l10n/ko.js | |
parent | 6ada1e327661b7ee2a4cf2d49aa6843352d1c31d (diff) | |
download | nextcloud-server-c683b1d3c9573260667c92587189723ab2905719.tar.gz nextcloud-server-c683b1d3c9573260667c92587189723ab2905719.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n/ko.js')
-rw-r--r-- | apps/user_ldap/l10n/ko.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/ko.js b/apps/user_ldap/l10n/ko.js index dab98051611..db5105165eb 100644 --- a/apps/user_ldap/l10n/ko.js +++ b/apps/user_ldap/l10n/ko.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Failed to clear the mappings." : "매핑을 비울 수 없습니다.", "Failed to delete the server configuration" : "서버 설정을 삭제할 수 없습니다.", + "The configuration is invalid: anonymous bind is not allowed." : "설정이 잘못되었습니다: 익명 연결은 허용되지 않습니다.", "The configuration is valid and the connection could be established!" : "설정 정보가 올바르고 연결할 수 있습니다!", "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "설정 정보가 올바르지만 바인딩이 실패하였습니다. 서버 설정과 인증 정보를 확인하십시오.", "The configuration is invalid. Please have a look at the logs for further details." : "설정이 올바르지 않습니다. 자세한 사항은 로그를 참고하십시오.", @@ -11,6 +12,7 @@ OC.L10N.register( "No data specified" : "데이터가 지정되지 않음", " Could not set configuration %s" : " 설정 %s을(를) 지정할 수 없음", "Action does not exist" : "동작이 존재하지 않음", + "The Base DN appears to be wrong" : "기본 DN이 올바르지 않습니다", "Configuration incorrect" : "설정 올바르지 않음", "Configuration incomplete" : "설정 불완전함", "Configuration OK" : "설정 올바름", @@ -29,6 +31,8 @@ OC.L10N.register( "Confirm Deletion" : "삭제 확인", "Mappings cleared successfully!" : "매핑을 삭제하였습니다!", "Error while clearing the mappings." : "매핑을 삭제하는 중 오류가 발생하였습니다.", + "Anonymous bind is not allowed. Please provide a User DN and Password." : "익명 연결은 허용되지 않습니다. 사용자 DN과 암호를 입력하십시오.", + "LDAP Operations error. Anonymous bind might not be allowed." : "LDAP 작업 오류입니다. 익명 연결이 비활성화 되었을 수 있습니다.", "Saving failed. Please make sure the database is in Operation. Reload before continuing." : "저장할 수 없습니다. 데이터베이스 상태를 확인하십시오. 계속하기 전에 새로 고치십시오.", "Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?" : "모드를 전환하면 자동 LDAP 쿼리를 활성화합니다. LDAP 크기에 따라서 시간이 걸릴 수도 있습니다. 모드를 전환하시겠습니까?", "Mode switch" : "모드 전환", @@ -74,6 +78,9 @@ OC.L10N.register( "Verify settings" : "설정 검사", "1. Server" : "1. 서버", "%s. Server:" : "%s. 서버:", + "Add a new and blank configuration" : "새 빈 설정 추가", + "Copy current configuration into new directory binding" : "현재 설정을 새 디렉터리 바인딩으로 복사", + "Delete the current configuration" : "현재 설정 삭제", "Host" : "호스트", "You can omit the protocol, except you require SSL. Then start with ldaps://" : "SSL을 사용하지 않으면 프로토콜을 입력하지 않아도 됩니다. SSL을 사용하려면 ldaps://를 입력하십시오.", "Port" : "포트", |