69 lines
2.9 KiB
PHP
69 lines
2.9 KiB
PHP
<?php
|
|
/**
|
|
* The doc 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 doc
|
|
* @version $Id: zh-tw.php 824 2010-05-02 15:32:06Z wwccss $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
/* 欄位列表。*/
|
|
$lang->doc->common = '文檔視圖';
|
|
$lang->doc->id = '文檔編號';
|
|
$lang->doc->product = '所屬產品';
|
|
$lang->doc->project = '所屬項目';
|
|
$lang->doc->lib = '所屬文檔庫';
|
|
$lang->doc->module = '所屬分類';
|
|
$lang->doc->title = '文檔標題';
|
|
$lang->doc->digest = '文檔摘要';
|
|
$lang->doc->type = '文檔類型';
|
|
$lang->doc->content = '文檔正文';
|
|
$lang->doc->keywords = '關鍵字';
|
|
$lang->doc->url = '文檔URL';
|
|
$lang->doc->files = '附件';
|
|
$lang->doc->views = '查閲次數';
|
|
$lang->doc->addedBy = '由誰添加';
|
|
$lang->doc->addedDate = '添加時間';
|
|
$lang->doc->editedBy = '由誰編輯';
|
|
$lang->doc->editedDate = '編輯時間';
|
|
|
|
$lang->doc->moduleName = '模組名稱';
|
|
$lang->doc->moduleOrder = '模組排序';
|
|
|
|
/* 方法列表。*/
|
|
$lang->doc->index = '首頁';
|
|
$lang->doc->create = '創建文檔';
|
|
$lang->doc->edit = '編輯文檔';
|
|
$lang->doc->delete = '刪除文檔';
|
|
$lang->doc->browse = '文檔列表';
|
|
$lang->doc->view = '文檔詳情';
|
|
$lang->doc->createLib = '創建文檔庫';
|
|
$lang->doc->editLib = '編輯文檔庫';
|
|
$lang->doc->deleteLib = '刪除文檔庫';
|
|
$lang->doc->libName = '文檔庫名稱';
|
|
$lang->doc->deleteFile = '刪除檔案';
|
|
|
|
$lang->doc->systemLibs['product'] = '產品文檔庫';
|
|
$lang->doc->systemLibs['project'] = '項目文檔庫';
|
|
|
|
$lang->doc->types['file'] = '檔案';
|
|
$lang->doc->types['url'] = '連結';
|
|
$lang->doc->types['text'] = '網頁';
|
|
|
|
$lang->doc->confirmDeleteLib = " 您確定刪除該文檔庫嗎?";
|
|
$lang->doc->errorEditSystemDoc = "系統文檔庫無需修改。";
|