First Commit
This commit is contained in:
29
html/sternwarte/kalender/lib/locales/sk.js
Normal file
29
html/sternwarte/kalender/lib/locales/sk.js
Normal file
@@ -0,0 +1,29 @@
|
||||
FullCalendar.globalLocales.push(function () {
|
||||
'use strict';
|
||||
|
||||
var sk = {
|
||||
code: "sk",
|
||||
week: {
|
||||
dow: 1,
|
||||
doy: 4
|
||||
},
|
||||
buttonText: {
|
||||
prev: "Predch\xE1dzaj\xFAci",
|
||||
next: "Nasleduj\xFAci",
|
||||
today: "Dnes",
|
||||
month: "Mesiac",
|
||||
week: "T\xFD\u017Ede\u0148",
|
||||
day: "De\u0148",
|
||||
list: "Rozvrh"
|
||||
},
|
||||
weekText: "Ty",
|
||||
allDayText: "Cel\xFD de\u0148",
|
||||
moreLinkText: function(n) {
|
||||
return "+\u010Fal\u0161ie: " + n;
|
||||
},
|
||||
noEventsText: "\u017Diadne akcie na zobrazenie"
|
||||
};
|
||||
|
||||
return sk;
|
||||
|
||||
}());
|
||||
Reference in New Issue
Block a user