// ** I18N
Calendar._DN = new Array
("Sunday",
 "Monday",
 "Tuesday",
 "Wednesday",
 "Thursday",
 "Friday",
 "Saturday",
 "Sunday");
Calendar._SDN_len = 3;
Calendar._MN = new Array
("January",
 "February",
 "March",
 "April",
 "May",
 "June",
 "July",
 "August",
 "September",
 "October",
 "November",
 "December");

// tooltips
Calendar._TT = {};

Calendar._TT["INFO"] = "About calendar";

Calendar._TT["ABOUT"] =
"DHTML Date/Time Selector\n" +
"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
"Fro the latest version please visit: http://www.dynarch.com/projects/calendar/\n" +
"Distributed under GNU LGPL.  See http://gnu.org/licenses/lgpl.html for details." +
"\n\n" +
"Date selection:\n" +
"- Use the following buttons \xab, \xbb to select a year\n" +
"- Use th efollowing buttons " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " to select a month\n" +
"- Press and hold the mouse button for a faster select.";
Calendar._TT["ABOUT_TIME"] = "\n\n" +
"Time selection:\n" +
"- Clink on the hour or the minute to increase their values 1\n" +
"- Or SHIFT+Click to lower their values 1\n" +
"- Or CLICK+Drag  for a faster time selection.";

Calendar._TT["PREV_YEAR"] = "Previuos year";
Calendar._TT["PREV_MONTH"] = "Previuos month";
Calendar._TT["GO_TODAY"] = "Today";
Calendar._TT["NEXT_MONTH"] = "Next month";
Calendar._TT["NEXT_YEAR"] = "Next year";
Calendar._TT["SEL_DATE"] = "Select the date";
Calendar._TT["DRAG_TO_MOVE"] = "Drag to move";
Calendar._TT["PART_TODAY"] = " (today)";
Calendar._TT["DAY_FIRST"] = "Show %s first days";
Calendar._TT["WEEKEND"] = "0,6";
Calendar._TT["CLOSE"] = "Close";
Calendar._TT["TODAY"] = "today";
Calendar._TT["TIME_PART"] = "(Shift-)Click or drag to select";

// date formats
Calendar._TT["DEF_DATE_FORMAT"] = "%d-%m-%Y";
Calendar._TT["TT_DATE_FORMAT"] = "%A, %d %B";

Calendar._TT["WK"] = "week";
Calendar._TT["TIME"] = "Time:";
//Calendar._SMN_len = 3;
Calendar._FD = 0;
