From c02c1e995555e58bbbf9292a5426506b37a2d6ac Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Tue, 26 Nov 2024 15:59:42 +0100 Subject: [PATCH] hinweis "testphase -> keine benotung" phrase --- system/phrasesupdate.php | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 6dda8a8e9..5388b4a43 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -28432,7 +28432,27 @@ array( 'description' => '', 'insertvon' => 'system' ) - ) + ), + array( + 'app' => 'anwesenheiten', + 'category' => 'global', + 'phrase' => 'tooltipStudentTestphase', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Hinweis: Es handelt sich um einen nicht repräsentativen Testbetrieb und die Ergebnisse werden nicht für die Benotung herangezogen.', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Note: This is a non-representative test operation and the results are not used for grading.', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), ), // // DIGITALE ANWESENHEITEN PHRASEN END