Files
EasySoft-ZenTaoPMS/module/tree/lang/en.php
T

51 lines
2.1 KiB
PHP

<?php
/**
* The tree module English 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.zentao.net
*/
$lang->tree->common = 'Module manage';
$lang->tree->add = 'Add';
$lang->tree->edit = 'Edit';
$lang->tree->addChild = 'Add child';
$lang->tree->delete = 'Delete';
$lang->tree->browse = 'Module manage';
$lang->tree->manage = 'Manage';
$lang->tree->manageProduct = 'Mange product module';
$lang->tree->manageProject = 'Manage project module';
$lang->tree->manageBug = 'Manage bug module';
$lang->tree->manageCase = 'Manage case module';
$lang->tree->manageCustomDoc = 'Manage doc library module';
$lang->tree->updateOrder = 'Update order';
$lang->tree->manageChild = 'Manage child';
$lang->tree->syncFromProduct = 'Copy from product module';
$lang->tree->ajaxGetOptionMenu = 'API: Get select menu';
$lang->tree->ajaxGetSonModules = 'API: Get son modules';
$lang->tree->confirmDelete = 'Are you sure to delete this module?';
$lang->tree->successSave = 'Success saved';
$lang->tree->name = 'Name';
$lang->tree->parent = 'Parent';
$lang->tree->child = 'Child';
$lang->tree->owner = 'Owner';
$lang->tree->order = 'Order';
$lang->tree->projectDoc = 'Project doc';