Date.js 305 B

12345678910111213
  1. Ext.define('Ext.locale.pt_BR.panel.Date', {
  2. override: 'Ext.panel.Date',
  3. config: {
  4. nextText: 'Proximo Mês (Ctrl+Direita)',
  5. prevText: 'Mês Anterior (Ctrl+Esquerda)',
  6. buttons: {
  7. footerTodayButton: {
  8. text: "Hoje"
  9. }
  10. }
  11. }
  12. });