GPQAPP
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var cs = {5code: 'cs',6week: {7dow: 1, // Monday is the first day of the week.8doy: 4, // The week that contains Jan 4th is the first week of the year.9},10buttonText: {11prev: 'Dříve',12next: 'Později',13today: 'Nyní',14month: 'Měsíc',15week: 'Týden',16day: 'Den',17list: 'Agenda',18},19weekText: 'Týd',20allDayText: 'Celý den',21moreLinkText: function(n) {22return '+další: ' + n23},24noEventsText: 'Žádné akce k zobrazení',25};26
27return cs;28
29}());30