//**************************************//
//***********   ENGLISH    *************//
//**************************************//
IC.Dictionary.digitExpectedHere = "Digit is expected here.";
IC.Dictionary.alphaExpectedHere = "Alphabetic character is expected here.";
IC.Dictionary.digitOrDotExpectedHere = "Digit or decimal separator is expected here.";
IC.Dictionary.punctuationExpectedHere = "Punctuation sign is expected here.";
IC.Dictionary.hourValueExpectedHere = "The first hour (0-24) digit must be 0,1,2 or stay empty.";
IC.Dictionary.hour12ValueExpectedHere = "The first hour (1-12) digit must be 0,1 or stay empty.";
IC.Dictionary.AMPMValueExpectedHere = "You must type an A (AM) or a P (PM).";
IC.Dictionary.monthValueExpectedHere = "The first digit for the month must be either 0 or 1.";
IC.Dictionary.dateValueExpectedHere = "The first digit for the date must be between 0 and 3.";
IC.Dictionary.minuteValueExpectedHere = "The first minutes digit must be between 0 and 5.";
IC.Dictionary.secondValueExpectedHere = "The first seconds digit must be between 0 and 5.";

IC.Dictionary.calendarOptions = {
	START_WEEKDAY : 0,
	LOCALE_WEEKDAYS:"medium",
	MONTHS_SHORT:["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
	MONTHS_LONG:["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
	WEEKDAYS_1CHAR:["S", "M", "T", "W", "T", "F", "S"],
	WEEKDAYS_SHORT:["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
	WEEKDAYS_MEDIUM:["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
	WEEKDAYS_LONG:["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"] 
};