You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/* Ukrainian translation for the jQuery Timepicker Addon */ /* Written by Sergey Noskov */ (function ($) { $.timepicker.regional['uk'] = { timeOnlyTitle: 'Виберіть час', timeText: 'Час', hourText: 'Години', minuteText: 'Хвилини', secondText: 'Секунди', millisecText: 'Мілісекунди', microsecText: 'Мікросекунди', timezoneText: 'Часовий пояс', currentText: 'Зараз', closeText: 'Закрити', timeFormat: 'HH:mm', timeSuffix: '', amNames: ['AM', 'A'], pmNames: ['PM', 'P'], isRTL: false }; $.timepicker.setDefaults($.timepicker.regional['uk']); })(jQuery);
|