source: extensions/UserCollections/template/resources/jquery-timepicker/i18n/jquery-ui-timepicker-ru.js @ 24421

Last change on this file since 24421 was 24421, checked in by mistic100, 11 years ago

new system for shares : password protection, link timeout, management popup + for mails
handle lightbox conflicts
menublock is visible by AMM

File size: 651 bytes
Line 
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                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['ru']);
21})(jQuery);
Note: See TracBrowser for help on using the repository browser.