[Dive4elements-commits] [PATCH 2 of 2] Part of fix for flys/issue1128: units in i18n version of W [<unit>]

Wald Commits scm-commit at wald.intevation.org
Thu Feb 28 12:18:55 CET 2013


# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1362050762 -3600
# Node ID c2b377bcc025da9af75744a17b2bf5bd1c7f2e68
# Parent  42bae65c116b47121914cb5115087ff98da04ed8
Part of fix for flys/issue1128: units in i18n version of W [<unit>].

diff -r 42bae65c116b -r c2b377bcc025 flys-artifacts/src/main/resources/messages.properties
--- a/flys-artifacts/src/main/resources/messages.properties	Thu Feb 28 12:21:35 2013 +0100
+++ b/flys-artifacts/src/main/resources/messages.properties	Thu Feb 28 12:26:02 2013 +0100
@@ -151,7 +151,7 @@
 chart.cross_section.title = Cross Section for river {0}
 chart.cross_section.subtitle = {0}-km: {1,number,#.###}
 chart.cross_section.xaxis.label = Distance [m]
-chart.cross_section.yaxis.label = W [NN + m]
+chart.cross_section.yaxis.label = W [{0}]
 
 chart.discharge.curve.title = Discharge Curve
 chart.discharge.curve.xaxis.label = Q [m\u00b3/s]
diff -r 42bae65c116b -r c2b377bcc025 flys-artifacts/src/main/resources/messages_de.properties
--- a/flys-artifacts/src/main/resources/messages_de.properties	Thu Feb 28 12:21:35 2013 +0100
+++ b/flys-artifacts/src/main/resources/messages_de.properties	Thu Feb 28 12:26:02 2013 +0100
@@ -144,7 +144,7 @@
 chart.cross_section.title = Querprofildiagramm f\u00fcr Gew\u00e4sser {0}
 chart.cross_section.subtitle = {0}-km: {1,number,#.###}
 chart.cross_section.xaxis.label = Abstand [m]
-chart.cross_section.yaxis.label = W [NN + m]
+chart.cross_section.yaxis.label = W [{0}]
 
 chart.longitudinal.section.title = W-L\u00e4ngsschnitt
 chart.longitudinal.section.subtitle = Bereich: {0}-km {1,number,#.###} - {2,number,#.###}
diff -r 42bae65c116b -r c2b377bcc025 flys-artifacts/src/main/resources/messages_de_DE.properties
--- a/flys-artifacts/src/main/resources/messages_de_DE.properties	Thu Feb 28 12:21:35 2013 +0100
+++ b/flys-artifacts/src/main/resources/messages_de_DE.properties	Thu Feb 28 12:26:02 2013 +0100
@@ -145,7 +145,7 @@
 chart.cross_section.title = Querprofildiagramm f\u00fcr Gew\u00e4sser {0}
 chart.cross_section.subtitle = {0}-km: {1,number,#.###}
 chart.cross_section.xaxis.label = Abstand [m]
-chart.cross_section.yaxis.label = W [NN + m]
+chart.cross_section.yaxis.label = W [{0}]
 
 chart.longitudinal.section.title = W-L\u00e4ngsschnitt
 chart.longitudinal.section.subtitle = Bereich: {0}-km {1,number,#.###} - {2,number,#.###}
diff -r 42bae65c116b -r c2b377bcc025 flys-artifacts/src/main/resources/messages_en.properties
--- a/flys-artifacts/src/main/resources/messages_en.properties	Thu Feb 28 12:21:35 2013 +0100
+++ b/flys-artifacts/src/main/resources/messages_en.properties	Thu Feb 28 12:26:02 2013 +0100
@@ -143,7 +143,7 @@
 chart.cross_section.title = Cross Section for river {0}
 chart.cross_section.subtitle = {0}-km: {1,number,#.###}
 chart.cross_section.xaxis.label = Distance [m]
-chart.cross_section.yaxis.label = W [NN + m]
+chart.cross_section.yaxis.label = W [{0}]
 
 chart.longitudinal.section.title = W-Longitudinal Section
 chart.longitudinal.section.subtitle = Range: {0}-km {1,number,#.###} - {2,number,#.###}


More information about the Dive4elements-commits mailing list