N°3287 - Set from display name / label in action email

Co-authored-by: Thomas Casteleyn <thomas.casteleyn@me.com>
This commit is contained in:
Lars Kaltefleiter
2020-09-03 16:44:31 +02:00
committed by Molkobain
parent 11f00cc229
commit 43cadb0ede
17 changed files with 139 additions and 71 deletions

View File

@@ -505,10 +505,14 @@ Dict::Add('DA DA', 'Danish', 'Dansk', array(
'Class:ActionEmail+' => '',
'Class:ActionEmail/Attribute:test_recipient' => 'Test modtager',
'Class:ActionEmail/Attribute:test_recipient+' => '',
'Class:ActionEmail/Attribute:from' => 'Fra',
'Class:ActionEmail/Attribute:from+' => 'Afsender af emailen',
'Class:ActionEmail/Attribute:reply_to' => 'Svar til',
'Class:ActionEmail/Attribute:reply_to+' => 'Svar sendes til',
'Class:ActionEmail/Attribute:from' => 'Fra~~',
'Class:ActionEmail/Attribute:from+' => 'Afsender af emailen~~',
'Class:ActionEmail/Attribute:from_label' => 'From (label)~~',
'Class:ActionEmail/Attribute:from_label+' => 'Sender display name will be sent into the email header~~',
'Class:ActionEmail/Attribute:reply_to' => 'Svar til~~',
'Class:ActionEmail/Attribute:reply_to+' => 'Svar sendes til~~',
'Class:ActionEmail/Attribute:reply_to_label' => 'Reply to (label)~~',
'Class:ActionEmail/Attribute:reply_to_label+' => 'Reply to display name will be sent into the email header~~',
'Class:ActionEmail/Attribute:to' => 'Til',
'Class:ActionEmail/Attribute:to+' => 'Modtager af emailen',
'Class:ActionEmail/Attribute:cc' => 'Cc',