From 38732ec5357332f18b0535fae82ca04d65d3cb38 Mon Sep 17 00:00:00 2001 From: MinSoo Kim Date: Mon, 25 May 2015 19:26:15 +0900 Subject: [PATCH] =?UTF-8?q?CK=20Editor=20=ED=8C=8C=EC=9D=BC=20=EC=B2=A8?= =?UTF-8?q?=EB=B6=80=20=EB=B6=80=EB=B6=84=20=EB=8B=A4=EA=B5=AD=EC=96=B4=20?= =?UTF-8?q?=EC=A7=80=EC=9B=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CK 에디터 스킨의 파일 첨부 영역 다국어 지원을 추가하는 커밋입니다. --- .../editor/skins/ckeditor/file_upload.html | 14 ++++---- modules/editor/skins/ckeditor/lang/lang.xml | 33 +++++++++++++++++++ 2 files changed, 40 insertions(+), 7 deletions(-) create mode 100644 modules/editor/skins/ckeditor/lang/lang.xml 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