From a588225372d79ff435f08c6e66159f35a412d74e Mon Sep 17 00:00:00 2001 From: guny Date: Wed, 16 Apr 2008 03:58:11 +0000 Subject: [PATCH] =?UTF-8?q?=EC=A4=91=EA=B5=AD=EC=96=B4=20-=20=EB=88=84?= =?UTF-8?q?=EB=9D=BD=EB=90=9C=20=EB=B6=80=EB=B6=84=20=EB=B2=88=EC=97=AD=20?= =?UTF-8?q?(=ED=8A=B8=EB=9E=99=EB=B0=B1)?= 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@4108 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/trackback/lang/zh-CN.lang.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/trackback/lang/zh-CN.lang.php b/modules/trackback/lang/zh-CN.lang.php index ab98514dc..9b305afb8 100644 --- a/modules/trackback/lang/zh-CN.lang.php +++ b/modules/trackback/lang/zh-CN.lang.php @@ -1,6 +1,6 @@ * @brief 引用(trackback) 模块的基本语言包 **/ @@ -10,6 +10,10 @@ $lang->msg_cart_is_null = '请选择要删除的文章'; $lang->msg_checked_trackback_is_deleted = '已删除%d个引用'; + $lang->send_trackback_url = '发送地址'; + $lang->msg_trackback_url_is_invalid = '错误的发送地址!'; + $lang->msg_trackback_send_success = '成功发送引用。'; + $lang->search_target_list = array( 'url' => '对象URL', 'blog_name' => '对象网站名称',