webgui/lib/WebGUI/i18n/English/Workflow_Activity_GetCsPost.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

17 lines
604 B
Perl

package WebGUI::i18n::English::Workflow_Activity_GetCsPost;
our $I18N = {
'activityName' => {
message => q|Get Collaboration System Posts from Email|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'get cs post body' => {
message => q|<p>This workflow activity will fetch emails to the email box configured for the Collaboration System and create threads and posts inside the CS from them. Because this process could take a long time, based on the number of emails that have queued up, the activity will stop after one minute.</p>|,
lastUpdated => 0,
},
};
1;