annotate flys-artifacts/src/main/resources/messages_en.properties @ 1146:66d98964f2df

Added translation of w_differences. flys-artifacts/trunk@2676 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 08 Sep 2011 11:22:35 +0000
parents 65d8b3340397
children 3b034bb5fce7
rev   line source
125
25593857b8f8 Implemented a singleton instance that provides i18n strings.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
1 state.winfo.river = River
127
21d791e21aca Introduced a state to select the calculation mode.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 125
diff changeset
2 state.winfo.calculation_mode = Calculation Mode
138
38b60ebc71b5 Added new states to insert location/distance and w/q data in the config of a WINFO artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 128
diff changeset
3 state.winfo.location_distance = Location or distance selection
38b60ebc71b5 Added new states to insert location/distance and w/q data in the config of a WINFO artifact.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 128
diff changeset
4 state.winfo.wq = Input for W/Q data
401
34de11dcf355 Small bugfix in the adapted WQ state and further i18n strings.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 387
diff changeset
5 state.winfo.wq_adapted = Input for W/Q data
386
da038768330a Added i18n strings for the location selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 157
diff changeset
6 state.winfo.location = Choose the location
921
610d0e0f4f85 #159 Modifications in the transition model to support a state with a kilometer range input only.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 682
diff changeset
7 state.winfo.distance = Choose the range
927
53a2be494765 Enhanced the transition model to continue the parameterization in the waterlevel state to compute flood maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 921
diff changeset
8 state.winfo.uesk.dgm = Digital Terrain Model
53a2be494765 Enhanced the transition model to continue the parameterization in the waterlevel state to compute flood maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 921
diff changeset
9 state.winfo.uesk.profiles = Interpolated Profiles
53a2be494765 Enhanced the transition model to continue the parameterization in the waterlevel state to compute flood maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 921
diff changeset
10 state.winfo.uesk.floodplain = Lateral Boundary
1146
66d98964f2df Added translation of w_differences.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1125
diff changeset
11 state.winfo.uesk.differences = Differences between waterlevel and terrain
927
53a2be494765 Enhanced the transition model to continue the parameterization in the waterlevel state to compute flood maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 921
diff changeset
12 state.winfo.uesk.scenario = Flood Plain / Scenario
128
206312c2aa76 I18N of strings for the DESCRIBE document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 127
diff changeset
13
157
b5c99532f898 Adapted the available calculation modes of WINFO and its order in the DESCRIBE document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 141
diff changeset
14 calc.surface.curve = Water Level/Surface Curve
b5c99532f898 Adapted the available calculation modes of WINFO and its order in the DESCRIBE document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 141
diff changeset
15 calc.flood.map = Flood Plain
b5c99532f898 Adapted the available calculation modes of WINFO and its order in the DESCRIBE document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 141
diff changeset
16 calc.discharge.curve = State Discharge Curve/Stage Discharge Relation
b5c99532f898 Adapted the available calculation modes of WINFO and its order in the DESCRIBE document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 141
diff changeset
17 calc.duration.curve = Duration Curve
b5c99532f898 Adapted the available calculation modes of WINFO and its order in the DESCRIBE document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 141
diff changeset
18 calc.discharge.longitudinal.section = TODO (W bei...)
1146
66d98964f2df Added translation of w_differences.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1125
diff changeset
19 calc.w.differences = Differences
141
7f909429ccc8 Added some more calculation types (to the DESCRIBE in the calculation select state).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 138
diff changeset
20
1111
b96ce07ba56c Added dummy sceleton for Cross Sections.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1049
diff changeset
21 cross_section = Cross Section
b96ce07ba56c Added dummy sceleton for Cross Sections.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1049
diff changeset
22
927
53a2be494765 Enhanced the transition model to continue the parameterization in the waterlevel state to compute flood maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 921
diff changeset
23 scenario.current = Current
53a2be494765 Enhanced the transition model to continue the parameterization in the waterlevel state to compute flood maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 921
diff changeset
24 scenario.potentiel = Potentiel
53a2be494765 Enhanced the transition model to continue the parameterization in the waterlevel state to compute flood maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 921
diff changeset
25 scenario.scenario = Scenario
53a2be494765 Enhanced the transition model to continue the parameterization in the waterlevel state to compute flood maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 921
diff changeset
26
53a2be494765 Enhanced the transition model to continue the parameterization in the waterlevel state to compute flood maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 921
diff changeset
27 floodplain.option = Use Floodplain?
53a2be494765 Enhanced the transition model to continue the parameterization in the waterlevel state to compute flood maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 921
diff changeset
28
128
206312c2aa76 I18N of strings for the DESCRIBE document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 127
diff changeset
29 river = River
206312c2aa76 I18N of strings for the DESCRIBE document.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 127
diff changeset
30 calculation_mode = Calculation Mode
387
6c63e3c3f77d I18N Bugfix.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 386
diff changeset
31 ld_locations = Location(s)
408
fc3ac59c3c8b Enabled i18n support for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 401
diff changeset
32
1125
65d8b3340397 Cleanups of CrossSection*.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1111
diff changeset
33 chart.cross_section.title = Cross Section for river {0}
65d8b3340397 Cleanups of CrossSection*.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1111
diff changeset
34 chart.cross_section.subtitle = {0}-km: {1,number,#.###}
65d8b3340397 Cleanups of CrossSection*.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1111
diff changeset
35 chart.cross_section.xaxis.label = Distance [m]
65d8b3340397 Cleanups of CrossSection*.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1111
diff changeset
36 chart.cross_section.yaxis.label = W [NN + m]
65d8b3340397 Cleanups of CrossSection*.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1111
diff changeset
37
408
fc3ac59c3c8b Enabled i18n support for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 401
diff changeset
38 chart.longitudinal.section.title = W-Longitudinal Section
457
52532b300483 ISSUE-66 Fixed broken english subtitle template for longitudinal section charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 456
diff changeset
39 chart.longitudinal.section.subtitle = Range: {0}-km {1,number,#.###} - {2,number,#.###}
408
fc3ac59c3c8b Enabled i18n support for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 401
diff changeset
40 chart.longitudinal.section.xaxis.label = km
fc3ac59c3c8b Enabled i18n support for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 401
diff changeset
41 chart.longitudinal.section.yaxis.label = W [NN + m]
fc3ac59c3c8b Enabled i18n support for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 401
diff changeset
42 chart.longitudinal.section.yaxis.second.label = Q [m\u00b3/s]
1041
c3902ff2d3bd Added legend for annotations to LongitudinalSectionDiagram.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 954
diff changeset
43 chart.longitudinal.annotations.label = {0}.km
408
fc3ac59c3c8b Enabled i18n support for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 401
diff changeset
44 chart.discharge.curve.title = Discharge Curve
fc3ac59c3c8b Enabled i18n support for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 401
diff changeset
45 chart.discharge.curve.xaxis.label = Q [m\u00b3/s]
fc3ac59c3c8b Enabled i18n support for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 401
diff changeset
46 chart.discharge.curve.yaxis.label = W [cm]
454
2c0c22e0935d Added names for discharge curves (at gauges).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 416
diff changeset
47 chart.discharge.curve.curve.valid.from = {0} (valid from {1,date,short})
2c0c22e0935d Added names for discharge curves (at gauges).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 416
diff changeset
48 chart.discharge.curve.curve.valid.range = {0} (valid from {1,date,short} - {2,date,short})
408
fc3ac59c3c8b Enabled i18n support for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 401
diff changeset
49 chart.computed.discharge.curve.title = Discharge Curve
414
0385bcc4229a Added subtitles to the available charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
50 chart.computed.discharge.curve.subtitle = {0}-km: {1,number,#.###}
408
fc3ac59c3c8b Enabled i18n support for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 401
diff changeset
51 chart.computed.discharge.curve.yaxis.label = W [NN + m]
456
af1b64ec7250 The curve of a computed discharge curve has a human readable text now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 454
diff changeset
52 chart.computed.discharge.curve.curve.label = Discharge Curve {0} km {1}
408
fc3ac59c3c8b Enabled i18n support for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 401
diff changeset
53 chart.duration.curve.title = Duration Curve
414
0385bcc4229a Added subtitles to the available charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 408
diff changeset
54 chart.duration.curve.subtitle = {0}-km: {1,number,#.###}
408
fc3ac59c3c8b Enabled i18n support for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 401
diff changeset
55 chart.duration.curve.xaxis.label = Duration of Non-Exceedence [Days]
fc3ac59c3c8b Enabled i18n support for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 401
diff changeset
56 chart.duration.curve.yaxis.label = W [NN + m]
682
591249171c32 #77 The curves in a duration chart will have names now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 457
diff changeset
57 chart.duration.curve.curve.w = Waterlevel duration curve for {0}
591249171c32 #77 The curves in a duration chart will have names now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 457
diff changeset
58 chart.duration.curve.curve.q = Discharge duration curve for {0}
1049
433559e25b50 Added lacalization of "Streckenfavoriten".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1041
diff changeset
59 facet.longitudinal_section.annotations = POIs
416
340dc41a7ea3 The CSV exports will now have headers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 414
diff changeset
60
340dc41a7ea3 The CSV exports will now have headers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 414
diff changeset
61 export.waterlevel.csv.header.km = River-Km
340dc41a7ea3 The CSV exports will now have headers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 414
diff changeset
62 export.waterlevel.csv.header.w = W [NN + m]
340dc41a7ea3 The CSV exports will now have headers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 414
diff changeset
63 export.waterlevel.csv.header.q = Q [m\u00b3/s]
340dc41a7ea3 The CSV exports will now have headers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 414
diff changeset
64 export.computed.discharge.curve.csv.header.w = W [NN + m]
340dc41a7ea3 The CSV exports will now have headers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 414
diff changeset
65 export.computed.discharge.curve.csv.header.q = Q [m\u00b3/s]
340dc41a7ea3 The CSV exports will now have headers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 414
diff changeset
66 export.duration.curve.csv.header.duration = D [Days]
340dc41a7ea3 The CSV exports will now have headers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 414
diff changeset
67 export.duration.curve.csv.header.w = W [NN + m]
340dc41a7ea3 The CSV exports will now have headers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 414
diff changeset
68 export.duration.curve.csv.header.q = Q [m\u00b3/s]
340dc41a7ea3 The CSV exports will now have headers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 414
diff changeset
69 export.discharge.longitudinal.section.csv.header.km = River-Km
340dc41a7ea3 The CSV exports will now have headers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 414
diff changeset
70 export.discharge.longitudinal.section.csv.header.w = W [NN + m]
340dc41a7ea3 The CSV exports will now have headers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 414
diff changeset
71 export.discharge.longitudinal.section.csv.header.cw = W corr.
340dc41a7ea3 The CSV exports will now have headers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 414
diff changeset
72 export.discharge.longitudinal.section.csv.header.q = Q [m\u00b3/s]
954
a5ea28339e5b Set the extent of created WMSLayerFacets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 927
diff changeset
73
a5ea28339e5b Set the extent of created WMSLayerFacets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 927
diff changeset
74 floodmap.wmsbackground = Background Map
a5ea28339e5b Set the extent of created WMSLayerFacets.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 927
diff changeset
75 floodmap.riveraxis = River Axis

http://dive4elements.wald.intevation.org