Add a workflow activity for archiving old stories, i18n and tests.

This commit is contained in:
Colin Kuskie 2009-03-25 01:07:28 +00:00
parent 5f1f0a8a11
commit 25acb1acf2
3 changed files with 244 additions and 0 deletions

View file

@ -0,0 +1,13 @@
package WebGUI::i18n::English::Workflow_Activity_ArchiveOldStories;
use strict;
our $I18N = {
'activityName' => {
message => q|Archive Old Stories|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
};
1;