webgui/lib/WebGUI/i18n/English/Workflow_Activity_ArchiveOldThreads.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
449 B
Perl

package WebGUI::i18n::English::Workflow_Activity_ArchiveOldThreads;
our $I18N = {
'activityName' => {
message => q|Archive Old Threads|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'archive old threads body' => {
message => q|<p>This workflow activity will go through all Collaboration Systems (CS) in your site and, based on the settings of that CS, archive old posts.</p>|,
lastUpdated => 0,
},
};
1;