webgui/lib/WebGUI/i18n/English/Workflow_Activity_CleanLoginHistory.pm
Colin Kuskie 7ec8da234d Added a tab in the Help table of contents for Workflow related
docs.  Reworked all the workflow activity docs to support this.
2006-07-02 18:24:07 +00:00

29 lines
837 B
Perl

package WebGUI::i18n::English::Workflow_Activity_CleanLoginHistory;
our $I18N = {
'age to delete help' => {
message => q|After what period of time is it ok to start deleteing entries from the user login history?|,
context => q|the hover help for the age to delete field|,
lastUpdated => 0,
},
'age to delete' => {
message => q|Age To Delete|,
context => q|a label how old we should allow the login history to get|,
lastUpdated => 0,
},
'activityName' => {
message => q|Clean Login History|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'clean login history body' => {
message => q|<p>This workflow activity will go through the User Login Log table in the WebGUI database and prune entries that are older than the user configured time limit.</p>|,
lastUpdated => 0,
},
};
1;