/* Variables de lenguaje Inglés */

// ** I18N


Calendar._MN = new Array
("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");

Calendar._DN = new Array
("Sunday",
 "Monday",
 "Tuesday",
 "Wednesday",
 "Thursday",
 "Friday",
 "Saturday",
 "Sunday");


// tooltips
Calendar._TT = {};
Calendar._TT["TOGGLE"] = "Change first day of the week";
Calendar._TT["PREV_YEAR"] = "Previous Year (press for menu)";
Calendar._TT["PREV_MONTH"] = "Previous Month (press for menu)";
Calendar._TT["GO_TODAY"] = "Go to Today";
Calendar._TT["NEXT_MONTH"] = "Next Month (press for menu)";
Calendar._TT["NEXT_YEAR"] = "Next Year (press for menu)";
Calendar._TT["SEL_DATE"] = "Select a day";
Calendar._TT["DRAG_TO_MOVE"] = "Drag to move";
Calendar._TT["PART_TODAY"] = " (Today)";
Calendar._TT["MON_FIRST"] = "Show Monday First";
Calendar._TT["SUN_FIRST"] = "Show Sunday First";
Calendar._TT["CLOSE"] = "Close";
Calendar._TT["TODAY"] = "Today";

// date formats
Calendar._TT["DEF_DATE_FORMAT"] = "dd-mm-yy";
Calendar._TT["TT_DATE_FORMAT"] = "D, M d";

Calendar._TT["WK"] = "sem";
Calendar_EMPIEZA_LUNES = false ;  
