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