git.ithinksw.org
/
extjs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upgrade to ExtJS 3.2.1 - Released 04/27/2010
[extjs.git]
/
src
/
locale
/
ext-lang-en.js
diff --git
a/src/locale/ext-lang-en.js
b/src/locale/ext-lang-en.js
index
d6d8bb2
..
653a236
100644
(file)
--- a/
src/locale/ext-lang-en.js
+++ b/
src/locale/ext-lang-en.js
@@
-1,6
+1,6
@@
/*!
/*!
- * Ext JS Library 3.
0.3
- * Copyright(c) 2006-20
09 Ext JS, LLC
+ * Ext JS Library 3.
2.1
+ * Copyright(c) 2006-20
10 Ext JS, Inc.
* licensing@extjs.com
* http://www.extjs.com/license
*/
* licensing@extjs.com
* http://www.extjs.com/license
*/
@@
-14,6
+14,10
@@
Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Loading...</div>';
Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Loading...</div>';
+if(Ext.data.Types){
+ Ext.data.Types.stripRe = /[\$,%]/g;
+}
+
if(Ext.DataView){
Ext.DataView.prototype.emptyText = "";
}
if(Ext.DataView){
Ext.DataView.prototype.emptyText = "";
}
@@
-285,7
+289,9
@@
if(Ext.grid.PropertyColumnModel){
Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
nameText : "Name",
valueText : "Value",
Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
nameText : "Name",
valueText : "Value",
- dateFormat : "m/j/Y"
+ dateFormat : "m/j/Y",
+ trueText: "true",
+ falseText: "false"
});
}
});
}