DragDrop.js 136 B

12345
  1. Ext.define("Ext.locale.it.grid.plugin.DragDrop", {
  2. override: "Ext.grid.plugin.DragDrop",
  3. dragText: "{0} Righe selezionate"
  4. });