From cd41530d91bf0220193dc44455c109fab2adacc8 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Wed, 2 May 2012 14:12:30 +0000 Subject: [PATCH] * update the zh-tw lang. --- module/bug/lang/zh-tw.php | 3 +-- module/upgrade/lang/zh-tw.php | 7 ++++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/module/bug/lang/zh-tw.php b/module/bug/lang/zh-tw.php index f7694de3a7..3ca086bf3b 100644 --- a/module/bug/lang/zh-tw.php +++ b/module/bug/lang/zh-tw.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @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數量'; diff --git a/module/upgrade/lang/zh-tw.php b/module/upgrade/lang/zh-tw.php index d7b09791a8..d1c64dc264 100644 --- a/module/upgrade/lang/zh-tw.php +++ b/module/upgrade/lang/zh-tw.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @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';