Mercurial > dive4elements > river
comparison flys-artifacts/src/main/resources/messages_en.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 = Differences 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 = Differences | |
21 | |
22 cross_section = Cross Section | |
23 | |
24 scenario.current = Current | |
25 scenario.potentiel = Potentiel | |
26 scenario.scenario = Scenario | |
27 | |
28 floodplain.option = Use Floodplain? | |
29 | |
30 river = River | |
31 calculation_mode = Calculation Mode | |
32 ld_locations = Location(s) | |
33 | |
34 chart.cross_section.title = Cross Section for river {0} | |
35 chart.cross_section.subtitle = {0}-km: {1,number,#.###} | |
36 chart.cross_section.xaxis.label = Distance [m] | |
37 chart.cross_section.yaxis.label = W [NN + m] | |
38 | |
39 chart.longitudinal.section.title = W-Longitudinal Section | |
40 chart.longitudinal.section.subtitle = Range: {0}-km {1,number,#.###} - {2,number,#.###} | |
41 chart.longitudinal.section.xaxis.label = km | |
42 chart.longitudinal.section.yaxis.label = W [NN + m] | |
43 chart.longitudinal.section.yaxis.second.label = Q [m\u00b3/s] | |
44 chart.longitudinal.annotations.label = {0}.km | |
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 | |
62 export.waterlevel.csv.header.km = River-Km | |
63 export.waterlevel.csv.header.w = W [NN + m] | |
64 export.waterlevel.csv.header.q = Q [m\u00b3/s] | |
65 export.computed.discharge.curve.csv.header.w = W [NN + m] | |
66 export.computed.discharge.curve.csv.header.q = Q [m\u00b3/s] | |
67 export.duration.curve.csv.header.duration = D [Days] | |
68 export.duration.curve.csv.header.w = W [NN + m] | |
69 export.duration.curve.csv.header.q = Q [m\u00b3/s] | |
70 export.discharge.longitudinal.section.csv.header.km = River-Km | |
71 export.discharge.longitudinal.section.csv.header.w = W [NN + m] | |
72 export.discharge.longitudinal.section.csv.header.cw = W corr. | |
73 export.discharge.longitudinal.section.csv.header.q = Q [m\u00b3/s] | |
74 | |
75 floodmap.wmsbackground = Background Map | |
76 floodmap.riveraxis = River Axis | |
77 | |
78 wsplgen.job.queued = WSPLGEN job in queue. | |
79 wsplgen.job.error = An unexpected error while starting WSPLGEN occured. | |
80 | |
81 wsp.selected.string = {0} |