* update the zh-tw lang.

This commit is contained in:
wangchunsheng
2012-05-02 14:12:30 +00:00
parent 4061f395c5
commit cd41530d91
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package bug
* @version $Id: zh-tw.php 2809 2012-04-30 02:48:39Z chencongzhi520@gmail.com $
* @version $Id: zh-tw.php 2889 2012-05-02 13:20:36Z wwccss $
* @link http://www.zentao.net
*/
/* 欄位列表。*/
@@ -242,7 +242,6 @@ $lang->bug->resolutionList['tostory'] = '轉為需求';
$lang->bug->report->common = '統計報表';
$lang->bug->report->select = '請選擇報表類型';
$lang->bug->report->create = '生成報表';
$lang->bug->report->selectReverse = '反選';
$lang->bug->report->charts['bugsPerProject'] = '項目Bug數量';
$lang->bug->report->charts['bugsPerModule'] = '模組Bug數量';

View File

@@ -6,7 +6,7 @@
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package upgrade
* @version $Id: zh-tw.php 2718 2012-03-04 02:12:33Z wwccss $
* @version $Id: zh-tw.php 2888 2012-05-02 11:57:25Z wwccss $
* @link http://www.zentao.net
*/
$lang->upgrade->common = '升級';
@@ -58,5 +58,6 @@ $lang->upgrade->fromVersions['2_1'] = '2.1';
$lang->upgrade->fromVersions['2_2'] = '2.2';
$lang->upgrade->fromVersions['2_3'] = '2.3';
$lang->upgrade->fromVersions['2_4'] = '2.4';
$lang->upgrade->fromVersions['3_0_beta1'] = '3.0.beta1';
$lang->upgrade->fromVersions['3_0_beta2'] = '3.0.beta2';
$lang->upgrade->fromVersions['3_0_beta1'] = '3.0 BETA1';
$lang->upgrade->fromVersions['3_0_beta2'] = '3.0 BETA2';
$lang->upgrade->fromVersions['3_0'] = '3.0 STABLE';