Skip to content

Commit edb130d

Browse files
Merge pull request trentrichardson#160 from gvas/Hungarian-translation
Hungarian translation for jQuery Timepicker Addon
2 parents eff83d0 + 3abfdc4 commit edb130d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)