GPQAPP
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var hu = {5code: 'hu',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: 'vissza',12next: 'előre',13today: 'ma',14month: 'Hónap',15week: 'Hét',16day: 'Nap',17list: 'Lista',18},19weekText: 'Hét',20allDayText: 'Egész nap',21moreLinkText: 'további',22noEventsText: 'Nincs megjeleníthető esemény',23};24
25return hu;26
27}());28