diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-20 00:02:08 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-20 00:02:08 +0100 |
commit | 568def2b61e45d51d4506ad08723c3e2173481b4 (patch) | |
tree | 2a7a515b0a15b3778c2b0a160c99c7a513a66ecd /core/l10n/ko.php | |
parent | 8fa7d6a48a6d164809def0a5eb2b4f434f9683ce (diff) | |
download | nextcloud-server-568def2b61e45d51d4506ad08723c3e2173481b4.tar.gz nextcloud-server-568def2b61e45d51d4506ad08723c3e2173481b4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ko.php')
-rw-r--r-- | core/l10n/ko.php | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/core/l10n/ko.php b/core/l10n/ko.php index 3f719390afb..7d1de676eef 100644 --- a/core/l10n/ko.php +++ b/core/l10n/ko.php @@ -1,15 +1,37 @@ <?php $TRANSLATIONS = array( +"Category type not provided." => "카테고리 타입이 제공되지 않습니다.", "No category to add?" => "추가할 카테고리가 없습니까?", "This category already exists: " => "이 카테고리는 이미 존재합니다:", +"Object type not provided." => "오브젝트 타입이 제공되지 않습니다.", "No categories selected for deletion." => "삭제 카테고리를 선택하지 않았습니다.", "Settings" => "설정", +"today" => "오늘", +"yesterday" => "어제", +"{days} days ago" => "{days} 일 전", +"Choose" => "선택", "Cancel" => "취소", "No" => "아니오", "Yes" => "예", "Ok" => "승락", "Error" => "에러", +"Error while sharing" => "공유하던 중에 에러발생", +"Error while unsharing" => "공유해제하던 중에 에러발생", +"Error while changing permissions" => "권한변경 중에 에러발생", +"Password protect" => "비밀번호 보호", "Password" => "암호", +"Set expiration date" => "만료일자 설정", +"Expiration date" => "만료일", +"Share via email:" => "via 이메일로 공유", +"No people found" => "발견된 사람 없음", +"Resharing is not allowed" => "재공유는 허용되지 않습니다", +"Unshare" => "공유해제", "create" => "만들기", +"update" => "업데이트", +"delete" => "삭제", +"share" => "공유", +"Password protected" => "패스워드로 보호됨", +"Error unsetting expiration date" => "만료일자 해제 에러", +"Error setting expiration date" => "만료일자 설정 에러", "ownCloud password reset" => "ownCloud 비밀번호 재설정", "Use the following link to reset your password: {link}" => "다음 링크를 사용하여 암호를 초기화할 수 있습니다: {link}", "You will receive a link to reset your password via Email." => "전자 우편으로 암호 재설정 링크를 보냈습니다.", @@ -29,6 +51,8 @@ "Edit categories" => "카테고리 편집", "Add" => "추가", "Security Warning" => "보안 경고", +"No secure random number generator is available, please enable the PHP OpenSSL extension." => "안전한 난수 생성기가 사용가능하지 않습니다. PHP의 OpenSSL 확장을 설정해주세요.", +"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "안전한 난수 생성기없이는 공격자가 귀하의 계정을 통해 비밀번호 재설정 토큰을 예측하여 얻을수 있습니다.", "Create an <strong>admin account</strong>" => "<strong>관리자 계정</strong>을 만드십시오", "Advanced" => "고급", "Data folder" => "자료 폴더", @@ -37,6 +61,7 @@ "Database user" => "데이터베이스 사용자", "Database password" => "데이터베이스 암호", "Database name" => "데이터베이스 이름", +"Database tablespace" => "데이터베이스 테이블공간", "Database host" => "데이터베이스 호스트", "Finish setup" => "설치 완료", "Sunday" => "일요일", @@ -60,10 +85,16 @@ "December" => "12월", "web services under your control" => "내가 관리하는 웹 서비스", "Log out" => "로그아웃", +"Automatic logon rejected!" => "자동 로그인이 거절되었습니다!", +"If you did not change your password recently, your account may be compromised!" => "당신의 비밀번호를 최근에 변경하지 않았다면, 당신의 계정은 무단도용 될 수 있습니다.", +"Please change your password to secure your account again." => "당신 계정의 안전을 위해 비밀번호를 변경해 주세요.", "Lost your password?" => "암호를 잊으셨습니까?", "remember" => "기억하기", "Log in" => "로그인", "You are logged out." => "로그아웃 하셨습니다.", "prev" => "이전", -"next" => "다음" +"next" => "다음", +"Security Warning!" => "보안경고!", +"Please verify your password. <br/>For security reasons you may be occasionally asked to enter your password again." => "당신의 비밀번호를 인증해주세요. <br/>보안상의 이유로 당신은 경우에 따라 암호를 다시 입력하라는 메시지가 표시 될 수 있습니다.", +"Verify" => "인증" ); |