From f6aea7992e44582a4200ebacf8c53f237a32ecbc Mon Sep 17 00:00:00 2001 From: tengfei Date: Thu, 9 Feb 2017 13:52:03 +0800 Subject: [PATCH] *update --- module/bug/lang/en.php | 22 +++++++++++----------- module/build/lang/en.php | 20 ++++++++++---------- module/common/lang/en.php | 2 +- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/module/bug/lang/en.php b/module/bug/lang/en.php index 46a5913791..33de227446 100644 --- a/module/bug/lang/en.php +++ b/module/bug/lang/en.php @@ -52,9 +52,9 @@ $lang->bug->closedBy = 'Closed By'; $lang->bug->closedDate = 'Closed On'; $lang->bug->duplicateBug = 'Duplicate'; $lang->bug->lastEditedBy = 'Last Edited By'; -$lang->bug->linkBug = 'Related'; -$lang->bug->linkBugs = 'Relate Bug'; -$lang->bug->unlinkBug = 'Unrelate'; +$lang->bug->linkBug = 'linked'; +$lang->bug->linkBugs = 'Link Bug'; +$lang->bug->unlinkBug = 'Unlink'; $lang->bug->case = 'Case'; $lang->bug->files = 'File'; $lang->bug->keywords = 'Keywords'; @@ -135,7 +135,7 @@ $lang->bug->legendMisc = 'Miscellaneous'; $lang->bug->buttonConfirm = 'Confirm'; /* 交互提示。*/ -$lang->bug->confirmChangeProduct = "Modification on {$lang->productCommon} will cause related {$lang->projectCommon},Story and Task change. Do you want to do this?"; +$lang->bug->confirmChangeProduct = "Modification on {$lang->productCommon} will cause linked {$lang->projectCommon},Story and Task change. Do you want to do this?"; $lang->bug->confirmDelete = 'Do you want to delete this bug?'; $lang->bug->setTemplateTitle = 'Please enter the title of template.'; $lang->bug->remindTask = 'This Bug has been converted to Task. Do you want to update Status of Task(ID %s)?'; @@ -334,14 +334,14 @@ $lang->bug->action = new stdclass(); $lang->bug->action->resolved = array('main' => '$date, resolved by $actor and the solution is $extra $appendLink.', 'extra' => 'resolutionList'); $lang->bug->action->tostory = array('main' => '$date, transferred by $actor to Story with ID $extra.'); $lang->bug->action->totask = array('main' => '$date, imported by $actor as Task with ID $extra.'); -$lang->bug->action->linked2plan = array('main' => '$date, related by $actor to Plan $extra.'); +$lang->bug->action->linked2plan = array('main' => '$date, linked by $actor to Plan $extra.'); $lang->bug->action->unlinkedfromplan = array('main' => '$date, deleted by $actor from Plan $extra.'); -$lang->bug->action->linked2build = array('main' => '$date, related by $actor to Build $extra.'); -$lang->bug->action->unlinkedfrombuild = array('main' => '$date, removed by $actor from Build $extra.'); -$lang->bug->action->linked2release = array('main' => '$date, related by $actor to Release $extra.'); -$lang->bug->action->unlinkedfromrelease = array('main' => '$date, removed by $actor from Release $extra.'); -$lang->bug->action->linkrelatedbug = array('main' => '$date, related by $actor to Bug $extra.'); -$lang->bug->action->unlinkrelatedbug = array('main' => '$date, removed by $actor from Bug $extra.'); +$lang->bug->action->linked2build = array('main' => '$date, linked by $actor to Build $extra.'); +$lang->bug->action->unlinkedfrombuild = array('main' => '$date, unlinked by $actor from Build $extra.'); +$lang->bug->action->linked2release = array('main' => '$date, linked by $actor to Release $extra.'); +$lang->bug->action->unlinkedfromrelease = array('main' => '$date, unlinked by $actor from Release $extra.'); +$lang->bug->action->linkrelatedbug = array('main' => '$date, linked by $actor to Bug $extra.'); +$lang->bug->action->unlinkrelatedbug = array('main' => '$date, unlinked by $actor from Bug $extra.'); $lang->bug->placeholder = new stdclass(); $lang->bug->placeholder->chooseBuilds = 'Choose Build...'; diff --git a/module/build/lang/en.php b/module/build/lang/en.php index 367e263fca..1193399895 100644 --- a/module/build/lang/en.php +++ b/module/build/lang/en.php @@ -12,18 +12,18 @@ $lang->build->common = "Build"; $lang->build->create = "Create"; $lang->build->edit = "Edit"; -$lang->build->linkStory = "Relate Story"; -$lang->build->linkBug = "Relate Bug"; +$lang->build->linkStory = "Link Story"; +$lang->build->linkBug = "Link Bug"; $lang->build->delete = "Delete Build"; $lang->build->deleted = "Deleted"; $lang->build->view = "Build Details"; -$lang->build->batchUnlink = 'Batch Removal'; -$lang->build->batchUnlinkStory = 'Batch Story Removal'; -$lang->build->batchUnlinkBug = 'Batch Bug Removal'; +$lang->build->batchUnlink = 'Batch Unlink'; +$lang->build->batchUnlinkStory = 'Batch Story Unlink'; +$lang->build->batchUnlinkBug = 'Batch Bug Unlink'; $lang->build->confirmDelete = "Do you want to delete this Build?"; -$lang->build->confirmUnlinkStory = "Do you want to remove this Story?"; -$lang->build->confirmUnlinkBug = "Do you want to remove this Bug?"; +$lang->build->confirmUnlinkStory = "Do you want to unlink this Story?"; +$lang->build->confirmUnlinkBug = "Do you want to unlink this Bug?"; $lang->build->basicInfo = 'Basic Info'; @@ -37,12 +37,12 @@ $lang->build->filePath = 'File Path'; $lang->build->desc = 'Description'; $lang->build->files = 'Upload Files'; $lang->build->last = 'Last Build'; -$lang->build->unlinkStory = 'Remove Story'; -$lang->build->unlinkBug = 'Remove Bug'; +$lang->build->unlinkStory = 'Unlink Story'; +$lang->build->unlinkBug = 'Unlink Bug'; $lang->build->stories = 'Finished Story'; $lang->build->bugs = 'Solved Bug'; $lang->build->generatedBugs = 'Remained Bug'; -$lang->build->noProduct = " This {$lang->projectCommon} has not relateed to {$lang->productCommon}, so Build cannot be created. Please first relate {$lang->productCommon}"; +$lang->build->noProduct = " This {$lang->projectCommon} has not linked to {$lang->productCommon}, so Build cannot be created. Please first link {$lang->productCommon}"; $lang->build->finishStories = ' %s Stories have been finished.'; $lang->build->resolvedBugs = ' %s Bugs have been solved.'; diff --git a/module/common/lang/en.php b/module/common/lang/en.php index 9fb9080949..23f3c32245 100644 --- a/module/common/lang/en.php +++ b/module/common/lang/en.php @@ -34,7 +34,7 @@ $lang->refresh = 'Refresh'; $lang->edit = 'Edit'; $lang->delete = 'Delete'; $lang->close = 'Close'; -$lang->unlink = 'Unrelate'; +$lang->unlink = 'Unlink'; $lang->import = 'Import'; $lang->export = 'Export'; $lang->setFileName = 'File Name';