Mercurial > lada > lada-client
comparison app/override/i18n/de/LoadMask.js @ 714:a8da0a5bacf9
Loading Mask was not translated correctly. Added Override to fix this.
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 08 Apr 2015 12:45:37 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
713:2e478b3a587a | 714:a8da0a5bacf9 |
---|---|
1 /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz | |
2 * Software engineering by Intevation GmbH | |
3 * | |
4 * This file is Free Software under the GNU GPL (v>=3) | |
5 * and comes with ABSOLUTELY NO WARRANTY! Check out | |
6 * the documentation coming with IMIS-Labordaten-Application for details. | |
7 */ | |
8 | |
9 // This file adds or corrects translations. | |
10 | |
11 Ext.define("Lada.override.i18n.de.LoadMask", { | |
12 override: "Ext.LoadMask", | |
13 loadingText: "Lade Daten...", | |
14 msg: "Lade Daten..." | |
15 }); |