All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.i18n.jquery-ui-timepicker-hu.js Maven / Gradle / Ivy

There is a newer version: 5.0.4
Show newest version
/* 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',
		millisecText: 'Milliszekundumos',
		timezoneText: 'Időzóna',
		currentText: 'Most',
		closeText: 'Kész',
		timeFormat: 'HH:mm',
		amNames: ['de.', 'AM', 'A'],
		pmNames: ['du.', 'PM', 'P'],
		isRTL: false
	};
	$.timepicker.setDefaults($.timepicker.regional['hu']);
})(jQuery);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy