summaryrefslogtreecommitdiff
path: root/src/main/resources/static/plugins/fullcalendar/locales/mk.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/static/plugins/fullcalendar/locales/mk.js')
-rw-r--r--src/main/resources/static/plugins/fullcalendar/locales/mk.js25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/main/resources/static/plugins/fullcalendar/locales/mk.js b/src/main/resources/static/plugins/fullcalendar/locales/mk.js
new file mode 100644
index 0000000..9eb98f4
--- /dev/null
+++ b/src/main/resources/static/plugins/fullcalendar/locales/mk.js
@@ -0,0 +1,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;
+
+}());