중국어 번역본 적용. by eiken님

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1909 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-12 08:23:33 +00:00
parent fc2bb871de
commit 1cf673838a
24 changed files with 644 additions and 0 deletions

View file

@ -1,8 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<component version="0.1">
<title xml:lang="ko">인용구 작성</title>
<title xml:lang="zh-CN">引用文</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<name xml:lang="zh-CN">zero</name>
<description xml:lang="ko">특정 범위를 인용문으로 꾸밀 수 있습니다. 외곽선의 종류나 색상, 굵기를 수정할 수 있으며 열기/닫기 기능을 가진 폴더기능을 만들 수 있습니다.</description>
<description xml:lang="zh-CN">把特定范围用引用文布置。可以修改外围线的种类或粗细,可以做打开/关闭的文件夹功能。</description>
</author>
</component>

View file

@ -0,0 +1,40 @@
<?php
/**
* @file /modules/editor/components/emoticon/lang/zh-CN.lang.php
* @author zero <zero@nzeo.com>
* @brief 所见即所得编辑器(editor) 模块 > 引用文 (quotation) 组件语言包
**/
$lang->quotation_use_folder = "使用折叠功能";
$lang->quotation_opener = "打开按钮名称";
$lang->quotation_closer = "关闭按钮名称";
$lang->quotation_padding = "内测边距";
$lang->quotation_margin = "外侧边距";
$lang->quotation_border_color = "边框颜色";
$lang->quotation_border_thickness = "边框粗细";
$lang->folder_text_bold = "粗体表示";
$lang->about_folder_text_bold = "选择将链接的字体表示为粗体";
$lang->folder_text_color = "链接颜色";
$lang->folder_text_color_blue = "蓝色";
$lang->folder_text_color_red = "红色";
$lang->folder_text_color_yellow = "黄色";
$lang->folder_text_color_green = "绿色";
$lang->quotation_border_style = "边框种类";
$lang->quotation_border_style_list = array(
"",
"实线",
"点线",
"左侧实线",
"右侧实线",
);
$lang->quotation_bg_color = "背景颜色";
$lang->quotation_opener = "打开链接名称";
$lang->quotation_opener = "关闭链接名称";
$lang->quotation_cmd_opener = "更多...";
$lang->quotation_cmd_closer = "关闭";
?>