From 631010821bc8d0f98a3b873e1450f87ee8bc14fb Mon Sep 17 00:00:00 2001 From: ma0048 Date: Tue, 3 Dec 2024 17:08:03 +0100 Subject: [PATCH] - check bei projectstunden ob stunden eingetragen sind --- system/phrasesupdate.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 7d8ff0181..abfb98c29 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -14584,6 +14584,26 @@ array( ) ) ), + array( + 'app' => 'core', + 'category' => 'ui', + 'phrase' => 'felderFehlen', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => "Bitte füllen Sie alle Formularfelder aus", + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => "Please fill in all form fields", + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), array( 'app' => 'core', 'category' => 'ui',