No Description

lb.js 946B

123456789101112131415161718192021222324252627282930
  1. (function (global, factory) {
  2. typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
  3. typeof define === 'function' && define.amd ? define(factory) :
  4. (global = global || self, (global.FullCalendarLocales = global.FullCalendarLocales || {}, global.FullCalendarLocales.lb = factory()));
  5. }(this, function () { 'use strict';
  6. var lb = {
  7. code: "lb",
  8. week: {
  9. dow: 1,
  10. doy: 4 // The week that contains Jan 4th is the first week of the year.
  11. },
  12. buttonText: {
  13. prev: "Zréck",
  14. next: "Weider",
  15. today: "Haut",
  16. month: "Mount",
  17. week: "Woch",
  18. day: "Dag",
  19. list: "Terminiwwersiicht"
  20. },
  21. weekLabel: "W",
  22. allDayText: "Ganzen Dag",
  23. eventLimitText: "méi",
  24. noEventsMessage: "Nee Evenementer ze affichéieren"
  25. };
  26. return lb;
  27. }));