Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/resources/lang/artifactMessages.properties @ 657:af3f56758f59
merged gnv-artifacts/0.5
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:13:53 +0200 |
parents | 4fc97074eb90 |
children | dde7f51dbe1e |
comparison
equal
deleted
inserted
replaced
590:5f5f273c8566 | 657:af3f56758f59 |
---|---|
1 fis_marnet = Marnet | |
2 fis_imis = IMIS | |
3 fis_staun = STAUN | |
4 fis_modeldata = Modeldata | |
5 fis_delphin = Delphin | |
6 fis_thermosalinograph = Thermosalinograph | |
7 fis_chemusurvey = Chemusurvey | |
8 fis_gts = GTS | |
9 fis_bsh_ctd = CTD | |
10 fis_bsh_xbt = XBT | |
11 fis_eisklimatologie = Eisklimatologie | |
12 fis_sst = SST | |
13 fis_seastate = Sea State | |
14 fis_seacat = SeaCat | |
15 fis_currentmeter = Current Meter | |
16 fis_icestations = Ice Station Report | |
17 fis_nauthis = Nauthis | |
18 fis_contis=Contis | |
19 | |
20 meshid= Mesh | |
21 fis = Data set | |
22 product= Product | |
23 timeSeries= Timeseries | |
24 verticalProfile = Verticalprofile | |
25 horizontalProfile = Horizontalprofile | |
26 horizontalProfileCross = Horizontales Schnittprofil | |
27 horizontalCrossSection = Horizontal cross-section | |
28 verticalcrosssection = Vertical cross-section | |
29 layer = Layer | |
30 featureid = Station | |
31 mesh_coordinate = Geographic position (e.g. 56n30 6e20) | |
32 mesh_linestring = Line (WKT) | |
33 mesh_polygon = Area (WKT) | |
34 mesh_point = Mesh Point | |
35 measurementid = Measurement depth/height [m] | |
36 depthrange = Measurementarea depth/height [m] | |
37 mindepthid = Deepest Layer | |
38 maxdepthid = Highest Layer | |
39 parameterid = Parameter | |
40 yearid = Year | |
41 layerid = Layer | |
42 timeinterval = Time period | |
43 minvalue = from | |
44 maxvalue = to | |
45 dateid = Measurement date | |
46 vehicleid = Ship | |
47 cruiseid = Cruise | |
48 trackid = Track | |
49 seriesid = Series | |
50 surveyid = Survey Info | |
51 axisid = Axis | |
52 depthid = Layer and Depth range [m] | |
53 iposition = West-East-Axis | |
54 jposition = North-South-Axis | |
55 instantaneouspoint_point = Momentanmesspunkt | |
56 areaid=Area | |
57 subareaid=Subarea | |
58 depth=depth | |
59 coordinate=coordinate | |
60 coordinate.template.northeast={0}\u00b0N {1}'' {2}\u00b0E {3}'' | |
61 coordinate.template.southeast={0}\u00b0S {1}'' {2}\u00b0E {3}'' | |
62 coordinate.template.northwest={0}\u00b0N {1}'' {2}\u00b0W {3}'' | |
63 coordinate.template.southwest={0}\u00b0S {1}'' {2}\u00b0W {3}'' | |
64 | |
65 chart.timeseries.date.format=yyyy-MMM-dd | |
66 chart.timeseries.title.xaxis=Time [UTC] | |
67 chart.verticalprofile.title.xaxis=Depth [m] | |
68 chart.verticalcrosssection.title.xaxis=Distance [km] | |
69 chart.verticalcrosssection.title.yaxis=Depth [m] | |
70 chart.horizontalprofile.title.xaxis=Distance [km] | |
71 chart.horizontalcrosssection.title.xaxis=Latitude [m] |