We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8507859 + 7eae959 commit 00a2cadCopy full SHA for 00a2cad
localization/jquery-ui-timepicker-pl.js
@@ -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