Phrase for studienzweig (fhtw addon)

This commit is contained in:
chfhtw
2026-06-18 11:06:57 +02:00
parent 9a561efcc1
commit 0d3874b41a
+23
View File
@@ -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
);