[Dive4elements-commits] [PATCH 3 of 3] issue986: i18n, include wst-unit in axis label

Wald Commits scm-commit at wald.intevation.org
Mon Jun 3 14:44:59 CEST 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1370263988 -7200
# Node ID bd291447fef16b9a0a9ddb9b3cf040ca13d31a6b
# Parent  2441a8cc8f3773e3b0bad8fe89c73b23e7bda4a1
issue986: i18n, include wst-unit in axis label.

diff -r 2441a8cc8f37 -r bd291447fef1 artifacts/src/main/resources/messages.properties
--- a/artifacts/src/main/resources/messages.properties	Mon Jun 03 14:52:31 2013 +0200
+++ b/artifacts/src/main/resources/messages.properties	Mon Jun 03 14:53:08 2013 +0200
@@ -215,7 +215,7 @@
 chart.bedquality.yaxis.label.density=Density [t/m\u00b3]
 
 chart.bedheight_middle.section.title=Middle Bed Height
-chart.bedheight_middle.section.yaxis.label=middle Bed Height [mm a NN]
+chart.bedheight_middle.section.yaxis.label=middle Bed Height [{0}]
 
 chart.flow_velocity.section.title=Geschwindigkeit- und Schubspannung
 chart.flow_velocity.section.yaxis.label=Speed v [m/s]
diff -r 2441a8cc8f37 -r bd291447fef1 artifacts/src/main/resources/messages_de.properties
--- a/artifacts/src/main/resources/messages_de.properties	Mon Jun 03 14:52:31 2013 +0200
+++ b/artifacts/src/main/resources/messages_de.properties	Mon Jun 03 14:53:08 2013 +0200
@@ -216,7 +216,7 @@
 chart.bedquality.yaxis.label.density=Dichte [t/m\u00b3]
 
 chart.bedheight_middle.section.title=Mittlere Sohlh\u00f6he
-chart.bedheight_middle.section.yaxis.label=mittlere Sohlh\u00f6hen [mm\u00fcNN]
+chart.bedheight_middle.section.yaxis.label=mittlere Sohlh\u00f6hen [{0}]
 
 chart.flow_velocity.section.title=Geschwindigkeit- und Schubspannung
 chart.flow_velocity.section.yaxis.label=Geschwindigkeit v [m/s]
diff -r 2441a8cc8f37 -r bd291447fef1 artifacts/src/main/resources/messages_de_DE.properties
--- a/artifacts/src/main/resources/messages_de_DE.properties	Mon Jun 03 14:52:31 2013 +0200
+++ b/artifacts/src/main/resources/messages_de_DE.properties	Mon Jun 03 14:53:08 2013 +0200
@@ -213,7 +213,7 @@
 chart.bedquality.yaxis.label.density=Dichte [t/m\u00b3]
 
 chart.bedheight_middle.section.title=Mittlere Sohlh\u00f6he
-chart.bedheight_middle.section.yaxis.label=mittlere Sohlh\u00f6hen [mm\u00fcNN]
+chart.bedheight_middle.section.yaxis.label=mittlere Sohlh\u00f6hen [{0}]
 
 chart.flow_velocity.section.title=Geschwindigkeit- und Schubspannung
 chart.flow_velocity.section.yaxis.label=Geschwindigkeit v [m/s]
diff -r 2441a8cc8f37 -r bd291447fef1 artifacts/src/main/resources/messages_en.properties
--- a/artifacts/src/main/resources/messages_en.properties	Mon Jun 03 14:52:31 2013 +0200
+++ b/artifacts/src/main/resources/messages_en.properties	Mon Jun 03 14:53:08 2013 +0200
@@ -217,7 +217,7 @@
 chart.bedquality.yaxis.label.density=Density [t/m\u00b3]
 
 chart.bedheight_middle.section.title=Middle Bed Height
-chart.bedheight_middle.section.yaxis.label=middle Bed Height [mm a NN]
+chart.bedheight_middle.section.yaxis.label=middle Bed Height [{0}]
 
 chart.flow_velocity.section.title=Geschwindigkeit- und Schubspannung
 chart.flow_velocity.section.yaxis.label=Speed v [m/s]


More information about the Dive4elements-commits mailing list