Mercurial > dive4elements > river
comparison flys-artifacts/src/main/resources/messages_en.properties @ 3806:881fcd01e056
merged flys-artifacts/pre2.6-2011-11-04
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:14:50 +0200 |
parents | 5e9696c32f04 |
children | 729ba79e94a0 |
comparison
equal
deleted
inserted
replaced
3802:e831dc29e572 | 3806:881fcd01e056 |
---|---|
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 state.winfo.waterlevel_pair_select = Chosen Differences | |
15 | |
16 calc.surface.curve = Water Level/Surface Curve | |
17 calc.flood.map = Flood Plain | |
18 calc.discharge.curve = State Discharge Curve/Stage Discharge Relation | |
19 calc.duration.curve = Duration Curve | |
20 calc.discharge.longitudinal.section = TODO (W bei...) | |
21 calc.w.differences = Differences | |
22 | |
23 cross_section = Cross Section | |
24 | |
25 scenario.current = Current | |
26 scenario.potentiel = Potentiel | |
27 scenario.scenario = Scenario | |
28 | |
29 floodplain.option = Use Floodplain? | |
30 | |
31 river = River | |
32 calculation_mode = Calculation Mode | |
33 ld_locations = Location(s) | |
34 | |
35 chart.cross_section.title = Cross Section for river {0} | |
36 chart.cross_section.subtitle = {0}-km: {1,number,#.###} | |
37 chart.cross_section.xaxis.label = Distance [m] | |
38 chart.cross_section.yaxis.label = W [NN + m] | |
39 | |
40 chart.longitudinal.section.title = W-Longitudinal Section | |
41 chart.longitudinal.section.subtitle = Range: {0}-km {1,number,#.###} - {2,number,#.###} | |
42 chart.longitudinal.section.xaxis.label = {0}-km | |
43 chart.longitudinal.section.yaxis.label = W [{0}] | |
44 chart.longitudinal.section.yaxis.second.label = Q [m\u00b3/s] | |
45 chart.longitudinal.annotations.label = {0}.km | |
46 chart.discharge.curve.title = Discharge Curve | |
47 chart.discharge.curve.xaxis.label = Q [m\u00b3/s] | |
48 chart.discharge.curve.yaxis.label = W [cm] | |
49 chart.discharge.curve.curve.valid.from = {0} (valid from {1,date,short}) | |
50 chart.discharge.curve.curve.valid.range = {0} (valid from {1,date,short} - {2,date,short}) | |
51 chart.computed.discharge.curve.title = Discharge Curve | |
52 chart.computed.discharge.curve.subtitle = {0}-km: {1,number,#.###} | |
53 chart.computed.discharge.curve.yaxis.label = W [NN + m] | |
54 chart.computed.discharge.curve.curve.label = Discharge Curve {0} km {1} | |
55 chart.duration.curve.title = Duration Curve | |
56 chart.duration.curve.subtitle = {0}-km: {1,number,#.###} | |
57 chart.duration.curve.xaxis.label = Duration of Non-Exceedence [Days] | |
58 chart.duration.curve.yaxis.label = W [NN + m] | |
59 chart.duration.curve.curve.w = Waterlevel duration curve for {0} | |
60 chart.duration.curve.curve.q = Discharge duration curve for {0} | |
61 | |
62 chart.w_differences.title = Differences | |
63 chart.w_differences.subtitle = Range: {0}-km {1,number,#.###} - {2,number,#.###} | |
64 chart.w_differences.yaxis.label = m | |
65 chart.w_differences.yaxis.second.label = W [NN + m] | |
66 | |
67 facet.longitudinal_section.annotations = POIs | |
68 | |
69 export.waterlevel.csv.header.km = River-Km | |
70 export.waterlevel.csv.header.w = W [NN + m] | |
71 export.waterlevel.csv.header.q = Q [m\u00b3/s] | |
72 export.computed.discharge.curve.csv.header.w = W [NN + m] | |
73 export.computed.discharge.curve.csv.header.q = Q [m\u00b3/s] | |
74 export.duration.curve.csv.header.duration = D [Days] | |
75 export.duration.curve.csv.header.w = W [NN + m] | |
76 export.duration.curve.csv.header.q = Q [m\u00b3/s] | |
77 export.discharge.longitudinal.section.csv.header.km = River-Km | |
78 export.discharge.longitudinal.section.csv.header.w = W [NN + m] | |
79 export.discharge.longitudinal.section.csv.header.cw = W corr. | |
80 export.discharge.longitudinal.section.csv.header.q = Q [m\u00b3/s] | |
81 export.discharge.curve.at.header = Computed Discharge Curve for {0} {0}-km: {1} | |
82 | |
83 floodmap.wmsbackground = Background Map | |
84 floodmap.riveraxis = River Axis | |
85 floodmap.uesk = Floodmap | |
86 floodmap.barriers = Digitized Objects | |
87 floodmap.kms = Kilometrage | |
88 | |
89 wsplgen.job.queued = WSPLGEN job in queue. | |
90 wsplgen.job.error = An unexpected error while starting WSPLGEN occured. | |
91 | |
92 wsp.selected.string = {0} |