Mercurial > dive4elements > river
changeset 3930:442973614796
Work in i18n issue724.
flys-artifacts/trunk@5627 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 27 Sep 2012 18:10:05 +0000 |
parents | f37323e86d59 |
children | c79b98085096 |
files | flys-artifacts/ChangeLog 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 | 5 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Sep 27 16:41:16 2012 +0000 +++ b/flys-artifacts/ChangeLog Thu Sep 27 18:10:05 2012 +0000 @@ -1,3 +1,16 @@ +2012-09-27 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Work on issue724 (i18n in minfo). + + * src/main/resources/messages.properties, + src/main/resources/messages_de_DE.properties, + src/main/resources/messages_en.properties, + src/main/resources/messages_de.properties: + i18n strings. + + * src/main/java/de/intevation/flys/exports/MiddleBedHeightGenerator.java: + Fix typo. + 2012-09-27 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/flys/artifacts/model/sq/MeasurementFactory.java:
--- a/flys-artifacts/src/main/resources/messages.properties Thu Sep 27 16:41:16 2012 +0000 +++ b/flys-artifacts/src/main/resources/messages.properties Thu Sep 27 18:10:05 2012 +0000 @@ -184,6 +184,8 @@ chart.bedquality.yaxis.label.porosity=Porosity [%] chart.bedquality.yaxis.label.density=Density [t/m\u00b3] +chart.bedheight_middle.section.title=Middle Bed Height + chart.sq_relation.xaxis.label = Discharge [m\u00b3/s] chart.sq_relation.yaxis.label = Transport [kg/s] chart.sq_relation_a.title = Feinkornanteil
--- a/flys-artifacts/src/main/resources/messages_de.properties Thu Sep 27 16:41:16 2012 +0000 +++ b/flys-artifacts/src/main/resources/messages_de.properties Thu Sep 27 18:10:05 2012 +0000 @@ -184,6 +184,8 @@ chart.bedquality.yaxis.label.porosity=Porosit\u00e4t [%] chart.bedquality.yaxis.label.density=Dichte [t/m\u00b3] +chart.bedheight_middle.section.title=Mittlere Sohlh\u00f6he + chart.sq_relation.xaxis.label = Abfluss [m\u00b3/s] chart.sq_relation.yaxis.label = Transport [kg/s] chart.sq_relation_a.title = Feinkornanteil
--- a/flys-artifacts/src/main/resources/messages_de_DE.properties Thu Sep 27 16:41:16 2012 +0000 +++ b/flys-artifacts/src/main/resources/messages_de_DE.properties Thu Sep 27 18:10:05 2012 +0000 @@ -182,6 +182,8 @@ chart.bedquality.yaxis.label.porosity=Porosit\u00e4t [%] chart.bedquality.yaxis.label.density=Dichte [t/m\u00b3] +chart.bedheight_middle.section.title=Mittlere Sohlh\u00f6he + chart.sq_relation.xaxis.label = Abfluss [m\u00b3/s] chart.sq_relation.yaxis.label = Transport [kg/s] chart.sq_relation_a.title = Feinkornanteil
--- a/flys-artifacts/src/main/resources/messages_en.properties Thu Sep 27 16:41:16 2012 +0000 +++ b/flys-artifacts/src/main/resources/messages_en.properties Thu Sep 27 18:10:05 2012 +0000 @@ -186,6 +186,8 @@ chart.bedquality.yaxis.label.porosity=Porosity [%] chart.bedquality.yaxis.label.density=Density [t/m\u00b3] +chart.bedheight_middle.section.title=Middle Bed Height + chart.sq_relation.xaxis.label = Discharge [m\u00b3/s] chart.sq_relation.yaxis.label = Transport [kg/s] chart.sq_relation_a.title = Feinkornanteil