adds Phrasen to the Stundenplan dashboard widget

This commit is contained in:
SimonGschnell
2024-07-31 14:51:43 +02:00
parent 0849e795a0
commit bd7e45547f
2 changed files with 122 additions and 51 deletions
+62 -1
View File
@@ -27489,7 +27489,68 @@ array(
'insertvon' => 'system'
)
)
)
),
// NEWS PHRASEN ---------------------------------------------------------------------------
array(
'app' => 'core',
'category' => 'news',
'phrase' => 'allNews',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Alle News',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'All News',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'news',
'phrase' => 'topNews',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Top Nachrichten',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Top News',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'news',
'phrase' => 'noSubject',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Kein Betreff vorhanden',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'No Subject available',
'description' => '',
'insertvon' => 'system'
)
)
),
);