Blueacaciacalendrier._DN = new Array
("Sunday",
 "Monday",
 "Tuesday",
 "Wednesday",
 "Thursday",
 "Friday",
 "Saturday",
 "Sunday");

Blueacaciacalendrier._SDN = new Array
("Sun",
 "Mon",
 "Tue",
 "Wed",
 "Thu",
 "Fri",
 "Sat",
 "Sun");

// full month names
Blueacaciacalendrier._MN = new Array
("January",
 "February",
 "March",
 "April",
 "May",
 "June",
 "July",
 "August",
 "September",
 "October",
 "November",
 "December");

// short month names
Blueacaciacalendrier._SMN = new Array
("Jan",
 "Feb",
 "Mar",
 "Apr",
 "May",
 "June",
 "July",
 "Augu",
 "Sep",
 "Oct",
 "Nov",
 "Dec");

// tooltips
Blueacaciacalendrier._TT = {};
Blueacaciacalendrier._TT["INFO"] = "About calendar";

Blueacaciacalendrier._TT["ABOUT"] =
"BLUE ACACIA CALENDAR\n" +
"\n" +
"Select a date :\n" +
"- Use the buttons \xab, \xbb  to select the year\n" +
"- Use the buttons " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " to select the month\n" +
"- Keep the mouse on any button to select faster";
Blueacaciacalendrier._TT["ABOUT_TIME"] = "\n\n" +
"Select the hour :\n" +
"- Click on hours and minutes to go up\n" +
"- ou Maj-clic to go down\n" +
"- ou clic drag'n drop to select faster";

Blueacaciacalendrier._TT["PREV_YEAR"] = "Last year (maintain for menu)";
Blueacaciacalendrier._TT["PREV_MONTH"] = "Last month (maintain for menu)";
Blueacaciacalendrier._TT["GO_TODAY"] = "Go to today's date";
Blueacaciacalendrier._TT["NEXT_MONTH"] = "Next month (maintain for menu)";
Blueacaciacalendrier._TT["NEXT_YEAR"] = "Next year (maintain for menu)";
Blueacaciacalendrier._TT["SEL_DATE"] = "Select a date";
Blueacaciacalendrier._TT["DRAG_TO_MOVE"] = "Move it";
Blueacaciacalendrier._TT["PART_TODAY"] = " (Today)";

// the following is to inform that "%s" is to be the first day of week
// %s will be replaced with the day name.
Blueacaciacalendrier._TT["DAY_FIRST"] = "Put %s on first place";

// This may be locale-dependent.  It specifies the week-end days, as an array
// of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1
// means Monday, etc.
Blueacaciacalendrier._TT["WEEKEND"] = "0,6";

Blueacaciacalendrier._TT["CLOSE"] = "Close";
Blueacaciacalendrier._TT["TODAY"] = "Today";
Blueacaciacalendrier._TT["TIME_PART"] = "(Maj-)Clic or drag to change the date";

// date formats
Blueacaciacalendrier._TT["DEF_DATE_FORMAT"] = "%d/%m/%Y";
Blueacaciacalendrier._TT["TT_DATE_FORMAT"] = "%a, %b %e";

Blueacaciacalendrier._TT["WK"] = "Week";
Blueacaciacalendrier._TT["TIME"] = "Hour :";
