Add option to enable or disable global tags per projects

This commit is contained in:
Timo
2020-04-04 20:39:17 +02:00
committed by GitHub
parent 1cc0ac0713
commit 67a5dd6a89
42 changed files with 185 additions and 62 deletions

View File

@@ -838,7 +838,7 @@ return array(
'Remove group' => '删除群組',
'Group removed successfully.' => '群組已删除',
'Unable to remove this group.' => '無法删除群組',
// 'Group membership(s):' => ':',
// 'Group membership(s):' => '',
'Project Permissions' => '專案全線',
'Manager' => '管理員',
'Project Manager' => '專案管理員',
@@ -1416,4 +1416,5 @@ return array(
// 'Task limit: ' => '',
// 'Change to global tag' => '',
// 'Do you really want to make the tag "%s" global?' => '',
// 'Enable global tags for this project' => '',
);