X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/src/locale/ext-lang-en.js diff --git a/src/locale/ext-lang-en.js b/src/locale/ext-lang-en.js index 013f7b5c..bca9f114 100644 --- a/src/locale/ext-lang-en.js +++ b/src/locale/ext-lang-en.js @@ -1,9 +1,3 @@ -/*! - * Ext JS Library 3.0.0 - * Copyright(c) 2006-2009 Ext JS, LLC - * licensing@extjs.com - * http://www.extjs.com/license - */ /** * List compiled by mystix on the extjs.com forums. * Thank you Mystix! @@ -131,6 +125,10 @@ if(Ext.PagingToolbar){ }); } +if(Ext.form.BasicForm){ + Ext.form.BasicForm.prototype.waitTitle = "Please Wait..." +} + if(Ext.form.Field){ Ext.form.Field.prototype.invalidText = "The value in this field is invalid"; } @@ -281,7 +279,9 @@ if(Ext.grid.PropertyColumnModel){ Ext.apply(Ext.grid.PropertyColumnModel.prototype, { nameText : "Name", valueText : "Value", - dateFormat : "m/j/Y" + dateFormat : "m/j/Y", + trueText: "true", + falseText: "false" }); }