Help docs, big batch 2

This commit is contained in:
Colin Kuskie 2006-07-02 00:31:27 +00:00
parent 5de311d6f3
commit 5739575d0d
12 changed files with 238 additions and 2 deletions

View 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;

View file

@ -31,6 +31,11 @@ our $I18N = {
lastUpdated => 0,
},
'decay karma body' => {
message => q|<p>This workflow activity will cause karma to increase or decrease by a set amount, not by a percentage, if it is above a minimum value specified by the user. To alter the karma of all users, simple set the karma to a large, negative value.</p>|,
lastUpdated => 0,
},
};
1;

View file

@ -7,6 +7,11 @@ our $I18N = {
lastUpdated => 0,
},
'delete expired sessions body' => {
message => q|<p>This workflows cleans up and deletes any expired sessions.</p>|,
lastUpdated => 0,
},
};
1;

View file

@ -0,0 +1,19 @@
package WebGUI::i18n::English::Workflow_Activity_ExpireGroupings;
our $I18N = {
'topicName' => {
message => q|Expire Groupings|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'expire groupings body' => {
message => q|<p>This workflow activity will go through all Groups and handle changes in group membership. If expiration notification has been setup for the group, users will be notified at the appropriate time before their membership expires. After the delete offset has passed from their expiration date, the user is deleted from the group.</p>
<p>
|,
lastUpdated => 0,
},
};
1;

View file

@ -0,0 +1,19 @@
package WebGUI::i18n::English::Workflow_Activity_ExpireSubscriptionCodes;
our $I18N = {
'topicName' => {
message => q|Expire Subscription Codes|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'expire subscription codes body' => {
message => q|<p>This workflow activity will go through all subscription codes and expire any subscription code whose status is unused after the expiration date for the subscription code has passed. The expiration date is calculated from the date it was created and interval it was set to expire.</p>
<p>
|,
lastUpdated => 0,
},
};
1;