e38ab0479eaab6644e8ded43d9837aa988122ea5
[wolnelektury.git] / wolnelektury / static / js / jquery.countdown-uk.js
1 /* http://keith-wood.name/countdown.html\r
2  * Ukrainian initialisation for the jQuery countdown extension\r
3  * Written by Goloborodko M misha.gm@gmail.com (2009) */\r
4 (function($) {\r
5         $.countdown.regional['uk'] = {\r
6                 labels: ['Років', 'Місяців', 'Тижднів', 'Днів', 'Годин', 'Хвилин', 'Секунд'],\r
7                 labels1: ['Рік', 'Місяць', 'Тиждень', 'День', 'Година', 'Хвилина', 'Секунда'],\r
8                 compactLabels: ['r', 'm', 't', 'd'],\r
9                 whichLabels: null,\r
10                 timeSeparator: ':', isRTL: false};\r
11         $.countdown.setDefaults($.countdown.regional['uk']);\r
12 })(jQuery);\r