// Translateable strings
// Italian version
var strings = {
	"searchMarkerPrefix" : "Viaggia verso",
	"resultMarkerPrefix" : "Potresti vivere vicino",
	"resultMarkerSuffix" : "",
	"resultTitlePrefix" : "Potresti vivere vicino",
	"resultTitleSuffix" : "",
	
	"resultDetailTimeTitle" : "Durata media del tragitto:",
	"resultDetailPriceTitle" : "Prezzo medio degli immobili:",
	"resultDetailGeoTitle" : "Localit&agrave;:",
	
	"minsSuffixSingular" : " minuto",
	"minsSuffixPlural" : " minuti",
	"hoursSuffixSingular" : " ora",
	"hoursSuffixPlural" : " ore",
	
	"currencyPrefix" : "&euro;",
	"currencySuffix" : "",
	
	"tubeMapTitle" : "Mappa e Linee",
	"tubeMapCopyright" : "Imagery &copy; Lokku Ltd.",
	
	"openStreetMapError" : "Open Street Map presto disponibile",
	"openStreetMapTitle" : "Open Street Map",
	"openStreetMapCopyright" : "copyleft",
	
	"cloudMadeMapError" : "Open Street Map presto disponibile",
	"cloudMadeMapTitle" : "Open Street Map",
	"cloudMadeMapCopyright" : "Open Street Map copyleft",
	
	"googleMapTitle" : "Google Map",
	"googleTerrainMapTitle" : "Google Map - Terreno",
	"poweredByGoogle" : "Powered by <a href=\"http://maps.google.com\">Google</a>",
	
	"stationSite" : "tfl.gov.uk",
	"googleMapsURL" : "http://maps.google.co.uk",
	
	"noResultMessage" : "Muovi il mouse su di un indicatore sulla mappa per vedere i dettagli",
	"loadingMessage" : "In caricamento",
	
	"byTube" : "in metropolitana",
	"walking" : "a piedi",
	"cycling" : "in bici",

	"closeButtonTitle" : "Close",

// House price widget datasource
	"housePriceDataSourceDomain" : "http://www.nestoria.it/",
	"housePriceDataWidgetDomain" : "http://widget.nestoria.it/",
	"housePriceDataSourcePath" : "/immobiliare/",

	"roma" : {
	// Tube map overlay
		"tubeOverlayName" : "rome_tube",
		"tubeMinZoom" : 10,
		"tubeMaxZoom" : 14,
		"mapMarkerPath" : "en/lon/"		// Relative to /images/markers/
	},

	"milano" : {
	// Tube map overlay
		"tubeOverlayName" : "milan_tube",
		"tubeMinZoom" : 10,
		"tubeMaxZoom" : 14,
		"mapMarkerPath" : "en/lon/"		// Relative to /images/markers/
	}

};
