git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-12 03:59:52 +00:00
commit 8326004cb2
2773 changed files with 91485 additions and 0 deletions

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 = "关闭";
?>