annotate flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties @ 1315:cf0f906921de

#297 Implemented a window to adjust elevations of geometries in the map. flys-client/trunk@2954 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 13 Oct 2011 09:08:43 +0000
parents 4c716bec7822
children 45b9b1fc26e2
rev   line source
211
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
1 title = FLYS-3.0
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
2 fullname = Flusshydrologische Software
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
3 user = Benutzer:
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
4 guest = Gast
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
5 logout = Abmelden
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
6 projects = Projekte
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: 596
diff changeset
7 open_project = Projekt \u00f6ffnen
220
35094660f91a Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 217
diff changeset
8 delete_project = Projekt l\u00f6schen
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: 596
diff changeset
9 rename_project = Projekt umbenennen
887
6a27949c7022 Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 880
diff changeset
10 clone_project = Projekt duplizieren
6a27949c7022 Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 880
diff changeset
11 copy_of = Kopie
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
12 manage_projects = Projekte verwalten
605
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
13 favorite_tooltip = Dauerhaft speichern?
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
14 favorite_tooltip_meaning = Goldener Stern: gespeichert
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
15 projectlist_creationTime = Anlegezeitpunkt
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
16 projectlist_title = Titel
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
17 projectlist_favorite = Dauerhaft
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
18 really_delete = Wollen Sie dieses Projekt wirklich l\u00f6schen?
613
471ca61b83b5 #165 Set the max length of project names to 50 characters.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 609
diff changeset
19 project_name_too_long = Der eingegebene Projektname ist zu lang. Die maximale L\u00e4nge betr\u00e4gt $LEN Zeichen.
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
20 switch_language = Englisch
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
21 info = Info
212
e3ea3c74b7f5 Fixed the function to toggle the language and added a warning dialog that informs the user about the creation of a new session.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 211
diff changeset
22 warning = Achtung
283
08eef8a047eb ISSUE 43: Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 276
diff changeset
23 warning_language = Das \u00c4ndern der Sprache startet eine neue Sitzung des Programms. Alle offenen Fenster werden geschlossen.
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 no_projects = Keine alten Berechnungen gefunden.
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 load_projects = Lade Berechnungen...
263
f56523bf4c55 Changed the empty table message for helper and data tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 256
diff changeset
26 empty_table = Lade Daten...
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
27 empty_filter = Keine Daten gefunden.
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
28 date_format = dd.MM.yyyy
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 datetime_format = dd.MM.yyyy HH:mm
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
30 new_project = Neues Projekt
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 new_calculation = Neue Berechnung
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 module_selection = Modul
568
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
33 river_selection = Gew\u00e4sser
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
34 winfo = WINFO
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
35 minfo = MINFO
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
36 map = Neue Karte
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
37 chart = Neues Diagramm
532
0ba7c43e7b62 Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 523
diff changeset
38 databasket = Datenkorb
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
39 fix = Fixierungsanalyse
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
40 next = Weiter
570
85d7cc0f2bab #88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
41 location_distance_state = Berechnungsort(e) / strecke w\u00e4hlen [km]
780
a39c2f531755 Implemented a new panel to enter kilometer ranges (with no option to insert locations).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 613
diff changeset
42 distance_state = Berechnungsstrecke w\u00e4hlen [km]
570
85d7cc0f2bab #88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
43 location = Ort(e)
85d7cc0f2bab #88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
44 locations = Orte
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
45 distance = Strecke
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
46 unitFrom = km&nbsp;-
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
47 unitTo = km a
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
48 unitWidth = m
875
a77958780e1c Updated the search field style including i18n and changed the handler
Raimund Renkert <raimund.renkert@intevation.de>
parents: 866
diff changeset
49 search = Suchbegriff
904
1e08a5b0add9 Changed table header string and set the column width to percental value.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 902
diff changeset
50 discharge = Kennzeichnender Abfluss
1286
b643622d77fe Added context menu to themes list.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1281
diff changeset
51 properties = Eigenschaften
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
52 activateTheme = Aktivieren
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
53 deactivateTheme = Deaktivieren
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
54 removeTheme = Entfernen
1287
95ecb98c6015 Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1286
diff changeset
55 label_ok = Ok
95ecb98c6015 Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1286
diff changeset
56 label_cancel = Abbrechen
793
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
57
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
58 dpLabelFrom = Von
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
59 dpUnitFrom = km
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
60 dpLabelTo = Bis
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
61 dpUnitTo = km
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
62 dpLabelStep = a
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
63 dpUnitStep = m
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
64
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
65 wgLabelFrom = Von
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
66 wgUnitFrom = m
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
67 wgLabelTo = Bis
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
68 wgUnitTo = m
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
69 wgLabelStep = a
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
70 wgUnitStep = m
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
71
787
4e0b73b7113b Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 785
diff changeset
72 unitFromInM = Von [m]:
4e0b73b7113b Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 785
diff changeset
73 unitToInM = Bis [m]:
4e0b73b7113b Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 785
diff changeset
74 unitDiffInM = Diff [m]:
211
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
75 unitLocation = km
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
76 wrongFormat = Falsches Format
907
24d15c2e0da3 Validate than the input field for single locations contains a single value.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 904
diff changeset
77 too_many_values = Nur ein Eingabewert erlaubt
24d15c2e0da3 Validate than the input field for single locations contains a single value.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 904
diff changeset
78
235
d3f8d6966c20 Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 232
diff changeset
79 description = Beschreibung
d3f8d6966c20 Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 232
diff changeset
80 from = von
d3f8d6966c20 Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 232
diff changeset
81 to = bis
568
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
82 bottom_edge = Unterkante
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
83 top_edge = Oberkante
235
d3f8d6966c20 Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 232
diff changeset
84 riverside = Flussseite
248
ed90309ec608 Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 246
diff changeset
85 name = Name
ed90309ec608 Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 246
diff changeset
86 type = Typ
902
470912f16876 Changed i18n string for "Q/D" table header.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 888
diff changeset
87 wq_value = Q/D
256
5e1c1b7d6516 Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 248
diff changeset
88 river_km = Fluss-Km
785
3ae0facd4cab Added a panel that lets users step to a next state without feeding the current artifact with new data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 780
diff changeset
89 uesk_profile_distance = Abstand [m]
211
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
90
568
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
91 wqTitle = Eingabe f\u00fcr W/Q Daten
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
92 wqadaptedTitle = Eingabe f\u00fcr W/Q Daten
256
5e1c1b7d6516 Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 248
diff changeset
93 calcTableTitle = Berechnungsausgabe
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
94 helperPanelTitle = Eingabeunterst\u00fctzung
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
95 wqW = W am Pegel [cm]
568
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
96 wqQ = Q [m\u00b3/s]
904
1e08a5b0add9 Changed table header string and set the column width to percental value.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 902
diff changeset
97 wqQGauge = Q [m\u00b3/s] am Pegel
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 wqSingle = Einzelwerte
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 wqRange = Wertebereich
256
5e1c1b7d6516 Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 248
diff changeset
100 unitWNN = W [NN+m]
211
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
101 unitWSingle = cm
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
102 unitWFrom = cm&nbsp;-
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
103 unitWTo = cm&nbsp;a
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
104 unitWStep = cm
568
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
105 unitQSingle = m\u00b3/s
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
106 unitQFrom = m\u00b3/s&nbsp;-
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
107 unitQTo = m\u00b3/s&nbsp;a
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
108 unitQStep = m\u00b3/s
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
109 footerHome = Home
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
110 footerContact = Kontakt
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
111 footerImpressum = Impressum
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
112
568
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
113 buttonNext = \u00dcbernehmen
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
114 imageBack = images/back_de.png
275
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 265
diff changeset
115 imageSave = images/save.gif
532
0ba7c43e7b62 Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 523
diff changeset
116 theme_top = images/theme_top.png
0ba7c43e7b62 Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 523
diff changeset
117 theme_up = images/theme_up.png
0ba7c43e7b62 Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 523
diff changeset
118 theme_down = images/theme_down.png
0ba7c43e7b62 Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 523
diff changeset
119 theme_bottom = images/theme_bottom.png
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
120 zoom_all = images/zoom-1.png
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
121 zoom_in = images/zoom-in.png
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
122 zoom_out = images/zoom-out.png
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
123 zoom_back = images/zoom-back.png
551
13c7f90917fc Added a PanControl to pan charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 544
diff changeset
124 pan = images/pan.png
211
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
125
241
764488577cc8 Renamed non-computed discharge curve outputs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 240
diff changeset
126 discharge_curve = Abflusskurven an Pegeln
240
4cdf9030854f Added i18n strings for the computed discharge curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 239
diff changeset
127 computed_discharge_curve = Abflusskurve
232
bc5f7d8084e2 Added i18n strings for a longitudinal section curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 230
diff changeset
128 longitudinal_section = L\u00e4ngsschnitt
239
47fe77a1bac7 Added new i18n strings for new output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 235
diff changeset
129 duration_curve = Dauerlinie
243
11c5bcd349b1 Added a stub implementation of a WQ panel for discharge longitudinal section computations.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 241
diff changeset
130 discharge_longitudinal_section = W bei ungleichwertigem Abflussl\u00e4ngsschnitt
795
68b8770af6c5 Added strings for the output mode 'floodmap'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 793
diff changeset
131 floodmap = \u00dcberschwemmungsfl\u00e4che
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
132
849
d0098fc8c40b Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 818
diff changeset
133 cross_section = Querprofil
866
593e6c49c6ee Added "w_differences" translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 849
diff changeset
134 w_differences = Differenzen
888
d6b88f8f88dd Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 887
diff changeset
135 w_differences_export = Differenzen Export
849
d0098fc8c40b Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 818
diff changeset
136
434
2d045a65ec27 Added i18n strings for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 433
diff changeset
137 waterlevel_export = Wasserstand/Wasserspiegellagen Export
584
dc24b1346271 Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 577
diff changeset
138 waterlevel_report = Wasserstand/Wasserspiegellagen Bericht
435
5b8ad33a18c1 Added missing i18n strings for computed discharge curve exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 434
diff changeset
139 computed_dischargecurve_export = Abflusskurven Export
584
dc24b1346271 Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 577
diff changeset
140 computed_dischargecurve_report = Abflusskurven Bericht
434
2d045a65ec27 Added i18n strings for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 433
diff changeset
141 discharge_longitudinal_section_export = Abflussl\u00e4ngsschnitt Export
584
dc24b1346271 Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 577
diff changeset
142 discharge_longitudinal_section_report = Abflussl\u00e4ngsschnitt Bericht
511
437e3b917155 Added missing i18n strings for duration curve export.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 435
diff changeset
143 durationcurve_export = Dauerzahlen Export
584
dc24b1346271 Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 577
diff changeset
144 durationcurve_report = Dauerzahlen Bereicht
275
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 265
diff changeset
145 dataexport = Datenexport
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 265
diff changeset
146 csv = CSV
433
ad2c4fb17318 Adjusted the width of an export button and added a tooltip to distinguish different exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 283
diff changeset
147 wst = WST
609
418be98527f0 Prepare for AT export.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 605
diff changeset
148 at = AT
418be98527f0 Prepare for AT export.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 605
diff changeset
149 computed_dischargecurve_at_export = AT Export
523
0785a8ba5e6d Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 518
diff changeset
150 chart_themepanel_header_themes = Thema
888
d6b88f8f88dd Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 887
diff changeset
151 chart_themepanel_header_action = Aktionen
275
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 265
diff changeset
152
1315
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
153 ele_window_title = H\u00f6henknoten setzen
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
154 ele_window_label = H\u00f6henangaben in m \u00fc. NN.
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
155 ele_window_x_col = X
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
156 ele_window_y_col = Y
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
157 ele_window_z_col = Z-Koordinate
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
158 ele_window_ok_button = H\u00f6he setzen
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
159 ele_window_cancel_button = Abbrechen
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
160 ele_window_format_error = Die von Ihnen eigegebene H\u00f6he ist ung\u00fcltig:
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
161 ele_window_save_error = Fehler beim Speichern der H\u00f6hen.
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
162 ele_window_geometry_error = Die Geometrie wird nicht unterst\u00fctzt:
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
163
605
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
164 unexpected_exception = Ein unerwarteter Fehler ist aufgetreten
563
469528551b78 Introduced an input validation for the location panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 562
diff changeset
165 error_read_minmax_values = Fehler beim Lesen der min/max Werte. Es kann keine Validierung der eingegebenen Strecke durchgef\u00fchrt werden.
566
3ce558193526 Adjusted a german error message.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 563
diff changeset
166 error_validate_range = Der Wert $1 muss kleiner als $3 und gr\u00f6\u00dfer als $2 sein.
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
167 error_validate_lower_range = Der untere Wert $1 muss gr\u00f6\u00dfer sein als $2.
9f16ac843dda Introduced a client side validation before new user data are sent to the server - the range/location panel already implements this validation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 551
diff changeset
168 error_validate_upper_range = Der obere Wert $1 muss kleiner sein als $2.
518
bac8e6ea277d Added i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 511
diff changeset
169 error_empty_state = Es wurden nicht alle ben\u00d6tigten Daten eingegeben.
bac8e6ea277d Added i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 511
diff changeset
170 error_invalid_double_value = Falsches Format f\u00fc eine Flie\u00dfkommazahl.
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
171 error_create_artifact = Fehler beim Erstellen eines neuen Projekts.
223
964abeb76771 Added more i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 220
diff changeset
172 error_describe_artifact = Fehler beim Laden der Parametrisierung.
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
173 error_feed_data = Fehler beim Hinzuf\u00fcgen neuer Daten.
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
174 error_advance_artifact = Fehler beim Wechseln des Zustands des Projektes.
818
2c004a40b1e1 Adjusted German translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 802
diff changeset
175 error_add_artifact = Fehler beim Hinzuf\u00fcgen einer Parametrisierung.
2c004a40b1e1 Adjusted German translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 802
diff changeset
176 error_create_collection = Fehler beim Erstellen eines neuen Projektes.
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
177 error_describe_collection = Fehler beim Laden des Projektzustandes.
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
178 error_no_rivers_found = Fehler beim Lesen der unterst\u00fctzten Fl\u00fcsse.
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
179 error_no_such_user = Fehler - Kein Benutzer vorhanden.
1314
4c716bec7822 Validate selection of pairs in wdiff, show error(s) if invalid.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1310
diff changeset
180 error_no_waterlevel_pair_selected = Fehler - kein Paar zur Differenzbuilding gew\u00e4hlt.
4c716bec7822 Validate selection of pairs in wdiff, show error(s) if invalid.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1310
diff changeset
181 error_same_waterlevels_in_pair = Error - minuend and subtrahend m\u00fcssen sich unterscheiden.
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
182 error_not_logged_in = Sie m\u00fcssen sich erst einloggen um mit der Arbeit beginnen zu k\u00f6nnen.
223
964abeb76771 Added more i18n error messages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 220
diff changeset
183 error_load_parameterization = Fehler beim Laden der Parametrisierung.
230
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
184
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
185 error_feed_no_data = Keine Eingabedaten gefunden.
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
186 error_feed_from_out_of_range = Der untere Wert liegt au\u00dferhalb des g\u00fcltigen Wertebereiches.
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
187 error_feed_to_out_of_range = Der obere Wert liegt au\u00dferhalb des g\u00fcltigen Wertebereiches.
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
188 error_feed_from_bigger_to = Der untere Wert ist gr\u00f6\u00dfer als der obere Wert.
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
189 error_feed_invalid_wq_mode = Ung\u00fcltiger Modus f\u00fcr die WQ-Eingabe gew\u00e4hlt.
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
190 error_feed_number_format_float = Der eingegebene Wert ist keine Flie\u00dfkommazahl.
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
191 error_feed_invalid_calculation_mode = Die gew\u00e4hlte Berechnungsart ist ung\u00fcltig.
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
192 error_feed_no_calculation_mode = Es ist keine Berechnungsart gew\u00e4hlt.
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
193 error_feed_no_such_river = Der gew\u00e4hlte Fluss wird nicht unterst\u00fctzt.
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
194 error_feed_no_river_selected = Es wurde kein Fluss gew\u00e4hlt.
265
51f1c7420115 Added i18n error messages used in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 263
diff changeset
195 error_feed_no_wq_mode_selected = Es ist kein W/Q Modus gew\u00e4hlt.
51f1c7420115 Added i18n error messages used in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 263
diff changeset
196 error_feed_q_values_invalid = Die gew\u00e4hlten Q Werte liegen au\u00dferhalb des g\u00fcltigen Bereiches.
51f1c7420115 Added i18n error messages used in the adapted wq panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 263
diff changeset
197 error_feed_w_values_invalid = Die gew\u00e4hlten W Werte liegen au\u00dferhalb des g\u00fcltigen Bereiches.
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
198 error_chart_info_service = Meta Informationen des Diagramms konnten nicht geladen werden.
276
f4c8ce11df33 UI stub for data cage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 275
diff changeset
199 error_no_meta_data_found = Keine Meta-Daten gefunden.
909
794d1af42987 Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 907
diff changeset
200 error_load_artifact = Fehler beim Hinzu\u00fcgen neuer Daten in das aktuelle Projekt.
1289
d59dcaf52796 Improved error handling if no calculation result data was found.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1287
diff changeset
201 error_no_calc_result=Es wurden keine Berechnungsergebnisse gefunden.
1310
c4c957a9c092 Improved exception handling while fetching theme styles.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1309
diff changeset
202 error_no_theme_styles_found=Es konnten keine Stile f\u00fcr das gew\u00e4hlte Thema gefunden werden.
909
794d1af42987 Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 907
diff changeset
203
800
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
204 ## map related strings
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
205 digitize = images/digitize.png
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
206 pipe1 = Rohr1
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
207 pipe2 = Rohr2
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
208 ditch = Graben
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
209 dam = Damm
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
210 ring_dike = Ringdeich
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
211 selectFeature = images/selectFeature.png
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
212 removeFeature = images/removeFeature.png
1315
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
213 adjustElevation = images/adjustElevation.png
802
d45ad7fd3027 Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 800
diff changeset
214 measureLine = images/measureLine.png
d45ad7fd3027 Added map tools to measure lines and polygons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 800
diff changeset
215 measurePolygon = images/measurePolygon.png
878
d7c322a3bb32 Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 876
diff changeset
216 step = Schritt
d7c322a3bb32 Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 876
diff changeset
217 calculationStarted = Berechnung wurde gestarted.
880
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
218 zoomMaxExtent = Gesamtausschnitt
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
219 zoomIn = Hereinzoomen
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
220 zoomOut = Herauszoomen
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
221 zoomLayer = Zoom auf Layer
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
222 moveMap = Verschieben
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
223 digitizeObjects = Erstellung von Rohren, Gr\u00e4ben, D\u00e4mmen und Ringdeichen
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
224 selectObject = Auswahlwerkzeug
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
225 removeObject = Ausgew\u00e4hltes Objekt l\u00f6schen
1315
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
226 adjustElevationTooltip = Festlegen von H\u00f6hen für D\u00e4mme, Ringeiche, Gr\u00e4ben und Rohre
880
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
227 measureDistance = L\u00e4ngenmessung
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
228 measureArea = Streckenmessung

http://dive4elements.wald.intevation.org