merci-8.x-2.x-dev/modules/timepicker/js/timeentry/jquery.timeentry-hu.js
modules/timepicker/js/timeentry/jquery.timeentry-hu.js
/* http://keith-wood.name/timeEntry.html
Hungarian initialisation for the jQuery time entry extension
Written by Karaszi Istvan (raszi@spam.raszi.hu) */
(function($) {
$.timeEntry.regionalOptions['hu'] = {show24Hours: true, separator: ':',
ampmPrefix: '', ampmNames: ['DE', 'DU'],
spinnerTexts: ['Most', 'Előző mező', 'Következő mező', 'Növel', 'Csökkent']};
$.timeEntry.setDefaults($.timeEntry.regionalOptions['hu']);
})(jQuery);
