GPQAPP
1FullCalendar.globalLocales.push(function () {2'use strict';3
4var lb = {5code: 'lb',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: 'Zréck',12next: 'Weider',13today: 'Haut',14month: 'Mount',15week: 'Woch',16day: 'Dag',17list: 'Terminiwwersiicht',18},19weekText: 'W',20allDayText: 'Ganzen Dag',21moreLinkText: 'méi',22noEventsText: 'Nee Evenementer ze affichéieren',23};24
25return lb;26
27}());28