Upgrade to ExtJS 3.0.3 - Released 10/11/2009
[extjs.git] / docs / source / ext-lang-de.html
1 <html>
2 <head>
3   <title>The source code</title>
4     <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
5     <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
6 </head>
7 <body  onload="prettyPrint();">
8     <pre class="prettyprint lang-js">/*!
9  * Ext JS Library 3.0.3
10  * Copyright(c) 2006-2009 Ext JS, LLC
11  * licensing@extjs.com
12  * http://www.extjs.com/license
13  */
14 /*
15  * German translation
16  * 2007-Apr-07 update by schmidetzki and humpdi
17  * 2007-Oct-31 update by wm003
18  * 2009-Jul-10 update by Patrick Matsumura and Rupert Quaderer
19  */
20
21 Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Übertrage Daten ...</div>';
22
23 if(Ext.View){
24    Ext.View.prototype.emptyText = "";
25 }
26
27 if(Ext.grid.GridPanel){
28    Ext.grid.GridPanel.prototype.ddText = "{0} Zeile(n) ausgewählt";
29 }
30
31 if(Ext.TabPanelItem){
32    Ext.TabPanelItem.prototype.closeText = "Diesen Tab schließen";
33 }
34
35 if(Ext.form.BasicForm){
36    Ext.form.BasicForm.prototype.waitTitle = "Bitte warten...";
37 }
38
39 if(Ext.form.Field){
40    Ext.form.Field.prototype.invalidText = "Der Wert des Feldes ist nicht korrekt";
41 }
42
43 if(Ext.LoadMask){
44   Ext.LoadMask.prototype.msg = "Übertrage Daten...";
45 }
46
47 Date.monthNames = [
48    "Januar",
49    "Februar",
50    "März",
51    "April",
52    "Mai",
53    "Juni",
54    "Juli",
55    "August",
56    "September",
57    "Oktober",
58    "November",
59    "Dezember"
60 ];
61
62 Date.getShortMonthName = function(month) {
63   return Date.monthNames[month].substring(0, 3);
64 };
65
66 Date.monthNumbers = {
67   Jan : 0,
68   Feb : 1,
69   "M\u00e4r" : 2,
70   Apr : 3,
71   Mai : 4,
72   Jun : 5,
73   Jul : 6,
74   Aug : 7,
75   Sep : 8,
76   Okt : 9,
77   Nov : 10,
78   Dez : 11
79 };
80
81 Date.getMonthNumber = function(name) {
82   return Date.monthNumbers[name.substring(0, 1).toUpperCase() + name.substring(1, 3).toLowerCase()];
83 };
84
85 Date.dayNames = [
86    "Sonntag",
87    "Montag",
88    "Dienstag",
89    "Mittwoch",
90    "Donnerstag",
91    "Freitag",
92    "Samstag"
93 ];
94
95 Date.getShortDayName = function(day) {
96   return Date.dayNames[day].substring(0, 3);
97 };
98
99 if(Ext.MessageBox){
100    Ext.MessageBox.buttonText = {
101       ok     : "OK",
102       cancel : "Abbrechen",
103       yes    : "Ja",
104       no     : "Nein"
105    };
106 }
107
108 if(Ext.util.Format){
109    Ext.util.Format.date = function(v, format){
110       if(!v) return "";
111       if(!(v instanceof Date)) v = new Date(Date.parse(v));
112       return v.dateFormat(format || "d.m.Y");
113    };
114 }
115
116 if(Ext.DatePicker){
117    Ext.apply(Ext.DatePicker.prototype, {
118       todayText         : "Heute",
119       minText           : "Dieses Datum liegt von dem erstmöglichen Datum",
120       maxText           : "Dieses Datum liegt nach dem letztmöglichen Datum",
121       disabledDaysText  : "",
122       disabledDatesText : "",
123       monthNames            : Date.monthNames,
124       dayNames              : Date.dayNames,
125       nextText          : "Nächster Monat (Strg/Control + Rechts)",
126       prevText          : "Vorheriger Monat (Strg/Control + Links)",
127       monthYearText     : "Monat auswählen (Strg/Control + Hoch/Runter, um ein Jahr auszuwählen)",
128       todayTip          : "Heute ({0}) (Leertaste)",
129       format            : "d.m.Y",
130       okText            : "&#160;OK&#160;",
131       cancelText        : "Abbrechen",
132       startDay          : 1
133    });
134 }
135
136 if(Ext.PagingToolbar){
137    Ext.apply(Ext.PagingToolbar.prototype, {
138       beforePageText : "Seite",
139       afterPageText  : "von {0}",
140       firstText      : "Erste Seite",
141       prevText       : "vorherige Seite",
142       nextText       : "nächste Seite",
143       lastText       : "letzte Seite",
144       refreshText    : "Aktualisieren",
145       displayMsg     : "Anzeige Eintrag {0} - {1} von {2}",
146       emptyMsg       : "Keine Daten vorhanden"
147    });
148 }
149
150 if(Ext.form.TextField){
151    Ext.apply(Ext.form.TextField.prototype, {
152       minLengthText : "Bitte geben Sie mindestens {0} Zeichen ein",
153       maxLengthText : "Bitte geben Sie maximal {0} Zeichen ein",
154       blankText     : "Dieses Feld darf nicht leer sein",
155       regexText     : "",
156       emptyText     : null
157    });
158 }
159
160 if(Ext.form.NumberField){
161    Ext.apply(Ext.form.NumberField.prototype, {
162       minText : "Der Mindestwert für dieses Feld ist {0}",
163       maxText : "Der Maximalwert für dieses Feld ist {0}",
164       nanText : "{0} ist keine Zahl"
165    });
166 }
167
168 if(Ext.form.DateField){
169    Ext.apply(Ext.form.DateField.prototype, {
170       disabledDaysText  : "nicht erlaubt",
171       disabledDatesText : "nicht erlaubt",
172       minText           : "Das Datum in diesem Feld muß nach dem {0} liegen",
173       maxText           : "Das Datum in diesem Feld muß vor dem {0} liegen",
174       invalidText       : "{0} ist kein valides Datum - es muß im Format {1} eingegeben werden",
175       format            : "d.m.Y",
176       altFormats        : "d.m.Y|d/m/Y|d-m-y|d-m-Y|d/m|d-m|dm|dmy|dmY|d|Y-m-d"
177    });
178 }
179
180 if(Ext.form.ComboBox){
181    Ext.apply(Ext.form.ComboBox.prototype, {
182       loadingText       : "Lade Daten ...",
183       valueNotFoundText : undefined
184    });
185 }
186
187 if(Ext.form.VTypes){
188    Ext.apply(Ext.form.VTypes, {
189       emailText    : 'Dieses Feld sollte eine E-Mail-Adresse enthalten. Format: "user@example.com"',
190       urlText      : 'Dieses Feld sollte eine URL enthalten. Format: "http:/'+'/www.example.com"',
191       alphaText    : 'Dieses Feld darf nur Buchstaben enthalten und _',
192       alphanumText : 'Dieses Feld darf nur Buchstaben und Zahlen enthalten und _'
193    });
194 }
195
196 if(Ext.form.HtmlEditor){
197   Ext.apply(Ext.form.HtmlEditor.prototype, {
198     createLinkText : 'Bitte geben Sie die URL für den Link ein:',
199     buttonTips : {
200       bold : {
201         title: 'Fett (Ctrl+B)',
202         text: 'Erstellt den ausgewählten Text in Fettschrift.',
203         cls: 'x-html-editor-tip'
204       },
205       italic : {
206         title: 'Kursiv (Ctrl+I)',
207         text: 'Erstellt den ausgewählten Text in Schrägschrift.',
208         cls: 'x-html-editor-tip'
209       },
210       underline : {
211         title: 'Unterstrichen (Ctrl+U)',
212         text: 'Unterstreicht den ausgewählten Text.',
213         cls: 'x-html-editor-tip'
214       },
215       increasefontsize : {
216         title: 'Text vergößern',
217         text: 'Erhöht die Schriftgröße.',
218         cls: 'x-html-editor-tip'
219       },
220       decreasefontsize : {
221         title: 'Text verkleinern',
222         text: 'Verringert die Schriftgröße.',
223         cls: 'x-html-editor-tip'
224       },
225       backcolor : {
226         title: 'Text farblich hervorheben',
227         text: 'Hintergrundfarbe des ausgewählten Textes ändern.',
228         cls: 'x-html-editor-tip'
229       },
230       forecolor : {
231         title: 'Schriftfarbe',
232         text: 'Farbe des ausgewählten Textes ändern.',
233         cls: 'x-html-editor-tip'
234       },
235       justifyleft : {
236         title: 'Linksbündig',
237         text: 'Setzt den Text linksbündig.',
238         cls: 'x-html-editor-tip'
239       },
240       justifycenter : {
241         title: 'Zentrieren',
242         text: 'Zentriert den Text in Editor.',
243         cls: 'x-html-editor-tip'
244       },
245       justifyright : {
246         title: 'Rechtsbündig',
247         text: 'Setzt den Text rechtsbündig.',
248         cls: 'x-html-editor-tip'
249       },
250       insertunorderedlist : {
251         title: 'Aufzählungsliste',
252         text: 'Beginnt eine Aufzählungsliste mit Spiegelstrichen.',
253         cls: 'x-html-editor-tip'
254       },
255       insertorderedlist : {
256         title: 'Numerierte Liste',
257         text: 'Beginnt eine numerierte Liste.',
258         cls: 'x-html-editor-tip'
259       },
260       createlink : {
261         title: 'Hyperlink',
262         text: 'Erstellt einen Hyperlink aus dem ausgewählten text.',
263         cls: 'x-html-editor-tip'
264       },
265       sourceedit : {
266         title: 'Source bearbeiten',
267         text: 'Zur Bearbeitung des Quelltextes wechseln.',
268         cls: 'x-html-editor-tip'
269       }
270     }
271   });
272 }
273
274 if(Ext.grid.GridView){
275    Ext.apply(Ext.grid.GridView.prototype, {
276       sortAscText  : "Aufsteigend sortieren",
277       sortDescText : "Absteigend sortieren",
278       lockText     : "Spalte sperren",
279       unlockText   : "Spalte freigeben (entsperren)",
280       columnsText  : "Spalten"
281    });
282 }
283
284 if(Ext.grid.GroupingView){
285   Ext.apply(Ext.grid.GroupingView.prototype, {
286     emptyGroupText : '(Keine)',
287     groupByText    : 'Dieses Feld gruppieren',
288     showGroupsText : 'In Gruppen anzeigen'
289   });
290 }
291
292 if(Ext.grid.PropertyColumnModel){
293   Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
294       nameText   : "Name",
295       valueText  : "Wert",
296       dateFormat : "d.m.Y"
297   });
298 }
299
300 if(Ext.grid.BooleanColumn){
301    Ext.apply(Ext.grid.BooleanColumn.prototype, {
302       trueText  : "wahr",
303       falseText : "falsch"
304    });
305 }
306
307 if(Ext.grid.NumberColumn){
308     Ext.apply(Ext.grid.NumberColumn.prototype, {
309         format : '0.000,00/i'
310     });
311 }
312
313 if(Ext.grid.DateColumn){
314     Ext.apply(Ext.grid.DateColumn.prototype, {
315         format : 'd.m.Y'
316     });
317 }
318
319 if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
320   Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
321     splitTip            : "Ziehen, um Größe zu ändern.",
322     collapsibleSplitTip : "Ziehen, um Größe zu ändern. Doppelklick um Panel auszublenden."
323   });
324 }
325
326 if(Ext.form.TimeField){
327    Ext.apply(Ext.form.TimeField.prototype, {
328     minText : "Die Zeit muss gleich oder nach {0} liegen",
329     maxText : "Die Zeit muss gleich oder vor {0} liegen",
330     invalidText : "{0} ist keine gültige Zeit",
331     format : "H:i"
332    });
333 }
334 </pre>
335 </body>
336 </html>