mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1850 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a0526f8485
commit
bc3fba33b2
231 changed files with 2671 additions and 2132 deletions
30
modules/editor/lang/zh-CN.lang.php
Normal file
30
modules/editor/lang/zh-CN.lang.php
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<?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 = "激活";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue