--- loncom/html/adm/countdown/jquery.countdown-ru.js 2012/03/18 13:51:11 1.1 +++ loncom/html/adm/countdown/jquery.countdown-ru.js 2014/01/15 14:45:11 1.2 @@ -6,13 +6,14 @@ labels: ['Лет', 'Месяцев', 'Недель', 'Дней', 'Часов', 'Минут', 'Секунд'], labels1: ['Год', 'Месяц', 'Неделя', 'День', 'Час', 'Минута', 'Секунда'], labels2: ['Года', 'Месяца', 'Недели', 'Дня', 'Часа', 'Минуты', 'Секунды'], - compactLabels: ['l', 'm', 't', 'd'], compactLabels1: ['r', 'm', 't', 'd'], + compactLabels: ['л', 'м', 'н', 'д'], compactLabels1: ['г', 'м', 'н', 'д'], whichLabels: function(amount) { var units = amount % 10; var tens = Math.floor((amount % 100) / 10); return (amount == 1 ? 1 : (units >= 2 && units <= 4 && tens != 1 ? 2 : (units == 1 && tens != 1 ? 1 : 0))); }, + digits: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'], timeSeparator: ':', isRTL: false}; $.countdown.setDefaults($.countdown.regional['ru']); })(jQuery); \ No newline at end of file