Nachreichdatum kann nun auch ueber das Infocenter gesetzt werden

This commit is contained in:
ma0048
2021-06-29 14:43:19 +02:00
parent 8b3df55719
commit d4d84a93ba
7 changed files with 267 additions and 33 deletions
+20
View File
@@ -3486,6 +3486,26 @@ $phrases = array(
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'dokumentWirdNachgereicht',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Dokument wird nachgereicht',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Document will be submitted later',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'global',