Mercurial > dive4elements > river
comparison flys-artifacts/src/main/resources/messages.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 = Differenzen 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 = Differenzen | |
22 | |
23 cross_section = Cross Section | |
24 | |
25 scenario.current = Current | |
26 scenario.potentiel = Potentiel | |
27 scenario.scenario = Scenario | |
28 floodplain.option = Use Floodplain? | |
29 | |
30 river = River | |
31 calculation_mode = Calculation Mode | |
32 ld_locations = Location(s) | |
33 | |
34 chart.longitudinal.section.title = W-Longitudinal Section | |
35 chart.longitudinal.section.subtitle = Range: {0}-km {1,number,#.###} - {2,number,#.###} | |
36 chart.longitudinal.section.xaxis.label = {0}-km | |
37 chart.longitudinal.section.yaxis.label = W [{0}] | |
38 chart.longitudinal.section.yaxis.second.label = Q [m\u00b3/s] | |
39 chart.longitudinal.annotations.label = {0}.km | |
40 | |
41 chart.cross_section.title = Cross Section for river {0} | |
42 chart.cross_section.subtitle = {0}-km: {1,number,#.###} | |
43 chart.cross_section.xaxis.label = Distance [m] | |
44 chart.cross_section.yaxis.label = W [NN + m] | |
45 | |
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 facet.discharge_curves.mainvalues.q = Q (main values) | |
69 facet.discharge_curves.mainvalues.w = W (main values) | |
70 | |
71 export.waterlevel.csv.header.km = River-Km | |
72 export.waterlevel.csv.header.w = W [NN + m] | |
73 export.waterlevel.csv.header.q = Q [m\u00b3/s] | |
74 export.computed.discharge.curve.csv.header.w = W [NN + m] | |
75 export.computed.discharge.curve.csv.header.q = Q [m\u00b3/s] | |
76 export.duration.curve.csv.header.duration = D [Days] | |
77 export.duration.curve.csv.header.w = W [NN + m] | |
78 export.duration.curve.csv.header.q = Q [m\u00b3/s] | |
79 export.discharge.longitudinal.section.csv.header.km = River-Km | |
80 export.discharge.longitudinal.section.csv.header.w = W [NN + m] | |
81 export.discharge.longitudinal.section.csv.header.cw = W corr. | |
82 export.discharge.longitudinal.section.csv.header.q = Q [m\u00b3/s] | |
83 export.discharge.curve.at.header = Computed Discharge Curve for {0} {0}-km: {1} | |
84 | |
85 floodmap.wmsbackground = Background Map | |
86 floodmap.riveraxis = River Axis | |
87 floodmap.uesk = Floodmap | |
88 floodmap.barriers = Digitized Objects | |
89 floodmap.kms = Kilometrage | |
90 | |
91 wsplgen.job.queued = WSPLGEN job in queue. | |
92 wsplgen.job.error = An unexpected error while starting WSPLGEN occured. | |
93 | |
94 wsp.selected.string = {0} |