74 lines
2.2 KiB
Perl
74 lines
2.2 KiB
Perl
package WebGUI::i18n::English::Activity_WaitForUserConfirmation;
|
|
|
|
use strict;
|
|
|
|
our $I18N = {
|
|
'doOnExpire hoverHelp' => {
|
|
message => q{Workflow to run after the waiting period has expired.},
|
|
lastUpdated => 1311365415,
|
|
},
|
|
'doOnExpire label' => {
|
|
message => q{Do On Expire},
|
|
lastUpdated => 1311365395,
|
|
},
|
|
'emailFrom hoverHelp' => {
|
|
message => q{Which user should the confirmation email be from?},
|
|
lastUpdated => 1311363981,
|
|
},
|
|
'emailFrom label' => {
|
|
message => q{Email From},
|
|
lastUpdated => 1311363958,
|
|
},
|
|
'emailSubject label' => {
|
|
message => q{Email Subject},
|
|
lastUpdated => 1311363994,
|
|
},
|
|
'expireAfter hoverHelp' => {
|
|
message => q{How long should we wait for the user to respond?},
|
|
lastUpdated => 1311363900,
|
|
},
|
|
'expireAfter label' => {
|
|
message => q{Expire After},
|
|
lastUpdated => 1311363885,
|
|
},
|
|
'okMessage label' => {
|
|
message => q{Confirmation Message},
|
|
lastUpdated => 1311612584,
|
|
},
|
|
'okMessage hoverHelp' => {
|
|
message => q{Message to display to the user when he clicks the confirm link},
|
|
lastUpdated => 1311612632,
|
|
},
|
|
'template hoverHelp' => {
|
|
message => q{Raw template code for the body of the email goes here.},
|
|
lastUpdated => 1311364201,
|
|
},
|
|
'template label' => {
|
|
message => q{Template},
|
|
lastUpdated => 1311364181,
|
|
},
|
|
'templateParser label' => {
|
|
message => q{Template Parser},
|
|
lastUpdated => 1311364015,
|
|
},
|
|
'topicName' => {
|
|
message => q{Wait For User Confirmation},
|
|
lastUpdated => 1311364913,
|
|
},
|
|
'waitBetween hoverHelp' => {
|
|
message => q{How long should we wait in between checks to see if the user has clicked the link?},
|
|
lastUpdated => 1311363934,
|
|
},
|
|
'waitBetween label' => {
|
|
message => q{Wait Interval},
|
|
lastUpdated => 1311363920,
|
|
},
|
|
'your template goes here' => {
|
|
message => q{Your template goes here!},
|
|
lastUpdated => 1311365274,
|
|
},
|
|
};
|
|
|
|
1;
|
|
|
|
#vim:ft=perl
|