source: trunk/themes/default/js/ui/i18n/jquery.ui.timepicker-uk.js @ 28500

Last change on this file since 28500 was 28500, checked in by mistic100, 10 years ago

feature 2679 : allow to change creation time

File size: 644 bytes
Line 
1/* Ukrainian translation for the jQuery Timepicker Addon */
2/* Written by Sergey Noskov */
3(function($) {
4        $.timepicker.regional['uk'] = {
5                timeOnlyTitle: 'Виберіть час',
6                timeText: 'Час',
7                hourText: 'Години',
8                minuteText: 'Хвилини',
9                secondText: 'Секунди',
10                millisecText: 'Мілісекунди',
11                microsecText: 'Мікросекунди',
12                timezoneText: 'Часовий пояс',
13                currentText: 'Зараз',
14                closeText: 'Закрити',
15                timeFormat: 'HH:mm',
16                amNames: ['AM', 'A'],
17                pmNames: ['PM', 'P'],
18                isRTL: false
19        };
20        $.timepicker.setDefaults($.timepicker.regional['uk']);
21})(jQuery);
Note: See TracBrowser for help on using the repository browser.