49 lines
1.1 KiB
Perl
49 lines
1.1 KiB
Perl
package WebGUI::i18n::English::Workflow_Activity_NotifyAboutUser;
|
|
use strict;
|
|
|
|
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,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|