diff options
Diffstat (limited to 'template-common/lib/ui/i18n/ui.datepicker-sk.js')
-rw-r--r-- | template-common/lib/ui/i18n/ui.datepicker-sk.js | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/template-common/lib/ui/i18n/ui.datepicker-sk.js b/template-common/lib/ui/i18n/ui.datepicker-sk.js deleted file mode 100644 index a023ffa77..000000000 --- a/template-common/lib/ui/i18n/ui.datepicker-sk.js +++ /dev/null @@ -1,19 +0,0 @@ -/* Slovak initialisation for the jQuery UI date picker plugin. */ -/* Written by Vojtech Rinik (vojto@hmm.sk). */ -jQuery(function($){ - $.datepicker.regional['sk'] = { - closeText: 'Zavrieť', - prevText: '<Predchádzajúci', - nextText: 'Nasledujúci>', - currentText: 'Dnes', - monthNames: ['Január','Február','Marec','Apríl','Máj','Jún', - 'Júl','August','September','Október','November','December'], - monthNamesShort: ['Jan','Feb','Mar','Apr','Máj','Jún', - 'Júl','Aug','Sep','Okt','Nov','Dec'], - dayNames: ['Nedel\'a','Pondelok','Utorok','Streda','Štvrtok','Piatok','Sobota'], - dayNamesShort: ['Ned','Pon','Uto','Str','Štv','Pia','Sob'], - dayNamesMin: ['Ne','Po','Ut','St','Št','Pia','So'], - dateFormat: 'dd.mm.yy', firstDay: 0, - isRTL: false}; - $.datepicker.setDefaults($.datepicker.regional['sk']); -}); |