webgui/lib/WebGUI/i18n/English/Workflow_Activity.pm
Colin Kuskie 38bcbbc406 rename i18n/English/ArchiveOldPosts to ArchiveOldThreads to match workflow activity name
Add simple docs for Archive Old Threads and CacheEMSPrereqs
2006-07-01 21:11:59 +00:00

48 lines
1.2 KiB
Perl

package WebGUI::i18n::English::Workflow_Activity;
our $I18N = {
'description help' => {
message => q|Put a long explaination here of what this activity is doing.|,
context => q|the hover help for the description field|,
lastUpdated => 0,
},
'description' => {
message => q|Description|,
context => q|a label for the human readable description|,
lastUpdated => 0,
},
'title help' => {
message => q|Put a name here that identifies what this activity is doing.|,
context => q|the hover help for the title field|,
lastUpdated => 0,
},
'title' => {
message => q|Title|,
context => q|a label for the human readable title|,
lastUpdated => 0,
},
'add/edit workflow activity' => {
message => q|Add/Edit Workflow Activity|,
context => q|Title for the add and edit workflow activity screen|,
lastUpdated => 0,
},
'add/edit workflow activity body' => {
message => q|Add/Edit Workflow Activity|,
context => q|<p>Most Workflow Activities have these basic fields and properties:</p>|,
lastUpdated => 0,
},
'topicName' => {
message => q|Base Workflow Activity|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
};
1;