- Added librarian as a submodule.
[wolnelektury.git] / wolnelektury / static / js / jquery.countdown-fr.js
index 5f5fac9..70e17de 100644 (file)
@@ -1,12 +1,12 @@
-/* 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
+/* 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'],
+               whichLabels: null,
+               timeSeparator: ':', isRTL: false};
+       $.countdown.setDefaults($.countdown.regional['fr']);
+})(jQuery);