diff --git a/module/custom/lang/de.php b/module/custom/lang/de.php index 37b5dd97cb..251a281cf6 100644 --- a/module/custom/lang/de.php +++ b/module/custom/lang/de.php @@ -265,10 +265,9 @@ $lang->custom->features['productRR'] = 'Product - R&D requirements'; $lang->custom->features['productUR'] = 'Product - User requirements'; $lang->custom->features['productLine'] = 'Product - Product Line'; $lang->custom->features['projectScrum'] = 'Project - Scrum model'; -$lang->custom->features['scrumDetail'] = 'Scrum - Issues, risks, opportunities, processes, QA, meetings, measure'; $lang->custom->features['projectWaterfall'] = 'Project - Waterfall model'; $lang->custom->features['projectKanban'] = 'Project - Kanban model'; -$lang->custom->features['execution'] = 'Execute, test, DevOps, Kanban, document, statistics, organize'; +$lang->custom->features['execution'] = 'Execute'; $lang->custom->features['qa'] = 'test'; $lang->custom->features['devops'] = 'DevOps'; $lang->custom->features['kanban'] = 'Kanban'; diff --git a/module/custom/lang/en.php b/module/custom/lang/en.php index 60c9c125ff..aabacf04db 100644 --- a/module/custom/lang/en.php +++ b/module/custom/lang/en.php @@ -268,7 +268,7 @@ $lang->custom->features['projectScrum'] = 'Project - Scrum model'; $lang->custom->features['scrumDetail'] = 'Scrum - Issues, risks, opportunities, processes, QA, meetings, measure'; $lang->custom->features['projectWaterfall'] = 'Project - Waterfall model'; $lang->custom->features['projectKanban'] = 'Project - Kanban model'; -$lang->custom->features['execution'] = 'Execute, test, DevOps, Kanban, document, statistics, organize'; +$lang->custom->features['execution'] = 'Execute'; $lang->custom->features['qa'] = 'test'; $lang->custom->features['devops'] = 'DevOps'; $lang->custom->features['kanban'] = 'Kanban'; diff --git a/module/custom/lang/fr.php b/module/custom/lang/fr.php index 5ce93c61f9..307740ec1e 100644 --- a/module/custom/lang/fr.php +++ b/module/custom/lang/fr.php @@ -265,10 +265,9 @@ $lang->custom->features['productRR'] = 'Product - R&D requirements'; $lang->custom->features['productUR'] = 'Product - User requirements'; $lang->custom->features['productLine'] = 'Product - Product Line'; $lang->custom->features['projectScrum'] = 'Project - Scrum model'; -$lang->custom->features['scrumDetail'] = 'Scrum - Issues, risks, opportunities, processes, QA, meetings, measure'; $lang->custom->features['projectWaterfall'] = 'Project - Waterfall model'; $lang->custom->features['projectKanban'] = 'Project - Kanban model'; -$lang->custom->features['execution'] = 'Execute, test, DevOps, Kanban, document, statistics, organize'; +$lang->custom->features['execution'] = 'Execute'; $lang->custom->features['qa'] = 'test'; $lang->custom->features['devops'] = 'DevOps'; $lang->custom->features['kanban'] = 'Kanban'; diff --git a/module/custom/lang/zh-cn.php b/module/custom/lang/zh-cn.php index 5c488184ec..689e8daeaf 100644 --- a/module/custom/lang/zh-cn.php +++ b/module/custom/lang/zh-cn.php @@ -265,7 +265,6 @@ $lang->custom->features['productRR'] = '产品-研发需求'; $lang->custom->features['productUR'] = '产品-用户需求'; $lang->custom->features['productLine'] = '产品-产品线'; $lang->custom->features['projectScrum'] = '项目-敏捷模型'; -$lang->custom->features['scrumDetail'] = '敏捷项目-问题、风险、机会、过程、QA、会议、度量'; $lang->custom->features['projectWaterfall'] = '项目-瀑布模型'; $lang->custom->features['projectKanban'] = '项目-看板模型'; $lang->custom->features['execution'] = '执行';