Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git] / docs / source / ext-lang-de.html
index 94cf32e..0f782fb 100644 (file)
@@ -1,5 +1,6 @@
 <html>\r
 <head>\r
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />    \r
   <title>The source code</title>\r
     <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
     <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
@@ -7,9 +8,9 @@
 <body  onload="prettyPrint();">\r
     <pre class="prettyprint lang-js">/*
  * 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 = '<div class="loading-indicator">Übertrage Daten ...</div>';
@@ -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'
     });
 }