Merge branch 'feature-25430/stammdaten_im_infocentertool_editierbar'

This commit is contained in:
Andreas Österreicher
2023-02-02 10:32:36 +01:00
6 changed files with 461 additions and 26 deletions
+21 -1
View File
@@ -17142,7 +17142,27 @@ array(
'insertvon' => 'system'
)
)
)
),
array(
'app' => 'infocenter',
'category' => 'infocenter',
'phrase' => 'stammdatenFeldFehlt',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Bitte Nachname, Geschlecht und Geburtsdatum ausfüllen.',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Please fill out the last name, gender and date of birth.',
'description' => '',
'insertvon' => 'system'
)
)
),
);