From 7ff2af63ff02c9a00badd2a03a922472c54305f7 Mon Sep 17 00:00:00 2001 From: lanzongjun Date: Mon, 19 Sep 2022 13:30:23 +0800 Subject: [PATCH] modify lang --- module/custom/lang/de.php | 13 ++----------- module/custom/lang/en.php | 13 ++----------- module/custom/lang/fr.php | 13 ++----------- module/upgrade/lang/de.php | 4 ++-- module/upgrade/lang/en.php | 4 ++-- module/upgrade/lang/fr.php | 4 ++-- 6 files changed, 12 insertions(+), 39 deletions(-) diff --git a/module/custom/lang/de.php b/module/custom/lang/de.php index 2b588e846f..e0a417682e 100644 --- a/module/custom/lang/de.php +++ b/module/custom/lang/de.php @@ -235,17 +235,8 @@ $lang->custom->weekendList[2] = '2-Day Off'; $lang->custom->weekendList[1] = '1-Day Off'; global $config; -if($config->systemMode == 'lean') -{ - $lang->custom->sprintConceptList[0] = 'Product - Project'; - $lang->custom->sprintConceptList[1] = 'Product - Iteration'; - $lang->custom->sprintConceptList[2] = 'Product - Sprint'; -} -else -{ - $lang->custom->sprintConceptList[0] = 'Product - Project'; - $lang->custom->sprintConceptList[1] = 'Product - Iteration'; -} +$lang->custom->sprintConceptList[0] = 'Product - Project'; +$lang->custom->sprintConceptList[1] = 'Product - Iteration'; $lang->custom->workingList['full'] = 'Full Management of Dev'; diff --git a/module/custom/lang/en.php b/module/custom/lang/en.php index 0cff84723f..1e08e83c0a 100644 --- a/module/custom/lang/en.php +++ b/module/custom/lang/en.php @@ -235,17 +235,8 @@ $lang->custom->weekendList[2] = '2-Day Off'; $lang->custom->weekendList[1] = '1-Day Off'; global $config; -if($config->systemMode == 'lean') -{ - $lang->custom->sprintConceptList[0] = 'Product - Project'; - $lang->custom->sprintConceptList[1] = 'Product - Iteration'; - $lang->custom->sprintConceptList[2] = 'Product - Sprint'; -} -else -{ - $lang->custom->sprintConceptList[0] = 'Program - Product - Iteration'; - $lang->custom->sprintConceptList[1] = 'Program - Product - Sprint'; -} +$lang->custom->sprintConceptList[0] = 'Program - Product - Iteration'; +$lang->custom->sprintConceptList[1] = 'Program - Product - Sprint'; $lang->custom->workingList['full'] = 'Application Lifecycle Management'; diff --git a/module/custom/lang/fr.php b/module/custom/lang/fr.php index c463d50cb1..f3189ca46f 100644 --- a/module/custom/lang/fr.php +++ b/module/custom/lang/fr.php @@ -235,17 +235,8 @@ $lang->custom->weekendList[2] = '2-Jour'; $lang->custom->weekendList[1] = '1-Jour'; global $config; -if($config->systemMode == 'lean') -{ - $lang->custom->sprintConceptList[0] = 'Product - Project'; - $lang->custom->sprintConceptList[1] = 'Product - Iteration'; - $lang->custom->sprintConceptList[2] = 'Product - Sprint'; -} -else -{ - $lang->custom->sprintConceptList[0] = 'Product - Project'; - $lang->custom->sprintConceptList[1] = 'Product - Iteration'; -} +$lang->custom->sprintConceptList[0] = 'Product - Project'; +$lang->custom->sprintConceptList[1] = 'Product - Iteration'; $lang->custom->workingList['full'] = 'Application Lifecycle Management'; diff --git a/module/upgrade/lang/de.php b/module/upgrade/lang/de.php index 7d0167551b..964aa5e8c0 100644 --- a/module/upgrade/lang/de.php +++ b/module/upgrade/lang/de.php @@ -196,5 +196,5 @@ $lang->upgrade->useNew = 'User New mode'; $lang->upgrade->remark = 'Remark'; $lang->upgrade->remarkDesc = 'You can also switch between the background customization of the system later'; -$lang->upgrade->to18Mode['Lean'] = 'Lean'; -$lang->upgrade->to18Mode['new'] = 'New'; \ No newline at end of file +$lang->upgrade->to18Mode['lean'] = 'Lean Mode'; +$lang->upgrade->to18Mode['new'] = 'Program Mode'; diff --git a/module/upgrade/lang/en.php b/module/upgrade/lang/en.php index 865c78baa1..1a1891de98 100644 --- a/module/upgrade/lang/en.php +++ b/module/upgrade/lang/en.php @@ -196,5 +196,5 @@ $lang->upgrade->useNew = 'User New mode'; $lang->upgrade->remark = 'Remark'; $lang->upgrade->remarkDesc = 'You can also switch between the background customization of the system later'; -$lang->upgrade->to18Mode['Lean'] = 'Lean'; -$lang->upgrade->to18Mode['new'] = 'New'; \ No newline at end of file +$lang->upgrade->to18Mode['lean'] = 'Lean Mode'; +$lang->upgrade->to18Mode['new'] = 'Program Mode'; diff --git a/module/upgrade/lang/fr.php b/module/upgrade/lang/fr.php index bfda806e8d..c40b9fda65 100644 --- a/module/upgrade/lang/fr.php +++ b/module/upgrade/lang/fr.php @@ -196,5 +196,5 @@ $lang->upgrade->useNew = 'User New mode'; $lang->upgrade->remark = 'Remark'; $lang->upgrade->remarkDesc = 'You can also switch between the background customization of the system later'; -$lang->upgrade->to18Mode['Lean'] = 'Lean'; -$lang->upgrade->to18Mode['new'] = 'New'; \ No newline at end of file +$lang->upgrade->to18Mode['lean'] = 'Lean Mode'; +$lang->upgrade->to18Mode['new'] = 'Program Mode';