diff --git a/modules/tccommentnotify/lang/en.lang.php b/modules/tccommentnotify/lang/en.lang.php index 117219e7c..39730314d 100644 --- a/modules/tccommentnotify/lang/en.lang.php +++ b/modules/tccommentnotify/lang/en.lang.php @@ -2,4 +2,5 @@ $lang->commentnotify = 'Comment Notifier'; $lang->msg_checked_comment_is_deleted = '%d comment(s) has(have) been deleted'; $lang->cmd_delete_checked_comment = 'Delete Selected Items'; + $lang->site_name = 'Site Name'; ?> diff --git a/modules/tccommentnotify/lang/fr.lang.php b/modules/tccommentnotify/lang/fr.lang.php index 5c994da81..8596c2685 100644 --- a/modules/tccommentnotify/lang/fr.lang.php +++ b/modules/tccommentnotify/lang/fr.lang.php @@ -2,4 +2,5 @@ $lang->commentnotify = 'Annonceur de Commentaire'; $lang->msg_checked_comment_is_deleted = '%d commentaire(s) a(ont) est(sont) supprimé(s)'; $lang->cmd_delete_checked_comment = 'Supprimer les Item choisis'; + $lang->site_name = 'Site Name'; ?> diff --git a/modules/tccommentnotify/lang/jp.lang.php b/modules/tccommentnotify/lang/jp.lang.php index b89b58a29..e13617017 100644 --- a/modules/tccommentnotify/lang/jp.lang.php +++ b/modules/tccommentnotify/lang/jp.lang.php @@ -2,4 +2,5 @@ $lang->commentnotify = 'コメントお知らせアラート'; $lang->msg_checked_comment_is_deleted = '%d個のアラートメッセージが削除されました。'; $lang->cmd_delete_checked_comment = '選択したコメントを削除'; + $lang->site_name = 'Site Name'; ?> diff --git a/modules/tccommentnotify/lang/ko.lang.php b/modules/tccommentnotify/lang/ko.lang.php index 9d4913abe..6ef5727a0 100644 --- a/modules/tccommentnotify/lang/ko.lang.php +++ b/modules/tccommentnotify/lang/ko.lang.php @@ -2,4 +2,5 @@ $lang->commentnotify = '댓글알리미'; $lang->msg_checked_comment_is_deleted = '%d개의 알림글이 삭제되었습니다'; $lang->cmd_delete_checked_comment = '선택삭제'; + $lang->site_name = '사이트명'; ?> diff --git a/modules/tccommentnotify/lang/zh-CN.lang.php b/modules/tccommentnotify/lang/zh-CN.lang.php index 338bd435e..dc1c37c5e 100644 --- a/modules/tccommentnotify/lang/zh-CN.lang.php +++ b/modules/tccommentnotify/lang/zh-CN.lang.php @@ -2,4 +2,5 @@ $lang->commentnotify = '评论通告'; $lang->msg_checked_comment_is_deleted = '已删除%d个通告。'; $lang->cmd_delete_checked_comment = '删除所选'; + $lang->site_name = 'Site Name'; ?> diff --git a/modules/tccommentnotify/lang/zh-TW.lang.php b/modules/tccommentnotify/lang/zh-TW.lang.php index ef6e382d2..b1dfc643c 100644 --- a/modules/tccommentnotify/lang/zh-TW.lang.php +++ b/modules/tccommentnotify/lang/zh-TW.lang.php @@ -2,4 +2,5 @@ $lang->commentnotify = '評論通知'; $lang->msg_checked_comment_is_deleted = '%d 評論被刪除'; $lang->cmd_delete_checked_comment = '刪除所選項目'; + $lang->site_name = 'Site Name'; ?> diff --git a/modules/tccommentnotify/tpl/commentnotify_list.html b/modules/tccommentnotify/tpl/commentnotify_list.html index 399f7a789..c5318380e 100644 --- a/modules/tccommentnotify/tpl/commentnotify_list.html +++ b/modules/tccommentnotify/tpl/commentnotify_list.html @@ -17,11 +17,11 @@
-
등록일자
-
사이트명
-
이름
-
내용
-
삭제
+
{$lang->regdate}
+
{$lang->site_name}
+
{$lang->nick_name}
+
{$lang->content}
+
{$lang->cmd_delete}