45 lines
1.8 KiB
PHP
45 lines
1.8 KiB
PHP
<?php
|
|
/**
|
|
* The tree module zh-cn file of ZenTaoMS.
|
|
*
|
|
* ZenTaoMS is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
* the Free Software Foundation, either version 3 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* ZenTaoMS is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* along with ZenTaoMS. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
* @copyright Copyright 2009-2010 青岛易软天创网络科技有限公司(www.cnezsoft.com)
|
|
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
|
* @package tree
|
|
* @version $Id$
|
|
* @link http://www.zentaoms.com
|
|
*/
|
|
$lang->tree->common = '模块维护';
|
|
$lang->tree->add = "添加";
|
|
$lang->tree->edit = "编辑";
|
|
$lang->tree->addChild = "添加子模块";
|
|
$lang->tree->delete = "删除模块";
|
|
$lang->tree->browse = "模块维护";
|
|
$lang->tree->manage = "维护模块";
|
|
$lang->tree->manageProduct= "维护产品视图模块";
|
|
$lang->tree->manageProject= "维护项目视图模块";
|
|
$lang->tree->manageBug = "维护QA视图模块";
|
|
$lang->tree->manageCase = "维护用例视图模块";
|
|
$lang->tree->updateOrder = "更新排序";
|
|
$lang->tree->manageChild = "维护子模块";
|
|
$lang->tree->child = "子模块";
|
|
$lang->tree->ajaxGetOptionMenu = "接口:获取下拉列表";
|
|
|
|
$lang->tree->confirmDelete = "您确定删除该模块吗?";
|
|
$lang->tree->successSave = "成功保存";
|
|
|
|
$lang->tree->name = '模块名称';
|
|
$lang->tree->parent = '上级模块';
|