# HG changeset patch # User Ingo Weinzierl # Date 1347538014 0 # Node ID ff28854bfe4232ca2b17f008008af745f64cfda0 # Parent b1f20e9de8d6546ed5e6fe2655f9a89b54ae2262 Added i18n strings for bed quality chart and export. flys-client/trunk@5453 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r b1f20e9de8d6 -r ff28854bfe42 flys-client/ChangeLog --- 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 + + * 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 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, diff -r b1f20e9de8d6 -r ff28854bfe42 flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.java --- 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(); diff -r b1f20e9de8d6 -r ff28854bfe42 flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties --- 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) diff -r b1f20e9de8d6 -r ff28854bfe42 flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties --- 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) diff -r b1f20e9de8d6 -r ff28854bfe42 flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties --- 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)