Upgrade to ExtJS 3.2.0 - Released 03/30/2010
[extjs.git] / docs / source / ext-lang-de.html
index 0f782fb..fa44b8b 100644 (file)
@@ -1,16 +1,23 @@
-<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
-</head>\r
-<body  onload="prettyPrint();">\r
-    <pre class="prettyprint lang-js">/*
+<html>
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />    
+  <title>The source code</title>
+    <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
+    <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
+</head>
+<body  onload="prettyPrint();">
+    <pre class="prettyprint lang-js">/*!
+ * Ext JS Library 3.2.0
+ * Copyright(c) 2006-2010 Ext JS, Inc.
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+/*
  * German translation
  * 2007-Apr-07 update by schmidetzki and humpdi
  * 2007-Oct-31 update by wm003
  * 2009-Jul-10 update by Patrick Matsumura and Rupert Quaderer
+ * 2010-Mar-10 update by Volker Grabsch
  */
 
 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Übertrage Daten ...</div>';
@@ -101,7 +108,12 @@ if(Ext.MessageBox){
 }
 
 if(Ext.util.Format){
-   Ext.util.Format.date = function(v, format){
+    Ext.util.Format.__number = Ext.util.Format.number;
+    Ext.util.Format.number = function(v, format) {
+        return Ext.util.Format.__number(v, format || "0.000,00/i");
+    };
+
+   Ext.util.Format.date = function(v, format) {
       if(!v) return "";
       if(!(v instanceof Date)) v = new Date(Date.parse(v));
       return v.dateFormat(format || "d.m.Y");
@@ -115,8 +127,8 @@ if(Ext.DatePicker){
       maxText           : "Dieses Datum liegt nach dem letztmöglichen Datum",
       disabledDaysText  : "",
       disabledDatesText : "",
-      monthNames           : Date.monthNames,
-      dayNames             : Date.dayNames,
+      monthNames        : Date.monthNames,
+      dayNames          : Date.dayNames,
       nextText          : "Nächster Monat (Strg/Control + Rechts)",
       prevText          : "Vorheriger Monat (Strg/Control + Links)",
       monthYearText     : "Monat auswählen (Strg/Control + Hoch/Runter, um ein Jahr auszuwählen)",
@@ -156,7 +168,8 @@ if(Ext.form.NumberField){
    Ext.apply(Ext.form.NumberField.prototype, {
       minText : "Der Mindestwert für dieses Feld ist {0}",
       maxText : "Der Maximalwert für dieses Feld ist {0}",
-      nanText : "{0} ist keine Zahl"
+      nanText : "{0} ist keine Zahl",
+      decimalSeparator : ","
    });
 }
 
@@ -164,11 +177,11 @@ if(Ext.form.DateField){
    Ext.apply(Ext.form.DateField.prototype, {
       disabledDaysText  : "nicht erlaubt",
       disabledDatesText : "nicht erlaubt",
-      minText           : "Das Datum in diesem Feld muß nach dem {0} liegen",
-      maxText           : "Das Datum in diesem Feld muß vor dem {0} liegen",
-      invalidText       : "{0} ist kein valides Datum - es muß im Format {1} eingegeben werden",
+      minText           : "Das Datum in diesem Feld muss nach dem {0} liegen",
+      maxText           : "Das Datum in diesem Feld muss vor dem {0} liegen",
+      invalidText       : "{0} ist kein gültiges Datum - es muss im Format {1} eingegeben werden",
       format            : "d.m.Y",
-      altFormats        : "d.m.Y|d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"
+      altFormats        : "j.n.Y|j.n.y|j.n.|j.|j/n/Y|j/n/y|j-n-y|j-n-Y|j/n|j-n|dm|dmy|dmY|j|Y-n-j"
    });
 }
 
@@ -326,6 +339,6 @@ if(Ext.form.TimeField){
     format : "H:i"
    });
 }
-</pre>    \r
-</body>\r
+</pre>    
+</body>
 </html>
\ No newline at end of file