added archive old posts activity

This commit is contained in:
JT Smith 2006-02-23 17:44:30 +00:00
parent 841c430ab4
commit 3f55240237
4 changed files with 106 additions and 43 deletions

View file

@ -0,0 +1,12 @@
package WebGUI::i18n::English::Workflow_Activity_ArchiveOldPosts;
our $I18N = {
'topicName' => {
message => q|Archive Old Posts|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
};
1;