summaryrefslogtreecommitdiffstats
path: root/localization/jquery-ui-timepicker-hu.js
blob: 39d98dbbec6ed6c5fc7e40da6d7c78e983825251 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Hungarian translation for the jQuery Timepicker Addon */
/* Written by Vas Gábor */
(function($) {
	$.timepicker.regional['hu'] = {
		timeOnlyTitle: 'Válasszon időpontot',
		timeText: 'Idő',
		hourText: 'Óra',
		minuteText: 'Perc',
		secondText: 'Másodperc',
		timezoneText: 'Időzóna',
		currentText: 'Most',
		closeText: 'Kész',
		timeFormat: 'hh:mm tt',
		ampm: false
	};
	$.timepicker.setDefaults($.timepicker.regional['hu']);
})(jQuery);