diff --git a/module/build/lang/zh-tw.php b/module/build/lang/zh-tw.php index 04ce3f6843..05c0d24b80 100644 --- a/module/build/lang/zh-tw.php +++ b/module/build/lang/zh-tw.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package build - * @version $Id: zh-tw.php 2509 2012-01-02 09:15:36Z shiyangyangwork@yahoo.cn $ + * @version $Id: zh-tw.php 2520 2012-01-03 03:02:48Z shiyangyangwork@yahoo.cn $ * @link http://www.zentao.net */ $lang->build->common = 'Build'; @@ -28,8 +28,8 @@ $lang->build->builder = '構建者'; $lang->build->scmPath = '原始碼地址'; $lang->build->filePath = '存儲地址'; $lang->build->desc = '描述'; -$lang->build->linkStoriesAndBugs = '關聯需求和Bug'; +$lang->build->linkStoriesAndBugs = '關聯需求和Bug'; $lang->build->linkStories = '相關需求'; $lang->build->linkBugs = '相關Bugs'; -$lang->build->linkedStories = '已關聯需求'; -$lang->build->linkedBugs = '已關聯Bugs'; +$lang->build->stories = '已關聯需求'; +$lang->build->bugs = '已關聯Bugs'; diff --git a/module/release/lang/zh-tw.php b/module/release/lang/zh-tw.php index 585e15f6ea..0d9389f545 100644 --- a/module/release/lang/zh-tw.php +++ b/module/release/lang/zh-tw.php @@ -6,7 +6,7 @@ * @license LGPL (http://www.gnu.org/licenses/lgpl.html) * @author Chunsheng Wang * @package release - * @version $Id: zh-tw.php 2510 2012-01-02 12:58:58Z wwccss $ + * @version $Id: zh-tw.php 2520 2012-01-03 03:02:48Z shiyangyangwork@yahoo.cn $ * @link http://www.zentao.net */ $lang->release->common = '發佈'; @@ -27,6 +27,6 @@ $lang->release->desc = '描述'; $lang->release->linkStoriesAndBugs = '需求和Bug'; $lang->release->linkStories = '相關需求'; $lang->release->linkBugs = '相關Bug'; -$lang->release->linkedStories = '已關聯需求'; -$lang->release->linkedBugs = '已關聯Bugs'; +$lang->release->stories = '已關聯需求'; +$lang->release->bugs = '已關聯Bugs'; $lang->release->ajaxGetStoriesAndBugs = '介面:獲得需求和Bug';