diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-02 17:28:29 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-02 17:28:29 -0500 |
commit | 83ec234f530b152b7110b287c216bc0a2b6d1042 (patch) | |
tree | f818beb620523572fb895cea035ea86d11a44986 /core/l10n/ko.php | |
parent | 9d100b5f94d15ab1b78bc9d8ab02de0fab33e6d3 (diff) | |
download | nextcloud-server-83ec234f530b152b7110b287c216bc0a2b6d1042.tar.gz nextcloud-server-83ec234f530b152b7110b287c216bc0a2b6d1042.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ko.php')
-rw-r--r-- | core/l10n/ko.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/l10n/ko.php b/core/l10n/ko.php index 280cd744edf..551992cc78b 100644 --- a/core/l10n/ko.php +++ b/core/l10n/ko.php @@ -1,5 +1,13 @@ <?php $TRANSLATIONS = array( +"Turned on maintenance mode" => "유지보수 모드 켜기", +"Turned off maintenance mode" => "유지보수 모드 끄기", +"Updated database" => "데이터베이스 업데이트 됨", +"Updating filecache, this may take really long..." => "파일 캐시 업데이트중, 시간이 약간 걸릴수 있습니다...", +"Updated filecache" => "파일캐시 업데이트 됨", +"... %d%% done ..." => "... %d%% 완료됨 ...", +"Unknown filetype" => "알려지지 않은 파일형식", +"Invalid image" => "잘못된 이미지", "Sunday" => "일요일", "Monday" => "월요일", "Tuesday" => "화요일", @@ -73,6 +81,7 @@ $TRANSLATIONS = array( "The object type is not specified." => "객체 유형이 지정되지 않았습니다.", "Delete" => "삭제", "Add" => "추가", +"Please reload the page." => "페이지를 새로고침 해주세요", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "업데이트가 실패하였습니다. 이 문제를 <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud 커뮤니티</a>에 보고해 주십시오.", "The update was successful. Redirecting you to ownCloud now." => "업데이트가 성공하였습니다. ownCloud로 돌아갑니다.", "Use the following link to reset your password: {link}" => "다음 링크를 사용하여 암호를 재설정할 수 있습니다: {link}", @@ -89,6 +98,7 @@ $TRANSLATIONS = array( "Apps" => "앱", "Admin" => "관리자", "Help" => "도움말", +"Tag already exists" => "태그가 이미 존재합니다", "Access forbidden" => "접근 금지됨", "Cloud not found" => "클라우드를 찾을 수 없습니다", "Security Warning" => "보안 경고", |