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: dustin@714: // Require all Libraries from de/ dustin@679: dustin@679: Ext.define("Lada.override.i18n.DE", { dustin@679: requires:[ dustin@679: 'Lada.override.i18n.de.toolbar.Paging', dustin@679: 'Lada.override.i18n.de.picker.Date', dustin@714: 'Lada.override.i18n.de.RowEditor', dustin@714: 'Lada.override.i18n.de.LoadMask' dustin@679: ] dustin@679: }); dustin@679: