##// 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 Calendar._MN = new Array
51 Calendar._MN = new Array
52 ("Sijecanj",
52 ("Sijecanj",
53 "Veljaca",
53 "Veljaca",
54 "Oujak",
54 "Ožujak",
55 "Travanj",
55 "Travanj",
56 "Svibanj",
56 "Svibanj",
57 "Lipanj",
57 "Lipanj",
@@ -66,7 +66,7 Calendar._MN = new Array
66 Calendar._SMN = new Array
66 Calendar._SMN = new Array
67 ("Sij",
67 ("Sij",
68 "Velj",
68 "Velj",
69 "Ou",
69 "Ožu",
70 "Tra",
70 "Tra",
71 "Svi",
71 "Svi",
72 "Lip",
72 "Lip",
@@ -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 dananji 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";
@@ -109,7 +109,7 Calendar._TT["PART_TODAY"] = " (Danas)";
109
109
110 // the following is to inform that "%s" is to be the first day of week
110 // the following is to inform that "%s" is to be the first day of week
111 // %s will be replaced with the day name.
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 // This may be locale-dependent. It specifies the week-end days, as an array
114 // This may be locale-dependent. It specifies the week-end days, as an array
115 // of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1
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