Upgrade to ExtJS 3.1.1 - Released 02/08/2010
[extjs.git] / src / locale / ext-lang-en_GB.js
index 0256e4e..f44c398 100644 (file)
@@ -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 : "j/m/Y"
+    dateFormat : "j/m/Y",
+    trueText: "true",
+    falseText: "false"
   });
 }