Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

28 rindas
577B

  1. FullCalendar.globalLocales.push(function () {
  2. 'use strict';
  3. var nl = {
  4. code: 'nl',
  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: 'Vorige',
  11. next: 'Volgende',
  12. today: 'Vandaag',
  13. year: 'Jaar',
  14. month: 'Maand',
  15. week: 'Week',
  16. day: 'Dag',
  17. list: 'Agenda',
  18. },
  19. allDayText: 'Hele dag',
  20. moreLinkText: 'extra',
  21. noEventsText: 'Geen evenementen om te laten zien',
  22. };
  23. return nl;
  24. }());