Sha256: a193e1b7ffa766e31f8667bd68387f56bf6ebbebcd825c31a4f3b62d0211a6f7

Contents?: true

Size: 1.02 KB

Versions: 6

Compression:

Stored size: 1.02 KB

Contents

/* Portuguese initialisation for the jQuery UI date picker plugin. */
jQuery(function($) {
    $.datepicker.regional['pt'] = {
        closeText: 'Fechar',
        prevText: '<Anterior',
        nextText: 'Seguinte',
        currentText: 'Hoje',
        monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho',
            'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'],
        monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun',
            'Jul','Ago','Set','Out','Nov','Dez'],
        dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sábado'],
        dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'],
        dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'],
        weekHeader: 'Sem',
        dateFormat: 'dd/mm/yy',
        firstDay: 0,
        isRTL: false,
        showMonthAfterYear: false,
        yearSuffix: ''};
    $.datepicker.setDefaults($.datepicker.regional['pt']);
});

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
compass-jquery-plugin-0.3.2.8 templates/jquery/i18n/jquery.ui/datepicker-pt.js
compass-jquery-plugin-0.3.2.7 templates/jquery/i18n/jquery.ui/datepicker-pt.js
compass-jquery-plugin-0.3.2.7.nil templates/jquery/i18n/jquery.ui/datepicker-pt.js
compass-jquery-plugin-0.3.2.6 templates/jquery/i18n/jquery.ui/datepicker-pt.js
compass-jquery-plugin-0.3.2.5 templates/jquery/i18n/jquery.ui/datepicker-pt.js
compass-jquery-plugin-0.3.2.4 templates/jquery/i18n/jquery.ui/datepicker-pt.js