diff options
Diffstat (limited to 'include/jquery_ui/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js')
-rw-r--r-- | include/jquery_ui/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/include/jquery_ui/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js b/include/jquery_ui/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js deleted file mode 100644 index 50a461352..000000000 --- a/include/jquery_ui/development-bundle/ui/i18n/jquery.ui.datepicker-ru.js +++ /dev/null @@ -1,23 +0,0 @@ -/* 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: 'След>', - currentText: 'Сегодня', - monthNames: ['Январь','Февраль','Март','Апрель','Май','Июнь', - 'Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь'], - monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн', - 'Июл','Авг','Сен','Окт','Ноя','Дек'], - dayNames: ['воскресенье','понедельник','вторник','среда','четверг','пятница','суббота'], - dayNamesShort: ['вск','пнд','втр','срд','чтв','птн','сбт'], - dayNamesMin: ['Вс','Пн','Вт','Ср','Чт','Пт','Сб'], - weekHeader: 'Нед', - dateFormat: 'dd.mm.yy', - firstDay: 1, - isRTL: false, - showMonthAfterYear: false, - yearSuffix: ''}; - $.datepicker.setDefaults($.datepicker.regional['ru']); -});
\ No newline at end of file |