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.

pirms 2 gadiem
123456789101112131415161718192021222324252627
  1. FullCalendar.globalLocales.push(function () {
  2. 'use strict';
  3. var nn = {
  4. code: 'nn',
  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: 'Førre',
  11. next: 'Neste',
  12. today: 'I dag',
  13. month: 'Månad',
  14. week: 'Veke',
  15. day: 'Dag',
  16. list: 'Agenda',
  17. },
  18. weekText: 'Veke',
  19. allDayText: 'Heile dagen',
  20. moreLinkText: 'til',
  21. noEventsText: 'Ingen hendelser å vise',
  22. };
  23. return nn;
  24. }());