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.toolbar.Paging", {
dustin@679:     override: "Ext.toolbar.Paging",
dustin@679:     beforePageText: "Seite",
dustin@679:     afterPageText: "von {0}",
dustin@679:     firstText: "Erste Seite",
dustin@679:     prevText: "vorherige Seite",
dustin@679:     nextText: "nächste Seite",
dustin@679:     lastText: "letzte Seite",
dustin@679:     refreshText: "Aktualisieren",
dustin@679:     displayMsg: "Zeige Eintrag {0} - {1} von {2}", // Anzeige -> Zeige
dustin@679:     emptyMsg: "Keine Daten vorhanden"
dustin@679: });