// Translateable strings
// SPANISH version
var strings = {
    "searchMarkerPrefix" : "Trayecto hasta",
    "resultMarkerPrefix" : "Podrías vivir cerca de",
	"resultMarkerSuffix" : "",
    "resultTitlePrefix" : "Podrías vivir cerca de",
	"resultTitleSuffix" : "",

    "resultDetailTimeTitle" : "Tiempo estimado del trayecto:",
    "resultDetailPriceTitle" : "Precio medio de las viviendas:",
    "resultDetailGeoTitle" : "Localización:",

    "minsSuffixSingular" : " minuto",
    "minsSuffixPlural" : " minutos",
    "hoursSuffixSingular" : " hora",
    "hoursSuffixPlural" : " horas",

    "currencyPrefix" : "&euro;",
    "currencySuffix" : "",

    "tubeMapTitle" : "Plano del Metro",
    "tubeMapCopyright" : "Imagery &copy; Lokku Ltd.",

    "openStreetMapError" : "Próximamente más Open Street Map",
    "openStreetMapTitle" : "Open Street Map",
    "openStreetMapCopyright" : "copyleft",

    "cloudMadeMapError" : "Próximamente más Open Street Map",
    "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" : "Mueve el ratón encima de un marcador en el mapa para ver los detalles",
    "loadingMessage" : "Cargando",

    "byTube" : "en Metro",
    "walking" : "caminando",
    "cycling" : "en bicicleta",

	"closeButtonTitle" : "Close",

// House price widget datasource
	"housePriceDataSourceDomain" : "http://www.nestoria.es/",
	"housePriceDataWidgetDomain" : "http://widget.nestoria.es/",
	"housePriceDataSourcePath" : "/casa/",

	"madrid" : {
	// Tube map overlay
		"tubeOverlayName" : "madrid_tube",
		"tubeMinZoom" : 11,
		"tubeMaxZoom" : 14,
		"mapMarkerPath" : "en/lon/"		// Relative to /images/markers/
	},

	"barcelona" : {
	// Tube map overlay
		"tubeOverlayName" : "barcelona_tube",
		"tubeMinZoom" : 11,
		"tubeMaxZoom" : 14,
		"mapMarkerPath" : "en/lon/"		// Relative to /images/markers/
	}
};
