Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/i18n/jquery-ui-timepicker-pl.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* Polish translation for the jQuery Timepicker Addon */
/* Written by Michał Pena */
/* Written by Hilary Jendrasiak <[email protected]> */
(function($) {
$.timepicker.regional['pl'] = {
timeOnlyTitle: 'Wybierz godzinę',
Expand All @@ -13,9 +14,15 @@
currentText: 'Teraz',
closeText: 'Gotowe',
timeFormat: 'HH:mm',
dateFormat: 'dd.mm.yy',
timeSuffix: '',
amNames: ['AM', 'A'],
pmNames: ['PM', 'P'],
monthNames: ['Styczeń', 'Luty', 'Marzec', 'Kwiecień', 'Maj', 'Czerwiec', 'Lipiec', 'Sierpień', 'Wrzesień', 'Październik', 'Listopad', 'Grudzień'],
monthNamesShort: ['Sty', 'Lut', 'Mar', 'Kwi', 'Maj', 'Cze', 'Lip', 'Sie', 'Wrz', 'Paź', 'Lis', 'Gru'],
dayNames: ['niedziela', 'poniedziałek', 'wtorek', 'środa', 'czwartek', 'piątek', 'sobota'],
dayNamesMin: ['ndz', 'pon', 'wt', 'śr', 'czw', 'pt', 'sob'],
firstDay: 1,
isRTL: false
};
$.timepicker.setDefaults($.timepicker.regional['pl']);
Expand Down