We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d399f commit b11c576Copy full SHA for b11c576
localization/jquery-ui-timepicker-cs.js
@@ -1,9 +1,12 @@
1
+/* Czech translation for the jQuery Timepicker Addon */
2
+/* Written by Ondřej Vodáček */
3
$.timepicker.regional.cs = {
4
timeOnlyTitle: 'Vyberte čas',
5
timeText: 'Čas',
6
hourText: 'Hodiny',
7
minuteText: 'Minuty',
8
secondText: 'Vteřiny',
9
+ timezoneText: 'Časové pásmo',
10
currentText: 'Nyní',
11
closeText: 'Zavřít',
12
timeFormat: 'h:m',
0 commit comments