diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-05-13 19:59:44 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-05-13 20:00:34 +0200 |
commit | ee0294bbb1770fa74c808158ab2f7899a8304441 (patch) | |
tree | c212c22456dda38d4b59434762d115f03ae87e28 /apps/files/l10n/ko.php | |
parent | 3926e2d4f3d786be64230350db982a695d329d97 (diff) | |
download | nextcloud-server-ee0294bbb1770fa74c808158ab2f7899a8304441.tar.gz nextcloud-server-ee0294bbb1770fa74c808158ab2f7899a8304441.zip |
update translations
Diffstat (limited to 'apps/files/l10n/ko.php')
-rw-r--r-- | apps/files/l10n/ko.php | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/apps/files/l10n/ko.php b/apps/files/l10n/ko.php index 1e2867b4f22..d519df714e9 100644 --- a/apps/files/l10n/ko.php +++ b/apps/files/l10n/ko.php @@ -5,18 +5,31 @@ "The uploaded file was only partially uploaded" => "파일이 부분적으로 업로드됨", "No file was uploaded" => "업로드된 파일 없음", "Missing a temporary folder" => "임시 폴더가 사라짐", +"Failed to write to disk" => "디스크에 쓰지 못했습니다", "Files" => "파일", +"File handling" => "파일 처리", "Maximum upload size" => "최대 업로드 크기", +"max. possible: " => "최대. 가능한:", +"Needed for multi-file and folder downloads." => "멀티 파일 및 폴더 다운로드에 필요.", +"Enable ZIP-download" => "ZIP- 다운로드 허용", +"0 is unlimited" => "0은 무제한 입니다", +"Maximum input size for ZIP files" => "ZIP 파일에 대한 최대 입력 크기", "New" => "새로 만들기", "Text file" => "텍스트 파일", "Folder" => "폴더", +"From url" => "URL 에서", "Upload" => "업로드", +"Cancel upload" => "업로드 취소", "Nothing in here. Upload something!" => "내용이 없습니다. 업로드할 수 있습니다!", "Name" => "이름", +"Share" => "공유", "Download" => "다운로드", "Size" => "크기", "Modified" => "수정됨", +"Delete all" => "모두 삭제", "Delete" => "삭제", "Upload too large" => "업로드 용량 초과", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "이 파일이 서버에서 허용하는 최대 업로드 가능 용량보다 큽니다." +"The files you are trying to upload exceed the maximum size for file uploads on this server." => "이 파일이 서버에서 허용하는 최대 업로드 가능 용량보다 큽니다.", +"Files are being scanned, please wait." => "파일을 검색중입니다, 기다려 주십시오.", +"Current scanning" => "커런트 스캐닝" ); |