GPQAPP
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var ro = {5code: 'ro',6week: {7dow: 1, // Monday is the first day of the week.8doy: 7, // The week that contains Jan 1st is the first week of the year.9},10buttonText: {11prev: 'precedentă',12next: 'următoare',13today: 'Azi',14month: 'Lună',15week: 'Săptămână',16day: 'Zi',17list: 'Agendă',18},19weekText: 'Săpt',20allDayText: 'Toată ziua',21moreLinkText: function(n) {22return '+alte ' + n23},24noEventsText: 'Nu există evenimente de afișat',25};26
27return ro;28
29}());30