Files
EasySoft-ZenTaoPMS/module/release/lang/zh-tw.php
2011-03-11 05:21:48 +00:00

27 lines
977 B
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 release module zh-tw file of ZenTaoPMS.
*
* @copyright Copyright 2009-2010 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package release
* @version $Id: zh-tw.php 1429 2011-02-21 14:35:26Z wwccss $
* @link http://www.zentao.net
*/
$lang->release->common = '發佈';
$lang->release->create = "創建發佈";
$lang->release->edit = "編輯發佈";
$lang->release->delete = "刪除發佈";
$lang->release->view = "發佈詳情";
$lang->release->browse = "瀏覽發佈";
$lang->release->confirmDelete = "您確認刪除該release嗎";
$lang->release->id = 'ID';
$lang->release->product = '產品';
$lang->release->build = 'Build';
$lang->release->name = '發佈名稱';
$lang->release->date = '發佈日期';
$lang->release->desc = '描述';