Merged r8105 from trunk
convert calendar-hr.js (Croatian) from Windows-1250 to UTF-8. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.2-stable@8107 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c8c48a7816
commit
d4246334e0
|
@ -51,7 +51,7 @@ Calendar._FD = 0;
|
||||||
Calendar._MN = new Array
|
Calendar._MN = new Array
|
||||||
("Sijecanj",
|
("Sijecanj",
|
||||||
"Veljaca",
|
"Veljaca",
|
||||||
"Ožujak",
|
"Ožujak",
|
||||||
"Travanj",
|
"Travanj",
|
||||||
"Svibanj",
|
"Svibanj",
|
||||||
"Lipanj",
|
"Lipanj",
|
||||||
|
@ -66,7 +66,7 @@ Calendar._MN = new Array
|
||||||
Calendar._SMN = new Array
|
Calendar._SMN = new Array
|
||||||
("Sij",
|
("Sij",
|
||||||
"Velj",
|
"Velj",
|
||||||
"Ožu",
|
"Ožu",
|
||||||
"Tra",
|
"Tra",
|
||||||
"Svi",
|
"Svi",
|
||||||
"Lip",
|
"Lip",
|
||||||
|
@ -100,7 +100,7 @@ Calendar._TT["ABOUT_TIME"] = "\n\n" +
|
||||||
|
|
||||||
Calendar._TT["PREV_YEAR"] = "Prethodna godina (hold for menu)";
|
Calendar._TT["PREV_YEAR"] = "Prethodna godina (hold for menu)";
|
||||||
Calendar._TT["PREV_MONTH"] = "Prethodni mjesec (hold for menu)";
|
Calendar._TT["PREV_MONTH"] = "Prethodni mjesec (hold for menu)";
|
||||||
Calendar._TT["GO_TODAY"] = "Na današnji dan";
|
Calendar._TT["GO_TODAY"] = "Na današnji dan";
|
||||||
Calendar._TT["NEXT_MONTH"] = "Naredni mjesec (hold for menu)";
|
Calendar._TT["NEXT_MONTH"] = "Naredni mjesec (hold for menu)";
|
||||||
Calendar._TT["NEXT_YEAR"] = "Naredna godina (hold for menu)";
|
Calendar._TT["NEXT_YEAR"] = "Naredna godina (hold for menu)";
|
||||||
Calendar._TT["SEL_DATE"] = "Odaberite datum";
|
Calendar._TT["SEL_DATE"] = "Odaberite datum";
|
||||||
|
@ -109,7 +109,7 @@ Calendar._TT["PART_TODAY"] = " (Danas)";
|
||||||
|
|
||||||
// the following is to inform that "%s" is to be the first day of week
|
// the following is to inform that "%s" is to be the first day of week
|
||||||
// %s will be replaced with the day name.
|
// %s will be replaced with the day name.
|
||||||
Calendar._TT["DAY_FIRST"] = "Prikaži %s prvo";
|
Calendar._TT["DAY_FIRST"] = "Prikaži %s prvo";
|
||||||
|
|
||||||
// This may be locale-dependent. It specifies the week-end days, as an array
|
// 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
|
// of comma-separated numbers. The numbers are from 0 to 6: 0 means Sunday, 1
|
||||||
|
|
Loading…
Reference in New Issue