// ** I18N
Calendar._FD = 1;
// tooltips
Calendar._TT = {};
Calendar._TT["INFO"] = "";
Calendar._TT["ABOUT_TIME"] = "";

Calendar._TT["PREV_YEAR"] = "";
Calendar._TT["PREV_MONTH"] = "";
Calendar._TT["GO_TODAY"] = "";
Calendar._TT["NEXT_MONTH"] = "";
Calendar._TT["NEXT_YEAR"] = "";
Calendar._TT["SEL_DATE"] = "";
Calendar._TT["DRAG_TO_MOVE"] = "";
Calendar._TT["PART_TODAY"] = "";

// the following is to inform that "%s" is to be the first day of week
// %s will be replaced with the day name.
Calendar._TT["DAY_FIRST"] = "";

Calendar._TT["WEEKEND"] = "0,6";

Calendar._TT["CLOSE"] = "";
Calendar._TT["TIME_PART"] = "";

// date formats
Calendar._TT["DEF_DATE_FORMAT"] = "";
Calendar._TT["TT_DATE_FORMAT"] = "";

Calendar._TT["WK"] = "";
Calendar._TT["TIME"] = "";
