[PATCH] i18n for porosities (needs to be filled with data)

Wald Commits scm-commit at wald.intevation.org
Fri May 16 12:11:36 CEST 2014


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1400235091 -7200
# Node ID dc8910e29dd43b40ea7818aa27541c27f34756aa
# Parent  43f18dc56c5a8b5f75eec8382f59276955cb3ef7
i18n for porosities (needs to be filled with data).

diff -r 43f18dc56c5a -r dc8910e29dd4 artifacts/src/main/resources/messages.properties
--- a/artifacts/src/main/resources/messages.properties	Fri May 16 10:55:59 2014 +0200
+++ b/artifacts/src/main/resources/messages.properties	Fri May 16 12:11:31 2014 +0200
@@ -333,6 +333,8 @@
 facet.gauge_discharge_curve.gauge_location = Location of the gauge
 facet.morphologic.width = morphologic Width
 
+facet.porosity = {0}
+
 chart.beddifference.height.title = Bedheight Difference
 chart.beddifference.height.xaxis.label = {0}-km
 chart.beddifference.height.yaxis.label = Difference [cm/year]
diff -r 43f18dc56c5a -r dc8910e29dd4 artifacts/src/main/resources/messages_de.properties
--- a/artifacts/src/main/resources/messages_de.properties	Fri May 16 10:55:59 2014 +0200
+++ b/artifacts/src/main/resources/messages_de.properties	Fri May 16 12:11:31 2014 +0200
@@ -334,6 +334,8 @@
 facet.gauge_discharge_curve.gauge_location = Pegelort
 facet.morphologic.width = Morphologische Breite
 
+facet.porosity = {0}
+
 chart.beddifference.height.title = Sohlh\u00f6hendifferenz
 chart.beddifference.height.xaxis.label = {0}-km
 chart.beddifference.height.yaxis.label = Differenz [cm/Jahr]
diff -r 43f18dc56c5a -r dc8910e29dd4 artifacts/src/main/resources/messages_de_DE.properties
--- a/artifacts/src/main/resources/messages_de_DE.properties	Fri May 16 10:55:59 2014 +0200
+++ b/artifacts/src/main/resources/messages_de_DE.properties	Fri May 16 12:11:31 2014 +0200
@@ -331,6 +331,8 @@
 facet.gauge_discharge_curve.gauge_location = Pegelort
 facet.morphologic.width = Morphologische Breite
 
+facet.porosity = {0}
+
 chart.beddifference.height.title = Sohlh\u00f6hendifferenz
 chart.beddifference.height.xaxis.label = {0}-km
 chart.beddifference.height.yaxis.label = Differenz [cm/Jahr]
diff -r 43f18dc56c5a -r dc8910e29dd4 artifacts/src/main/resources/messages_en.properties
--- a/artifacts/src/main/resources/messages_en.properties	Fri May 16 10:55:59 2014 +0200
+++ b/artifacts/src/main/resources/messages_en.properties	Fri May 16 12:11:31 2014 +0200
@@ -337,6 +337,8 @@
 facet.gauge_discharge_curve.gauge_location = Location of the gauge
 facet.morphologic.width = morphologic Width
 
+facet.porosity = {0}
+
 chart.beddifference.height.title = Bedheight Difference
 chart.beddifference.height.xaxis.label = {0}-km
 chart.beddifference.height.yaxis.label = Difference [cm/year]
diff -r 43f18dc56c5a -r dc8910e29dd4 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 May 16 10:55:59 2014 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.java	Fri May 16 12:11:31 2014 +0200
@@ -610,6 +610,8 @@
 
     String soundings_width();
 
+    String porosities();
+
     String bed_difference_year();
 
     String bed_difference_epoch();
diff -r 43f18dc56c5a -r dc8910e29dd4 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 May 16 10:55:59 2014 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.properties	Fri May 16 12:11:31 2014 +0200
@@ -262,6 +262,7 @@
 bed_diameter = Bed Diameter
 soundings = Soundings
 soundings_width = Soundings Width
+porosities = Porosity
 bed_difference_year = Bedheight Differences
 bed_difference_epoch = Epoch Bedheight Differences
 bed_difference_height_year = Bedheight Differences per year
diff -r 43f18dc56c5a -r dc8910e29dd4 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 May 16 10:55:59 2014 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants_de.properties	Fri May 16 12:11:31 2014 +0200
@@ -263,6 +263,7 @@
 bed_diameter = Sohldurchmesser
 soundings = Peilungen
 soundings_width = Gepeilte Breite
+porosities = Porosit\u00e4t
 bed_difference_year = Sohlh\u00f6hendifferenz
 bed_difference_epoch = Sohlh\u00f6hendifferenz (Epoche)
 bed_difference_height_year = Sohlh\u00f6hendifferenz pro Jahr
diff -r 43f18dc56c5a -r dc8910e29dd4 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 May 16 10:55:59 2014 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants_en.properties	Fri May 16 12:11:31 2014 +0200
@@ -262,6 +262,7 @@
 bed_diameter = Bed Diameter
 soundings = Soundings
 soundings_width = Soundings Width
+porosities = Porosity
 bed_difference_year = Bedheight Differences
 bed_difference_epoch = Epoch Bedheight Differences
 bed_difference_height_year = Bedheight Difference per year


More information about the Dive4Elements-commits mailing list