Namespace.register("i18n.createacceptance");
i18n.createacceptance.emailEmpty='Email address can not be empty.';
i18n.createacceptance.emailError='Email address error.';
i18n.createacceptance.contactEmpty='Contact can not be empty.';
i18n.createacceptance.customerEmpty='Customer Name can not be empty.';
i18n.createacceptance.telEmpty='Tel can not be empty.';
i18n.createacceptance.telError='Tel error.';
i18n.createacceptance.faxEmpty='Fax can not be empty.';
i18n.createacceptance.faxError='Fax error.';
i18n.createacceptance.addressEmpty='Address can not be empty.';
i18n.createacceptance.locationEmpty='Drop Off Location can not be empty.';
i18n.createacceptance.locationError='Drop Off Location Error.';
i18n.createacceptance.locationNotExist='Drop Off Location does not exist.';

Namespace.register("i18n.register");
i18n.register.userCodeExist='User Code is already exist.';
i18n.register.userCodeEmpty='User Code can not be empty.';
i18n.register.userNameEmpty='User Name can not be empty.';
i18n.register.pwdError='Password length must between 6 and 20.';
i18n.register.pwdEmpty='Password can not be empty.';
i18n.register.confirmPwdError='Confirm Password must be same as Password.';
i18n.register.confirmPwdEmpty='Confirm Password can not be empty.';
i18n.register.custCodeError='Customer Code does not exist.';
i18n.register.custCodeEmpty='Customer Code can not be empty.';
i18n.register.mobileError='Mobile Phone No. Error.';
i18n.register.mobileEmpty='Mobile Phone No. can not be empty.';

Namespace.register("i18n.getBackPassword");
i18n.getBackPassword.minLenMsg='User Code length must between 1 and 10.'
i18n.getBackPassword.maxLenMsg='User Code length must between 1 and 10.'
i18n.getBackPassword.emptyMsg='User Code can not be empty.';
i18n.getBackPassword.emailEmpty='Email address can not be empty.';
i18n.getBackPassword.emailError='Email address error.';

Namespace.register("i18n.accessPermission");
i18n.accessPermission.accessErr='Insufficient permission to access!';
i18n.accessPermission.loginErr='You do not login, Please login first! ';