aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/event_head.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-25 18:23:48 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-25 18:23:48 -0700
commitb06b6f798fbfde8ab7f0ed25145b53560e6b4968 (patch)
treeb2dc8fa88a16aa5e435484b44217a2223b987d59 /view/tpl/event_head.tpl
parent5f3edabd4529471b2ab33532ad38bbd65758b0cd (diff)
downloadvolse-hubzilla-b06b6f798fbfde8ab7f0ed25145b53560e6b4968.tar.gz
volse-hubzilla-b06b6f798fbfde8ab7f0ed25145b53560e6b4968.tar.bz2
volse-hubzilla-b06b6f798fbfde8ab7f0ed25145b53560e6b4968.zip
localise event calendar
Diffstat (limited to 'view/tpl/event_head.tpl')
-rwxr-xr-xview/tpl/event_head.tpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/view/tpl/event_head.tpl b/view/tpl/event_head.tpl
index 6b59eef27..fd0ef0d9b 100755
--- a/view/tpl/event_head.tpl
+++ b/view/tpl/event_head.tpl
@@ -29,6 +29,21 @@
center: 'title',
right: 'month,agendaWeek,agendaDay'
},
+ monthNames: aStr['monthNames'],
+ monthNamesShort: aStr['monthNamesShort'],
+ dayNames: aStr['dayNames'],
+ dayNamesShort: aStr['dayNamesShort'],
+ buttonText: {
+ prev: "<span class='fc-text-arrow'>&lsaquo;</span>",
+ next: "<span class='fc-text-arrow'>&rsaquo;</span>",
+ prevYear: "<span class='fc-text-arrow'>&laquo;</span>",
+ nextYear: "<span class='fc-text-arrow'>&raquo;</span>",
+ today: aStr['today'],
+ month: aStr['month'],
+ week: aStr['week'],
+ day: aStr['day']
+ },
+ allDayText: aStr['allday'],
timeFormat: 'H(:mm)',
eventClick: function(calEvent, jsEvent, view) {
showEvent(calEvent.id);