webgui/lib/WebGUI/i18n/English/Workflow_Activity_NotifyAboutUser.pm

48 lines
1.1 KiB
Perl

package WebGUI::i18n::English::Workflow_Activity_NotifyAboutUser;
our $I18N = {
'message help' => {
message => q|Type the message you want to send. Feel free to use macros for additional parameters.|,
context => q|the hover help for the message field|,
lastUpdated => 0,
},
'message' => {
message => q|Message|,
context => q|a label for the message field|,
lastUpdated => 0,
},
'subject help' => {
message => q|The subject of the message that will be sent.|,
context => q|the hover help for the subject field|,
lastUpdated => 0,
},
'subject' => {
message => q|Subject|,
context => q|a label for the subject field|,
lastUpdated => 0,
},
'to help' => {
message => q|The email address to send the message to. You may put in mutliple email addresses seperated by commas.|,
context => q|the hover help for the to field|,
lastUpdated => 0,
},
'to' => {
message => q|To|,
context => q|a label for the to field|,
lastUpdated => 0,
},
'topicName' => {
message => q|Notify About User|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
};
1;