Files
fullcalendar/lang/ro.js
T
2014-07-25 16:23:04 +01:00

13 lines
276 B
JavaScript

$.fullCalendar.lang("ro", {
defaultButtonText: {
prev: "precedentă", // override JQUI's translations, which contains the word "month"
next: "următoare", // "
month: "Lună",
week: "Săptămână",
day: "Zi",
list: "Agendă"
},
allDayText: "Toată ziua"
});