| | |
| | | /* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat (MIT) */ |
| | | /* Russian (UTF-8) initialisation for the jQuery UI date picker plugin. */ |
| | | /* Written by Andrew Stromnov (stromnov@gmail.com). */ |
| | | jQuery(function($){ |
| | | $.datepicker.regional['ru'] = { |
| | | closeText: 'Закрыть', |
| | | prevText: '<Пред', |
| | | nextText: 'След>', |
| | | prevText: '<Пред', |
| | | nextText: 'След>', |
| | | currentText: 'Сегодня', |
| | | monthNames: ['Январь','Февраль','Март','Апрель','Май','Июнь', |
| | | 'Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь'], |
| | |
| | | showMonthAfterYear: false, |
| | | yearSuffix: ''}; |
| | | $.datepicker.setDefaults($.datepicker.regional['ru']); |
| | | }); |
| | | }); |
| | | /* @license-end */ |