source: trunk/themes/default/js/ui/i18n/jquery.ui.timepicker-pl.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: 566 bytes
Line 
1/* Polish translation for the jQuery Timepicker Addon */
2/* Written by Michał Pena */
3(function($) {
4        $.timepicker.regional['pl'] = {
5                timeOnlyTitle: 'Wybierz godzinę',
6                timeText: 'Czas',
7                hourText: 'Godzina',
8                minuteText: 'Minuta',
9                secondText: 'Sekunda',
10                millisecText: 'Milisekunda',
11                microsecText: 'Mikrosekunda',
12                timezoneText: 'Strefa czasowa',
13                currentText: 'Teraz',
14                closeText: 'Gotowe',
15                timeFormat: 'HH:mm',
16                amNames: ['AM', 'A'],
17                pmNames: ['PM', 'P'],
18                isRTL: false
19        };
20        $.timepicker.setDefaults($.timepicker.regional['pl']);
21})(jQuery);
Note: See TracBrowser for help on using the repository browser.