diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-08 00:31:36 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-01-08 00:31:36 +0100 |
commit | b69328e1d1f0888c2541e3f0be27e534f980adb4 (patch) | |
tree | 49e7ef91a55d811395d20c3b4e7677a7aa6e4478 /core/l10n/ko.php | |
parent | 861f32a22b04d7052412f76d4fa22c29916971f8 (diff) | |
download | nextcloud-server-b69328e1d1f0888c2541e3f0be27e534f980adb4.tar.gz nextcloud-server-b69328e1d1f0888c2541e3f0be27e534f980adb4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ko.php')
-rw-r--r-- | core/l10n/ko.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/l10n/ko.php b/core/l10n/ko.php index 3846dff796b..4b7df81fa85 100644 --- a/core/l10n/ko.php +++ b/core/l10n/ko.php @@ -1,4 +1,8 @@ <?php $TRANSLATIONS = array( +"User %s shared a file with you" => "User %s 가 당신과 파일을 공유하였습니다.", +"User %s shared a folder with you" => "User %s 가 당신과 폴더를 공유하였습니다.", +"User %s shared the file \"%s\" with you. It is available for download here: %s" => "User %s 가 파일 \"%s\"를 당신과 공유하였습니다. 다운로드는 여기서 %s 할 수 있습니다.", +"User %s shared the folder \"%s\" with you. It is available for download here: %s" => "User %s 가 폴더 \"%s\"를 당신과 공유하였습니다. 다운로드는 여기서 %s 할 수 있습니다.", "Category type not provided." => "분류 형식이 제공되지 않았습니다.", "No category to add?" => "추가할 분류가 없습니까?", "This category already exists: " => "이 분류는 이미 존재합니다:", @@ -39,6 +43,8 @@ "Share with link" => "URL 링크로 공유", "Password protect" => "암호 보호", "Password" => "암호", +"Email link to person" => "이메일 주소", +"Send" => "전송", "Set expiration date" => "만료 날짜 설정", "Expiration date" => "만료 날짜", "Share via email:" => "이메일로 공유:", @@ -55,6 +61,8 @@ "Password protected" => "암호로 보호됨", "Error unsetting expiration date" => "만료 날짜 해제 오류", "Error setting expiration date" => "만료 날짜 설정 오류", +"Sending ..." => "전송 중...", +"Email sent" => "이메일 발송됨", "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." => "이메일로 암호 재설정 링크를 보냈습니다.", @@ -120,6 +128,7 @@ "You are logged out." => "로그아웃되었습니다.", "prev" => "이전", "next" => "다음", +"Updating ownCloud to version %s, this may take a while." => "ownCloud 를 버젼 %s로 업데이트 하는 중, 시간이 소요됩니다.", "Security Warning!" => "보안 경고!", "Please verify your password. <br/>For security reasons you may be occasionally asked to enter your password again." => "암호를 확인해 주십시오.<br/>보안상의 이유로 종종 암호를 물어볼 것입니다.", "Verify" => "확인" |