Mercurial > dive4elements > river
changeset 5132:c2b377bcc025
Part of fix for flys/issue1128: units in i18n version of W [<unit>].
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 28 Feb 2013 12:26:02 +0100 |
parents | 42bae65c116b |
children | 8e52b4829cd1 |
files | flys-artifacts/src/main/resources/messages.properties flys-artifacts/src/main/resources/messages_de.properties flys-artifacts/src/main/resources/messages_de_DE.properties flys-artifacts/src/main/resources/messages_en.properties |
diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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]
--- 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,#.###}
--- 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,#.###}
--- 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,#.###}