﻿/* http://keith-wood.name/countdown.html
 * Polish initialisation for the jQuery countdown extension
 * Written by Pawel Lewtak lewtak@gmail.com (2008) */
(function($) {
	$.countdown.regional['pl'] = {
		labels: ['LAT', 'MIESIĘCY', 'TYGODNI', 'DNI', 'GODZIN/Y', 'MINUT/Y', 'SEKUND/Y'],
		labels1: ['ROK', 'MIESIĄC', 'TYDZIEŃ', 'DZIEŃ', 'GODZIN/Y', 'MINUT/Y', 'SEKUND/Y'],
		compactLabels: ['l', 'm', 't', 'd'], compactLabels1: ['r', 'm', 't', 'd'],
		timeSeparator: ':', isRTL: false};
	$.countdown.setDefaults($.countdown.regional['pl']);
})(jQuery);
