12 lines
284 B
Perl
12 lines
284 B
Perl
package WebGUI::i18n::English::Workflow_Activity_CleanCookieJars;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
'activity cleanup cookie jars' => {
|
|
message => q|Clean Stale Cookie-Jar Files|,
|
|
context => q|The name of this workflow activity.|,
|
|
lastUpdated => 0,
|
|
},
|
|
};
|
|
|
|
1;
|