diff --git a/module/execution/lang/de.php b/module/execution/lang/de.php index b0e44956c8..54e8c5b89c 100644 --- a/module/execution/lang/de.php +++ b/module/execution/lang/de.php @@ -95,6 +95,7 @@ $lang->execution->oneProduct = "Only one stage can be linked {$lang->produc $lang->execution->noLinkProduct = "Stage not linked {$lang->productCommon}"; $lang->execution->recent = 'Recent visits: '; $lang->execution->copyNoExecution = 'There are no ' . $lang->executionCommon . 'available to copy.'; +$lang->execution->noTeam = 'No team members at the moment'; $lang->execution->start = 'Start'; $lang->execution->activate = 'Aktivieren'; diff --git a/module/execution/lang/en.php b/module/execution/lang/en.php index 347830d1b7..9589f58a7f 100644 --- a/module/execution/lang/en.php +++ b/module/execution/lang/en.php @@ -95,6 +95,7 @@ $lang->execution->oneProduct = "Only one stage can be linked {$lang->produc $lang->execution->noLinkProduct = "Stage not linked {$lang->productCommon}"; $lang->execution->recent = 'Recent visits: '; $lang->execution->copyNoExecution = 'There are no ' . $lang->executionCommon . 'available to copy.'; +$lang->execution->noTeam = 'No team members at the moment'; $lang->execution->start = 'Start'; $lang->execution->activate = 'Activate'; diff --git a/module/execution/lang/fr.php b/module/execution/lang/fr.php index 2c52374fcb..304a5852e3 100644 --- a/module/execution/lang/fr.php +++ b/module/execution/lang/fr.php @@ -95,6 +95,7 @@ $lang->execution->oneProduct = "Only one stage can be linked {$lang->produc $lang->execution->noLinkProduct = "Stage not linked {$lang->productCommon}"; $lang->execution->recent = 'Recent visits: '; $lang->execution->copyNoExecution = 'There are no ' . $lang->executionCommon . 'available to copy.'; +$lang->execution->noTeam = 'No team members at the moment'; $lang->execution->start = 'Démarrer'; $lang->execution->activate = 'Activer'; diff --git a/module/execution/lang/vi.php b/module/execution/lang/vi.php index 60dc6326c8..c65291be2c 100644 --- a/module/execution/lang/vi.php +++ b/module/execution/lang/vi.php @@ -95,6 +95,7 @@ $lang->execution->oneProduct = "Only one stage can be linked {$lang->produc $lang->execution->noLinkProduct = "Stage not linked {$lang->productCommon}"; $lang->execution->recent = 'Recent visits: '; $lang->execution->copyNoExecution = 'There are no ' . $lang->executionCommon . 'available to copy.'; +$lang->execution->noTeam = 'No team members at the moment'; $lang->execution->start = 'Bắt đầu'; $lang->execution->activate = 'Kích hoạt'; diff --git a/module/execution/lang/zh-cn.php b/module/execution/lang/zh-cn.php index fd1c351c39..6b1123d757 100644 --- a/module/execution/lang/zh-cn.php +++ b/module/execution/lang/zh-cn.php @@ -95,6 +95,7 @@ $lang->execution->oneProduct = "阶段只能关联一个{$lang->productComm $lang->execution->noLinkProduct = "阶段没有关联{$lang->productCommon}"; $lang->execution->recent = '近期访问:'; $lang->execution->copyNoExecution = '没有可用的' . $lang->executionCommon . '来复制'; +$lang->execution->noTeam = '暂时没有团队成员'; $lang->execution->start = "开始"; $lang->execution->activate = "激活"; diff --git a/module/execution/view/storyestimate.html.php b/module/execution/view/storyestimate.html.php index fd35adfca8..f0cb548add 100644 --- a/module/execution/view/storyestimate.html.php +++ b/module/execution/view/storyestimate.html.php @@ -22,6 +22,11 @@

execution->storyEstimate;?>

+ +
+

execution->noTeam;?>

+
+
@@ -76,5 +81,6 @@ +