diff --git a/module/custom/lang/de.php b/module/custom/lang/de.php index 1c66f99428..c80e72ccfa 100644 --- a/module/custom/lang/de.php +++ b/module/custom/lang/de.php @@ -165,8 +165,8 @@ $lang->custom->moduleName['project'] = $lang->projectCommon; $lang->custom->conceptQuestions['overview'] = "1. Which combination of management fits your company?"; $lang->custom->conceptQuestions['story'] = "2. Do you use the concept of requirement or user story in your company?"; -$lang->custom->conceptQuestions['requirementpoint'] = "2. Do you use hours or function points to make estimations in your company?"; -$lang->custom->conceptQuestions['storypoint'] = "2. Do you use hours or story points to make estimations in your company?"; +$lang->custom->conceptQuestions['requirementpoint'] = "3. Do you use hours or function points to make estimations in your company?"; +$lang->custom->conceptQuestions['storypoint'] = "3. Do you use hours or story points to make estimations in your company?"; $lang->custom->conceptOptions = new stdclass; diff --git a/module/custom/lang/en.php b/module/custom/lang/en.php index 9d0692dbb2..3f092e5d3f 100644 --- a/module/custom/lang/en.php +++ b/module/custom/lang/en.php @@ -165,8 +165,8 @@ $lang->custom->moduleName['project'] = $lang->projectCommon; $lang->custom->conceptQuestions['overview'] = "1. Which combination of management fits your company?"; $lang->custom->conceptQuestions['story'] = "2. Do you use the concept of requirement or user story in your company?"; -$lang->custom->conceptQuestions['requirementpoint'] = "2. Do you use hours or function points to make estimations in your company?"; -$lang->custom->conceptQuestions['storypoint'] = "2. Do you use hours or story points to make estimations in your company?"; +$lang->custom->conceptQuestions['requirementpoint'] = "3. Do you use hours or function points to make estimations in your company?"; +$lang->custom->conceptQuestions['storypoint'] = "3. Do you use hours or story points to make estimations in your company?"; $lang->custom->conceptOptions = new stdclass; diff --git a/module/custom/lang/fr.php b/module/custom/lang/fr.php index 30520b5233..2fc0a6549c 100644 --- a/module/custom/lang/fr.php +++ b/module/custom/lang/fr.php @@ -165,8 +165,8 @@ $lang->custom->moduleName['project'] = $lang->projectCommon; $lang->custom->conceptQuestions['overview'] = "1. Quelle combinaison de gestion convient le mieux à votre entreprise ?"; $lang->custom->conceptQuestions['story'] = "2. Utilisez-vous le concept d'exigence ou de user story dans votre entreprise ?"; -$lang->custom->conceptQuestions['requirementpoint'] = "2. Utilisez-vous des heures ou des points de fonction pour faire des estimations dans votre entreprise ?"; -$lang->custom->conceptQuestions['storypoint'] = "2. Utilisez-vous des heures ou des points de Story pour faire des estimations dans votre entreprise ?"; +$lang->custom->conceptQuestions['requirementpoint'] = "3. Utilisez-vous des heures ou des points de fonction pour faire des estimations dans votre entreprise ?"; +$lang->custom->conceptQuestions['storypoint'] = "3. Utilisez-vous des heures ou des points de Story pour faire des estimations dans votre entreprise ?"; $lang->custom->conceptOptions = new stdclass; diff --git a/module/custom/lang/vi.php b/module/custom/lang/vi.php index eb2fd081e8..f9cc86bdb4 100644 --- a/module/custom/lang/vi.php +++ b/module/custom/lang/vi.php @@ -165,8 +165,8 @@ $lang->custom->moduleName['project'] = $lang->projectCommon; $lang->custom->conceptQuestions['overview'] = "1. Sự kết hợp quản lý nào phù hợp với công ty của bạn?"; $lang->custom->conceptQuestions['story'] = "2. Bạn có sử dụng mô hình điều kiện hay câu chuyện người dùng trong doanh nghiệp của bạn?"; -$lang->custom->conceptQuestions['requirementpoint'] = "2. Do you use hours or function points to make estimations in your company?"; -$lang->custom->conceptQuestions['storypoint'] = "2. Bạn có dùng giờ hoặc điểm để tạo dự kiến trong doanh nghiệp của bạn ?"; +$lang->custom->conceptQuestions['requirementpoint'] = "3. Do you use hours or function points to make estimations in your company?"; +$lang->custom->conceptQuestions['storypoint'] = "3. Bạn có dùng giờ hoặc điểm để tạo dự kiến trong doanh nghiệp của bạn ?"; $lang->custom->conceptOptions = new stdclass;