GPQAPP
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var it = {5code: 'it',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: 'Prec',12next: 'Succ',13today: 'Oggi',14month: 'Mese',15week: 'Settimana',16day: 'Giorno',17list: 'Agenda',18},19weekText: 'Sm',20allDayText: 'Tutto il giorno',21moreLinkText: function(n) {22return '+altri ' + n23},24noEventsText: 'Non ci sono eventi da visualizzare',25};26
27return it;28
29}());30