- Added librarian as a submodule.
[wolnelektury.git] / wolnelektury / static / js / jquery.countdown-de.js
index 0e02ce5..5a3f43d 100644 (file)
@@ -1,12 +1,12 @@
-/* http://keith-wood.name/countdown.html\r
-   German initialisation for the jQuery countdown extension\r
-   Written by Keith Wood (kbwood@virginbroadband.com.au) Jan 2008. */\r
-(function($) {\r
-       $.countdown.regional['de'] = {\r
-               labels: ['Jahren', 'Monate', 'Wochen', 'Tage', 'Stunden', 'Minuten', 'Sekunden'],\r
-               labels1: ['Jahre', 'Monat', 'Woche', 'Tag', 'Stunde', 'Minute', 'Sekunde'],\r
-               compactLabels: ['J', 'M', 'W', 'T'],\r
-               whichLabels: null,\r
-               timeSeparator: ':', isRTL: false};\r
-       $.countdown.setDefaults($.countdown.regional['de']);\r
-})(jQuery);\r
+/* http://keith-wood.name/countdown.html
+   German initialisation for the jQuery countdown extension
+   Written by Keith Wood (kbwood@virginbroadband.com.au) Jan 2008. */
+(function($) {
+       $.countdown.regional['de'] = {
+               labels: ['Jahren', 'Monate', 'Wochen', 'Tage', 'Stunden', 'Minuten', 'Sekunden'],
+               labels1: ['Jahre', 'Monat', 'Woche', 'Tag', 'Stunde', 'Minute', 'Sekunde'],
+               compactLabels: ['J', 'M', 'W', 'T'],
+               whichLabels: null,
+               timeSeparator: ':', isRTL: false};
+       $.countdown.setDefaults($.countdown.regional['de']);
+})(jQuery);