From 92d7bea7804e983fb00867426b8a3531d1466a91 Mon Sep 17 00:00:00 2001 From: supershop Date: Fri, 27 Jun 2008 11:00:33 +0000 Subject: [PATCH] =?UTF-8?q?=EC=98=81=EC=96=B4=20-=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=EB=B2=88=EC=97=AD=20=EB=B0=8F=20=EA=B8=B0=EC=A1=B4=20=EB=B2=88?= =?UTF-8?q?=EC=97=AD=EB=B3=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4334 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- addons/tccommentnotify/conf/info.xml | 5 +++++ modules/tccommentnotify/conf/info.xml | 3 +++ modules/tccommentnotify/lang/en.lang.php | 5 +++++ 3 files changed, 13 insertions(+) create mode 100644 modules/tccommentnotify/lang/en.lang.php diff --git a/addons/tccommentnotify/conf/info.xml b/addons/tccommentnotify/conf/info.xml index 50e540319..ede120376 100644 --- a/addons/tccommentnotify/conf/info.xml +++ b/addons/tccommentnotify/conf/info.xml @@ -1,10 +1,15 @@ 댓글알리미 애드온 + Comment Notifier Addon haneul + haneul 댓글알리미를 지원하는 애드온입니다. + + + This addon enables Comment Notifier module. diff --git a/modules/tccommentnotify/conf/info.xml b/modules/tccommentnotify/conf/info.xml index 8f2ac3d79..baace56ac 100644 --- a/modules/tccommentnotify/conf/info.xml +++ b/modules/tccommentnotify/conf/info.xml @@ -1,8 +1,11 @@ 댓글알리미 + Comment Notifier haneul + haneul 댓글알리미 모듈입니다. + Comment Notifier will tell you when there's a new comment diff --git a/modules/tccommentnotify/lang/en.lang.php b/modules/tccommentnotify/lang/en.lang.php new file mode 100644 index 000000000..117219e7c --- /dev/null +++ b/modules/tccommentnotify/lang/en.lang.php @@ -0,0 +1,5 @@ +commentnotify = 'Comment Notifier'; + $lang->msg_checked_comment_is_deleted = '%d comment(s) has(have) been deleted'; + $lang->cmd_delete_checked_comment = 'Delete Selected Items'; +?>