Files
EasySoft-ZenTaoPMS/trunk/module/tree/lang/zh-cn.php
2009-11-09 06:56:41 +00:00

40 lines
1.6 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 Chunsheng Wang
* @author Chunsheng Wang <wwccss@263.net>
* @package tree
* @version $Id$
* @link http://www.zentao.cn
*/
$lang->tree->common = '模块';
$lang->tree->add = "添加";
$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 = "ajax:获取下拉列表";
$lang->tree->confirmDelete = " 您确定删除该模块吗?";