mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
17451666 * 사소한 문자열 수정;
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4855 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cd25fe85f3
commit
5c846f4515
8 changed files with 422 additions and 422 deletions
|
|
@ -5,34 +5,34 @@
|
|||
* @brief 网页编辑器(editor) 模块语言包
|
||||
**/
|
||||
|
||||
$lang->editor = "网页编辑器";
|
||||
$lang->component_name = "组件";
|
||||
$lang->component_version = "版本";
|
||||
$lang->component_author = "作者";
|
||||
$lang->component_link = "链接";
|
||||
$lang->component_date = "编写日期";
|
||||
$lang->editor = '网页编辑器';
|
||||
$lang->component_name = '组件';
|
||||
$lang->component_version = '版本';
|
||||
$lang->component_author = '作者';
|
||||
$lang->component_link = '链接';
|
||||
$lang->component_date = '编写日期';
|
||||
$lang->component_license = '版权';
|
||||
$lang->component_history = "更新日志";
|
||||
$lang->component_description = "说明";
|
||||
$lang->component_extra_vars = "变数设置";
|
||||
$lang->component_grant = "权限设置";
|
||||
$lang->component_history = '更新日志';
|
||||
$lang->component_description = '说明';
|
||||
$lang->component_extra_vars = '变数设置';
|
||||
$lang->component_grant = '权限设置';
|
||||
|
||||
$lang->about_component = "组件简介";
|
||||
$lang->about_component = '组件简介';
|
||||
$lang->about_component_grant = '可以设置除默认组件外的扩展组件使用权限<br />(全部解除时任何用户都可以使用)。';
|
||||
$lang->about_component_mid = "可以指定使用编辑器组件的对象。<br />(全部解除时任何用户都可以使用)。";
|
||||
$lang->about_component_mid = '可以指定使用编辑器组件的对象。<br />(全部解除时任何用户都可以使用)。';
|
||||
|
||||
$lang->msg_component_is_not_founded = '找不到%s 组件说明!';
|
||||
$lang->msg_component_is_inserted = '您选择的组件已插入!';
|
||||
$lang->msg_component_is_first_order = '您选择的组件已到最上端位置!';
|
||||
$lang->msg_component_is_last_order = '您选择的组件已到最下端位置!';
|
||||
$lang->msg_load_saved_doc = "有自动保存的内容, 确定要恢复吗?\n保存内容后,自动保存的文本将会被删除。";
|
||||
$lang->msg_auto_saved = "已自动保存!";
|
||||
$lang->msg_load_saved_doc = '有自动保存的内容, 确定要恢复吗?\n保存内容后,自动保存的文本将会被删除。';
|
||||
$lang->msg_auto_saved = '已自动保存!';
|
||||
|
||||
$lang->cmd_disable = "非激活";
|
||||
$lang->cmd_enable = "激活";
|
||||
$lang->cmd_disable = '非激活';
|
||||
$lang->cmd_enable = '激活';
|
||||
|
||||
$lang->editor_skin = '编辑器皮肤';
|
||||
$lang->upload_file_grant = '文件上传权限';
|
||||
$lang->upload_file_grant = '文件上传权限';
|
||||
$lang->enable_default_component_grant = '默认组件使用权限';
|
||||
$lang->enable_component_grant = '组件使用权限';
|
||||
$lang->enable_html_grant = 'HTML编辑权限';
|
||||
|
|
@ -52,52 +52,52 @@
|
|||
$lang->edit->fontsize = '大小';
|
||||
$lang->edit->use_paragraph = '段落功能';
|
||||
$lang->edit->fontlist = array(
|
||||
"仿宋_GB2312",
|
||||
"黑体",
|
||||
"楷体_GB2312",
|
||||
"宋体",
|
||||
"Arial",
|
||||
"'Arial Black'",
|
||||
"Tahoma",
|
||||
"Verdana",
|
||||
"Sans-serif",
|
||||
"Serif",
|
||||
"Monospace",
|
||||
"Cursive",
|
||||
"Fantasy",
|
||||
'仿宋_GB2312',
|
||||
'黑体',
|
||||
'楷体_GB2312',
|
||||
'宋体',
|
||||
'Arial',
|
||||
'Arial Black',
|
||||
'Tahoma',
|
||||
'Verdana',
|
||||
'Sans-serif',
|
||||
'Serif',
|
||||
'Monospace',
|
||||
'Cursive',
|
||||
'Fantasy',
|
||||
);
|
||||
|
||||
$lang->edit->header = "样式";
|
||||
$lang->edit->header = '样式';
|
||||
$lang->edit->header_list = array(
|
||||
"h1" => "标题 1",
|
||||
"h2" => "标题 2",
|
||||
"h3" => "标题 3",
|
||||
"h4" => "标题 4",
|
||||
"h5" => "标题 5",
|
||||
"h6" => "标题 6",
|
||||
'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+回车. (发表主题快捷键:alt+S)";
|
||||
$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+回车. (发表主题快捷键:alt+S)';
|
||||
|
||||
$lang->edit->upload = '上传';
|
||||
$lang->edit->upload_file = '上传附件';
|
||||
$lang->edit->upload_file = '上传附件';
|
||||
$lang->edit->link_file = '插入内容';
|
||||
$lang->edit->delete_selected = '删除所选';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue