var i18n = new Hash();

/* GENERAL *******************/
i18n.set('Show', 'Afficher');
i18n.set('Hide', 'Masquer');


/* FORM *******************/

i18n.set('This field', 'This field');
i18n.set('The form contain errors', 'The form contain errors');
i18n.set('Sending data, please wait...', 'Sending data, please wait...');
i18n.set('This field cannot be blank', 'This field cannot be blank');
i18n.set('The email address is invalid', 'The email address is invalid');
i18n.set('The website address is invalid', 'The website address is invalid');
i18n.set('This field must be numeric', 'This field must be numeric');
i18n.set('The confirmation don\'t match the password', 'The confirmation don\'t match the password');
i18n.set('This field must have between #min and #max characters', 'This field must have between #min and #max characters');
i18n.set('Only the #extensions are accepted', 'Only the #extensions are accepted');
i18n.set('You must select one choice', 'You must select one choice');
i18n.set('You must accept the terms and conditions', 'You must accept the terms and conditions');
i18n.set('Very Weak', 'Very Weak');
i18n.set('Weak', 'Weak');
i18n.set('Medium', 'Medium');
i18n.set('Strong', 'Strong');
i18n.set('Very Strong', 'Very Strong');

