Mercurial > dive4elements > river
changeset 3708:ff28854bfe42
Added i18n strings for bed quality chart and export.
flys-client/trunk@5453 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 13 Sep 2012 12:06:54 +0000 |
parents | b1f20e9de8d6 |
children | 9969e3b0d860 |
files | flys-client/ChangeLog flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties |
diffstat | 5 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Sep 13 06:41:54 2012 +0000 +++ b/flys-client/ChangeLog Thu Sep 13 12:06:54 2012 +0000 @@ -1,3 +1,11 @@ +2012-09-13 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants.java, + src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: + Added strings for bed quality chart and export. + 2012-09-13 Christian Lins <christian.lins@intevation.de> * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties,
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java Thu Sep 13 06:41:54 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java Thu Sep 13 12:06:54 2012 +0000 @@ -502,6 +502,10 @@ String bedheight_middle(); String bedheight_middle_export(); + + String bed_longitudinal_section(); + + String bed_longitudinal_section_export(); String sq_relation_a();
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Thu Sep 13 06:41:54 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Thu Sep 13 12:06:54 2012 +0000 @@ -201,6 +201,8 @@ flow_velocity_export = Flow Velocity Export bedheight_middle = Middle Bed Height bedheight_middle_export = Middle Bed Height Export +bed_longitudinal_section = Sohlbeschaffenheit +bed_longitudinal_section_export = Sohlbeschaffenheit Export sq_relation_a = A Feinkornanteil sq_relation_b = B Sand (Suspensionstransport) sq_relation_c = C Sand (Geschiebetransport)
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties Thu Sep 13 06:41:54 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties Thu Sep 13 12:06:54 2012 +0000 @@ -201,6 +201,8 @@ flow_velocity_export = Flie\u00dfgeschwindigkeiten Export bedheight_middle = Mittlere Sohlh\u00f6he bedheight_middle_export = Mittlere Sohlh\u00f6he Export +bed_longitudinal_section = Sohlbeschaffenheit +bed_longitudinal_section_export = Sohlbeschaffenheit Export sq_relation_a = A Feinkornanteil sq_relation_b = B Sand (Suspensionstransport) sq_relation_c = C Sand (Geschiebetransport)
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Thu Sep 13 06:41:54 2012 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Thu Sep 13 12:06:54 2012 +0000 @@ -202,6 +202,8 @@ flow_velocity_export = Flow Velocity Export bedheight_middle = Middle Bed Height bedheight_middle_export = Middle Bed Height Export +bed_longitudinal_section = Sohlbeschaffenheit +bed_longitudinal_section_export = Sohlbeschaffenheit Export sq_relation_a = A Feinkornanteil sq_relation_b = B Sand (Suspensionstransport) sq_relation_c = C Sand (Geschiebetransport)