Merge branch 'master' of http://github.com/fnp/wolnelektury
[wolnelektury.git] / wolnelektury / static / js / jquery.countdown-ru.js
1 /* http://keith-wood.name/countdown.html\r
2  * Russian initialisation for the jQuery countdown extension\r
3  * Written by Dominus i3rixon@gmail.com (2008) */\r
4 (function($) {\r
5         $.countdown.regional['ru'] = {\r
6                 labels: ['Лет', 'Месяцев', 'Недель', 'Дней', 'Часов', 'Минут', 'Секунд'],\r
7                 labels1: ['Год', 'Месяц', 'Неделя', 'День', 'Час', 'Минута', 'Секунда'],\r
8                 compactLabels: ['l', 'm', 'n', 'd'], compactLabels1: ['g', 'm', 'n', 'd'],\r
9                 whichLabels: null,\r
10                 timeSeparator: ':', isRTL: false};\r
11         $.countdown.setDefaults($.countdown.regional['ru']);\r
12 })(jQuery);\r