Annotation of loncom/html/adm/countdown/jquery.countdown-pt-BR.js, revision 1.2

1.1       foxr        1: /* http://keith-wood.name/countdown.html
                      2:    Brazilian initialisation for the jQuery countdown extension
1.2     ! raeburn     3:    Translated by Marcelo Pellicano de Oliveira (pellicano@gmail.com) Feb 2008.
        !             4:    and Juan Roldan (juan.roldan[at]relayweb.com.br) Mar 2012. */
1.1       foxr        5: (function($) {
                      6: 	$.countdown.regional['pt-BR'] = {
                      7: 		labels: ['Anos', 'Meses', 'Semanas', 'Dias', 'Horas', 'Minutos', 'Segundos'],
1.2     ! raeburn     8: 		labels1: ['Ano', 'Mês', 'Semana', 'Dia', 'Hora', 'Minuto', 'Segundo'],
1.1       foxr        9: 		compactLabels: ['a', 'm', 's', 'd'],
                     10: 		whichLabels: null,
1.2     ! raeburn    11: 		digits: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9'],
1.1       foxr       12: 		timeSeparator: ':', isRTL: false};
                     13: 	$.countdown.setDefaults($.countdown.regional['pt-BR']);
                     14: })(jQuery);

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