﻿/* http://keith-wood.name/countdown.html
 * Spanish initialisation for the jQuery countdown extension
 * Written by Sergio Carracedo Martinez webmaster@neodisenoweb.com (2008) */
(function($) {
	$.countdown.regional['es'] = {
		labels: ['AÑOS', 'MESES', 'SEMANAS', 'DÍAS', 'HORAS', 'MINUTOS', 'SEGUNDOS'],
		labels1: ['AÑO', 'MES', 'SEMANA', 'DÍA', 'HORA', 'MINUTO', 'SEGUNDO'],
		compactLabels: ['a', 'm', 's', 'g'],
		whichLabels: null,
		timeSeparator: ':', isRTL: false};
	$.countdown.setDefaults($.countdown.regional['es']);
})(jQuery);

