| | |
| | | /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat (MIT) */ |
| | | /* Polish initialisation for the jQuery UI date picker plugin. */ |
| | | /* Written by Jacek Wysocki (jacek.wysocki@gmail.com). */ |
| | | jQuery(function($){ |
| | | $.datepicker.regional['pl'] = { |
| | | closeText: 'Zamknij', |
| | | prevText: '<Poprzedni', |
| | | nextText: 'Następny>', |
| | | prevText: '<Poprzedni', |
| | | nextText: 'Następny>', |
| | | currentText: 'Dziś', |
| | | monthNames: ['Styczeń','Luty','Marzec','Kwiecień','Maj','Czerwiec', |
| | | 'Lipiec','Sierpień','Wrzesień','Październik','Listopad','Grudzień'], |
| | |
| | | yearSuffix: ''}; |
| | | $.datepicker.setDefaults($.datepicker.regional['pl']); |
| | | }); |
| | | /* @license-end */ |