GPQAPP
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var el = {5code: 'el',6week: {7dow: 1, // Monday is the first day of the week.8doy: 4, // The week that contains Jan 4st is the first week of the year.9},10buttonText: {11prev: 'Προηγούμενος',12next: 'Επόμενος',13today: 'Σήμερα',14month: 'Μήνας',15week: 'Εβδομάδα',16day: 'Ημέρα',17list: 'Ατζέντα',18},19weekText: 'Εβδ',20allDayText: 'Ολοήμερο',21moreLinkText: 'περισσότερα',22noEventsText: 'Δεν υπάρχουν γεγονότα προς εμφάνιση',23};24
25return el;26
27}());28