Pruefungsprotokolle: added cis header/footer switch, added language in form

This commit is contained in:
Alexei Karpenko
2025-11-14 11:01:11 +01:00
parent dbfa64a436
commit d9c7df736c
6 changed files with 110 additions and 42 deletions
+42
View File
@@ -51468,6 +51468,48 @@ I have been informed that I am under no obligation to consent to the transmissio
)
),
// ### DOKUMENTE ERSTELLEN PHRASEN END ###
//**************************** Pruefungsprotokolle start
array(
'app' => 'core',
'category' => 'abschlusspruefung',
'phrase' => 'bereitsFreigegeben',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Protokoll ist bereits freigegeben',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Record of examination already approved',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'abschlusspruefung',
'phrase' => 'spracheDerArbeit',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Sprache der',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Language of',
'description' => '',
'insertvon' => 'system'
)
)
),
//**************************** Pruefungsprotokolle end
);