Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

28 řádky
582B

  1. FullCalendar.globalLocales.push(function () {
  2. 'use strict';
  3. var lb = {
  4. code: 'lb',
  5. week: {
  6. dow: 1, // Monday is the first day of the week.
  7. doy: 4, // The week that contains Jan 4th is the first week of the year.
  8. },
  9. buttonText: {
  10. prev: 'Zréck',
  11. next: 'Weider',
  12. today: 'Haut',
  13. month: 'Mount',
  14. week: 'Woch',
  15. day: 'Dag',
  16. list: 'Terminiwwersiicht',
  17. },
  18. weekText: 'W',
  19. allDayText: 'Ganzen Dag',
  20. moreLinkText: 'méi',
  21. noEventsText: 'Nee Evenementer ze affichéieren',
  22. };
  23. return lb;
  24. }());