Ready for 7.10.29 development.
This commit is contained in:
commit
c806f99b7b
4236 changed files with 1217679 additions and 0 deletions
49
lib/WebGUI/i18n/English/Workflow_Activity_NotifyAboutUser.pm
Normal file
49
lib/WebGUI/i18n/English/Workflow_Activity_NotifyAboutUser.pm
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue