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
573B

  1. FullCalendar.globalLocales.push(function () {
  2. 'use strict';
  3. var eu = {
  4. code: 'eu',
  5. week: {
  6. dow: 1, // Monday is the first day of the week.
  7. doy: 7, // The week that contains Jan 1st is the first week of the year.
  8. },
  9. buttonText: {
  10. prev: 'Aur',
  11. next: 'Hur',
  12. today: 'Gaur',
  13. month: 'Hilabetea',
  14. week: 'Astea',
  15. day: 'Eguna',
  16. list: 'Agenda',
  17. },
  18. weekText: 'As',
  19. allDayText: 'Egun osoa',
  20. moreLinkText: 'gehiago',
  21. noEventsText: 'Ez dago ekitaldirik erakusteko',
  22. };
  23. return eu;
  24. }());