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' => 'Gruppe löschen',
'Group removed successfully.' => 'Gruppe erfolgreich gelöscht.',
'Unable to remove this group.' => 'Gruppe konnte nicht gelöscht werden.',
'Group membership(s):' => 'Gruppen-Mitgliedschaft(en):',
// 'Group membership(s):' => '',
'Project Permissions' => 'Projekt Berechtigungen',
'Manager' => 'Manager',
'Project Manager' => 'Projekt Manager',
@@ -1416,4 +1416,5 @@ return array(
// 'Task limit: ' => '',
'Change to global tag' => 'Zu globalem Schlagwort machen',
'Do you really want to make the tag "%s" global?' => 'Das Schlagwort "%s" wirklich global machen?',
'Enable global tags for this project' => 'Globale Schlagworte für dieses Projekt aktivieren',
);