diff --git a/l10n/ko.js b/l10n/ko.js index 1eb4f78e80..fdc5b4ba61 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -18,8 +18,10 @@ OC.L10N.register( "Missing a temporary folder" : "임시 폴더 없음", "Could not write file to disk" : "디스크에 파일을 쓸 수 없음", "A PHP extension stopped the file upload" : "PHP 확장 기능에서 파일 업로드를 차단함", + "No file uploaded or file size exceeds maximum of %s" : "파일이 업로드 되지 않았거나, 크기가 %s를 초과합니다.", "File is too big" : "파일이 너무 큼", "Invalid file provided" : "잘못된 파일 지정됨", + "Headings" : "제목", "Images" : "이미지", "Office" : "사무실", "Empty" : "비어 있음", @@ -37,6 +39,7 @@ OC.L10N.register( "Submit" : "제출", "Description" : "설명", "No results" : "결과 없음", + "Select file or folder to link to" : "링크할 파일이나 폴더 선택", "Cancel" : "취소", "Close" : "닫기", "Error" : "오류", diff --git a/l10n/ko.json b/l10n/ko.json index 2307b5f221..578d10bd58 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -16,8 +16,10 @@ "Missing a temporary folder" : "임시 폴더 없음", "Could not write file to disk" : "디스크에 파일을 쓸 수 없음", "A PHP extension stopped the file upload" : "PHP 확장 기능에서 파일 업로드를 차단함", + "No file uploaded or file size exceeds maximum of %s" : "파일이 업로드 되지 않았거나, 크기가 %s를 초과합니다.", "File is too big" : "파일이 너무 큼", "Invalid file provided" : "잘못된 파일 지정됨", + "Headings" : "제목", "Images" : "이미지", "Office" : "사무실", "Empty" : "비어 있음", @@ -35,6 +37,7 @@ "Submit" : "제출", "Description" : "설명", "No results" : "결과 없음", + "Select file or folder to link to" : "링크할 파일이나 폴더 선택", "Cancel" : "취소", "Close" : "닫기", "Error" : "오류",