diff --git a/module/custom/lang/de.php b/module/custom/lang/de.php index 43b81464fa..7c68a383b1 100644 --- a/module/custom/lang/de.php +++ b/module/custom/lang/de.php @@ -100,8 +100,9 @@ $lang->custom->object['testtask'] = 'Build'; $lang->custom->object['todo'] = 'Todo'; $lang->custom->object['user'] = 'User'; $lang->custom->object['block'] = 'ClosedBlock'; -$lang->custom->object['flow'] = '流程'; -$lang->custom->object['score'] = '积分'; +$lang->custom->object['flow'] = 'Flow'; +$lang->custom->object['score'] = 'Score'; +$lang->custom->object['mode'] = 'Mode'; $lang->custom->menuOrder[5] = 'project'; $lang->custom->menuOrder[10] = 'product'; @@ -117,9 +118,10 @@ $lang->custom->menuOrder[55] = 'user'; $lang->custom->menuOrder[60] = 'block'; $lang->custom->menuOrder[65] = 'flow'; $lang->custom->menuOrder[70] = 'score'; +$lang->custom->menuOrder[85] = 'mode'; $lang->custom->dividerMenu = ',story,todo,block,'; -$lang->custom->separatePage = ',execution,product,kanban,flow,score,'; +$lang->custom->separatePage = ',execution,product,kanban,flow,score,mode,'; $lang->custom->block = new stdclass(); $lang->custom->block->fields['closed'] = 'Closed Block'; diff --git a/module/custom/lang/en.php b/module/custom/lang/en.php index a51714846f..fe45ae1c2f 100644 --- a/module/custom/lang/en.php +++ b/module/custom/lang/en.php @@ -100,8 +100,9 @@ $lang->custom->object['testtask'] = 'Request'; $lang->custom->object['todo'] = 'Todo'; $lang->custom->object['user'] = 'User'; $lang->custom->object['block'] = 'Block'; -$lang->custom->object['flow'] = '流程'; -$lang->custom->object['score'] = '积分'; +$lang->custom->object['flow'] = 'Flow'; +$lang->custom->object['score'] = 'Score'; +$lang->custom->object['mode'] = 'Mode'; $lang->custom->menuOrder[5] = 'project'; $lang->custom->menuOrder[10] = 'product'; @@ -117,9 +118,10 @@ $lang->custom->menuOrder[55] = 'user'; $lang->custom->menuOrder[60] = 'block'; $lang->custom->menuOrder[65] = 'flow'; $lang->custom->menuOrder[70] = 'score'; +$lang->custom->menuOrder[85] = 'mode'; $lang->custom->dividerMenu = ',story,todo,block,'; -$lang->custom->separatePage = ',execution,product,kanban,flow,score,'; +$lang->custom->separatePage = ',execution,product,kanban,flow,score,mode,'; $lang->custom->block = new stdclass(); $lang->custom->block->fields['closed'] = 'Closed Block'; diff --git a/module/custom/lang/fr.php b/module/custom/lang/fr.php index f43ab88db5..2eb77b2ec4 100644 --- a/module/custom/lang/fr.php +++ b/module/custom/lang/fr.php @@ -100,8 +100,9 @@ $lang->custom->object['testtask'] = 'Build'; $lang->custom->object['todo'] = 'Agenda'; $lang->custom->object['user'] = 'Utilisateur'; $lang->custom->object['block'] = 'Bloc'; -$lang->custom->object['flow'] = '流程'; -$lang->custom->object['score'] = '积分'; +$lang->custom->object['flow'] = 'Flow'; +$lang->custom->object['score'] = 'Score'; +$lang->custom->object['mode'] = 'Mode'; $lang->custom->menuOrder[5] = 'project'; $lang->custom->menuOrder[10] = 'product'; @@ -117,9 +118,10 @@ $lang->custom->menuOrder[55] = 'user'; $lang->custom->menuOrder[60] = 'block'; $lang->custom->menuOrder[65] = 'flow'; $lang->custom->menuOrder[70] = 'score'; +$lang->custom->menuOrder[85] = 'mode'; $lang->custom->dividerMenu = ',story,todo,block,'; -$lang->custom->separatePage = ',execution,product,kanban,flow,score,'; +$lang->custom->separatePage = ',execution,product,kanban,flow,score,mode,'; $lang->custom->block = new stdclass(); $lang->custom->block->fields['closed'] = 'Bloc Fermé'; diff --git a/module/custom/lang/zh-cn.php b/module/custom/lang/zh-cn.php index 0a9561262e..535193bff8 100644 --- a/module/custom/lang/zh-cn.php +++ b/module/custom/lang/zh-cn.php @@ -102,6 +102,7 @@ $lang->custom->object['user'] = '用户'; $lang->custom->object['block'] = '区块'; $lang->custom->object['flow'] = '流程'; $lang->custom->object['score'] = '积分'; +$lang->custom->object['mode'] = '模式'; $lang->custom->menuOrder[5] = 'project'; $lang->custom->menuOrder[10] = 'product'; @@ -117,9 +118,10 @@ $lang->custom->menuOrder[55] = 'user'; $lang->custom->menuOrder[60] = 'block'; $lang->custom->menuOrder[65] = 'flow'; $lang->custom->menuOrder[70] = 'score'; +$lang->custom->menuOrder[85] = 'mode'; $lang->custom->dividerMenu = ',story,todo,block,'; -$lang->custom->separatePage = ',execution,product,kanban,flow,score,'; +$lang->custom->separatePage = ',execution,product,kanban,flow,score,mode'; $lang->custom->block = new stdclass(); $lang->custom->block->fields['closed'] = '关闭的区块'; diff --git a/module/custom/view/header.html.php b/module/custom/view/header.html.php index 7c5c481711..f8c795c644 100644 --- a/module/custom/view/header.html.php +++ b/module/custom/view/header.html.php @@ -19,8 +19,6 @@ } if($object == 'user') common::printLink('custom', 'required', "", "{$lang->custom->required}", '', "class='btn btn-link' id='requiredTab'"); } - - common::printLink('custom', 'mode', "", "{$lang->custom->mode}", '', "class='btn btn-link' id='modeTab'"); ?>