annotate gwt-client/src/main/java/org/dive4elements/river/client/client/FLYSConstants.java @ 9227:84397da33d17

Allow to control specific behaviour in TwinDatacagePanel Implemented client logic of 'intelligent datacage filtering' for SINFO
author gernotbelger
date Wed, 04 Jul 2018 18:28:08 +0200
parents 5a0e8d76582e
children 972e10522ed6
rev   line source
5861
172338b1407f GWT client: Added copyright header.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5853
diff changeset
1 /* Copyright (C) 2011, 2012, 2013 by Bundesanstalt für Gewässerkunde
172338b1407f GWT client: Added copyright header.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5853
diff changeset
2 * Software engineering by Intevation GmbH
172338b1407f GWT client: Added copyright header.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5853
diff changeset
3 *
5993
ea9eef426962 Removed trailing whitespace.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5911
diff changeset
4 * This file is Free Software under the GNU AGPL (>=v3)
5861
172338b1407f GWT client: Added copyright header.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5853
diff changeset
5 * and comes with ABSOLUTELY NO WARRANTY! Check out the
5993
ea9eef426962 Removed trailing whitespace.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5911
diff changeset
6 * documentation coming with Dive4Elements River for details.
5861
172338b1407f GWT client: Added copyright header.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5853
diff changeset
7 */
172338b1407f GWT client: Added copyright header.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5853
diff changeset
8
5835
821a02bbfb4e Fixed internal java dependencies
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5834
diff changeset
9 package org.dive4elements.river.client.client;
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
10
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 import com.google.gwt.i18n.client.ConstantsWithLookup;
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
12
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
13 /**
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
14 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</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
15 */
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
16 public interface FLYSConstants extends ConstantsWithLookup {
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
17
5504
57dda5111474 Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 5477
diff changeset
18 String static_sqrelation();
57dda5111474 Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 5477
diff changeset
19
3835
11d74b9d428a i18n (#872)
Christian Lins <christian.lins@intevation.de>
parents: 3832
diff changeset
20 String add();
11d74b9d428a i18n (#872)
Christian Lins <christian.lins@intevation.de>
parents: 3832
diff changeset
21
605
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 602
diff changeset
22 String unexpected_exception();
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 602
diff changeset
23
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
24 String title();
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
25
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 String fullname();
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
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 String 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
29
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
30 String 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
31
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
32 String projects();
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
33
220
35094660f91a Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 217
diff changeset
34 String open_project();
35094660f91a Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 217
diff changeset
35
35094660f91a Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 217
diff changeset
36 String delete_project();
35094660f91a Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 217
diff changeset
37
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
38 String rename_project();
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
39
887
6a27949c7022 Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 880
diff changeset
40 String clone_project();
6a27949c7022 Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 880
diff changeset
41
9062
5198066492a9 Teilabschnitt Salix State
gernotbelger
parents: 9035
diff changeset
42 String copy_of();
887
6a27949c7022 Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 880
diff changeset
43
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
44 String manage_projects();
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
45
605
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 602
diff changeset
46 String favorite_tooltip();
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 602
diff changeset
47
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 602
diff changeset
48 String favorite_tooltip_meaning();
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 602
diff changeset
49
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 602
diff changeset
50 String projectlist_creationTime();
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 602
diff changeset
51
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 602
diff changeset
52 String projectlist_title();
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 602
diff changeset
53
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 602
diff changeset
54 String projectlist_favorite();
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 602
diff changeset
55
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 602
diff changeset
56 String really_delete();
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 602
diff changeset
57
613
471ca61b83b5 #165 Set the max length of project names to 50 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 609
diff changeset
58 String project_name_too_long();
471ca61b83b5 #165 Set the max length of project names to 50 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 609
diff changeset
59
211
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
60 String logout();
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
61
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
62 String switch_language();
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
63
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 String info();
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
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
66 String warning();
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
67
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
68 String warning_language();
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
69
4130
df8ac7ff6b1a Improve warning when user does not select a waterlevel calculation (#914)
Christian Lins <christian.lins@intevation.de>
parents: 4019
diff changeset
70 String warning_no_wsp_selected();
df8ac7ff6b1a Improve warning when user does not select a waterlevel calculation (#914)
Christian Lins <christian.lins@intevation.de>
parents: 4019
diff changeset
71
4131
360e22afb98b Cosmetics, warnings and minor TODOs.
Christian Lins <christian.lins@intevation.de>
parents: 4130
diff changeset
72 String warning_cannot_parse_date();
360e22afb98b Cosmetics, warnings and minor TODOs.
Christian Lins <christian.lins@intevation.de>
parents: 4130
diff changeset
73
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
74 String no_projects();
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
75
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
76 String load_projects();
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
77
263
f56523bf4c55 Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 256
diff changeset
78 String empty_table();
f56523bf4c55 Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 256
diff changeset
79
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
80 String empty_filter();
dbaef661d0e5 Changed i18n string for empty table and set header fields to fixed order.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 875
diff changeset
81
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
82 String date_format();
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
83
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
84 String datetime_format();
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
85
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
86 String 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
87
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
88 String new_calculation();
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
89
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
90 String module_selection();
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
91
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
92 String river_selection();
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
93
8878
ddd6523e0868 Fixed: reverting removal of module-localization because it is also used at a different place
gernotbelger
parents: 8873
diff changeset
94 String winfo();
ddd6523e0868 Fixed: reverting removal of module-localization because it is also used at a different place
gernotbelger
parents: 8873
diff changeset
95
ddd6523e0868 Fixed: reverting removal of module-localization because it is also used at a different place
gernotbelger
parents: 8873
diff changeset
96 String minfo();
ddd6523e0868 Fixed: reverting removal of module-localization because it is also used at a different place
gernotbelger
parents: 8873
diff changeset
97
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
98 String map();
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
99
8878
ddd6523e0868 Fixed: reverting removal of module-localization because it is also used at a different place
gernotbelger
parents: 8873
diff changeset
100 String new_map();
ddd6523e0868 Fixed: reverting removal of module-localization because it is also used at a different place
gernotbelger
parents: 8873
diff changeset
101
ddd6523e0868 Fixed: reverting removal of module-localization because it is also used at a different place
gernotbelger
parents: 8873
diff changeset
102 String new_chart();
ddd6523e0868 Fixed: reverting removal of module-localization because it is also used at a different place
gernotbelger
parents: 8873
diff changeset
103
1429
16b7adc66330 Added stub for chart property editor.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1423
diff changeset
104 String diagram();
16b7adc66330 Added stub for chart property editor.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1423
diff changeset
105
16b7adc66330 Added stub for chart property editor.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1423
diff changeset
106 String axes();
16b7adc66330 Added stub for chart property editor.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1423
diff changeset
107
16b7adc66330 Added stub for chart property editor.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1423
diff changeset
108 String legend();
16b7adc66330 Added stub for chart property editor.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1423
diff changeset
109
7958
632c724fed2d i18n for WMS legend window title.
Tom Gottfried <tom@intevation.de>
parents: 7878
diff changeset
110 String wms_legend();
632c724fed2d i18n for WMS legend window title.
Tom Gottfried <tom@intevation.de>
parents: 7878
diff changeset
111
1431
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
112 String chart_title();
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
113
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
114 String chart_subtitle();
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
115
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
116 String grid();
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
117
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
118 String antialiasing();
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
119
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
120 String axis_name();
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
121
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
122 String chart_start();
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
123
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
124 String chart_end();
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
125
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
126 String x_axis();
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
127
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
128 String y1_axis();
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
129
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
130 String y2_axis();
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
131
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
132 String y3_axis();
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
133
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
134 String legend_name();
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
135
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
136 String show_legend();
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
137
2462
d45059aa8507 i18n and moved reference selectbox for cross section master to top.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2460
diff changeset
138 String aggregation_threshold();
d45059aa8507 i18n and moved reference selectbox for cross section master to top.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2460
diff changeset
139
1431
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
140 String scale();
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
141
532
0ba7c43e7b62 Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 523
diff changeset
142 String databasket();
0ba7c43e7b62 Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 523
diff changeset
143
2435
114fea2de638 Display better message for empty datacages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1620
diff changeset
144 String databasket_loading();
114fea2de638 Display better message for empty datacages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1620
diff changeset
145
9227
84397da33d17 Allow to control specific behaviour in TwinDatacagePanel
gernotbelger
parents: 9222
diff changeset
146 String databasket_empty();
84397da33d17 Allow to control specific behaviour in TwinDatacagePanel
gernotbelger
parents: 9222
diff changeset
147
532
0ba7c43e7b62 Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 523
diff changeset
148 String theme_top();
0ba7c43e7b62 Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 523
diff changeset
149
0ba7c43e7b62 Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 523
diff changeset
150 String theme_up();
0ba7c43e7b62 Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 523
diff changeset
151
0ba7c43e7b62 Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 523
diff changeset
152 String theme_down();
0ba7c43e7b62 Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 523
diff changeset
153
0ba7c43e7b62 Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 523
diff changeset
154 String theme_bottom();
0ba7c43e7b62 Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 523
diff changeset
155
543
9c2cf4811a7d Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 535
diff changeset
156 String zoom_all();
9c2cf4811a7d Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 535
diff changeset
157
9c2cf4811a7d Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 535
diff changeset
158 String zoom_in();
9c2cf4811a7d Added a control to reset the zoom of a chart. In addition, the zoom buttons are displayed as ImgButtons now.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 535
diff changeset
159
544
0f4095a522ab Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 543
diff changeset
160 String zoom_out();
0f4095a522ab Added a zoom-out control to the chart toolbar which zooms 10% of the current ranges out.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 543
diff changeset
161
1281
4782c0ce9cec Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 909
diff changeset
162 String zoom_back();
4782c0ce9cec Re-added the function to zoom-out charts by a given factor (10%).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 909
diff changeset
163
1429
16b7adc66330 Added stub for chart property editor.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1423
diff changeset
164 String properties_ico();
16b7adc66330 Added stub for chart property editor.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1423
diff changeset
165
551
13c7f90917fc Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 544
diff changeset
166 String pan();
13c7f90917fc Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 544
diff changeset
167
1422
25be27e33b77 #421 Ask the user before removing themes from chart or map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1420
diff changeset
168 String askThemeRemove();
25be27e33b77 #421 Ask the user before removing themes from chart or map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1420
diff changeset
169
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
170 String fix();
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
171
8878
ddd6523e0868 Fixed: reverting removal of module-localization because it is also used at a different place
gernotbelger
parents: 8873
diff changeset
172 String fixanalysis();
ddd6523e0868 Fixed: reverting removal of module-localization because it is also used at a different place
gernotbelger
parents: 8873
diff changeset
173
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
174 String 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
175
256
5e1c1b7d6516 Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 248
diff changeset
176 String river_km();
5e1c1b7d6516 Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 248
diff changeset
177
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
178 String uesk_profile_distance();
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
179
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
180 String location();
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
181
570
85d7cc0f2bab #88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
182 String locations();
85d7cc0f2bab #88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
183
3493
e703555f8da1 Issue 752.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3386
diff changeset
184 String single_location();
e703555f8da1 Issue 752.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3386
diff changeset
185
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 String distance();
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
187
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 String unitFrom();
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
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 String unitTo();
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
191
793
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
192 String dpLabelFrom();
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
193
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
194 String dpUnitFrom();
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
195
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
196 String dpLabelTo();
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
197
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
198 String dpUnitTo();
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
199
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
200 String dpLabelStep();
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
201
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
202 String dpUnitStep();
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
203
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
204 String wgLabelFrom();
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
205
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
206 String wgUnitFrom();
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
207
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
208 String wgLabelTo();
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
209
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
210 String wgUnitTo();
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
211
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
212 String wgLabelStep();
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
213
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
214 String wgUnitStep();
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
215
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
216 String unitWidth();
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
217
787
4e0b73b7113b Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 785
diff changeset
218 String unitFromInM();
4e0b73b7113b Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 785
diff changeset
219
4e0b73b7113b Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 785
diff changeset
220 String unitToInM();
4e0b73b7113b Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 785
diff changeset
221
4e0b73b7113b Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 785
diff changeset
222 String unitDiffInM();
4e0b73b7113b Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 785
diff changeset
223
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
224 String unitLocation();
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
225
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
226 String wrongFormat();
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
227
7745
1d6b957d8953 issue1549: Add live-validation to wsplgen to-field.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7731
diff changeset
228 String toShouldNotBeNegative();
1d6b957d8953 issue1549: Add live-validation to wsplgen to-field.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7731
diff changeset
229
1490
15b4bc8eede0 #302 Improved input validation in WQ panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1489
diff changeset
230 String atLeastOneValue();
15b4bc8eede0 #302 Improved input validation in WQ panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1489
diff changeset
231
15b4bc8eede0 #302 Improved input validation in WQ panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1489
diff changeset
232 String missingInput();
15b4bc8eede0 #302 Improved input validation in WQ panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1489
diff changeset
233
9062
5198066492a9 Teilabschnitt Salix State
gernotbelger
parents: 9035
diff changeset
234 String too_many_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
235
235
d3f8d6966c20 Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 232
diff changeset
236 String from();
d3f8d6966c20 Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 232
diff changeset
237
d3f8d6966c20 Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 232
diff changeset
238 String to();
d3f8d6966c20 Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 232
diff changeset
239
d3f8d6966c20 Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 232
diff changeset
240 String riverside();
d3f8d6966c20 Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 232
diff changeset
241
256
5e1c1b7d6516 Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 248
diff changeset
242 String calcTableTitle();
5e1c1b7d6516 Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 248
diff changeset
243
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
244 String helperPanelTitle();
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
245
3715
8d3e48f189d2 Add first draft for the gauge overview info ui
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3710
diff changeset
246 String gaugePanelTitle();
8d3e48f189d2 Add first draft for the gauge overview info ui
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3710
diff changeset
247
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
248 String measurementStationPanelTitle();
0c766c475805 Add Panel and Tree UI classes for dispayling the measurement station info
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4241
diff changeset
249
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
250 String wqTitle();
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
251
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
252 String wqadaptedTitle();
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
253
6013
cf7cf3fc3d8e i18n for issue1259.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5993
diff changeset
254 String noMainValueAtGauge();
cf7cf3fc3d8e i18n for issue1259.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5993
diff changeset
255
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
256 String wqHistorical();
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
257
256
5e1c1b7d6516 Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 248
diff changeset
258 String unitWNN();
5e1c1b7d6516 Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 248
diff changeset
259
1535
03e82be2aabc Added UI for "Bezugslinienverfahren" ("W auf freier Strecke").
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1534
diff changeset
260 String wqWFree();
03e82be2aabc Added UI for "Bezugslinienverfahren" ("W auf freier Strecke").
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1534
diff changeset
261
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
262 String wqW();
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
263
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
264 String wqQ();
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
265
5104
5f70c73b11ed Display gauge names in WQAdapted input panel instead of gauge range.
Raimund Renkert <rrenkert@intevation.de>
parents: 5032
diff changeset
266 String wqQatGauge();
5f70c73b11ed Display gauge names in WQAdapted input panel instead of gauge range.
Raimund Renkert <rrenkert@intevation.de>
parents: 5032
diff changeset
267
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
268 String wqQGauge();
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
269
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
270 String wqSingle();
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
271
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
272 String wqRange();
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
273
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
274 String unitWSingle();
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
275
8624
4f702ea1fd3a Fix unit displayed in WFree calculation
Andre Heinecke <andre.heinecke@intevation.de>
parents: 8575
diff changeset
276 String unitWFree();
4f702ea1fd3a Fix unit displayed in WFree calculation
Andre Heinecke <andre.heinecke@intevation.de>
parents: 8575
diff changeset
277
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
278 String unitWFrom();
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
279
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
280 String unitWTo();
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
281
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
282 String unitWStep();
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
283
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
284 String unitQSingle();
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
285
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
286 String unitQFrom();
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
287
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
288 String unitQTo();
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
289
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
290 String unitQStep();
3716
4e33aa341e51 Removed trailing whitespace and superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 3715
diff changeset
291
3710
255decb14439 Improved i18n in minfo code.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3708
diff changeset
292 String main_channel();
3716
4e33aa341e51 Removed trailing whitespace and superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 3715
diff changeset
293
3710
255decb14439 Improved i18n in minfo code.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3708
diff changeset
294 String 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
295
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
296 String footerHome();
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
297
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
298 String footerContact();
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
299
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
300 String footerImpressum();
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
301
5144
2c31625d4e6a New icons! Use the new icons in project list and for export buttons.
Raimund Renkert <rrenkert@intevation.de>
parents: 5104
diff changeset
302 String projectListMin();
2c31625d4e6a New icons! Use the new icons in project list and for export buttons.
Raimund Renkert <rrenkert@intevation.de>
parents: 5104
diff changeset
303
2c31625d4e6a New icons! Use the new icons in project list and for export buttons.
Raimund Renkert <rrenkert@intevation.de>
parents: 5104
diff changeset
304 String projectListAdd();
2c31625d4e6a New icons! Use the new icons in project list and for export buttons.
Raimund Renkert <rrenkert@intevation.de>
parents: 5104
diff changeset
305
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
306 String buttonNext();
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
307
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
308 String imageBack();
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
309
275
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 265
diff changeset
310 String imageSave();
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 265
diff changeset
311
875
a77958780e1c Updated the search field style including i18n and changed the handler
Raimund Renkert <raimund.renkert@intevation.de>
parents: 866
diff changeset
312 String search();
a77958780e1c Updated the search field style including i18n and changed the handler
Raimund Renkert <raimund.renkert@intevation.de>
parents: 866
diff changeset
313
1286
b643622d77fe Added context menu to themes list.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1281
diff changeset
314 String properties();
b643622d77fe Added context menu to themes list.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1281
diff changeset
315
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
316 String activateTheme();
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
317
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
318 String deactivateTheme();
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
319
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
320 String removeTheme();
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
321
2983
725470fc57d2 Add "Manage themes" button to ChartToolbar and MapToolbar.
Christian Lins <christian.lins@intevation.de>
parents: 2977
diff changeset
322 String manageThemes();
725470fc57d2 Add "Manage themes" button to ChartToolbar and MapToolbar.
Christian Lins <christian.lins@intevation.de>
parents: 2977
diff changeset
323
1287
95ecb98c6015 Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1286
diff changeset
324 String label_ok();
95ecb98c6015 Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1286
diff changeset
325
95ecb98c6015 Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1286
diff changeset
326 String label_cancel();
95ecb98c6015 Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1286
diff changeset
327
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
328 String cancelCalculationLabel();
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
329
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
330 String calculationCanceled();
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
331
1399
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
332 String flysLogo();
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
333
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
334 String bfgLogo();
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
335
4600
e0be6ab43c23 Add path for the new small BfG logo
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4577
diff changeset
336 String bfgLogoSmall();
e0be6ab43c23 Add path for the new small BfG logo
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4577
diff changeset
337
1399
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
338 String downloadPNG();
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
339
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
340 String downloadPDF();
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
341
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
342 String downloadSVG();
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
343
1587
45cd2364adad Issue 466.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1583
diff changeset
344 String downloadCSV();
45cd2364adad Issue 466.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1583
diff changeset
345
5144
2c31625d4e6a New icons! Use the new icons in project list and for export buttons.
Raimund Renkert <rrenkert@intevation.de>
parents: 5104
diff changeset
346 String downloadAT();
2c31625d4e6a New icons! Use the new icons in project list and for export buttons.
Raimund Renkert <rrenkert@intevation.de>
parents: 5104
diff changeset
347
2c31625d4e6a New icons! Use the new icons in project list and for export buttons.
Raimund Renkert <rrenkert@intevation.de>
parents: 5104
diff changeset
348 String downloadWST();
2c31625d4e6a New icons! Use the new icons in project list and for export buttons.
Raimund Renkert <rrenkert@intevation.de>
parents: 5104
diff changeset
349
1399
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
350 String loadingImg();
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
351
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
352 String cancelCalculation();
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
353
1399
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
354 String markerRed();
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
355
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
356 String markerGreen();
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
357
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
358 String riverMap();
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
359
1534
98123d34529b Added UI parts and event for filtering distances and locations.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1528
diff changeset
360 String range();
98123d34529b Added UI parts and event for filtering distances and locations.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1528
diff changeset
361
98123d34529b Added UI parts and event for filtering distances and locations.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1528
diff changeset
362 String description();
98123d34529b Added UI parts and event for filtering distances and locations.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1528
diff changeset
363
1567
7e738bc8ed75 Show hit count in filtered input helper tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1563
diff changeset
364 String resultCount();
7e738bc8ed75 Show hit count in filtered input helper tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1563
diff changeset
365
5911
b96a293d30f3 GWT client: Fixed flys/issue1246
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5886
diff changeset
366 String bfg_id();
b96a293d30f3 GWT client: Fixed flys/issue1246
Sascha L. Teichmann <teichmann@intevation.de>
parents: 5886
diff changeset
367
1602
f30919997e57 Added helper input table to state 'timerange' input in hist. discharge curves.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1601
diff changeset
368 String start_year();
f30919997e57 Added helper input table to state 'timerange' input in hist. discharge curves.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1601
diff changeset
369
f30919997e57 Added helper input table to state 'timerange' input in hist. discharge curves.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1601
diff changeset
370 String end_year();
2505
87ac5c532523 First part of the UI for fixing analysis parameter.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2501
diff changeset
371
87ac5c532523 First part of the UI for fixing analysis parameter.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2501
diff changeset
372 String period();
87ac5c532523 First part of the UI for fixing analysis parameter.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2501
diff changeset
373
87ac5c532523 First part of the UI for fixing analysis parameter.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2501
diff changeset
374 String gauge_class();
87ac5c532523 First part of the UI for fixing analysis parameter.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2501
diff changeset
375
87ac5c532523 First part of the UI for fixing analysis parameter.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2501
diff changeset
376 String eventselect();
87ac5c532523 First part of the UI for fixing analysis parameter.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2501
diff changeset
377
2517
8f528f5ae137 Added filter object class and scrollable chart to helper panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2512
diff changeset
378 String events();
8f528f5ae137 Added filter object class and scrollable chart to helper panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2512
diff changeset
379
8f528f5ae137 Added filter object class and scrollable chart to helper panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2512
diff changeset
380 String kmchart();
8f528f5ae137 Added filter object class and scrollable chart to helper panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2512
diff changeset
381
2545
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
382 String addPointsTooltip();
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
383
2925
6461b8dbe093 Added basic GUI for manual WSPs in cross sections.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2907
diff changeset
384 String addWSPTooltip();
6461b8dbe093 Added basic GUI for manual WSPs in cross sections.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2907
diff changeset
385
2545
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
386 String downloadPNGTooltip();
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
387
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
388 String downloadPDFTooltip();
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
389
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
390 String downloadSVGTooltip();
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
391
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
392 String downloadCSVTooltip();
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
393
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
394 String zoomToMaxExtentTooltip();
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
395
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
396 String zoomOutTooltip();
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
397
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
398 String historyBackTooltip();
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
399
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
400 String panControlTooltip();
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
401
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
402 String zoomboxTooltip();
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
403
f25a3eb9785d Issue 671.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2534
diff changeset
404 String chartPropertiesTooltip();
3832
Christian Lins <christian.lins@intevation.de>
parents: 3828
diff changeset
405
4300
9ddc1d9b035a Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4291
diff changeset
406 String year();
9ddc1d9b035a Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4291
diff changeset
407
6638
f4872350b50f Backed out changeset 1a7f5d09b9d8
Tom Gottfried <tom@intevation.de>
parents: 6518
diff changeset
408 String sedimentload_ls();
4369
8ddab49ff297 Added i18n string for sediment load output tab title.
Raimund Renkert <rrenkert@intevation.de>
parents: 4349
diff changeset
409
3832
Christian Lins <christian.lins@intevation.de>
parents: 3828
diff changeset
410 // Gauges
Christian Lins <christian.lins@intevation.de>
parents: 3828
diff changeset
411
Christian Lins <christian.lins@intevation.de>
parents: 3828
diff changeset
412 String gauge_mnq();
Christian Lins <christian.lins@intevation.de>
parents: 3828
diff changeset
413
Christian Lins <christian.lins@intevation.de>
parents: 3828
diff changeset
414 String gauge_mq();
Christian Lins <christian.lins@intevation.de>
parents: 3828
diff changeset
415
Christian Lins <christian.lins@intevation.de>
parents: 3828
diff changeset
416 String gauge_mhq();
Christian Lins <christian.lins@intevation.de>
parents: 3828
diff changeset
417
Christian Lins <christian.lins@intevation.de>
parents: 3828
diff changeset
418 String gauge_hq5();
Christian Lins <christian.lins@intevation.de>
parents: 3828
diff changeset
419
1315
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
420 // Elevation window
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
421
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
422 String ele_window_title();
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
423
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
424 String ele_window_label();
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
425
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
426 String ele_window_x_col();
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
427
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
428 String ele_window_y_col();
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
429
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
430 String ele_window_z_col();
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
431
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
432 String ele_window_ok_button();
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
433
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
434 String ele_window_cancel_button();
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
435
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
436 String ele_window_format_error();
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
437
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
438 String ele_window_save_error();
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
439
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
440 String ele_window_geometry_error();
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
441
243
11c5bcd349b1 Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 240
diff changeset
442 // OUTPUT TYPES
11c5bcd349b1 Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 240
diff changeset
443
5333
623e5c9f91ef Various i18n issues from flys/issue1180 .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5318
diff changeset
444 String discharge_curve_gaugeless();
623e5c9f91ef Various i18n issues from flys/issue1180 .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5318
diff changeset
445
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
446 String discharge_curve();
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
447
3865
436eec3be6ff Allow to create a discharge curve from a gauge info
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3860
diff changeset
448 String gauge_discharge_curve();
436eec3be6ff Allow to create a discharge curve from a gauge info
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3860
diff changeset
449
240
4cdf9030854f Added i18n strings for the computed discharge curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 239
diff changeset
450 String computed_discharge_curve();
4cdf9030854f Added i18n strings for the computed discharge curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 239
diff changeset
451
2518
b3bf9e5ce9e6 i18n for datacage/computed discharge curves.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2517
diff changeset
452 String computed_discharge_curves();
b3bf9e5ce9e6 i18n for datacage/computed discharge curves.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2517
diff changeset
453
232
bc5f7d8084e2 Added i18n strings for a longitudinal section curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 230
diff changeset
454 String longitudinal_section();
bc5f7d8084e2 Added i18n strings for a longitudinal section curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 230
diff changeset
455
239
47fe77a1bac7 Added new i18n strings for new output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 235
diff changeset
456 String duration_curve();
47fe77a1bac7 Added new i18n strings for new output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 235
diff changeset
457
1583
437290681e69 Added i18n title for reference curve output.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1582
diff changeset
458 String reference_curve();
437290681e69 Added i18n title for reference curve output.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1582
diff changeset
459
7456
1d35db228c75 dc i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7442
diff changeset
460 String reference_curves();
1d35db228c75 dc i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7442
diff changeset
461
1599
4ba6f1fb3a03 I18N for "Reduzierte Bezugslinie".
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1596
diff changeset
462 String reference_curve_normalized();
4ba6f1fb3a03 I18N for "Reduzierte Bezugslinie".
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1596
diff changeset
463
1614
592751b635e3 Added translations for reference curve state data.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1611
diff changeset
464 String reference_endpoint();
592751b635e3 Added translations for reference curve state data.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1611
diff changeset
465
592751b635e3 Added translations for reference curve state data.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1611
diff changeset
466 String reference_startpoint();
592751b635e3 Added translations for reference curve state data.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1611
diff changeset
467
248
ed90309ec608 Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 246
diff changeset
468 String name();
ed90309ec608 Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 246
diff changeset
469
ed90309ec608 Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 246
diff changeset
470 String type();
ed90309ec608 Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 246
diff changeset
471
7558
31a6b09854a6 issue1542: Added i18n for start/stoptimes of main values.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7490
diff changeset
472 String starttime();
31a6b09854a6 issue1542: Added i18n for start/stoptimes of main values.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7490
diff changeset
473
31a6b09854a6 issue1542: Added i18n for start/stoptimes of main values.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7490
diff changeset
474 String stoptime();
31a6b09854a6 issue1542: Added i18n for start/stoptimes of main values.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7490
diff changeset
475
2460
5659b5e8c9a8 #204 Modified i18n strings in WQD table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2450
diff changeset
476 String wq_table_w();
5659b5e8c9a8 #204 Modified i18n strings in WQD table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2450
diff changeset
477
5333
623e5c9f91ef Various i18n issues from flys/issue1180 .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5318
diff changeset
478 String wq_waterlevel_label();
623e5c9f91ef Various i18n issues from flys/issue1180 .
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5318
diff changeset
479
2460
5659b5e8c9a8 #204 Modified i18n strings in WQD table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2450
diff changeset
480 String wq_table_q();
5659b5e8c9a8 #204 Modified i18n strings in WQD table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2450
diff changeset
481
5659b5e8c9a8 #204 Modified i18n strings in WQD table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2450
diff changeset
482 String wq_value_w();
5659b5e8c9a8 #204 Modified i18n strings in WQD table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2450
diff changeset
483
5659b5e8c9a8 #204 Modified i18n strings in WQD table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2450
diff changeset
484 String wq_value_q();
248
ed90309ec608 Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 246
diff changeset
485
243
11c5bcd349b1 Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 240
diff changeset
486 String discharge_longitudinal_section();
11c5bcd349b1 Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 240
diff changeset
487
795
68b8770af6c5 Added strings for the output mode 'floodmap'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 793
diff changeset
488 String floodmap();
68b8770af6c5 Added strings for the output mode 'floodmap'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 793
diff changeset
489
849
d0098fc8c40b Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 802
diff changeset
490 String cross_section();
d0098fc8c40b Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 802
diff changeset
491
1620
4a86c250d6a5 Fix flys/issue481 (i18n: Datenkorb).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1614
diff changeset
492 String cross_sections();
4a86c250d6a5 Fix flys/issue481 (i18n: Datenkorb).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1614
diff changeset
493
866
593e6c49c6ee Added "w_differences" translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 849
diff changeset
494 String w_differences();
593e6c49c6ee Added "w_differences" translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 849
diff changeset
495
1582
2675deb3b948 Added i18n title for 'historical discharge curve' output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1567
diff changeset
496 String historical_discharge();
2675deb3b948 Added i18n title for 'historical discharge curve' output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1567
diff changeset
497
4241
49cb65d5932d Improved the historical discharge calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 4219
diff changeset
498 String historical_discharge_wq();
49cb65d5932d Improved the historical discharge calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 4219
diff changeset
499
4349
eda2a02d0dec flys-client: i18n for extreme_wq_curve.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4328
diff changeset
500 String extreme_wq_curve();
eda2a02d0dec flys-client: i18n for extreme_wq_curve.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4328
diff changeset
501
4391
19ab9e23bc21 i18n for showextramark in client.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4349
diff changeset
502 String showextramark();
19ab9e23bc21 i18n for showextramark in client.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4349
diff changeset
503
2895
1a8e1d068f9d Added i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2894
diff changeset
504 String fix_wq_curve();
1a8e1d068f9d Added i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2894
diff changeset
505
1a8e1d068f9d Added i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2894
diff changeset
506 String fix_deltawt_curve();
1a8e1d068f9d Added i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2894
diff changeset
507
1a8e1d068f9d Added i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2894
diff changeset
508 String fix_longitudinal_section_curve();
1a8e1d068f9d Added i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2894
diff changeset
509
1a8e1d068f9d Added i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2894
diff changeset
510 String fix_derivate_curve();
1a8e1d068f9d Added i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2894
diff changeset
511
3386
b5930486594d Added new titles for 'fix_vollmer_wq_curve' Output; let it use NaviChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3384
diff changeset
512 String fix_vollmer_wq_curve();
b5930486594d Added new titles for 'fix_vollmer_wq_curve' Output; let it use NaviChartOutputTab.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3384
diff changeset
513
275
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 265
diff changeset
514 // EXPORTS
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 265
diff changeset
515
434
2d045a65ec27 Added i18n strings for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 433
diff changeset
516 String waterlevel_export();
2d045a65ec27 Added i18n strings for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 433
diff changeset
517
584
dc24b1346271 Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 577
diff changeset
518 String waterlevel_report();
dc24b1346271 Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 577
diff changeset
519
609
418be98527f0 Prepare for AT export.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 605
diff changeset
520 String computed_dischargecurve_at_export();
418be98527f0 Prepare for AT export.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 605
diff changeset
521
434
2d045a65ec27 Added i18n strings for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 433
diff changeset
522 String discharge_longitudinal_section_export();
2d045a65ec27 Added i18n strings for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 433
diff changeset
523
584
dc24b1346271 Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 577
diff changeset
524 String discharge_longitudinal_section_report();
dc24b1346271 Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 577
diff changeset
525
435
5b8ad33a18c1 Added missing i18n strings for computed discharge curve exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 434
diff changeset
526 String computed_dischargecurve_export();
5b8ad33a18c1 Added missing i18n strings for computed discharge curve exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 434
diff changeset
527
584
dc24b1346271 Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 577
diff changeset
528 String computed_dischargecurve_report();
dc24b1346271 Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 577
diff changeset
529
511
437e3b917155 Added missing i18n strings for duration curve export.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 435
diff changeset
530 String durationcurve_export();
437e3b917155 Added missing i18n strings for duration curve export.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 435
diff changeset
531
584
dc24b1346271 Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 577
diff changeset
532 String durationcurve_report();
dc24b1346271 Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 577
diff changeset
533
275
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 265
diff changeset
534 String dataexport();
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 265
diff changeset
535
1601
42543705a857 Added i18n for reference curve export.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1599
diff changeset
536 String reference_curve_export();
42543705a857 Added i18n for reference curve export.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1599
diff changeset
537
888
d6b88f8f88dd Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 887
diff changeset
538 String w_differences_export();
d6b88f8f88dd Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 887
diff changeset
539
1596
0685a4969e93 Added i18n strings for the export button of historical discharge curves.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1587
diff changeset
540 String historical_discharge_export();
0685a4969e93 Added i18n strings for the export button of historical discharge curves.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1587
diff changeset
541
275
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 265
diff changeset
542 String csv();
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 265
diff changeset
543
433
ad2c4fb17318 Adjusted the width of an export button and added a tooltip to distinguish different exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 276
diff changeset
544 String wst();
ad2c4fb17318 Adjusted the width of an export button and added a tooltip to distinguish different exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 276
diff changeset
545
609
418be98527f0 Prepare for AT export.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 605
diff changeset
546 String at();
418be98527f0 Prepare for AT export.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 605
diff changeset
547
1546
5c6a5832bde5 Issue 138.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1535
diff changeset
548 String pdf();
5c6a5832bde5 Issue 138.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1535
diff changeset
549
523
0785a8ba5e6d Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 511
diff changeset
550 String chart_themepanel_header_themes();
0785a8ba5e6d Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 511
diff changeset
551
888
d6b88f8f88dd Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 887
diff changeset
552 String chart_themepanel_header_actions();
d6b88f8f88dd Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 887
diff changeset
553
2462
d45059aa8507 i18n and moved reference selectbox for cross section master to top.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2460
diff changeset
554 String chart_themepanel_synchron();
1519
a6f6c61b18be Implemented synchronous navigation through cross section profiles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1516
diff changeset
555
2462
d45059aa8507 i18n and moved reference selectbox for cross section master to top.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2460
diff changeset
556 String chart_themepanel_asynchron();
1519
a6f6c61b18be Implemented synchronous navigation through cross section profiles.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1516
diff changeset
557
1436
29fc2d1dfe9b Client side of interactive cross section diagrams.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1432
diff changeset
558 String chart_themepanel_set_master();
29fc2d1dfe9b Client side of interactive cross section diagrams.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1432
diff changeset
559
1455
75a40270efa8 Added keys and translations for area-creation related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1447
diff changeset
560 String chart_themepanel_new_area();
75a40270efa8 Added keys and translations for area-creation related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1447
diff changeset
561
75a40270efa8 Added keys and translations for area-creation related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1447
diff changeset
562 String chart_themepanel_area_under();
75a40270efa8 Added keys and translations for area-creation related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1447
diff changeset
563
75a40270efa8 Added keys and translations for area-creation related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1447
diff changeset
564 String chart_themepanel_area_over();
75a40270efa8 Added keys and translations for area-creation related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1447
diff changeset
565
75a40270efa8 Added keys and translations for area-creation related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1447
diff changeset
566 String chart_themepanel_area_between();
75a40270efa8 Added keys and translations for area-creation related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1447
diff changeset
567
1469
31d0557f31a2 Fix over axis menu item, added standalone 'over axis' menu item.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1467
diff changeset
568 String against_x_axis();
31d0557f31a2 Fix over axis menu item, added standalone 'over axis' menu item.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1467
diff changeset
569
904
1e08a5b0add9 Changed table header string and set the column width to percental value.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 888
diff changeset
570 String discharge();
1e08a5b0add9 Changed table header string and set the column width to percental value.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 888
diff changeset
571
6638
f4872350b50f Backed out changeset 1a7f5d09b9d8
Tom Gottfried <tom@intevation.de>
parents: 6518
diff changeset
572 String flow_velocity();
2529
b07c36e47970 Added i18n strings for flow velocity chart output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2527
diff changeset
573
7473
7c233c84784d issue1345: i18n for dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7456
diff changeset
574 String flow_velocities();
7c233c84784d issue1345: i18n for dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7456
diff changeset
575
2527
c8413741339f Added i18n titles for flow velocity export.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2522
diff changeset
576 String flow_velocity_export();
c8413741339f Added i18n titles for flow velocity export.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2522
diff changeset
577
6638
f4872350b50f Backed out changeset 1a7f5d09b9d8
Tom Gottfried <tom@intevation.de>
parents: 6518
diff changeset
578 String bedheight_middle();
2534
05143379059e Added i18n csv export and chart title for MINFO bed height calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2529
diff changeset
579
05143379059e Added i18n csv export and chart title for MINFO bed height calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2529
diff changeset
580 String bedheight_middle_export();
3716
4e33aa341e51 Removed trailing whitespace and superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 3715
diff changeset
581
3708
ff28854bfe42 Added i18n strings for bed quality chart and export.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3707
diff changeset
582 String bed_longitudinal_section();
3716
4e33aa341e51 Removed trailing whitespace and superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 3715
diff changeset
583
3708
ff28854bfe42 Added i18n strings for bed quality chart and export.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3707
diff changeset
584 String bed_longitudinal_section_export();
2534
05143379059e Added i18n csv export and chart title for MINFO bed height calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2529
diff changeset
585
2903
f05f5586f5fd Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2898
diff changeset
586 String sq_relation_a();
f05f5586f5fd Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2898
diff changeset
587
f05f5586f5fd Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2898
diff changeset
588 String sq_relation_b();
f05f5586f5fd Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2898
diff changeset
589
f05f5586f5fd Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2898
diff changeset
590 String sq_relation_c();
f05f5586f5fd Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2898
diff changeset
591
f05f5586f5fd Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2898
diff changeset
592 String sq_relation_d();
f05f5586f5fd Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2898
diff changeset
593
f05f5586f5fd Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2898
diff changeset
594 String sq_relation_e();
f05f5586f5fd Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2898
diff changeset
595
f05f5586f5fd Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2898
diff changeset
596 String sq_relation_f();
f05f5586f5fd Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2898
diff changeset
597
8280
e8283197d889 Added new fraction to sq relation.
Raimund Renkert <rrenkert@intevation.de>
parents: 8259
diff changeset
598 String sq_relation_g();
e8283197d889 Added new fraction to sq relation.
Raimund Renkert <rrenkert@intevation.de>
parents: 8259
diff changeset
599
2903
f05f5586f5fd Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2898
diff changeset
600 String sq_relation_export();
f05f5586f5fd Added chart and export titles for sq relation in MINFO
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2898
diff changeset
601
7298
5b2126d21c2e Polish SQ Datacage and Facets
Andre Heinecke <aheinecke@intevation.de>
parents: 7291
diff changeset
602 String sq_relations();
5b2126d21c2e Polish SQ Datacage and Facets
Andre Heinecke <aheinecke@intevation.de>
parents: 7291
diff changeset
603
3499
17c66d38f095 FixA: Added AT file export to FixAnalysis W/Q.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3493
diff changeset
604 String exportATTooltip();
17c66d38f095 FixA: Added AT file export to FixAnalysis W/Q.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3493
diff changeset
605
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
606 String load_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
607
f84ed73311f2 Added UI for minfo bed quality calculation and added new services for overview
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3703
diff changeset
608 String bed_diameter();
3823
ed1e807aa351 Removed trailing whitespace.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 3718
diff changeset
609
3718
1598d324fbc2 Tagged 'flys-client' as 2.9.1
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3716
diff changeset
610 String soundings();
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
611
4540
ba795aa13843 Add i18n string for soundings width in flys client
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4436
diff changeset
612 String soundings_width();
ba795aa13843 Add i18n string for soundings width in flys client
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4436
diff changeset
613
7878
dc8910e29dd4 i18n for porosities (needs to be filled with data).
Tom Gottfried <tom@intevation.de>
parents: 7875
diff changeset
614 String porosities();
dc8910e29dd4 i18n for porosities (needs to be filled with data).
Tom Gottfried <tom@intevation.de>
parents: 7875
diff changeset
615
6638
f4872350b50f Backed out changeset 1a7f5d09b9d8
Tom Gottfried <tom@intevation.de>
parents: 6518
diff changeset
616 String bed_difference_year();
3845
9d0ea03a8e9e Added i18n strings for bedheight difference calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3839
diff changeset
617
6638
f4872350b50f Backed out changeset 1a7f5d09b9d8
Tom Gottfried <tom@intevation.de>
parents: 6518
diff changeset
618 String bed_difference_epoch();
3845
9d0ea03a8e9e Added i18n strings for bedheight difference calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3839
diff changeset
619
6638
f4872350b50f Backed out changeset 1a7f5d09b9d8
Tom Gottfried <tom@intevation.de>
parents: 6518
diff changeset
620 String bed_difference_height_year();
3719
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3718
diff changeset
621
6242
34f393434913 Implement pdf export for bedheight differences
Andre Heinecke <aheinecke@intevation.de>
parents: 6228
diff changeset
622 String bedheight_difference_export();
34f393434913 Implement pdf export for bedheight differences
Andre Heinecke <aheinecke@intevation.de>
parents: 6228
diff changeset
623
6174
ab1706a682a7 Add missing localisation for pdf export tooltip in fixing analysis
Andre Heinecke <aheinecke@intevation.de>
parents: 6060
diff changeset
624 String fix_waterlevel_export();
ab1706a682a7 Add missing localisation for pdf export tooltip in fixing analysis
Andre Heinecke <aheinecke@intevation.de>
parents: 6060
diff changeset
625
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
626 // ERRORS
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
627
5696
f2c6200d72f5 i18n error messages if years are wrong for sediment load.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5674
diff changeset
628 String error_years_wrong();
f2c6200d72f5 i18n error messages if years are wrong for sediment load.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5674
diff changeset
629
563
469528551b78 Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 562
diff changeset
630 String error_read_minmax_values();
469528551b78 Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 562
diff changeset
631
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: 551
diff changeset
632 String error_validate_range();
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: 551
diff changeset
633
2468
6a65694bdcc2 Issue 506.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2462
diff changeset
634 String error_validate_date_range();
6a65694bdcc2 Issue 506.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2462
diff changeset
635
4132
f6c73ee1b7f1 #543 Validate date range in client gauge time range selection state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 4019
diff changeset
636 String error_validate_date_range_invalid();
f6c73ee1b7f1 #543 Validate date range in client gauge time range selection state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 4019
diff changeset
637
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: 551
diff changeset
638 String error_validate_lower_range();
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: 551
diff changeset
639
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: 551
diff changeset
640 String error_validate_upper_range();
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: 551
diff changeset
641
6060
0a200ba54461 Fix WQ input validation for fixing analysis
Andre Heinecke <aheinecke@intevation.de>
parents: 6013
diff changeset
642 String error_validate_positive();
0a200ba54461 Fix WQ input validation for fixing analysis
Andre Heinecke <aheinecke@intevation.de>
parents: 6013
diff changeset
643
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
644 String error_create_artifact();
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
645
223
964abeb76771 Added more i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 220
diff changeset
646 String error_describe_artifact();
964abeb76771 Added more i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 220
diff changeset
647
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
648 String error_feed_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
649
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
650 String error_advance_artifact();
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
651
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
652 String error_add_artifact();
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
653
1324
90b786325324 Donated own error message to RemoveArtifact failure case.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1317
diff changeset
654 String error_remove_artifact();
90b786325324 Donated own error message to RemoveArtifact failure case.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1317
diff changeset
655
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
656 String error_create_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
657
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
658 String error_describe_collection();
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
659
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
660 String error_no_rivers_found();
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
661
3715
8d3e48f189d2 Add first draft for the gauge overview info ui
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3710
diff changeset
662 String error_no_gaugeoverviewinfo_found();
8d3e48f189d2 Add first draft for the gauge overview info ui
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3710
diff changeset
663
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
664 String error_no_such_user();
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
665
3860
b32e8353c30e Donate own error message when no users were found.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3847
diff changeset
666 String error_no_users();
b32e8353c30e Donate own error message when no users were found.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3847
diff changeset
667
1314
4c716bec7822 Validate selection of pairs in wdiff, show error(s) if invalid.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1310
diff changeset
668 String error_no_waterlevel_pair_selected();
4c716bec7822 Validate selection of pairs in wdiff, show error(s) if invalid.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1310
diff changeset
669
4c716bec7822 Validate selection of pairs in wdiff, show error(s) if invalid.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1310
diff changeset
670 String error_same_waterlevels_in_pair();
4c716bec7822 Validate selection of pairs in wdiff, show error(s) if invalid.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1310
diff changeset
671
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
672 String error_not_logged_in();
223
964abeb76771 Added more i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 220
diff changeset
673
964abeb76771 Added more i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 220
diff changeset
674 String error_load_parameterization();
230
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
675
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
676 String error_feed_no_data();
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
677
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
678 String error_feed_from_out_of_range();
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
679
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
680 String error_feed_to_out_of_range();
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
681
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
682 String error_feed_from_bigger_to();
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
683
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
684 String error_feed_invalid_wq_mode();
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
685
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
686 String error_feed_number_format_float();
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
687
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
688 String error_feed_invalid_calculation_mode();
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
689
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
690 String error_feed_no_calculation_mode();
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
691
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
692 String error_feed_no_such_river();
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
693
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
694 String error_feed_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
695
51f1c7420115 Added i18n error messages used in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 263
diff changeset
696 String error_feed_no_wq_mode_selected();
51f1c7420115 Added i18n error messages used in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 263
diff changeset
697
51f1c7420115 Added i18n error messages used in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 263
diff changeset
698 String error_feed_q_values_invalid();
51f1c7420115 Added i18n error messages used in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 263
diff changeset
699
51f1c7420115 Added i18n error messages used in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 263
diff changeset
700 String error_feed_w_values_invalid();
276
f4c8ce11df33 UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 275
diff changeset
701
f4c8ce11df33 UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 275
diff changeset
702 String error_no_meta_data_found();
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
703
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
704 String error_chart_info_service();
568
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 563
diff changeset
705
602
3b670af34367 The adapted WQ panel now displays warnings if no information are present to validate user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
706 String error_invalid_double_value();
3b670af34367 The adapted WQ panel now displays warnings if no information are present to validate user input.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
707
909
794d1af42987 Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 907
diff changeset
708 String error_load_artifact();
794d1af42987 Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 907
diff changeset
709
1289
d59dcaf52796 Improved error handling if no calculation result data was found.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1287
diff changeset
710 String error_no_calc_result();
d59dcaf52796 Improved error handling if no calculation result data was found.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1287
diff changeset
711
1310
c4c957a9c092 Improved exception handling while fetching theme styles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1309
diff changeset
712 String error_no_theme_styles_found();
c4c957a9c092 Improved exception handling while fetching theme styles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1309
diff changeset
713
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
714 String error_no_feature_selected();
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
715
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: 1327
diff changeset
716 String error_no_map_config();
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: 1327
diff changeset
717
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
718 String error_no_map_output_type();
3716
4e33aa341e51 Removed trailing whitespace and superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 3715
diff changeset
719
3707
b1f20e9de8d6 Add constant string for error_no_modules_found.
Christian Lins <christian.lins@intevation.de>
parents: 3705
diff changeset
720 String error_no_module_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
721
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
722 String warning_use_first_feature();
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
723
4567
5e6e89f19a37 flys/client: Exception catched and replaced by friendly warning (MINFO Sohlhoehendifferenz) #967/flys.
Christian Lins <christian.lins@intevation.de>
parents: 4561
diff changeset
724 String warning_select_two_values();
5e6e89f19a37 flys/client: Exception catched and replaced by friendly warning (MINFO Sohlhoehendifferenz) #967/flys.
Christian Lins <christian.lins@intevation.de>
parents: 4561
diff changeset
725
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
726 String error_no_valid_gfi_url();
96708d81eaf6 Added an initial GetFeatureInfo tool to get information about points in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1399
diff changeset
727
96708d81eaf6 Added an initial GetFeatureInfo tool to get information about points in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1399
diff changeset
728 String error_gfi_req_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
729
96708d81eaf6 Added an initial GetFeatureInfo tool to get information about points in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1399
diff changeset
730 String error_gfi_parsing_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
731
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
732 String error_gc_req_failed();
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
733
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
734 String error_gc_doc_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
735
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
736 String error_malformed_url();
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
737
1446
4c5006fecd8d Added error strings for DEM selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1436
diff changeset
738 String error_no_dgm_selected();
4c5006fecd8d Added error strings for DEM selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1436
diff changeset
739
4c5006fecd8d Added error strings for DEM selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1436
diff changeset
740 String error_invalid_dgm_selected();
4c5006fecd8d Added error strings for DEM selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1436
diff changeset
741
4c5006fecd8d Added error strings for DEM selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1436
diff changeset
742 String error_bad_dgm_range();
4c5006fecd8d Added error strings for DEM selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1436
diff changeset
743
4c5006fecd8d Added error strings for DEM selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1436
diff changeset
744 String error_bad_dgm_river();
4c5006fecd8d Added error strings for DEM selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1436
diff changeset
745
1502
d1223d93dd68 Issue 358.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1497
diff changeset
746 String error_dialog_not_valid();
1289
d59dcaf52796 Improved error handling if no calculation result data was found.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1287
diff changeset
747
2479
057021593625 Issue 494.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2472
diff changeset
748 String error_invalid_date();
1289
d59dcaf52796 Improved error handling if no calculation result data was found.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1287
diff changeset
749
2505
87ac5c532523 First part of the UI for fixing analysis parameter.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2501
diff changeset
750 String error_wrong_date();
87ac5c532523 First part of the UI for fixing analysis parameter.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2501
diff changeset
751
568
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 563
diff changeset
752 String bottom_edge();
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 563
diff changeset
753
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 563
diff changeset
754 String top_edge();
800
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
755
3539
091397efaca5 Issue 791: Do not allow the same values in reference and target location.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3533
diff changeset
756 String error_same_location();
091397efaca5 Issue 791: Do not allow the same values in reference and target location.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3533
diff changeset
757
091397efaca5 Issue 791: Do not allow the same values in reference and target location.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3533
diff changeset
758 String error_contains_same_location();
3716
4e33aa341e51 Removed trailing whitespace and superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 3715
diff changeset
759
3699
42cd7df8d989 Add 'error_updating_collection_attribute' (#843).
Christian Lins <christian.lins@intevation.de>
parents: 3547
diff changeset
760 String error_update_collection_attribute();
3539
091397efaca5 Issue 791: Do not allow the same values in reference and target location.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3533
diff changeset
761
3994
cc0b31dc2789 fix issue898 (crash when no param selected for parametermatrix).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3974
diff changeset
762 String error_values_needed();
cc0b31dc2789 fix issue898 (crash when no param selected for parametermatrix).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3974
diff changeset
763
800
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
764 // MAP RELATED STRINGS
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
765
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
766 String digitize();
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
767
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
768 String pipe1();
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
769
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
770 String pipe2();
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
771
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
772 String ditch();
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
773
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
774 String dam();
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
775
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
776 String ring_dike();
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
777
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
778 String selectFeature();
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
779
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
780 String removeFeature();
802
d45ad7fd3027 Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 800
diff changeset
781
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
782 String getFeatureInfo();
96708d81eaf6 Added an initial GetFeatureInfo tool to get information about points in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1399
diff changeset
783
96708d81eaf6 Added an initial GetFeatureInfo tool to get information about points in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1399
diff changeset
784 String getFeatureInfoTooltip();
96708d81eaf6 Added an initial GetFeatureInfo tool to get information about points in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1399
diff changeset
785
96708d81eaf6 Added an initial GetFeatureInfo tool to get information about points in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1399
diff changeset
786 String getFeatureInfoWindowTitle();
96708d81eaf6 Added an initial GetFeatureInfo tool to get information about points in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1399
diff changeset
787
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
788 String addWMS();
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
789
4436
9fca4d60fb7c Reintroduce wrongly outbacked changes (rev 4418-4425).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4435
diff changeset
790 String printMapSettings();
9fca4d60fb7c Reintroduce wrongly outbacked changes (rev 4418-4425).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4435
diff changeset
791
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
792 String addWMSTooltip();
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
793
1315
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
794 String adjustElevation();
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
795
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
796 String adjustElevationTooltip();
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
797
802
d45ad7fd3027 Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 800
diff changeset
798 String measureLine();
d45ad7fd3027 Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 800
diff changeset
799
d45ad7fd3027 Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 800
diff changeset
800 String measurePolygon();
878
d7c322a3bb32 Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 876
diff changeset
801
d7c322a3bb32 Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 876
diff changeset
802 String step();
d7c322a3bb32 Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 876
diff changeset
803
d7c322a3bb32 Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 876
diff changeset
804 String calculationStarted();
880
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
805
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
806 String zoomMaxExtent();
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
807
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
808 String zoomIn();
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
809
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
810 String zoomOut();
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
811
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
812 String zoomLayer();
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
813
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
814 String moveMap();
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
815
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
816 String digitizeObjects();
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
817
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
818 String selectObject();
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
819
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
820 String removeObject();
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
821
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
822 String measureDistance();
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
823
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
824 String measureArea();
1325
2f5fbfeda1d4 Introduced i18n for datacage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1324
diff changeset
825
1327
8a93fb299e64 #288 Added legend symbols to the MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1325
diff changeset
826 String map_themepanel_header_style();
8a93fb299e64 #288 Added legend symbols to the MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1325
diff changeset
827
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
828 String zoomToLayer();
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
829
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
830 String requireDGM();
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
831
2494
88b51e6e0334 Issue 657.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2479
diff changeset
832 String upload_file();
88b51e6e0334 Issue 657.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2479
diff changeset
833
88b51e6e0334 Issue 657.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2479
diff changeset
834 String shape_file_upload();
88b51e6e0334 Issue 657.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2479
diff changeset
835
1325
2f5fbfeda1d4 Introduced i18n for datacage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1324
diff changeset
836 // data cage
2f5fbfeda1d4 Introduced i18n for datacage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1324
diff changeset
837
7586
811dd7a3bdb9 issue1613: added accidentally omitted i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7558
diff changeset
838 String historical_discharges();
811dd7a3bdb9 issue1613: added accidentally omitted i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7558
diff changeset
839
1611
87572e476f7a Added missing translation for waterlevels.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1608
diff changeset
840 String waterlevels();
87572e476f7a Added missing translation for waterlevels.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1608
diff changeset
841
7335
febe75e123cf i18n for old calculations dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7308
diff changeset
842 String waterlevels_discharge();
febe75e123cf i18n for old calculations dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7308
diff changeset
843
febe75e123cf i18n for old calculations dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7308
diff changeset
844 String waterlevels_fix();
febe75e123cf i18n for old calculations dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7308
diff changeset
845
7490
5775d14b3db2 issue1571: i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7473
diff changeset
846 String waterlevels_fix_vollmer();
5775d14b3db2 issue1571: i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7473
diff changeset
847
7335
febe75e123cf i18n for old calculations dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7308
diff changeset
848 String waterlevels_ls();
febe75e123cf i18n for old calculations dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7308
diff changeset
849
6586
16c614d68e19 issue1394: i18n
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6371
diff changeset
850 String beddifferences();
16c614d68e19 issue1394: i18n
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6371
diff changeset
851
6590
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6586
diff changeset
852 String bedheight_differences();
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6586
diff changeset
853
8005
95301de332be Added i18n strings for middle bedheights.
Raimund Renkert <rrenkert@intevation.de>
parents: 7958
diff changeset
854 String middle_bedheights();
95301de332be Added i18n strings for middle bedheights.
Raimund Renkert <rrenkert@intevation.de>
parents: 7958
diff changeset
855
6586
16c614d68e19 issue1394: i18n
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6371
diff changeset
856 String vollmer_waterlevels();
16c614d68e19 issue1394: i18n
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 6371
diff changeset
857
1325
2f5fbfeda1d4 Introduced i18n for datacage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1324
diff changeset
858 String old_calculations();
2f5fbfeda1d4 Introduced i18n for datacage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1324
diff changeset
859
2986
176d915573e9 Added 18n for datacage officiallines.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2983
diff changeset
860 String officiallines();
176d915573e9 Added 18n for datacage officiallines.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2983
diff changeset
861
1325
2f5fbfeda1d4 Introduced i18n for datacage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1324
diff changeset
862 String datacageAdd();
1383
a09b7ff5c630 Added translations for datacage element strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1377
diff changeset
863
a09b7ff5c630 Added translations for datacage element strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1377
diff changeset
864 String fixations();
a09b7ff5c630 Added translations for datacage element strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1377
diff changeset
865
1497
895e6bc4bb73 Added translations for flood_protections keyword.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1494
diff changeset
866 String flood_protections();
895e6bc4bb73 Added translations for flood_protections keyword.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1494
diff changeset
867
1608
3b5610f22433 Added missing translation string used in the datacage window.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1602
diff changeset
868 String columns();
3b5610f22433 Added missing translation string used in the datacage window.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1602
diff changeset
869
1383
a09b7ff5c630 Added translations for datacage element strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1377
diff changeset
870 String basedata();
a09b7ff5c630 Added translations for datacage element strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1377
diff changeset
871
a09b7ff5c630 Added translations for datacage element strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1377
diff changeset
872 String heightmarks();
a09b7ff5c630 Added translations for datacage element strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1377
diff changeset
873
1511
9119bf1f9e5e Added translation for Streckenfavoriten.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1510
diff changeset
874 String annotation();
9119bf1f9e5e Added translation for Streckenfavoriten.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1510
diff changeset
875
4019
e249bd8fe72e i18n for annotations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3994
diff changeset
876 String annotations();
e249bd8fe72e i18n for annotations.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3994
diff changeset
877
5734
06adfba17091 added some i18n missing in datacage
Tom Gottfried <tom@intevation.de>
parents: 5717
diff changeset
878 String all_annotations();
06adfba17091 added some i18n missing in datacage
Tom Gottfried <tom@intevation.de>
parents: 5717
diff changeset
879
5576
ec60249bd679 Added i18n string for flow velocity datacage.
Raimund Renkert <rrenkert@intevation.de>
parents: 5547
diff changeset
880 String flowvelocitymeasurement();
ec60249bd679 Added i18n string for flow velocity datacage.
Raimund Renkert <rrenkert@intevation.de>
parents: 5547
diff changeset
881
7308
a4b4c620e611 i18n for dc and facet name generation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7298
diff changeset
882 String flowvelocitymodel();
a4b4c620e611 i18n for dc and facet name generation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7298
diff changeset
883
7456
1d35db228c75 dc i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7442
diff changeset
884 String bed_quality();
5576
ec60249bd679 Added i18n string for flow velocity datacage.
Raimund Renkert <rrenkert@intevation.de>
parents: 5547
diff changeset
885
1383
a09b7ff5c630 Added translations for datacage element strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1377
diff changeset
886 String additionals();
a09b7ff5c630 Added translations for datacage element strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1377
diff changeset
887
a09b7ff5c630 Added translations for datacage element strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1377
diff changeset
888 String differences();
1395
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
889
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
890 String kilometrage();
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
891
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
892 String riveraxis();
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
893
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
894 String km();
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
895
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
896 String qps();
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
897
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
898 String hws();
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
899
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
900 String catchments();
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
901
5759
9f9dfe1b9913 Add a different translation for catchment_wms
Andre Heinecke <aheinecke@intevation.de>
parents: 5734
diff changeset
902 String catchment_wms();
9f9dfe1b9913 Add a different translation for catchment_wms
Andre Heinecke <aheinecke@intevation.de>
parents: 5734
diff changeset
903
1395
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
904 String floodplain();
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
905
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
906 String lines();
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
907
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
908 String buildings();
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
909
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
910 String fixpoints();
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
911
2450
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
912 String uesk();
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
913
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
914 String calculations();
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
915
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
916 String current();
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
917
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
918 String bfg();
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
919
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
920 String land();
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
921
5536
adcad5104fd1 Fix typo in i18n for potential
Andre Heinecke <aheinecke@intevation.de>
parents: 5515
diff changeset
922 String potential();
2450
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
923
1395
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
924 String rastermap();
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
925
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
926 String background();
1409
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
927
5337
3d7db721a278 Part of i18n fixes for flys/issue1180.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5333
diff changeset
928 String discharge_tables_chart();
3d7db721a278 Part of i18n fixes for flys/issue1180.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 5333
diff changeset
929
1620
4a86c250d6a5 Fix flys/issue481 (i18n: Datenkorb).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1614
diff changeset
930 String discharge_table_nn();
4a86c250d6a5 Fix flys/issue481 (i18n: Datenkorb).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1614
diff changeset
931
4a86c250d6a5 Fix flys/issue481 (i18n: Datenkorb).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1614
diff changeset
932 String discharge_table_gauge();
4a86c250d6a5 Fix flys/issue481 (i18n: Datenkorb).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1614
diff changeset
933
4a86c250d6a5 Fix flys/issue481 (i18n: Datenkorb).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1614
diff changeset
934 String mainvalue();
4a86c250d6a5 Fix flys/issue481 (i18n: Datenkorb).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1614
diff changeset
935
4985
8c9567dd2e60 Fix i18n in GaugeInfo Basedataview. Include Q values.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4688
diff changeset
936 String mainvalues();
8c9567dd2e60 Fix i18n in GaugeInfo Basedataview. Include Q values.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4688
diff changeset
937
5734
06adfba17091 added some i18n missing in datacage
Tom Gottfried <tom@intevation.de>
parents: 5717
diff changeset
938 String wmainvalue();
06adfba17091 added some i18n missing in datacage
Tom Gottfried <tom@intevation.de>
parents: 5717
diff changeset
939
06adfba17091 added some i18n missing in datacage
Tom Gottfried <tom@intevation.de>
parents: 5717
diff changeset
940 String qmainvalue();
06adfba17091 added some i18n missing in datacage
Tom Gottfried <tom@intevation.de>
parents: 5717
diff changeset
941
4985
8c9567dd2e60 Fix i18n in GaugeInfo Basedataview. Include Q values.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4688
diff changeset
942 String show_mainvalues();
8c9567dd2e60 Fix i18n in GaugeInfo Basedataview. Include Q values.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 4688
diff changeset
943
2444
22989ed51064 Added I18N string for digital elevation models.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2435
diff changeset
944 String dems();
22989ed51064 Added I18N string for digital elevation models.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2435
diff changeset
945
2547
250dda4bed82 Merged revisions 4541 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2545
diff changeset
946 String hydrboundaries();
250dda4bed82 Merged revisions 4541 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2545
diff changeset
947
250dda4bed82 Merged revisions 4541 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2545
diff changeset
948 String gaugelocations();
250dda4bed82 Merged revisions 4541 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2545
diff changeset
949
3508
60984be9bcfa MINFO: Added UI for minfo differences calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3499
diff changeset
950 String single();
60984be9bcfa MINFO: Added UI for minfo differences calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3499
diff changeset
951
60984be9bcfa MINFO: Added UI for minfo differences calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3499
diff changeset
952 String epoch();
60984be9bcfa MINFO: Added UI for minfo differences calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3499
diff changeset
953
60984be9bcfa MINFO: Added UI for minfo differences calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3499
diff changeset
954 String bedheights();
60984be9bcfa MINFO: Added UI for minfo differences calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3499
diff changeset
955
5769
eef5484e5846 Added i18n strings for morhologic width in datacage.
Raimund Renkert <rrenkert@intevation.de>
parents: 5759
diff changeset
956 String morph_width();
eef5484e5846 Added i18n strings for morhologic width in datacage.
Raimund Renkert <rrenkert@intevation.de>
parents: 5759
diff changeset
957
3508
60984be9bcfa MINFO: Added UI for minfo differences calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3499
diff changeset
958 String datacage();
3547
8a16ff3b9a7f Removed trailing whitespace
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 3539
diff changeset
959
3533
a4b2220e59a6 Change button title in DatacagePairWidget (#746).
Christian Lins <christian.lins@intevation.de>
parents: 3520
diff changeset
960 String datacage_add_pair();
3508
60984be9bcfa MINFO: Added UI for minfo differences calculation.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 3499
diff changeset
961
6228
cb536a9a6c17 Added i18n string for wst with kind=6 used in datacage.
Raimund Renkert <rrenkert@intevation.de>
parents: 6174
diff changeset
962 String delta_w();
cb536a9a6c17 Added i18n string for wst with kind=6 used in datacage.
Raimund Renkert <rrenkert@intevation.de>
parents: 6174
diff changeset
963
7174
87a7cdb6ee1e Filter waterleveldifferences according to unit.
Tom Gottfried <tom@intevation.de>
parents: 7172
diff changeset
964 String delta_w_cm();
87a7cdb6ee1e Filter waterleveldifferences according to unit.
Tom Gottfried <tom@intevation.de>
parents: 7172
diff changeset
965
87a7cdb6ee1e Filter waterleveldifferences according to unit.
Tom Gottfried <tom@intevation.de>
parents: 7172
diff changeset
966 String delta_w_cma();
87a7cdb6ee1e Filter waterleveldifferences according to unit.
Tom Gottfried <tom@intevation.de>
parents: 7172
diff changeset
967
7172
e1c875583a94 Move MINFO-fixation-stuff to MINFO-datacage and give specified names.
Tom Gottfried <tom@intevation.de>
parents: 6995
diff changeset
968 String wlevel();
e1c875583a94 Move MINFO-fixation-stuff to MINFO-datacage and give specified names.
Tom Gottfried <tom@intevation.de>
parents: 6995
diff changeset
969
8115
9a8ddd37a1a7 i18n for sediment loads.
"Tom Gottfried <tom@intevation.de>"
parents: 8079
diff changeset
970 String sedimentloads();
7191
7bd19eff9bca issue1435: In DC conf, show sedimentyields in yield/[year|epoch]- structure, i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7174
diff changeset
971
7665
6d39b4066c91 Add sources/sinks to sediment yield datacage.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 7597
diff changeset
972 String sources_sinks();
6d39b4066c91 Add sources/sinks to sediment yield datacage.
Tom Gottfried <tom.gottfried@intevation.de>
parents: 7597
diff changeset
973
7191
7bd19eff9bca issue1435: In DC conf, show sedimentyields in yield/[year|epoch]- structure, i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7174
diff changeset
974 String years();
7bd19eff9bca issue1435: In DC conf, show sedimentyields in yield/[year|epoch]- structure, i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7174
diff changeset
975
7bd19eff9bca issue1435: In DC conf, show sedimentyields in yield/[year|epoch]- structure, i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7174
diff changeset
976 String epochs();
7bd19eff9bca issue1435: In DC conf, show sedimentyields in yield/[year|epoch]- structure, i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7174
diff changeset
977
8297
6f866709bbff Official sedimentload epochs should be seperated from other data in datacage.
"Tom Gottfried <tom@intevation.de>"
parents: 8280
diff changeset
978 String off_epochs();
6f866709bbff Official sedimentload epochs should be seperated from other data in datacage.
"Tom Gottfried <tom@intevation.de>"
parents: 8280
diff changeset
979
7210
52d11f4e4bea i18n for densities.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7191
diff changeset
980 String densities();
52d11f4e4bea i18n for densities.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7191
diff changeset
981
7442
96938401b1cd i18n for dc added.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7360
diff changeset
982 String sediment_load();
96938401b1cd i18n for dc added.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7360
diff changeset
983
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
984 String sediment_load_ls();
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
985
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
986 String 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
987
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
988 String coarse();
7291
ff0b99425dc9 issue1345: Added accidentally ommitted i18n for sedimentload dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7210
diff changeset
989
ff0b99425dc9 issue1345: Added accidentally ommitted i18n for sedimentload dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7210
diff changeset
990 String fine_middle();
ff0b99425dc9 issue1345: Added accidentally ommitted i18n for sedimentload dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7210
diff changeset
991
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
992 String sand();
7291
ff0b99425dc9 issue1345: Added accidentally ommitted i18n for sedimentload dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7210
diff changeset
993
ff0b99425dc9 issue1345: Added accidentally ommitted i18n for sedimentload dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7210
diff changeset
994 String susp_sand();
ff0b99425dc9 issue1345: Added accidentally ommitted i18n for sedimentload dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7210
diff changeset
995
ff0b99425dc9 issue1345: Added accidentally ommitted i18n for sedimentload dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7210
diff changeset
996 String susp_sand_bed();
ff0b99425dc9 issue1345: Added accidentally ommitted i18n for sedimentload dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7210
diff changeset
997
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
998 String 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
999
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
1000 String total();
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
1001
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
1002 String 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
1003
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
1004 String suspended_load();
7360
6ac51d67d2f4 i18n for total load dc.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 7335
diff changeset
1005
1409
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
1006 // Capabilities Information Panel
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
1007
1410
6bb2c1ffab2b Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1409
diff changeset
1008 String addwmsInputTitle();
6bb2c1ffab2b Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1409
diff changeset
1009
6bb2c1ffab2b Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1409
diff changeset
1010 String addwmsInfoTitle();
6bb2c1ffab2b Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1409
diff changeset
1011
6bb2c1ffab2b Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1409
diff changeset
1012 String addwmsLayerTitle();
6bb2c1ffab2b Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1409
diff changeset
1013
1420
c8481debff70 Added missing i18n labels for buttons used in ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1410
diff changeset
1014 String addwmsBack();
c8481debff70 Added missing i18n labels for buttons used in ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1410
diff changeset
1015
c8481debff70 Added missing i18n labels for buttons used in ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1410
diff changeset
1016 String addwmsContinue();
c8481debff70 Added missing i18n labels for buttons used in ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1410
diff changeset
1017
c8481debff70 Added missing i18n labels for buttons used in ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1410
diff changeset
1018 String addwmsCancel();
c8481debff70 Added missing i18n labels for buttons used in ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1410
diff changeset
1019
1410
6bb2c1ffab2b Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1409
diff changeset
1020 String addwmsInvalidURL();
6bb2c1ffab2b Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1409
diff changeset
1021
1409
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
1022 String capabilitiesHint();
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
1023
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
1024 String capabilitiesTitle();
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
1025
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
1026 String capabilitiesURL();
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
1027
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
1028 String capabilitiesAccessConstraints();
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
1029
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
1030 String capabilitiesFees();
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
1031
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
1032 String capabilitiesContactInformation();
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
1033
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
1034 String capabilitiesEmail();
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
1035
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
1036 String capabilitiesPhone();
1465
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
1037
1467
3adfb0f88eca Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1465
diff changeset
1038 String chart();
3adfb0f88eca Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1465
diff changeset
1039
1483
843eed27390d Added strings for chart properties dialog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1479
diff changeset
1040 String export();
843eed27390d Added strings for chart properties dialog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1479
diff changeset
1041
843eed27390d Added strings for chart properties dialog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1479
diff changeset
1042 String width();
843eed27390d Added strings for chart properties dialog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1479
diff changeset
1043
843eed27390d Added strings for chart properties dialog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1479
diff changeset
1044 String height();
843eed27390d Added strings for chart properties dialog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1479
diff changeset
1045
1465
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
1046 String visibility();
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
1047
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
1048 String upper();
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
1049
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
1050 String lower();
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
1051
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
1052 String fixation();
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
1053
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
1054 String font_size();
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
1055
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
1056 String label();
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
1057
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
1058 String subtitle();
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
1059
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
1060 String display_grid();
1479
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1061
3510
abc5957bfe1c First i18n strings for logo-stuff in charts.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3508
diff changeset
1062 String display_logo();
abc5957bfe1c First i18n strings for logo-stuff in charts.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3508
diff changeset
1063
3513
c657c0bbcf8f Updated to use split properties for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3512
diff changeset
1064 String logo_placeh();
c657c0bbcf8f Updated to use split properties for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3512
diff changeset
1065
c657c0bbcf8f Updated to use split properties for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3512
diff changeset
1066 String logo_placev();
3512
b8a8ecdebc0d i18n and interpretation for logo placement chart property.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3510
diff changeset
1067
3520
0b576ca67cd5 i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3513
diff changeset
1068 String top();
0b576ca67cd5 i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3513
diff changeset
1069
0b576ca67cd5 i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3513
diff changeset
1070 String bottom();
0b576ca67cd5 i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3513
diff changeset
1071
0b576ca67cd5 i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3513
diff changeset
1072 String center();
0b576ca67cd5 i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3513
diff changeset
1073
0b576ca67cd5 i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3513
diff changeset
1074 String left();
0b576ca67cd5 i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3513
diff changeset
1075
0b576ca67cd5 i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3513
diff changeset
1076 String right();
0b576ca67cd5 i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3513
diff changeset
1077
0b576ca67cd5 i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3513
diff changeset
1078 String none();
0b576ca67cd5 i18n for logo placement.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 3513
diff changeset
1079
5318
7fa94b793cbe I18n for empty selection in new uesk states.
Raimund Renkert <rrenkert@intevation.de>
parents: 5144
diff changeset
1080 String notselected();
7fa94b793cbe I18n for empty selection in new uesk states.
Raimund Renkert <rrenkert@intevation.de>
parents: 5144
diff changeset
1081
1479
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1082 String linetype();
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1083
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1084 String textstyle();
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1085
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1086 String linecolor();
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1087
2882
63d1e5428a1c Added i18n strings for new theme properties for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2548
diff changeset
1088 String showhorizontalline();
63d1e5428a1c Added i18n strings for new theme properties for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2548
diff changeset
1089
63d1e5428a1c Added i18n strings for new theme properties for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2548
diff changeset
1090 String showverticalline();
3716
4e33aa341e51 Removed trailing whitespace and superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 3715
diff changeset
1091
3703
4e32de1b6a9e Fix for line label text in Delta W(t) chart (#837).
Christian Lins <christian.lins@intevation.de>
parents: 3700
diff changeset
1092 String horizontal();
3716
4e33aa341e51 Removed trailing whitespace and superfluous imports.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 3715
diff changeset
1093
3703
4e32de1b6a9e Fix for line label text in Delta W(t) chart (#837).
Christian Lins <christian.lins@intevation.de>
parents: 3700
diff changeset
1094 String vertical();
2882
63d1e5428a1c Added i18n strings for new theme properties for mainvalues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2548
diff changeset
1095
1479
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1096 String textcolor();
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1097
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1098 String textsize();
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1099
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1100 String font();
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1101
1489
03649eb8933a Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1483
diff changeset
1102 String showborder();
03649eb8933a Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1483
diff changeset
1103
1479
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1104 String showpoints();
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1105
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1106 String showbackground();
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1107
4664
c2b431e3e88a Added i18n strings for style editor.
Raimund Renkert <rrenkert@intevation.de>
parents: 4606
diff changeset
1108 String textshowbg();
c2b431e3e88a Added i18n strings for style editor.
Raimund Renkert <rrenkert@intevation.de>
parents: 4606
diff changeset
1109
1479
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1110 String backgroundcolor();
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1111
4664
c2b431e3e88a Added i18n strings for style editor.
Raimund Renkert <rrenkert@intevation.de>
parents: 4606
diff changeset
1112 String bandwidthcolor();
c2b431e3e88a Added i18n strings for style editor.
Raimund Renkert <rrenkert@intevation.de>
parents: 4606
diff changeset
1113
c2b431e3e88a Added i18n strings for style editor.
Raimund Renkert <rrenkert@intevation.de>
parents: 4606
diff changeset
1114 String textbgcolor();
c2b431e3e88a Added i18n strings for style editor.
Raimund Renkert <rrenkert@intevation.de>
parents: 4606
diff changeset
1115
1479
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1116 String textorientation();
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1117
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1118 String linesize();
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1119
1494
83b913a6eecb Added new strings for the theme editor.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1492
diff changeset
1120 String pointsize();
83b913a6eecb Added new strings for the theme editor.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1492
diff changeset
1121
3349
36cd7d88551a Added bandwidth field, i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2986
diff changeset
1122 String bandwidth();
36cd7d88551a Added bandwidth field, i18n.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2986
diff changeset
1123
2907
3521f330f57c Added i18n strings for theme editor.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2905
diff changeset
1124 String pointcolor();
3521f330f57c Added i18n strings for theme editor.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2905
diff changeset
1125
1479
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
1126 String showlines();
1489
03649eb8933a Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1483
diff changeset
1127
2495
d0066abb025c Added i18n for showlinelabel theme prop.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2494
diff changeset
1128 String showlinelabel();
d0066abb025c Added i18n for showlinelabel theme prop.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2494
diff changeset
1129
2961
579e33a24a4c Add showpointlabel style attribute.
Christian Lins <christian.lins@intevation.de>
parents: 2958
diff changeset
1130 String showpointlabel();
579e33a24a4c Add showpointlabel style attribute.
Christian Lins <christian.lins@intevation.de>
parents: 2958
diff changeset
1131
3384
a6b7f0585761 Merge point/line label styles
Christian Lins <christian.lins@intevation.de>
parents: 3349
diff changeset
1132 String labelfontsize();
2498
499d2692305d Added i18 for linelabel theme property strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2495
diff changeset
1133
3384
a6b7f0585761 Merge point/line label styles
Christian Lins <christian.lins@intevation.de>
parents: 3349
diff changeset
1134 String labelfontcolor();
2498
499d2692305d Added i18 for linelabel theme property strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2495
diff changeset
1135
3384
a6b7f0585761 Merge point/line label styles
Christian Lins <christian.lins@intevation.de>
parents: 3349
diff changeset
1136 String labelfontface();
2498
499d2692305d Added i18 for linelabel theme property strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2495
diff changeset
1137
3384
a6b7f0585761 Merge point/line label styles
Christian Lins <christian.lins@intevation.de>
parents: 3349
diff changeset
1138 String labelfontstyle();
2498
499d2692305d Added i18 for linelabel theme property strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2495
diff changeset
1139
3384
a6b7f0585761 Merge point/line label styles
Christian Lins <christian.lins@intevation.de>
parents: 3349
diff changeset
1140 String labelbgcolor();
a6b7f0585761 Merge point/line label styles
Christian Lins <christian.lins@intevation.de>
parents: 3349
diff changeset
1141
a6b7f0585761 Merge point/line label styles
Christian Lins <christian.lins@intevation.de>
parents: 3349
diff changeset
1142 String labelshowbg();
2498
499d2692305d Added i18 for linelabel theme property strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2495
diff changeset
1143
2501
87634a9a8478 Added new i18n strings for theme properties of waterlevel labels in cs.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2498
diff changeset
1144 String showwidth();
87634a9a8478 Added new i18n strings for theme properties of waterlevel labels in cs.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2498
diff changeset
1145
87634a9a8478 Added new i18n strings for theme properties of waterlevel labels in cs.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2498
diff changeset
1146 String showlevel();
87634a9a8478 Added new i18n strings for theme properties of waterlevel labels in cs.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2498
diff changeset
1147
1492
7a1ac903a524 Added new strings displayed in the theme editor window.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1490
diff changeset
1148 String showminimum();
7a1ac903a524 Added new strings displayed in the theme editor window.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1490
diff changeset
1149
7a1ac903a524 Added new strings displayed in the theme editor window.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1490
diff changeset
1150 String showmaximum();
7a1ac903a524 Added new strings displayed in the theme editor window.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1490
diff changeset
1151
1489
03649eb8933a Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1483
diff changeset
1152 String transparent();
2958
973d4a968f6a Removed trailing whitespace.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 2954
diff changeset
1153
3700
dbcd14c27c8d Transparency attribute theme fixes
Christian Lins <christian.lins@intevation.de>
parents: 3699
diff changeset
1154 String transparency();
1489
03649eb8933a Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1483
diff changeset
1155
03649eb8933a Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1483
diff changeset
1156 String showarea();
03649eb8933a Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1483
diff changeset
1157
4688
1e23998aa4db Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4664
diff changeset
1158 String showarealabel();
1e23998aa4db Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4664
diff changeset
1159
2512
72266675b351 Added i18n strings for new showmiddleheight theme property.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2505
diff changeset
1160 String showmiddleheight();
72266675b351 Added i18n strings for new showmiddleheight theme property.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2505
diff changeset
1161
1489
03649eb8933a Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1483
diff changeset
1162 String fillcolor();
1552
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
1163
2472
75d19d46c3cd Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
1164 String wsplgen_cat1();
75d19d46c3cd Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
1165
75d19d46c3cd Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
1166 String wsplgen_cat2();
75d19d46c3cd Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
1167
75d19d46c3cd Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
1168 String wsplgen_cat3();
75d19d46c3cd Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
1169
75d19d46c3cd Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
1170 String wsplgen_cat4();
75d19d46c3cd Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
1171
75d19d46c3cd Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
1172 String wsplgen_cat5();
75d19d46c3cd Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
1173
4688
1e23998aa4db Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4664
diff changeset
1174 String areabgcolor();
1e23998aa4db Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4664
diff changeset
1175
8910
d9c89651bd67 Area chart layers may now have an 'arebgpattern'. Real pattern yet to be defined.
gernotbelger
parents: 8878
diff changeset
1176 String areabgpattern();
d9c89651bd67 Area chart layers may now have an 'arebgpattern'. Real pattern yet to be defined.
gernotbelger
parents: 8878
diff changeset
1177
4688
1e23998aa4db Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4664
diff changeset
1178 String areashowborder();
1e23998aa4db Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4664
diff changeset
1179
1e23998aa4db Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4664
diff changeset
1180 String areashowbg();
1e23998aa4db Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4664
diff changeset
1181
1e23998aa4db Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4664
diff changeset
1182 String areabordercolor();
1e23998aa4db Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4664
diff changeset
1183
1e23998aa4db Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4664
diff changeset
1184 String areatransparency();
1e23998aa4db Added i18n strings.
Raimund Renkert <rrenkert@intevation.de>
parents: 4664
diff changeset
1185
5032
4bf3b89b38d5 Added attribution to osm wms background layer.
Raimund Renkert <rrenkert@intevation.de>
parents: 4985
diff changeset
1186 String attribution();
4bf3b89b38d5 Added attribution to osm wms background layer.
Raimund Renkert <rrenkert@intevation.de>
parents: 4985
diff changeset
1187
1552
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
1188 // Manual Points editor
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
1189
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
1190 String addpoints();
2905
51ed89b754ae FLYS client: Removed trailing whitespace.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 2903
diff changeset
1191
1552
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
1192 String pointname();
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
1193
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
1194 String removepoint();
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
1195
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
1196 String newpoint();
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
1197
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
1198 String standby();
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
1199
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
1200 String points();
1559
d738132d64b9 Added translateable context menu to open manual point editor from themepanel.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1552
diff changeset
1201
d738132d64b9 Added translateable context menu to open manual point editor from themepanel.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1552
diff changeset
1202 String editpoints();
1563
41abc345d2f1 Added dummy handling for new boolean property of each point.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1559
diff changeset
1203
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
1204 String manual_date_points_y();
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
1205
2926
59491a730461 New i18n for WSP editor.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2925
diff changeset
1206 // Manual WaterLine (WSP) Editor.
59491a730461 New i18n for WSP editor.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2925
diff changeset
1207
59491a730461 New i18n for WSP editor.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2925
diff changeset
1208 String addWSPButton();
59491a730461 New i18n for WSP editor.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2925
diff changeset
1209
2925
6461b8dbe093 Added basic GUI for manual WSPs in cross sections.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2907
diff changeset
1210 String addWSP();
6461b8dbe093 Added basic GUI for manual WSPs in cross sections.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2907
diff changeset
1211
1563
41abc345d2f1 Added dummy handling for new boolean property of each point.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1559
diff changeset
1212 String selection();
2548
ada02bbd3b7f Merged revisions 4541,4544 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2547
diff changeset
1213
ada02bbd3b7f Merged revisions 4541,4544 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2547
diff changeset
1214 String fix_deltawt_export();
2898
242b5c230707 Added UI for S-Q-relation parameters in minfo module.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2896
diff changeset
1215
242b5c230707 Added UI for S-Q-relation parameters in minfo module.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2896
diff changeset
1216 String select();
242b5c230707 Added UI for S-Q-relation parameters in minfo module.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2896
diff changeset
1217
242b5c230707 Added UI for S-Q-relation parameters in minfo module.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2896
diff changeset
1218 String add_date();
2932
c92079709a37 FixA: Added i18n strings for export of adjusted coefficients.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 2926
diff changeset
1219
c92079709a37 FixA: Added i18n strings for export of adjusted coefficients.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 2926
diff changeset
1220 String fix_parameters_export();
c92079709a37 FixA: Added i18n strings for export of adjusted coefficients.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 2926
diff changeset
1221
c92079709a37 FixA: Added i18n strings for export of adjusted coefficients.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 2926
diff changeset
1222 String fix_parameters();
2977
5161e25392ea Added chart overview to sq relation in minfo module.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2961
diff changeset
1223
5161e25392ea Added chart overview to sq relation in minfo module.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2961
diff changeset
1224 String sq_overview();
3719
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3718
diff changeset
1225
3839
509ef6ec93af Add html links for the additinal river and gauge info pages
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3835
diff changeset
1226 // Gauge Overview Info
509ef6ec93af Add html links for the additinal river and gauge info pages
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3835
diff changeset
1227
3719
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3718
diff changeset
1228 String gauge_zero();
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3718
diff changeset
1229
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 3718
diff changeset
1230 String gauge_q_unit();
3839
509ef6ec93af Add html links for the additinal river and gauge info pages
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3835
diff changeset
1231
509ef6ec93af Add html links for the additinal river and gauge info pages
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3835
diff changeset
1232 String gauge_info_link();
509ef6ec93af Add html links for the additinal river and gauge info pages
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3835
diff changeset
1233
509ef6ec93af Add html links for the additinal river and gauge info pages
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3835
diff changeset
1234 String gauge_river_info_link();
3847
f3b821735e39 Calculate the info url via i18n
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3845
diff changeset
1235
f3b821735e39 Calculate the info url via i18n
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3845
diff changeset
1236 String gauge_river_url();
f3b821735e39 Calculate the info url via i18n
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3845
diff changeset
1237
f3b821735e39 Calculate the info url via i18n
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3845
diff changeset
1238 String gauge_url();
3865
436eec3be6ff Allow to create a discharge curve from a gauge info
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3860
diff changeset
1239
436eec3be6ff Allow to create a discharge curve from a gauge info
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 3860
diff changeset
1240 String gauge_curve_link();
4192
34337e357a54 Add message for gauge_discharge_curve_at_export
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4133
diff changeset
1241
34337e357a54 Add message for gauge_discharge_curve_at_export
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4133
diff changeset
1242 String gauge_discharge_curve_at_export();
34337e357a54 Add message for gauge_discharge_curve_at_export
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4133
diff changeset
1243
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
1244 // Measurement Station Info
0c766c475805 Add Panel and Tree UI classes for dispayling the measurement station info
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4241
diff changeset
1245
0c766c475805 Add Panel and Tree UI classes for dispayling the measurement station info
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4241
diff changeset
1246 String measurement_station_type();
0c766c475805 Add Panel and Tree UI classes for dispayling the measurement station info
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4241
diff changeset
1247
0c766c475805 Add Panel and Tree UI classes for dispayling the measurement station info
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4241
diff changeset
1248 String measurement_station_operator();
0c766c475805 Add Panel and Tree UI classes for dispayling the measurement station info
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4241
diff changeset
1249
8417
71144e25a6c9 Add comment to measurement stations info.
Tom Gottfried <tom@intevation.de>
parents: 8313
diff changeset
1250 String measurement_station_comment();
71144e25a6c9 Add comment to measurement stations info.
Tom Gottfried <tom@intevation.de>
parents: 8313
diff changeset
1251
4290
6aa8cd8da224 Display observation start time in measurement station tree
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4269
diff changeset
1252 String measurement_station_start_time();
6aa8cd8da224 Display observation start time in measurement station tree
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4269
diff changeset
1253
4291
6589f1c95101 Add link for info about the measurement station
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4290
diff changeset
1254 String measurement_station_url();
6589f1c95101 Add link for info about the measurement station
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4290
diff changeset
1255
6589f1c95101 Add link for info about the measurement station
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4290
diff changeset
1256 String measurement_station_info_link();
6589f1c95101 Add link for info about the measurement station
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4290
diff changeset
1257
4328
25157125f4a0 Update translations for measurement station changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4300
diff changeset
1258 String measurement_station_gauge_name();
25157125f4a0 Update translations for measurement station changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4300
diff changeset
1259
4219
b7535b66490e Show the 'DischargeTablesChart' when choosing the calculation timerange in historical discharge calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 4192
diff changeset
1260 String discharge_timeranges();
b7535b66490e Show the 'DischargeTablesChart' when choosing the calculation timerange in historical discharge calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 4192
diff changeset
1261
b7535b66490e Show the 'DischargeTablesChart' when choosing the calculation timerange in historical discharge calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 4192
diff changeset
1262 String discharge_chart();
b7535b66490e Show the 'DischargeTablesChart' when choosing the calculation timerange in historical discharge calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 4192
diff changeset
1263
4561
49f80ab6e3cb Add i18n for the new close project list button
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4540
diff changeset
1264 String projectlist_close();
49f80ab6e3cb Add i18n for the new close project list button
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4540
diff changeset
1265
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
1266 String startcolor();
1c6c2ddac3d6 Work on dynamic color classes for floodmap (work in progress, not yet functional).
Christian Lins <christian.lins@intevation.de>
parents: 4567
diff changeset
1267
1c6c2ddac3d6 Work on dynamic color classes for floodmap (work in progress, not yet functional).
Christian Lins <christian.lins@intevation.de>
parents: 4567
diff changeset
1268 String endcolor();
1c6c2ddac3d6 Work on dynamic color classes for floodmap (work in progress, not yet functional).
Christian Lins <christian.lins@intevation.de>
parents: 4567
diff changeset
1269
1c6c2ddac3d6 Work on dynamic color classes for floodmap (work in progress, not yet functional).
Christian Lins <christian.lins@intevation.de>
parents: 4567
diff changeset
1270 String numclasses();
1c6c2ddac3d6 Work on dynamic color classes for floodmap (work in progress, not yet functional).
Christian Lins <christian.lins@intevation.de>
parents: 4567
diff changeset
1271
4606
6e68e83149f6 Add i18n message strings for a welcome screen
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4600
diff changeset
1272 String welcome();
6e68e83149f6 Add i18n message strings for a welcome screen
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4600
diff changeset
1273
6e68e83149f6 Add i18n message strings for a welcome screen
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4600
diff changeset
1274 String welcome_open_or_create();
6e68e83149f6 Add i18n message strings for a welcome screen
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4600
diff changeset
1275
5349
d43ef9f709cd Add HWSLines and HWSPoints to datacage for the map
Andre Heinecke <aheinecke@intevation.de>
parents: 5337
diff changeset
1276 String official();
d43ef9f709cd Add HWSLines and HWSPoints to datacage for the map
Andre Heinecke <aheinecke@intevation.de>
parents: 5337
diff changeset
1277
d43ef9f709cd Add HWSLines and HWSPoints to datacage for the map
Andre Heinecke <aheinecke@intevation.de>
parents: 5337
diff changeset
1278 String inofficial();
d43ef9f709cd Add HWSLines and HWSPoints to datacage for the map
Andre Heinecke <aheinecke@intevation.de>
parents: 5337
diff changeset
1279
d43ef9f709cd Add HWSLines and HWSPoints to datacage for the map
Andre Heinecke <aheinecke@intevation.de>
parents: 5337
diff changeset
1280 String custom_lines();
d43ef9f709cd Add HWSLines and HWSPoints to datacage for the map
Andre Heinecke <aheinecke@intevation.de>
parents: 5337
diff changeset
1281
d43ef9f709cd Add HWSLines and HWSPoints to datacage for the map
Andre Heinecke <aheinecke@intevation.de>
parents: 5337
diff changeset
1282 String hws_lines();
d43ef9f709cd Add HWSLines and HWSPoints to datacage for the map
Andre Heinecke <aheinecke@intevation.de>
parents: 5337
diff changeset
1283
d43ef9f709cd Add HWSLines and HWSPoints to datacage for the map
Andre Heinecke <aheinecke@intevation.de>
parents: 5337
diff changeset
1284 String hws_points();
d43ef9f709cd Add HWSLines and HWSPoints to datacage for the map
Andre Heinecke <aheinecke@intevation.de>
parents: 5337
diff changeset
1285
5364
51db7fbc2e77 Add HWS Lines and HWS Points folder structures to the datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5349
diff changeset
1286 String hws_fed_unknown();
51db7fbc2e77 Add HWS Lines and HWS Points folder structures to the datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5349
diff changeset
1287
5437
b582df0c7b00 Add Jetties to floodmap
Andre Heinecke <aheinecke@intevation.de>
parents: 5364
diff changeset
1288 String jetties();
5349
d43ef9f709cd Add HWSLines and HWSPoints to datacage for the map
Andre Heinecke <aheinecke@intevation.de>
parents: 5337
diff changeset
1289
5470
5b75dfc1b637 Add i18n for route_data and other
Andre Heinecke <aheinecke@intevation.de>
parents: 5437
diff changeset
1290 String route_data();
5b75dfc1b637 Add i18n for route_data and other
Andre Heinecke <aheinecke@intevation.de>
parents: 5437
diff changeset
1291
5b75dfc1b637 Add i18n for route_data and other
Andre Heinecke <aheinecke@intevation.de>
parents: 5437
diff changeset
1292 String other();
5b75dfc1b637 Add i18n for route_data and other
Andre Heinecke <aheinecke@intevation.de>
parents: 5437
diff changeset
1293
5477
ae60bb7b8085 Add proper handling of multiple river_axes for datacage and rivermapfile
Andre Heinecke <aheinecke@intevation.de>
parents: 5470
diff changeset
1294 String axis();
ae60bb7b8085 Add proper handling of multiple river_axes for datacage and rivermapfile
Andre Heinecke <aheinecke@intevation.de>
parents: 5470
diff changeset
1295
5515
87dab419b924 Properly handle hydr_boundaries and hydr_boundaries_poly in datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5504
diff changeset
1296 String bfg_model();
87dab419b924 Properly handle hydr_boundaries and hydr_boundaries_poly in datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5504
diff changeset
1297
87dab419b924 Properly handle hydr_boundaries and hydr_boundaries_poly in datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5504
diff changeset
1298 String federal();
87dab419b924 Properly handle hydr_boundaries and hydr_boundaries_poly in datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5504
diff changeset
1299
87dab419b924 Properly handle hydr_boundaries and hydr_boundaries_poly in datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5504
diff changeset
1300 String areas();
87dab419b924 Properly handle hydr_boundaries and hydr_boundaries_poly in datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5504
diff changeset
1301
87dab419b924 Properly handle hydr_boundaries and hydr_boundaries_poly in datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5504
diff changeset
1302 String sobek_areas();
87dab419b924 Properly handle hydr_boundaries and hydr_boundaries_poly in datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5504
diff changeset
1303
87dab419b924 Properly handle hydr_boundaries and hydr_boundaries_poly in datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5504
diff changeset
1304 String sobek_flooded();
87dab419b924 Properly handle hydr_boundaries and hydr_boundaries_poly in datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5504
diff changeset
1305
5537
b5912ad9926c Add i18n for measurements
Andre Heinecke <aheinecke@intevation.de>
parents: 5536
diff changeset
1306 String measurements();
b5912ad9926c Add i18n for measurements
Andre Heinecke <aheinecke@intevation.de>
parents: 5536
diff changeset
1307
5547
38713f32a785 Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5537
diff changeset
1308 String floodmarks();
38713f32a785 Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5537
diff changeset
1309
38713f32a785 Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5537
diff changeset
1310 String pegel_had_measurement_points();
38713f32a785 Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5537
diff changeset
1311
38713f32a785 Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5537
diff changeset
1312 String gauge_points();
38713f32a785 Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5537
diff changeset
1313
38713f32a785 Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5537
diff changeset
1314 String gauge_names();
38713f32a785 Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5537
diff changeset
1315
38713f32a785 Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5537
diff changeset
1316 String gauge_level();
38713f32a785 Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5537
diff changeset
1317
38713f32a785 Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5537
diff changeset
1318 String gauge_tendency();
38713f32a785 Add Floodmarks and all specified WMS services to datacage
Andre Heinecke <aheinecke@intevation.de>
parents: 5537
diff changeset
1319
5606
0d8564196d73 Break printing to rework the parametrization of the print job
Andre Heinecke <aheinecke@intevation.de>
parents: 5576
diff changeset
1320 String printTooltip();
0d8564196d73 Break printing to rework the parametrization of the print job
Andre Heinecke <aheinecke@intevation.de>
parents: 5576
diff changeset
1321
0d8564196d73 Break printing to rework the parametrization of the print job
Andre Heinecke <aheinecke@intevation.de>
parents: 5576
diff changeset
1322 String print();
0d8564196d73 Break printing to rework the parametrization of the print job
Andre Heinecke <aheinecke@intevation.de>
parents: 5576
diff changeset
1323
0d8564196d73 Break printing to rework the parametrization of the print job
Andre Heinecke <aheinecke@intevation.de>
parents: 5576
diff changeset
1324 String printWindowTitle();
0d8564196d73 Break printing to rework the parametrization of the print job
Andre Heinecke <aheinecke@intevation.de>
parents: 5576
diff changeset
1325
5674
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
1326 String mapfish_data_range();
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
1327
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
1328 String mapfish_data_subtitle();
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
1329
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
1330 String mapfish_data_strech();
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
1331
5717
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
1332 String mapfish_data_institution();
5674
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
1333
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
1334 String mapfish_data_source();
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
1335
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
1336 String mapfish_data_creator();
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
1337
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
1338 String mapfish_data_dateplace();
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
1339
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
1340 String mapfish_data_river();
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
1341
5717
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
1342 String mapTitle();
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
1343
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
1344 String mapSubtitle();
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
1345
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
1346 String mapRange();
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
1347
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
1348 String mapStretch();
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
1349
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
1350 String mapCreator();
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
1351
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
1352 String mapInstitution();
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
1353
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
1354 String mapSource();
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
1355
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
1356 String mapDate();
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
1357
22e03ca8c39d Add configurable logo for map print and rename/reorder fields
Andre Heinecke <aheinecke@intevation.de>
parents: 5696
diff changeset
1358 String mapLogo();
5674
c6a6ef2d4e7e Add i18n for mapfish_data variables. A bit ugly because we
Andre Heinecke <aheinecke@intevation.de>
parents: 5606
diff changeset
1359
5792
06036bc6fb19 Add WMS URL menu entry again and print the wms_url
Andre Heinecke <aheinecke@intevation.de>
parents: 5769
diff changeset
1360 String wmsURLMenuItem();
06036bc6fb19 Add WMS URL menu entry again and print the wms_url
Andre Heinecke <aheinecke@intevation.de>
parents: 5769
diff changeset
1361
06036bc6fb19 Add WMS URL menu entry again and print the wms_url
Andre Heinecke <aheinecke@intevation.de>
parents: 5769
diff changeset
1362 String wmsURLBoxTitle();
06036bc6fb19 Add WMS URL menu entry again and print the wms_url
Andre Heinecke <aheinecke@intevation.de>
parents: 5769
diff changeset
1363
5794
af2aa716152f Fix issue1254, make GetFeatureInfo work reliably
Andre Heinecke <aheinecke@intevation.de>
parents: 5792
diff changeset
1364 String requireTheme();
af2aa716152f Fix issue1254, make GetFeatureInfo work reliably
Andre Heinecke <aheinecke@intevation.de>
parents: 5792
diff changeset
1365
5813
e0ab5a566688 Rework FeatureInfo Window fopr issue 775
Andre Heinecke <aheinecke@intevation.de>
parents: 5794
diff changeset
1366 String PATH();
e0ab5a566688 Rework FeatureInfo Window fopr issue 775
Andre Heinecke <aheinecke@intevation.de>
parents: 5794
diff changeset
1367
5853
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
1368 String DESCRIPTION();
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
1369
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
1370 String KM();
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
1371
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
1372 String Z();
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
1373
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
1374 String LOCATION();
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
1375
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
1376 String HPGP();
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
1377
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
1378 String DIFF();
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
1379
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
1380 String SOURCE();
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
1381
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
1382 String WATERBODY();
774d25915eb1 Localization of field names for feature info on map
Tom Gottfried <tom@intevation.de>
parents: 5838
diff changeset
1383
5886
6a63456b99d9 Schema change, importer, i18n: additional field for federal state stations
Tom Gottfried <tom.gottfried@intevation.de>
parents: 5861
diff changeset
1384 String FEDSTATE_KM();
6371
19459037b3c7 GWT client: Display official lines in helper panels.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6242
diff changeset
1385
19459037b3c7 GWT client: Display official lines in helper panels.
Sascha L. Teichmann <teichmann@intevation.de>
parents: 6242
diff changeset
1386 String official_regulation();
6703
c86f5d903205 issue1391: Add forgotten i18n for historical discharges
Andre Heinecke <aheinecke@intevation.de>
parents: 6590
diff changeset
1387
c86f5d903205 issue1391: Add forgotten i18n for historical discharges
Andre Heinecke <aheinecke@intevation.de>
parents: 6590
diff changeset
1388 String historical_discharge_curves();
6717
71da3d4ffb4a issue1391: Some more unification fix km filtering for calculated discharges
Andre Heinecke <aheinecke@intevation.de>
parents: 6703
diff changeset
1389
71da3d4ffb4a issue1391: Some more unification fix km filtering for calculated discharges
Andre Heinecke <aheinecke@intevation.de>
parents: 6703
diff changeset
1390 String current_gauge();
7597
fca46ce8e4f5 (issue1225) Implement Magic labels.
Andre Heinecke <aheinecke@intevation.de>
parents: 7586
diff changeset
1391
fca46ce8e4f5 (issue1225) Implement Magic labels.
Andre Heinecke <aheinecke@intevation.de>
parents: 7586
diff changeset
1392 String suggested_label();
7731
91a57b66c7ed Client side fix for flys/issue1549
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7665
diff changeset
1393
91a57b66c7ed Client side fix for flys/issue1549
Sascha L. Teichmann <teichmann@intevation.de>
parents: 7665
diff changeset
1394 String negative_values_not_allowed_for_to();
7875
b320826b1183 Changed column names in sounding select state ui.
Raimund Renkert <rrenkert@intevation.de>
parents: 7745
diff changeset
1395
b320826b1183 Changed column names in sounding select state ui.
Raimund Renkert <rrenkert@intevation.de>
parents: 7745
diff changeset
1396 String analyzed_range();
b320826b1183 Changed column names in sounding select state ui.
Raimund Renkert <rrenkert@intevation.de>
parents: 7745
diff changeset
1397
b320826b1183 Changed column names in sounding select state ui.
Raimund Renkert <rrenkert@intevation.de>
parents: 7745
diff changeset
1398 String minfo_type();
8303
519023ce3500 Updated the client to build a default artifact for gauge discharge curve.
Raimund Renkert <rrenkert@intevation.de>
parents: 8280
diff changeset
1399
519023ce3500 Updated the client to build a default artifact for gauge discharge curve.
Raimund Renkert <rrenkert@intevation.de>
parents: 8280
diff changeset
1400 String river();
519023ce3500 Updated the client to build a default artifact for gauge discharge curve.
Raimund Renkert <rrenkert@intevation.de>
parents: 8280
diff changeset
1401
519023ce3500 Updated the client to build a default artifact for gauge discharge curve.
Raimund Renkert <rrenkert@intevation.de>
parents: 8280
diff changeset
1402 String ld_locations();
519023ce3500 Updated the client to build a default artifact for gauge discharge curve.
Raimund Renkert <rrenkert@intevation.de>
parents: 8280
diff changeset
1403
519023ce3500 Updated the client to build a default artifact for gauge discharge curve.
Raimund Renkert <rrenkert@intevation.de>
parents: 8280
diff changeset
1404 String gauge_name();
519023ce3500 Updated the client to build a default artifact for gauge discharge curve.
Raimund Renkert <rrenkert@intevation.de>
parents: 8280
diff changeset
1405
519023ce3500 Updated the client to build a default artifact for gauge discharge curve.
Raimund Renkert <rrenkert@intevation.de>
parents: 8280
diff changeset
1406 String reference_gauge();
8313
e3a63d9c5bb1 Updated the client to build a default artifact for sq relations.
Raimund Renkert <rrenkert@intevation.de>
parents: 8305
diff changeset
1407
e3a63d9c5bb1 Updated the client to build a default artifact for sq relations.
Raimund Renkert <rrenkert@intevation.de>
parents: 8305
diff changeset
1408 String station();
e3a63d9c5bb1 Updated the client to build a default artifact for sq relations.
Raimund Renkert <rrenkert@intevation.de>
parents: 8305
diff changeset
1409
e3a63d9c5bb1 Updated the client to build a default artifact for sq relations.
Raimund Renkert <rrenkert@intevation.de>
parents: 8305
diff changeset
1410 String station_name();
8454
7003cf5c19ed (issue1764) Handle date ranges in chart properties editor
Andre Heinecke <andre.heinecke@intevation.de>
parents: 8417
diff changeset
1411
7003cf5c19ed (issue1764) Handle date ranges in chart properties editor
Andre Heinecke <andre.heinecke@intevation.de>
parents: 8417
diff changeset
1412 String lower_time();
7003cf5c19ed (issue1764) Handle date ranges in chart properties editor
Andre Heinecke <andre.heinecke@intevation.de>
parents: 8417
diff changeset
1413
7003cf5c19ed (issue1764) Handle date ranges in chart properties editor
Andre Heinecke <andre.heinecke@intevation.de>
parents: 8417
diff changeset
1414 String upper_time();
8532
73a4c3c202e5 (issue1051) Use a list of single years in SedimentLoadYear mode
Andre Heinecke <andre.heinecke@intevation.de>
parents: 8524
diff changeset
1415
73a4c3c202e5 (issue1051) Use a list of single years in SedimentLoadYear mode
Andre Heinecke <andre.heinecke@intevation.de>
parents: 8524
diff changeset
1416 String no_data_for_year();
8712
582e970115b6 (issue1448) Localize SedimentLoadInfo Exceptions shown in the client
Andre Heinecke <andre.heinecke@intevation.de>
parents: 8624
diff changeset
1417
9078
fc02833dbcc1 SingleInputItem abstract
gernotbelger
parents: 9071
diff changeset
1418 String no_data_sediment_difference();
fc02833dbcc1 SingleInputItem abstract
gernotbelger
parents: 9071
diff changeset
1419
8712
582e970115b6 (issue1448) Localize SedimentLoadInfo Exceptions shown in the client
Andre Heinecke <andre.heinecke@intevation.de>
parents: 8624
diff changeset
1420 String error_no_sedimentloadinfo_found();
582e970115b6 (issue1448) Localize SedimentLoadInfo Exceptions shown in the client
Andre Heinecke <andre.heinecke@intevation.de>
parents: 8624
diff changeset
1421
582e970115b6 (issue1448) Localize SedimentLoadInfo Exceptions shown in the client
Andre Heinecke <andre.heinecke@intevation.de>
parents: 8624
diff changeset
1422 String error_no_sedimentloadinfo_data();
8854
7bbfb24e6eec SINFO - first prototype of BArt Fließtiefen
gernotbelger
parents: 8712
diff changeset
1423
8878
ddd6523e0868 Fixed: reverting removal of module-localization because it is also used at a different place
gernotbelger
parents: 8873
diff changeset
1424 String sinfo();
8910
d9c89651bd67 Area chart layers may now have an 'arebgpattern'. Real pattern yet to be defined.
gernotbelger
parents: 8878
diff changeset
1425
8854
7bbfb24e6eec SINFO - first prototype of BArt Fließtiefen
gernotbelger
parents: 8712
diff changeset
1426 String sinfo_flowdepth_export();
7bbfb24e6eec SINFO - first prototype of BArt Fließtiefen
gernotbelger
parents: 8712
diff changeset
1427
7bbfb24e6eec SINFO - first prototype of BArt Fließtiefen
gernotbelger
parents: 8712
diff changeset
1428 String sinfo_flowdepth_report();
7bbfb24e6eec SINFO - first prototype of BArt Fließtiefen
gernotbelger
parents: 8712
diff changeset
1429
7bbfb24e6eec SINFO - first prototype of BArt Fließtiefen
gernotbelger
parents: 8712
diff changeset
1430 String sinfo_flow_depth();
7bbfb24e6eec SINFO - first prototype of BArt Fließtiefen
gernotbelger
parents: 8712
diff changeset
1431
8910
d9c89651bd67 Area chart layers may now have an 'arebgpattern'. Real pattern yet to be defined.
gernotbelger
parents: 8878
diff changeset
1432 String sinfo_flowdepth_twinpanel_no_pair_selected();
d9c89651bd67 Area chart layers may now have an 'arebgpattern'. Real pattern yet to be defined.
gernotbelger
parents: 8878
diff changeset
1433
d9c89651bd67 Area chart layers may now have an 'arebgpattern'. Real pattern yet to be defined.
gernotbelger
parents: 8878
diff changeset
1434 String sinfo_flow_depths();
d9c89651bd67 Area chart layers may now have an 'arebgpattern'. Real pattern yet to be defined.
gernotbelger
parents: 8878
diff changeset
1435
8950
b0aeed4c97c1 Implemented chart output for sinfo flow depth min/max calculation
gernotbelger
parents: 8941
diff changeset
1436 String sinfo_flow_depths_minmax();
b0aeed4c97c1 Implemented chart output for sinfo flow depth min/max calculation
gernotbelger
parents: 8941
diff changeset
1437
b0aeed4c97c1 Implemented chart output for sinfo flow depth min/max calculation
gernotbelger
parents: 8941
diff changeset
1438 String sinfo_flow_depth_minmax();
b0aeed4c97c1 Implemented chart output for sinfo flow depth min/max calculation
gernotbelger
parents: 8941
diff changeset
1439
8956
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
1440 String sinfo_flow_depth_developments();
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
1441
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
1442 String sinfo_flow_depth_development();
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
1443
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
1444 String sinfo_flow_depth_development_peryear();
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
1445
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
1446 String sinfo_waterlevel_differences();
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
1447
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
1448 String sinfo_waterlevel_difference();
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
1449
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
1450 String sinfo_bedheight_differences();
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
1451
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
1452 String sinfo_bedheight_difference();
ee5ce13016ed Work on SINFO-Fließtiefenentwicklung
gernotbelger
parents: 8951
diff changeset
1453
8916
5d5d0051723f Working on outputmodes of tkh calculation
gernotbelger
parents: 8910
diff changeset
1454 String sinfo_tkh_export();
5d5d0051723f Working on outputmodes of tkh calculation
gernotbelger
parents: 8910
diff changeset
1455
5d5d0051723f Working on outputmodes of tkh calculation
gernotbelger
parents: 8910
diff changeset
1456 String sinfo_tkh_report();
5d5d0051723f Working on outputmodes of tkh calculation
gernotbelger
parents: 8910
diff changeset
1457
8910
d9c89651bd67 Area chart layers may now have an 'arebgpattern'. Real pattern yet to be defined.
gernotbelger
parents: 8878
diff changeset
1458 String sinfo_tkhs();
8916
5d5d0051723f Working on outputmodes of tkh calculation
gernotbelger
parents: 8910
diff changeset
1459
5d5d0051723f Working on outputmodes of tkh calculation
gernotbelger
parents: 8910
diff changeset
1460 String sinfo_tkk();
8950
b0aeed4c97c1 Implemented chart output for sinfo flow depth min/max calculation
gernotbelger
parents: 8941
diff changeset
1461
8941
a9950a3a71e5 SINFO - tkh, configured result facets and themes
gernotbelger
parents: 8916
diff changeset
1462 String sinfo_velocities();
8950
b0aeed4c97c1 Implemented chart output for sinfo flow depth min/max calculation
gernotbelger
parents: 8941
diff changeset
1463
8941
a9950a3a71e5 SINFO - tkh, configured result facets and themes
gernotbelger
parents: 8916
diff changeset
1464 String sinfo_taus();
8950
b0aeed4c97c1 Implemented chart output for sinfo flow depth min/max calculation
gernotbelger
parents: 8941
diff changeset
1465
8941
a9950a3a71e5 SINFO - tkh, configured result facets and themes
gernotbelger
parents: 8916
diff changeset
1466 String sinfo_bedqualities();
8950
b0aeed4c97c1 Implemented chart output for sinfo flow depth min/max calculation
gernotbelger
parents: 8941
diff changeset
1467
8941
a9950a3a71e5 SINFO - tkh, configured result facets and themes
gernotbelger
parents: 8916
diff changeset
1468 String sinfo_d50s();
8950
b0aeed4c97c1 Implemented chart output for sinfo flow depth min/max calculation
gernotbelger
parents: 8941
diff changeset
1469
b0aeed4c97c1 Implemented chart output for sinfo flow depth min/max calculation
gernotbelger
parents: 8941
diff changeset
1470 String sinfo_flowdepthminmax_export();
8951
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
1471
322b0e6298ea Work on SINFO FlowDepth-Development
gernotbelger
parents: 8950
diff changeset
1472 String sinfo_flowdepthdevelopment_export();
8961
8a1c6e2ad48b Implemented datacage for min/max bedheights.
gernotbelger
parents: 8956
diff changeset
1473
8963
b98fbd91f64a Configured SINFO-zusätzlich selektierte Längsschnitte in datacage
gernotbelger
parents: 8961
diff changeset
1474 String sinfo_additional_ls();
b98fbd91f64a Configured SINFO-zusätzlich selektierte Längsschnitte in datacage
gernotbelger
parents: 8961
diff changeset
1475
b98fbd91f64a Configured SINFO-zusätzlich selektierte Längsschnitte in datacage
gernotbelger
parents: 8961
diff changeset
1476 String sinfo_additional_ls_withQ();
b98fbd91f64a Configured SINFO-zusätzlich selektierte Längsschnitte in datacage
gernotbelger
parents: 8961
diff changeset
1477
b98fbd91f64a Configured SINFO-zusätzlich selektierte Längsschnitte in datacage
gernotbelger
parents: 8961
diff changeset
1478 String sinfo_additional_ls_withoutQ();
9016
6e5ff436febe Added datacage select and chart display for TKH series loaded from database
mschaefer
parents: 8995
diff changeset
1479
9112
189cc8ededbd Added datacage select and chart display for river channel sizes loaded from database
mschaefer
parents: 9107
diff changeset
1480 String sinfo_predefined_channel();
189cc8ededbd Added datacage select and chart display for river channel sizes loaded from database
mschaefer
parents: 9107
diff changeset
1481
9016
6e5ff436febe Added datacage select and chart display for TKH series loaded from database
mschaefer
parents: 8995
diff changeset
1482 String sinfo_predefined_tkh();
6e5ff436febe Added datacage select and chart display for TKH series loaded from database
mschaefer
parents: 8995
diff changeset
1483
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
1484 String predefined_tkh_berechnung();
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
1485
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
1486 String predefined_tkh_messung();
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
1487
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
1488 String sinfo_predefined_depthevol();
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
1489
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
1490 String predefined_depthevol_aktuell();
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
1491
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
1492 String predefined_depthevol_etappe();
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
1493
9088
7e60457f9d26 Changed order of SINFO results and fixed data in datacage.
gernotbelger
parents: 9078
diff changeset
1494 String sinfo_predefined_flowdepths();
7e60457f9d26 Changed order of SINFO results and fixed data in datacage.
gernotbelger
parents: 9078
diff changeset
1495
9035
c16e90a0baf7 Added datacage select and chart display for modelled flow depth series loaded from database
mschaefer
parents: 9033
diff changeset
1496 String sinfo_predefined_flowdepth();
c16e90a0baf7 Added datacage select and chart display for modelled flow depth series loaded from database
mschaefer
parents: 9033
diff changeset
1497
9115
a165cd63099f Added datacage select and chart display for river infrastructure heights loaded from database
mschaefer
parents: 9112
diff changeset
1498 String sinfo_infrastructure();
a165cd63099f Added datacage select and chart display for river infrastructure heights loaded from database
mschaefer
parents: 9112
diff changeset
1499
9117
623b51bf03d7 Added datacage select and chart display for river bed collision counts loaded from database
mschaefer
parents: 9115
diff changeset
1500 String sinfo_collisions();
623b51bf03d7 Added datacage select and chart display for river bed collision counts loaded from database
mschaefer
parents: 9115
diff changeset
1501
9157
f9bb5d0a6ff3 Added the S-Info collision calculation and chart output
mschaefer
parents: 9145
diff changeset
1502 String sinfo_collision();
f9bb5d0a6ff3 Added the S-Info collision calculation and chart output
mschaefer
parents: 9145
diff changeset
1503
8995
8c3e5682cb60 Introduced UNFO module
gernotbelger
parents: 8963
diff changeset
1504 String uinfo();
9016
6e5ff436febe Added datacage select and chart display for TKH series loaded from database
mschaefer
parents: 8995
diff changeset
1505
8995
8c3e5682cb60 Introduced UNFO module
gernotbelger
parents: 8963
diff changeset
1506 String uinfo_salix_line_export();
8c3e5682cb60 Introduced UNFO module
gernotbelger
parents: 8963
diff changeset
1507
8c3e5682cb60 Introduced UNFO module
gernotbelger
parents: 8963
diff changeset
1508 String uinfo_vegetation_zones_export();
9016
6e5ff436febe Added datacage select and chart display for TKH series loaded from database
mschaefer
parents: 8995
diff changeset
1509
8995
8c3e5682cb60 Introduced UNFO module
gernotbelger
parents: 8963
diff changeset
1510 String uinfo_inundation_duration_export();
9064
28c50f5efceb work on uinfo-vegetation-zones table
gernotbelger
parents: 9062
diff changeset
1511
28c50f5efceb work on uinfo-vegetation-zones table
gernotbelger
parents: 9062
diff changeset
1512 String uinfo_vegetation_zone_label();
28c50f5efceb work on uinfo-vegetation-zones table
gernotbelger
parents: 9062
diff changeset
1513
28c50f5efceb work on uinfo-vegetation-zones table
gernotbelger
parents: 9062
diff changeset
1514 String uinfo_vegetation_zones_label();
28c50f5efceb work on uinfo-vegetation-zones table
gernotbelger
parents: 9062
diff changeset
1515
28c50f5efceb work on uinfo-vegetation-zones table
gernotbelger
parents: 9062
diff changeset
1516 String uinfo_vegetation_zones_from();
28c50f5efceb work on uinfo-vegetation-zones table
gernotbelger
parents: 9062
diff changeset
1517
28c50f5efceb work on uinfo-vegetation-zones table
gernotbelger
parents: 9062
diff changeset
1518 String uinfo_vegetation_zones_to();
28c50f5efceb work on uinfo-vegetation-zones table
gernotbelger
parents: 9062
diff changeset
1519
9071
a561b882436d create module bundu (Betrieb & Unterhaltung)
gernotbelger
parents: 9064
diff changeset
1520 String bundu();
a561b882436d create module bundu (Betrieb & Unterhaltung)
gernotbelger
parents: 9064
diff changeset
1521
9107
41f4bc83aa7a vegzones improved
gernotbelger
parents: 9103
diff changeset
1522 String uinfo_vegetation_zones_validation_empty();
41f4bc83aa7a vegzones improved
gernotbelger
parents: 9103
diff changeset
1523
41f4bc83aa7a vegzones improved
gernotbelger
parents: 9103
diff changeset
1524 String uinfo_vegetation_zones_validation_range();
41f4bc83aa7a vegzones improved
gernotbelger
parents: 9103
diff changeset
1525
41f4bc83aa7a vegzones improved
gernotbelger
parents: 9103
diff changeset
1526 String uinfo_vegetation_zones_validation_from_greater_to();
41f4bc83aa7a vegzones improved
gernotbelger
parents: 9103
diff changeset
1527
41f4bc83aa7a vegzones improved
gernotbelger
parents: 9103
diff changeset
1528 String uinfo_vegetation_zones_invalid_integer();
9124
3f619f8dfa8e NEw export option for diagramms: with or without extra metadata subtitle
gernotbelger
parents: 9117
diff changeset
1529
3f619f8dfa8e NEw export option for diagramms: with or without extra metadata subtitle
gernotbelger
parents: 9117
diff changeset
1530 String chart_settings_export_metadata();
9133
af73fdd96920 Title current/historical diff pair; limit on entries in diff'pair twin_panel
gernotbelger
parents: 9124
diff changeset
1531
af73fdd96920 Title current/historical diff pair; limit on entries in diff'pair twin_panel
gernotbelger
parents: 9124
diff changeset
1532 String sinfo_flow_depth_development_twin_panel_max_count_msg();
9145
e6b63b2b41b9 sinfo.flood_duration pdf, csv, ui
gernotbelger
parents: 9133
diff changeset
1533
e6b63b2b41b9 sinfo.flood_duration pdf, csv, ui
gernotbelger
parents: 9133
diff changeset
1534 String sinfo_floodduration_export();
e6b63b2b41b9 sinfo.flood_duration pdf, csv, ui
gernotbelger
parents: 9133
diff changeset
1535
e6b63b2b41b9 sinfo.flood_duration pdf, csv, ui
gernotbelger
parents: 9133
diff changeset
1536 String sinfo_floodduration_report();
9171
f1be005f0c46 tab titles from server
gernotbelger
parents: 9157
diff changeset
1537
f1be005f0c46 tab titles from server
gernotbelger
parents: 9157
diff changeset
1538 String export_csv_title();
9175
34dc0163ad2d DistancePanel Berechnungsstrecke->Darstellungsbereich Refactoring
gernotbelger
parents: 9171
diff changeset
1539
34dc0163ad2d DistancePanel Berechnungsstrecke->Darstellungsbereich Refactoring
gernotbelger
parents: 9171
diff changeset
1540 String waterlevel_ground_state();
9176
1614cb14308f Work on calculations for S-Info flood duration workflow
mschaefer
parents: 9175
diff changeset
1541
9191
f692f5a0536a sinfo.collisions review
gernotbelger
parents: 9179
diff changeset
1542 String error_no_data_for_river();
9179
gernotbelger
parents: 9178 9176
diff changeset
1543
9176
1614cb14308f Work on calculations for S-Info flood duration workflow
mschaefer
parents: 9175
diff changeset
1544 String sinfo_flood_duration();
9191
f692f5a0536a sinfo.collisions review
gernotbelger
parents: 9179
diff changeset
1545
f692f5a0536a sinfo.collisions review
gernotbelger
parents: 9179
diff changeset
1546 String sinfo_collision_export();
9202
b4402594213b More work on calculations and output for S-Info flood duration workflow (chart types 1 and 2)
mschaefer
parents: 9191
diff changeset
1547
b4402594213b More work on calculations and output for S-Info flood duration workflow (chart types 1 and 2)
mschaefer
parents: 9191
diff changeset
1548 String sinfo_flood_height();
9220
e3c2ae1887e8 Allow to filter contents of datacage on client side.
gernotbelger
parents: 9202
diff changeset
1549
e3c2ae1887e8 Allow to filter contents of datacage on client side.
gernotbelger
parents: 9202
diff changeset
1550 String sinfo_columnlabel_soundings();
e3c2ae1887e8 Allow to filter contents of datacage on client side.
gernotbelger
parents: 9202
diff changeset
1551
e3c2ae1887e8 Allow to filter contents of datacage on client side.
gernotbelger
parents: 9202
diff changeset
1552 String sinfo_columnlabel_waterlevels();
9222
5a0e8d76582e uinfo.salix regional workflow
gernotbelger
parents: 9220
diff changeset
1553
5a0e8d76582e uinfo.salix regional workflow
gernotbelger
parents: 9220
diff changeset
1554 String error_limit_exceeded_salix();
9227
84397da33d17 Allow to control specific behaviour in TwinDatacagePanel
gernotbelger
parents: 9222
diff changeset
1555
84397da33d17 Allow to control specific behaviour in TwinDatacagePanel
gernotbelger
parents: 9222
diff changeset
1556 String sinfo_sounding_waterlevel_select_waterlevel();
84397da33d17 Allow to control specific behaviour in TwinDatacagePanel
gernotbelger
parents: 9222
diff changeset
1557
84397da33d17 Allow to control specific behaviour in TwinDatacagePanel
gernotbelger
parents: 9222
diff changeset
1558 String sinfo_deactivate_intelligent_datacord();
8961
8a1c6e2ad48b Implemented datacage for min/max bedheights.
gernotbelger
parents: 8956
diff changeset
1559 }

http://dive4elements.wald.intevation.org