﻿/* http://keith-wood.name/countdown.html
   French initialisation for the jQuery countdown extension
   Written by Keith Wood (kbwood{at}iinet.com.au) Jan 2008. */
(function($) {
	$.countdown.regional['fr'] = {
		labels: ['an', 'mois', 's', 'j', 'h', 'm', 's'],
		labels1: ['ans', 'mois', 's', 'j', 'h', 'm', 's'],
		compactLabels: ['a', 'm', 's', 'j', 'h', 'm','s'],
		whichLabels: null,
		timeSeparator: ':', isRTL: false};
	$.countdown.setDefaults($.countdown.regional['fr']);
})(jQuery);

