core-resource-app-test
Version:
App that contains assets and scripts for the core apps
22 lines (21 loc) • 1.03 kB
JavaScript
/* http://keith-wood.name/calendars.html
Danish localisation for calendars datepicker for jQuery.
Written by Jan Christensen ( deletestuff@gmail.com). */
(function($) {
$.calendars.picker.regional['da'] = {
renderer: $.calendars.picker.defaultRenderer,
prevText: '<Forrige', prevStatus: 'Vis forrige måned',
prevJumpText: '<<', prevJumpStatus: '',
nextText: 'Næste>', nextStatus: 'Vis næste måned',
nextJumpText: '>>', nextJumpStatus: '',
currentText: 'Idag', currentStatus: 'Vis aktuel måned',
todayText: 'Idag', todayStatus: 'Vis aktuel måned',
clearText: 'Nulstil', clearStatus: 'Nulstil den aktuelle dato',
closeText: 'Luk', closeStatus: 'Luk uden ændringer',
yearStatus: 'Vis et andet år', monthStatus: 'Vis en anden måned',
weekText: 'Uge', weekStatus: 'Årets uge',
dayStatus: 'Vælg D, M d', defaultStatus: 'Vælg en dato',
isRTL: false
};
$.calendars.picker.setDefaults($.calendars.picker.regional['da']);
})(jQuery);