[PATCH] issue1345: Added accidentally ommitted i18n for sedimentload dc

Wald Commits scm-commit at wald.intevation.org
Fri Oct 11 12:07:33 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1381486718 -7200
# Node ID ff0b99425dc95d9179f31209e8b1fa493bfc5b63
# Parent  1843023549dfbcd09b78aa7a9f18636e004f9d6d
issue1345: Added accidentally ommitted i18n for sedimentload dc.

diff -r 1843023549df -r ff0b99425dc9 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	Fri Oct 11 12:15:01 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.java	Fri Oct 11 12:18:38 2013 +0200
@@ -948,6 +948,18 @@
 
     String densities();
 
+    String sand();
+
+    String fine_middle();
+
+    String susp_sediment();
+
+    String coarse();
+
+    String susp_sand();
+
+    String susp_sand_bed();
+
     // Capabilities Information Panel
 
     String addwmsInputTitle();
diff -r 1843023549df -r ff0b99425dc9 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	Fri Oct 11 12:15:01 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.properties	Fri Oct 11 12:18:38 2013 +0200
@@ -504,6 +504,12 @@
 years = years
 epochs = epochs
 densities = Sediment Densities
+sand = Sand
+fine_middle = Fine Middle
+susp_sediment = Suspended Sediment
+coarse = Coarse
+susp_sand = Suspended Sand
+susp_sand_bed = Suspended Sand (bed)
 # No translation for the pegelonline wms service layer names.
 gauge_points = Pegelpunkte (WSV)
 gauge_level = Aktueller Wasserstand (WSV)
diff -r 1843023549df -r ff0b99425dc9 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	Fri Oct 11 12:15:01 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants_de.properties	Fri Oct 11 12:18:38 2013 +0200
@@ -509,6 +509,12 @@
 years = Einzeljahre
 epochs = Epochen
 densities = Sedimentdichte
+sand = Geschiebe Sand
+fine_middle = Geschiebe Fein Mittel Kies
+coarse = Geschiebe Grobkorn
+susp_sand = Susp. Sand
+susp_sediment = Susp. Sediment
+susp_sand_bed = Bettb. Anteil susp. Sand
 gauge_points = Pegelmessstelle (WMS)
 gauge_level = Wasserstand (WMS)
 gauge_names = Pegelname (WMS)
diff -r 1843023549df -r ff0b99425dc9 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	Fri Oct 11 12:15:01 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants_en.properties	Fri Oct 11 12:18:38 2013 +0200
@@ -488,6 +488,12 @@
 years = years
 epochs = epochs
 densities = Sediment Densities
+sand = Sand
+fine_middle = Fine Middle
+susp_sediment = Suspended Sediment
+coarse = Coarse
+susp_sand = Suspended Sand
+susp_sand_bed = Suspended Sand (bed)
 
 startcolor = Colorrange start color
 endcolor = Colorrange end color


More information about the Dive4elements-commits mailing list