Mercurial > lada > lada-client
changeset 666:7d99678fbee3
More translations for the RowEditor
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 19 Mar 2015 11:42:37 +0100 |
parents | 4a9bd2664da6 |
children | c34e65346572 |
files | resources/lib/translations_de.js |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/resources/lib/translations_de.js Thu Mar 19 11:33:43 2015 +0100 +++ b/resources/lib/translations_de.js Thu Mar 19 11:42:37 2015 +0100 @@ -16,6 +16,8 @@ if (Ext.grid.RowEditor) { Ext.grid.RowEditor.prototype.saveBtnText = "Speichern"; Ext.grid.RowEditor.prototype.cancelBtnText = "Abbrechen"; + Ext.grid.RowEditor.prototype.errorsText = "Fehler"; + Ext.grid.RowEditor.prototype.dirtyText = "Sie müssen Ihre Änderungen Speichern oder durch Abbrechen verwerfen"; } });