##// END OF EJS Templates
Merged r8106 from trunk...
Toshi MARUYAMA -
r7990:bf0008cd4e52
parent child
Show More
@@ -18,7 +18,7 Calendar._DN = new Array
18 18 "Cetvrtak",
19 19 "Petak",
20 20 "Subota",
21 "Nedjelja");
21 "Nedjelja");
22 22
23 23 // Please note that the following array of short day names (and the same goes
24 24 // for short month names, _SMN) isn't absolutely necessary. We give it here
@@ -100,7 +100,7 Calendar._TT["ABOUT_TIME"] = "\n\n" +
100 100
101 101 Calendar._TT["PREV_YEAR"] = "Prethodna godina (hold for menu)";
102 102 Calendar._TT["PREV_MONTH"] = "Prethodni mjesec (hold for menu)";
103 Calendar._TT["GO_TODAY"] = "Na današnji dan";
103 Calendar._TT["GO_TODAY"] = "Na današnji dan";
104 104 Calendar._TT["NEXT_MONTH"] = "Naredni mjesec (hold for menu)";
105 105 Calendar._TT["NEXT_YEAR"] = "Naredna godina (hold for menu)";
106 106 Calendar._TT["SEL_DATE"] = "Odaberite datum";
General Comments 0
You need to be logged in to leave comments. Login now