Added tooltip for unselectable Anrechnungen

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-01-25 18:18:13 +01:00
committed by cris-technikum
parent 1b00ae78b4
commit aefd0842db
7 changed files with 46 additions and 2 deletions
+20
View File
@@ -8668,6 +8668,26 @@ Any unusual occurrences
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'nichtSelektierbarAufgrundVon',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Nicht selektierbar aufgrund von: ',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Not selectable because of: ',
'description' => '',
'insertvon' => 'system'
)
)
)
);