dustin@714: /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
dustin@714:  * Software engineering by Intevation GmbH
dustin@714:  *
dustin@714:  * This file is Free Software under the GNU GPL (v>=3)
dustin@714:  * and comes with ABSOLUTELY NO WARRANTY! Check out
dustin@714:  * the documentation coming with IMIS-Labordaten-Application for details.
dustin@714:  */
dustin@714: 
dustin@714: // This file adds or corrects translations.
dustin@714: 
dustin@714: Ext.define("Lada.override.i18n.de.LoadMask", {
dustin@714:     override: "Ext.LoadMask",
dustin@714:     loadingText: "Lade Daten...",
dustin@714:     msg: "Lade Daten..."
dustin@714: });