jQuery-Timepicker-Addon/localization/jquery-ui-timepicker-ru.js

21 lines
609 B
JavaScript
Raw Permalink Normal View History

2011-05-22 14:32:10 +02:00
/* Russian translation for the jQuery Timepicker Addon */
/* Written by Trent Richardson */
2011-06-07 00:41:59 +02:00
(function($) {
$.timepicker.regional['ru'] = {
timeOnlyTitle: 'Выберите время',
timeText: 'Время',
hourText: 'Часы',
minuteText: 'Минуты',
secondText: 'Секунды',
millisecText: 'Миллисекунды',
2011-12-19 16:12:49 +01:00
timezoneText: 'Часовой пояс',
currentText: 'Сейчас',
2011-06-07 00:41:59 +02:00
closeText: 'Закрыть',
timeFormat: 'hh:mm tt',
2011-08-11 07:43:48 +02:00
amNames: ['AM', 'A'],
pmNames: ['PM', 'P'],
2011-06-07 00:41:59 +02:00
ampm: false
};
$.timepicker.setDefaults($.timepicker.regional['ru']);
})(jQuery);