# HG changeset patch # User Ingo Weinzierl # Date 1304498515 0 # Node ID 764488577cc861c7084c84bb2cc7efb8c2b79507 # Parent 4cdf9030854f6fe216d458244bb51bdd64562e88 Renamed non-computed discharge curve outputs. flys-client/trunk@1819 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 4cdf9030854f -r 764488577cc8 flys-client/ChangeLog --- a/flys-client/ChangeLog Wed May 04 07:36:20 2011 +0000 +++ b/flys-client/ChangeLog Wed May 04 08:41:55 2011 +0000 @@ -1,3 +1,12 @@ +2011-05-04 Ingo Weinzierl + + * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties: + Renamed the non-computed discharge curves into 'Discharge Curves at + Gauges' (german 'Abflusskurven an Pegeln') to distinuish the two output + types for discharge curves. + 2011-05-04 Ingo Weinzierl * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, diff -r 4cdf9030854f -r 764488577cc8 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 Wed May 04 07:36:20 2011 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Wed May 04 08:41:55 2011 +0000 @@ -58,7 +58,7 @@ buttonNext = Next imageBack = images/back_en.png -discharge_curve = Discharge Curve +discharge_curve = Discharge Curves at Gauges computed_discharge_curve = Discharge Curve longitudinal_section = Longitudinal Section Curve duration_curve = Duration Curve diff -r 4cdf9030854f -r 764488577cc8 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 Wed May 04 07:36:20 2011 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties Wed May 04 08:41:55 2011 +0000 @@ -58,7 +58,7 @@ buttonNext = Übernehmen imageBack = images/back_de.png -discharge_curve = Abflusskurve +discharge_curve = Abflusskurven an Pegeln computed_discharge_curve = Abflusskurve longitudinal_section = L\u00e4ngsschnitt duration_curve = Dauerlinie diff -r 4cdf9030854f -r 764488577cc8 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 Wed May 04 07:36:20 2011 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Wed May 04 08:41:55 2011 +0000 @@ -58,7 +58,7 @@ buttonNext = Next imageBack = images/back_en.png -discharge_curve = Discharge Curve +discharge_curve = Discharge Curves at Gauges computed_discharge_curve = Discharge Curve longitudinal_section = Longitudinal Section Curve duration_curve = Duration Curve