source: extensions/UserCollections/template/resources/jquery-timepicker/i18n/jquery-ui-timepicker-sk.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: 580 bytes
Line 
1/* Slovak translation for the jQuery Timepicker Addon */
2/* Written by David Vallner */
3(function($) {
4        $.timepicker.regional['sk'] = {
5                timeOnlyTitle: 'Zvoľte čas',
6                timeText: 'Čas',
7                hourText: 'Hodiny',
8                minuteText: 'Minúty',
9                secondText: 'Sekundy',
10                millisecText: 'Milisekundy',
11                microsecText: 'Mikrosekundy',
12                timezoneText: 'Časové pásmo',
13                currentText: 'Teraz',
14                closeText: 'Zavrieť',
15                timeFormat: 'H:m',
16                amNames: ['dop.', 'AM', 'A'],
17                pmNames: ['pop.', 'PM', 'P'],
18                isRTL: false
19        };
20        $.timepicker.setDefaults($.timepicker.regional['sk']);
21})(jQuery);
Note: See TracBrowser for help on using the repository browser.