# HG changeset patch # User Ingo Weinzierl # Date 1316155936 0 # Node ID ebb48bef35290d524b130c5365255b847b9e5620 # Parent 1b432c260e97c6f6a87e7b027ec2f445b2ef4622 Added state label for waterlevel selection. flys-artifacts/trunk@2769 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 1b432c260e97 -r ebb48bef3529 flys-artifacts/ChangeLog --- a/flys-artifacts/ChangeLog Thu Sep 15 15:36:05 2011 +0000 +++ b/flys-artifacts/ChangeLog Fri Sep 16 06:52:16 2011 +0000 @@ -1,3 +1,11 @@ +2011-09-16 Ingo Weinzierl + + * src/main/resources/messages.properties, + src/main/resources/messages_de_DE.properties, + src/main/resources/messages_en.properties, + src/main/resources/messages_de.properties: Added state label for + waterlevel selection. + 2011-09-15 Ingo Weinzierl * src/main/java/de/intevation/flys/artifacts/states/WaterlevelSelectState.java: diff -r 1b432c260e97 -r ebb48bef3529 flys-artifacts/src/main/resources/messages.properties --- a/flys-artifacts/src/main/resources/messages.properties Thu Sep 15 15:36:05 2011 +0000 +++ b/flys-artifacts/src/main/resources/messages.properties Fri Sep 16 06:52:16 2011 +0000 @@ -5,6 +5,7 @@ state.winfo.wq_adapted = Input for W/Q data state.winfo.location = Choose the location state.winfo.distance = Choose the range +state.winfo.uesk.wsp = Choose the waterlevel state.winfo.uesk.dgm = Digital Terrain Model state.winfo.uesk.profiles = Interpolated Profiles state.winfo.uesk.floodplain = Lateral Boundary diff -r 1b432c260e97 -r ebb48bef3529 flys-artifacts/src/main/resources/messages_de.properties --- a/flys-artifacts/src/main/resources/messages_de.properties Thu Sep 15 15:36:05 2011 +0000 +++ b/flys-artifacts/src/main/resources/messages_de.properties Fri Sep 16 06:52:16 2011 +0000 @@ -5,6 +5,7 @@ state.winfo.wq_adapted = Eingabe f\u00fcr W/Q Daten state.winfo.location = Wahl des Berechnungsortes state.winfo.distance = Wahl der Berechnungsstrecke +state.winfo.uesk.wsp = Wahl der Wasserspiegellage state.winfo.uesk.dgm = Digitales Gel\u00e4ndemodell state.winfo.uesk.profiles = Interpolierte Profile state.winfo.uesk.floodplain = Laterale Begrenzung diff -r 1b432c260e97 -r ebb48bef3529 flys-artifacts/src/main/resources/messages_de_DE.properties --- a/flys-artifacts/src/main/resources/messages_de_DE.properties Thu Sep 15 15:36:05 2011 +0000 +++ b/flys-artifacts/src/main/resources/messages_de_DE.properties Fri Sep 16 06:52:16 2011 +0000 @@ -5,6 +5,7 @@ state.winfo.wq_adapted = Eingabe f\u00fcr W/Q Daten state.winfo.location = Wahl des Berechnungsortes state.winfo.distance = Wahl der Berechnungsstrecke +state.winfo.uesk.wsp = Wahl der Wasserspiegellage state.winfo.uesk.dgm = Digitales Gel\u00e4ndemodell state.winfo.uesk.profiles = Interpolierte Profile state.winfo.uesk.floodplain = Laterale Begrenzung diff -r 1b432c260e97 -r ebb48bef3529 flys-artifacts/src/main/resources/messages_en.properties --- a/flys-artifacts/src/main/resources/messages_en.properties Thu Sep 15 15:36:05 2011 +0000 +++ b/flys-artifacts/src/main/resources/messages_en.properties Fri Sep 16 06:52:16 2011 +0000 @@ -5,6 +5,7 @@ state.winfo.wq_adapted = Input for W/Q data state.winfo.location = Choose the location state.winfo.distance = Choose the range +state.winfo.uesk.wsp = Choose the waterlevel state.winfo.uesk.dgm = Digital Terrain Model state.winfo.uesk.profiles = Interpolated Profiles state.winfo.uesk.floodplain = Lateral Boundary