rhymix/modules/editor/tpl/lang/zh-CN.lang.php
2007-07-26 12:23:18 +00:00

62 lines
2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @file modules/editor/tpl/lang/zh-CN.lang.php
* @author zero <zero@nzeo.com>
* @brief 简体中文语言包 (只收录基本内容)
**/
$lang->edit->fontname = '字体';
$lang->edit->fontsize = '大小';
$lang->edit->use_paragraph = '段落功能';
$lang->edit->fontlist = array(
"仿宋_GB2312",
"黑体",
"楷体_GB2312",
"宋体",
"times",
"Courier",
"Tahoma",
"Arial",
);
$lang->edit->header = "样式";
$lang->edit->header_list = array(
"h1" => "标题 1",
"h2" => "标题 2",
"h3" => "标题 3",
"h4" => "标题 4",
"h5" => "标题 5",
"h6" => "标题 6",
);
$lang->edit->submit = '确认';
$lang->edit->help_fontcolor = "文本颜色";
$lang->edit->help_fontbgcolor = "背景颜色";
$lang->edit->help_bold = "粗体";
$lang->edit->help_italic = "斜体";
$lang->edit->help_underline = "下划线";
$lang->edit->help_strike = "取消线";
$lang->edit->help_redo = "重新操作";
$lang->edit->help_undo = "返回操作";
$lang->edit->help_align_left = "左对齐";
$lang->edit->help_align_center = "居中对齐";
$lang->edit->help_align_right = "右对齐";
$lang->edit->help_add_indent = "缩进";
$lang->edit->help_remove_indent = "清除缩进";
$lang->edit->help_list_number = "有序列表";
$lang->edit->help_list_bullet = "无序列表";
$lang->edit->help_use_paragrapth = "分段请按 ctrl回车 (发表主题快捷键altS)";
$lang->edit->upload = '上传';
$lang->edit->upload_file = '上传附件';
$lang->edit->link_file = '加到内容';
$lang->edit->delete_selected = '删除所选';
$lang->edit->icon_align_article = '占一个段落';
$lang->edit->icon_align_left = '文本左侧';
$lang->edit->icon_align_middle = '居中对齐';
$lang->edit->icon_align_right = '文本右侧';
$lang->about_dblclick_in_editor = '双击背景, 文本, 图片, 引用即可对其相关组件进行详细设置。';
?>