webgui/lib/WebGUI/i18n/English/Workflow_Activity_ExpireSubscriptionCodes.pm
Colin Kuskie 7ec8da234d Added a tab in the Help table of contents for Workflow related
docs.  Reworked all the workflow activity docs to support this.
2006-07-02 18:24:07 +00:00

19 lines
612 B
Perl

package WebGUI::i18n::English::Workflow_Activity_ExpireSubscriptionCodes;
our $I18N = {
'activityName' => {
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;