dustin@631: /* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz dustin@631: * Software engineering by Intevation GmbH dustin@631: * dustin@631: * This file is Free Software under the GNU GPL (v>=3) dustin@631: * and comes with ABSOLUTELY NO WARRANTY! Check out dustin@631: * the documentation coming with IMIS-Labordaten-Application for details. dustin@631: */ dustin@631: dustin@631: /* dustin@631: * More Translations for extJS. dustin@631: * Not everything is covered in the original translation. dustin@631: * This file can be used to extend it. dustin@631: */ dustin@631: dustin@631: Ext.onReady(function() { dustin@631: if (Ext.grid.RowEditor) { dustin@631: Ext.grid.RowEditor.prototype.saveBtnText = "Speichern"; dustin@631: Ext.grid.RowEditor.prototype.cancelBtnText = "Abbrechen"; dustin@631: } dustin@631: dustin@631: //this will not work... :-( dustin@631: /* dustin@631: Ext.override(Ext.ux.DateTimePicker ,{ dustin@631: todayText: "Heute", dustin@631: timeLabel: "Uhrzeit" dustin@631: }); dustin@631: */ dustin@631: });