* Fix details and add upgrade logic.
This commit is contained in:
@@ -164,7 +164,7 @@ global $config;
|
||||
if($config->systemMode == 'new')
|
||||
{
|
||||
$lang->execution->aclList['private'] = 'Private (for team members and execution stakeholders)';
|
||||
$lang->execution->aclList['open'] = 'Inherited Execution ACL (for who can access the current execution)';
|
||||
$lang->execution->aclList['open'] = 'Inherited Project ACL (for who can access the current project)';
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -172,6 +172,9 @@ else
|
||||
$lang->execution->aclList['open'] = "Public (Users who can visit {$lang->executionCommon} can access it.)";
|
||||
}
|
||||
|
||||
$lang->execution->kanbanAclList['private'] = 'Private';
|
||||
$lang->execution->kanbanAclList['open'] = 'Inherited Project';
|
||||
|
||||
$lang->execution->storyPoint = 'Story Point';
|
||||
|
||||
$lang->execution->burnByList['left'] = 'View by remaining hours';
|
||||
|
||||
@@ -172,6 +172,9 @@ else
|
||||
$lang->execution->aclList['open'] = "公开(有{$lang->executionCommon}视图权限即可访问)";
|
||||
}
|
||||
|
||||
$lang->execution->kanbanAclList['private'] = '私有';
|
||||
$lang->execution->kanbanAclList['open'] = '继承项目';
|
||||
|
||||
$lang->execution->storyPoint = '故事点';
|
||||
|
||||
$lang->execution->burnByList['left'] = '按剩余工时查看';
|
||||
|
||||
Reference in New Issue
Block a user