Merge branch 'feature-40309/Cis_News_widget' into feature-25999/C4

This commit is contained in:
Harald Bamberger
2024-09-09 13:03:47 +02:00
35 changed files with 975 additions and 338 deletions
Executable → Regular
+61
View File
@@ -33313,6 +33313,67 @@ array(
)
)
),
// 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'
)
)
),
);