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