remove trailing white-spaces from calendar-hr.js
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8106 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
fd175470db
commit
8ec5ed27db
|
@ -18,7 +18,7 @@ Calendar._DN = new Array
|
|||
"Cetvrtak",
|
||||
"Petak",
|
||||
"Subota",
|
||||
"Nedjelja");
|
||||
"Nedjelja");
|
||||
|
||||
// Please note that the following array of short day names (and the same goes
|
||||
// for short month names, _SMN) isn't absolutely necessary. We give it here
|
||||
|
@ -100,7 +100,7 @@ Calendar._TT["ABOUT_TIME"] = "\n\n" +
|
|||
|
||||
Calendar._TT["PREV_YEAR"] = "Prethodna godina (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_YEAR"] = "Naredna godina (hold for menu)";
|
||||
Calendar._TT["SEL_DATE"] = "Odaberite datum";
|
||||
|
|
Loading…
Reference in New Issue