From 9e6ae4f5a40907a7fc955366c5e433dd082cc7bd Mon Sep 17 00:00:00 2001 From: Harald Bamberger Date: Mon, 15 Sep 2025 11:31:35 +0200 Subject: [PATCH] add phrase lehre/termineImLvPlan --- system/phrasesupdate.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 9916907be..0bfcdc466 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -48350,6 +48350,26 @@ and represent the current state of research on the topic. The prescribed citatio ) ), //**************************** CORE/search end + array( + 'app' => 'core', + 'category' => 'lehre', + 'phrase' => 'termineImLvPlan', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Alle Termine dieser LV', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Dates in schedule', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), );