중국어 전체파일 수정보완 및 추가번 적용. by guny님

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2037 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-26 12:23:18 +00:00
parent 9bf4756ded
commit 1656f52701
103 changed files with 580 additions and 509 deletions

View file

@ -2,7 +2,7 @@
<component version="0.1">
<title xml:lang="ko">인용구 작성</title>
<title xml:lang="jp">引用文作成</title>
<title xml:lang="zh-CN">引用</title>
<title xml:lang="zh-CN">引用</title>
<title xml:lang="en">Quotations</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
@ -11,7 +11,7 @@
<name xml:lang="en">zero</name>
<description xml:lang="ko">특정 범위를 인용문으로 꾸밀 수 있습니다. 외곽선의 종류나 색상, 굵기를 수정할 수 있으며 열기/닫기 기능을 가진 폴더기능을 만들 수 있습니다.</description>
<description xml:lang="jp">特定範囲を引用文として表示することができます。ボーダーの種類、色、太さを修正することができ、「開く・畳む」の機能も作成できます。</description>
<description xml:lang="zh-CN">把特定范围用引用文布置。可以修改外围线的种类或粗细,可以做打开/关闭的文件夹功能。</description>
<description xml:lang="zh-CN">可以把要发表的主题特定范围用引用布置。可以修改外围线的种类或粗细,还支持展开/折叠功能。</description>
<description xml:lang="en">You can decorate specific range as quotation. The style, color or thickness of outline can be modified and folder system which has open/close function can be made.</description>
</author>
</component>

View file

@ -2,7 +2,7 @@
/**
* @file /modules/editor/components/emoticon/lang/zh-CN.lang.php
* @author zero <zero@nzeo.com>
* @brief 所见即所得编辑器(editor) 模块 > 引用 (quotation) 组件语言包
* @brief 网页编辑器(editor) 模块 > 引用 (quotation) 组件语言包
**/
$lang->quotation_use_folder = "使用折叠功能";
@ -13,8 +13,8 @@
$lang->quotation_border_color = "边框颜色";
$lang->quotation_border_thickness = "边框粗细";
$lang->folder_text_bold = "粗体";
$lang->about_folder_text_bold = "选择将链接的字体表示为粗体";
$lang->folder_text_bold = "粗体";
$lang->about_folder_text_bold = "选择此项将把链接的文本显示为粗体";
$lang->folder_text_color = "链接颜色";
$lang->folder_text_color_blue = "蓝色";