﻿// Script Language
var EMP_KEYWORD			= "Please enter the keyword."
var EMP_EMAIL			= "Please enter the email address.";
var ERR_EMAIL			= "The email address is not correct.";
var TXT_EMAIL			= "Please choose the email that you use most to register. Because unable to receive validation emails, we won’t accept emails from sohu.com";
var EMP_ORGPASSWORD		= "Please enter your original password.";
var EMP_PASSWORD		= "Please enter the password.";
var ERR_PASSWORD		= "No less than 6 characters. Password is composed of letters, numbers or underline.";
var ERR_PASSWORD_EQUAL	= "Your password entries did not match.";
var TXT_PASSWORD		= "No less than 6 characters. Password is composed of letters, numbers or underline, ignore capitalization matters.";
var ERR_CONFIRMCODE		= "The confirm code is not correct.";
var TXT_CONFIRMCODE		= "To enter the numbers you see in box. If the picture can’t be seen, please make sure your browser is set to display image and try again.";
var EMP_NICKNAME		= "Please enter your nickname.";
var ERR_NICKNAME		= "Nickname requires 3 characters or more,\nand not include specail characters like \"\'\".";
var TXT_NICKNAME		= "Nickname also means username. It will be your only legal sign in this site. Please choose easy and lucid letters, numbers or short Chinese characters as your nickname.";
var ERR_SIGNATURE		= "The signature content cannot more than 300 characters.";
var TXT_SIGNATURE		= "If you have instated your signature, it will show with your article at the same time. The content of your signature must be legal. ";
var EMP_FNAME			= "Please enter your first name.";
var EMP_LNAME			= "Please enter your last name.";
var EMP_NAME			= "Please enter your name.";
var EMP_STREET			= "Please enter your street address.";
var EMP_CITY			= "Please enter your city\/county name.";
var EMP_STATE			= "Please enter your state\/province.";
var EMP_POSTALCODE		= "Please enter the postalcode\/zip.";
var EMP_PHONE			= "Please enter the phone number.";
var ERR_PHONE			= "Phone number is numeric only and no less than 7 numbers.";
var ERR_FAX				= "Fax number is numeric only and no less than 7 numbers.";
var EMP_INSTITUTION		= "Please enter your institution\/company name.";
var EMP_DEPARTMENT		= "Please enter your department.";
var EMP_CATEGORY		= "Please select the category from the list.";
var EMP_TITLE			= "Please enter the subject.";
var EMP_CONTENT			= "Please enter the content.";
var TXT_CONTENT			= "The content can support HTML code. Please pay attention to the typeset format of the content.";
var EMP_SOURCE			= "Please enter the origin of your resource.";
var TXT_SOURCE			= "The origin of current article, such as Yahoo, BBC, if it is published the first time, you can write \"FIC\".";
var EMP_AUTHOR			= "Please enter the author name.";
var TXT_AUTHOR			= "Please use \",\" to compart each author.";
var ERR_FILESIZE		= "The file size should be a number.";
var TXT_FILESIZE		= "Pay attention to the unit of file size is Byte.<br>Convertion formula like bellow:<br>1GB=1024MB<br>1MB=1024Byte<br>The system will count the file size after uploading.";
var EMP_NOTE			= "Please enter the description.";
var EMP_LINKURL			= "Please enter the link address.";
var ERR_LINKURL			= "Link address should be start with \"http:\/\/\" or \"https:\/\/\".";
var TXT_LINKURL			= "Link address must be effective and start with \"http:\/\/\" or \"https:\/\/\".";
