/**
 * In order to overcome translation problems, Text strings need to be moved out of some
 * JS files that need to be excluded from translation, and we put them in here so they 
 * will be included in translation. Only strings that are public-facing woudld need to
 * go here. Text strings that are only visible to admins don't need to be translated.
 * 
 * The organization of the _VARS object is primarily by function name that the string
 * was pulled out of. Repetative strings are merged into a single more generic grouping.
 * Comments are used to indicate which file the strings were pulled from.
 * 
 * To access these strings, just include this file and reference them like this:
 * 	_VARS.<grouping name>.<variable name>
 * 	_VARS.warnOnLimitText.max
 * 
 * MotionPoint translation software shoudl catch these strings, but we include their
 * js start/end tags just to be sure.
 */


var _VARS = {
	/* From jsutils.js */
	warnOnLimitText: {
		max:		"You can enter a maximum of ",
		chars:	" characters."
	},
	
	HandleFieldKey: {
		max:		"You can only type a maximum of ",
		chars:	" characters."
	},
	
	addCheckPageForValues: {
		message: "You might have some unsaved changes."
	},
	
	restoreBackupData: {
		alert_editor: "editor was null",
		alert_cookie: "backup data cookie was null"
	},
	
	validateEmail: {
		email: "Email address: ",
		valid: " must be valid."
	},
	
	/* jqForm_Utils.js (checkFieldOnKeyPress) */
	/* register_signin.js (checkCharacters) */
	max_len_warning_text: {
		max:		"A maximum of ",
		chars:	" characters allowed."
	},
	
	/* register_signin.js */
	validateForm: {
		blank:			"Field may not be blank.",
		user_name:		"User Name &#8220;",
		already_taken:		"&#8221; already taken.",
		passwords_len:		"Passwords must be at least 4 characters long.",
		passwords_match:	"Passwords must match.",
		valid_email:		"Email address must be valid.",
		email:			"Email address &#8220;",
		in_use:			"&#8221; in use.",
		emails_match:		"Email addresses must match.",
		agreement:		"User agreement box must be checked.",
		new_user:			"A new user account will need to be created.",
		check_zip:		"If this is you, check the zip code is correct."
	},
	
	register_init: {
		modal_title: "Join Now"
	},
	
	register_defaults: {
		title: "Welcome"
	},
	
	/* email_reg.js */
	processResponce: {
		title: "Thank You for Signing Up on Meg2010"
	},
	
	GMapResponse: {
		zip: "Location for that zip code not found!"
	},
	
	email_reg: {
		/* Used in validateForm and init functions */
		first_name_required:	"First Name may not be blank <br/>",
		last_name_required:		"Last Name may not be blank <br/>",
		email_required:		"E-Mail address may not be blank <br/>",
		email_format:			"E-Mail address isn't formatted correctly <br/>",
		email:				"Email address ",
		already_registered:		" is already registered with Meg2010",
		zip_required:			"Zip code may not be blank <br/>",
		zip_format:			"Zip code isn't formatted correctly <br/>",
		mobile_required:		"Mobile Phone is required if you want to receive text messages <br/>",
		mobile_format:			"Mobile Phone isn't formatted correctly, re-enter like 999-999-9999 <br/>"
	},
	
	/* event_reg_form.php */
	event_reg_form: {
		blank:			"Field may not be blank.",
		email_format:		"E-Mail address isn't formatted correctly",
		zip_format:		"Zip code isn't formatted correctly",
		num_guests:		"Number of guest needs to be selected",
		area_code_format:	"Area Code isn't formatted correctly",
		area_code_required:	"Please enter an Area Code for this phone number",
		phone_format:		"Phone Number isn't formatted correctly"
	},
	
	/* common.php */
	common_document_ready: {
		register_defaults_title: "Meg Whitman 2010"
	},
	
	/* body.php */
	document_body: {
		register_defaults_title: "Please sign in to complete this action"
	},
	
	/* california_forum.php */
	california_forum: {
		comment_too_long:	"Your post is too long and will be truncated at 8092 characters",
		reply_to_post:		"Reply to post"
	},
	
	/* comboBox.js */
	comboBox: {
		default_value: "Your friend's email address"
	},
	
	/* experince_edit.php */
	/* experince_edit_new.php */
	/* hub_edit.php */
	experience_edit_new: {
		close_video:	"Close Video",
		add_video:	"Add Video",
		close_upload:	"Close Upload",
		add_photo:	"Add Photo",
		add_photos:	"Add Photos",
		xml_problem:	"Problem receiving xml data",
		you_tube_url:	"paste youtube URL here",
		you_tube_err:	"Unable to find a YouTube video with this string.",
		web_img_files:	"Web Image Files",
		story_img:	"Please select a Story Image, it may not be blank.<br/>",
		group_img:	"Please select a Group Image, it may not be blank.<br/>",
		validate_loc:	"The stories location needs to be verified.<br/>",
		category_err:	"You must select a Category.<br/>",
		title_err:	"Title can not be blank.",
		tell_err:		"Tell Your Story can not be blank.<br/>",
		group_err:	"Group description may not be blank.<br/>",
		image_delay:	"You have images which are still uploading, please wait until the images have finished uploading and try again.<br/>",
		photo_cancel:	"There are photos still uploading. Click OK to stop uploading and update this story or Cancel to let the upload complete.",
		yes:			"yes",
		no:			"no",
		false_str:	"false",
		cancel:		"Cancel",
		restore:		"It looks like you have some information that was not saved. Would you like to restore it?",
		replace_img:	"Are you sure you want to replace your story images?",
		replace_img_g:	"Are you sure you want to replace your Group images?"
	},
	
	/* experience_view_confirm.php */
	/* hub_view_confirm.php (partial) */
	experience_view_confirm: {
		delete_story_group:	"Deleting this story will also delete a group. Are you sure you want to do this?",
		delete_story:		"Are you sure you want to delete this story?",
		delete_str:		"delete",
		choose_token:		"You must choose one of the tokens.",
		type_message:		"Type your message here",
		type_story:		"Type story request here",
		friends_email:		"Your friend's email address"
	},
	
	/* hub_view_confirm.php */
	hub_view_confirm: {
		just_joined:	"just joined",
		become_member:	"You need to become a member of this Group to participate. Would you like to become a member?",
		rl_not_member:	"Resource link could not be added since you are not a member of this group.",
		invalid_url:	"The URL you entered is not in a valid format.<br/>Please re-enter the full url."
	},
	
	/* list_forum_results.php */
	list_forum_results: {
		post_too_long: "Your post is too long and will be truncated at 8092 characters",
		join_hub:		"You need to become a member of this hub to participate. Would you like to become a member?"
	},
	
	/* map_widget.php */
	map: {
		directions:	"Directions",
		to_here:		"To here",
		from_here:	"From here",
		address:		"Address",
		err:			"Sorry, the Google Maps API is not compatible with this browser"
	},
	
	/* personal_precinct_status.php */
	personal_precinct: {
		confirm_remove_contact:	"Are you sure you want to remove the contact?",
		cannot_exceed:			" cannot exceed ",
		must_be:				" must be at least ",
		chracters_long:		" characters long.",
		required:				" is required.",
		email_format:			"Email format is invalid.",
		email_duplicate:		"You have entered a duplicate email address.",
		upsell_title:			"Please Complete the Registration Process",
		upsell_text:			"<p>In order to maintain your Personal Precinct and add additional members, please create a username and password. With a username and password, you can also participate in all of the website's features: discussing issues, sharing stories, forming groups, and managing your profile page through MyMegWhitman. Join the Meg 2010 community and be a part of the conversation!</p>"
	},
	
	/* schedule_request.php */
	schedule_request: {
		field_not_blank:		"Field may not be blank.",
		email_format:			"E-Mail address isn't formatted correctly.",
		area_code_format:		"Area Code isn't formatted correctly.",
		phone_num_blank:		"Phone Number may not be blank if area code is entered.",
		area_code_blank:		"Please enter an Area Code for this phone number.",
		work_num_format:		"Work Phone Number isn't formatted correctly.",
		mobile_num_format:		"Mobile Phone Number isn't formatted correctly.",
		date_format:			"Invalid date format. Please re-enter as mm/dd/yyyy.",
		date_format_invalid:	"Invalid date format.",
		date_too_early:		"Invalid date entered. Date can't be before today.",
		time_format_invalid:	"Invalid time format. Please re-enter as hh:mm.",
		hour_invalid:			"Invalid time format. Hour should be 1-12.",
		minute_invalid:		"Invalid time format. Minutes should be 00-59.",
		invalid_character:		"Invalid character found.",
		zip_invalid:			"Zip code isn't formatted correctly.",
		dayNames:				['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'],
		dayNamesMin:			['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'],
		dayNamesShort:			['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
		monthNames:			['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
		monthNamesShort:		['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
	},
	
	/* user_edit.php */
	/* user_editprofile.php */
	/* user_password_new.php */
	/* user_register_new.php */
	/* user_register_thank_you.php */
	/* user_view_confirm.php */
	/* user_volunteer.php */
	user: {
		username_in_use:		"That user name is already in use on MegWhitman.com.",
		username_too_short:		"The user name you selected does not meet the minimum length requirements.",
		username_too_long:		"The user name you selected is too long.",
		user_name:			"User name",
		in_use:				" is already in use on MegWhitman.com.",
		user_blank:			"User name may not be blank",
		passwords_match:		"Passwords must match",
		passwords_blank:		"Passwords cannot be blank",
		passwords_4_chars:		"Passwords must be at least 4 characters long",
		about_me_blank:		"About Me can not be blank",
		profile_image_required:	"You must pick an image for your profile",
		profile_image_replace:	"Are you sure you want to replace your profile image?",
		other_box:			"Please check the other box.",
		other_field_blank:		"Other field may not be blank when the check box is checked.",
		field_not_blank:		"Field may not be blank.",
		emails_match:			"Both email addresses must match",
		email_format_invalid:	"E-Mail address isn't formatted correctly.",
		email_message_blank:	"Email message text may not be blank",
		email_addresses_match:	"Email addresses must match",
		email_invalid:			"Email address must be valid",
		email_address_in_use:	"That email address is already in use on Meg2010.",
		email_address:			"Email address",
		already_registered:		" is already registered with Meg2010",
		zip_format_invalid:		"Zip code isn't formatted correctly.",
		zip_code_required:		"You must enter a zip code",
		area_format_invalid:	"Area Code isn't formatted correctly",
		area_code_required:		"Please enter an Area Code for this phone number",
		phone_num_format:		"Phone Number isn't formatted correctly",
		phone_num_required_area:	"Phone Number may not be blank if area code is entered",
		mobile_phone_required:	"Mobile Phone may not be blank.",
		mobile_num_format:		"Mobile Phone Number isn't formatted correctly",
		decline_invite:		"Are you sure you want to decline the invitation?",
		welcome_back_thanks:	"Welcome Back! Thanks for your support",
		welcome_back_volunteer:	"Welcome Back! Thanks for volunteering",
		guests_not_zero:		"Number of guests may not be 0 (zero).",
		character_invalid:		"Character is not allowed",
		security_text_required:	"The text of the security image must be entered",
		user_agreement_box_req:	"The User agreement box must be checked",
		type_message_here:		"Type your message here",
		remove_neighborhood:	"Are you sure you want to remove this Neighborhood from you list?",
		remove_neighbor:		"Are you sure you want to remove this Neighbor from your Neighborhood?",
		no_stories_you:		"You have not added any stories",
		no_stories_other:		" has not added any stories"
	},
	
	/* modal_messagebox_widget.php */
	modal_messagebox: {
		information:	"Information",
		error:		"Error",
		success:		"Success",
		unknown:		"Unknown"
	},
	
	/* footer.php */
	footer: {
		sign_in: "Please sign in to complete this action"	
	},
	
	/* permalink */
	permalink: "permalink"
};