prepare basic framework

This commit is contained in:
ma0068
2025-02-06 08:34:34 +01:00
parent a1841a0071
commit 018220594a
12 changed files with 297 additions and 6 deletions
+24 -1
View File
@@ -37297,7 +37297,30 @@ array(
'insertvon' => 'system'
)
)
)
),
/////////// FHC4 Phrases Messages START ///////////
array(
'app' => 'core',
'category' => 'stv',
'phrase' => 'tab_messages',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Nachrichten',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Messages',
'description' => '',
'insertvon' => 'system'
)
)
),
/////////// FHC4 Phrases Messages END ///////////
);