##// END OF EJS Templates
convert calendar-hr.js (Croatian) from Windows-1250 to UTF-8 (#9741)...
Toshi MARUYAMA -
r7985:fd175470db65
parent child
Show More
@@ -51,7 +51,7 Calendar._FD = 0;
51 51 Calendar._MN = new Array
52 52 ("Sijecanj",
53 53 "Veljaca",
54 "Oujak",
54 "Ožujak",
55 55 "Travanj",
56 56 "Svibanj",
57 57 "Lipanj",
@@ -66,7 +66,7 Calendar._MN = new Array
66 66 Calendar._SMN = new Array
67 67 ("Sij",
68 68 "Velj",
69 "Ou",
69 "Ožu",
70 70 "Tra",
71 71 "Svi",
72 72 "Lip",
@@ -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 dananji 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";
@@ -109,7 +109,7 Calendar._TT["PART_TODAY"] = " (Danas)";
109 109
110 110 // the following is to inform that "%s" is to be the first day of week
111 111 // %s will be replaced with the day name.
112 Calendar._TT["DAY_FIRST"] = "Prikai %s prvo";
112 Calendar._TT["DAY_FIRST"] = "Prikaži %s prvo";
113 113
114 114 // This may be locale-dependent. It specifies the week-end days, as an array
115 115 // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1
General Comments 0
You need to be logged in to leave comments. Login now