﻿/* http://keith-wood.name/countdown.html
 * Hungarian initialisation for the jQuery countdown extension
 * Written by Edmond L. (webmond@gmail.com). */
(function($) {
	$.countdown.regional['hu'] = {
		labels: ['év', 'hónap', 'hét', 'nap', 'óra', 'perc', 'másodperc'],
		labels1: ['év', 'hónap', 'hét', 'nap', 'óra', 'perc', 'másodperc'],
		compactLabels: ['év', 'hónap', 'hét', 'nap', 'óra', 'perc', 'mp'],
		whichLabels: null,
		timeSeparator: ':', isRTL: false};
	$.countdown.setDefaults($.countdown.regional['hu']);
})(jQuery);

