diff options
Diffstat (limited to 'themes/default/js/ui/i18n/jquery.ui.timepicker-pl.js')
-rw-r--r-- | themes/default/js/ui/i18n/jquery.ui.timepicker-pl.js | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/themes/default/js/ui/i18n/jquery.ui.timepicker-pl.js b/themes/default/js/ui/i18n/jquery.ui.timepicker-pl.js new file mode 100644 index 000000000..5b7d4a99b --- /dev/null +++ b/themes/default/js/ui/i18n/jquery.ui.timepicker-pl.js @@ -0,0 +1,21 @@ +/* Polish 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', + microsecText: 'Mikrosekunda', + timezoneText: 'Strefa czasowa', + currentText: 'Teraz', + closeText: 'Gotowe', + timeFormat: 'HH:mm', + amNames: ['AM', 'A'], + pmNames: ['PM', 'P'], + isRTL: false + }; + $.timepicker.setDefaults($.timepicker.regional['pl']); +})(jQuery); |