Skip to content

Commit 7eae959

Browse files
author
Michał Pena
committed
Added Polish translation by Michał Pena
1 parent 8507859 commit 7eae959

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/* German 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+
timezoneText: 'Strefa czasowa',
12+
currentText: 'Teraz',
13+
closeText: 'Gotowe',
14+
timeFormat: 'hh:mm tt',
15+
ampm: false
16+
};
17+
$.timepicker.setDefaults($.timepicker.regional['pl']);
18+
})(jQuery);

0 commit comments

Comments
 (0)