From 2c3754b33f61bfcdb88e78d6f6191f4aa1d86012 Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Wed, 3 Sep 2025 13:51:41 +0200 Subject: [PATCH] more tooltips so people can avoid reading the wiki --- system/phrasesupdate.php | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 82ea03ba0..76cc70f06 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -34030,6 +34030,46 @@ array( ) ) ), + array( + 'app' => 'anwesenheiten', + 'category' => 'global', + 'phrase' => 'tooltipAssistenzVonDatum', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Untere Datumsgrenze für das Laden von Entschuldigungsdaten', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Lower date limit for the data loading of excuse notes', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'anwesenheiten', + 'category' => 'global', + 'phrase' => 'tooltipAssistenzBisDatum', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Obere Datumsgrenze für das Laden von Entschuldigungsdaten', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Upper date limit for the data loading of excuse notes', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), // // DIGITALE ANWESENHEITEN PHRASEN END //