webgui/lib/WebGUI/i18n/English/Workflow_Activity_DeleteExpiredSessions.pm
2006-07-02 00:31:27 +00:00

17 lines
376 B
Perl

package WebGUI::i18n::English::Workflow_Activity_DeleteExpiredSessions;
our $I18N = {
'topicName' => {
message => q|Delete Expired Sessions|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'delete expired sessions body' => {
message => q|<p>This workflows cleans up and deletes any expired sessions.</p>|,
lastUpdated => 0,
},
};
1;