rhymix/modules/editor/lang/zh-CN.lang.php
zero 5574ab94b7 #119 파이어폭스에서 에디터에 포커스가 이동되어도 커서가 나타나지 않던 문제 해결.
#117 위지윅 에디터의 스킨화를 위한 분리 및 검사 완료. 단 모듈에서 에디터 스킨을 선택하는 부분에 대한 기획 필요.
에디터 tpl내의 언어파일을 에디터 모듈의 공통 언어로 합쳐서 수정.
에디터 iframe을 window.onload후 객체 생성을 하지 않고 바로 html태그로 출력하여 브라우저의 버벅거림을 살짝 줄임.



git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2406 201d5d3c-b55e-5fd7-737f-ddc643e51545
2007-08-24 06:08:23 +00:00

85 lines
3.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/lang/zh-CN.lang.php
* @author zero <zero@nzeo.com>
* @brief 网页编辑器(editor) 模块语言包
**/
$lang->editor = "网页编辑器";
$lang->component_name = "组件";
$lang->component_version = "版本";
$lang->component_author = "作者";
$lang->component_link = "链接";
$lang->component_date = "编写日期";
$lang->component_description = "说明";
$lang->component_extra_vars = "变数设置";
$lang->component_grant = "权限设置";
$lang->about_component = "组件简介";
$lang->about_component_grant = "指定的用户群才可以使用。 (解除时所有用户群都可以使用)";
$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->cmd_disable = "非激活";
$lang->cmd_enable = "激活";
$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 = '双击背景, 文本, 图片, 引用即可对其相关组件进行详细设置。';
?>