if(Ext.form.NumberField){
  Ext.apply(Ext.form.NumberField.prototype, {
    minText : "O valor mínimo deste campo &eaute; {0}",
    maxText : "O valor máximo deste campo &eaute; {0}",
    nanText : "{0} não é um numero"