diff --git a/module/execution/lang/de.php b/module/execution/lang/de.php index fcfb2aa966..f8bb3f668d 100644 --- a/module/execution/lang/de.php +++ b/module/execution/lang/de.php @@ -141,6 +141,7 @@ $lang->execution->list = "{$lang->executionCommon} List"; $lang->execution->allProject = 'All'; $lang->execution->method = 'Management Method'; $lang->execution->sameAsParent = "Same as parent"; +$lang->execution->selectStoryPlan = 'Select Plan'; /* Fields of zt_team. */ $lang->execution->root = 'Root'; diff --git a/module/execution/lang/en.php b/module/execution/lang/en.php index a5163f15e0..f4cb4da433 100644 --- a/module/execution/lang/en.php +++ b/module/execution/lang/en.php @@ -141,6 +141,7 @@ $lang->execution->list = 'List'; $lang->execution->allProject = 'All'; $lang->execution->method = 'Management Method'; $lang->execution->sameAsParent = "Same as parent"; +$lang->execution->selectStoryPlan = 'Select Plan'; /* Fields of zt_team. */ $lang->execution->root = 'Root'; diff --git a/module/execution/lang/fr.php b/module/execution/lang/fr.php index a20dfda008..2a866f17bc 100644 --- a/module/execution/lang/fr.php +++ b/module/execution/lang/fr.php @@ -141,6 +141,7 @@ $lang->execution->list = "{$lang->executionCommon} List"; $lang->execution->allProject = 'Tous'; $lang->execution->method = 'Management Method'; $lang->execution->sameAsParent = "Same as parent"; +$lang->execution->selectStoryPlan = 'Select Plan'; /* Fields of zt_team. */ $lang->execution->root = 'Root'; diff --git a/module/execution/lang/zh-cn.php b/module/execution/lang/zh-cn.php index 5b9371e3fe..50ece4e04f 100644 --- a/module/execution/lang/zh-cn.php +++ b/module/execution/lang/zh-cn.php @@ -141,6 +141,7 @@ $lang->execution->list = '列表'; $lang->execution->allProject = '全部' . $lang->projectCommon; $lang->execution->method = '管理方法'; $lang->execution->sameAsParent = "同父阶段"; +$lang->execution->selectStoryPlan = '选择计划'; /* Fields of zt_team. */ $lang->execution->root = '源ID';