third-party: added timepicker addon needed for scheduler
[myslice.git] / third-party / timepicker-addon-1.2 / localization / jquery-ui-timepicker-ru.js
1 /* Russian translation for the jQuery Timepicker Addon */
2 /* Written by Trent Richardson */
3 (function($) {
4         $.timepicker.regional['ru'] = {
5                 timeOnlyTitle: 'Выберите время',
6                 timeText: 'Время',
7                 hourText: 'Часы',
8                 minuteText: 'Минуты',
9                 secondText: 'Секунды',
10                 millisecText: 'Миллисекунды',
11                 timezoneText: 'Часовой пояс',
12                 currentText: 'Сейчас',
13                 closeText: 'Закрыть',
14                 timeFormat: 'HH:mm',
15                 amNames: ['AM', 'A'],
16                 pmNames: ['PM', 'P'],
17                 isRTL: false
18         };
19         $.timepicker.setDefaults($.timepicker.regional['ru']);
20 })(jQuery);