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 eff83d0 commit 3abfdc4Copy full SHA for 3abfdc4
localization/jquery-ui-timepicker-hu.js
@@ -0,0 +1,15 @@
1
+/* Hungarian translation for the jQuery Timepicker Addon */
2
+/* Written by Vas Gábor */
3
+$.timepicker.regional['hu'] = {
4
+ currentText: 'Most',
5
+ closeText: 'Kész',
6
+ ampm: false,
7
+ timeFormat: 'hh:mm tt',
8
+ timeOnlyTitle: 'Válasszon időpontot',
9
+ timeText: 'Idő',
10
+ hourText: 'Óra',
11
+ minuteText: 'Perc',
12
+ secondText: 'Másodperc',
13
+ timezoneText: 'Időzóna'
14
+};
15
+$.timepicker.setDefaults($.timepicker.regional['hu']);
0 commit comments