source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8rc1/ui/i18n/jquery.ui.datepicker-pt-BR.js@ 24245

Last change on this file since 24245 was 24245, checked in by sjb48, 13 years ago

Oran code for supporting format changes to document.

  • Property svn:executable set to *
File size: 981 bytes
Line 
1/* Brazilian initialisation for the jQuery UI date picker plugin. */
2/* Written by Leonildo Costa Silva ([email protected]). */
3jQuery(function($){
4 $.datepicker.regional['pt-BR'] = {
5 closeText: 'Fechar',
6 prevText: '<Anterior',
7 nextText: 'Próximo>',
8 currentText: 'Hoje',
9 monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho',
10 'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'],
11 monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun',
12 'Jul','Ago','Set','Out','Nov','Dez'],
13 dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sabado'],
14 dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sab'],
15 dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sab'],
16 weekHeader: 'Sm',
17 dateFormat: 'dd/mm/yy',
18 firstDay: 0,
19 isRTL: false,
20 showMonthAfterYear: false,
21 yearSuffix: ''};
22 $.datepicker.setDefaults($.datepicker.regional['pt-BR']);
23});
Note: See TracBrowser for help on using the repository browser.