diff --git a/module/entry/lang/en.php b/module/entry/lang/en.php index bb2d95049f..dc25754ac2 100644 --- a/module/entry/lang/en.php +++ b/module/entry/lang/en.php @@ -27,7 +27,6 @@ $lang->entry->editedDate = 'EditedDate'; $lang->entry->date = 'Requesting Time'; $lang->entry->url = 'Requesting URL'; $lang->entry->calledTime = 'Called Time'; -$lang->entry->editedBy = 'Edited By'; $lang->entry->deleted = 'Deleted'; $lang->entry->confirmDelete = 'Do you want to delete this entry?'; diff --git a/module/entry/lang/zh-cn.php b/module/entry/lang/zh-cn.php index ad31b6e210..48ccf849ae 100644 --- a/module/entry/lang/zh-cn.php +++ b/module/entry/lang/zh-cn.php @@ -27,7 +27,6 @@ $lang->entry->editedDate = '编辑时间'; $lang->entry->date = '请求时间'; $lang->entry->url = '请求地址'; $lang->entry->calledTime = '调用时间'; -$lang->entry->editedBy = '由谁编辑'; $lang->entry->deleted = '已删除'; $lang->entry->confirmDelete = '您确认要删除该应用吗?'; diff --git a/module/entry/lang/zh-tw.php b/module/entry/lang/zh-tw.php index 07cab46b2f..1a010134e1 100644 --- a/module/entry/lang/zh-tw.php +++ b/module/entry/lang/zh-tw.php @@ -27,7 +27,6 @@ $lang->entry->editedDate = '編輯時間'; $lang->entry->date = '請求時間'; $lang->entry->url = '請求地址'; $lang->entry->calledTime = '調用時間'; -$lang->entry->editedBy = '由誰編輯'; $lang->entry->deleted = '已刪除'; $lang->entry->confirmDelete = '您確認要刪除該應用嗎?'; diff --git a/module/my/control.php b/module/my/control.php index e5167a7998..219b4b9f66 100644 --- a/module/my/control.php +++ b/module/my/control.php @@ -533,8 +533,8 @@ EOF; /* Append id for secend sort. */ $sort = common::appendOrder($orderBy); - $this->view->title = $this->lang->my->common . $this->lang->colon . $this->lang->my->testTask; - $this->view->position[] = $this->lang->my->testTask; + $this->view->title = $this->lang->my->common . $this->lang->colon . $this->lang->my->myTestTask; + $this->view->position[] = $this->lang->my->myTestTask; $this->view->tasks = $this->loadModel('testtask')->getByUser($this->app->user->account, $pager, $sort, $type); $this->view->recTotal = $recTotal; @@ -590,8 +590,8 @@ EOF; $cases = $this->testcase->appendData($cases, $type == 'assigntome' ? 'run' : 'case'); /* Assign. */ - $this->view->title = $this->lang->my->common . $this->lang->colon . $this->lang->my->testCase; - $this->view->position[] = $this->lang->my->testCase; + $this->view->title = $this->lang->my->common . $this->lang->colon . $this->lang->my->myTestCase; + $this->view->position[] = $this->lang->my->myTestCase; $this->view->cases = $cases; $this->view->users = $this->user->getPairs('noletter'); $this->view->tabID = 'test'; diff --git a/module/my/lang/de.php b/module/my/lang/de.php index bb03a23c3a..b558580030 100644 --- a/module/my/lang/de.php +++ b/module/my/lang/de.php @@ -37,6 +37,8 @@ $lang->my->storyChanged = "Story Changed"; $lang->my->hours = "Hours/day"; $lang->my->uploadAvatar = 'Upload Avatar'; $lang->my->requirement = "My {$lang->URCommon}"; +$lang->my->testtask = 'My Test Task'; +$lang->my->testcase = 'My Case'; $lang->my->storyConcept = 'Story Concept'; $lang->my->myExecutions = "My Stage/Sprint/Iteration"; diff --git a/module/my/lang/fr.php b/module/my/lang/fr.php index bb03a23c3a..b558580030 100644 --- a/module/my/lang/fr.php +++ b/module/my/lang/fr.php @@ -37,6 +37,8 @@ $lang->my->storyChanged = "Story Changed"; $lang->my->hours = "Hours/day"; $lang->my->uploadAvatar = 'Upload Avatar'; $lang->my->requirement = "My {$lang->URCommon}"; +$lang->my->testtask = 'My Test Task'; +$lang->my->testcase = 'My Case'; $lang->my->storyConcept = 'Story Concept'; $lang->my->myExecutions = "My Stage/Sprint/Iteration"; diff --git a/module/my/lang/vi.php b/module/my/lang/vi.php index bb03a23c3a..b558580030 100644 --- a/module/my/lang/vi.php +++ b/module/my/lang/vi.php @@ -37,6 +37,8 @@ $lang->my->storyChanged = "Story Changed"; $lang->my->hours = "Hours/day"; $lang->my->uploadAvatar = 'Upload Avatar'; $lang->my->requirement = "My {$lang->URCommon}"; +$lang->my->testtask = 'My Test Task'; +$lang->my->testcase = 'My Case'; $lang->my->storyConcept = 'Story Concept'; $lang->my->myExecutions = "My Stage/Sprint/Iteration"; diff --git a/module/my/lang/zh-cn.php b/module/my/lang/zh-cn.php index 7e4351fc3f..e0fd289f00 100644 --- a/module/my/lang/zh-cn.php +++ b/module/my/lang/zh-cn.php @@ -10,8 +10,8 @@ $lang->my->work = '待处理'; $lang->my->contribute = '贡献'; $lang->my->task = '我的任务'; $lang->my->bug = '我的Bug'; -$lang->my->testTask = '我的版本'; -$lang->my->testCase = '我的用例'; +$lang->my->myTestTask = '我的版本'; +$lang->my->myTestCase = '我的用例'; $lang->my->story = "我的{$lang->SRCommon}"; $lang->my->doc = "我的文档"; $lang->my->createProgram = '添加项目'; @@ -38,6 +38,8 @@ $lang->my->storyChanged = "需求变更"; $lang->my->hours = '工时/天'; $lang->my->uploadAvatar = '更换头像'; $lang->my->requirement = "我的{$lang->URCommon}"; +$lang->my->testtask = '我的测试单'; +$lang->my->testcase = '我的用例'; $lang->my->storyConcept = $config->URAndSR ? '默认需求概念组合' : '默认需求概念'; $lang->my->indexAction = '地盘仪表盘'; diff --git a/module/my/lang/zh-tw.php b/module/my/lang/zh-tw.php index 58f93a9930..9bbe89a5ba 100644 --- a/module/my/lang/zh-tw.php +++ b/module/my/lang/zh-tw.php @@ -38,6 +38,8 @@ $lang->my->storyChanged = "需求變更"; $lang->my->hours = '工時/天'; $lang->my->uploadAvatar = '更換頭像'; $lang->my->requirement = "我的{$lang->URCommon}"; +$lang->my->testtask = '我的測試單'; +$lang->my->testcase = '我的用例'; $lang->my->storyConcept = $config->URAndSR ? '預設需求概念組合' : '預設需求概念'; $lang->my->indexAction = '地盤儀表盤'; diff --git a/module/testcase/control.php b/module/testcase/control.php index a8607dfbc3..b0a98b8155 100644 --- a/module/testcase/control.php +++ b/module/testcase/control.php @@ -1015,7 +1015,7 @@ class testcase extends control $this->lang->testcase->menu = $this->lang->my->menu->work; $this->lang->my->menu->work['subModule'] = 'testcase'; - $this->view->position[] = html::a($this->server->http_referer, $this->lang->my->testCase); + $this->view->position[] = html::a($this->server->http_referer, $this->lang->my->myTestCase); $this->view->title = $this->lang->testcase->batchEdit; $productIdList = array(); diff --git a/module/webhook/lang/en.php b/module/webhook/lang/en.php index 4f86f4403c..0600471597 100644 --- a/module/webhook/lang/en.php +++ b/module/webhook/lang/en.php @@ -39,7 +39,6 @@ $lang->webhook->result = 'Result'; $lang->webhook->products = $lang->productCommon; $lang->webhook->executions = $lang->execution->common; $lang->webhook->actions = 'Log'; -$lang->webhook->editedBy = 'Edited By'; $lang->webhook->deleted = 'Deleted'; $lang->webhook->typeList[''] = ''; diff --git a/module/webhook/lang/zh-cn.php b/module/webhook/lang/zh-cn.php index b79ad11ec7..af4d6920fc 100644 --- a/module/webhook/lang/zh-cn.php +++ b/module/webhook/lang/zh-cn.php @@ -39,7 +39,6 @@ $lang->webhook->result = '结果'; $lang->webhook->products = $lang->productCommon; $lang->webhook->executions = $lang->execution->common; $lang->webhook->actions = '系统日志'; -$lang->webhook->editedBy = '由谁编辑'; $lang->webhook->deleted = '已删除'; $lang->webhook->typeList[''] = ''; diff --git a/module/webhook/lang/zh-tw.php b/module/webhook/lang/zh-tw.php index 0bc8745994..9f5335e282 100644 --- a/module/webhook/lang/zh-tw.php +++ b/module/webhook/lang/zh-tw.php @@ -39,7 +39,6 @@ $lang->webhook->result = '結果'; $lang->webhook->products = $lang->productCommon; $lang->webhook->executions = $lang->execution->common; $lang->webhook->actions = '系統日誌'; -$lang->webhook->editedBy = '由誰編輯'; $lang->webhook->deleted = '已刪除'; $lang->webhook->typeList[''] = '';