mk.js 936 B

12345678910111213141516171819202122232425262728
  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.mk = factory()));
  5. }(this, function () { 'use strict';
  6. var mk = {
  7. code: "mk",
  8. buttonText: {
  9. prev: "претходно",
  10. next: "следно",
  11. today: "Денес",
  12. month: "Месец",
  13. week: "Недела",
  14. day: "Ден",
  15. list: "График"
  16. },
  17. weekLabel: "Сед",
  18. allDayText: "Цел ден",
  19. eventLimitText: function (n) {
  20. return "+повеќе " + n;
  21. },
  22. noEventsMessage: "Нема настани за прикажување"
  23. };
  24. return mk;
  25. }));