jquery.countdown upgraded, added Ukrainian l10n
[wolnelektury.git] / wolnelektury / static / js / jquery.countdown-fr.js
index 45a5990..5f5fac9 100644 (file)
@@ -1,11 +1,12 @@
-/* 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: ['Années', 'Mois', 'Semaines', 'Jours', 'Heures', 'Minutes', 'Secondes'],
-               labels1: ['Année', 'Mois', 'Semaine', 'Jour', 'Heure', 'Minute', 'Seconde'],
-               compactLabels: ['a', 'm', 's', 'j'],
-               timeSeparator: ':', isRTL: false};
-       //$.countdown.setDefaults($.countdown.regional['fr']);
-})(jQuery);
+/* http://keith-wood.name/countdown.html\r
+   French initialisation for the jQuery countdown extension\r
+   Written by Keith Wood (kbwood{at}iinet.com.au) Jan 2008. */\r
+(function($) {\r
+       $.countdown.regional['fr'] = {\r
+               labels: ['Années', 'Mois', 'Semaines', 'Jours', 'Heures', 'Minutes', 'Secondes'],\r
+               labels1: ['Année', 'Mois', 'Semaine', 'Jour', 'Heure', 'Minute', 'Seconde'],\r
+               compactLabels: ['a', 'm', 's', 'j'],\r
+               whichLabels: null,\r
+               timeSeparator: ':', isRTL: false};\r
+       $.countdown.setDefaults($.countdown.regional['fr']);\r
+})(jQuery);\r