Blame | Letzte Änderung | Log anzeigen | RSS feed
/* http://keith-wood.name/countdown.htmlBurmese initialisation for the jQuery countdown extensionWritten by Win Lwin Moe (winnlwinmoe@gmail.com) Dec 2009. */(function($) {$.countdown.regional['my'] = {labels: ['နွစ္', 'လ', 'ရက္သá€á€¿á€á€•á€á€¹', 'ရက္', 'နာရီ', 'မá€á€”စ္', 'စကဿကန့္'],labels1: ['နွစ္', 'လ', 'ရက္သá€á€¿á€á€•á€á€¹', 'ရက္', 'နာရီ', 'မá€á€”စ္', 'စကဿကန့္'],compactLabels: ['နွစ္', 'လ', 'ရက္သá€á€¿á€á€•á€á€¹', 'ရက္'],whichLabels: null,digits: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'],timeSeparator: ':', isRTL: false};$.countdown.setDefaults($.countdown.regional['my']);})(jQuery);