diff options
Diffstat (limited to 'template-common/lib/ui/i18n/ui.datepicker-da.js')
-rw-r--r-- | template-common/lib/ui/i18n/ui.datepicker-da.js | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/template-common/lib/ui/i18n/ui.datepicker-da.js b/template-common/lib/ui/i18n/ui.datepicker-da.js deleted file mode 100644 index 8ad1e2cc3..000000000 --- a/template-common/lib/ui/i18n/ui.datepicker-da.js +++ /dev/null @@ -1,19 +0,0 @@ -/* Danish initialisation for the jQuery UI date picker plugin. */ -/* Written by Jan Christensen ( deletestuff@gmail.com). */ -jQuery(function($){ - $.datepicker.regional['da'] = { - closeText: 'Luk', - prevText: '<Forrige', - nextText: 'Næste>', - currentText: 'Idag', - monthNames: ['Januar','Februar','Marts','April','Maj','Juni', - 'Juli','August','September','Oktober','November','December'], - monthNamesShort: ['Jan','Feb','Mar','Apr','Maj','Jun', - 'Jul','Aug','Sep','Okt','Nov','Dec'], - dayNames: ['Søndag','Mandag','Tirsdag','Onsdag','Torsdag','Fredag','Lørdag'], - dayNamesShort: ['Søn','Man','Tir','Ons','Tor','Fre','Lør'], - dayNamesMin: ['Sø','Ma','Ti','On','To','Fr','Lø'], - dateFormat: 'dd-mm-yy', firstDay: 0, - isRTL: false}; - $.datepicker.setDefaults($.datepicker.regional['da']); -}); |