mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
중국어 번역본 적용. by eiken님
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1909 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fc2bb871de
commit
1cf673838a
24 changed files with 644 additions and 0 deletions
40
modules/editor/components/quotation/lang/zh-CN.lang.php
Normal file
40
modules/editor/components/quotation/lang/zh-CN.lang.php
Normal 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 = "关闭";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue