X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..530ef4b6c5b943cfa68b779d11cf7de29aa878bf:/src/locale/ext-lang-en_GB.js diff --git a/src/locale/ext-lang-en_GB.js b/src/locale/ext-lang-en_GB.js index 0256e4e5..7dfcb8a2 100644 --- a/src/locale/ext-lang-en_GB.js +++ b/src/locale/ext-lang-en_GB.js @@ -1,6 +1,6 @@ /*! - * Ext JS Library 3.0.0 - * Copyright(c) 2006-2009 Ext JS, LLC + * Ext JS Library 3.2.1 + * Copyright(c) 2006-2010 Ext JS, Inc. * licensing@extjs.com * http://www.extjs.com/license */ @@ -131,6 +131,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 +285,9 @@ if(Ext.grid.PropertyColumnModel){ Ext.apply(Ext.grid.PropertyColumnModel.prototype, { nameText : "Name", valueText : "Value", - dateFormat : "j/m/Y" + dateFormat : "j/m/Y", + trueText: "true", + falseText: "false" }); }