source: trunk/themes/default/js/ui/i18n/jquery.ui.timepicker-cs.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: 585 bytes
Line 
1/* Czech translation for the jQuery Timepicker Addon */
2/* Written by Ondřej Vodáček */
3(function($) {
4        $.timepicker.regional['cs'] = {
5                timeOnlyTitle: 'Vyberte čas',
6                timeText: 'Čas',
7                hourText: 'Hodiny',
8                minuteText: 'Minuty',
9                secondText: 'Vteřiny',
10                millisecText: 'Milisekundy',
11                microsecText: 'Mikrosekundy',
12                timezoneText: 'Časové pásmo',
13                currentText: 'Nyní',
14                closeText: 'Zavřít',
15                timeFormat: 'HH:mm',
16                amNames: ['dop.', 'AM', 'A'],
17                pmNames: ['odp.', 'PM', 'P'],
18                isRTL: false
19        };
20        $.timepicker.setDefaults($.timepicker.regional['cs']);
21})(jQuery);
Note: See TracBrowser for help on using the repository browser.