Mercurial > dive4elements > river
annotate flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties @ 4300:9ddc1d9b035a
Added i18n strings.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Mon, 29 Oct 2012 13:17:04 +0100 |
parents | 6589f1c95101 |
children | 25157125f4a0 |
rev | line source |
---|---|
211
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
1 fullname = Flusshydrologische Software |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
2 user = User: |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
3 guest = guest |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
4 logout = Logout |
283
08eef8a047eb
ISSUE 43: Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
276
diff
changeset
|
5 projects = Projects |
220
35094660f91a
Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
217
diff
changeset
|
6 open_project = Open Project |
35094660f91a
Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
217
diff
changeset
|
7 delete_project = Delete Project |
597
14e5e51a7de4
Improved the project list - listeners are notified after setting the name and ttl of a project.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
584
diff
changeset
|
8 rename_project = Rename Project |
887
6a27949c7022
Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
880
diff
changeset
|
9 clone_project = Clone Project |
6a27949c7022
Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
880
diff
changeset
|
10 copy_of = Copy |
211
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
11 manage_projects = Manage Projects |
605
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
12 favorite_tooltip = Permanently store? |
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
13 favorite_tooltip_meaning = Golden star: stored |
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
14 projectlist_creationTime = Creation time |
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
15 projectlist_title = Title |
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
16 projectlist_favorite = Permanent |
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
17 really_delete = Do you really want to delete this project? |
613
471ca61b83b5
#165 Set the max length of project names to 50 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
609
diff
changeset
|
18 project_name_too_long = The entered project name is too long. Max length is $LEN characters. |
211
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
19 switch_language = German |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
20 info = Info |
212
e3ea3c74b7f5
Fixed the function to toggle the language and added a warning dialog that informs the user about the creation of a new session.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
211
diff
changeset
|
21 warning = Attention |
558
5749fd2b0138
#43 Modified an english warning text.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
551
diff
changeset
|
22 warning_language = Choosing a new language starts a new session. All open windows will be closed. |
211
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
23 no_projects = No existing calculations found. |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
24 load_projects = Load calculations... |
263
f56523bf4c55
Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
256
diff
changeset
|
25 empty_table = Loading data... |
876
dbaef661d0e5
Changed i18n string for empty table and set header fields to fixed order.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
875
diff
changeset
|
26 empty_filter = No data found. |
211
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
27 date_format = yyyy-MM-dd |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
28 datetime_format = yyyy-MM-dd HH:mm |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
29 new_project = New Project |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
30 new_calculation = New Calculation |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
31 module_selection = Module |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
32 river_selection = Rivers |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
33 winfo = WINFO |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
34 minfo = MINFO |
1516
102e472bd2a1
Changed the visible i18n strings for module 'new map.'
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1511
diff
changeset
|
35 new_map = New Map |
102e472bd2a1
Changed the visible i18n strings for module 'new map.'
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1511
diff
changeset
|
36 map = Map |
1467
3adfb0f88eca
Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1465
diff
changeset
|
37 new_chart = New Chart |
1429
16b7adc66330
Added stub for chart property editor.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1423
diff
changeset
|
38 diagram = Chart |
16b7adc66330
Added stub for chart property editor.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1423
diff
changeset
|
39 axes = Axes |
16b7adc66330
Added stub for chart property editor.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1423
diff
changeset
|
40 legend = Legend |
1431
987f95ceb623
Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1429
diff
changeset
|
41 chart_title = Title |
987f95ceb623
Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1429
diff
changeset
|
42 chart_subtitle = Subtitle |
987f95ceb623
Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1429
diff
changeset
|
43 grid = Grid |
987f95ceb623
Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1429
diff
changeset
|
44 antialiasing = Antialiasing |
987f95ceb623
Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1429
diff
changeset
|
45 axis_name = Name |
987f95ceb623
Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1429
diff
changeset
|
46 chart_start = start |
987f95ceb623
Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1429
diff
changeset
|
47 chart_end = end |
987f95ceb623
Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1429
diff
changeset
|
48 x_axis = X-Axis |
987f95ceb623
Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1429
diff
changeset
|
49 y1_axis = Y1-Axis |
987f95ceb623
Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1429
diff
changeset
|
50 y2_axis = Y2-Axis |
987f95ceb623
Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1429
diff
changeset
|
51 y3_axis = Y3-Axis |
987f95ceb623
Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1429
diff
changeset
|
52 legend_name = Name |
987f95ceb623
Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1429
diff
changeset
|
53 show_legend = Show |
2462
d45059aa8507
i18n and moved reference selectbox for cross section master to top.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2460
diff
changeset
|
54 aggregation_threshold = Threshold for aggregation of legend entries |
1431
987f95ceb623
Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1429
diff
changeset
|
55 scale = Scale |
532
0ba7c43e7b62
Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
523
diff
changeset
|
56 databasket = Databasket |
2435
114fea2de638
Display better message for empty datacages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1620
diff
changeset
|
57 databasket_loading = Loading Databasket content |
3706 | 58 fix = Fixing |
59 fixanalysis = Fixing Analysis | |
211
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
60 next = Next |
570
85d7cc0f2bab
#88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
61 location_distance_state = Choose calculation location(s) / range [km] |
780
a39c2f531755
Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
613
diff
changeset
|
62 distance_state = Choose calculation range [km] |
1423
204e085a9f1c
Bugfix: set correct label for 'waterlevel/ground' state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1422
diff
changeset
|
63 waterlevel_ground_state = Choose differences betweeen waterlevel and ground [m] |
570
85d7cc0f2bab
#88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
64 location = Location(s) |
85d7cc0f2bab
#88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
568
diff
changeset
|
65 locations = Locations |
3493
e703555f8da1
Issue 752.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3386
diff
changeset
|
66 single_location = Location |
251
f22f457d4e9a
Changed the wording when speaking about kilometer ranges.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
248
diff
changeset
|
67 distance = Range |
211
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
68 unitFrom = km |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
69 unitTo = km a |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
70 unitWidth = m |
900
c580a336438c
Changed i18n string for search field label.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
888
diff
changeset
|
71 search = Search |
3706 | 72 discharge = Discharge Name |
1286
b643622d77fe
Added context menu to themes list.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1281
diff
changeset
|
73 properties = Properties |
1309
a95e82d6bcc1
Refactored the code to create a context menu and a style editor so that it is also available for maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1289
diff
changeset
|
74 activateTheme = Activate |
a95e82d6bcc1
Refactored the code to create a context menu and a style editor so that it is also available for maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1289
diff
changeset
|
75 deactivateTheme = Deactivate |
a95e82d6bcc1
Refactored the code to create a context menu and a style editor so that it is also available for maps.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1289
diff
changeset
|
76 removeTheme = Remove |
2983
725470fc57d2
Add "Manage themes" button to ChartToolbar and MapToolbar.
Christian Lins <christian.lins@intevation.de>
parents:
2977
diff
changeset
|
77 manageThemes = Manage themes |
1287
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
78 label_ok = Ok |
95ecb98c6015
Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1286
diff
changeset
|
79 label_cancel = Cancel |
1432
40f4137a2c31
Added a cancel button to the LoadingPanel which stops running WSPLGEN calculations (realized by returning to the previous state).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1431
diff
changeset
|
80 cancelCalculationLabel = Stop the current calculation. |
40f4137a2c31
Added a cancel button to the LoadingPanel which stops running WSPLGEN calculations (realized by returning to the previous state).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1431
diff
changeset
|
81 calculationCanceled = The calculation has been canceled. |
1534
98123d34529b
Added UI parts and event for filtering distances and locations.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1528
diff
changeset
|
82 range = Range |
1567
7e738bc8ed75
Show hit count in filtered input helper tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1563
diff
changeset
|
83 resultCount = Hits |
1602
f30919997e57
Added helper input table to state 'timerange' input in hist. discharge curves.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1601
diff
changeset
|
84 start_year = Start |
f30919997e57
Added helper input table to state 'timerange' input in hist. discharge curves.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1601
diff
changeset
|
85 end_year = End |
2505
87ac5c532523
First part of the UI for fixing analysis parameter.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2501
diff
changeset
|
86 period = Period |
4300
9ddc1d9b035a
Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents:
4291
diff
changeset
|
87 year = Year |
1399 | 88 # Header images |
89 flysLogo = images/flys_logo.gif | |
90 bfgLogo = images/bfg_logo.gif | |
91 | |
92 # Images | |
2471
a1ff911e8365
Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2468
diff
changeset
|
93 downloadPNG = images/png_export.png |
a1ff911e8365
Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2468
diff
changeset
|
94 downloadPDF = images/pdf_export.png |
a1ff911e8365
Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2468
diff
changeset
|
95 downloadSVG = images/svg_export.png |
a1ff911e8365
Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2468
diff
changeset
|
96 downloadCSV = images/save.png |
1399 | 97 loadingImg = images/loading.gif |
1432
40f4137a2c31
Added a cancel button to the LoadingPanel which stops running WSPLGEN calculations (realized by returning to the previous state).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1431
diff
changeset
|
98 cancelCalculation = images/cancelCalculation.png |
1399 | 99 markerRed = images/marker_red.png |
100 markerGreen = images/marker_green.png | |
101 riverMap = images/gewkarte.png | |
2471
a1ff911e8365
Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2468
diff
changeset
|
102 properties_ico = images/properties.png |
1399 | 103 |
793
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
104 dpLabelFrom = From |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
105 dpUnitFrom = km |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
106 dpLabelTo = To |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
107 dpUnitTo = km |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
108 dpLabelStep = a |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
109 dpUnitStep = m |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
110 |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
111 wgLabelFrom = From |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
112 wgUnitFrom = m |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
113 wgLabelTo = To |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
114 wgUnitTo = m |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
115 wgLabelStep = a |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
116 wgUnitStep = m |
4497d19c22fd
Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
788
diff
changeset
|
117 |
787
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
785
diff
changeset
|
118 unitFromInM = From [m]: |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
785
diff
changeset
|
119 unitToInM = To [m]: |
4e0b73b7113b
Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
785
diff
changeset
|
120 unitDiffInM = Diff [m]: |
211
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
121 unitLocation = km |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
122 wrongFormat = Wrong format |
1490
15b4bc8eede0
#302 Improved input validation in WQ panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1489
diff
changeset
|
123 atLeastOneValue = You need to insert at least one value. |
15b4bc8eede0
#302 Improved input validation in WQ panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1489
diff
changeset
|
124 missingInput = You need to enter a value. |
907
24d15c2e0da3
Validate than the input field for single locations contains a single value.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
904
diff
changeset
|
125 too_many_values = Only one value allowed |
1384
e89303730d00
Bugfix: added missing i18n strings and synced english translation with default translation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1383
diff
changeset
|
126 |
2545
f25a3eb9785d
Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2534
diff
changeset
|
127 addPointsTooltip = Add manual points |
2925
6461b8dbe093
Added basic GUI for manual WSPs in cross sections.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2907
diff
changeset
|
128 addWSPTooltip = Add manual LS |
2545
f25a3eb9785d
Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2534
diff
changeset
|
129 downloadPNGTooltip = Download chart as PNG |
f25a3eb9785d
Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2534
diff
changeset
|
130 downloadPDFTooltip = Download chart as PDF |
f25a3eb9785d
Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2534
diff
changeset
|
131 downloadSVGTooltip = Download chart as SVG |
f25a3eb9785d
Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2534
diff
changeset
|
132 downloadCSVTooltip = Download data as CSV |
f25a3eb9785d
Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2534
diff
changeset
|
133 zoomToMaxExtentTooltip = Zoom to max extent |
f25a3eb9785d
Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2534
diff
changeset
|
134 zoomOutTooltip = Zoom out |
f25a3eb9785d
Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2534
diff
changeset
|
135 historyBackTooltip = Previous zoom |
f25a3eb9785d
Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2534
diff
changeset
|
136 panControlTooltip = Pan |
f25a3eb9785d
Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2534
diff
changeset
|
137 zoomboxTooltip = Zoombox |
f25a3eb9785d
Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2534
diff
changeset
|
138 chartPropertiesTooltip = Chartproperties |
f25a3eb9785d
Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2534
diff
changeset
|
139 |
235
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
232
diff
changeset
|
140 description = Description |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
232
diff
changeset
|
141 from = From |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
232
diff
changeset
|
142 to = To |
d3f8d6966c20
Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
232
diff
changeset
|
143 riverside = Riverside |
568
1d20533a4ae3
Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
563
diff
changeset
|
144 bottom_edge = Bottom edge |
1d20533a4ae3
Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
563
diff
changeset
|
145 top_edge = Top edge |
248
ed90309ec608
Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
246
diff
changeset
|
146 name = Name |
ed90309ec608
Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
246
diff
changeset
|
147 type = Type |
2460
5659b5e8c9a8
#204 Modified i18n strings in WQD table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2450
diff
changeset
|
148 wq_table_w = Characteristic Waterlevels |
5659b5e8c9a8
#204 Modified i18n strings in WQD table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2450
diff
changeset
|
149 wq_table_q = Characteristic Discharges / Durations |
5659b5e8c9a8
#204 Modified i18n strings in WQD table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2450
diff
changeset
|
150 wq_value_w = W [cm at Gauge] |
5659b5e8c9a8
#204 Modified i18n strings in WQD table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2450
diff
changeset
|
151 wq_value_q = Q [m\u00b3/s] |
256
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
251
diff
changeset
|
152 river_km = River-Km |
785
3ae0facd4cab
Added a panel that lets users step to a next state without feeding the current artifact with new data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
780
diff
changeset
|
153 uesk_profile_distance = Distance [m] |
211
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
154 |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
155 wqTitle = Input for W/Q Data |
246
ccba1a0b743e
The WQAdaptedInputPanel displays input fields for each gauge and returns the correct w/q values now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
243
diff
changeset
|
156 wqadaptedTitle = Input for W/Q Data |
1528
ff41405a891d
Added a new widget to simply insert a WQ mode and values as array.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1519
diff
changeset
|
157 wqHistorical = Selection of Analyse Type |
256
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
251
diff
changeset
|
158 calcTableTitle = Calculated Output |
788
dfbc6693247e
Integrated a stacked panel on the right side of the ParameterList that enables users to see calculation results and the helper panel at the same time.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
787
diff
changeset
|
159 helperPanelTitle = Input Support |
3715
8d3e48f189d2
Add first draft for the gauge overview info ui
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3711
diff
changeset
|
160 gaugePanelTitle = Gauge Information |
4269
0c766c475805
Add Panel and Tree UI classes for dispayling the measurement station info
Björn Ricks <bjoern.ricks@intevation.de>
parents:
4241
diff
changeset
|
161 measurementStationPanelTitle = Measurement Station Information |
211
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
162 wqW = W at Gauge [cm] |
577
ded285064e43
#118 Added a further radio button to select 'Q at Gauge' to the WQ panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
570
diff
changeset
|
163 wqQ = Q [m\u00b3/s] |
1535
03e82be2aabc
Added UI for "Bezugslinienverfahren" ("W auf freier Strecke").
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
1534
diff
changeset
|
164 wqWFree = W free position [m+NHN] |
1369
1fae113b93fd
Issue 118/203.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1330
diff
changeset
|
165 wqQGauge = Discharge at Gauge |
211
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
166 wqSingle = Single values |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
167 wqRange = Range |
256
5e1c1b7d6516
Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
251
diff
changeset
|
168 unitWNN = W [NN+m] |
211
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
169 unitWSingle = cm |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
170 unitWFrom = cm - |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
171 unitWTo = cm a |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
172 unitWStep = cm |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
173 unitQSingle = m³/s |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
174 unitQFrom = m³/s - |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
175 unitQTo = m³/s a |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
176 unitQStep = m³/s |
3710
255decb14439
Improved i18n in minfo code.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3708
diff
changeset
|
177 main_channel = Main Channel |
255decb14439
Improved i18n in minfo code.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3708
diff
changeset
|
178 total_channel = Total Channel |
211
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
179 footerHome = Home |
3832 | 180 footerContact = Contact |
181 footerImpressum = Legal info | |
211
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
182 |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
183 buttonNext = Next |
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
184 imageBack = images/back_en.png |
2471
a1ff911e8365
Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2468
diff
changeset
|
185 imageSave = images/save.png |
a1ff911e8365
Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2468
diff
changeset
|
186 theme_top = images/arrow_first.png |
a1ff911e8365
Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2468
diff
changeset
|
187 theme_up = images/arrow_up.png |
a1ff911e8365
Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2468
diff
changeset
|
188 theme_down = images/arrow_down.png |
a1ff911e8365
Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2468
diff
changeset
|
189 theme_bottom = images/arrow_last.png |
a1ff911e8365
Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2468
diff
changeset
|
190 zoom_all = images/mag_100.png |
a1ff911e8365
Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2468
diff
changeset
|
191 zoom_in = images/mag_zoom_box.png |
a1ff911e8365
Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2468
diff
changeset
|
192 zoom_out = images/mag_zoom_minus.png |
a1ff911e8365
Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2468
diff
changeset
|
193 zoom_back = images/mag_zoom_back.png |
a1ff911e8365
Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2468
diff
changeset
|
194 pan = images/hand.png |
1422
25be27e33b77
#421 Ask the user before removing themes from chart or map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1420
diff
changeset
|
195 askThemeRemove = Are you sure that you want to remove the selected theme / themes? |
3835 | 196 add = Add |
211
b92281182c6b
Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff
changeset
|
197 |
241
764488577cc8
Renamed non-computed discharge curve outputs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
240
diff
changeset
|
198 discharge_curve = Discharge Curves at Gauges |
3865
436eec3be6ff
Allow to create a discharge curve from a gauge info
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3862
diff
changeset
|
199 gauge_discharge_curve = Discharge Curves at Gauge |
240
4cdf9030854f
Added i18n strings for the computed discharge curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
239
diff
changeset
|
200 computed_discharge_curve = Discharge Curve |
2518
b3bf9e5ce9e6
i18n for datacage/computed discharge curves.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2517
diff
changeset
|
201 computed_discharge_curves = Discharge Curves |
232
bc5f7d8084e2
Added i18n strings for a longitudinal section curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
230
diff
changeset
|
202 longitudinal_section = Longitudinal Section Curve |
239
47fe77a1bac7
Added new i18n strings for new output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
235
diff
changeset
|
203 duration_curve = Duration Curve |
243
11c5bcd349b1
Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
241
diff
changeset
|
204 discharge_longitudinal_section = Discharge Longitudinal Section |
795
68b8770af6c5
Added strings for the output mode 'floodmap'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
793
diff
changeset
|
205 floodmap = Floodmap |
4241
49cb65d5932d
Improved the historical discharge calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
4219
diff
changeset
|
206 historical_discharge = Time Chart |
49cb65d5932d
Improved the historical discharge calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
4219
diff
changeset
|
207 historical_discharge_wq = WQ Chart |
2529
b07c36e47970
Added i18n strings for flow velocity chart output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2527
diff
changeset
|
208 flow_velocity = Flow Velocity |
2527
c8413741339f
Added i18n titles for flow velocity export.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2522
diff
changeset
|
209 flow_velocity_export = Flow Velocity Export |
2534
05143379059e
Added i18n csv export and chart title for MINFO bed height calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2529
diff
changeset
|
210 bedheight_middle = Middle Bed Height |
05143379059e
Added i18n csv export and chart title for MINFO bed height calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2529
diff
changeset
|
211 bedheight_middle_export = Middle Bed Height Export |
3711
e6ebbf4b253a
Translated german strings in english language files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3710
diff
changeset
|
212 bed_longitudinal_section = Bed Quality |
e6ebbf4b253a
Translated german strings in english language files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3710
diff
changeset
|
213 bed_longitudinal_section_export = Bed Quality Export |
2903
f05f5586f5fd
Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2898
diff
changeset
|
214 sq_relation_a = A Feinkornanteil |
f05f5586f5fd
Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2898
diff
changeset
|
215 sq_relation_b = B Sand (Suspensionstransport) |
f05f5586f5fd
Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2898
diff
changeset
|
216 sq_relation_c = C Sand (Geschiebetransport) |
f05f5586f5fd
Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2898
diff
changeset
|
217 sq_relation_d = D Fein- und Mittelkies |
f05f5586f5fd
Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2898
diff
changeset
|
218 sq_relation_e = E Grobkornanteil (> Mittelkies) |
f05f5586f5fd
Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2898
diff
changeset
|
219 sq_relation_f = F Geschiebetransport Gesamt |
f05f5586f5fd
Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2898
diff
changeset
|
220 sq_relation_export = SQ Export |
849
d0098fc8c40b
Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
802
diff
changeset
|
221 cross_section = Cross Section |
1620
4a86c250d6a5
Fix flys/issue481 (i18n: Datenkorb).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1614
diff
changeset
|
222 cross_sections = Cross Sections |
866
593e6c49c6ee
Added "w_differences" translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
849
diff
changeset
|
223 w_differences = Differences |
888
d6b88f8f88dd
Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
887
diff
changeset
|
224 w_differences_export = Differences Export |
1601
42543705a857
Added i18n for reference curve export.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1599
diff
changeset
|
225 reference_curve_export = Reference Curve Export |
1596
0685a4969e93
Added i18n strings for the export button of historical discharge curves.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1587
diff
changeset
|
226 historical_discharge_export = Historical Discharge Curve Export |
2895
1a8e1d068f9d
Added i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2894
diff
changeset
|
227 fix_wq_curve = W/Q |
1a8e1d068f9d
Added i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2894
diff
changeset
|
228 fix_deltawt_curve = \u0394 W/t |
1a8e1d068f9d
Added i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2894
diff
changeset
|
229 fix_longitudinal_section_curve = Longitudinal Section |
1a8e1d068f9d
Added i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2894
diff
changeset
|
230 fix_derivate_curve = Derivate |
3386
b5930486594d
Added new titles for 'fix_vollmer_wq_curve' Output; let it use NaviChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3384
diff
changeset
|
231 fix_vollmer_wq_curve = W/Q |
3533
a4b2220e59a6
Change button title in DatacagePairWidget (#746).
Christian Lins <christian.lins@intevation.de>
parents:
3520
diff
changeset
|
232 datacage_add_pair = Add difference pair |
3705
f84ed73311f2
Added UI for minfo bed quality calculation and added new services for overview
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3703
diff
changeset
|
233 load_diameter = Bedload Diameter |
f84ed73311f2
Added UI for minfo bed quality calculation and added new services for overview
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3703
diff
changeset
|
234 bed_diameter = Bed Diameter |
3718
1598d324fbc2
Tagged 'flys-client' as 2.9.1
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3715
diff
changeset
|
235 soundings = Soundings |
3845
9d0ea03a8e9e
Added i18n strings for bedheight difference calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3839
diff
changeset
|
236 bed_difference_year = Single Bedheight Differences |
9d0ea03a8e9e
Added i18n strings for bedheight difference calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3839
diff
changeset
|
237 bed_difference_epoch = Epoch Bedheight Differences |
9d0ea03a8e9e
Added i18n strings for bedheight difference calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3839
diff
changeset
|
238 bed_difference_height_year = Bedheight Differences per year |
849
d0098fc8c40b
Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
802
diff
changeset
|
239 |
3499
17c66d38f095
FixA: Added AT file export to FixAnalysis W/Q.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3493
diff
changeset
|
240 exportATTooltip = Export as AT file |
17c66d38f095
FixA: Added AT file export to FixAnalysis W/Q.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3493
diff
changeset
|
241 |
434
2d045a65ec27
Added i18n strings for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
433
diff
changeset
|
242 waterlevel_export = Waterlevel Export |
584
dc24b1346271
Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
577
diff
changeset
|
243 waterlevel_report = Waterlevel Report |
435
5b8ad33a18c1
Added missing i18n strings for computed discharge curve exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
434
diff
changeset
|
244 computed_dischargecurve_export = Discharge Curve Export |
584
dc24b1346271
Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
577
diff
changeset
|
245 computed_dischargecurve_report = Discharge Curve Report |
434
2d045a65ec27
Added i18n strings for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
433
diff
changeset
|
246 discharge_longitudinal_section_export = Discharge Longitudinal Section Export |
584
dc24b1346271
Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
577
diff
changeset
|
247 discharge_longitudinal_section_report = Discharge Longitudinal Section Report |
511
437e3b917155
Added missing i18n strings for duration curve export.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
436
diff
changeset
|
248 durationcurve_export = Duration Curve Export |
584
dc24b1346271
Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
577
diff
changeset
|
249 durationcurve_report = Duration Curve Report |
3862
3d804e89baff
work on issue724 (i18n).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
3860
diff
changeset
|
250 dataexport = Data export |
275
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
265
diff
changeset
|
251 csv = CSV |
433
ad2c4fb17318
Adjusted the width of an export button and added a tooltip to distinguish different exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
283
diff
changeset
|
252 wst = WST |
609
418be98527f0
Prepare for AT export.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
605
diff
changeset
|
253 at = AT |
1546
5c6a5832bde5
Issue 138.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1535
diff
changeset
|
254 pdf = PDF |
609
418be98527f0
Prepare for AT export.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
605
diff
changeset
|
255 computed_dischargecurve_at_export = AT Export |
4192
34337e357a54
Add message for gauge_discharge_curve_at_export
Björn Ricks <bjoern.ricks@intevation.de>
parents:
4133
diff
changeset
|
256 gauge_discharge_curve_at_export = Gauge Discharge Curve |
2505
87ac5c532523
First part of the UI for fixing analysis parameter.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2501
diff
changeset
|
257 gauge_class = Gauge Class |
87ac5c532523
First part of the UI for fixing analysis parameter.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2501
diff
changeset
|
258 eventselect = Eventselection |
2517
8f528f5ae137
Added filter object class and scrollable chart to helper panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2512
diff
changeset
|
259 events = Events |
8f528f5ae137
Added filter object class and scrollable chart to helper panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2512
diff
changeset
|
260 kmchart = Chart |
1455
75a40270efa8
Added keys and translations for area-creation related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1447
diff
changeset
|
261 |
523
0785a8ba5e6d
Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
518
diff
changeset
|
262 chart_themepanel_header_themes = Theme |
888
d6b88f8f88dd
Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
887
diff
changeset
|
263 chart_themepanel_header_actions = Actions |
2462
d45059aa8507
i18n and moved reference selectbox for cross section master to top.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2460
diff
changeset
|
264 chart_themepanel_synchron = Navigate synchronously |
d45059aa8507
i18n and moved reference selectbox for cross section master to top.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2460
diff
changeset
|
265 chart_themepanel_asynchron = Navigate independently |
1436
29fc2d1dfe9b
Client side of interactive cross section diagrams.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1432
diff
changeset
|
266 chart_themepanel_set_master = Reference |
1455
75a40270efa8
Added keys and translations for area-creation related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1447
diff
changeset
|
267 chart_themepanel_new_area = New Area... |
75a40270efa8
Added keys and translations for area-creation related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1447
diff
changeset
|
268 chart_themepanel_area_under = under ... |
75a40270efa8
Added keys and translations for area-creation related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1447
diff
changeset
|
269 chart_themepanel_area_over = over ... |
75a40270efa8
Added keys and translations for area-creation related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1447
diff
changeset
|
270 chart_themepanel_area_between = between ... |
1469
31d0557f31a2
Fix over axis menu item, added standalone 'over axis' menu item.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1467
diff
changeset
|
271 against_x_axis = Over X-Axis |
275
8264b02091ef
ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
265
diff
changeset
|
272 |
3832 | 273 gauge_mnq = around MNQ |
274 gauge_mq = around MQ | |
275 gauge_mhq = around MHQ | |
276 gauge_hq5 = above HQ5 | |
277 | |
1315
cf0f906921de
#297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1314
diff
changeset
|
278 ele_window_title = Elevation Node |
cf0f906921de
#297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1314
diff
changeset
|
279 ele_window_label = Elevation settings in m \u00fc. NN. |
cf0f906921de
#297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1314
diff
changeset
|
280 ele_window_x_col = X |
cf0f906921de
#297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1314
diff
changeset
|
281 ele_window_y_col = Y |
cf0f906921de
#297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1314
diff
changeset
|
282 ele_window_z_col = Z-Coordinate |
cf0f906921de
#297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1314
diff
changeset
|
283 ele_window_ok_button = Set elevations |
cf0f906921de
#297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1314
diff
changeset
|
284 ele_window_cancel_button = Cancel |
cf0f906921de
#297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1314
diff
changeset
|
285 ele_window_format_error = The elevation you have entered is invalid: |
cf0f906921de
#297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1314
diff
changeset
|
286 ele_window_save_error = Error while saving elevations. |
cf0f906921de
#297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1314
diff
changeset
|
287 ele_window_geometry_error = The geometry is not supported: |
cf0f906921de
#297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1314
diff
changeset
|
288 |
605
9e30c776cbef
Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
597
diff
changeset
|
289 unexpected_exception = There occured an unexpected exception |
563
469528551b78
Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
562
diff
changeset
|
290 error_read_minmax_values = Error while reading min/max values for the location input. |
562
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
558
diff
changeset
|
291 error_validate_range = The value $1 needs to be smaller than $3 and bigger than $2. |
2468
6a65694bdcc2
Issue 506.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2462
diff
changeset
|
292 error_validate_date_range = Start date needs to be before end date. |
4132
f6c73ee1b7f1
#543 Validate date range in client gauge time range selection state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
4019
diff
changeset
|
293 error_validate_date_range_invalid = The specified timerange is invalid. |
562
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
558
diff
changeset
|
294 error_validate_lower_range = The lower value $1 needs to be bigger than $2. |
9f16ac843dda
Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
558
diff
changeset
|
295 error_validate_upper_range = The upper value $1 needs to be smaller than $2. |
518
bac8e6ea277d
Added i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
511
diff
changeset
|
296 error_empty_state = Required inputs are missing. |
bac8e6ea277d
Added i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
511
diff
changeset
|
297 error_invalid_double_value = Wrong format for a floating point number. |
215
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
212
diff
changeset
|
298 error_create_artifact = Error while creating new project. |
223
964abeb76771
Added more i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
220
diff
changeset
|
299 error_describe_artifact = Error while loading the parameterization. |
215
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
212
diff
changeset
|
300 error_feed_data = Error while inserting new data. |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
212
diff
changeset
|
301 error_advance_artifact = Error while changing the project's state. |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
212
diff
changeset
|
302 error_add_artifact = Error while inserting new data. |
1324
90b786325324
Donated own error message to RemoveArtifact failure case.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1317
diff
changeset
|
303 error_remove_artifact = Error while removing data. |
215
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
212
diff
changeset
|
304 error_create_collection = Error while creating a new collection. |
e02f50a3ad59
Improved the exception handling of artifact / collection specific operations. Warning dialog are displayed after such an exception.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
212
diff
changeset
|
305 error_describe_collection = Error while fetching the projects state. |
217
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
215
diff
changeset
|
306 error_no_rivers_found = Error while reading supported rivers. |
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
215
diff
changeset
|
307 error_no_such_user = Error - no such user found. |
3860
b32e8353c30e
Donate own error message when no users were found.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
3847
diff
changeset
|
308 error_no_users = Error - no users found. |
1314
4c716bec7822
Validate selection of pairs in wdiff, show error(s) if invalid.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1310
diff
changeset
|
309 error_no_waterlevel_pair_selected = Error - no waterlevel pair for building differences selected. |
4c716bec7822
Validate selection of pairs in wdiff, show error(s) if invalid.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1310
diff
changeset
|
310 error_same_waterlevels_in_pair = Error - minuend and subtrahend have to differ. |
217
907b61e4d702
Improved the exception handling - added warnings for user authentication errors and errors that occur while fetching supported rivers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
215
diff
changeset
|
311 error_not_logged_in = You need to log in before you are allowed to start your work. |
223
964abeb76771
Added more i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
220
diff
changeset
|
312 error_load_parameterization = Could not load the parameterization. |
2505
87ac5c532523
First part of the UI for fixing analysis parameter.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2501
diff
changeset
|
313 error_wrong_date = Please enter valid dates. |
3715
8d3e48f189d2
Add first draft for the gauge overview info ui
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3711
diff
changeset
|
314 error_no_gaugeoverviewinfo_found = Error while fetching the river and gauge info |
230
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
223
diff
changeset
|
315 |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
223
diff
changeset
|
316 error_feed_no_data = No input data found. |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
223
diff
changeset
|
317 error_feed_from_out_of_range = The lower value is bigger than the upper value. |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
223
diff
changeset
|
318 error_feed_to_out_of_range = The upper value is out or the valid range. |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
223
diff
changeset
|
319 error_feed_from_bigger_to = The lower value is bigger than the upper value. |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
223
diff
changeset
|
320 error_feed_invalid_wq_mode = Invalid WQ-Mode selected. |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
223
diff
changeset
|
321 error_feed_number_format_float = The inserted value is no floating point number. |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
223
diff
changeset
|
322 error_feed_invalid_calculation_mode = The chosen calculation method is invalid. |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
223
diff
changeset
|
323 error_feed_no_calculation_mode = No calculation method chosen. |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
223
diff
changeset
|
324 error_feed_no_such_river = The selected river is not provided. |
6de435235927
Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
223
diff
changeset
|
325 error_feed_no_river_selected = No river selected. |
265
51f1c7420115
Added i18n error messages used in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
263
diff
changeset
|
326 error_feed_no_wq_mode_selected = No W/Q mode selected. |
51f1c7420115
Added i18n error messages used in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
263
diff
changeset
|
327 error_feed_q_values_invalid = Selected Q values are outside the valid range. |
51f1c7420115
Added i18n error messages used in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
263
diff
changeset
|
328 error_feed_w_values_invalid = Selected W values are outside the valid range. |
535
017371801479
Added a chart info service to fetch the info document for a specific chart from artifact server.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
532
diff
changeset
|
329 error_chart_info_service = Could not fetch meta information of the chart. |
276
f4c8ce11df33
UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
275
diff
changeset
|
330 error_no_meta_data_found = No meta data found. |
909
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
907
diff
changeset
|
331 error_load_artifact = Error while adding data to the current project. |
1289
d59dcaf52796
Improved error handling if no calculation result data was found.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1287
diff
changeset
|
332 error_no_calc_result=No calculation results found. |
1310
c4c957a9c092
Improved exception handling while fetching theme styles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1309
diff
changeset
|
333 error_no_theme_styles_found=No style for the selected theme found. |
1317
45b9b1fc26e2
Improved error handling while using the elevation control - Make selected features in the map visible.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1315
diff
changeset
|
334 error_no_feature_selected = No object selected. |
1376
28eb4dfe2cbf
Call Collection.doOut to retrieve a map config and use this config to build up an OpenLayers map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1369
diff
changeset
|
335 error_no_map_config = No Map configuration found. |
1510
f7b3d5833f3b
Updated the MapOutputService to be able to request the new output type 'map'.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1502
diff
changeset
|
336 error_no_map_output_type = No Map output found. |
1400
96708d81eaf6
Added an initial GetFeatureInfo tool to get information about points in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1399
diff
changeset
|
337 error_no_valid_gfi_url = No valid GetFeatureInfo response found. |
96708d81eaf6
Added an initial GetFeatureInfo tool to get information about points in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1399
diff
changeset
|
338 error_gfi_req_failed = GetFeatureInfo request failed. |
96708d81eaf6
Added an initial GetFeatureInfo tool to get information about points in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1399
diff
changeset
|
339 error_gfi_parsing_failed = Failed to read GetFeatureInfo response. |
1408
5b5a20e4c4e5
Added a service that loads the Capabilities of a specified WMS - display those information in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1406
diff
changeset
|
340 error_gc_req_failed = Error while loading Capabilities document. |
5b5a20e4c4e5
Added a service that loads the Capabilities of a specified WMS - display those information in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1406
diff
changeset
|
341 error_gc_doc_not_valid = Capabilities document is not valid. |
5b5a20e4c4e5
Added a service that loads the Capabilities of a specified WMS - display those information in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1406
diff
changeset
|
342 error_malformed_url = The URL you have entered is not valid. |
1446
4c5006fecd8d
Added error strings for DEM selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1436
diff
changeset
|
343 error_no_dgm_selected = No DEM selected. |
4c5006fecd8d
Added error strings for DEM selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1436
diff
changeset
|
344 error_invalid_dgm_selected = You have selected an invalid DEM. |
4c5006fecd8d
Added error strings for DEM selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1436
diff
changeset
|
345 error_bad_dgm_range = You have selected a DEM with an invalid range. |
4c5006fecd8d
Added error strings for DEM selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1436
diff
changeset
|
346 error_bad_dgm_river = You have selected a DEM for a wrong river. |
1502
d1223d93dd68
Issue 358.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1501
diff
changeset
|
347 error_dialog_not_valid = One or more values are not valid. |
2479
057021593625
Issue 494.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2476
diff
changeset
|
348 error_invalid_date = The entered date is not valid. |
3539
091397efaca5
Issue 791: Do not allow the same values in reference and target location.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3538
diff
changeset
|
349 error_same_location = Reference location equals selected location. |
091397efaca5
Issue 791: Do not allow the same values in reference and target location.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3538
diff
changeset
|
350 error_contains_same_location = Target locations contains reference location. |
3699
42cd7df8d989
Add 'error_updating_collection_attribute' (#843).
Christian Lins <christian.lins@intevation.de>
parents:
3539
diff
changeset
|
351 error_update_collection_attribute = Error while updating the collection attribut |
3994
cc0b31dc2789
fix issue898 (crash when no param selected for parametermatrix).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
3865
diff
changeset
|
352 error_values_needed = You must provide values. |
3707
b1f20e9de8d6
Add constant string for error_no_modules_found.
Christian Lins <christian.lins@intevation.de>
parents:
3706
diff
changeset
|
353 error_no_module_found = No modules found |
909
794d1af42987
Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
907
diff
changeset
|
354 |
4131
360e22afb98b
Cosmetics, warnings and minor TODOs.
Christian Lins <christian.lins@intevation.de>
parents:
4130
diff
changeset
|
355 warning_use_first_feature = You have more that one object selected. The first one is used. |
4130
df8ac7ff6b1a
Improve warning when user does not select a waterlevel calculation (#914)
Christian Lins <christian.lins@intevation.de>
parents:
4019
diff
changeset
|
356 warning_no_wsp_selected = No waterlevel selected! |
4131
360e22afb98b
Cosmetics, warnings and minor TODOs.
Christian Lins <christian.lins@intevation.de>
parents:
4130
diff
changeset
|
357 warning_cannot_parse_date = Invalid date! |
4130
df8ac7ff6b1a
Improve warning when user does not select a waterlevel calculation (#914)
Christian Lins <christian.lins@intevation.de>
parents:
4019
diff
changeset
|
358 |
800
95cc560ce7c4
Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
359 ## map related strings |
95cc560ce7c4
Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
360 digitize = images/digitize.png |
95cc560ce7c4
Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
361 pipe1 = Pipe1 |
95cc560ce7c4
Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
362 pipe2 = Pipe12 |
95cc560ce7c4
Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
363 ditch = Ditch |
95cc560ce7c4
Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
364 dam = Dam |
95cc560ce7c4
Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
365 ring_dike = Ringdike |
95cc560ce7c4
Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
366 selectFeature = images/selectFeature.png |
95cc560ce7c4
Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
795
diff
changeset
|
367 removeFeature = images/removeFeature.png |
2471
a1ff911e8365
Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2468
diff
changeset
|
368 getFeatureInfo = images/info.png |
1400
96708d81eaf6
Added an initial GetFeatureInfo tool to get information about points in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1399
diff
changeset
|
369 getFeatureInfoTooltip = Information Tool |
96708d81eaf6
Added an initial GetFeatureInfo tool to get information about points in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1399
diff
changeset
|
370 getFeatureInfoWindowTitle = Informations for Map Layers. |
2546
2618d5de9ce4
Merged revisions 4533 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2545
diff
changeset
|
371 addWMS = images/add_map.png |
1406
6c8a29abbe30
Added an initial control that allows (when it is finished) adding map layers from external WMS.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1400
diff
changeset
|
372 addWMSTooltip = Load layers from external WMS service. |
1315
cf0f906921de
#297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1314
diff
changeset
|
373 adjustElevation = images/adjustElevation.png |
2471
a1ff911e8365
Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2468
diff
changeset
|
374 measureLine = images/measure_line.png |
a1ff911e8365
Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2468
diff
changeset
|
375 measurePolygon = images/measure_plane.png |
878
d7c322a3bb32
Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
876
diff
changeset
|
376 step = Step |
d7c322a3bb32
Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
876
diff
changeset
|
377 calculationStarted = Calculation started. |
880
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
878
diff
changeset
|
378 zoomMaxExtent = Max extent |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
878
diff
changeset
|
379 zoomIn = Zoom in |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
878
diff
changeset
|
380 zoomOut = Zoom out |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
878
diff
changeset
|
381 zoomLayer = Zoom to layer |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
878
diff
changeset
|
382 moveMap = Move |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
878
diff
changeset
|
383 digitizeObjects = Creation of pipes, ditches, dams and ringdikes |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
878
diff
changeset
|
384 selectObject = Select tool |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
878
diff
changeset
|
385 removeObject = Remove selected object |
1315
cf0f906921de
#297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1314
diff
changeset
|
386 adjustElevationTooltip = Define elevations for barriers |
880
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
878
diff
changeset
|
387 measureDistance = Measure line |
22dc88b17253
Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
878
diff
changeset
|
388 measureArea = Measure area |
1327
8a93fb299e64
#288 Added legend symbols to the MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1324
diff
changeset
|
389 map_themepanel_header_style = Style |
1377
b0fe35d4ce6b
Added a 'zoom to layer' menu item to the map theme panel which triggers a zoom to the specific layer/theme.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1376
diff
changeset
|
390 zoomToLayer = Layer-Zoom |
1447
c4bc320e3d44
Bugfix: make sure that the user has selected a DEM before feeding the Artifact with it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1446
diff
changeset
|
391 requireDGM = You need to choose a DEM. |
2494
88b51e6e0334
Issue 657.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2479
diff
changeset
|
392 upload_file = upload |
88b51e6e0334
Issue 657.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2479
diff
changeset
|
393 shape_file_upload = Upload shapefile |
1330
ece7d9484574
Added missing string resources for datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1327
diff
changeset
|
394 |
ece7d9484574
Added missing string resources for datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1327
diff
changeset
|
395 # data cage |
1611
87572e476f7a
Added missing translation for waterlevels.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1608
diff
changeset
|
396 waterlevels = Waterlevels |
1385
31e69ee9dd36
Updated translations (english and defaut (english)).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1384
diff
changeset
|
397 old_calculations = Former Calculations |
2986
176d915573e9
Added 18n for datacage officiallines.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2983
diff
changeset
|
398 officiallines = Official lines |
1385
31e69ee9dd36
Updated translations (english and defaut (english)).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1384
diff
changeset
|
399 datacageAdd = Add data |
1383
a09b7ff5c630
Added translations for datacage element strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1377
diff
changeset
|
400 heightmarks = Height Marks |
1385
31e69ee9dd36
Updated translations (english and defaut (english)).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1384
diff
changeset
|
401 basedata = Base Data |
31e69ee9dd36
Updated translations (english and defaut (english)).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1384
diff
changeset
|
402 fixations = Fixations |
1497
895e6bc4bb73
Added translations for flood_protections keyword.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1494
diff
changeset
|
403 flood_protections = Flood Protections |
1608
3b5610f22433
Added missing translation string used in the datacage window.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1602
diff
changeset
|
404 columns = Columns |
1511
9119bf1f9e5e
Added translation for Streckenfavoriten.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1510
diff
changeset
|
405 annotation = Annotations |
4019
e249bd8fe72e
i18n for annotations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
3994
diff
changeset
|
406 annotations = Annotations |
1384
e89303730d00
Bugfix: added missing i18n strings and synced english translation with default translation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1383
diff
changeset
|
407 additionals = Additional Longitudinal Section Curves |
1385
31e69ee9dd36
Updated translations (english and defaut (english)).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1384
diff
changeset
|
408 differences = Differences |
1395
e4632718dd7b
Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1385
diff
changeset
|
409 kilometrage = Kilometrage |
e4632718dd7b
Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1385
diff
changeset
|
410 riveraxis = Riveraxis |
e4632718dd7b
Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1385
diff
changeset
|
411 km = Km |
e4632718dd7b
Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1385
diff
changeset
|
412 qps = Crosssection Tracks |
e4632718dd7b
Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1385
diff
changeset
|
413 hws = Floodplain Protection Work |
e4632718dd7b
Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1385
diff
changeset
|
414 catchments = Catchments |
e4632718dd7b
Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1385
diff
changeset
|
415 floodplain = Floodplain |
e4632718dd7b
Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1385
diff
changeset
|
416 lines = Lines |
e4632718dd7b
Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1385
diff
changeset
|
417 buildings = Buildings |
e4632718dd7b
Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1385
diff
changeset
|
418 fixpoints = Fixpoints |
2450
0537faaa9848
Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2444
diff
changeset
|
419 uesk = Floodmaps |
0537faaa9848
Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2444
diff
changeset
|
420 calculations = Calculations |
0537faaa9848
Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2444
diff
changeset
|
421 current = Current |
0537faaa9848
Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2444
diff
changeset
|
422 potentiel = Potentiel |
0537faaa9848
Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2444
diff
changeset
|
423 bfg = BfG |
0537faaa9848
Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2444
diff
changeset
|
424 land = Land |
1395
e4632718dd7b
Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1385
diff
changeset
|
425 rastermap = Rastermap |
e4632718dd7b
Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1385
diff
changeset
|
426 background = Background Map |
1620
4a86c250d6a5
Fix flys/issue481 (i18n: Datenkorb).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1614
diff
changeset
|
427 discharge_table_nn = Discharge Tables at Gauge |
4a86c250d6a5
Fix flys/issue481 (i18n: Datenkorb).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1614
diff
changeset
|
428 discharge_table_gauge = Discharge Table at Gauge |
4a86c250d6a5
Fix flys/issue481 (i18n: Datenkorb).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1614
diff
changeset
|
429 mainvalue = Mainvalue |
2444
22989ed51064
Added I18N string for digital elevation models.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2435
diff
changeset
|
430 dems = Digital Elevation Models |
2547
250dda4bed82
Merged revisions 4541 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2546
diff
changeset
|
431 hydrboundaries = Hydrological Boundaries |
250dda4bed82
Merged revisions 4541 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2546
diff
changeset
|
432 gaugelocations = Location of Gauges |
3508
60984be9bcfa
MINFO: Added UI for minfo differences calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3499
diff
changeset
|
433 single = Year |
60984be9bcfa
MINFO: Added UI for minfo differences calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3499
diff
changeset
|
434 epoch = Epoch |
60984be9bcfa
MINFO: Added UI for minfo differences calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3499
diff
changeset
|
435 bedheights = Bedheights |
60984be9bcfa
MINFO: Added UI for minfo differences calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
3499
diff
changeset
|
436 datacage = Datacage |
1409
ec6e4dad1279
Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1408
diff
changeset
|
437 |
ec6e4dad1279
Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1408
diff
changeset
|
438 # capabilities information panel |
1410
6bb2c1ffab2b
Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1409
diff
changeset
|
439 addwmsInputTitle = Base URL of WMS service |
6bb2c1ffab2b
Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1409
diff
changeset
|
440 addwmsInfoTitle = Information about WMS service |
6bb2c1ffab2b
Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1409
diff
changeset
|
441 addwmsLayerTitle = Choose Layer |
1420
c8481debff70
Added missing i18n labels for buttons used in ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1410
diff
changeset
|
442 addwmsBack = Back |
c8481debff70
Added missing i18n labels for buttons used in ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1410
diff
changeset
|
443 addwmsContinue = Continue |
c8481debff70
Added missing i18n labels for buttons used in ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1410
diff
changeset
|
444 addwmsCancel = Cancel |
1410
6bb2c1ffab2b
Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1409
diff
changeset
|
445 addwmsInvalidURL = The URL is not valid. |
1409
ec6e4dad1279
Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1408
diff
changeset
|
446 capabilitiesHint = Please notice the information of the WMS service. |
ec6e4dad1279
Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1408
diff
changeset
|
447 capabilitiesTitle = Title |
ec6e4dad1279
Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1408
diff
changeset
|
448 capabilitiesURL = URL |
ec6e4dad1279
Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1408
diff
changeset
|
449 capabilitiesAccessConstraints = Access Constraints |
ec6e4dad1279
Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1408
diff
changeset
|
450 capabilitiesFees = Fees |
ec6e4dad1279
Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1408
diff
changeset
|
451 capabilitiesContactInformation = Further Information |
ec6e4dad1279
Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1408
diff
changeset
|
452 capabilitiesEmail = Email |
ec6e4dad1279
Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1408
diff
changeset
|
453 capabilitiesPhone = Phone |
1465
d0bcf5ba7adf
Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1455
diff
changeset
|
454 |
1467
3adfb0f88eca
Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1465
diff
changeset
|
455 #Properties dialog |
3adfb0f88eca
Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1465
diff
changeset
|
456 chart = Chart |
1483
843eed27390d
Added strings for chart properties dialog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1479
diff
changeset
|
457 export = Export |
843eed27390d
Added strings for chart properties dialog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1479
diff
changeset
|
458 width = Width |
843eed27390d
Added strings for chart properties dialog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1479
diff
changeset
|
459 height = Height |
1465
d0bcf5ba7adf
Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1455
diff
changeset
|
460 visibility = Visibility |
1501
d12cb71965cf
Issue 358.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1497
diff
changeset
|
461 upper = to |
d12cb71965cf
Issue 358.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1497
diff
changeset
|
462 lower = from |
1465
d0bcf5ba7adf
Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1455
diff
changeset
|
463 fixation = Fix |
d0bcf5ba7adf
Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1455
diff
changeset
|
464 font_size = Fontsize |
d0bcf5ba7adf
Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1455
diff
changeset
|
465 label = Title |
d0bcf5ba7adf
Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1455
diff
changeset
|
466 title = Title |
d0bcf5ba7adf
Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1455
diff
changeset
|
467 subtitle = Subtitle |
d0bcf5ba7adf
Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1455
diff
changeset
|
468 display_grid = Display grid |
3510
abc5957bfe1c
First i18n strings for logo-stuff in charts.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
3508
diff
changeset
|
469 display_logo = Display logo |
3513
c657c0bbcf8f
Updated to use split properties for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
3512
diff
changeset
|
470 logo_placeh = Horiz. Place for logo |
c657c0bbcf8f
Updated to use split properties for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
3512
diff
changeset
|
471 logo_placev = Vertic. Place for logo |
3520
0b576ca67cd5
i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
3513
diff
changeset
|
472 top = top |
0b576ca67cd5
i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
3513
diff
changeset
|
473 bottom = bottom |
0b576ca67cd5
i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
3513
diff
changeset
|
474 center = center |
0b576ca67cd5
i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
3513
diff
changeset
|
475 left = left |
0b576ca67cd5
i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
3513
diff
changeset
|
476 right = right |
0b576ca67cd5
i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
3513
diff
changeset
|
477 none = none |
1479
2f525f54e429
Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1469
diff
changeset
|
478 |
2f525f54e429
Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1469
diff
changeset
|
479 linetype = Linetype |
2f525f54e429
Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1469
diff
changeset
|
480 textstyle = Textstyle |
2f525f54e429
Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1469
diff
changeset
|
481 linecolor = Linecolor |
2882
63d1e5428a1c
Added i18n strings for new theme properties for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2548
diff
changeset
|
482 showhorizontalline = Show horizonal line |
63d1e5428a1c
Added i18n strings for new theme properties for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2548
diff
changeset
|
483 showverticalline = Show vertical line |
1479
2f525f54e429
Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1469
diff
changeset
|
484 textcolor = Textcolor |
2f525f54e429
Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1469
diff
changeset
|
485 textsize = Textsize |
2f525f54e429
Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1469
diff
changeset
|
486 font = Font |
2f525f54e429
Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1469
diff
changeset
|
487 showpoints = Show points |
2f525f54e429
Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1469
diff
changeset
|
488 showbackground = Show background |
2f525f54e429
Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1469
diff
changeset
|
489 backgroundcolor = Backgroundcolor |
2f525f54e429
Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1469
diff
changeset
|
490 textorientation = Textorientation |
2f525f54e429
Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1469
diff
changeset
|
491 linesize = Linesize |
1494
83b913a6eecb
Added new strings for the theme editor.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1492
diff
changeset
|
492 pointsize = Pointsize |
3349
36cd7d88551a
Added bandwidth field, i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2986
diff
changeset
|
493 bandwidth = Bandwidth |
2907
3521f330f57c
Added i18n strings for theme editor.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2903
diff
changeset
|
494 pointcolor = Punktfarbe |
1479
2f525f54e429
Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1469
diff
changeset
|
495 showlines = Show lines |
2961
579e33a24a4c
Add showpointlabel style attribute.
Christian Lins <christian.lins@intevation.de>
parents:
2954
diff
changeset
|
496 showlinelabel = Show line label |
579e33a24a4c
Add showpointlabel style attribute.
Christian Lins <christian.lins@intevation.de>
parents:
2954
diff
changeset
|
497 showpointlabel = Show point label |
3384
a6b7f0585761
Merge point/line label styles
Christian Lins <christian.lins@intevation.de>
parents:
3349
diff
changeset
|
498 labelfontface = Label: Font |
a6b7f0585761
Merge point/line label styles
Christian Lins <christian.lins@intevation.de>
parents:
3349
diff
changeset
|
499 labelfontcolor = Label: Color |
a6b7f0585761
Merge point/line label styles
Christian Lins <christian.lins@intevation.de>
parents:
3349
diff
changeset
|
500 labelfontsize = Label: Size |
a6b7f0585761
Merge point/line label styles
Christian Lins <christian.lins@intevation.de>
parents:
3349
diff
changeset
|
501 labelfontstyle = Label: Style |
a6b7f0585761
Merge point/line label styles
Christian Lins <christian.lins@intevation.de>
parents:
3349
diff
changeset
|
502 labelbgcolor = Label: Background Color |
a6b7f0585761
Merge point/line label styles
Christian Lins <christian.lins@intevation.de>
parents:
3349
diff
changeset
|
503 labelshowbg = Label: Show Background |
3703
4e32de1b6a9e
Fix for line label text in Delta W(t) chart (#837).
Christian Lins <christian.lins@intevation.de>
parents:
3700
diff
changeset
|
504 horizontal = horizontal |
4e32de1b6a9e
Fix for line label text in Delta W(t) chart (#837).
Christian Lins <christian.lins@intevation.de>
parents:
3700
diff
changeset
|
505 vertical = vertical |
2501
87634a9a8478
Added new i18n strings for theme properties of waterlevel labels in cs.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2498
diff
changeset
|
506 showwidth = Show width |
87634a9a8478
Added new i18n strings for theme properties of waterlevel labels in cs.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2498
diff
changeset
|
507 showlevel = Show waterlevel |
1492
7a1ac903a524
Added new strings displayed in the theme editor window.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1490
diff
changeset
|
508 showminimum = Show minimum |
7a1ac903a524
Added new strings displayed in the theme editor window.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
1490
diff
changeset
|
509 showmaximum = Show maximum |
1489
03649eb8933a
Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1483
diff
changeset
|
510 showborder = Show line |
03649eb8933a
Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1483
diff
changeset
|
511 transparent = Transparency |
3700
dbcd14c27c8d
Transparency attribute theme fixes
Christian Lins <christian.lins@intevation.de>
parents:
3699
diff
changeset
|
512 transparency = Transparency |
1489
03649eb8933a
Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1483
diff
changeset
|
513 showarea = Show Area |
3538
9f8f941351b1
issue820: Changed i18 for middle height -> middle depth.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
3533
diff
changeset
|
514 showmiddleheight = Show middle depth |
1489
03649eb8933a
Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1483
diff
changeset
|
515 fillcolor = Fill Color |
2472
75d19d46c3cd
Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2471
diff
changeset
|
516 wsplgen_cat1 = Fill Color 0.0 <= DIFF < 1 |
75d19d46c3cd
Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2471
diff
changeset
|
517 wsplgen_cat2 = Fill Color 1.0 <= DIFF < 2 |
75d19d46c3cd
Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2471
diff
changeset
|
518 wsplgen_cat3 = Fill Color 2.0 <= DIFF < 3 |
75d19d46c3cd
Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2471
diff
changeset
|
519 wsplgen_cat4 = Fill Color 3.0 <= DIFF < 4 |
75d19d46c3cd
Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2471
diff
changeset
|
520 wsplgen_cat5 = Fill Color 4.0 <= DIFF |
1552
69b38f890bb6
Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1546
diff
changeset
|
521 |
69b38f890bb6
Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1546
diff
changeset
|
522 # Manual Points Editor |
69b38f890bb6
Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1546
diff
changeset
|
523 addpoints = Add points |
69b38f890bb6
Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1546
diff
changeset
|
524 pointname = Name |
69b38f890bb6
Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1546
diff
changeset
|
525 removepoint = Remove |
69b38f890bb6
Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1546
diff
changeset
|
526 newpoint = New Point |
69b38f890bb6
Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1546
diff
changeset
|
527 standby = Creating Artifact ... please wait. |
69b38f890bb6
Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1546
diff
changeset
|
528 points = Points |
1559
d738132d64b9
Added translateable context menu to open manual point editor from themepanel.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1552
diff
changeset
|
529 editpoints = Edit Points |
2926
59491a730461
New i18n for WSP editor.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2925
diff
changeset
|
530 addWSPButton = Add Manual LS |
2925
6461b8dbe093
Added basic GUI for manual WSPs in cross sections.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
2907
diff
changeset
|
531 addWSP = Add Manual LS |
1563
41abc345d2f1
Added dummy handling for new boolean property of each point.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1559
diff
changeset
|
532 selection = Selection |
1583
437290681e69
Added i18n title for reference curve output.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1582
diff
changeset
|
533 |
437290681e69
Added i18n title for reference curve output.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1582
diff
changeset
|
534 # Reference Curves |
437290681e69
Added i18n title for reference curve output.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1582
diff
changeset
|
535 reference_curve = Reference Curve |
1599
4ba6f1fb3a03
I18N for "Reduzierte Bezugslinie".
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
1596
diff
changeset
|
536 reference_curve_normalized = Reduced Reference Curve |
1614
592751b635e3
Added translations for reference curve state data.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1611
diff
changeset
|
537 reference_startpoint = Point of reference |
592751b635e3
Added translations for reference curve state data.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
1611
diff
changeset
|
538 reference_endpoint = Point(s) of projection |
2548
ada02bbd3b7f
Merged revisions 4541,4544 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2547
diff
changeset
|
539 |
ada02bbd3b7f
Merged revisions 4541,4544 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2547
diff
changeset
|
540 fix_deltawt_export = \u0394 W/t |
2898
242b5c230707
Added UI for S-Q-relation parameters in minfo module.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2895
diff
changeset
|
541 select=Selected |
242b5c230707
Added UI for S-Q-relation parameters in minfo module.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2895
diff
changeset
|
542 add_date=Add |
2932
c92079709a37
FixA: Added i18n strings for export of adjusted coefficients.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2926
diff
changeset
|
543 |
c92079709a37
FixA: Added i18n strings for export of adjusted coefficients.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2926
diff
changeset
|
544 fix_parameters_export = Adjusted coefficient |
2933
d87730b89afa
Forget to commit one i8n file.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2932
diff
changeset
|
545 fix_parameters = CSV |
2977
5161e25392ea
Added chart overview to sq relation in minfo module.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2961
diff
changeset
|
546 |
5161e25392ea
Added chart overview to sq relation in minfo module.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
2961
diff
changeset
|
547 sq_overview=Overview |
3719
e82acd5c86f7
Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3718
diff
changeset
|
548 |
e82acd5c86f7
Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3718
diff
changeset
|
549 gauge_zero = Gauge zero ground |
e82acd5c86f7
Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
3718
diff
changeset
|
550 gauge_q_unit = m\u00b3/s |
3839
509ef6ec93af
Add html links for the additinal river and gauge info pages
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3835
diff
changeset
|
551 gauge_river_info_link = Riverinfo |
509ef6ec93af
Add html links for the additinal river and gauge info pages
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3835
diff
changeset
|
552 gauge_info_link = Gaugeinfo |
3847
f3b821735e39
Calculate the info url via i18n
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3845
diff
changeset
|
553 gauge_url = https://flys-intern.intevation.de/PegelInfo/ |
f3b821735e39
Calculate the info url via i18n
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3845
diff
changeset
|
554 gauge_river_url = https://flys-intern.intevation.de/GewaesserInfo/ |
3865
436eec3be6ff
Allow to create a discharge curve from a gauge info
Bjoern Ricks <bjoern.ricks@intevation.de>
parents:
3862
diff
changeset
|
555 gauge_curve_link = Dischargecurve |
4219
b7535b66490e
Show the 'DischargeTablesChart' when choosing the calculation timerange in historical discharge calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
4192
diff
changeset
|
556 discharge_timeranges = DC-Timeranges |
4269
0c766c475805
Add Panel and Tree UI classes for dispayling the measurement station info
Björn Ricks <bjoern.ricks@intevation.de>
parents:
4241
diff
changeset
|
557 discharge_chart = DC-Chart |
0c766c475805
Add Panel and Tree UI classes for dispayling the measurement station info
Björn Ricks <bjoern.ricks@intevation.de>
parents:
4241
diff
changeset
|
558 |
0c766c475805
Add Panel and Tree UI classes for dispayling the measurement station info
Björn Ricks <bjoern.ricks@intevation.de>
parents:
4241
diff
changeset
|
559 measurement_station_type = Type of Measurement Station |
0c766c475805
Add Panel and Tree UI classes for dispayling the measurement station info
Björn Ricks <bjoern.ricks@intevation.de>
parents:
4241
diff
changeset
|
560 measurement_station_operator = Operator |
4290
6aa8cd8da224
Display observation start time in measurement station tree
Björn Ricks <bjoern.ricks@intevation.de>
parents:
4269
diff
changeset
|
561 measurement_station_start_time = Observation Start Time |
4291
6589f1c95101
Add link for info about the measurement station
Björn Ricks <bjoern.ricks@intevation.de>
parents:
4290
diff
changeset
|
562 measurement_station_url = https://flys-intern.intevation.de/MessstellenInfo/ |
6589f1c95101
Add link for info about the measurement station
Björn Ricks <bjoern.ricks@intevation.de>
parents:
4290
diff
changeset
|
563 measurement_station_info_link = Measurement Station Info |