X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6a8dee56c68c3621f214a51cf2032176e66e6385..e431bb30d0e8d1feaad3a1c335b7bae596bade03:/wolnelektury/static/js/jquery.countdown-uk.js diff --git a/wolnelektury/static/js/jquery.countdown-uk.js b/wolnelektury/static/js/jquery.countdown-uk.js new file mode 100644 index 000000000..e38ab0479 --- /dev/null +++ b/wolnelektury/static/js/jquery.countdown-uk.js @@ -0,0 +1,12 @@ +/* http://keith-wood.name/countdown.html + * Ukrainian initialisation for the jQuery countdown extension + * Written by Goloborodko M misha.gm@gmail.com (2009) */ +(function($) { + $.countdown.regional['uk'] = { + labels: ['Років', 'Місяців', 'Тижднів', 'Днів', 'Годин', 'Хвилин', 'Секунд'], + labels1: ['Рік', 'Місяць', 'Тиждень', 'День', 'Година', 'Хвилина', 'Секунда'], + compactLabels: ['r', 'm', 't', 'd'], + whichLabels: null, + timeSeparator: ':', isRTL: false}; + $.countdown.setDefaults($.countdown.regional['uk']); +})(jQuery);