From 7a1bc53eb98e9dbb4192f92ac8b056292d2aaad4 Mon Sep 17 00:00:00 2001 From: chinaskyking Date: Sat, 3 Nov 2007 05:09:55 +0000 Subject: [PATCH] =?UTF-8?q?=EC=A4=91=EB=AC=B8=20=EC=BD=94=EB=A9=98?= =?UTF-8?q?=ED=8A=B8=20=EB=AA=A8=EB=93=88=20=EB=B2=88=EC=97=AD?= 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@2907 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/comment/lang/zh-CN.lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/comment/lang/zh-CN.lang.php b/modules/comment/lang/zh-CN.lang.php index c3e0da421..a397b3d97 100644 --- a/modules/comment/lang/zh-CN.lang.php +++ b/modules/comment/lang/zh-CN.lang.php @@ -5,9 +5,9 @@ * @brief 评论(comment)模块语言包 **/ - $lang->cmd_comment_do = '이 댓글을..'; + $lang->cmd_comment_do = '把评论..'; - $lang->comment_list = '댓글 목록'; + $lang->comment_list = '评论目录'; $lang->cmd_toggle_checked_comment = '反选'; $lang->cmd_delete_checked_comment = '删除所选';