﻿var MSG = new Array (); 
//common 
MSG['common.passport.empty'] = "Passport can not be empty"; 
MSG['common.passport.invalid'] = "Passport is invalid"; 
MSG['common.vcode.empty'] = "Authentication code can not be empty"; 
MSG['common.vcode.invalid'] = "Authentication code is not valid"; 
MSG['common.email.empty'] = "E-mail can not be empty"; 
MSG['common.email.invalid'] = "E-mail is not valid"; 
MSG['common.str.length.over'] = "The character string is too long"; 
MSG['common.error.pwd.easy'] = "Password can not be too simple"; 




//Register module 
MSG['register.tips.passport'] = "Please select a username. 6-20 characters, NOT case-sensitive. Please do not use an underscore as your last character. "; 
MSG['register.tips.pwd'] = "Please select a password. 6-20 characters, case-sensitive. No spaces allowed."; 
MSG['register.tips.confirmpwd'] = "Please enter your password again."; 
MSG['register.tips.email'] = "Please enter your e-mail address. It will be used to retrieve your password when needed, so please ensure that you fill it correctly."; 
MSG['register.tips.svcode'] = "Please enter the authentication code shown in the right side."; 
MSG['register.error.passport.empty'] = "Please enter passport"; 
MSG['register.error.passport.invalid'] = "Passport is invalid"; 
MSG['register.error.pwd.empty'] = "Please enter your password"; 
MSG['register.error.pwd.invalid'] = "Password is invalid"; 
MSG['register.error.confirmpwd.empty'] = "Please enter the confirmation code"; 
MSG['register.error.pwd.invalid'] = "Password is invalid"; 
MSG['register.error.confirmpwd.invalid'] = "Confirming password is invalid"; 
MSG['register.error.pwd.diff'] = "Password is inconsistent"; 
MSG['register.error.email.empty'] = "Please enter the e-mail"; 
MSG['register.error.email.invalid'] = "E-mail is invalid"; 
MSG['register.error.vcode.empty'] = "Please enter the authentication code"; 
MSG['register.error.vcode.invalid'] = "Authentication code is invalid"; 
MSG['register.error.agree.invalid'] = "You must accept Snail Passport Agreement to register."; 




//Landing module 
MSG['login.error.passport.empty'] = "Passport can not be empty"; 
MSG['login.error.pwd.empty'] = "Password can not be empty"; 
MSG['login.error.vcode.empty'] = "Authentication code can not be empty"; 
MSG['login.error.vcode.invalid'] = "Authentication code is invalid"; 
//Password reset module 
MSG['reset.newpwd.empty'] = "New password can not be empty"; 
MSG['reset.newpwd.invalid'] = "New password is invalid"; 
MSG['reset.newpwd.comfirm.empty'] = "Confirming password can not be empty"; 
MSG['reset.newpwd.comfirm.invalid'] = "Confirming password is invalid"; 
//Change Password 
MSG['alter.oldpwd.empty'] = "Old password can not be empty"; 
MSG['alter.oldpwd.invalid'] = "Old password is invalid"; 
//Modify information 
MSG['alter.info.phone.invalid'] = "Phone number is invalid"; 
MSG['alter.info.zip.invalid'] = "Zip code is invalid"; 
MSG['alter.info.last.name.empty'] = "Name can not be empty"; 
MSG['alter.info.first.name.empty'] = "Name can not be empty"; 
MSG['alter.info.address.empty'] = "Address can not be empty"; 
MSG['alter.info.phone.empty'] = "Phone can not be empty"; 
//Online delta 
MSG['imprest.count.empty'] = "Please enter the number, not more than 5"; 
MSG['imprest.count.invalid'] = "Number can only be figures"; 
MSG['imprest.count.above'] = "The top-up number of each time is not greater than 5"; 
MSG['imprest.passport.confirm.empty'] = "Please enter the confirming account number"; 
MSG['imprest.passport.confirm.invalid'] = "Confriming Account is not legally recognized"; 
MSG['imprest.passport.diff'] = "Account is inconsistent"; 
//Pay 

