Mercurial > dive4elements > river
comparison flys-artifacts/src/main/resources/messages.properties @ 1190:f514894ec2fd
merged flys-artifacts/2.5
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:14:17 +0200 |
parents | 1aba1a75beb2 |
children | f45bbc80bd3d |
comparison
equal
deleted
inserted
replaced
917:b48c36076e17 | 1190:f514894ec2fd |
---|---|
1 state.winfo.river = River | |
2 state.winfo.calculation_mode = Calculation Mode | |
3 state.winfo.location_distance = Location or distance selection | |
4 state.winfo.wq = Input for W/Q data | |
5 state.winfo.wq_adapted = Input for W/Q data | |
6 state.winfo.location = Choose the location | |
7 state.winfo.distance = Choose the range | |
8 state.winfo.uesk.wsp = Choose the waterlevel | |
9 state.winfo.uesk.dgm = Digital Terrain Model | |
10 state.winfo.uesk.profiles = Interpolated Profiles | |
11 state.winfo.uesk.floodplain = Lateral Boundary | |
12 state.winfo.uesk.differences = Differenzen between waterlevel and terrain | |
13 state.winfo.uesk.scenario = Flood Plain / Scenario | |
14 | |
15 calc.surface.curve = Water Level/Surface Curve | |
16 calc.flood.map = Flood Plain | |
17 calc.discharge.curve = State Discharge Curve/Stage Discharge Relation | |
18 calc.duration.curve = Duration Curve | |
19 calc.discharge.longitudinal.section = TODO (W bei...) | |
20 calc.w.differences = Differenzen | |
21 | |
22 cross_section = Cross Section | |
23 | |
24 scenario.current = Current | |
25 scenario.potentiel = Potentiel | |
26 scenario.scenario = Scenario | |
27 floodplain.option = Use Floodplain? | |
28 | |
29 river = River | |
30 calculation_mode = Calculation Mode | |
31 ld_locations = Location(s) | |
32 | |
33 chart.longitudinal.section.title = W-Longitudinal Section | |
34 chart.longitudinal.section.subtitle = Range: {0}-km {1,number,#.###} - {2,number,#.###} | |
35 chart.longitudinal.section.xaxis.label = km | |
36 chart.longitudinal.section.yaxis.label = W [NN + m] | |
37 chart.longitudinal.section.yaxis.second.label = Q [m\u00b3/s] | |
38 chart.longitudinal.annotations.label = {0}.km | |
39 | |
40 chart.cross_section.title = Cross Section for river {0} | |
41 chart.cross_section.subtitle = {0}-km: {1,number,#.###} | |
42 chart.cross_section.xaxis.label = Distance [m] | |
43 chart.cross_section.yaxis.label = W [NN + m] | |
44 | |
45 chart.discharge.curve.title = Discharge Curve | |
46 chart.discharge.curve.xaxis.label = Q [m\u00b3/s] | |
47 chart.discharge.curve.yaxis.label = W [cm] | |
48 chart.discharge.curve.curve.valid.from = {0} (valid from {1,date,short}) | |
49 chart.discharge.curve.curve.valid.range = {0} (valid from {1,date,short} - {2,date,short}) | |
50 chart.computed.discharge.curve.title = Discharge Curve | |
51 chart.computed.discharge.curve.subtitle = {0}-km: {1,number,#.###} | |
52 chart.computed.discharge.curve.yaxis.label = W [NN + m] | |
53 chart.computed.discharge.curve.curve.label = Discharge Curve {0} km {1} | |
54 chart.duration.curve.title = Duration Curve | |
55 chart.duration.curve.subtitle = {0}-km: {1,number,#.###} | |
56 chart.duration.curve.xaxis.label = Duration of Non-Exceedence [Days] | |
57 chart.duration.curve.yaxis.label = W [NN + m] | |
58 chart.duration.curve.curve.w = Waterlevel duration curve for {0} | |
59 chart.duration.curve.curve.q = Discharge duration curve for {0} | |
60 facet.longitudinal_section.annotations = POIs | |
61 facet.discharge_curves.mainvalues.q = Q (main values) | |
62 facet.discharge_curves.mainvalues.w = W (main values) | |
63 | |
64 export.waterlevel.csv.header.km = River-Km | |
65 export.waterlevel.csv.header.w = W [NN + m] | |
66 export.waterlevel.csv.header.q = Q [m\u00b3/s] | |
67 export.computed.discharge.curve.csv.header.w = W [NN + m] | |
68 export.computed.discharge.curve.csv.header.q = Q [m\u00b3/s] | |
69 export.duration.curve.csv.header.duration = D [Days] | |
70 export.duration.curve.csv.header.w = W [NN + m] | |
71 export.duration.curve.csv.header.q = Q [m\u00b3/s] | |
72 export.discharge.longitudinal.section.csv.header.km = River-Km | |
73 export.discharge.longitudinal.section.csv.header.w = W [NN + m] | |
74 export.discharge.longitudinal.section.csv.header.cw = W corr. | |
75 export.discharge.longitudinal.section.csv.header.q = Q [m\u00b3/s] | |
76 | |
77 floodmap.wmsbackground = Background Map | |
78 floodmap.riveraxis = River Axis | |
79 | |
80 wsplgen.job.queued = WSPLGEN job in queue. | |
81 wsplgen.job.error = An unexpected error while starting WSPLGEN occured. | |
82 | |
83 wsp.selected.string = {0} |