dustin@679: /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
dustin@679:  * Software engineering by Intevation GmbH
dustin@679:  *
dustin@679:  * This file is Free Software under the GNU GPL (v>=3)
dustin@679:  * and comes with ABSOLUTELY NO WARRANTY! Check out
dustin@679:  * the documentation coming with IMIS-Labordaten-Application for details.
dustin@679:  */
dustin@679: 
dustin@679: // This file adds or corrects translations.
dustin@679: 
dustin@679: Ext.define("Lada.override.i18n.de.picker.Date", {
dustin@679:     override: "Ext.picker.Date",
dustin@679:     todayText: "Heute",
dustin@679:     minText: "Dieses Datum liegt vor dem erstmöglichen Datum", // von -> vor
dustin@679:     maxText: "Dieses Datum liegt nach dem letztmöglichen Datum",
dustin@679:     disabledDaysText: "",
dustin@679:     disabledDatesText: "",
dustin@679:     nextText: "Nächster Monat (Strg/Control + Rechts)",
dustin@679:     prevText: "Vorheriger Monat (Strg/Control + Links)",
dustin@679:     monthYearText: "Monat auswählen (Strg/Control + Hoch/Runter, um ein Jahr auszuwählen)",
dustin@679:     todayTip: "Heute ({0}) (Leertaste)",
dustin@679:     format: "d.m.Y",
dustin@679:     startDay: 1
dustin@679: });
dustin@679: