update(LvInfo Phrasen): adds some phrasen for the LvInfo View for the moodle events

This commit is contained in:
SimonGschnell
2025-03-03 14:38:23 +01:00
parent 20f22d5a7b
commit b8239b0842
2 changed files with 84 additions and 4 deletions
+80
View File
@@ -20184,6 +20184,86 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'lvinfo',
'phrase' => 'actionname',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Aktion",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Action",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'lvinfo',
'phrase' => 'overdue',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "überfällig",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "overdue",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'lvinfo',
'phrase' => 'overdueEvent',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Event ist überfällig",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Event is overdue",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'lvinfo',
'phrase' => 'moodleLink',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Moodle Link",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Moodle link",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'rauminfo',