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