missing phrasen

This commit is contained in:
Johann Hoffmann
2024-11-21 15:21:33 +01:00
parent 8eb7d18ff9
commit d400f34e0f
7 changed files with 43 additions and 9 deletions
+20
View File
@@ -37156,6 +37156,26 @@ array(
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'lehre',
'phrase' => 'myLV',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Meine Lehrveranstaltungen",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "My Courses",
'description' => '',
'insertvon' => 'system'
)
)
)
// CIS4 phrases from legacy code end
);