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.
1 parent 81e325d commit 4f0eb62Copy full SHA for 4f0eb62
localization/jquery-ui-timepicker-sk.js
@@ -0,0 +1,19 @@
1
+/* Slovak translation for the jQuery Timepicker Addon */
2
+/* Written by Andrea Pavolková */
3
+(function($) {
4
+ $.timepicker.regional['sk'] = {
5
+ timeOnlyTitle: 'Vyberte čas',
6
+ timeText: 'Čas',
7
+ hourText: 'Hodiny',
8
+ minuteText: 'Minúty',
9
+ secondText: 'Sekundy',
10
+ timezoneText: 'Časové pásmo',
11
+ currentText: 'Teraz',
12
+ closeText: 'Zavrieť',
13
+ timeFormat: 'h:m',
14
+ ampm: false,
15
+ am: 'dop.',
16
+ pm: 'odp.'
17
+ };
18
+ $.timepicker.setDefaults($.timepicker.regional['sk']);
19
+})(jQuery);
0 commit comments