Add the possibility to make tags global from project settings

This commit is contained in:
Timo
2020-02-11 04:48:51 +01:00
committed by GitHub
parent f3945471b5
commit 2c98be3ead
6 changed files with 63 additions and 5 deletions

View File

@@ -1411,4 +1411,6 @@ return array(
'Task limits apply to each swimlane individually' => 'Aufgabenlimit gilt pro Swimlane',
'Task limits are applied to each swimlane individually' => 'Aufgabenlimit gilt pro Swimlane',
'Task limits are applied across swimlanes' => 'Aufgabenlimit gilt Swimlane übergreifend',
'Change to global tag' => 'Zu globalem Schlagwort machen',
'Do you really want to make the tag "%s" global?' => 'Das Schlagwort "%s" wirklich global machen?',
);

View File

@@ -1411,4 +1411,6 @@ return array(
'Task limits apply to each swimlane individually' => 'Les limites de tâches s\'appliquent à chaque swimlane individuellement',
'Task limits are applied to each swimlane individually' => 'Les limites de tâches sont appliquées à chaque swimlane individuellement',
'Task limits are applied across swimlanes' => 'Les limites de tâches sont appliquées entre les swimlanes',
// 'Change to global tag' => '',
// 'Do you really want to make the tag "%s" global?' => '',
);