From 0d3874b41a836cecf2c4ac73b7ae80e34e56ba77 Mon Sep 17 00:00:00 2001 From: chfhtw Date: Thu, 18 Jun 2026 11:06:57 +0200 Subject: [PATCH] Phrase for studienzweig (fhtw addon) --- system/phrasesupdate.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 5f6269365..957039176 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -58177,6 +58177,29 @@ I have been informed that I am under no obligation to consent to the transmissio ) ), // ### Phrases Dashboard Admin END + + //**************************** FHTW Addon start + array( + 'app' => 'core', + 'category' => 'fhtw', + 'phrase' => 'studienzweig', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Studienzweig', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Study branch', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + //**************************** FHTW Addon end );