var gHotSpotLocale = {
	msgDel: '$#$',
	label: 'Zipc*ode',
	button: '*Go',
	invalidAddress: 'A German zipcode consists of 5 digits!',
	noResults: 'No results found!', // Google found no hits for the specified address
	wrongCountryCode: 'Not a German zipcode!', // The found address(es) is/are not located in the country specified by the countryCode in the config object for the GHotSpot instance
	foundAddresses: 'Found $#$ address(es) for $#$',
	foundGLocations: 'The $#$ dealers nearest to $#$',
	addToAddressBook: 'Add to address book',
	googleStatusObject: {
		//200: "No errors occurred; the address was successfully parsed and its geocode has been returned.", // will never be shown to the user since it's a successful query
		400: "A directions request could not be successfully parsed.",
		500: "A geocoding or directions request could not be successfully processed, yet the exact reason for the failure is not known.",
		601: "The HTTP q parameter was either missing or had no value. For geocoding requests, this means that an empty address was specified as input. For directions requests, this means that no query was specified in the input.",
		601: "Synonym for G_GEO_MISSING_QUERY.",
		602: "No corresponding geographic location could be found for the specified address. This may be due to the fact that the address is relatively new, or it may be incorrect.",
		603: "The geocode for the given address or the route for the given directions query cannot be returned due to legal or contractual reasons.",
		604: "The GDirections object could not compute directions between the points mentioned in the query. This is usually because there is no route available between the two points, or because we do not have data for routing in that region.",
		610: "The given key is either invalid or does not match the domain for which it was given.",
		620: "The given key has gone over the requests limit in the 24 hour period."
	}
}