[Lada-commits] [PATCH 1 of 2] More translations for the RowEditor

Wald Commits scm-commit at wald.intevation.org
Thu Mar 19 13:19:51 CET 2015


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1426761757 -3600
# Node ID 7d99678fbee382f20e028228c06f1b58b7301c7d
# Parent  4a9bd2664da6ee05c0578867ed83b58c987008ae
More translations for the RowEditor

diff -r 4a9bd2664da6 -r 7d99678fbee3 resources/lib/translations_de.js
--- 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";
     }
 
 });


More information about the Lada-commits mailing list