PluginProbe
Booking Calendar / 10.10
Booking Calendar v10.10
11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 All 203 releases
booking / js / datepick / jquery.datepick-ru.js

jquery.datepick-ru.js in Booking Calendar 10.10, at js/datepick/jquery.datepick-ru.js

27 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Russian (UTF-8) initialisation for the jQuery UI date picker plugin. */
2 /* Written by Andrew Stromnov (stromnov@gmail.com). */
3 (function($) {
4 $.datepick.regional['ru'] = {
5 clearText: 'Очистить', clearStatus: '',
6 closeText: 'Закрыть', closeStatus: '',
7 prevText: '<Пред', prevStatus: '',
8 prevBigText: '<<', prevBigStatus: '',
9 nextText: 'След>', nextStatus: '',
10 nextBigText: '>>', nextBigStatus: '',
11 currentText: 'Сегодня', currentStatus: '',
12 monthNames: ['Январь','Февраль','Март','Апрель','Май','Июнь',
13 'Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь'],
14 monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн',
15 'Июл','Авг','Сен','Окт','Ноя','Дек'],
16 monthStatus: '', yearStatus: '',
17 weekHeader: 'Не', weekStatus: '',
18 dayNames: ['воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'],
19 dayNamesShort: ['вск','пнд','втр','срд','чтв','птн','сбт'],
20 dayNamesMin: ['Вс','Пн','Вт','Ср','Чт','Пт','Сб'],
21 dayStatus: 'DD', dateStatus: 'D, M d',
22 dateFormat: 'dd.mm.yy', firstDay: 1,
23 initStatus: '', isRTL: false,
24 showMonthAfterYear: false, yearSuffix: ''};
25 $.datepick.setDefaults($.datepick.regional['ru']);
26 })(jQuery);
27