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,19 @@
package WebGUI::i18n::English::Workflow_Activity_PurgeOldTrash;
our $I18N = {
'topicName' => {
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;