- editieren von stammdaten im infocentertool

This commit is contained in:
ma0048
2022-10-18 11:00:57 +02:00
parent 6a2f570ffa
commit 0bd7d6f7c6
5 changed files with 271 additions and 21 deletions
+21 -1
View File
@@ -17137,7 +17137,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'
)
)
),
);