// ** I18N
Calendar._DN = new Array
("Duminic&Auml;ƒ",
 "Luni",
 "MarÅ£i",
 "Miercuri",
 "Joi",
 "Vineri",
 "SÃ¢mb&Auml;ƒt&Auml;ƒ",
 "Duminic&Auml;ƒ");
//Calendar._SDN_len = 2;
Calendar._MN = new Array
("Ianuarie",
 "Februarie",
 "Martie",
 "Aprilie",
 "Mai",
 "Iunie",
 "Iulie",
 "August",
 "Septembrie",
 "Octombrie",
 "Noiembrie",
 "Decembrie");

// tooltips
Calendar._TT = {};

// First day of the week. "0" means display Sunday first, "1" means display
// Monday first, etc.
Calendar._FD = 0;

Calendar._TT["INFO"] = "Despre calendar";

Calendar._TT["ABOUT"] =
"DHTML Date/Time Selector\n" +
"(c) dynarch.com 2002-2005 / Author: Mihai Bazon\n" + // don't translate this this ;-)
"Pentru ultima versiune vizitaÅ£i: http://www.dynarch.com/projects/calendar/\n" +
"Distribuit sub GNU LGPL.  See http://gnu.org/licenses/lgpl.html for details." +
"\n\n" +
"SelecÅ£ia datei:\n" +
"- FolosiÅ£i butoanele \xab, \xbb pentru a selecta anul\n" +
"- FolosiÅ£i butoanele " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " pentru a selecta luna\n" +
"- TineÅ£i butonul mouse-ului ap&Auml;ƒsat pentru selecÅ£ie mai rapid&Auml;ƒ.";
Calendar._TT["ABOUT_TIME"] = "\n\n" +
"SelecÅ£ia orei:\n" +
"- Click pe ora sau minut pentru a m&Auml;ƒri valoarea cu 1\n" +
"- Sau Shift-Click pentru a micÅŸora valoarea cu 1\n" +
"- Sau Click ÅŸi drag pentru a selecta mai repede.";

Calendar._TT["NAV_MONTH_PREV"] = "Previous Month";
Calendar._TT["NAV_MONTH_NEXT"] = "Next Month";

Calendar._TT["PREV_YEAR"] = "Anul precedent (lung pt menu)";
Calendar._TT["PREV_MONTH"] = "Luna precedent&Auml;ƒ (lung pt menu)";
Calendar._TT["GO_TODAY"] = "Data de azi";
Calendar._TT["GO_CHECK-IN"] = "Go to Check-in Date";
Calendar._TT["NEXT_MONTH"] = "Luna urm&Auml;ƒtoare (lung pt menu)";
Calendar._TT["NEXT_YEAR"] = "Anul urm&Auml;ƒtor (lung pt menu)";
Calendar._TT["SEL_DATE"] = "Selecteaz&Auml;ƒ data";
Calendar._TT["DRAG_TO_MOVE"] = "Trage pentru a miÅŸca";
Calendar._TT["PART_TODAY"] = " (ast&Auml;ƒzi)";
Calendar._TT["DAY_FIRST"] = "AfiÅŸeaz&Auml;ƒ %s prima zi";
Calendar._TT["WEEKEND"] = "0,6";
Calendar._TT["CLOSE"] = "ÃŽnchide";
Calendar._TT["TODAY"] = "Ast&Auml;ƒzi";
Calendar._TT["CHECK-IN"] = "Check-in";
Calendar._TT["TIME_PART"] = "(Shift-)Click sau drag pentru a selecta";
// 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"] = "Display %s first";

// 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.
Calendar._TT["WEEKEND"] = "0,6";

// default field value
Calendar._TT["FIELD_VALUES"] = {
								"m"		: "mm",
								"d"		: "dd",
								"y"		: "yyyy",
								"sep"	: "/"
								};
// default field value
Calendar._TT["DEF_FIELD_VALUE"] = "mm/dd/yyyy";

// date formats
Calendar._TT["DEF_DATE_FORMAT"] = "%d-%m-%Y";
Calendar._TT["TT_DATE_FORMAT"] = "%A, %d %B";
Calendar._TT["TODAY_DATE_FORMAT"] = "%B %e, %Y";

Calendar._TT["WK"] = "spt";
Calendar._TT["TIME"] = "Ora:";
