X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..10a866c12701c0a0afd0ac85dcdcf32a421514ac:/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 @@
+/* * 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' }); }