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 643f20f + a4e9d83 commit 84d399fCopy full SHA for 84d399f
localization/jquery-ui-timepicker-cs.js
@@ -0,0 +1,12 @@
1
+$.timepicker.regional.cs = {
2
+ timeOnlyTitle: 'Vyberte čas',
3
+ timeText: 'Čas',
4
+ hourText: 'Hodiny',
5
+ minuteText: 'Minuty',
6
+ secondText: 'Vteřiny',
7
+ currentText: 'Nyní',
8
+ closeText: 'Zavřít',
9
+ timeFormat: 'h:m',
10
+ ampm: false
11
+};
12
+$.timepicker.setDefaults($.timepicker.regional.cs);
0 commit comments