webgui/lib/WebGUI/i18n/English/Workflow_Activity_ProcessRecurringPayments.pm
2007-12-05 04:21:56 +00:00

14 lines
253 B
Perl

package WebGUI::i18n::English::Workflow_Activity_ProcessRecurringPayments;
use strict;
our $I18N = {
'activityName' => {
message => q|Process Recurring Payments|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
};
1;