From e4198480ded9758b4666d6ab0d8b4b4bdf3fca4b Mon Sep 17 00:00:00 2001 From: haojilin Date: Wed, 19 Nov 2008 07:46:44 +0000 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=20=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E7=BF=BB=E8=AF=91?= 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@4899 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/lang/zh-CN.lang.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/editor/lang/zh-CN.lang.php b/modules/editor/lang/zh-CN.lang.php index b7e8d0713..ced2102e2 100644 --- a/modules/editor/lang/zh-CN.lang.php +++ b/modules/editor/lang/zh-CN.lang.php @@ -109,9 +109,9 @@ $lang->about_dblclick_in_editor = '双击背景, 文本, 图片, 引用即可对其相关组件进行详细设置。'; - $lang->edit->rich_editor = '스타일 편집기'; - $lang->edit->html_editor = 'HTML 편집기'; - $lang->edit->extension ='확장 컴포넌트'; - $lang->edit->help = '도움말'; - $lang->edit->help_command = '단축키 안내'; + $lang->edit->rich_editor = '样式编辑器'; + $lang->edit->html_editor = 'HTML 编辑器'; + $lang->edit->extension ='扩展组建'; + $lang->edit->help = '帮助'; + $lang->edit->help_command = '快捷键说明'; ?>