# HG changeset patch # User Tim Englich # Date 1257867691 0 # Node ID bcb0b676f94d307ecbbdc0b88636cd10d6c6a165 # Parent af474a541f741ed194542ec5ed49b0e8fc0b8581 Added Ressources for the AreaFilter Ids areaid and subareid gnv-artifacts/trunk@317 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r af474a541f74 -r bcb0b676f94d gnv-artifacts/ChangeLog --- 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 + * src/main/resources/lang/artifactMessages_*.properties: + Added Ressources for the AreaFilter Ids areaid and subareid + +2009-11-10 Tim Englich + * 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 diff -r af474a541f74 -r bcb0b676f94d gnv-artifacts/src/main/resources/lang/artifactMessages.properties --- 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 diff -r af474a541f74 -r bcb0b676f94d gnv-artifacts/src/main/resources/lang/artifactMessages_de.properties --- 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 diff -r af474a541f74 -r bcb0b676f94d gnv-artifacts/src/main/resources/lang/artifactMessages_de_DE.properties --- 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 diff -r af474a541f74 -r bcb0b676f94d gnv-artifacts/src/main/resources/lang/artifactMessages_en.properties --- 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