* adjust for dev module.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
$config->dev->group['index'] = 'my';
|
||||
$config->dev->group['my'] = 'my';
|
||||
$config->dev->group['todo'] = 'my';
|
||||
$config->dev->group['program'] = 'program';
|
||||
$config->dev->group['product'] = 'product';
|
||||
$config->dev->group['story'] = 'product';
|
||||
$config->dev->group['storyspec'] = 'product';
|
||||
|
||||
@@ -48,9 +48,10 @@ $lang->dev->tableList['grouppriv'] = 'Privilege';
|
||||
$lang->dev->tableList['history'] = 'History';
|
||||
$lang->dev->tableList['lang'] = 'Language';
|
||||
$lang->dev->tableList['module'] = 'Module';
|
||||
$lang->dev->tableList['program'] = 'Program';
|
||||
$lang->dev->tableList['product'] = $lang->productCommon;
|
||||
$lang->dev->tableList['productplan'] = $lang->productCommon . 'Plan';
|
||||
$lang->dev->tableList['project'] = 'Project';
|
||||
$lang->dev->tableList['project'] = 'Project';
|
||||
$lang->dev->tableList['projectproduct'] = 'Project' . $lang->productCommon;
|
||||
$lang->dev->tableList['projectstory'] = 'Project Story';
|
||||
$lang->dev->tableList['execution'] = $lang->executionCommon;
|
||||
|
||||
@@ -48,9 +48,10 @@ $lang->dev->tableList['grouppriv'] = '组权限';
|
||||
$lang->dev->tableList['history'] = '操作历史';
|
||||
$lang->dev->tableList['lang'] = '语言定义';
|
||||
$lang->dev->tableList['module'] = '模块';
|
||||
$lang->dev->tableList['program'] = '项目集';
|
||||
$lang->dev->tableList['product'] = $lang->productCommon;
|
||||
$lang->dev->tableList['productplan'] = $lang->productCommon . '计划';
|
||||
$lang->dev->tableList['project'] = '项目';
|
||||
$lang->dev->tableList['project'] = '项目';
|
||||
$lang->dev->tableList['projectproduct'] = '项目' . $lang->productCommon;
|
||||
$lang->dev->tableList['projectstory'] = '项目' . $lang->SRCommon;
|
||||
$lang->dev->tableList['execution'] = $lang->executionCommon;
|
||||
|
||||
Reference in New Issue
Block a user