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

  1. FullCalendar.globalLocales.push(function () {
  2. 'use strict';
  3. var lt = {
  4. code: 'lt',
  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: 'Atgal',
  11. next: 'Pirmyn',
  12. today: 'Šiandien',
  13. month: 'Mėnuo',
  14. week: 'Savaitė',
  15. day: 'Diena',
  16. list: 'Darbotvarkė',
  17. },
  18. weekText: 'SAV',
  19. allDayText: 'Visą dieną',
  20. moreLinkText: 'daugiau',
  21. noEventsText: 'Nėra įvykių rodyti',
  22. };
  23. return lt;
  24. }());