mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°3287 - Set from display name / label in action email
Co-authored-by: Thomas Casteleyn <thomas.casteleyn@me.com>
This commit is contained in:
committed by
Molkobain
parent
11f00cc229
commit
43cadb0ede
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user