// Included based on LANGUAGE_CODE setting
var lang_msg = {
	'CONFIRM_REMOVE_PARTICIPANT': 'Are you sure you want to remove this participant?',
	'NO_UNDO': 'This cannot be undone.',
	'CONFIRM_REMOVE_CARD': 'Are you sure you want to remove this credit card?',
	'CONFIRM_REMOVE_REG': 'Are you sure you want to remove this scheduled item?',
	'NO_UNDO_REG': 'This cannot be undone - you will need to sign up again if you change your mind and wish to participant.',
	'NO_PARTICIPANT': 'Cannot perform this action without an associated participant.',
	'CONFIRM_REMOVE_CART': 'Are you sure you want to remove this shopping cart item?',
	'CONFIRM_REMOVE_PENDING': 'Are you sure you want to remove this pending item?',
	'CONFIRM_REMOVE_WAITLIST_ALTERNATIVE': 'Are you sure you want to remove this 2nd choice item?',
	'CONRFIRM_REMOVE_PROMO_CODE' : 'Are you sure you want to remove this Promo Code?',
	'NO_UNDO_CART': 'This cannot be undone - you will need to find this item again if you change your mind and wish to re-add it.'
}
