Skip to content

Commit 3abfdc4

Browse files
committed
Added Hungarian translation.
Signed-off-by: Vas Gábor <gvas.munka@gmail.com>
1 parent eff83d0 commit 3abfdc4

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)