/*------------------------
	Contains dynamic strings for ENGLISH / FRENCH
---------------------------*/
Content = {
	
	alt:{
		scotia_logo:{
			en:"Scotia Bank Logo",
			fr:"Banque Scotia"
		},
		directions_icon:{
			en:"directions start icon",
			fr:"Itinéraire"
		},
		directions_stop_icon:{
			en:"directions stop icon",
			fr:"Itinéraire"
		},
		branch_icon:{
			en:"branch icon",
			fr:"Succursale"
		},
		shell_icon:{
			en:"Shell icon",
			fr:"Shell"
		},
		abm_icon:{
			en:"ABM icon",
			fr:"GAB"
		},
		atm_icon:{
			en:"Drive through icon",
			fr:"Service au volant"
		},
		wheelchair_icon:{
			en:"wheelchair icon",
			fr:"Fauteuils roulants"
		},
		phone_icon:{
			en:"telephone icon",
			fr:"Téléphone"
		},
		fax_icon:{
			en:"fax icon",
			fr:"Téléc."
		},
		arrow_icon:{
			en:"arrow icon",
			fr:"flèche"
		}
	},
	
	legal:{
		en:"http://www.scotiabank.com/cda/content/0,1608,CID1136_LIDen,00.html",
		fr:"http://www.scotiabank.com/cda/content/0,1608,CID4171_LIDfr,00.html"
	},
	privacy:{
		en:"http://www.scotiabank.com/cda/content/0,1608,CID8308_LIDen,00.html",
		fr:"http://www.scotiabank.com/cda/content/0,1608,CID8571_LIDfr,00.html"
	},
	security:{
		en:"http://www.scotiabank.com/cda/content/0,1608,CID7729_LIDen,00.html",
		fr:"http://www.scotiabank.com/cda/content/0,1608,CID8586_LIDfr,00.html"
	},
	
	directions:{
		locale:{
			en:"en_CA",
			fr:"fr_CA"
		},
		from:{
			en:"from",
			fr:"De"
		},
		to:{
			en:"to",
			fr:"À"
		},
		right:{
			en:"right",
			fr:"droite"
		},
		left:{
			en:"left",
			fr:"gauche"
		}
	},
	
	errorlog:{
		INVALID_REQUEST:{
			en:"The DirectionsRequest provided was invalid.",
			fr:"The DirectionsRequest provided was invalid."
		},
		MAX_WAYPOINTS_EXCEEDED:{
			en:"Too many DirectionsWaypoints were provided in the DirectionsRequest. The total allowed waypoints is 8, plus the origin and destination.",
			fr:"Too many DirectionsWaypoints were provided in the DirectionsRequest. The total allowed waypoints is 8, plus the origin and destination."
		},
		NOT_FOUND:{
			en:"At least one of the origin, destination, or waypoints could not be geocoded.",
			fr:"At least one of the origin, destination, or waypoints could not be geocoded."
		},
		OK:{
			en:"The response contains a valid DirectionsResult.",
			fr:"The response contains a valid DirectionsResult."
		},
		OVER_QUERY_LIMIT:{
			en:"The webpage has gone over the requests limit in too short a period of time.",
			fr:"The webpage has gone over the requests limit in too short a period of time."
		},
		REQUEST_DENIED:{
			en:"The webpage is not allowed to use the directions service.",
			fr:"The webpage is not allowed to use the directions service."
		},
		UNKNOWN_ERROR:{
			en:"A directions request could not be processed due to a server error. The request may succeed if you try again.",
			fr:"A directions request could not be processed due to a server error. The request may succeed if you try again."
		},
		ZERO_RESULTS:{
			en:"No route could be found between the origin and destination.",
			fr:"No route could be found between the origin and destination."
		},
		DEFAULTERROR:{
			en:"Error code not defined in the Google server",
			fr:"Error code not defined in the Google server"
		}
	},
	details:{
		a:{
			en:"No Deposit Capability",
			fr:"Aucun dépôt possible."
		},
		b:{
			en:"Full Function",
			fr:"Pleine Fonction"
		},
		c:{
			en:"Cash Dispense Only",
			fr:"Distributeur de billets seulement."
		}
	},
	generic: {	
		a:{
			en:"Street Address, Intersection, City, Province or Postal Code",
			fr:"Adresse intersection, ville, province ou code postal"
		  },
		a1:{
			en:"Branch Name or Transit #",
			fr:"Nom de la succursale ou de Code succursale"
		},
		a2:{
			en:"Street, City , Province or Postal Code",
			fr:"ville, province ou code postal"
		},
		b:{
			en:"Error: Unable to find the specified location.",
			fr:"Erreur : Cette adresse est impossible à trouver."
		},
		c:{
			en:"Error: Please enter a valid location.",
			fr:"Erreur : Veuillez entrer une adresse valide."
		},
		d:{
			en:"Error: Please enter a valid Branch Name or Transit #",
			fr:"Erreur : Veuillez entrer un nom de succursale ou code succursale valide."
		},
		e:{
			en:"Estimated Travel Time",
			fr:"Durée approximative"
		},
		e1:{
			en:"about",
			fr:"environ"
		},

		f:{
			en:"DIRECTIONS",
			fr:"ITINÉRAIRE"
		},
		g:{
			en:"Transit #",
			fr:"Code succursale"
		},
		h:{
			en:"Details",
			fr:"Détails"
		},
		i:{
			en:["The "," results closest to <b> ", " </b> are" ],
			fr:["Les "," succursales/guichets les plus proches de <b>", "</b> sont" ]
		},
		j:{
			en:"0 results found for ",
			fr:"0 résultats pour "
		},
		k:{
			en:"Languages Spoken",
			fr:"Langues parlées"
		},
		l:{
			en:"NEW SEARCH",
			fr:"NOUVELLE RECHERCHE"
		},
		m:{
			en:" with the following search criteria: ",
			fr:" avec cette critères de recherche : "
		}
	},
	
	hours:{
		title:{
			en:"Branch Business Hours",
			fr:"Horaire succ."
		},
		teller:{
			en:"Teller Service Hours",
			fr:"Horaire serv. caisse"
		},
		opensat:{
			en:"Open Saturdays",
			fr:"Ouverte le samedi."
		},
		//new tag <opensun> Added for Costa Rica only.	sc74193	
		opensun:{
			en:"Open Sundays",
			fr:"Abierta los sábados y domingos"
		},
		Monday:{
			en:"Mon",
			fr:"Lun."
		},
		Tuesday:{
			en:"Tue",
			fr:"Mar."
		},
		Wednesday:{
			en:"Wed",
			fr:"Merc."
		},
		Thursday:{
			en:"Thu",
			fr:"Jeu."
		},
		Friday:{
			en:"Fri",
			fr:"Vend."
		},
		Saturday:{
			en:"Sat",
			fr:"Sam."
		},
		//new tag <Sunday> Added for Costa Rica only.	sc74193	
		Sunday:{
			en:"Sun",
			fr:"Dom."
		},
		closed:{
			en:"Closed",
			fr:"Fermé"
		}
	},
	
	alert:{
		language:{
			en:"Language:",
			fr:"Langues:"
		},
		wheelchair:{
			en:"Wheelchair Accessible",
			fr:"Accessible aux fauteuils roulants"
		}
	}
	
};

