diff options
Diffstat (limited to 'core/l10n/ko.php')
-rw-r--r-- | core/l10n/ko.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/core/l10n/ko.php b/core/l10n/ko.php index 1b66509478b..58c9fb43509 100644 --- a/core/l10n/ko.php +++ b/core/l10n/ko.php @@ -42,6 +42,7 @@ $TRANSLATIONS = array( "_%n month ago_::_%n months ago_" => array("%n달 전 "), "last year" => "작년", "years ago" => "년 전", +"Reset password" => "암호 재설정", "Yes" => "예", "No" => "아니요", "Choose" => "선택", @@ -109,17 +110,12 @@ $TRANSLATIONS = array( "The update was successful. Redirecting you to ownCloud now." => "업데이트가 성공하였습니다. ownCloud로 돌아갑니다.", "%s password reset" => "%s 암호 재설정", "Use the following link to reset your password: {link}" => "다음 링크를 사용하여 암호를 재설정할 수 있습니다: {link}", -"The link to reset your password has been sent to your email.<br>If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator ." => "암호를 초기화 하기 위한 링크가 이메일로 발송되었습니다.<br>만약 수 분 이내에 메일이 도착하지 않은 경우, 스팸 메일함을 확인하십시오.<br>스팸 메일함에도 없다면, 메일 관리자에게 문의하십시오.", -"Request failed!<br>Did you make sure your email/username was right?" => "요청이 실패했습니다!<br>이메일 주소와 사용자 이름을 정확하게 입력하셨습니까?", "You will receive a link to reset your password via Email." => "이메일로 암호 재설정 링크를 보냈습니다.", "Username" => "사용자 이름", "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "저장된 파일은 암호화되어 있습니다. 복구 키를 활성화하지 않았다면 암호를 초기화한 후 데이터를 복구할 수 없습니다. 무엇을 해야 할 지 모르겠으면 진행하기 전에 시스템 관리자에게 연락하십시오. 계속 진행하시겠습니까?", "Yes, I really want to reset my password now" => "예, 지금 내 암호를 재설정합니다", "Reset" => "재설정", -"Your password was reset" => "암호가 재설정되었습니다", -"To login page" => "로그인 화면으로", "New password" => "새 암호", -"Reset password" => "암호 재설정", "Personal" => "개인", "Users" => "사용자", "Apps" => "앱", @@ -164,7 +160,6 @@ $TRANSLATIONS = array( "Please change your password to secure your account again." => "계정의 안전을 위하여 암호를 변경하십시오.", "Server side authentication failed!" => "서버 인증 실패!", "Please contact your administrator." => "관리자에게 문의하십시오.", -"Lost your password?" => "암호를 잊으셨습니까?", "remember" => "기억하기", "Log in" => "로그인", "Alternative Logins" => "대체 로그인", |