Mercurial > lada > lada-client
comparison app/override/i18n/DE.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 | 60a3e9809ea4 |
children |
comparison
equal
deleted
inserted
replaced
713:2e478b3a587a | 714:a8da0a5bacf9 |
---|---|
5 * and comes with ABSOLUTELY NO WARRANTY! Check out | 5 * and comes with ABSOLUTELY NO WARRANTY! Check out |
6 * the documentation coming with IMIS-Labordaten-Application for details. | 6 * the documentation coming with IMIS-Labordaten-Application for details. |
7 */ | 7 */ |
8 | 8 |
9 | 9 |
10 // Require all Libraries from de/ | 10 // Require all Libraries from de/ |
11 | 11 |
12 Ext.define("Lada.override.i18n.DE", { | 12 Ext.define("Lada.override.i18n.DE", { |
13 requires:[ | 13 requires:[ |
14 'Lada.override.i18n.de.toolbar.Paging', | 14 'Lada.override.i18n.de.toolbar.Paging', |
15 'Lada.override.i18n.de.picker.Date', | 15 'Lada.override.i18n.de.picker.Date', |
16 'Lada.override.i18n.de.RowEditor' | 16 'Lada.override.i18n.de.RowEditor', |
17 'Lada.override.i18n.de.LoadMask' | |
17 ] | 18 ] |
18 }); | 19 }); |
19 | 20 |