// translation of javascript words
// utilisation > _('le_mot_ou_la_phrase_a_traduire')


var translate = {
	// Animation controls
	stopAnimation : {
		fr : 'Arrêter les animations',
		en: 'Stop animations'
	},
	stopAnimation_desc : {
		fr : 'Arrêter toutes les animations de la page',
		en: 'Stop all animations'
	},

	// Open in a new window
	newWindow : {
		fr : 'dans une nouvelle fenêtre',
		en: 'in a new window'
	},
	
	// aria attribute
	navTitle : {
		fr : 'menu secondaire',
		en : 'secondary menu'
	},
	
	errorRequiredField : {
		fr: 'Merci de bien vouloir remplir le champs surligné avant de valider ce formulaire',
		en: 'Please fill out the highlighted fields before submitting this form'
	}
}