/**
 * @namespace
 * This namespace holds the localized text strings used throughout the mq namespace.  The file should be copied and
 * pasted and changed based on i18n settings.  
 * 
 * Label Usage:
 * Using this object is very straightforward.  just use m2.Label.stringName instead of the string you were going to use.
 * 
 * Label Naming:
 * 1.  If the label will be used under a certain condition, state that as the key for that label.
 * 
 *     Example:  mapDefaultViewTitle = "United States Map"
 *     
 * 2.  If this is generic text that may be used in multiple areas, name the label keys in English, 
 *     have the capitalization reflect the actual capitalization of the text, and use underscores instead
 *     of "spaces".
 *     
 *     Example:  Map_of_ = "Map_of_"
 *               loading = "loading"
 *               Loading = "Loading"
 * 
 * @static
 */
m2.Label = {
	bars                     : "bars",
	clearRecentConfirmation  : "Are you sure you would like to remove all recent locations?",
	coffee                   : "coffee",
	Directions_To            : "Directions To",
	Directions_From          : "Directions From",
	genericAJAXError         : "There was a problem with your request.  Please try again later.",
    highTempAbbr             : "Hi",
	hotels                   : "hotels",
	Larger_Map               : "Larger Map",
	bars                     : "bars",
	clearRecentConfirmation  : "Are you sure you would like to remove all recent locations?",
	coffee                   : "coffee",
	Directions_To            : "Directions To",
	Directions_From          : "Directions From",
	genericAJAXError         : "There was a problem with your request.  Please try again later.",
    highTempAbbr             : "Hi",
	hotels                   : "hotels",
	Larger_Map               : "Larger Map",
    loading                  : "loading",
    Loading                  : "Loading",
	localLinkText            : "See Local Events, Movies, News &amp; More",
    Map_of_                  : "Map of ",
    mapDefaultViewTitle      : "United States Map",
    Message_Sent             : "Message Sent!!",
	movie_theaters           : "movie theaters",
	pizza                    : "pizza",
    Please_enter_a_location  : "Please enter a location.",
    Please_enter_a_business  : "Please enter a business.",
    Please_enter_a_search    : "Please enter a search term.",
    Please_enter_a_City_and_ : "Please enter a City and State/Province -or- ZIP/Postal Code.",
	registrationError        : "Some fields were incomplete or missing.  Please correct the highlighted fields and re-submit the form.",
	restaurants              : "restaurants",
	selectAState             : "Select a State",
	searchNearbyInfoWin      : "Search Nearby for Popular Categories:",
	Send_to_Cell             : "Send to Cell",
	Send_to_OnStar           : "Send to OnStar",
	sendEmailFailedMessage   : "Send Email Failed:<br/><br/>Please try sending again at a later time.",
    sendToCellFailedMessage  : "Send to Cell Failed<br/><br/>Please try sending again at a later time.",
	Zoom_to_Street           : "Zoom to Street",
	switchFiveBox			 : "Switch to Copy & Paste Forms",
	switchTwoBox			 : "Switch to Classic Forms"
};
