24 lines
595 B
Perl
24 lines
595 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,
|
|
},
|
|
|
|
'topicName' => {
|
|
message => q|Clean Login History|,
|
|
context => q|The name of this workflow activity.|,
|
|
lastUpdated => 0,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|