//js语言包

var lang = {

'loading' : 'Loading,please wait! Please try again if there is no response.',

'logout_confirm' : 'Are you sure you want to quit?',

'verifycode_error' : ' Error validate code,please try again! ',

'action_submit_yes' : 'Submiting',

'action_submit_no' : 'Submit',

'register_ok' : 'Please accept  our customer service clause',

'href_link' : 'http://www.sysbel.com/',

'image_link' : 'http://www.sysbel.com/',

//Login

'login_username_no' : 'Please enter the user name!',

'login_password_no' : 'Please enter the password!',

'login_verifycode_no' : ' Please enter the validate code! ',

'login_name_error' : 'Sorry,the name is not exist!',

'login_active_error' : 'Your account has not been actived! ',

'login_pwd_error' : 'Sorry,the password is not correct!',

'validate_name' : ' Please enter the validate code!',

'register_validate_warn' : ' Please enter the validate code!',

// Login

'register_email_warn' : 'Please enter your email address(character,number and underline only)!',

'register_email_no' : ' Please enter your email address!',

'register_email_length' : 'Make sure your email address is not longer than 70 characters',

'register_email_format' : 'Your email address contains illegal characters!',

'register_email_error' : 'The email address has been registered,please change another email!',

'register_email_ok' : 'Congratulations!You can use this email address!',

'register_name_warn' : 'You can use your user name as login account ',

'register_name_no' : 'Please enter the user name!',

'register_name_length' : 'The user name must be between 4 and 16 characters!',

'register_name_format' : 'The user name can only contain character,number and .-_!',

'register_name_error' : ' The user name has been registered,please change another user name!',

'register_name_ok' : ' Congratulations!You can use this user name!',

'register_pwd_warn' : 'Please enter 6-20 characters! ',

'register_pwd_no' : 'Please enter the password!',

'register_pwd_length' : 'The password must be between 6-20 characters! ',

'register_pwd_format' : ' &,%,=,+,\' are not allowed in the password!The password contains character and number only,case sensitive!',

'register_pwd_ok' : 'Congratulations!You can use this password!',

'register_repwd_warn' : 'Please re-enter your password!',

'register_repwd_no' : ' Please re-enter your password!',

'register_repwd_sure' : 'The two password you entered  is different,please enter again!',

'register_repwd_ok' : 'Make sure the password is valid!',

'register_phone_warn' : 'Please enter your tel no!(5-30 characters)',

'register_phone_no' : 'Please enter your tel no ',

'register_phone_length' : 'The tel no must be between 5-30 characters!',

'register_phone_format' : 'The tel no are consisted by number only!',

'register_phone_ok' : 'ok'

}

