Annotation of loncom/html/adm/countdown/jquery.countdown-pt-BR.js, revision 1.1
1.1 ! foxr 1: /* http://keith-wood.name/countdown.html
! 2: Brazilian initialisation for the jQuery countdown extension
! 3: Translated by Marcelo Pellicano de Oliveira (pellicano@gmail.com) Feb 2008. */
! 4: (function($) {
! 5: $.countdown.regional['pt-BR'] = {
! 6: labels: ['Anos', 'Meses', 'Semanas', 'Dias', 'Horas', 'Minutos', 'Segundos'],
! 7: labels1: ['Anos', 'Meses', 'Semanas', 'Dias', 'Horas', 'Minutos', 'Segundos'],
! 8: compactLabels: ['a', 'm', 's', 'd'],
! 9: whichLabels: null,
! 10: timeSeparator: ':', isRTL: false};
! 11: $.countdown.setDefaults($.countdown.regional['pt-BR']);
! 12: })(jQuery);
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>