webgui/lib/WebGUI/i18n/English/Workflow_Activity_NotifyAboutUser.pm
2006-12-27 02:26:34 +00:00

53 lines
1.4 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 multiple email addresses separated by commas.|,
context => q|the hover help for the to field|,
lastUpdated => 1167186609,
},
'to' => {
message => q|To|,
context => q|a label for the to field|,
lastUpdated => 0,
},
'activityName' => {
message => q|Notify About User|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'notify about user body' => {
message => q|<p>This workflow activity will send out an email with information about a user. This can be used as a notification that some action needs to be taken, or to notify an Admin or Secondary Admin about a user.</p>|,
lastUpdated => 0,
},
};
1;