DragDrop.js 140 B

1234
  1. Ext.define("Ext.locale.es.grid.plugin.DragDrop", {
  2. override: "Ext.grid.plugin.DragDrop",
  3. dragText: "{0} fila(s) seleccionada(s)"
  4. });