# HG changeset patch # User Tim Englich # Date 1254837102 0 # Node ID bd37021d8f4d4a7b84ed7729ea904da250f21f8c # Parent 8cc96c9cc9625cdf061eb76888f342698e64e6dc Added some missing RessourceValues gnv-artifacts/trunk@195 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 8cc96c9cc962 -r bd37021d8f4d gnv-artifacts/src/main/resources/lang/artifactMessages.properties --- a/gnv-artifacts/src/main/resources/lang/artifactMessages.properties Tue Oct 06 13:51:28 2009 +0000 +++ b/gnv-artifacts/src/main/resources/lang/artifactMessages.properties Tue Oct 06 13:51:42 2009 +0000 @@ -24,4 +24,7 @@ seriesid = Series surveyid = Survey Info axisid = Axis -depthid = Depth \ No newline at end of file +depthid = Depth +iposition = I-Achse +jposition = J-Achse +instantaneouspoint_point = Momentanmesspunkt \ No newline at end of file diff -r 8cc96c9cc962 -r bd37021d8f4d gnv-artifacts/src/main/resources/lang/artifactMessages_de.properties --- a/gnv-artifacts/src/main/resources/lang/artifactMessages_de.properties Tue Oct 06 13:51:28 2009 +0000 +++ b/gnv-artifacts/src/main/resources/lang/artifactMessages_de.properties Tue Oct 06 13:51:42 2009 +0000 @@ -25,4 +25,7 @@ seriesid = Serie surveyid = Messinformation axisid = Achse -depthid = Tiefe \ No newline at end of file +depthid = Tiefe +iposition = I-Achse +jposition = J-Achse +instantaneouspoint_point = Momentanmesspunkt diff -r 8cc96c9cc962 -r bd37021d8f4d gnv-artifacts/src/main/resources/lang/artifactMessages_de_DE.properties --- a/gnv-artifacts/src/main/resources/lang/artifactMessages_de_DE.properties Tue Oct 06 13:51:28 2009 +0000 +++ b/gnv-artifacts/src/main/resources/lang/artifactMessages_de_DE.properties Tue Oct 06 13:51:42 2009 +0000 @@ -25,4 +25,7 @@ seriesid = Serie surveyid = Messinformation axisid = Achse -depthid = Tiefe \ No newline at end of file +depthid = Tiefe +iposition = I-Achse +jposition = J-Achse +instantaneouspoint_point = Momentanmesspunkt \ No newline at end of file diff -r 8cc96c9cc962 -r bd37021d8f4d gnv-artifacts/src/main/resources/lang/artifactMessages_en.properties --- a/gnv-artifacts/src/main/resources/lang/artifactMessages_en.properties Tue Oct 06 13:51:28 2009 +0000 +++ b/gnv-artifacts/src/main/resources/lang/artifactMessages_en.properties Tue Oct 06 13:51:42 2009 +0000 @@ -24,4 +24,7 @@ seriesid = Series surveyid = Survey Info axisid = Axis -depthid = Depth \ No newline at end of file +depthid = Depth +iposition = I-Axis +jposition = J-Axis +instantaneouspoint_point = Instantaneouspoint \ No newline at end of file