From 00e47922e0409419b04a910a38e6281fe9ef4d2e Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Thu, 19 Aug 2021 09:19:22 +0800 Subject: [PATCH] * Delete unused language items. --- module/execution/lang/de.php | 1 - module/execution/lang/en.php | 1 - module/execution/lang/fr.php | 1 - module/execution/lang/vi.php | 1 - module/execution/lang/zh-cn.php | 1 - module/execution/lang/zh-tw.php | 1 - 6 files changed, 6 deletions(-) diff --git a/module/execution/lang/de.php b/module/execution/lang/de.php index b1152a579d..f8298ba8bf 100644 --- a/module/execution/lang/de.php +++ b/module/execution/lang/de.php @@ -100,7 +100,6 @@ $lang->execution->copyNoExecution = 'There are no ' . $lang->executionCommon . ' $lang->execution->noTeam = 'No team members at the moment'; $lang->execution->or = ' or '; $lang->execution->selectProject = 'Please select project'; -$lang->execution->showMore = 'View closed executions'; if($this->config->systemMode == 'new') $lang->execution->copyTeamTip = "select Project/{$lang->execution->common} to copy its members"; if($this->config->systemMode == 'classic') $lang->execution->copyTeamTip = "select Project/{$lang->executionCommon} to copy its members"; diff --git a/module/execution/lang/en.php b/module/execution/lang/en.php index ab6ec655d9..c395805005 100644 --- a/module/execution/lang/en.php +++ b/module/execution/lang/en.php @@ -101,7 +101,6 @@ $lang->execution->copyNoExecution = 'There are no ' . $lang->executionCommon . ' $lang->execution->noTeam = 'No team members at the moment'; $lang->execution->or = ' or '; $lang->execution->selectProject = 'Please select project'; -$lang->execution->showMore = 'View closed executions'; if($this->config->systemMode == 'new') $lang->execution->copyTeamTip = "select Project/{$lang->execution->common} to copy its members"; if($this->config->systemMode == 'classic') $lang->execution->copyTeamTip = "select Project/{$lang->executionCommon} to copy its members"; diff --git a/module/execution/lang/fr.php b/module/execution/lang/fr.php index 2712929b4a..5c66827cc5 100644 --- a/module/execution/lang/fr.php +++ b/module/execution/lang/fr.php @@ -100,7 +100,6 @@ $lang->execution->copyNoExecution = 'There are no ' . $lang->executionCommon . ' $lang->execution->noTeam = 'No team members at the moment'; $lang->execution->or = ' or '; $lang->execution->selectProject = 'Please select project'; -$lang->execution->showMore = 'View closed executions'; if($this->config->systemMode == 'new') $lang->execution->copyTeamTip = "select Project/{$lang->execution->common} to copy its members"; if($this->config->systemMode == 'classic') $lang->execution->copyTeamTip = "select Project/{$lang->executionCommon} to copy its members"; diff --git a/module/execution/lang/vi.php b/module/execution/lang/vi.php index b17cd4214b..1adf0855ca 100644 --- a/module/execution/lang/vi.php +++ b/module/execution/lang/vi.php @@ -101,7 +101,6 @@ $lang->execution->copyNoExecution = 'There are no ' . $lang->executionCommon . ' $lang->execution->noTeam = 'No team members at the moment'; $lang->execution->or = ' or '; $lang->execution->selectProject = 'Please select project'; -$lang->execution->showMore = 'View closed executions'; if($this->config->systemMode == 'new') $lang->execution->copyTeamTip = "select Project/{$lang->execution->common} to copy its members"; if($this->config->systemMode == 'classic') $lang->execution->copyTeamTip = "select Project/{$lang->executionCommon} to copy its members"; diff --git a/module/execution/lang/zh-cn.php b/module/execution/lang/zh-cn.php index 53e838b003..20885cb59a 100644 --- a/module/execution/lang/zh-cn.php +++ b/module/execution/lang/zh-cn.php @@ -101,7 +101,6 @@ $lang->execution->copyNoExecution = '没有可用的' . $lang->executionCommon . $lang->execution->noTeam = '暂时没有团队成员'; $lang->execution->or = '或'; $lang->execution->selectProject = '请选择项目'; -$lang->execution->showMore = '点击查看所有已关闭的执行'; if($this->config->systemMode == 'new') $lang->execution->copyTeamTip = "可以选择复制项目或{$lang->execution->common}团队的成员"; if($this->config->systemMode == 'classic') $lang->execution->copyTeamTip = "可以选择复制{$lang->executionCommon}团队的成员"; diff --git a/module/execution/lang/zh-tw.php b/module/execution/lang/zh-tw.php index f0b066a4c7..d5f44425f2 100644 --- a/module/execution/lang/zh-tw.php +++ b/module/execution/lang/zh-tw.php @@ -100,7 +100,6 @@ $lang->execution->recent = '近期訪問:'; $lang->execution->copyNoExecution = '沒有可用的' . $lang->executionCommon . '來複制'; $lang->execution->noTeam = '暫時沒有團隊成員'; $lang->execution->selectProject = '請選擇項目'; -$lang->execution->showMore = '點擊查看所有已關閉的執行'; $lang->execution->start = "開始"; $lang->execution->activate = "激活";