diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-22 00:02:16 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-22 00:02:16 +0100 |
commit | 3a5f5e127c4fa151a227b9927f037925a6c9a17f (patch) | |
tree | a91fc63c26a14493f5a84d02d8b26f79347ca232 /lib/l10n/ko.php | |
parent | 495a8da354eb5aee4bda65138b51da7fab74cef2 (diff) | |
download | nextcloud-server-3a5f5e127c4fa151a227b9927f037925a6c9a17f.tar.gz nextcloud-server-3a5f5e127c4fa151a227b9927f037925a6c9a17f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ko.php')
-rw-r--r-- | lib/l10n/ko.php | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/lib/l10n/ko.php b/lib/l10n/ko.php index 8afeb028f89..6f32e3b54ec 100644 --- a/lib/l10n/ko.php +++ b/lib/l10n/ko.php @@ -3,7 +3,32 @@ "Personal" => "개인의", "Settings" => "설정", "Users" => "사용자", +"Apps" => "어플리케이션", +"Admin" => "관리자", +"ZIP download is turned off." => "ZIP 다운로드가 꺼졌습니다.", +"Files need to be downloaded one by one." => "파일 차례대로 다운로드가 필요합니다.", +"Back to Files" => "파일로 돌아가기", +"Selected files too large to generate zip file." => "zip 파일 생성하기 위한 너무 많은 파일들이 선택되었습니다.", +"Application is not enabled" => "응용프로그램이 사용 가능하지 않습니다.", "Authentication error" => "인증 오류", +"Token expired. Please reload page." => "토큰 만료. 페이지를 새로고침 해주세요.", "Files" => "파일", -"Text" => "문자 번호" +"Text" => "문자 번호", +"Images" => "그림", +"seconds ago" => "초 전", +"1 minute ago" => "1분 전", +"%d minutes ago" => "%d 분 전", +"1 hour ago" => "1 시간 전", +"%d hours ago" => "%d 시간 전", +"today" => "오늘", +"yesterday" => "어제", +"%d days ago" => "%d 일 전", +"last month" => "지난 달", +"%d months ago" => "%d 달 전", +"last year" => "지난 해", +"years ago" => "작년", +"%s is available. Get <a href=\"%s\">more information</a>" => "%s은 가능합니다. 더 자세한 정보는 <a href=\"%s\">이곳</a>으로..", +"up to date" => "최신", +"updates check is disabled" => "업데이트 확인이 비활성화 되어있습니다.", +"Could not find category \"%s\"" => "\"%s\" 카테고리를 찾을 수 없습니다." ); |