51 lines
2.2 KiB
PHP
51 lines
2.2 KiB
PHP
<?php
|
|
/**
|
|
* The tree module zh-tw 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: zh-tw.php 1068 2010-09-11 07:11:57Z wwccss $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$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->manageCustomDoc = '維護文檔庫模組';
|
|
$lang->tree->updateOrder = '更新排序';
|
|
$lang->tree->manageChild = '維護子模組';
|
|
$lang->tree->syncFromProduct = '複製產品視圖模組';
|
|
$lang->tree->ajaxGetOptionMenu = '介面:獲取下拉列表';
|
|
$lang->tree->ajaxGetSonModules = '介面:獲得子菜單列表';
|
|
|
|
$lang->tree->confirmDelete = '您確定刪除該模組嗎?';
|
|
$lang->tree->successSave = '成功保存';
|
|
|
|
$lang->tree->name = '模組名稱';
|
|
$lang->tree->parent = '上級模組';
|
|
$lang->tree->child = '子模組';
|
|
$lang->tree->owner = '負責人';
|
|
$lang->tree->order = '排序';
|
|
$lang->tree->projectDoc = '項目文檔';
|