Annotation of loncom/html/adm/countdown/jquery.countdown-fr.js, revision 1.1

1.1     ! foxr        1: /* http://keith-wood.name/countdown.html
        !             2:    French initialisation for the jQuery countdown extension
        !             3:    Written by Keith Wood (kbwood{at}iinet.com.au) Jan 2008. */
        !             4: (function($) {
        !             5: 	$.countdown.regional['fr'] = {
        !             6: 		labels: ['Années', 'Mois', 'Semaines', 'Jours', 'Heures', 'Minutes', 'Secondes'],
        !             7: 		labels1: ['Année', 'Mois', 'Semaine', 'Jour', 'Heure', 'Minute', 'Seconde'],
        !             8: 		compactLabels: ['a', 'm', 's', 'j'],
        !             9: 		whichLabels: null,
        !            10: 		timeSeparator: ':', isRTL: false};
        !            11: 	$.countdown.setDefaults($.countdown.regional['fr']);
        !            12: })(jQuery);

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>