summaryrefslogtreecommitdiff
path: root/src/main/resources/static/plugins/fullcalendar/locales/mk.js
blob: 9eb98f4956b13fb1c73cdf82043489bf3c5dd24e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
FullCalendar.globalLocales.push(function () {
  'use strict';

  var mk = {
    code: 'mk',
    buttonText: {
      prev: 'претходно',
      next: 'следно',
      today: 'Денес',
      month: 'Месец',
      week: 'Недела',
      day: 'Ден',
      list: 'График',
    },
    weekText: 'Сед',
    allDayText: 'Цел ден',
    moreLinkText: function(n) {
      return '+повеќе ' + n
    },
    noEventsText: 'Нема настани за прикажување',
  };

  return mk;

}());