Panel.js 278 B

12345678910
  1. /**
  2. * Portuguese/Brazil Translation by Guilherme Portela
  3. * 07 March 2016
  4. */
  5. Ext.define("Ext.locale.pt_BR.panel.Panel", {
  6. override: "Ext.panel.Panel",
  7. closeToolText: "Fechar painel",
  8. collapseToolText: "Recolher painel",
  9. expandToolText: "Expandir painel"
  10. });