dtphonglich.Calendar._DN = new Array
("Sunday",
 "Monday",
 "Tuesday",
 "Wednesday",
 "Thursday",
 "Friday",
 "Saturday",
 "Sunday");

dtphonglich.Calendar._SDN = new Array
("Sun",
 "Mon",
 "Tue",
 "Wed",
 "Thu",
 "Fri",
 "Sat",
 "Sun");
dtphonglich.Calendar._FD = 0;
dtphonglich.Calendar._MN = new Array
("January",
 "February",
 "March",
 "April",
 "May",
 "June",
 "July",
 "August",
 "September",
 "October",
 "November",
 "December");
dtphonglich.Calendar._SMN = new Array
("Jan",
 "Feb",
 "Mar",
 "Apr",
 "May",
 "Jun",
 "Jul",
 "Aug",
 "Sep",
 "Oct",
 "Nov",
 "Dec");
dtphonglich.Calendar._TT_en = dtphonglich.Calendar._TT = {};
dtphonglich.Calendar._TT["INFO"] = "About the calendar";

dtphonglich.Calendar._TT["ABOUT"] =
"ReEditor by pr dtphong .\n" +
"Mail to bangnl@fpt.netfor latest version" ;
dtphonglich.Calendar._TT["ABOUT_TIME"] = "\n\n" +
"Time selection:\n" +
"- Click on any of the time parts to increase it\n" +
"- or Shift-click to decrease it\n" +
"- or click and drag for faster selection.";

dtphonglich.Calendar._TT["PREV_YEAR"] = "Prev. year (hold for menu)";
dtphonglich.Calendar._TT["PREV_MONTH"] = "Prev. month (hold for menu)";
dtphonglich.Calendar._TT["GO_TODAY"] = "Go Today (hold for history)";
dtphonglich.Calendar._TT["NEXT_MONTH"] = "Next month (hold for menu)";
dtphonglich.Calendar._TT["NEXT_YEAR"] = "Next year (hold for menu)";
dtphonglich.Calendar._TT["SEL_DATE"] = "Select date";
dtphonglich.Calendar._TT["DRAG_TO_MOVE"] = "Drag to move";
dtphonglich.Calendar._TT["PART_TODAY"] = " (today)";
dtphonglich.Calendar._TT["DAY_FIRST"] = "Display %s first";
dtphonglich.Calendar._TT["WEEKEND"] = "0,6";

dtphonglich.Calendar._TT["CLOSE"] = "Close";
dtphonglich.Calendar._TT["TODAY"] = "Today";
dtphonglich.Calendar._TT["TIME_PART"] = "(Shift-)Click or drag to change value";
dtphonglich.Calendar._TT["DEF_DATE_FORMAT"] = "%Y-%m-%d";
dtphonglich.Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e";

dtphonglich.Calendar._TT["WK"] = "wk";
dtphonglich.Calendar._TT["TIME"] = "Time:";

dtphonglich.Calendar._TT["E_RANGE"] = "Outside the range";
	if(dtphonglich.Calendar._DN) dtphonglich.Calendar._TT._DN = dtphonglich.Calendar._DN;
	if(dtphonglich.Calendar._SDN) dtphonglich.Calendar._TT._SDN = dtphonglich.Calendar._SDN;
	if(dtphonglich.Calendar._SDN_len) dtphonglich.Calendar._TT._SDN_len = dtphonglich.Calendar._SDN_len;
	if(dtphonglich.Calendar._MN) dtphonglich.Calendar._TT._MN = dtphonglich.Calendar._MN;
	if(dtphonglich.Calendar._SMN) dtphonglich.Calendar._TT._SMN = dtphonglich.Calendar._SMN;
	if(dtphonglich.Calendar._SMN_len) dtphonglich.Calendar._TT._SMN_len = dtphonglich.Calendar._SMN_len;
	dtphonglich.Calendar._DN = dtphonglich.Calendar._SDN = dtphonglich.Calendar._SDN_len = dtphonglich.Calendar._MN = dtphonglich.Calendar._SMN = dtphonglich.Calendar._SMN_len = null
