diff options
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 0ac6ee96491..8738ee1393f 100644 --- a/core/l10n/ko.php +++ b/core/l10n/ko.php @@ -31,6 +31,7 @@ $TRANSLATIONS = array( "Settings" => "설정", "File" => "파일", "Folder" => "폴더", +"Image" => "그림", "Saving..." => "저장 중...", "seconds ago" => "초 전", "_%n minute ago_::_%n minutes ago_" => array("%n분 전 "), @@ -42,7 +43,9 @@ $TRANSLATIONS = array( "_%n month ago_::_%n months ago_" => array("%n달 전 "), "last year" => "작년", "years ago" => "년 전", +"Couldn't send reset email. Please contact your administrator." => "재설정 메일을 보낼수 없습니다. 관리자에게 문의하십시오.", "Reset password" => "암호 재설정", +"Password can not be changed. Please contact your administrator." => "비밀번호를 변경할수 없습니다. 관리자에게 문의하십시오.", "No" => "아니요", "Yes" => "예", "Choose" => "선택", @@ -51,6 +54,8 @@ $TRANSLATIONS = array( "Error loading message template: {error}" => "메시지 템플릿을 불러오는 중 오류 발생: {error}", "_{count} file conflict_::_{count} file conflicts_" => array("파일 {count}개 충돌"), "One file conflict" => "파일 1개 충돌", +"New Files" => "새 파일", +"Already existing files" => "파일이 이미 존재합니다", "Which files do you want to keep?" => "어느 파일을 유지하시겠습니까?", "If you select both versions, the copied file will have a number added to its name." => "두 버전을 모두 선택하면, 파일 이름에 번호가 추가될 것입니다.", "Cancel" => "취소", @@ -115,6 +120,7 @@ $TRANSLATIONS = array( "Yes, I really want to reset my password now" => "예, 지금 내 암호를 재설정합니다", "Reset" => "재설정", "New password" => "새 암호", +"New Password" => "새 암호", "Personal" => "개인", "Users" => "사용자", "Apps" => "앱", @@ -144,6 +150,7 @@ $TRANSLATIONS = array( "Storage & database" => "스토리지 & 데이터베이스", "Data folder" => "데이터 폴더", "Configure the database" => "데이터베이스 설정", +"Only %s is available." => "%s 만 가능합니다.", "Database user" => "데이터베이스 사용자", "Database password" => "데이터베이스 암호", "Database name" => "데이터베이스 이름", @@ -159,6 +166,7 @@ $TRANSLATIONS = array( "Please change your password to secure your account again." => "계정의 안전을 위하여 암호를 변경하십시오.", "Server side authentication failed!" => "서버 인증 실패!", "Please contact your administrator." => "관리자에게 문의하십시오.", +"Forgot your password? Reset it!" => "암호를 잊으셨다구요? 재설정하세요!", "remember" => "기억하기", "Log in" => "로그인", "Alternative Logins" => "대체 로그인", @@ -166,6 +174,7 @@ $TRANSLATIONS = array( "This means only administrators can use the instance." => "현재 시스템 관리자만 인스턴스를 사용할 수 있습니다.", "Contact your system administrator if this message persists or appeared unexpectedly." => "이 메시지가 계속 표시되거나, 예상하지 못하였을 때 표시된다면 시스템 관리자에게 연락하십시오", "Thank you for your patience." => "기다려 주셔서 감사합니다.", +"Start update" => "업데이트 시작", "This ownCloud instance is currently being updated, which may take a while." => "ownCloud 인스턴스가 현재 업데이트 중입니다. 잠시만 기다려 주십시오.", "Please reload this page after a short time to continue using ownCloud." => "잠시 후 페이지를 다시 불러온 다음 ownCloud를 사용해 주십시오." ); |