annotate gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.properties @ 9589:0a30e01719ca

zu 10.7
author gernotbelger
date Thu, 10 Jan 2019 11:57:24 +0100
parents b9c87bbff6a4
children 68d7b09a47b7
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
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
12 projectlist_creationTime = Creation Time
605
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
13 projectlist_title = Title
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
14 projectlist_favorite = Permanent
4561
49f80ab6e3cb Add i18n for the new close project list button
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4540
diff changeset
15 projectlist_close = Close
605
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
16 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
17 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
18 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
19 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
20 warning = Attention
558
5749fd2b0138 #43 Modified an english warning text.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 551
diff changeset
21 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
22 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
23 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
24 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
25 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
26 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
27 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
28 module_selection = Module
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
29 river_selection = River
8878
ddd6523e0868 Fixed: reverting removal of module-localization because it is also used at a different place
gernotbelger
parents: 8873
diff changeset
30 winfo = W-INFO
ddd6523e0868 Fixed: reverting removal of module-localization because it is also used at a different place
gernotbelger
parents: 8873
diff changeset
31 minfo = M-INFO
ddd6523e0868 Fixed: reverting removal of module-localization because it is also used at a different place
gernotbelger
parents: 8873
diff changeset
32 new_map = New Map
1516
102e472bd2a1 Changed the visible i18n strings for module 'new map.'
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1511
diff changeset
33 map = Map
8878
ddd6523e0868 Fixed: reverting removal of module-localization because it is also used at a different place
gernotbelger
parents: 8873
diff changeset
34 new_chart = New Chart
1429
16b7adc66330 Added stub for chart property editor.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1423
diff changeset
35 diagram = Chart
16b7adc66330 Added stub for chart property editor.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1423
diff changeset
36 axes = Axes
16b7adc66330 Added stub for chart property editor.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1423
diff changeset
37 legend = Legend
7958
632c724fed2d i18n for WMS legend window title.
Tom Gottfried <tom@intevation.de>
parents: 7889
diff changeset
38 wms_legend= WMS Legend
1431
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
39 chart_title = Title
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
40 chart_subtitle = Subtitle
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
41 grid = Grid
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
42 antialiasing = Antialiasing
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
43 axis_name = Name
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
44 chart_start = start
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
45 chart_end = end
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
46 x_axis = X-Axis
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
47 y1_axis = Y1-Axis
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
48 y2_axis = Y2-Axis
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
49 y3_axis = Y3-Axis
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
50 legend_name = Name
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
51 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
52 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
53 scale = Scale
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
54 databasket = Data Basket
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
55 databasket_loading = Loading Data Basket Content
9227
84397da33d17 Allow to control specific behaviour in TwinDatacagePanel
gernotbelger
parents: 9222
diff changeset
56 databasket_empty = Databasket is empty
3706
b7e93531322f Cosmetics
Christian Lins <christian.lins@intevation.de>
parents: 3705
diff changeset
57 fix = Fixing
8878
ddd6523e0868 Fixed: reverting removal of module-localization because it is also used at a different place
gernotbelger
parents: 8873
diff changeset
58 fixanalysis = Fixing Analysis
9175
34dc0163ad2d DistancePanel Berechnungsstrecke->Darstellungsbereich Refactoring
gernotbelger
parents: 9171
diff changeset
59 next = Next
570
85d7cc0f2bab #88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
60 location = Location(s)
85d7cc0f2bab #88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
61 locations = Locations
3493
e703555f8da1 Issue 752.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3386
diff changeset
62 single_location = Location
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
63 distance = Stretch
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
64 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
65 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
66 unitWidth = m
900
c580a336438c Changed i18n string for search field label.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 888
diff changeset
67 search = Search
3706
b7e93531322f Cosmetics
Christian Lins <christian.lins@intevation.de>
parents: 3705
diff changeset
68 discharge = Discharge Name
1286
b643622d77fe Added context menu to themes list.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1281
diff changeset
69 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
70 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
71 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
72 removeTheme = Remove
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
73 manageThemes = Manage Themes
1287
95ecb98c6015 Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1286
diff changeset
74 label_ok = Ok
95ecb98c6015 Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1286
diff changeset
75 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
76 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
77 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
78 range = Range
1567
7e738bc8ed75 Show hit count in filtered input helper tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1563
diff changeset
79 resultCount = Hits
5911
b96a293d30f3 GWT client: Fixed flys/issue1246
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5886
diff changeset
80 bfg_id = BfG-ID
1602
f30919997e57 Added helper input table to state 'timerange' input in hist. discharge curves.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1601
diff changeset
81 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
82 end_year = End
2505
87ac5c532523 First part of the UI for fixing analysis parameter.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2501
diff changeset
83 period = Period
4300
9ddc1d9b035a Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4291
diff changeset
84 year = Year
6638
f4872350b50f Backed out changeset 1a7f5d09b9d8
Tom Gottfried <tom@intevation.de>
parents: 6518
diff changeset
85 sedimentload_ls = Sediment Load
4606
6e68e83149f6 Add i18n message strings for a welcome screen
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4600
diff changeset
86 welcome = Welcome to Flusshydrologische Software
6e68e83149f6 Add i18n message strings for a welcome screen
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4600
diff changeset
87 welcome_open_or_create = Please open a project from the project list or create a
9250
b64cf2f5f719 bundu showHint "JJJJ"
gernotbelger
parents: 9239
diff changeset
88 common_input_hint_year = YYYY
8924
e07dbbd60f43 Fixed ordering of i10n files, they should be the same for all three.
gernotbelger
parents: 8916
diff changeset
89
1399
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
90 # Header images
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
91 flysLogo = images/flys_logo.gif
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
92 bfgLogo = images/bfg_logo.gif
4600
e0be6ab43c23 Add path for the new small BfG logo
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4577
diff changeset
93 bfgLogoSmall = images/bfg_logo_small.png
1399
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
94
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
95 # Images
2471
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
96 downloadPNG = images/png_export.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
97 downloadPDF = images/pdf_export.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
98 downloadSVG = images/svg_export.png
5144
2c31625d4e6a New icons! Use the new icons in project list and for export buttons.
Raimund Renkert <rrenkert@intevation.de>
parents: 5134
diff changeset
99 downloadCSV = images/save_csv.png
2c31625d4e6a New icons! Use the new icons in project list and for export buttons.
Raimund Renkert <rrenkert@intevation.de>
parents: 5134
diff changeset
100 downloadAT = images/save_at.png
2c31625d4e6a New icons! Use the new icons in project list and for export buttons.
Raimund Renkert <rrenkert@intevation.de>
parents: 5134
diff changeset
101 downloadWST = images/save_wst.png
2c31625d4e6a New icons! Use the new icons in project list and for export buttons.
Raimund Renkert <rrenkert@intevation.de>
parents: 5134
diff changeset
102 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
103 cancelCalculation = images/cancelCalculation.png
1399
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
104 markerRed = images/marker_red.png
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
105 markerGreen = images/marker_green.png
4563
25a63512233e Exchange the river selection map
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4561
diff changeset
106 riverMap = images/FLYS_Karte.png
2471
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
107 properties_ico = images/properties.png
1399
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
108
4907
5d5613d45d46 CHanged distance panel labels to lower case.
Raimund Renkert <rrenkert@intevation.de>
parents: 4688
diff changeset
109 dpLabelFrom = from
793
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
110 dpUnitFrom = km
4907
5d5613d45d46 CHanged distance panel labels to lower case.
Raimund Renkert <rrenkert@intevation.de>
parents: 4688
diff changeset
111 dpLabelTo = to
793
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
112 dpUnitTo = km
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
113 dpLabelStep = a
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
114 dpUnitStep = m
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
115
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
116 wgLabelFrom = From
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
117 wgUnitFrom = m
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
118 wgLabelTo = To
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
119 wgUnitTo = m
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
120 wgLabelStep = a
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
121 wgUnitStep = m
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
122
787
4e0b73b7113b Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 785
diff changeset
123 unitFromInM = From [m]:
4e0b73b7113b Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 785
diff changeset
124 unitToInM = To [m]:
4e0b73b7113b Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 785
diff changeset
125 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
126 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
127 wrongFormat = Wrong format
7745
1d6b957d8953 issue1549: Add live-validation to wsplgen to-field.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7731
diff changeset
128 toShouldNotBeNegative = Field 'to' has to contain a positive value.
1490
15b4bc8eede0 #302 Improved input validation in WQ panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1489
diff changeset
129 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
130 missingInput = You need to enter a value.
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
131 missingInputs = You need to enter some values.
907
24d15c2e0da3 Validate than the input field for single locations contains a single value.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 904
diff changeset
132 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
133
2545
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
134 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
135 addWSPTooltip = Add manual LS
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
136 downloadPNGTooltip = Download Chart as PNG
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
137 downloadPDFTooltip = Download Chart as PDF
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
138 downloadSVGTooltip = Download Chart as SVG
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
139 downloadCSVTooltip = Download Data as CSV
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
140 zoomToMaxExtentTooltip = Zoom to Max Extent
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
141 zoomOutTooltip = Zoom Out
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
142 historyBackTooltip = Previous Zoom
2545
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
143 panControlTooltip = Pan
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
144 zoomboxTooltip = Zoom Box
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
145 chartPropertiesTooltip = Chart Properties
5606
0d8564196d73 Break printing to rework the parametrization of the print job
Andre Heinecke <aheinecke@intevation.de>
parents: 5576
diff changeset
146 printTooltip = Print
2545
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
147
235
d3f8d6966c20 Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 232
diff changeset
148 description = Description
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
149 from = from
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
150 to = to
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
151 riverside = Bank
568
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 563
diff changeset
152 bottom_edge = Bottom edge
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 563
diff changeset
153 top_edge = Top edge
248
ed90309ec608 Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 246
diff changeset
154 name = Name
ed90309ec608 Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 246
diff changeset
155 type = Type
7558
31a6b09854a6 issue1542: Added i18n for start/stoptimes of main values.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7490
diff changeset
156 starttime = Start Time
31a6b09854a6 issue1542: Added i18n for start/stoptimes of main values.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7490
diff changeset
157 stoptime = Stop Time
2460
5659b5e8c9a8 #204 Modified i18n strings in WQD table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2450
diff changeset
158 wq_table_w = Characteristic Waterlevels
5333
623e5c9f91ef Various i18n issues from flys/issue1180 .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5318
diff changeset
159 wq_waterlevel_label = Characteristic Waterlevel
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
160 wq_table_q = Characteristic Discharges/Durations
2460
5659b5e8c9a8 #204 Modified i18n strings in WQD table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2450
diff changeset
161 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
162 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
163 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
164 uesk_profile_distance = Distance [m]
8924
e07dbbd60f43 Fixed ordering of i10n files, they should be the same for all three.
gernotbelger
parents: 8916
diff changeset
165
7875
b320826b1183 Changed column names in sounding select state ui.
Raimund Renkert <rrenkert@intevation.de>
parents: 7745
diff changeset
166 minfo_type = Type
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
167 analyzed_range = Analyzed Stretch
9390
f575ff573cbb "Name der Peilung" columname minfo.
gernotbelger
parents: 9389
diff changeset
168 name_of_sounding = Name of Sounding
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
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 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
171 wqadaptedTitle = Input for W/Q Data
6013
cf7cf3fc3d8e i18n for issue1259.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5911
diff changeset
172 noMainValueAtGauge = Selected main value not present at all gauges
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
173 wqHistorical = Selection of Analyse Type
4913
45f24180664c Renamed table header for result sets.
Raimund Renkert <rrenkert@intevation.de>
parents: 4907
diff changeset
174 calcTableTitle = Values
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
175 helperPanelTitle = Input Support
3715
8d3e48f189d2 Add first draft for the gauge overview info ui
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3711
diff changeset
176 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
177 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
178 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
179 wqQ = Q [m\u00b3/s]
5104
5f70c73b11ed Display gauge names in WQAdapted input panel instead of gauge range.
Raimund Renkert <rrenkert@intevation.de>
parents: 5100
diff changeset
180 wqQatGauge = Q at Gauge [m\u00b3/s]
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
181 wqWFree = W Free Position [m+NHN]
1369
1fae113b93fd Issue 118/203.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1330
diff changeset
182 wqQGauge = Discharge at Gauge
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
183 wqSingle = Single Values
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
184 wqRange = Range
256
5e1c1b7d6516 Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 251
diff changeset
185 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
186 unitWSingle = cm
8624
4f702ea1fd3a Fix unit displayed in WFree calculation
Andre Heinecke <andre.heinecke@intevation.de>
parents: 8575
diff changeset
187 unitWFree = m+NHN
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
188 unitWFrom = cm&nbsp;-
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
189 unitWTo = cm&nbsp;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
190 unitWStep = cm
8322
323877351fb6 Run native2ascii over FLYS*.properties.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8321
diff changeset
191 unitQSingle = m\u00b3/s
323877351fb6 Run native2ascii over FLYS*.properties.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8321
diff changeset
192 unitQFrom = m\u00b3/s&nbsp;-
323877351fb6 Run native2ascii over FLYS*.properties.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8321
diff changeset
193 unitQTo = m\u00b3/s&nbsp;a
323877351fb6 Run native2ascii over FLYS*.properties.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8321
diff changeset
194 unitQStep = m\u00b3/s
3710
255decb14439 Improved i18n in minfo code.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3708
diff changeset
195 main_channel = Main Channel
255decb14439 Improved i18n in minfo code.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3708
diff changeset
196 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
197 footerHome = Home
3832
Christian Lins <christian.lins@intevation.de>
parents: 3719
diff changeset
198 footerContact = Contact
Christian Lins <christian.lins@intevation.de>
parents: 3719
diff changeset
199 footerImpressum = Legal info
5606
0d8564196d73 Break printing to rework the parametrization of the print job
Andre Heinecke <aheinecke@intevation.de>
parents: 5576
diff changeset
200 print = Print
0d8564196d73 Break printing to rework the parametrization of the print job
Andre Heinecke <aheinecke@intevation.de>
parents: 5576
diff changeset
201 printWindowTitle = PDF-Print Settings
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
202
5144
2c31625d4e6a New icons! Use the new icons in project list and for export buttons.
Raimund Renkert <rrenkert@intevation.de>
parents: 5134
diff changeset
203 projectListMin = format-indent-less.png
2c31625d4e6a New icons! Use the new icons in project list and for export buttons.
Raimund Renkert <rrenkert@intevation.de>
parents: 5134
diff changeset
204 projectListAdd = list-add.png
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
205 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
206 imageBack = images/back_en.png
2471
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
207 imageSave = images/save.png
5144
2c31625d4e6a New icons! Use the new icons in project list and for export buttons.
Raimund Renkert <rrenkert@intevation.de>
parents: 5134
diff changeset
208 theme_top = images/go-first.png
2c31625d4e6a New icons! Use the new icons in project list and for export buttons.
Raimund Renkert <rrenkert@intevation.de>
parents: 5134
diff changeset
209 theme_up = images/go-up.png
2c31625d4e6a New icons! Use the new icons in project list and for export buttons.
Raimund Renkert <rrenkert@intevation.de>
parents: 5134
diff changeset
210 theme_down = images/go-down.png
2c31625d4e6a New icons! Use the new icons in project list and for export buttons.
Raimund Renkert <rrenkert@intevation.de>
parents: 5134
diff changeset
211 theme_bottom = images/go-bottom.png
2471
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
212 zoom_all = images/mag_100.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
213 zoom_in = images/mag_zoom_box.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
214 zoom_out = images/mag_zoom_minus.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
215 zoom_back = images/mag_zoom_back.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
216 pan = images/hand.png
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
217 askThemeRemove = Are you sure that you want to remove the selected theme/themes?
3835
11d74b9d428a i18n (#872)
Christian Lins <christian.lins@intevation.de>
parents: 3832
diff changeset
218 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
219
5504
57dda5111474 Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 5492
diff changeset
220 static_sqrelation = SQ relation
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
221 discharge_curve = Discharge Rating Curve at Gauge
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
222 discharge_curve_gaugeless = Discharge Rating Curve
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
223 gauge_discharge_curve = Discharge Rating Table at Gauge
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
224 computed_discharge_curve = Discharge Rating Curve
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
225 computed_discharge_curves = Discharge Rating Curves
232
bc5f7d8084e2 Added i18n strings for a longitudinal section curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 230
diff changeset
226 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
227 duration_curve = Duration Curve
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
228 historical_discharge_curves = Historical Discharge Rating 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
229 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
230 floodmap = Floodmap
5782
5ad389bc20f0 issue1150: i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5769
diff changeset
231 historical_discharge = Time-Chart
5ad389bc20f0 issue1150: i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5769
diff changeset
232 historical_discharge_wq = W/Q-Chart
6638
f4872350b50f Backed out changeset 1a7f5d09b9d8
Tom Gottfried <tom@intevation.de>
parents: 6518
diff changeset
233 flow_velocity = Flow Velocity
7473
7c233c84784d issue1345: i18n for dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7468
diff changeset
234 flow_velocities = Flow Velocities
2527
c8413741339f Added i18n titles for flow velocity export.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2522
diff changeset
235 flow_velocity_export = Flow Velocity Export
9573
b9c87bbff6a4 mean bed height -> mean bed LEVEL
gernotbelger
parents: 9564
diff changeset
236 bedheight_middle = Mean Bed Level
b9c87bbff6a4 mean bed height -> mean bed LEVEL
gernotbelger
parents: 9564
diff changeset
237 bedheight_middle_export = Mean Bed Level Export
3711
e6ebbf4b253a Translated german strings in english language files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3710
diff changeset
238 bed_longitudinal_section = Bed Quality
e6ebbf4b253a Translated german strings in english language files.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3710
diff changeset
239 bed_longitudinal_section_export = Bed Quality Export
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
240 sq_relation_a = A Fraction of fines
8284
a89ebe3f1739 i18n is meant for translation and unfortunately the client has three files for that.
"Tom Gottfried <tom@intevation.de>"
parents: 8259
diff changeset
241 sq_relation_b = B Sand (suspended)
a89ebe3f1739 i18n is meant for translation and unfortunately the client has three files for that.
"Tom Gottfried <tom@intevation.de>"
parents: 8259
diff changeset
242 sq_relation_c = C Sand (bed load)
a89ebe3f1739 i18n is meant for translation and unfortunately the client has three files for that.
"Tom Gottfried <tom@intevation.de>"
parents: 8259
diff changeset
243 sq_relation_d = D Fine/middle
a89ebe3f1739 i18n is meant for translation and unfortunately the client has three files for that.
"Tom Gottfried <tom@intevation.de>"
parents: 8259
diff changeset
244 sq_relation_e = E Coarse
a89ebe3f1739 i18n is meant for translation and unfortunately the client has three files for that.
"Tom Gottfried <tom@intevation.de>"
parents: 8259
diff changeset
245 sq_relation_f = F Bed load total
9573
b9c87bbff6a4 mean bed height -> mean bed LEVEL
gernotbelger
parents: 9564
diff changeset
246 sq_relation_g = G Bed load total (bed level-relevant)
2903
f05f5586f5fd Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2898
diff changeset
247 sq_relation_export = SQ Export
8284
a89ebe3f1739 i18n is meant for translation and unfortunately the client has three files for that.
"Tom Gottfried <tom@intevation.de>"
parents: 8259
diff changeset
248
849
d0098fc8c40b Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 802
diff changeset
249 cross_section = Cross Section
1620
4a86c250d6a5 Fix flys/issue481 (i18n: Datenkorb).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1614
diff changeset
250 cross_sections = Cross Sections
866
593e6c49c6ee Added "w_differences" translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 849
diff changeset
251 w_differences = Differences
888
d6b88f8f88dd Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 887
diff changeset
252 w_differences_export = Differences Export
1601
42543705a857 Added i18n for reference curve export.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1599
diff changeset
253 reference_curve_export = Reference Curve Export
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
254 historical_discharge_export = Historical Discharge Rating Curve Export
4391
19ab9e23bc21 i18n for showextramark in client.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4349
diff changeset
255 showextramark = Show begin of extrapolation
4349
eda2a02d0dec flys-client: i18n for extreme_wq_curve.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4328
diff changeset
256 extreme_wq_curve = W/Q
5099
f9e2e1c84263 flys/issue1150: Renamed w/q in w/q-diagram.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5032
diff changeset
257 fix_wq_curve = W/Q-Diagram
2895
1a8e1d068f9d Added i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2894
diff changeset
258 fix_deltawt_curve = \u0394 W/t
9090
8c15c3c23ecc dW-Längsschnitt Punkt 2.3.4.1.7
gernotbelger
parents: 9088
diff changeset
259 fix_longitudinal_section_curve = \u0394W Longitudinal Section
2895
1a8e1d068f9d Added i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2894
diff changeset
260 fix_derivate_curve = Derivate
5099
f9e2e1c84263 flys/issue1150: Renamed w/q in w/q-diagram.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5032
diff changeset
261 fix_vollmer_wq_curve = W/Q-Diagram
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
262 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
263 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
264 bed_diameter = Bed Diameter
3718
1598d324fbc2 Tagged 'flys-client' as 2.9.1
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3715
diff changeset
265 soundings = Soundings
4540
ba795aa13843 Add i18n string for soundings width in flys client
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4436
diff changeset
266 soundings_width = Soundings Width
7878
dc8910e29dd4 i18n for porosities (needs to be filled with data).
Tom Gottfried <tom@intevation.de>
parents: 7875
diff changeset
267 porosities = Porosity
6638
f4872350b50f Backed out changeset 1a7f5d09b9d8
Tom Gottfried <tom@intevation.de>
parents: 6518
diff changeset
268 bed_difference_year = Bedheight Differences
f4872350b50f Backed out changeset 1a7f5d09b9d8
Tom Gottfried <tom@intevation.de>
parents: 6518
diff changeset
269 bed_difference_epoch = Epoch Bedheight Differences
f4872350b50f Backed out changeset 1a7f5d09b9d8
Tom Gottfried <tom@intevation.de>
parents: 6518
diff changeset
270 bed_difference_height_year = Bedheight Differences per year
6242
34f393434913 Implement pdf export for bedheight differences
Andre Heinecke <aheinecke@intevation.de>
parents: 6228
diff changeset
271 bedheight_difference_export = Bedheight Differences Export
849
d0098fc8c40b Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 802
diff changeset
272
3499
17c66d38f095 FixA: Added AT file export to FixAnalysis W/Q.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3493
diff changeset
273 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
274
434
2d045a65ec27 Added i18n strings for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 433
diff changeset
275 waterlevel_export = Waterlevel Export
584
dc24b1346271 Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 577
diff changeset
276 waterlevel_report = Waterlevel Report
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
277 computed_dischargecurve_export = Discharge Rating Curve Export
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
278 computed_dischargecurve_report = Discharge Rating Curve Report
434
2d045a65ec27 Added i18n strings for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 433
diff changeset
279 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
280 discharge_longitudinal_section_report = Discharge Longitudinal Section Report
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
281 durationcurve_export = Duration Numbers Export
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
282 durationcurve_report = Duration Numbers Report
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
283 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
284 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
285 wst = WST
609
418be98527f0 Prepare for AT export.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 605
diff changeset
286 at = AT
1546
5c6a5832bde5 Issue 138.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1535
diff changeset
287 pdf = PDF
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
288 computed_dischargecurve_at_export = Discharge Rating Curve Export
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
289 gauge_discharge_curve_at_export = Gauge Discharge Rating Curve
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
290 current_gauge = Current Gauge Discharge Rating Curve
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
291 gauge_class = Discharge Sector
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
292 eventselect = Event Selection
2517
8f528f5ae137 Added filter object class and scrollable chart to helper panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2512
diff changeset
293 events = Events
5782
5ad389bc20f0 issue1150: i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5769
diff changeset
294 kmchart = W/Q-Preview
6174
ab1706a682a7 Add missing localisation for pdf export tooltip in fixing analysis
Andre Heinecke <aheinecke@intevation.de>
parents: 6060
diff changeset
295 fix_waterlevel_export = Fixing analysis export
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
296 sinfo_floodduration_export = Flooding Durations of Infrastructures in BWaStr Export
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
297 sinfo_floodduration_report = Flooding Durations of Infrastructures in BWaStr Report
1455
75a40270efa8 Added keys and translations for area-creation related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1447
diff changeset
298
523
0785a8ba5e6d Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 518
diff changeset
299 chart_themepanel_header_themes = Theme
888
d6b88f8f88dd Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 887
diff changeset
300 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
301 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
302 chart_themepanel_asynchron = Navigate independently
1436
29fc2d1dfe9b Client side of interactive cross section diagrams.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1432
diff changeset
303 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
304 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
305 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
306 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
307 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
308 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
309
3832
Christian Lins <christian.lins@intevation.de>
parents: 3719
diff changeset
310 gauge_mnq = around MNQ
Christian Lins <christian.lins@intevation.de>
parents: 3719
diff changeset
311 gauge_mq = around MQ
Christian Lins <christian.lins@intevation.de>
parents: 3719
diff changeset
312 gauge_mhq = around MHQ
Christian Lins <christian.lins@intevation.de>
parents: 3719
diff changeset
313 gauge_hq5 = above HQ5
Christian Lins <christian.lins@intevation.de>
parents: 3719
diff changeset
314
1315
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
315 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
316 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
317 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
318 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
319 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
320 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
321 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
322 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
323 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
324 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
325
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
326 error_invalid_integer_positive_required = Only integers greater than 0 allowed.
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
327 error_invalid_integer = Only integers allowed.
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
328 error_invalid_double = Only numeric input allowed.
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
329 error_limit_exceeded_salix = The input is limited to 5 values.
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
330 error_no_data_for_river = No data available for the selected river.
605
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
331 unexpected_exception = There occured an unexpected exception
5696
f2c6200d72f5 i18n error messages if years are wrong for sediment load.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5674
diff changeset
332 error_years_wrong = The second year needs to be bigger than the first year.
563
469528551b78 Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 562
diff changeset
333 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
334 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
335 error_validate_date_range = Start date needs to be before end date.
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
336 error_validate_date_range_invalid = The specified period 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
337 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
338 error_validate_upper_range = The upper value $1 needs to be smaller than $2.
6060
0a200ba54461 Fix WQ input validation for fixing analysis
Andre Heinecke <aheinecke@intevation.de>
parents: 6024
diff changeset
339 error_validate_positive = The value $1 must be positive.
518
bac8e6ea277d Added i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 511
diff changeset
340 error_empty_state = Required inputs are missing.
bac8e6ea277d Added i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 511
diff changeset
341 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
342 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
343 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
344 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
345 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
346 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
347 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
348 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
349 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
350 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
351 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
352 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
353 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
354 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
355 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
356 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
357 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
358 error_no_gaugeoverviewinfo_found = Error while fetching the river and gauge info
8712
582e970115b6 (issue1448) Localize SedimentLoadInfo Exceptions shown in the client
Andre Heinecke <andre.heinecke@intevation.de>
parents: 8624
diff changeset
359 error_no_sedimentloadinfo_found = Error while fetching sedimentload info.
582e970115b6 (issue1448) Localize SedimentLoadInfo Exceptions shown in the client
Andre Heinecke <andre.heinecke@intevation.de>
parents: 8624
diff changeset
360 error_no_sedimentloadinfo_data = No Sedimentload data for the current parameters.
230
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
361
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
362 error_feed_no_data = No input data found.
9102
21e65960a9e3 fix-analysis distance range bugfix
gernotbelger
parents: 9090
diff changeset
363 error_feed_from_out_of_range = The start value is out of the valid range.
21e65960a9e3 fix-analysis distance range bugfix
gernotbelger
parents: 9090
diff changeset
364 error_feed_to_out_of_range = The end value is out of the valid range.
230
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
365 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
366 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
367 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
368 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
369 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
370 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
371 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
372 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
373 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
374 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
375 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
376 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
377 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
378 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
379 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
380 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
381 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
382 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
383 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
384 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
385 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
386 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
387 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
388 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
389 error_no_dgm_selected = No DEM selected.
6820
f48d45e760d0 issue1328: improved i18n message
Tom Gottfried <tom@intevation.de>
parents: 6717
diff changeset
390 error_invalid_dgm_selected = An error occured while selecting the DEM.
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
391 error_bad_dgm_range = You have selected a DEM with an invalid stretch.
1446
4c5006fecd8d Added error strings for DEM selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1436
diff changeset
392 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
393 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
394 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
395 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
396 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
397 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
398 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
399 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
400
4131
360e22afb98b Cosmetics, warnings and minor TODOs.
Christian Lins <christian.lins@intevation.de>
parents: 4130
diff changeset
401 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
402 warning_no_wsp_selected = No waterlevel selected!
4131
360e22afb98b Cosmetics, warnings and minor TODOs.
Christian Lins <christian.lins@intevation.de>
parents: 4130
diff changeset
403 warning_cannot_parse_date = Invalid date!
4567
5e6e89f19a37 flys/client: Exception catched and replaced by friendly warning (MINFO Sohlhoehendifferenz) #967/flys.
Christian Lins <christian.lins@intevation.de>
parents: 4563
diff changeset
404 warning_select_two_values = Please select two values!
4130
df8ac7ff6b1a Improve warning when user does not select a waterlevel calculation (#914)
Christian Lins <christian.lins@intevation.de>
parents: 4019
diff changeset
405
9175
34dc0163ad2d DistancePanel Berechnungsstrecke->Darstellungsbereich Refactoring
gernotbelger
parents: 9171
diff changeset
406 waterlevel_ground_state = Choose differences betweeen waterlevel and ground [m]
34dc0163ad2d DistancePanel Berechnungsstrecke->Darstellungsbereich Refactoring
gernotbelger
parents: 9171
diff changeset
407
800
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
408 ## map related strings
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
409 digitize = images/digitize.png
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
410 pipe1 = Pipe1
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
411 pipe2 = Pipe12
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
412 ditch = Ditch
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
413 dam = Dam
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
414 ring_dike = Ringdike
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
415 selectFeature = images/selectFeature.png
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
416 removeFeature = images/removeFeature.png
2471
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
417 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
418 getFeatureInfoTooltip = Information Tool
5813
e0ab5a566688 Rework FeatureInfo Window fopr issue 775
Andre Heinecke <aheinecke@intevation.de>
parents: 5794
diff changeset
419 getFeatureInfoWindowTitle = Information for Map Layer:
2546
2618d5de9ce4 Merged revisions 4533 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2545
diff changeset
420 addWMS = images/add_map.png
4436
9fca4d60fb7c Reintroduce wrongly outbacked changes (rev 4418-4425).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4435
diff changeset
421 printMapSettings = images/print_map_settings.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
422 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
423 adjustElevation = images/adjustElevation.png
2471
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
424 measureLine = images/measure_line.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
425 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
426 step = Step
d7c322a3bb32 Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 876
diff changeset
427 calculationStarted = Calculation started.
880
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
428 zoomMaxExtent = Max extent
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
429 zoomIn = Zoom in
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
430 zoomOut = Zoom out
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
431 zoomLayer = Zoom to layer
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
432 moveMap = Move
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
433 digitizeObjects = Creation of pipes, ditches, dams and ringdikes
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
434 selectObject = Select tool
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
435 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
436 adjustElevationTooltip = Define elevations for barriers
880
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
437 measureDistance = Measure line
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
438 measureArea = Measure area
1327
8a93fb299e64 #288 Added legend symbols to the MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1324
diff changeset
439 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
440 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
441 requireDGM = You need to choose a DEM.
2494
88b51e6e0334 Issue 657.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2479
diff changeset
442 upload_file = upload
88b51e6e0334 Issue 657.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2479
diff changeset
443 shape_file_upload = Upload shapefile
1330
ece7d9484574 Added missing string resources for datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1327
diff changeset
444
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
445 # data basket
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
446 historical_discharges = Historical discharge rating curves
7456
1d35db228c75 dc i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7442
diff changeset
447 reference_curves = Reference Curves
1611
87572e476f7a Added missing translation for waterlevels.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1608
diff changeset
448 waterlevels = Waterlevels
7335
febe75e123cf i18n for old calculations dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7308
diff changeset
449 waterlevels_ls = Longitudinal Section
febe75e123cf i18n for old calculations dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7308
diff changeset
450 waterlevels_discharge = Discharge Longitudinal Section
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
451 waterlevels_fix = Fixation Analysis
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
452 waterlevels_fix_vollmer = Fixation Analysis (Vollmer)
6586
16c614d68e19 issue1394: i18n
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6418
diff changeset
453 beddifferences = Bedheight Differences
6590
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6586
diff changeset
454 bedheight_differences = Bedheight Differences
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
455 middle_bedheights = Mean Bedheights
6586
16c614d68e19 issue1394: i18n
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6418
diff changeset
456 vollmer_waterlevels = Vollmer Waterlevels
1385
31e69ee9dd36 Updated translations (english and defaut (english)).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1384
diff changeset
457 old_calculations = Former Calculations
2986
176d915573e9 Added 18n for datacage officiallines.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2983
diff changeset
458 officiallines = Official lines
1385
31e69ee9dd36 Updated translations (english and defaut (english)).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1384
diff changeset
459 datacageAdd = Add data
1383
a09b7ff5c630 Added translations for datacage element strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1377
diff changeset
460 heightmarks = Height Marks
1385
31e69ee9dd36 Updated translations (english and defaut (english)).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1384
diff changeset
461 basedata = Base Data
31e69ee9dd36 Updated translations (english and defaut (english)).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1384
diff changeset
462 fixations = Fixations
1497
895e6bc4bb73 Added translations for flood_protections keyword.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1494
diff changeset
463 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
464 columns = Columns
1511
9119bf1f9e5e Added translation for Streckenfavoriten.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1510
diff changeset
465 annotation = Annotations
4019
e249bd8fe72e i18n for annotations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3994
diff changeset
466 annotations = Annotations
5763
dd652fcc9f0d Add missing i18n strings
Andre Heinecke <aheinecke@intevation.de>
parents: 5759
diff changeset
467 all_annotations = All annotations
5576
ec60249bd679 Added i18n string for flow velocity datacage.
Raimund Renkert <rrenkert@intevation.de>
parents: 5554
diff changeset
468 flowvelocitymeasurement = Flowvelocity measurements
7308
a4b4c620e611 i18n for dc and facet name generation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7298
diff changeset
469 flowvelocitymodel = Flowvelocity model
7456
1d35db228c75 dc i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7442
diff changeset
470 bed_quality = Bed Quality
1384
e89303730d00 Bugfix: added missing i18n strings and synced english translation with default translation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
471 additionals = Additional Longitudinal Section Curves
1385
31e69ee9dd36 Updated translations (english and defaut (english)).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1384
diff changeset
472 differences = Differences
1395
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1385
diff changeset
473 kilometrage = Kilometrage
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1385
diff changeset
474 riveraxis = Riveraxis
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1385
diff changeset
475 km = Km
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
476 qps = Cross Section Tracks
1395
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1385
diff changeset
477 hws = Floodplain Protection Work
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1385
diff changeset
478 catchments = Catchments
5759
9f9dfe1b9913 Add a different translation for catchment_wms
Andre Heinecke <aheinecke@intevation.de>
parents: 5717
diff changeset
479 catchment_wms = Catchments (WMS)
1395
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1385
diff changeset
480 floodplain = Floodplain
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1385
diff changeset
481 lines = Lines
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1385
diff changeset
482 buildings = Buildings
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
483 fixpoints = Fixed Points
2450
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
484 uesk = Floodmaps
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
485 calculations = Calculations
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
486 current = Current
5536
adcad5104fd1 Fix typo in i18n for potential
Andre Heinecke <aheinecke@intevation.de>
parents: 5515
diff changeset
487 potential = Potential
2450
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
488 bfg = BfG
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
489 land = Land
1395
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1385
diff changeset
490 rastermap = Rastermap
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1385
diff changeset
491 background = Background Map
5782
5ad389bc20f0 issue1150: i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5769
diff changeset
492 discharge_tables_chart = W/Q-Preview
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
493 discharge_table_nn = Discharge Rating Tables at Gauge
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
494 discharge_table_gauge = Discharge Rating Table at Gauge
1620
4a86c250d6a5 Fix flys/issue481 (i18n: Datenkorb).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1614
diff changeset
495 mainvalue = Mainvalue
4985
8c9567dd2e60 Fix i18n in GaugeInfo Basedataview. Include Q values.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4920
diff changeset
496 mainvalues = Mainvalues
5763
dd652fcc9f0d Add missing i18n strings
Andre Heinecke <aheinecke@intevation.de>
parents: 5759
diff changeset
497 wmainvalue = Mainvalues (W)
dd652fcc9f0d Add missing i18n strings
Andre Heinecke <aheinecke@intevation.de>
parents: 5759
diff changeset
498 qmainvalue = Mainvalues (Q)
4985
8c9567dd2e60 Fix i18n in GaugeInfo Basedataview. Include Q values.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4920
diff changeset
499 show_mainvalues = Show Mainvalues
2444
22989ed51064 Added I18N string for digital elevation models.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2435
diff changeset
500 dems = Digital Elevation Models
2547
250dda4bed82 Merged revisions 4541 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2546
diff changeset
501 hydrboundaries = Hydrological Boundaries
250dda4bed82 Merged revisions 4541 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2546
diff changeset
502 gaugelocations = Location of Gauges
3508
60984be9bcfa MINFO: Added UI for minfo differences calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3499
diff changeset
503 single = Year
60984be9bcfa MINFO: Added UI for minfo differences calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3499
diff changeset
504 epoch = Epoch
60984be9bcfa MINFO: Added UI for minfo differences calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3499
diff changeset
505 bedheights = Bedheights
5769
eef5484e5846 Added i18n strings for morhologic width in datacage.
Raimund Renkert <rrenkert@intevation.de>
parents: 5763
diff changeset
506 morph_width = morphologic Width
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
507 datacage = Data Basket
5349
d43ef9f709cd Add HWSLines and HWSPoints to datacage for the map
Andre Heinecke <aheinecke@intevation.de>
parents: 5337
diff changeset
508 official = Offical
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
509 inofficial = Inofficial
5349
d43ef9f709cd Add HWSLines and HWSPoints to datacage for the map
Andre Heinecke <aheinecke@intevation.de>
parents: 5337
diff changeset
510 custom_lines = Own Digitalizations
d43ef9f709cd Add HWSLines and HWSPoints to datacage for the map
Andre Heinecke <aheinecke@intevation.de>
parents: 5337
diff changeset
511 hws_lines = Lines
d43ef9f709cd Add HWSLines and HWSPoints to datacage for the map
Andre Heinecke <aheinecke@intevation.de>
parents: 5337
diff changeset
512 hws_points = Points
5364
51db7fbc2e77 Add HWS Lines and HWS Points folder structures to the datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5349
diff changeset
513 hws_fed_unknown = Unknown State
5437
b582df0c7b00 Add Jetties to floodmap
Andre Heinecke <aheinecke@intevation.de>
parents: 5364
diff changeset
514 jetties = Jetties
5470
5b75dfc1b637 Add i18n for route_data and other
Andre Heinecke <aheinecke@intevation.de>
parents: 5437
diff changeset
515 route_data = Route Data
5b75dfc1b637 Add i18n for route_data and other
Andre Heinecke <aheinecke@intevation.de>
parents: 5437
diff changeset
516 other = Other
5477
ae60bb7b8085 Add proper handling of multiple river_axes for datacage and rivermapfile
Andre Heinecke <aheinecke@intevation.de>
parents: 5470
diff changeset
517 axis = Axis
5515
87dab419b924 Properly handle hydr_boundaries and hydr_boundaries_poly in datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5504
diff changeset
518 bfg_model = BfG-Model
87dab419b924 Properly handle hydr_boundaries and hydr_boundaries_poly in datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5504
diff changeset
519 federal = Federal States
87dab419b924 Properly handle hydr_boundaries and hydr_boundaries_poly in datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5504
diff changeset
520 areas = Areas
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
521 sobek_flooded = SOBEK-Boundary flooded/not flooded
5515
87dab419b924 Properly handle hydr_boundaries and hydr_boundaries_poly in datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5504
diff changeset
522 sobek_areas = SOBEK-Areas
5537
b5912ad9926c Add i18n for measurements
Andre Heinecke <aheinecke@intevation.de>
parents: 5536
diff changeset
523 measurements = Measurements
5547
38713f32a785 Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5537
diff changeset
524 floodmarks = Flood Marks
38713f32a785 Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5537
diff changeset
525 pegel_had_measurement_points = HAD Discharge-Measurement points
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
526 delta_w = Waterlevel Differences
7174
87a7cdb6ee1e Filter waterleveldifferences according to unit.
Tom Gottfried <tom@intevation.de>
parents: 7172
diff changeset
527 delta_w_cm = cm
87a7cdb6ee1e Filter waterleveldifferences according to unit.
Tom Gottfried <tom@intevation.de>
parents: 7172
diff changeset
528 delta_w_cma = cm/a
7172
e1c875583a94 Move MINFO-fixation-stuff to MINFO-datacage and give specified names.
Tom Gottfried <tom@intevation.de>
parents: 6995
diff changeset
529 wlevel = Waterlevels
8099
e60ba7090667 Add translation for sedimentloads
Andre Heinecke <andre.heinecke@intevation.de>
parents: 8079
diff changeset
530 sedimentloads = Sedimentloads
7665
6d39b4066c91 Add sources/sinks to sediment yield datacage.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 7597
diff changeset
531 sources_sinks = sources_sinks
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
532 years = Years
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
533 epochs = Epochs
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
534 off_epochs = Official Epochs
7210
52d11f4e4bea i18n for densities.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7191
diff changeset
535 densities = Sediment Densities
9273
1b2623dff742 salix another review
gernotbelger
parents: 9267
diff changeset
536 years_general = years
8079
1c57c9dc1661 Datacage config for new sediment load structures. Missing: some facets and everything down from the innermost macros for sediment load at measurement stations.
Tom Gottfried <tom@intevation.de>
parents: 8005
diff changeset
537
7442
96938401b1cd i18n for dc added.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7360
diff changeset
538 sediment_load = Sediment Load
8079
1c57c9dc1661 Datacage config for new sediment load structures. Missing: some facets and everything down from the innermost macros for sediment load at measurement stations.
Tom Gottfried <tom@intevation.de>
parents: 8005
diff changeset
539 sediment_load_ls = Longitudinal sections
1c57c9dc1661 Datacage config for new sediment load structures. Missing: some facets and everything down from the innermost macros for sediment load at measurement stations.
Tom Gottfried <tom@intevation.de>
parents: 8005
diff changeset
540 measurement_stations = Measurement stations
1c57c9dc1661 Datacage config for new sediment load structures. Missing: some facets and everything down from the innermost macros for sediment load at measurement stations.
Tom Gottfried <tom@intevation.de>
parents: 8005
diff changeset
541 coarse = Coarse
1c57c9dc1661 Datacage config for new sediment load structures. Missing: some facets and everything down from the innermost macros for sediment load at measurement stations.
Tom Gottfried <tom@intevation.de>
parents: 8005
diff changeset
542 fine_middle = Fine Middle
7291
ff0b99425dc9 issue1345: Added accidentally ommitted i18n for sedimentload dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7210
diff changeset
543 sand = Sand
ff0b99425dc9 issue1345: Added accidentally ommitted i18n for sedimentload dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7210
diff changeset
544 susp_sand = Suspended Sand
ff0b99425dc9 issue1345: Added accidentally ommitted i18n for sedimentload dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7210
diff changeset
545 susp_sand_bed = Suspended Sand (bed)
8079
1c57c9dc1661 Datacage config for new sediment load structures. Missing: some facets and everything down from the innermost macros for sediment load at measurement stations.
Tom Gottfried <tom@intevation.de>
parents: 8005
diff changeset
546 suspended_sediment = Suspended Sediment
1c57c9dc1661 Datacage config for new sediment load structures. Missing: some facets and everything down from the innermost macros for sediment load at measurement stations.
Tom Gottfried <tom@intevation.de>
parents: 8005
diff changeset
547 total = Total load
1c57c9dc1661 Datacage config for new sediment load structures. Missing: some facets and everything down from the innermost macros for sediment load at measurement stations.
Tom Gottfried <tom@intevation.de>
parents: 8005
diff changeset
548 bed_load = Bed load
1c57c9dc1661 Datacage config for new sediment load structures. Missing: some facets and everything down from the innermost macros for sediment load at measurement stations.
Tom Gottfried <tom@intevation.de>
parents: 8005
diff changeset
549 suspended_load = Suspended load
1c57c9dc1661 Datacage config for new sediment load structures. Missing: some facets and everything down from the innermost macros for sediment load at measurement stations.
Tom Gottfried <tom@intevation.de>
parents: 8005
diff changeset
550
5547
38713f32a785 Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5537
diff changeset
551 # No translation for the pegelonline wms service layer names.
38713f32a785 Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5537
diff changeset
552 gauge_points = Pegelpunkte (WSV)
38713f32a785 Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5537
diff changeset
553 gauge_level = Aktueller Wasserstand (WSV)
38713f32a785 Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5537
diff changeset
554 gauge_names = Pegelnamen (WSV)
38713f32a785 Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5537
diff changeset
555 gauge_tendency = Tendenz des Wasserstands (WSV)
1409
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
556
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
557 startcolor = Color gradient start color
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
558 endcolor = Color gradient end color
4577
1c6c2ddac3d6 Work on dynamic color classes for floodmap (work in progress, not yet functional).
Christian Lins <christian.lins@intevation.de>
parents: 4567
diff changeset
559 numclasses = Number of classes
1c6c2ddac3d6 Work on dynamic color classes for floodmap (work in progress, not yet functional).
Christian Lins <christian.lins@intevation.de>
parents: 4567
diff changeset
560
1409
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
561 # capabilities information panel
1410
6bb2c1ffab2b Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1409
diff changeset
562 addwmsInputTitle = Base URL of WMS service
6bb2c1ffab2b Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1409
diff changeset
563 addwmsInfoTitle = Information about WMS service
6bb2c1ffab2b Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1409
diff changeset
564 addwmsLayerTitle = Choose Layer
1420
c8481debff70 Added missing i18n labels for buttons used in ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1410
diff changeset
565 addwmsBack = Back
c8481debff70 Added missing i18n labels for buttons used in ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1410
diff changeset
566 addwmsContinue = Continue
c8481debff70 Added missing i18n labels for buttons used in ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1410
diff changeset
567 addwmsCancel = Cancel
1410
6bb2c1ffab2b Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1409
diff changeset
568 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
569 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
570 capabilitiesTitle = Title
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
571 capabilitiesURL = URL
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
572 capabilitiesAccessConstraints = Access Constraints
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
573 capabilitiesFees = Fees
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
574 capabilitiesContactInformation = Further Information
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
575 capabilitiesEmail = Email
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
576 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
577
1467
3adfb0f88eca Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1465
diff changeset
578 #Properties dialog
3adfb0f88eca Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1465
diff changeset
579 chart = Chart
1483
843eed27390d Added strings for chart properties dialog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1479
diff changeset
580 export = Export
843eed27390d Added strings for chart properties dialog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1479
diff changeset
581 width = Width
843eed27390d Added strings for chart properties dialog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1479
diff changeset
582 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
583 visibility = Visibility
1501
d12cb71965cf Issue 358.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1497
diff changeset
584 upper = to
d12cb71965cf Issue 358.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1497
diff changeset
585 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
586 fixation = Fix
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
587 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
588 label = Title
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
589 title = Title
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
590 subtitle = Subtitle
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
591 display_grid = Display grid
3510
abc5957bfe1c First i18n strings for logo-stuff in charts.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3508
diff changeset
592 display_logo = Display logo
3513
c657c0bbcf8f Updated to use split properties for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3512
diff changeset
593 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
594 logo_placev = Vertic. Place for logo
7597
fca46ce8e4f5 (issue1225) Implement Magic labels.
Andre Heinecke <aheinecke@intevation.de>
parents: 7586
diff changeset
595 suggested_label = Suggested Label
3520
0b576ca67cd5 i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3513
diff changeset
596 top = top
0b576ca67cd5 i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3513
diff changeset
597 bottom = bottom
0b576ca67cd5 i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3513
diff changeset
598 center = center
0b576ca67cd5 i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3513
diff changeset
599 left = left
0b576ca67cd5 i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3513
diff changeset
600 right = right
0b576ca67cd5 i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3513
diff changeset
601 none = none
1479
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
602
5318
7fa94b793cbe I18n for empty selection in new uesk states.
Raimund Renkert <rrenkert@intevation.de>
parents: 5144
diff changeset
603 notselected = none
7fa94b793cbe I18n for empty selection in new uesk states.
Raimund Renkert <rrenkert@intevation.de>
parents: 5144
diff changeset
604
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
605 linetype = Line Type
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
606 textstyle = Text Style
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
607 linecolor = Line Color
2882
63d1e5428a1c Added i18n strings for new theme properties for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2548
diff changeset
608 showhorizontalline = Show horizonal line
63d1e5428a1c Added i18n strings for new theme properties for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2548
diff changeset
609 showverticalline = Show vertical line
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
610 textcolor = Text Color
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
611 textsize = Text Size
1479
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
612 font = Font
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
613 showpoints = Show points
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
614 showbackground = Show background
4664
c2b431e3e88a Added i18n strings for style editor.
Raimund Renkert <rrenkert@intevation.de>
parents: 4606
diff changeset
615 textshowbg = Show background
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
616 backgroundcolor = Background Color
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
617 bandwidthcolor = Bandwidth Color
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
618 textbgcolor = Background Color
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
619 textorientation = Text Orientation
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
620 linesize = Line Size
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
621 pointsize = Point Size
3349
36cd7d88551a Added bandwidth field, i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2986
diff changeset
622 bandwidth = Bandwidth
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
623 pointcolor = Color of Points
1479
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
624 showlines = Show lines
2961
579e33a24a4c Add showpointlabel style attribute.
Christian Lins <christian.lins@intevation.de>
parents: 2954
diff changeset
625 showlinelabel = Show line label
579e33a24a4c Add showpointlabel style attribute.
Christian Lins <christian.lins@intevation.de>
parents: 2954
diff changeset
626 showpointlabel = Show point label
3384
a6b7f0585761 Merge point/line label styles
Christian Lins <christian.lins@intevation.de>
parents: 3349
diff changeset
627 labelfontface = Label: Font
a6b7f0585761 Merge point/line label styles
Christian Lins <christian.lins@intevation.de>
parents: 3349
diff changeset
628 labelfontcolor = Label: Color
a6b7f0585761 Merge point/line label styles
Christian Lins <christian.lins@intevation.de>
parents: 3349
diff changeset
629 labelfontsize = Label: Size
a6b7f0585761 Merge point/line label styles
Christian Lins <christian.lins@intevation.de>
parents: 3349
diff changeset
630 labelfontstyle = Label: Style
a6b7f0585761 Merge point/line label styles
Christian Lins <christian.lins@intevation.de>
parents: 3349
diff changeset
631 labelbgcolor = Label: Background Color
a6b7f0585761 Merge point/line label styles
Christian Lins <christian.lins@intevation.de>
parents: 3349
diff changeset
632 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
633 horizontal = horizontal
4e32de1b6a9e Fix for line label text in Delta W(t) chart (#837).
Christian Lins <christian.lins@intevation.de>
parents: 3700
diff changeset
634 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
635 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
636 showlevel = Show waterlevel
1492
7a1ac903a524 Added new strings displayed in the theme editor window.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1490
diff changeset
637 showminimum = Show minimum
7a1ac903a524 Added new strings displayed in the theme editor window.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1490
diff changeset
638 showmaximum = Show maximum
1489
03649eb8933a Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1483
diff changeset
639 showborder = Show line
03649eb8933a Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1483
diff changeset
640 transparent = Transparency
3700
dbcd14c27c8d Transparency attribute theme fixes
Christian Lins <christian.lins@intevation.de>
parents: 3699
diff changeset
641 transparency = Transparency
4688
1e23998aa4db Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4664
diff changeset
642 showarea = Show area
1e23998aa4db Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4664
diff changeset
643 showarealabel = Show area label
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
644 # Warum steht 'height' im Key?
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
645 showmiddleheight = Show mean depth
1489
03649eb8933a Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1483
diff changeset
646 fillcolor = Fill Color
4688
1e23998aa4db Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4664
diff changeset
647 areabgcolor = Fill Color
8910
d9c89651bd67 Area chart layers may now have an 'arebgpattern'. Real pattern yet to be defined.
gernotbelger
parents: 8878
diff changeset
648 areabgpattern = Fill Pattern
4688
1e23998aa4db Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4664
diff changeset
649 areashowborder = Show area border
1e23998aa4db Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4664
diff changeset
650 areashowbg = Show area background
1e23998aa4db Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4664
diff changeset
651 areabordercolor = Border color
1e23998aa4db Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4664
diff changeset
652 areatransparency = Tranparency
2472
75d19d46c3cd Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2471
diff changeset
653 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
654 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
655 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
656 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
657 wsplgen_cat5 = Fill Color 4.0 <= DIFF
5492
d42906df4527 Update attribution year for intevation wms background
Andre Heinecke <aheinecke@intevation.de>
parents: 5477
diff changeset
658 attribution = &copyIntevation GmbH 2013<br>Data &copy<a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>
5792
06036bc6fb19 Add WMS URL menu entry again and print the wms_url
Andre Heinecke <aheinecke@intevation.de>
parents: 5782
diff changeset
659 wmsURLMenuItem = WMS URL
06036bc6fb19 Add WMS URL menu entry again and print the wms_url
Andre Heinecke <aheinecke@intevation.de>
parents: 5782
diff changeset
660 wmsURLBoxTitle = Layer WMS URL
5794
af2aa716152f Fix issue1254, make GetFeatureInfo work reliably
Andre Heinecke <aheinecke@intevation.de>
parents: 5792
diff changeset
661 requireTheme = You need to choose a Layer.
1552
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
662
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
663 # Manual Points Editor
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
664 addpoints = Add points
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
665 pointname = Name
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
666 removepoint = Remove
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
667 newpoint = New Point
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
668 standby = Creating Artifact ... please wait.
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
669 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
670 editpoints = Edit Points
2926
59491a730461 New i18n for WSP editor.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2925
diff changeset
671 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
672 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
673 selection = Selection
8529
4ead7919e709 (issue1717) Use unified description for y-field in editor for manual points in historical discharge time-diagrams.
Tom Gottfried <tom@intevation.de>
parents: 8524
diff changeset
674 manual_date_points_y = Y ([m\u00b3/s]/[cm])
1583
437290681e69 Added i18n title for reference curve output.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1582
diff changeset
675
437290681e69 Added i18n title for reference curve output.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1582
diff changeset
676 # Reference Curves
437290681e69 Added i18n title for reference curve output.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1582
diff changeset
677 reference_curve = Reference Curve
1599
4ba6f1fb3a03 I18N for "Reduzierte Bezugslinie".
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1596
diff changeset
678 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
679 reference_startpoint = Point of reference
592751b635e3 Added translations for reference curve state data.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1611
diff changeset
680 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
681
ada02bbd3b7f Merged revisions 4541,4544 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2547
diff changeset
682 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
683 select=Selected
242b5c230707 Added UI for S-Q-relation parameters in minfo module.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2895
diff changeset
684 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
685
c92079709a37 FixA: Added i18n strings for export of adjusted coefficients.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 2926
diff changeset
686 fix_parameters_export = Adjusted coefficient
2933
d87730b89afa Forget to commit one i8n file.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 2932
diff changeset
687 fix_parameters = CSV
2977
5161e25392ea Added chart overview to sq relation in minfo module.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2961
diff changeset
688
5161e25392ea Added chart overview to sq relation in minfo module.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2961
diff changeset
689 sq_overview=Overview
7298
5b2126d21c2e Polish SQ Datacage and Facets
Andre Heinecke <aheinecke@intevation.de>
parents: 7291
diff changeset
690 sq_relations=SQ Relations
3719
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3718
diff changeset
691
5100
3557570fef51 Renamed 'Pegelnullpunkt/Gauge zero ground' to 'PNP/GZG'.
Raimund Renkert <rrenkert@intevation.de>
parents: 5099
diff changeset
692 gauge_zero = GZG
3719
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3718
diff changeset
693 gauge_q_unit = m\u00b3/s
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
694 #Links are also form-names and must not contain whitespaces!
3839
509ef6ec93af Add html links for the additinal river and gauge info pages
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3835
diff changeset
695 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
696 gauge_info_link = Gaugeinfo
6418
c702bac7f72e Make wiki url configurable in gwt client (flys/#1197). It's probably better to retrieve
Christian Lins <christian.lins@intevation.de>
parents: 6371
diff changeset
697 gauge_url = /PegelInfo/
c702bac7f72e Make wiki url configurable in gwt client (flys/#1197). It's probably better to retrieve
Christian Lins <christian.lins@intevation.de>
parents: 6371
diff changeset
698 gauge_river_url = /GewaesserInfo/
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
699 gauge_curve_link = Model Discharge Rating Curve/Table
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
700 discharge_timeranges = DC Time Series
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
701 discharge_chart = W/Q Preview
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
702
0c766c475805 Add Panel and Tree UI classes for dispayling the measurement station info
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4241
diff changeset
703 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
704 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
705 measurement_station_start_time = Observation Start Time
8497
b9434fe6d7d6 The base-URL comes from elsewhere. Other *.properties-files know that already.
Tom Gottfried <tom@intevation.de>
parents: 8459
diff changeset
706 measurement_station_url = /MessstellenInfo/
4291
6589f1c95101 Add link for info about the measurement station
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4290
diff changeset
707 measurement_station_info_link = Measurement Station Info
4328
25157125f4a0 Update translations for measurement station changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4300
diff changeset
708 measurement_station_gauge_name = Reference Gauge
8417
71144e25a6c9 Add comment to measurement stations info.
Tom Gottfried <tom@intevation.de>
parents: 8322
diff changeset
709 measurement_station_comment = Comment
5674
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
710
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
711 # The prefix is used to classify them and will be stripped
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
712 # If the payload part sarts with a number it will be sorted
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
713 # By this number and the number will be stripped.
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
714 # Number must be a single digit 0-9. This hack was made necessary
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
715 # by the usage of an attribute table in mapfish
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
716
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
717 mapfish_data_range = mapfish_data_3Range
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
718 mapfish_data_subtitle = mapfish_data_0Subtitle
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
719 mapfish_data_strech = mapfish_data_2Stretch
5717
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
720 mapfish_data_institution = mapfish_data_5Institution
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
721 mapfish_data_source = mapfish_data_6Source
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
722 mapfish_data_creator = mapfish_data_5Creator
5674
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
723 mapfish_data_dateplace = mapfish_data_7Place, Date
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
724 mapfish_data_river = mapfish_data_1River
5717
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
725
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
726 mapTitle = Title
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
727 mapSubtitle = Subtitle
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
728 mapRange = Range
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
729 mapStretch = Stretch
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
730 mapCreator = Creator
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
731 mapInstitution = Institution
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
732 mapSource = Source
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
733 mapDate = Place, Date
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
734 mapLogo = Logo
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
735
5813
e0ab5a566688 Rework FeatureInfo Window fopr issue 775
Andre Heinecke <aheinecke@intevation.de>
parents: 5794
diff changeset
736 # Get Feature Info Window
5853
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
737 PATH = Filepath
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
738 DESCRIPTION = Name
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
739 KM = Station
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
740 Z = Height
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
741 LOCATION = Location
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
742 HPGP = Kind of Fixpoint
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
743 DIFF = DIFF
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
744 SOURCE = Source
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
745 WATERBODY = Waterbody
5886
6a63456b99d9 Schema change, importer, i18n: additional field for federal state stations
Tom Gottfried <tom.gottfried@intevation.de>
parents: 5853
diff changeset
746 FEDSTATE_KM = Station (Federal State)
6371
19459037b3c7 GWT client: Display official lines in helper panels.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6242
diff changeset
747
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
748 official_regulation = Official Regulation
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
749 negative_values_not_allowed_for_to=No negative numbers allowed for 'to'.
8321
a5e7e2d833ea Added missing l10n strings.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8297
diff changeset
750
a5e7e2d833ea Added missing l10n strings.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8297
diff changeset
751 reference_gauge=Reference gauge
a5e7e2d833ea Added missing l10n strings.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8297
diff changeset
752 gauge_name=Gauge
a5e7e2d833ea Added missing l10n strings.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8297
diff changeset
753
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
754 station=Number of Measurement Station
8321
a5e7e2d833ea Added missing l10n strings.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8297
diff changeset
755
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
756 station_name=Measurement Station
8321
a5e7e2d833ea Added missing l10n strings.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8297
diff changeset
757
a5e7e2d833ea Added missing l10n strings.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8297
diff changeset
758 river=River
a5e7e2d833ea Added missing l10n strings.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8297
diff changeset
759
a5e7e2d833ea Added missing l10n strings.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8297
diff changeset
760 ld_locations=Station(s)
a5e7e2d833ea Added missing l10n strings.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 8297
diff changeset
761
8459
c6db5f8cafbb Unify wording and spelling for axis fixation in chart properties editor.
Tom Gottfried <tom@intevation.de>
parents: 8454
diff changeset
762 lower_time = from
c6db5f8cafbb Unify wording and spelling for axis fixation in chart properties editor.
Tom Gottfried <tom@intevation.de>
parents: 8454
diff changeset
763 upper_time = to
8532
73a4c3c202e5 (issue1051) Use a list of single years in SedimentLoadYear mode
Andre Heinecke <andre.heinecke@intevation.de>
parents: 8524
diff changeset
764
9481
787fc085459b TSV introduced; uinfo.inundationWMS-Config
gernotbelger
parents: 9478
diff changeset
765 no_data_for_input = No data available for given input $1.
8532
73a4c3c202e5 (issue1051) Use a list of single years in SedimentLoadYear mode
Andre Heinecke <andre.heinecke@intevation.de>
parents: 8524
diff changeset
766 no_data_for_year = No data available for: $1
9078
fc02833dbcc1 SingleInputItem abstract
gernotbelger
parents: 9071
diff changeset
767 no_data_sediment_difference = Invalid value: $1
8854
7bbfb24e6eec SINFO - first prototype of BArt Fließtiefen
gernotbelger
parents: 8712
diff changeset
768
8878
ddd6523e0868 Fixed: reverting removal of module-localization because it is also used at a different place
gernotbelger
parents: 8873
diff changeset
769 sinfo = S-INFO
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
770 sinfo_collision_export = Contact with River Bed Export
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
771 sinfo_flowdepth_export = Flow Depths Export
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
772 sinfo_flowdepth_report = Flow Depths Report
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
773 sinfo_flow_depth = Flow Depths
8910
d9c89651bd67 Area chart layers may now have an 'arebgpattern'. Real pattern yet to be defined.
gernotbelger
parents: 8878
diff changeset
774 sinfo_flowdepth_twinpanel_no_pair_selected = Error - at least one input pair must be selected
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
775 sinfo_flow_depths = Flow Depths
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
776 sinfo_flow_depths_minmax = Min./Max. Flow Depths
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
777 sinfo_flow_depth_minmax = Min./Max. Flow Depths
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
778 sinfo_flow_depth_developments = Flow Depth Development
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
779 sinfo_flow_depth_development = Flow Depth Development
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
780 sinfo_flow_depth_development_peryear = Flow Depth Development per Year
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
781 sinfo_flow_depth_development_twin_panel_max_count_msg = Only one difference pair can be selected.
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
782 sinfo_tkh_export = Dune Heights Heights Export
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
783 sinfo_tkh_report = Dune Heights Report
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
784 sinfo_tkhs = Dune Heights
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
785 sinfo_tkk = Dune Heights
8941
a9950a3a71e5 SINFO - tkh, configured result facets and themes
gernotbelger
parents: 8924
diff changeset
786
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
787 sinfo_velocities = Flow Velocities
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
788 sinfo_taus = Bottom Shear Stress
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
789 sinfo_bedqualities = Bed Quality
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
790 sinfo_d50s = Diameter
8961
8a1c6e2ad48b Implemented datacage for min/max bedheights.
gernotbelger
parents: 8956
diff changeset
791
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
792 sinfo_flowdepthminmax_export = Min/Max Flow Depths Export
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
793 sinfo_flowdepthdevelopment_export = Flow Depth Development Export
8995
8c3e5682cb60 Introduced UNFO module
gernotbelger
parents: 8963
diff changeset
794
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
795 sinfo_additional_ls = Selected add. Longitudinal Sections
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
796 sinfo_additional_ls_withQ = with discharge
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
797 sinfo_additional_ls_withoutQ = without discharge
9112
189cc8ededbd Added datacage select and chart display for river channel sizes loaded from database
mschaefer
parents: 9107
diff changeset
798
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
799 sinfo_predefined_channel = Navigation channel properties to be provided
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
800
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
801 sinfo_predefined_tkh = Dune Heights
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
802 predefined_tkh_berechnung = Calculation Results
9033
384eee4b4135 Added datacage select and chart display for flow depth evolution series loaded from database, and a correction for the tkh data
mschaefer
parents: 9016
diff changeset
803 predefined_tkh_messung = Naturmessungen
384eee4b4135 Added datacage select and chart display for flow depth evolution series loaded from database, and a correction for the tkh data
mschaefer
parents: 9016
diff changeset
804
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
805 sinfo_predefined_depthevol = Flow Depth Development
9033
384eee4b4135 Added datacage select and chart display for flow depth evolution series loaded from database, and a correction for the tkh data
mschaefer
parents: 9016
diff changeset
806 predefined_depthevol_aktuell = Bezug aktueller GlW
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
807 predefined_depthevol_etappe = GlW-Steps
9115
a165cd63099f Added datacage select and chart display for river infrastructure heights loaded from database
mschaefer
parents: 9112
diff changeset
808
9478
7e2eebc14e1f translation review
gernotbelger
parents: 9477
diff changeset
809 # 'Simulated Records' ist der \u00dcberordner f\u00fcr 'Flow Depths'.
7e2eebc14e1f translation review
gernotbelger
parents: 9477
diff changeset
810 sinfo_predefined_flowdepths = Simulated Records
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
811 sinfo_predefined_flowdepth = Flow Depths
9117
623b51bf03d7 Added datacage select and chart display for river bed collision counts loaded from database
mschaefer
parents: 9115
diff changeset
812
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
813 sinfo_predefined_infrastructure = Infrastructures in BWaStr
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
814
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
815 sinfo_predefined_collision = Contact with River Bed
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
816 sinfo_collisions = Contact with River Bed
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
817 sinfo_collision = Contact with River Bed
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
818 sinfo_collision_report = Contact with River Bed Report
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
819
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
820 sinfo_flood_durations = Flooding Durations of Infrastructures in BWaStr
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
821 sinfo_flood_duration = Flooding Durations of Infrastructures in BWaStr
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
822 sinfo_flood_height = Height of Infrastructures in BWaStr
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
823 sinfo_floodduration_curve = Flooding Durations of Infrastructures in BWaStr - Duration Curve
9176
1614cb14308f Work on calculations for S-Info flood duration workflow
mschaefer
parents: 9175
diff changeset
824
8995
8c3e5682cb60 Introduced UNFO module
gernotbelger
parents: 8963
diff changeset
825 uinfo = U-INFO
9237
972e10522ed6 salix.supraregional ui
gernotbelger
parents: 9227
diff changeset
826 uinfo_salix_dmwspl_short = \u0394MW [cm]
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
827 uinfo_inundation_duration_export = Flooding Durations Export
9499
853f2dafc16e VegetationZones in CrossSectionsDiagram
gernotbelger
parents: 9495
diff changeset
828 uinfo_inundation_duration_report= Flooding Durations Report
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
829 uinfo_inundation_duration_set_vegetation_zone = Set Vegetation Zone Table
9559
ba0561906f81 Uinfo inundation duration workflow (vegetation zones, scenario), wms-config changed
gernotbelger
parents: 9552
diff changeset
830 uinfo_inundation_scenario_old_msg = Sounding or Waterlevel Change
9389
63c086139391 Salix-Linie -> Iota
gernotbelger
parents: 9378
diff changeset
831 uinfo_salix_line_export = Iota Export
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
832 uinfo_vegetation_zones_export = Vegetation Zones Export
9499
853f2dafc16e VegetationZones in CrossSectionsDiagram
gernotbelger
parents: 9495
diff changeset
833 uinfo_vegetation_zones_report = Vegetation Zones Report
9506
8b7bf26b8782 Predefined artifact for standard vegetation zones.
gernotbelger
parents: 9499
diff changeset
834 defaultVegetationZone = Standard Vegetation Zones
9064
28c50f5efceb work on uinfo-vegetation-zones table
gernotbelger
parents: 9060
diff changeset
835
9499
853f2dafc16e VegetationZones in CrossSectionsDiagram
gernotbelger
parents: 9495
diff changeset
836 vegetation_zones = Vegetation Zones
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
837 uinfo_vegetation_zone_overlap = Ranges are overlapping.
9552
7f3444cbba5f vegZone -1 to 366
gernotbelger
parents: 9506
diff changeset
838 uinfo_vegetation_zone_has_gaps = The input (-1-366) has gaps.
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
839 uinfo_vegetation_zone_color = Color
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
840 uinfo_vegetation_zone_label = Vegetation Zone
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
841 uinfo_vegetation_zones_label = Vegetation Zones
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
842 uinfo_vegetation_zones_from = FD from [d/a]
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
843 uinfo_vegetation_zones_to = FD to [d/a]
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
844 uinfo_vegetation_zones_validation_empty = Input box empty.
9552
7f3444cbba5f vegZone -1 to 366
gernotbelger
parents: 9506
diff changeset
845 uinfo_vegetation_zones_validation_range = Values have to be within the range of -1 and 366.
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
846 uinfo_vegetation_zones_validation_from_greater_to = The value "FD from" must be smaller than "FD to".
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
847 uinfo_salix_km_limit_exceed = The number is out of the valid km-stretch.
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
848 uinfo_salix_km_overlap = Km-stretches are overlapping.
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
849 uinfo_salix_km_has_gaps = The km-stretch is not fully covered.
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
850 uinfo_salix_km_anschluss = The given input does not connect to the last one.
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
851 uinfo_salix_input_complete = The whole stretch has been covered with values yet.
9432
d194c5b24bf8 Added bundu bzws w calculation and longitudinal sections of wspl and depth
mschaefer
parents: 9420
diff changeset
852 uinfo_salix_lines = Iota
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
853 uinfo_salix_line = Iota - Longitudinal Section
9071
a561b882436d create module bundu (Betrieb & Unterhaltung)
gernotbelger
parents: 9064
diff changeset
854
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
855 bundu = Operation and Maintenance
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
856 bundu_bezugswst_fix_choice_title= Fixation Choice
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
857 bundu_bezugswst_auto_event_choice = Automatic Event Choice
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
858 bundu_bezugswst_mode_ud = DNE at Gauge [d/a]
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
859 bundu_bezugswst_validation_range = Input must be an integer between 0 and 364.
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
860 bundu_wst_export = Reference Waterlevels Export
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
861 bundu_ws_wq_info = The discharge values MNQ, MQ and MHQ are being calculated based on the daily discharge values.
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
862 bundu_wspl_longitudinal_section = REFWL - Longitudinal Section
9589
0a30e01719ca zu 10.7
gernotbelger
parents: 9573
diff changeset
863 bundu_depth_longitudinal_section = REFWL h - Longitudinal Section
9495
bb278c927b66 Datenkorb bezugswasserstände längsschnitte + minor fixes
gernotbelger
parents: 9481
diff changeset
864 bundu_bezugswsts = Reference Waterlevels
9124
3f619f8dfa8e NEw export option for diagramms: with or without extra metadata subtitle
gernotbelger
parents: 9117
diff changeset
865
9472
05e572a944c8 client side translation
gernotbelger
parents: 9446
diff changeset
866 chart_settings_export_metadata = Show Metadata
9220
e3c2ae1887e8 Allow to filter contents of datacage on client side.
gernotbelger
parents: 9202
diff changeset
867 export_csv_title = Title:
e3c2ae1887e8 Allow to filter contents of datacage on client side.
gernotbelger
parents: 9202
diff changeset
868
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
869 sinfo_columnlabel_soundings = Sounding Choice
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
870 sinfo_columnlabel_waterlevels = Waterlevel Choice
9564
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
871 sinfo_sounding_waterlevel_select_waterlevel = Please first select an echosounding.
1f6fbbe88af8 english translation improved
gernotbelger
parents: 9559
diff changeset
872 sinfo_deactivate_intelligent_datacage = Disable Intelligent Data Basket Filtering
9420
2c8ba17b807e i10n navi chart record handler
gernotbelger
parents: 9414
diff changeset
873
9473
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
874 naviThemeOutOfRange = out of range
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
875 gauge_list_grid_gauge = Gauge
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
876 gauge_list_grid_station = Station [km]
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
877 gauge_list_grid_info = Info
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
878 gauge_list_grid_start = Start [km]
45908b79c079 Changes after Testing
gernotbelger
parents: 9472
diff changeset
879 gauge_list_grid_end = End [km]

http://dive4elements.wald.intevation.org