diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-09 12:41:01 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-09 12:41:01 +0200 |
commit | 588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f (patch) | |
tree | e4cc00ab89fd11d0a3b199fef741431499fd33d3 /apps/files/l10n/ko.php | |
parent | 000d7ba97535f470f30be44e02140401b24b43e2 (diff) | |
download | nextcloud-server-588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f.tar.gz nextcloud-server-588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f.zip |
update translations
Diffstat (limited to 'apps/files/l10n/ko.php')
-rw-r--r-- | apps/files/l10n/ko.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/apps/files/l10n/ko.php b/apps/files/l10n/ko.php new file mode 100644 index 00000000000..1e2867b4f22 --- /dev/null +++ b/apps/files/l10n/ko.php @@ -0,0 +1,22 @@ +<?php $TRANSLATIONS = array( +"There is no error, the file uploaded with success" => "업로드에 성공하였습니다.", +"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "업로드한 파일이 php.ini에서 지정한 upload_max_filesize보다 더 큼", +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "업로드한 파일이 HTML 문서에 지정한 MAX_FILE_SIZE보다 더 큼", +"The uploaded file was only partially uploaded" => "파일이 부분적으로 업로드됨", +"No file was uploaded" => "업로드된 파일 없음", +"Missing a temporary folder" => "임시 폴더가 사라짐", +"Files" => "파일", +"Maximum upload size" => "최대 업로드 크기", +"New" => "새로 만들기", +"Text file" => "텍스트 파일", +"Folder" => "폴더", +"Upload" => "업로드", +"Nothing in here. Upload something!" => "내용이 없습니다. 업로드할 수 있습니다!", +"Name" => "이름", +"Download" => "다운로드", +"Size" => "크기", +"Modified" => "수정됨", +"Delete" => "삭제", +"Upload too large" => "업로드 용량 초과", +"The files you are trying to upload exceed the maximum size for file uploads on this server." => "이 파일이 서버에서 허용하는 최대 업로드 가능 용량보다 큽니다." +); |