* Finish task #8893.

This commit is contained in:
tianshujie98
2021-01-01 10:10:46 +08:00
parent cf613fdbac
commit 193d40fa02
13 changed files with 35 additions and 35 deletions
+3 -3
View File
@@ -113,12 +113,12 @@ $lang->program->featureBar['wait'] = 'Waiting';
$lang->program->featureBar['suspended'] = 'Suspended';
$lang->program->featureBar['closed'] = 'Closed';
$lang->program->PRJAclList['open'] = "Open(accessible with project view permissions)";
$lang->program->PRJAclList['private'] = 'Private (For team members and stakeholders only)';
$lang->program->PRJAclList['open'] = "Open(accessible with project view permissions)";
$lang->program->PGMPRJAclList['open'] = "Full disclosure (accessible with project view permissions)";
$lang->program->PGMPRJAclList['program'] = "Public within the project set (accessible to all higher-level project set leaders and stakeholders, members of this project team and stakeholders)";
$lang->program->PGMPRJAclList['private'] = "Private (For team members and stakeholders only)";
$lang->program->PGMPRJAclList['program'] = "Public within the project set (accessible to all higher-level project set leaders and stakeholders, members of this project team and stakeholders)";
$lang->program->PGMPRJAclList['open'] = "Full disclosure (accessible with project view permissions)";
$lang->program->PRJAuthList['extend'] = 'Inherit (system privilege and project privilege)';
$lang->program->PRJAuthList['reset'] = 'Reset (project privilege only)';