Mercurial > lada > lada-client
comparison resources/lib/translations_de.js @ 676:0d5fb0f585f1
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Mon, 23 Mar 2015 18:04:59 +0100 |
parents | 6160b7be468a |
children |
comparison
equal
deleted
inserted
replaced
675:fe527f380b10 | 676:0d5fb0f585f1 |
---|---|
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", |