Merge branch 'zentaopms_284' of https://gitlab.zcorp.cc/easycorp/zentaopms into zentaopms_284
This commit is contained in:
@@ -83,6 +83,7 @@ $lang->whitelist = 'Weiße Liste';
|
||||
$lang->globalSetting = 'Global Setting';
|
||||
$lang->waterfallModel = 'Waterfall';
|
||||
$lang->scrumModel = 'Scrum';
|
||||
$lang->agilePlusModel = 'Agile Plus';
|
||||
$lang->all = 'All';
|
||||
$lang->viewDetails = 'View Details';
|
||||
|
||||
|
||||
@@ -83,6 +83,7 @@ $lang->whitelist = 'Access whitelist';
|
||||
$lang->globalSetting = 'Global Setting';
|
||||
$lang->waterfallModel = 'Waterfall';
|
||||
$lang->scrumModel = 'Scrum';
|
||||
$lang->agilePlusModel = 'Agile Plus';
|
||||
$lang->all = 'All';
|
||||
$lang->viewDetails = 'View Details';
|
||||
|
||||
|
||||
@@ -83,6 +83,7 @@ $lang->whitelist = 'Liste blanche';
|
||||
$lang->globalSetting = 'Global Setting';
|
||||
$lang->waterfallModel = 'Waterfall';
|
||||
$lang->scrumModel = 'Scrum';
|
||||
$lang->agilePlusModel = 'Agile Plus';
|
||||
$lang->all = 'All';
|
||||
$lang->viewDetails = 'View Details';
|
||||
|
||||
|
||||
@@ -586,6 +586,7 @@ $lang->admin->menu->model['dropMenu']->allModel = array('link' => "{$lang->globa
|
||||
|
||||
if($config->edition == 'max') $lang->admin->menu->model['dropMenu']->scrum = array('link' => "{$lang->scrumModel}|auditcl|scrumbrowse|processID=0&browseType=scrum", 'subModule' => 'auditcl,process,activity,zoutput,classify,');
|
||||
$lang->admin->menu->model['dropMenu']->waterfall = array('link' => "{$lang->waterfallModel}|stage|setType|", 'subModule' => 'stage,auditcl,cmcl,process,activity,zoutput,classify,reviewcl,reviewsetting,design');
|
||||
if($config->edition == 'max') $lang->admin->menu->model['dropMenu']->agileplus = array('link' => "{$lang->agilePlusModel}|auditcl|agileplusbrowse|processID=0&browseType=agileplus", 'subModule' => 'auditcl,process,activity,zoutput,classify,');
|
||||
|
||||
$lang->admin->menu->allModel['subMenu'] = new stdclass();
|
||||
$lang->admin->menu->allModel['subMenu']->storyConcept = array('link' => "{$lang->storyConcept}|custom|browsestoryconcept|");
|
||||
|
||||
@@ -83,6 +83,7 @@ $lang->whitelist = '访问白名单';
|
||||
$lang->globalSetting = '全局设置';
|
||||
$lang->waterfallModel = '瀑布模型';
|
||||
$lang->scrumModel = '敏捷模型';
|
||||
$lang->agilePlusModel = '融合敏捷模型';
|
||||
$lang->all = '所有';
|
||||
$lang->viewDetails = '查看详情';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user