diff options
Diffstat (limited to 'apps/theming/l10n/ko.js')
-rw-r--r-- | apps/theming/l10n/ko.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/theming/l10n/ko.js b/apps/theming/l10n/ko.js index fa872c7c7aa..95927e9da12 100644 --- a/apps/theming/l10n/ko.js +++ b/apps/theming/l10n/ko.js @@ -9,13 +9,10 @@ OC.L10N.register( "The given web address is too long" : "입력한 웹 주소가 너무 김", "The given slogan is too long" : "입력한 슬로건이 너무 김", "The given color is invalid" : "입력한 색상이 잘못됨", - "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를 초과함", "No file was uploaded" : "업로드한 파일 없음", "Missing a temporary folder" : "임시 폴더 없음", - "Failed to write file to disk." : "디스크에 파일을 기록할 수 없습니다.", - "A PHP extension stopped the file upload." : "PHP 확장 기능에서 파일 업로드를 차단했습니다.", "No file uploaded" : "업로드한 파일 없음", "Unsupported image type" : "지원하지 않는 사진 형식", "You are already using a custom theme" : "이미 사용자 정의 테마 사용 중", @@ -34,6 +31,9 @@ OC.L10N.register( "Remove background image" : "배경 그림 삭제", "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "업로드한 로고와 색으로부터 자동으로 파비콘을 생성하려면 PHP Imagemagick 확장 기능 및 SVG 형식 그림 지원을 설치하십시오.", "reset to default" : "기본값으로 초기화", - "The uploaded file was only partially uploaded" : "파일이 일부분만 업로드됨" + "There is no error, the file uploaded with success" : "오류 없음, 파일 업로드 성공", + "The uploaded file was only partially uploaded" : "파일이 일부분만 업로드됨", + "Failed to write file to disk." : "디스크에 파일을 기록할 수 없습니다.", + "A PHP extension stopped the file upload." : "PHP 확장 기능에서 파일 업로드를 차단했습니다." }, "nplurals=1; plural=0;"); |