From 13e7e759c0836689f00dbe5b943e4a67fd6cd983 Mon Sep 17 00:00:00 2001 From: ma0048 Date: Wed, 15 Nov 2023 11:02:25 +0100 Subject: [PATCH] - udf vertiefungsrichtungen hinzugefuegt --- system/phrasesupdate.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 0a8407ad7..105c2e53a 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -5914,6 +5914,26 @@ When on hold, the date is only a reminder.', ) ) ), + array( + 'app' => 'core', + 'category' => 'ui', + 'phrase' => 'vertiefungsrichtung', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Vertiefungsrichtung', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Specialization', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), array( 'app' => 'lehrauftrag', 'category' => 'ui',