Files
EasySoft-ZenTaoPMS/module/webapp/lang/zh-tw.php
2012-12-02 11:05:14 +00:00

69 lines
2.9 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* The webapp module zh-tw file of ZenTaoPMS.
*
* @copyright Copyright 2009-2012 青島易軟天創網絡科技有限公司 (QingDao Nature Easy Soft Network Technology Co,LTD www.cnezsoft.com)
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Yidong Wang <yidong@cnezsoft.com>
* @package webapp
* @version $Id$
* @link http://www.zentao.net
*/
$lang->webapp->common = 'WEB應用';
$lang->webapp->index = '已加應用';
$lang->webapp->obtain = '獲得應用';
$lang->webapp->install = '安裝應用';
$lang->webapp->uninstall = '移除應用';
$lang->webapp->useapp = '使用';
$lang->webapp->installed = '已添加';
$lang->webapp->edit = '編輯應用';
$lang->webapp->create = '創建應用';
$lang->webapp->manageTree = '維護分類';
$lang->webapp->id = '編號';
$lang->webapp->name = '名稱';
$lang->webapp->url = '連結地址';
$lang->webapp->icon = '表徵圖';
$lang->webapp->module = 'WEB分類';
$lang->webapp->author = '作者';
$lang->webapp->desc = '簡介';
$lang->webapp->target = '打開方式';
$lang->webapp->size = '大小';
$lang->webapp->height = '高度';
$lang->webapp->addedTime = '添加時間';
$lang->webapp->updatedTime = '更新時間';
$lang->webapp->downloads = '下載量';
$lang->webapp->grade = '評分';
$lang->webapp->addType = '添加類型';
$lang->webapp->packup = '收起';
$lang->webapp->byDownloads = '最多下載';
$lang->webapp->byAddedTime = '最新添加';
$lang->webapp->byUpdatedTime = '最近更新';
$lang->webapp->bySearch = '搜索';
$lang->webapp->byCategory = '分類瀏覽';
$lang->webapp->selectModule = '選擇分類:';
$lang->webapp->allModule = '所有';
$lang->webapp->noModule = '未分類';
$lang->webapp->targetList[''] = '';
$lang->webapp->targetList['popup'] = '彈窗';
$lang->webapp->targetList['iframe'] = '內嵌';
$lang->webapp->targetList['blank'] = '新窗口';
$lang->webapp->sizeList[''] = "";
$lang->webapp->sizeList['900x600'] = "900 x 600";
$lang->webapp->sizeList['700x600'] = "700 x 600";
$lang->webapp->sizeList['600x500'] = "600 x 500";
$lang->webapp->addTypeList['system'] = '系統應用';
$lang->webapp->addTypeList['custom'] = '自定義應用';
$lang->webapp->errorOccurs = '錯誤:';
$lang->webapp->errorGetModules = '從www.zentao.net獲得插件分類失敗。可能是因為網絡方面的原因請檢查後重新刷新頁面。';
$lang->webapp->errorGetExtensions = '從www.zentao.net獲得插件失敗。可能是因為網絡方面的原因您可以到<a href="http://www.zentao.net/extension/" target="_blank">www.zentao.net</a>手工下載插件,然後上傳安裝。';
$lang->webapp->successInstall = '成功安裝應用!';
$lang->webapp->confirmDelete = '是否刪除該應用?';