23 lines
522 B
Perl
23 lines
522 B
Perl
package WebGUI::i18n::English::Workflow_Activity_ExpireUnvalidatedEmailUsers;
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
'activityName' => {
|
|
message => q|Expire Unvalidated Email Users|,
|
|
context => q|The name of this workflow activity.|,
|
|
lastUpdated => 1165406607,
|
|
},
|
|
|
|
'interval hoverHelp' => {
|
|
message => q|How long a user must remain with their email address unvalidated before they are deleted.|,
|
|
lastUpdated => 1165406607,
|
|
},
|
|
|
|
'interval label' => {
|
|
message => q|Expiry Time|,
|
|
lastUpdated => 1165406607,
|
|
},
|
|
|
|
};
|
|
|
|
1;
|