var i18n = new Hash();

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


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

i18n.set('This field', '这方面');
i18n.set('The form contain errors', '形式包含错误');
i18n.set('Sending data, please wait...', '发送中，请稍候...');
i18n.set('This field cannot be blank', '不能空白，必须填写');
i18n.set('The email address is invalid', '电子邮件地址是无效的');
i18n.set('The website address is invalid', 'The website address is invalid');
i18n.set('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', '只限#格式 #extensions');
i18n.set('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');