package WebGUI::i18n::English::Workflow_Activity_RemindUserAboutUncommitted;

our $I18N = {
	'send email to help' => {
		message => q|Who will be recieving this email?|,
		context => q|the hover help for the email to field|,
		lastUpdated => 0,
	},

	'send email to' => {
		message => q|Email Address to send to|,
		context => q|Where to send the email|,
		lastUpdated => 0,
	},

	'subject help' => {
		message => q|Subject of email?|,
		context => q|the hover help for subject|,
		lastUpdated => 0,
	},

	'subject' => {
		message => q|Subject of email|,
		context => q|a label indicating the email subject|,
		lastUpdated => 0,
	},

	'body help' => {
		message => q|Body of email?|,
		context => q|the hover help for Body|,
		lastUpdated => 0,
	},

	'body' => {
		message => q|Body of email|,
		context => q|a label indicating the email body|,
		lastUpdated => 0,
	},
	'footer help' => {
		message => q|Footer of email?|,
		context => q|the hover help for Footer|,
		lastUpdated => 0,
	},

	'footer' => {
		message => q|Footer of email|,
		context => q|a label indicating the email footer|,
		lastUpdated => 0,
	},
        'version tag age' => {
                message => q|Version Tag Age (Days)|,
                context => q|a label indicating the version tag age field|,
                lastUpdated => 0,
        },
        'version tag age help' => {
                message => q|How old the version tag need to be before we notify the user.|,
                context => q|a label indicating the version tag age help field|,
                lastUpdated => 0,
        },

        'selectWorkflow help' => {
                message => q|What's the workflowID?|,
                context => q|the hover help for the workflowID field|,
                lastUpdated => 0,
        },
        
        'selectWorkflow' => {
                message => q|The workflow associated with the uncommitted version tag|,
                context => q|Remind Users about uncommitted version tag|,
                lastUpdated => 0,
        },

	'activityName' => {
		message => q|Remind Users About Uncommitted Version Tag|,
		context => q|The name of this workflow activity.|,
		lastUpdated => 0,
	},


};

1;
