GPQAPP
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var et = {5code: 'et',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: 'Eelnev',12next: 'Järgnev',13today: 'Täna',14month: 'Kuu',15week: 'Nädal',16day: 'Päev',17list: 'Päevakord',18},19weekText: 'näd',20allDayText: 'Kogu päev',21moreLinkText: function(n) {22return '+ veel ' + n23},24noEventsText: 'Kuvamiseks puuduvad sündmused',25};26
27return et;28
29}());30