Calendar._DN = new Array
("Nedjelja",
 "Ponedjeljak",
 "Utorak",
 "Srijeda",
 "Cetvrtak",
 "Petak",
 "Subota",
 "Nedjelja");
Calendar._SDN = new Array
("ned",
 "pon",
 "uto",
 "sri",
 "cet",
 "pet",
 "sub",
 "ned");

Calendar._FD = 0;

Calendar._MN = new Array
("Sijecanj",
 "Veljaca",
 "Ozujak",
 "Travanj",
 "Svibanj",
 "Lipanj",
 "Srpanj",
 "Kolovoz",
 "Rujan",
 "Listopad",
 "Studeni",
 "Prosinac");
 
 Calendar._SMN = new Array
("Sij",
 "Vel",
 "Ozu",
 "Tra",
 "Svi",
 "Lip",
 "Srp",
 "Kol",
 "Ruj",
 "Lis",
 "Stu",
 "Pro");

// tooltips
Calendar._TT = {};
Calendar._TT["INFO"] = "O kalendaru";

Calendar._TT["ABOUT"] =
/*
"For latest version visit: http://dynarch.com/mishoo/calendar.epl\n" +
"Distributed under GNU LGPL.  See http://gnu.org/licenses/lgpl.html for details." +
*/
"\n\n" +
"Odabir datuma:\n" +
"- Koristite tipke \xab i \xbb za odabir godine\n" +
"- Koristite tipke " + String.fromCharCode(0x2039) + " i " + String.fromCharCode(0x203a) + " za odabir mjeseca\n" +
"- Na bilo kojoj od gornjih tipki mozete pritisnuti i držati tipku misa za brzi odabir.";
Calendar._TT["ABOUT_TIME"] = "\n\n" +
"Odabir vremena:\n" +
"- Kliknite na bilo koji dijo vremena da biste ga uvecali\n" +
"- ili kliknite drzeci tipku Shift da biste ga umanjili\n" +
"- ili kliknite i vucite za brzi odabir.";

Calendar._TT["PREV_YEAR"] = "Prethodna godina (drzite za izbornik)";
Calendar._TT["PREV_MONTH"] = "Prethodni mjesec (drzite za izbornik)";
Calendar._TT["GO_TODAY"] = "Skok na danas";
Calendar._TT["NEXT_MONTH"] = "Sljedeci mjesec (drzite za izbornik)";
Calendar._TT["NEXT_YEAR"] = "Sljedeca godina (drzite za izbornik)";
Calendar._TT["SEL_DATE"] = "Odaberite datum";
Calendar._TT["DRAG_TO_MOVE"] = "Povucite";
Calendar._TT["PART_TODAY"] = " (danas)";

// 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"] = "Prikazi %s kao prvi";

// 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";

Calendar._TT["CLOSE"] = "Zatvori";
Calendar._TT["TODAY"] = "Danas";
Calendar._TT["TIME_PART"] = "Kliknite (drzeci tipku Shift) ili povucite za promjenu vrijednosti";

// date formats
Calendar._TT["DEF_DATE_FORMAT"] = "%d. %m. %Y.";
Calendar._TT["TT_DATE_FORMAT"] = "%a, %b %e";

Calendar._TT["WK"] = "tj.";
Calendar._TT["TIME"] = "Vrijeme:";
