// Messages for formExt.js
var MSG_EVENT_UNDEF = "JavaScript event : {0} undefined !!";
var MSG_REINPUT = "Please enter again!!";
var MSG_INPUT_TIP = "\"{0}\" field contains invalid value {1}";

var MSG_COMPARE_ERROR = "\"{0}\" field must {1} \"{2}\" field,\nPlease reenter data !!";
var MSG_REQUIRED_ERROR = "Please fill in the\"{0}\"field " ;
var MSG_MAXLENGTH_ERROR = "\"{0}\" field may contain a maximum of {1} words, please enter again !!";
var MSG_NUM_FORMATE_ERROR = "\"{0}\" field must be an integer value, please enter again !!";
var MSG_FLOAT_FORMATE_ERROR = "Do not enter any punctuation or spaces between numerals. Please try again";
var MSG_DATE_FORMATE_ERROR = "\"{0}\" field must be a date formatted value,\ni.e. 2000/11/23";
var MSG_TIME_FORMATE_ERROR = "\"{0}\" field must be a time formatted value,\ni.e. 10:33";
var MSG_TW_SID_FORMATE_ERROR = "\"{0}\" field must be a Identication Number,\ni.e. F123532136";
var MSG_EMAIL_FORMATE_ERROR = "\"{0}\"field must be an email,\ni.e. goodman@mail.com";
var MSG_URL_FORMATE_ERROR = "Please fill in the \"Company URL\" field.i.e. http://www.taiwantrade.com.tw";
var MSG_HTTP_URL_FORMATE_ERROR = "Please fill in the \"Company URL\" field.i.e. http://www.taiwantrade.com.tw";
var MSG_NAME_FORMATE_ERROR = "\"{0}\"field must be alpha-numeric and begin with an English letter or underscore";
var MSG_RANGE_ERROR = "\"{0}\" field must contain a value between {1} and {2} ,\nplease enter again !!";
var MSG_SELECT_REQUIRED_ERROR = "Please select a \"{0}\"";
var MSG_ALPHAMERIC_FORMATE_ERROR = "\"{0}\"field must be English or Number,\nplease enter again !!";

// Messages for tree.js
var MSG_ADD = "Add";
var MSG_DEL = "Delete";
var MSG_UPDATE = "Modify";
var MSG_CANCEL = "Cancel";
var MSG_UNNAMED = "Unnamed";
var MSG_CONFIRM_DEL = "Confirm delete {0} ?";
var MSG_BLANK_ERROR = "Must not be blank, please rename!!";
var MSG_SPEC_CHAR_ERROR = "Must not contain special character\"\\\", please rename !!";
var MSG_DUP_NAME_ERROR = "Name {0} has already been used at this level, please rename !!";

// Messages for SummaryTip.js
var MSG_NO_SUMMARY = "No summary for this document";

// Messages for Calendar.js and Scheduler.js
var MSG_TITLE_ERROR = "Calendar event title must not be blank, please enter again !!";
var MSG_CONTENT_ERROR = "Calendar event description may not exceed 500 words !!";
var MSG_HOUR_ERROR = "Invalid hour setting, please choose again !!";
var MSG_MINUTE_ERROR = "Invalid minute setting, please choose again !!";
var MSG_CHOOSEDAY = "Please specify days of a week!!";

