diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-03-11 01:59:39 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-03-11 01:59:39 -0400 |
commit | b0ec38e2024846e29d382e2c0cdff2c408ad209f (patch) | |
tree | c4570289ac4321a5f998d5f9b9e4eb3410c65954 /settings/l10n/ko.php | |
parent | 26ec311cff896d7dc84209d155f6a70f3f59cb95 (diff) | |
download | nextcloud-server-b0ec38e2024846e29d382e2c0cdff2c408ad209f.tar.gz nextcloud-server-b0ec38e2024846e29d382e2c0cdff2c408ad209f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/ko.php')
-rw-r--r-- | settings/l10n/ko.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/settings/l10n/ko.php b/settings/l10n/ko.php index 83c92bba0f1..dc8ba370f07 100644 --- a/settings/l10n/ko.php +++ b/settings/l10n/ko.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Encryption" => "암호화", "Unable to load list from App Store" => "앱 스토어에서 목록을 가져올 수 없습니다", "Authentication error" => "인증 오류", "Your full name has been changed." => "전체 이름이 변경되었습니다.", @@ -22,6 +23,7 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "관리자 복구 암호가 잘못되었습니다. 암호를 다시 확인하십시오.", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "백엔드에서 암호 변경을 지원하지 않지만, 사용자의 암호화 키는 갱신되었습니다.", "Unable to change password" => "암호를 변경할 수 없음", +"User Documentation" => "사용자 문서", "Update to {appversion}" => "버전 {appversion}(으)로 업데이트", "Disable" => "사용 안함", "Enable" => "사용함", @@ -35,7 +37,6 @@ $TRANSLATIONS = array( "Updated" => "업데이트됨", "Select a profile picture" => "프로필 사진 선택", "Decrypting files... Please wait, this can take some time." => "파일 복호화 중... 시간이 걸릴 수도 있으니 기다려 주십시오.", -"Saving..." => "저장 중...", "deleted" => "삭제됨", "undo" => "실행 취소", "Unable to remove user" => "사용자를 삭제할 수 없음", @@ -101,7 +102,6 @@ $TRANSLATIONS = array( "Select an App" => "앱 선택", "See application page at apps.owncloud.com" => "apps.owncloud.com에 있는 앱 페이지를 참고하십시오", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-라이선스됨: <span class=\"author\"></span>", -"User Documentation" => "사용자 문서", "Administrator Documentation" => "관리자 문서", "Online Documentation" => "온라인 문서", "Forum" => "포럼", @@ -119,20 +119,17 @@ $TRANSLATIONS = array( "Full Name" => "전체 이름", "Email" => "이메일", "Your email address" => "이메일 주소", -"Fill in an email address to enable password recovery" => "암호 찾기 기능을 사용하려면 이메일 주소를 입력하십시오", "Profile picture" => "프로필 사진", "Upload new" => "새로 업로드", "Select new from Files" => "파일에서 선택", "Remove image" => "그림 삭제", "Either png or jpg. Ideally square but you will be able to crop it." => "png나 jpg를 사용하십시오. 정사각형 형태가 가장 좋지만 잘라낼 수 있습니다.", "Your avatar is provided by your original account." => "원본 계정의 아바타를 사용합니다.", -"Abort" => "중지", "Choose as profile image" => "프로필 이미지로 사용", "Language" => "언어", "Help translate" => "번역 돕기", "WebDAV" => "WebDAV", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" => "WebDAV로 파일에 접근하려면 <a href=\"%s\" target=\"_blank\">이 주소를 사용하십시오</a>", -"Encryption" => "암호화", "The encryption app is no longer enabled, please decrypt all your files" => "암호화 앱이 비활성화되었습니다. 모든 파일을 복호화해야 합니다.", "Log-in password" => "로그인 암호", "Decrypt all Files" => "모든 파일 복호화", |