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


var translate = {
	//retour
	retour : {
		fr : 'Retour',
		en: 'Back'
	},
	
	// Open in a new window
	newWindow : {
		fr : 'dans une nouvelle fenêtre',
		en: 'in a new window'
	},
	
	// divers	
	loading : {
		fr : 'Veuillez patienter...',
		en: 'Loading...'
	}
}