move to django 1.4 and django-pipeline,
[wolnelektury.git] / apps / wolnelektury_core / static / js / jquery.countdown-fr.js
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);