Merge branch 'feature-69187/CIS_MA_Pruefungsprotokolle' into cis40_2026-05_ma_rc

This commit is contained in:
Harald Bamberger
2026-05-04 17:05:36 +02:00
6 changed files with 110 additions and 41 deletions
+42
View File
@@ -60746,6 +60746,48 @@ I have been informed that I am under no obligation to consent to the transmissio
)
),
// CIS4 GESAMTNOTENEINGABE ENDE ------------------------------------------------------------------------------------
//**************************** 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
);