X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/locale/ext-lang-it.js diff --git a/locale/ext-lang-it.js b/locale/ext-lang-it.js index 9b353913..81debf3f 100644 --- a/locale/ext-lang-it.js +++ b/locale/ext-lang-it.js @@ -168,7 +168,8 @@ Ext.onReady(function(){ Ext.apply(Ext.form.field.Number.prototype, { minText : "Il valore minimo \u00E8 {0}", maxText : "Il valore massimo \u00E8 {0}", - nanText : "{0} non \u00E8 un valore numerico corretto" + nanText : "{0} non \u00E8 un valore numerico corretto", + decimalSeparator: ',' }); } @@ -186,9 +187,11 @@ Ext.onReady(function(){ if(Ext.form.field.ComboBox){ Ext.apply(Ext.form.field.ComboBox.prototype, { - loadingText : "Caricamento in corso...", valueNotFoundText : undefined }); + Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { + loadingText : "Caricamento in corso..." + }); } if(Ext.form.field.VTypes){