* Finish task #36375.

This commit is contained in:
tianshujie98
2021-03-03 09:41:35 +08:00
parent f53deb3ca5
commit 0d11a4dca3
9 changed files with 91 additions and 19 deletions
+8 -1
View File
@@ -153,12 +153,19 @@ $lang->program->featureBar['suspended'] = 'Suspended';
$lang->program->featureBar['closed'] = 'Closed';
$lang->program->PRJAclList['private'] = 'Private (For team members and stakeholders only)';
$lang->program->PRJAclList['open'] = "Open(accessible with project view permissions)";
$lang->program->PRJAclList['open'] = "Open (accessible with project view permissions)";
$lang->program->PRJAcls['private'] = 'Private';
$lang->program->PRJAcls['open'] = "Open";
$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->PGMPRJAcls['private'] = "Private";
$lang->program->PGMPRJAcls['program'] = "Public within the project set";
$lang->program->PGMPRJAcls['open'] = "Full disclosure";
$lang->program->PRJAuthList['extend'] = 'Inherit (system privilege and project privilege)';
$lang->program->PRJAuthList['reset'] = 'Reset (project privilege only)';