diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-27 02:32:11 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-27 02:32:11 -0400 |
commit | 119ecc6f34a063e7265bf721c0ee04bb9bdb25b3 (patch) | |
tree | 384418bcae2d75e4ff89f11d8e54ce3729e76d41 /settings/l10n/ko.php | |
parent | 9e9b2afe50be1fdffae92efac1dfce5babae7c34 (diff) | |
download | nextcloud-server-119ecc6f34a063e7265bf721c0ee04bb9bdb25b3.tar.gz nextcloud-server-119ecc6f34a063e7265bf721c0ee04bb9bdb25b3.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/ko.php')
-rw-r--r-- | settings/l10n/ko.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/settings/l10n/ko.php b/settings/l10n/ko.php index 395b8889e45..8795face869 100644 --- a/settings/l10n/ko.php +++ b/settings/l10n/ko.php @@ -16,15 +16,21 @@ $TRANSLATIONS = array( "Unable to add user to group %s" => "그룹 %s에 사용자를 추가할 수 없음", "Unable to remove user from group %s" => "그룹 %s에서 사용자를 삭제할 수 없음", "Couldn't update app." => "앱을 업데이트할 수 없습니다.", +"Wrong password" => "잘못된 비밀번호", +"Unable to change password" => "비밀번호를 변경하실수 없습니다", "Update to {appversion}" => "버전 {appversion}(으)로 업데이트", "Disable" => "비활성화", "Enable" => "사용함", "Please wait...." => "기다려 주십시오....", +"Error while disabling app" => "앱을 사용중지하는 도중 에러발생", +"Error while enabling app" => "앱을 사용토록 하는 중에 에러발생", "Updating...." => "업데이트 중....", "Error while updating app" => "앱을 업데이트하는 중 오류 발생", "Error" => "오류", "Update" => "업데이트", "Updated" => "업데이트됨", +"Select a profile picture" => "프로필 사진 선택", +"Decrypting files... Please wait, this can take some time." => "파일 해독중... 잠시만 기다려주세요, 시간이 걸릴수 있습니다.", "Saving..." => "저장 중...", "deleted" => "삭제됨", "undo" => "실행 취소", @@ -51,10 +57,13 @@ $TRANSLATIONS = array( "Allow apps to use the Share API" => "앱에서 공유 API를 사용할 수 있도록 허용", "Allow links" => "링크 허용", "Allow users to share items to the public with links" => "사용자가 개별 항목의 링크를 공유할 수 있도록 허용", +"Allow public uploads" => "퍼블릭 업로드 허용", "Allow resharing" => "재공유 허용", "Allow users to share items shared with them again" => "사용자에게 공유된 항목을 다시 공유할 수 있도록 허용", "Allow users to share with anyone" => "누구나와 공유할 수 있도록 허용", "Allow users to only share with users in their groups" => "사용자가 속해 있는 그룹의 사용자와만 공유할 수 있도록 허용", +"Allow mail notification" => "메일 알림을 허용", +"Allow user to send mail notification for shared files" => "사용자에게 공유 파일에 대한 메일 알림을 허용합니다", "Security" => "보안", "Enforce HTTPS" => "HTTPS 강제 사용", "Log" => "로그", @@ -88,11 +97,17 @@ $TRANSLATIONS = array( "Your email address" => "이메일 주소", "Fill in an email address to enable password recovery" => "암호 찾기 기능을 사용하려면 이메일 주소를 입력하십시오", "Profile picture" => "프로필 사진", +"Upload new" => "새로이 업로드하기", +"Select new from Files" => "파일에서 선택", +"Remove image" => "그림 삭제", "Abort" => "대하여", +"Choose as profile image" => "프로필 사진을 선택해주세요", "Language" => "언어", "Help translate" => "번역 돕기", "WebDAV" => "WebDAV", "Encryption" => "암호화", +"Log-in password" => "로그인 비밀번호", +"Decrypt all Files" => "모든 파일 해독", "Login Name" => "로그인 이름", "Create" => "만들기", "Admin Recovery Password" => "관리자 복구 암호", |