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