diff --git a/modules/editor/skins/ckeditor/file_upload.html b/modules/editor/skins/ckeditor/file_upload.html index 59c28b638..eee60bc85 100644 --- a/modules/editor/skins/ckeditor/file_upload.html +++ b/modules/editor/skins/ckeditor/file_upload.html @@ -1,11 +1,11 @@ - +
-

여기에 파일을 끌어 놓거나 파일 첨부를 클릭하세요

+

{$lang->ckeditor_about_file_drop_area}

@@ -14,21 +14,21 @@
-

파일 크기 제한 : 0MB (허용 확장자 : *.*)

+

{$lang->allowed_filesize} : 0MB ({$lang->allowed_filetypes} : *.*)

- +
- 0개 첨부 됨 ( / ) + {$lang->ckeditor_file_count} ( / )
- - + +
diff --git a/modules/editor/skins/ckeditor/lang/lang.xml b/modules/editor/skins/ckeditor/lang/lang.xml new file mode 100644 index 000000000..f1c718a89 --- /dev/null +++ b/modules/editor/skins/ckeditor/lang/lang.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + 0개 첨부 됨]]> + 0 file(s) attached]]> + 0 file(s) attached]]> + 0 file(s) attached]]> + 0 file(s) attached]]> + 0 file(s) attached]]> + 0 file(s) attached]]> + 0 file(s) attached]]> + + \ No newline at end of file