Skip to content

Commit 7d63691

Browse files
Added Slovak translation
1 parent 5cf7448 commit 7d63691

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/* Slovak translation for the jQuery Timepicker Addon */
2+
/* Written by David Vallner */
3+
(function($) {
4+
$.timepicker.regional['sk'] = {
5+
timeOnlyTitle: 'Zvoľte čas',
6+
timeText: 'Čas',
7+
hourText: 'Hodiny',
8+
minuteText: 'Minuty',
9+
secondText: 'Sekundy',
10+
millisecText: 'Milisekundy',
11+
timezoneText: 'Časové pásmo',
12+
currentText: 'Teraz',
13+
closeText: 'Zavřít',
14+
timeFormat: 'h:m',
15+
amNames: ['dop.', 'AM', 'A'],
16+
pmNames: ['odp.', 'PM', 'P'],
17+
ampm: false
18+
};
19+
$.timepicker.setDefaults($.timepicker.regional['sk']);
20+
})(jQuery);

0 commit comments

Comments
 (0)