0e02ce5712af8eb88e1ee23db9aba550fe7af95a
[wolnelektury.git] / wolnelektury / static / js / jquery.countdown-de.js
1 /* http://keith-wood.name/countdown.html\r
2    German initialisation for the jQuery countdown extension\r
3    Written by Keith Wood (kbwood@virginbroadband.com.au) Jan 2008. */\r
4 (function($) {\r
5         $.countdown.regional['de'] = {\r
6                 labels: ['Jahren', 'Monate', 'Wochen', 'Tage', 'Stunden', 'Minuten', 'Sekunden'],\r
7                 labels1: ['Jahre', 'Monat', 'Woche', 'Tag', 'Stunde', 'Minute', 'Sekunde'],\r
8                 compactLabels: ['J', 'M', 'W', 'T'],\r
9                 whichLabels: null,\r
10                 timeSeparator: ':', isRTL: false};\r
11         $.countdown.setDefaults($.countdown.regional['de']);\r
12 })(jQuery);\r