X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/source/ext-lang-de.html diff --git a/docs/source/ext-lang-de.html b/docs/source/ext-lang-de.html index 94cf32e7..0f782fb3 100644 --- a/docs/source/ext-lang-de.html +++ b/docs/source/ext-lang-de.html @@ -1,5 +1,6 @@ + The source code @@ -7,9 +8,9 @@
/*
  * German translation
- * By schmidetzki and humpdi
- * 04-07-2007
- * Updated by wm003 10-31-2007
+ * 2007-Apr-07 update by schmidetzki and humpdi
+ * 2007-Oct-31 update by wm003
+ * 2009-Jul-10 update by Patrick Matsumura and Rupert Quaderer
  */
 
 Ext.UpdateManager.defaults.indicatorText = '
Übertrage Daten ...
'; @@ -300,7 +301,7 @@ if(Ext.grid.BooleanColumn){ if(Ext.grid.NumberColumn){ Ext.apply(Ext.grid.NumberColumn.prototype, { - format : '0.000,00' + format : '0.000,00/i' }); }