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

package WebGUI::i18n::English::Workflow_Activity_PurgeOldTrash;
our $I18N = {
'activityName' => {
message => q|Purge Old Trash|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'purge old trash body' => {
message => q|<p>This workflow activity will delete assets from the trash that are older than the configured interval, unless the asset only has one approved version.</p>
<p>The default version of WebGUI ships with a weekly Workflow to delete Trash older than 30 days old. Disabling this Activity in the Workflow will keep Assets in the Trash forever.</p>|,
lastUpdated => 0,
},
};
1;