rename i18n/English/ArchiveOldPosts to ArchiveOldThreads to match workflow activity name

Add simple docs for Archive Old Threads and CacheEMSPrereqs
This commit is contained in:
Colin Kuskie 2006-07-01 21:11:59 +00:00
parent bc3054c56d
commit 38bcbbc406
6 changed files with 64 additions and 17 deletions

View file

@ -0,0 +1,17 @@
package WebGUI::i18n::English::Workflow_Activity_ArchiveOldThreads;
our $I18N = {
'topicName' => {
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;