Files
hrm_eva/wwwroot/lib/jquery.calendars/js/jquery.calendars.picker-ru.js
2020-08-11 16:13:02 +07:00

34 lines
907 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/* http://keith-wood.name/calendars.html
Russian localisation for calendars datepicker for jQuery.
Written by Andrew Stromnov (stromnov@gmail.com). */
(function($) {
'use strict';
$.calendarsPicker.regionalOptions.ru = {
renderer: $.calendarsPicker.defaultRenderer,
prevText: '<Пред',
prevStatus: '',
prevJumpText: '<<',
prevJumpStatus: '',
nextText: 'След>',
nextStatus: '',
nextJumpText: '>>',
nextJumpStatus: '',
currentText: 'Сегодня',
currentStatus: '',
todayText: 'Сегодня',
todayStatus: '',
clearText: 'Очистить',
clearStatus: '',
closeText: 'Закрыть',
closeStatus: '',
yearStatus: '',
monthStatus: '',
weekText: 'Не',
weekStatus: '',
dayStatus: 'DD, M d',
defaultStatus: '',
isRTL: false
};
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.ru);
})(jQuery);