Added Anrechnungsdatum

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-01-18 15:08:16 +01:00
committed by cris-technikum
parent 3ffc5c7d3f
commit e04e584410
2 changed files with 21 additions and 6 deletions
+20
View File
@@ -8288,6 +8288,26 @@ Any unusual occurrences
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'antragdatum',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Antragsdatum',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Application date',
'description' => '',
'insertvon' => 'system'
)
)
)
);