Annotation of loncom/html/adm/countdown/jquery.countdown-kn.js, revision 1.1

1.1     ! raeburn     1: /* http://keith-wood.name/countdown.html
        !             2:  * Kannada initialization for the jQuery countdown extension
        !             3:  * Written by Guru Chaturvedi guru@gangarasa.com (2011) */
        !             4: (function($) {
        !             5: 	$.countdown.regional['kn'] = {
        !             6: 		labels: ['ವರ್ಷಗಳು', 'ತಿಂಗಳು', 'ವಾರಗಳು', 'ದಿನಗಳು', 'ಘಂಟೆಗಳು', 'ನಿಮಿಷಗಳು', 'ಕ್ಷಣಗಳು'],
        !             7: 		labels1: ['ವರ್ಷ', 'ತಿಂಗಳು', 'ವಾರ', 'ದಿನ', 'ಘಂಟೆ', 'ನಿಮಿಷ', 'ಕ್ಷಣ'],
        !             8: 		compactLabels: ['ವ', 'ತಿ', 'ವಾ', 'ದಿ'],
        !             9: 		whichLabels: null,
        !            10: 		digits: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'],
        !            11: 		timeSeparator: ':', isRTL: false};
        !            12: 	$.countdown.setDefaults($.countdown.regional['kn']);
        !            13: })(jQuery);

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>