commit
00a2cad13b
18
localization/jquery-ui-timepicker-pl.js
vendored
Normal file
18
localization/jquery-ui-timepicker-pl.js
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
/* German translation for the jQuery Timepicker Addon */
|
||||
/* Written by Michał Pena */
|
||||
(function($) {
|
||||
$.timepicker.regional['pl'] = {
|
||||
timeOnlyTitle: 'Wybierz godzinę',
|
||||
timeText: 'Czas',
|
||||
hourText: 'Godzina',
|
||||
minuteText: 'Minuta',
|
||||
secondText: 'Sekunda',
|
||||
millisecText: 'Milisekunda',
|
||||
timezoneText: 'Strefa czasowa',
|
||||
currentText: 'Teraz',
|
||||
closeText: 'Gotowe',
|
||||
timeFormat: 'hh:mm tt',
|
||||
ampm: false
|
||||
};
|
||||
$.timepicker.setDefaults($.timepicker.regional['pl']);
|
||||
})(jQuery);
|
Loading…
Reference in a new issue