var l10n = {
    prev: 'Prev',
    next: 'Next',
	errors: {
        form: 'Please check fields written in red.',
        required: {
			msg: 'Fields marked with a * are mandatory.',
			email: 'error'
        },
        invalid: {
            email: 'Please check your email address.'
        },
		popin: {
            "title":"Error",
            "message": "A technical error has occured, we are sorry.",
            "close": "Close"
        }
    },
    "loading": "Loading…" 
};
