[PATCH 5 of 5] i18n for total load dc

Wald Commits scm-commit at wald.intevation.org
Wed Oct 16 15:23:57 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1381929784 -7200
# Node ID 6ac51d67d2f497ec3c99d00ba9e1469a7d935d2a
# Parent  463cbda8c6e70be2decac5b37a5e7958ad2a5f69
i18n for total load dc.

diff -r 463cbda8c6e7 -r 6ac51d67d2f4 gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.java
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.java	Wed Oct 16 15:22:18 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.java	Wed Oct 16 15:23:04 2013 +0200
@@ -970,6 +970,8 @@
 
     String susp_sand_bed();
 
+    String total_load();
+
     // Capabilities Information Panel
 
     String addwmsInputTitle();
diff -r 463cbda8c6e7 -r 6ac51d67d2f4 gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.properties
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.properties	Wed Oct 16 15:22:18 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.properties	Wed Oct 16 15:23:04 2013 +0200
@@ -514,6 +514,7 @@
 coarse = Coarse
 susp_sand = Suspended Sand
 susp_sand_bed = Suspended Sand (bed)
+total_load = Total load
 # No translation for the pegelonline wms service layer names.
 gauge_points = Pegelpunkte (WSV)
 gauge_level = Aktueller Wasserstand (WSV)
diff -r 463cbda8c6e7 -r 6ac51d67d2f4 gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants_de.properties
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants_de.properties	Wed Oct 16 15:22:18 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants_de.properties	Wed Oct 16 15:23:04 2013 +0200
@@ -519,6 +519,7 @@
 susp_sand = Susp. Sand
 susp_sediment = Susp. Sediment
 susp_sand_bed = Bettb. Anteil susp. Sand
+total_load = Gesamtfracht
 gauge_points = Pegelmessstelle (WMS)
 gauge_level = Wasserstand (WMS)
 gauge_names = Pegelname (WMS)
diff -r 463cbda8c6e7 -r 6ac51d67d2f4 gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants_en.properties
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants_en.properties	Wed Oct 16 15:22:18 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants_en.properties	Wed Oct 16 15:23:04 2013 +0200
@@ -498,6 +498,7 @@
 coarse = Coarse
 susp_sand = Suspended Sand
 susp_sand_bed = Suspended Sand (bed)
+total_load = Total load
 
 startcolor = Colorrange start color
 endcolor = Colorrange end color


More information about the Dive4elements-commits mailing list