comparison resources/lib/translations_de.js @ 672:6160b7be468a

Ext sends timezone information to the server to prevent accidental changes in times
author Dustin Demuth <dustin@intevation.de>
date Mon, 23 Mar 2015 13:15:10 +0100
parents 7d99678fbee3
children
comparison
equal deleted inserted replaced
671:08e3e7b80a34 672:6160b7be468a
18 Ext.grid.RowEditor.prototype.cancelBtnText = "Abbrechen"; 18 Ext.grid.RowEditor.prototype.cancelBtnText = "Abbrechen";
19 Ext.grid.RowEditor.prototype.errorsText = "Fehler"; 19 Ext.grid.RowEditor.prototype.errorsText = "Fehler";
20 Ext.grid.RowEditor.prototype.dirtyText = "Sie müssen Ihre Änderungen Speichern oder durch Abbrechen verwerfen"; 20 Ext.grid.RowEditor.prototype.dirtyText = "Sie müssen Ihre Änderungen Speichern oder durch Abbrechen verwerfen";
21 } 21 }
22 22
23 // Ext has to send timezone-information when saving date-objects
24 // If not: Datetime-information will be falsified when a date-object is saved
25 // i.e
26 // originaltime 8:00 (save) -> time+offset 9:00 (save) -> 10:00 -> etc...
27 Ext.JSON.encodeDate = function(o)
28 {
29 return '"' + Ext.Date.format(o, 'c') + '"';
30 }
31
32
23 }); 33 });
34
24 35
25 //Übersetzungsfehler 36 //Übersetzungsfehler
26 Ext.define("Ext.locale.de.toolbar.Paging", { 37 Ext.define("Ext.locale.de.toolbar.Paging", {
27 override: "Ext.PagingToolbar", 38 override: "Ext.PagingToolbar",
28 beforePageText: "Seite", 39 beforePageText: "Seite",

http://lada.wald.intevation.org