Tab.js 101 B

12345
  1. Ext.define("Ext.locale.it.tab.Tab", {
  2. override: "Ext.tab.Tab",
  3. closeText: 'Rimuovibile'
  4. });