Big batch o' Activity docs.

This commit is contained in:
Colin Kuskie 2006-07-02 04:32:46 +00:00
parent 3d77b2451a
commit 23c17851ea
14 changed files with 299 additions and 0 deletions

View file

@ -0,0 +1,18 @@
package WebGUI::i18n::English::Workflow_Activity_ProcessRecurringPayments;
our $I18N = {
'topicName' => {
message => q|Process Recurring Payments|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'process recurring payments body' => {
message => q|<p>This workflow activity will process all recurring transactions (payments) in the Commerce system that are complete at the time the Activity is executed. When the Activity is through with all those payments, a email with the details of all transactions is sent to the user configured in the Settings to receive them.</p>|,
lastUpdated => 0,
},
};
1;