phrasen & change email template name to under 32 characters long

This commit is contained in:
Johann Hoffmann
2025-04-29 15:03:10 +02:00
parent 38424bc875
commit d791a6d3ef
3 changed files with 43 additions and 3 deletions
+40
View File
@@ -37939,6 +37939,46 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'abgabetool',
'phrase' => 'serienTerminGespeichert',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Serientermin wurde erfolgreich eingetragen!",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Series dates were successfully entered!",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'abgabetool',
'phrase' => 'errorSerienterminSpeichern',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Fehler beim speichern des Serientermins!",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "Error saving Series dates!",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'abgabetool',