/*
 *  English strings used in dropdowns
 * 
 *  Author: David J. Bradshaw (EMC Conchango)
 *  Note:
 *  	The changeCountry fields contain %TO% and %FROM% as markers
 *  	to allow the display method to inject these values. Please
 *  	leave them untranslated.
 */

var strings = {
	
	close:'Close',
	selectLanguage:'Select Language',
	selectCountry:'Select Country',
	defaultCountry:'United States',
	
	americas:'Americas',
	europe:'Europe',
	asiaPac:'Asia &amp; Pacific',
	AME:'Africa &amp; Middle East',
	
	changeCountry:{
		heading: 'Redirected to Denmark',
		text: 'You are now entering a website for KCI’s %TO% division. Each country has '
			+ ' '
			+ ', '
			+ 'indications and restrictions on use that may be different than that in the %FROM% '
			+ 'Nothing contained in KCI’s %TO% website should be construed as applicable to '
			+ 'or promotion of a product, or it’s use by %FROM% residents or use in the %FROM%',
		label: 'Make KCI %TO% my default KCI website.',
		cookieText: 'If cookies are enabled the next time you visit the KCI website you will automatically be redirected to the kci website for %TO%.'
	}
};

