add Vorlagendropdown Component and Listboxes for Messaging Variables

This commit is contained in:
ma0068
2025-02-19 11:36:00 +01:00
parent ae3072be92
commit f89c194d32
13 changed files with 1123 additions and 20 deletions
+20
View File
@@ -37519,6 +37519,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'successSent',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Nachricht erfolgreich versandt',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Message sent successfully',
'description' => '',
'insertvon' => 'system'
)
)
),
/////////// FHC4 Phrases Messages END ///////////
);