comparison resources/lib/translations_de.js @ 631:b8d55860824d

Die Datei translations_de.js hinzugefügt. In Ihr sind Übersetzungen für die Buttons des Row-Editors enthalten.
author Dustin Demuth <dustin@intevation.de>
date Mon, 16 Mar 2015 13:20:36 +0100
parents
children dce8d67f278d
comparison
equal deleted inserted replaced
630:73b5b22a5b76 631:b8d55860824d
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 /*
10 * More Translations for extJS.
11 * Not everything is covered in the original translation.
12 * This file can be used to extend it.
13 */
14
15 Ext.onReady(function() {
16 if (Ext.grid.RowEditor) {
17 Ext.grid.RowEditor.prototype.saveBtnText = "Speichern";
18 Ext.grid.RowEditor.prototype.cancelBtnText = "Abbrechen";
19 }
20
21 //this will not work... :-(
22 /*
23 Ext.override(Ext.ux.DateTimePicker ,{
24 todayText: "Heute",
25 timeLabel: "Uhrzeit"
26 });
27 */
28 });

http://lada.wald.intevation.org