My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions

Issue 2474 attachment: mk.js (235 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14

$.fullCalendar.lang("mk", {
buttonText: {
month: "Месец",
week: "Недела",
day: "Ден",
list: "График"
},
allDayText: "Цел ден",
eventLimitText: function(n) {
return "+повеќе " + n;
}
});

Powered by Google Project Hosting