Mercurial > hg > STI-GWT
comparison war/scripts/jQuery/ui/i18n/jquery.ui.datepicker-pt.js @ 3:cf06b77a8bbd
Committed branch of the e4D repos sti-gwt branch 16384.
git-svn-id: http://dev.dariah.eu/svn/repos/eu.dariah.de/ap1/sti-gwt-dariah-geobrowser@36 f2b5be40-def6-11e0-8a09-b3c1cc336c6b
author | StefanFunk <StefanFunk@f2b5be40-def6-11e0-8a09-b3c1cc336c6b> |
---|---|
date | Tue, 17 Jul 2012 13:34:40 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:2897af43ccc6 | 3:cf06b77a8bbd |
---|---|
1 /* Portuguese initialisation for the jQuery UI date picker plugin. */ | |
2 jQuery(function($){ | |
3 $.datepicker.regional['pt'] = { | |
4 closeText: 'Fechar', | |
5 prevText: '<Anterior', | |
6 nextText: 'Seguinte', | |
7 currentText: 'Hoje', | |
8 monthNames: ['Janeiro','Fevereiro','Março','Abril','Maio','Junho', | |
9 'Julho','Agosto','Setembro','Outubro','Novembro','Dezembro'], | |
10 monthNamesShort: ['Jan','Fev','Mar','Abr','Mai','Jun', | |
11 'Jul','Ago','Set','Out','Nov','Dez'], | |
12 dayNames: ['Domingo','Segunda-feira','Terça-feira','Quarta-feira','Quinta-feira','Sexta-feira','Sábado'], | |
13 dayNamesShort: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'], | |
14 dayNamesMin: ['Dom','Seg','Ter','Qua','Qui','Sex','Sáb'], | |
15 weekHeader: 'Sem', | |
16 dateFormat: 'dd/mm/yy', | |
17 firstDay: 0, | |
18 isRTL: false, | |
19 showMonthAfterYear: false, | |
20 yearSuffix: ''}; | |
21 $.datepicker.setDefaults($.datepicker.regional['pt']); | |
22 }); |