Mercurial > dive4elements > gnv-client
changeset 248:bcb0b676f94d
Added Ressources for the AreaFilter Ids areaid and subareid
gnv-artifacts/trunk@317 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 10 Nov 2009 15:41:31 +0000 |
parents | af474a541f74 |
children | cad7c220adbc |
files | gnv-artifacts/ChangeLog gnv-artifacts/src/main/resources/lang/artifactMessages.properties gnv-artifacts/src/main/resources/lang/artifactMessages_de.properties gnv-artifacts/src/main/resources/lang/artifactMessages_de_DE.properties gnv-artifacts/src/main/resources/lang/artifactMessages_en.properties |
diffstat | 5 files changed, 18 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Tue Nov 10 15:31:39 2009 +0000 +++ b/gnv-artifacts/ChangeLog Tue Nov 10 15:41:31 2009 +0000 @@ -1,5 +1,10 @@ 2009-11-10 Tim Englich <tim.englich@intevation.de> + * src/main/resources/lang/artifactMessages_*.properties: + Added Ressources for the AreaFilter Ids areaid and subareid + +2009-11-10 Tim Englich <tim.englich@intevation.de> + * src/main/java/de/intevation/gnv/transition/timeseries/TimeSeriesOutputTransition.java (TIMESERIES_ODV_PROFILE_NAMES): Sort Columns to the given order of the ODV-Specification and added the Columns DATAVALUE and PARAMETER to the output
--- a/gnv-artifacts/src/main/resources/lang/artifactMessages.properties Tue Nov 10 15:31:39 2009 +0000 +++ b/gnv-artifacts/src/main/resources/lang/artifactMessages.properties Tue Nov 10 15:41:31 2009 +0000 @@ -41,6 +41,8 @@ surveyid = Survey Info axisid = Axis depthid = Layer and Depth range [m] -iposition = I-Achse -jposition = J-Achse -instantaneouspoint_point = Momentanmesspunkt \ No newline at end of file +iposition = I-Axis +jposition = J-Axis +instantaneouspoint_point = Momentanmesspunkt +areaid=Area +subareaid=Subarea
--- a/gnv-artifacts/src/main/resources/lang/artifactMessages_de.properties Tue Nov 10 15:31:39 2009 +0000 +++ b/gnv-artifacts/src/main/resources/lang/artifactMessages_de.properties Tue Nov 10 15:41:31 2009 +0000 @@ -44,3 +44,5 @@ iposition = I-Achse jposition = J-Achse instantaneouspoint_point = Momentanmesspunkt +areaid=Gebiet +subareaid=Teilgebiet \ No newline at end of file
--- a/gnv-artifacts/src/main/resources/lang/artifactMessages_de_DE.properties Tue Nov 10 15:31:39 2009 +0000 +++ b/gnv-artifacts/src/main/resources/lang/artifactMessages_de_DE.properties Tue Nov 10 15:41:31 2009 +0000 @@ -43,4 +43,6 @@ depthid = Ebene und Tiefenbereich [m] iposition = I-Achse jposition = J-Achse -instantaneouspoint_point = Momentanmesspunkt \ No newline at end of file +instantaneouspoint_point = Momentanmesspunkt +areaid=Gebiet +subareaid=Teilgebiet \ No newline at end of file
--- a/gnv-artifacts/src/main/resources/lang/artifactMessages_en.properties Tue Nov 10 15:31:39 2009 +0000 +++ b/gnv-artifacts/src/main/resources/lang/artifactMessages_en.properties Tue Nov 10 15:41:31 2009 +0000 @@ -43,4 +43,6 @@ depthid = Layer and Depth range [m] iposition = I-Axis jposition = J-Axis -instantaneouspoint_point = Instantaneouspoint \ No newline at end of file +instantaneouspoint_point = Instantaneouspoint +areaid=Area +subareaid=Subarea \ No newline at end of file