//**************************************
// jz English language file
//**************************************

jz.update(jz._messages,{
	LangSource   	: 'jzLangEN.js',
	locale			: 'en_US',

	//Soustype de parcours
	// jzMapUtils.jzPathHover 372 (self.type), jzGMap.LegenControl 730
	CircuitRoutier	: 'Road Circuit',
	PisteCyclable	: 'Bike Path',
	Hybride		: 'Hybrid Route (road and bike path)',
	SansSoustype	: '',

	//jzMaputils
	// .jzRect 132,.jzRect2 147
	sansnom		: '(no title)',
	
	// .jzPointHover 343, 
	ClickerDetailAttrait	: "Click icon for details",
	// .jzPhotoHover 360,
	ClickerDetailPhoto	: "Click icon for details",
	// .jzPathHover 383
	ClickerDetailParcours	: "Click path for details",


	//jzPathMap.js
	// .pathMapClick 298
	'Changements non sauvegargé' : 'Unsaved changes',
	// .doHoverTxt 366
	'Repère' : 'Waypoint',
	' point # ' : 'Point # ',
	'début' : 'Start',
	'<br /> $before parcourus, $after à parcourir' : '<br /> $before covered, $after to go',

	// .EndMarkerBase .EndMarkerBase +475
	'debut piste'	: 'Start',
	'fin piste'	: 'End',


	// jzMapUtils.typePisteInfo 644+
	'Asphaltée'		: 'Paved',
	'Poussière de pierre'	: 'Stone dust',
	'Projet'		: 'Project',
	'Chaussée désignée asphaltée' : 'Paved designed roadways',
	'Bande cyclable'	: 'Bicycle lane',
	'Accotement asphalté'	: 'Paved shoulders',
	'Chaussée pavée'	: 'Paved surface',
	'Chaussée non pavée'	: 'Non paved surface',
	'Navette terrestre'	: 'Land shuttle',
	'Navette fluviale'	: 'Fluvial shuttle',
	'Train'			: 'Train',

	'Piste-cyclable'	: 'Bike path',
	'Balisée sur route'	: 'Marked route',
	'Non balisée sur route'	: 'Non marked route',
	'Autres'		: 'Other',

	// jzInsTable.initTable 41,42,7,82
	'ipw-Départ'	: 'Start',
	'ipw-Départ sur chaussée' : 'Start on surface',
	'ipw-Changement de chaussée pour' : 'Surface changed for',
	'ipw-Arrivée'	: 'End',

	// jzRoute.Router 26
	'Dragger sur la carte pour calculer distance' : 'Drag on map to calculate path distance between the 2 markers',

	//jzMRoute.MRouterBase

	//.helpHoverContent 42
	'directions aide marqeur': 'Move on the map to get directions or calculate distance',

	// .initHover Content 54
	'Etape $pos' : 'Destination $pos ',
	'$before de fait': '$before done',
	'$after à faire':  '$after to do',
	'$total au total': '$total total',
	'DirFooter': '<br/>To delete this marker, click it with the mouse right button.',
	'DirDebut': 'Departure',
	'DirFin': 'Arrival',

	// .setHTML

	'<span style="font-weight:bold">Étape $i: $dist (environ $durt)</span>':
			'<span style="font-weight:bold">Section $i: $dist (about $durt)</span>',
	'<li> $postxt $stephtml, pour $disthtml ( $timehtml )</li>':
			'<li>At $postxt, $stephtml, for $disthtml ( $timehtml )</li>',
	'Arrivée à la fin du trajet':
			'Arrival',
	"Arrivée à l'étape $i":
			"Arrival at destination $i",
	'$h heures': '$h hours',
	'$h heure':  '$h hour',
	'$m minutes':'$m minutes',
	'$m minute': '$m minute',
	'<b>Distance $dist duré environ $temps </b>':
			'<b>Distance $dist, Length about $temps </b>',

	// RSegRouter.updateSeg
	
	'/app/findroute2?network=$network&start=$start&end=$end':
		'/app/findroute2?network=$network&start=$start&end=$end&lang=en',


	//jzGMAP
	//.dirctrlhtml 796
	'dirctrltext': 'Directions/distance',

	LangSorceFin		: 'fin'}) //seul ligne sans ,
	

