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.RowEditor', { dustin@679: override: 'Ext.grid.RowEditor', dustin@679: saveBtnText: 'Speichern', dustin@679: cancelBtnText: 'Abbrechen', dustin@679: errorsText: 'Fehler', dustin@679: dirtyText: 'Sie müssen Ihre Änderungen Speichern oder durch Abbrechen verwerfen' dustin@679: });