Help docs, big batch 2
This commit is contained in:
parent
5de311d6f3
commit
5739575d0d
12 changed files with 238 additions and 2 deletions
18
lib/WebGUI/i18n/English/Workflow_Activity_CreateCronJob.pm
Normal file
18
lib/WebGUI/i18n/English/Workflow_Activity_CreateCronJob.pm
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
package WebGUI::i18n::English::Workflow_Activity_CreateCronJob;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'topicName' => {
|
||||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue