Tab Notizen, Messages: use HTML-Entities

Tab Abschlussprüfung, Prestudent, Pruefung, Dokument: Phrasen
This commit is contained in:
ma0068
2025-07-24 14:40:48 +02:00
parent 715b48c39f
commit 53e395aca4
9 changed files with 63 additions and 14 deletions
+45 -5
View File
@@ -40096,7 +40096,7 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Abschlusspruefung ID',
'text' => 'Abschlussprüfung ID',
'description' => '',
'insertvon' => 'system'
),
@@ -40660,13 +40660,13 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Firma Id',
'text' => 'Firma ID',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Company Id',
'text' => 'Company ID',
'description' => '',
'insertvon' => 'system'
)
@@ -43209,13 +43209,13 @@ and represent the current state of research on the topic. The prescribed citatio
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Dms ID',
'text' => 'DMS ID',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Dms ID',
'text' => 'DMS ID',
'description' => '',
'insertvon' => 'system'
)
@@ -44537,6 +44537,46 @@ and represent the current state of research on the topic. The prescribed citatio
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'mitarbeiter_uid',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Mitarbeiter UID',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Employee UID',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'pruefung_id',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Prüfung ID',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Examination ID',
'description' => '',
'insertvon' => 'system'
)
)
),
// FHC-4 Finetuning END
);