18 lines
401 B
Perl
18 lines
401 B
Perl
package WebGUI::i18n::English::Workflow_Activity_CreateCronJob;
|
|
|
|
our $I18N = {
|
|
|
|
'activityName' => {
|
|
message => q|Create Cron Job|,
|
|
context => q|The name of this workflow activity.|,
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
'create cron job body' => {
|
|
message => q|<p>This workflow activity is used to run other Workflows on specified times and days or regular intervals.</p>|,
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|