jquery.countdown-uz.js 579 B

12345678910111213
  1. /* http://keith-wood.name/countdown.html
  2. * Uzbek initialisation for the jQuery countdown extension
  3. * Written by Alisher U. (ulugbekov{at}gmail.com) August 2012. */
  4. (function($) {
  5. $.countdown.regional['uz'] = {
  6. labels: ['Yil', 'Oy', 'Hafta', 'Kun', 'Soat', 'Daqiqa', 'Soniya'],
  7. labels1: ['Yil', 'Oy', 'Hafta', 'Kun', 'Soat', 'Daqiqa', 'Soniya'],
  8. compactLabels: ['y', 'o', 'h', 'k'],
  9. whichLabels: null,
  10. digits: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'],
  11. timeSeparator: ':', isRTL: false};
  12. $.countdown.setDefaults($.countdown.regional['uz']);
  13. })(jQuery);