annotate flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_de.properties @ 2522:6455bb59a26e

Fix fixation analysis module select. flys-client/trunk@4402 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 14 May 2012 15:25:14 +0000
parents b3bf9e5ce9e6
children c8413741339f
rev   line source
211
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
1 fullname = Flusshydrologische Software
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
2 user = 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
3 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
4 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
5 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
6 open_project = Projekt \u00f6ffnen
220
35094660f91a Implemented a context menu for the project list.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 217
diff changeset
7 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
8 rename_project = Projekt umbenennen
887
6a27949c7022 Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 880
diff changeset
9 clone_project = Projekt duplizieren
6a27949c7022 Issue234/266: Added feature for duplicating projects.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 880
diff changeset
10 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
11 manage_projects = Projekte verwalten
605
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
12 favorite_tooltip = Dauerhaft speichern?
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
13 favorite_tooltip_meaning = Goldener Stern: gespeichert
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
14 projectlist_creationTime = Anlegezeitpunkt
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
15 projectlist_title = Titel
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
16 projectlist_favorite = Dauerhaft
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
17 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
18 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
19 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
20 info = Info
212
e3ea3c74b7f5 Fixed the function to toggle the language and added a warning dialog that informs the user about the creation of a new session.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 211
diff changeset
21 warning = Achtung
283
08eef8a047eb ISSUE 43: Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 276
diff changeset
22 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
23 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
24 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
25 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
26 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
27 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
28 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
29 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
30 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
31 module_selection = Modul
568
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
32 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
33 winfo = WINFO
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
34 minfo = MINFO
1516
102e472bd2a1 Changed the visible i18n strings for module 'new map.'
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1511
diff changeset
35 map = Karte
102e472bd2a1 Changed the visible i18n strings for module 'new map.'
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1511
diff changeset
36 new_map = Neue Karte
1467
3adfb0f88eca Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1465
diff changeset
37 new_chart = Neues Diagramm
1429
16b7adc66330 Added stub for chart property editor.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1424
diff changeset
38 diagram = Diagramm
16b7adc66330 Added stub for chart property editor.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1424
diff changeset
39 axes = Achsen
16b7adc66330 Added stub for chart property editor.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1424
diff changeset
40 legend = Legende
1431
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
41 chart_title = Titel
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
42 chart_subtitle = Untertitel
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
43 grid = Gitternetz
2462
d45059aa8507 i18n and moved reference selectbox for cross section master to top.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2460
diff changeset
44 antialiasing = Kantengl\u00e4ttung
1431
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
45 axis_name = Name
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
46 chart_start = von
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
47 chart_end = bis
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
48 x_axis = X-Achse
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
49 y1_axis = Y1-Achse
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
50 y2_axis = Y2-Achse
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
51 y3_axis = Y3-Achse
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
52 legend_name = Name
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
53 show_legend = Anzeigen
2462
d45059aa8507 i18n and moved reference selectbox for cross section master to top.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2460
diff changeset
54 aggregation_threshold = Schwellwert zur Aggregation von Legendeneintr\u00e4gen
1431
987f95ceb623 Added property fields to the chart properties editor dialog.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1429
diff changeset
55 scale = Skalierung
532
0ba7c43e7b62 Replaced buttons displayed as labels with real buttons.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 523
diff changeset
56 databasket = Datenkorb
2435
114fea2de638 Display better message for empty datacages.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2427
diff changeset
57 databasket_loading=Lade Datenkorb Inhalt
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
58 fix = Fixierungsanalyse
2522
6455bb59a26e Fix fixation analysis module select.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2518
diff changeset
59 fixanalysis = Fixierungsanalyse
211
b92281182c6b Removed the FLYSMessages interface and replaced it with a FLYSConstants interface - this interface has the ability to lookup i18n strings with given keys.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
60 next = Weiter
570
85d7cc0f2bab #88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
61 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
62 distance_state = Berechnungsstrecke w\u00e4hlen [km]
1423
204e085a9f1c Bugfix: set correct label for 'waterlevel/ground' state.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1422
diff changeset
63 waterlevel_ground_state = Differenzen zwischen Wasserspiegel und Gel\u00e4nde [m]
570
85d7cc0f2bab #88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
64 location = Ort(e)
85d7cc0f2bab #88 Modified strings in the location/distance panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 568
diff changeset
65 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
66 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
67 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
68 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
69 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
70 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
71 discharge = Kennzeichnender Abfluss
1286
b643622d77fe Added context menu to themes list.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1281
diff changeset
72 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
73 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
74 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
75 removeTheme = Entfernen
1287
95ecb98c6015 Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1286
diff changeset
76 label_ok = Ok
95ecb98c6015 Added skeleton for editor window.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1286
diff changeset
77 label_cancel = Abbrechen
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
78 cancelCalculationLabel = Aktuelle Berechnung abbrechen.
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
79 calculationCanceled = Die Berechnung wurde abgebrochen.
1534
98123d34529b Added UI parts and event for filtering distances and locations.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1532
diff changeset
80 range = Bereich
1567
7e738bc8ed75 Show hit count in filtered input helper tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1563
diff changeset
81 resultCount = Treffer
1602
f30919997e57 Added helper input table to state 'timerange' input in hist. discharge curves.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1601
diff changeset
82 start_year = Start
f30919997e57 Added helper input table to state 'timerange' input in hist. discharge curves.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1601
diff changeset
83 end_year = Ende
2505
87ac5c532523 First part of the UI for fixing analysis parameter.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2501
diff changeset
84 period = Zeitraum
1399
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
85 # Header images
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
86 flysLogo = images/flys_logo.gif
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
87 bfgLogo = images/bfg_logo.gif
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
88
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
89 # Images
2471
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
90 downloadPNG = images/png_export.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
91 downloadPDF = images/pdf_export.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
92 downloadSVG = images/svg_export.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
93 downloadCSV = images/save.png
1399
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
94 loadingImg = images/loading.gif
1432
40f4137a2c31 Added a cancel button to the LoadingPanel which stops running WSPLGEN calculations (realized by returning to the previous state).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1431
diff changeset
95 cancelCalculation = images/cancelCalculation.png
1399
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
96 markerRed = images/marker_red.png
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
97 markerGreen = images/marker_green.png
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
98 riverMap = images/gewkarte.png
2471
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
99 properties_ico = images/properties.png
1399
748e7c828d03 Issue312.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1395
diff changeset
100
793
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
101 dpLabelFrom = Von
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
102 dpUnitFrom = km
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
103 dpLabelTo = Bis
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
104 dpUnitTo = km
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
105 dpLabelStep = a
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
106 dpUnitStep = m
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
107
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
108 wgLabelFrom = Von
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
109 wgUnitFrom = m
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
110 wgLabelTo = Bis
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
111 wgUnitTo = m
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
112 wgLabelStep = a
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
113 wgUnitStep = m
4497d19c22fd Finished the panel to enter waterlevel/ground information (from, to, diff).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 788
diff changeset
114
787
4e0b73b7113b Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 785
diff changeset
115 unitFromInM = Von [m]:
4e0b73b7113b Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 785
diff changeset
116 unitToInM = Bis [m]:
4e0b73b7113b Added new UI providers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 785
diff changeset
117 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
118 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
119 wrongFormat = Falsches Format
1490
15b4bc8eede0 #302 Improved input validation in WQ panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1489
diff changeset
120 atLeastOneValue = Sie m\u00fcssen mindestens einen Wert eingeben.
15b4bc8eede0 #302 Improved input validation in WQ panels.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1489
diff changeset
121 missingInput = Sie m\u00fcssen einen Wert eingeben.
907
24d15c2e0da3 Validate than the input field for single locations contains a single value.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 904
diff changeset
122 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
123
235
d3f8d6966c20 Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 232
diff changeset
124 description = Beschreibung
d3f8d6966c20 Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 232
diff changeset
125 from = von
d3f8d6966c20 Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 232
diff changeset
126 to = bis
568
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
127 bottom_edge = Unterkante
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
128 top_edge = Oberkante
235
d3f8d6966c20 Added location and distance tables.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 232
diff changeset
129 riverside = Flussseite
248
ed90309ec608 Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 246
diff changeset
130 name = Name
ed90309ec608 Added table for WQ inputs.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 246
diff changeset
131 type = Typ
2460
5659b5e8c9a8 #204 Modified i18n strings in WQD table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2450
diff changeset
132 wq_table_w = Kennzeichnende Wasserst\u00e4nde
5659b5e8c9a8 #204 Modified i18n strings in WQD table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2450
diff changeset
133 wq_table_q = Kennzeichnende Abfl\u00fcsse / Dauerzahlen
5659b5e8c9a8 #204 Modified i18n strings in WQD table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2450
diff changeset
134 wq_value_w = W [cm am Pegel]
5659b5e8c9a8 #204 Modified i18n strings in WQD table.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2450
diff changeset
135 wq_value_q = Q [m\u00b3/s]
256
5e1c1b7d6516 Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 248
diff changeset
136 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
137 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
138
568
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
139 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
140 wqadaptedTitle = Eingabe f\u00fcr W/Q Daten
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
141 wqHistorical = Auswahl der Analyseart
256
5e1c1b7d6516 Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 248
diff changeset
142 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
143 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
144 wqW = W am Pegel [cm]
568
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
145 wqQ = Q [m\u00b3/s]
1535
03e82be2aabc Added UI for "Bezugslinienverfahren" ("W auf freier Strecke").
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1534
diff changeset
146 wqWFree = W auf freier Strecke [m+NHN]
1369
1fae113b93fd Issue 118/203.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1327
diff changeset
147 wqQGauge = Kennzeichnender Abfluss 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
148 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
149 wqRange = Wertebereich
256
5e1c1b7d6516 Added table and service for calculation output to UI.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 248
diff changeset
150 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
151 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
152 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
153 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
154 unitWStep = cm
568
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
155 unitQSingle = m\u00b3/s
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
156 unitQFrom = m\u00b3/s&nbsp;-
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
157 unitQTo = m\u00b3/s&nbsp;a
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
158 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
159 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
160 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
161 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
162
568
1d20533a4ae3 Bring Oberkante and Unterkante into UI.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 566
diff changeset
163 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
164 imageBack = images/back_de.png
2471
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
165 imageSave = images/save.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
166 theme_top = images/arrow_first.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
167 theme_up = images/arrow_up.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
168 theme_down = images/arrow_down.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
169 theme_bottom = images/arrow_last.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
170 zoom_all = images/mag_100.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
171 zoom_in = images/mag_zoom_box.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
172 zoom_out = images/mag_zoom_minus.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
173 zoom_back = images/mag_zoom_back.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
174 pan = images/hand.png
1422
25be27e33b77 #421 Ask the user before removing themes from chart or map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1420
diff changeset
175 askThemeRemove = Sind Sie sicher, dass sie die gew\u00e4hlten / das gew\u00e4lte Thema l\u00f6eschen wollen?
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
176
241
764488577cc8 Renamed non-computed discharge curve outputs.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 240
diff changeset
177 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
178 computed_discharge_curve = Abflusskurve
2518
b3bf9e5ce9e6 i18n for datacage/computed discharge curves.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2517
diff changeset
179 computed_discharge_curves = Abflusskurven
232
bc5f7d8084e2 Added i18n strings for a longitudinal section curve.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 230
diff changeset
180 longitudinal_section = L\u00e4ngsschnitt
239
47fe77a1bac7 Added new i18n strings for new output modes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 235
diff changeset
181 duration_curve = Dauerlinie
1581
70321da6e1e1 Changed wording for W bei/fuer ungl.Abflsgs.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1567
diff changeset
182 discharge_longitudinal_section = W f\u00fcr ungleichwertigen Abflussl\u00e4ngsschnitt
795
68b8770af6c5 Added strings for the output mode 'floodmap'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 793
diff changeset
183 floodmap = \u00dcberschwemmungsfl\u00e4che
1582
2675deb3b948 Added i18n title for 'historical discharge curve' output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1581
diff changeset
184 historical_discharge = Historische Abflusskurven
849
d0098fc8c40b Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 818
diff changeset
185 cross_section = Querprofil
1620
4a86c250d6a5 Fix flys/issue481 (i18n: Datenkorb).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1614
diff changeset
186 cross_sections = Querprofile
866
593e6c49c6ee Added "w_differences" translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 849
diff changeset
187 w_differences = Differenzen
888
d6b88f8f88dd Fix issue flys/issue311 (i18n crossection).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 887
diff changeset
188 w_differences_export = Differenzen Export
1601
42543705a857 Added i18n for reference curve export.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1599
diff changeset
189 reference_curve_export = Bezugslinien Export
1596
0685a4969e93 Added i18n strings for the export button of historical discharge curves.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1587
diff changeset
190 historical_discharge_export = Historische Abflusskurven Export
849
d0098fc8c40b Added translation for "cross_section".
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 818
diff changeset
191
434
2d045a65ec27 Added i18n strings for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 433
diff changeset
192 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
193 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
194 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
195 computed_dischargecurve_report = Abflusskurven Bericht
434
2d045a65ec27 Added i18n strings for exports.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 433
diff changeset
196 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
197 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
198 durationcurve_export = Dauerzahlen Export
584
dc24b1346271 Added i18n strings for each calculation report output.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 577
diff changeset
199 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
200 dataexport = Datenexport
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 265
diff changeset
201 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
202 wst = WST
609
418be98527f0 Prepare for AT export.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 605
diff changeset
203 at = AT
1546
5c6a5832bde5 Issue 138.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1535
diff changeset
204 pdf = PDF
609
418be98527f0 Prepare for AT export.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 605
diff changeset
205 computed_dischargecurve_at_export = AT Export
2505
87ac5c532523 First part of the UI for fixing analysis parameter.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2501
diff changeset
206 gauge_class = Abflussklasse
87ac5c532523 First part of the UI for fixing analysis parameter.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2501
diff changeset
207 eventselect = Ereignisauswahl
2517
8f528f5ae137 Added filter object class and scrollable chart to helper panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2516
diff changeset
208 events = Ereignisse
8f528f5ae137 Added filter object class and scrollable chart to helper panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2516
diff changeset
209 kmchart = Diagramm
1455
75a40270efa8 Added keys and translations for area-creation related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1447
diff changeset
210
523
0785a8ba5e6d Implemented the first step of a theme control panel for charts.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 518
diff changeset
211 chart_themepanel_header_themes = Thema
1532
916c94b32be2 Fix typo for i18n key, flys/issue458.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1528
diff changeset
212 chart_themepanel_header_actions = Aktionen
2462
d45059aa8507 i18n and moved reference selectbox for cross section master to top.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2460
diff changeset
213 chart_themepanel_synchron = Synchron navigieren
d45059aa8507 i18n and moved reference selectbox for cross section master to top.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2460
diff changeset
214 chart_themepanel_asynchron = Einzeln navigieren
1436
29fc2d1dfe9b Client side of interactive cross section diagrams.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1432
diff changeset
215 chart_themepanel_set_master = Referenz
1455
75a40270efa8 Added keys and translations for area-creation related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1447
diff changeset
216 chart_themepanel_new_area = Erzeuge Fl\u00e4che ...
75a40270efa8 Added keys and translations for area-creation related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1447
diff changeset
217 chart_themepanel_area_under = unter ...
75a40270efa8 Added keys and translations for area-creation related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1447
diff changeset
218 chart_themepanel_area_over = \u00fcber ...
75a40270efa8 Added keys and translations for area-creation related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1447
diff changeset
219 chart_themepanel_area_between = zwischen ...
1469
31d0557f31a2 Fix over axis menu item, added standalone 'over axis' menu item.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1467
diff changeset
220 against_x_axis = \u00fcber X-Achse
275
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 265
diff changeset
221
1315
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
222 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
223 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
224 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
225 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
226 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
227 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
228 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
229 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
230 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
231 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
232
605
9e30c776cbef Improved the exception handling.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 597
diff changeset
233 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
234 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
235 error_validate_range = Der Wert $1 muss kleiner als $3 und gr\u00f6\u00dfer als $2 sein.
2468
6a65694bdcc2 Issue 506.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2462
diff changeset
236 error_validate_date_range = Anfangsdatum muss früher sein als Enddatum.
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
237 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
238 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
239 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
240 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
241 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
242 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
243 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
244 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
245 error_add_artifact = Fehler beim Hinzuf\u00fcgen einer Parametrisierung.
1324
90b786325324 Donated own error message to RemoveArtifact failure case.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1317
diff changeset
246 error_remove_artifact = Fehler beim Entfernen einer Parametrisierung.
818
2c004a40b1e1 Adjusted German translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 802
diff changeset
247 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
248 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
249 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
250 error_no_such_user = Fehler - Kein Benutzer vorhanden.
1424
8974e220b193 Fixed typo in German translation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1423
diff changeset
251 error_no_waterlevel_pair_selected = Fehler - kein Paar zur Differenzenbildung gew\u00e4hlt.
1314
4c716bec7822 Validate selection of pairs in wdiff, show error(s) if invalid.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1310
diff changeset
252 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
253 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
254 error_load_parameterization = Fehler beim Laden der Parametrisierung.
2505
87ac5c532523 First part of the UI for fixing analysis parameter.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2501
diff changeset
255 error_wrong_date = Bitte geben Sie gültige Daten ein.
230
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
256
6de435235927 Added error messages that are displayed during the feed operation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 223
diff changeset
257 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
258 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
259 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
260 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
261 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
262 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
263 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
264 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
265 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
266 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
267 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
268 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
269 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
270 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
271 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
272 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
273 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
274 error_no_theme_styles_found=Es konnten keine Stile f\u00fcr das gew\u00e4hlte Thema gefunden werden.
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
275 error_no_feature_selected = Kein Objekt ausgew\u00e4hlt.
1376
28eb4dfe2cbf Call Collection.doOut to retrieve a map config and use this config to build up an OpenLayers map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1369
diff changeset
276 error_no_map_config = Es konnte keine Kartenkonfiguration gefunden werden.
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
277 error_no_map_output_type = Es konnte kein Ausgabemodus f\u00fcr Karten gefunden werden.
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
278 warning_use_first_feature = Sie haben mehr als ein Objekt ausgew\u00e4hlt. Das erste Objekt wird benutzt.
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
279 error_no_valid_gfi_url = Ung\u00fcltige GetFeatureInfo 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
280 error_gfi_req_failed = Die GetFeatureInfo Anfrage ist fehlgeschlagen.
96708d81eaf6 Added an initial GetFeatureInfo tool to get information about points in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1399
diff changeset
281 error_gfi_parsing_failed = Fehler beim Lesen der GetFeatureInfo Antwort.
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
282 error_gc_req_failed = Fehler beim Laden des Capabilities Dokuments.
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
283 error_gc_doc_not_valid = Das Capabilities Dokument ist nicht valide.
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
284 error_malformed_url = Die eingegebene URL ist ung\u00fcltig.
1446
4c5006fecd8d Added error strings for DEM selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1436
diff changeset
285 error_no_dgm_selected = Sie haben kein DGM gew\u00e4hlt.
4c5006fecd8d Added error strings for DEM selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1436
diff changeset
286 error_invalid_dgm_selected = Sie haben ein falsches DGM gew\u00e4hlt.
4c5006fecd8d Added error strings for DEM selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1436
diff changeset
287 error_bad_dgm_range = Das gew\u00e4hlte DGM passt nicht zur gew\u00e4hlten Berechnungsstrecke.
4c5006fecd8d Added error strings for DEM selection.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1436
diff changeset
288 error_bad_dgm_river = Das gew\u00e4hlte DGM passt nicht zum gew\u00e4hlten Fluss.
1502
d1223d93dd68 Issue 358.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1501
diff changeset
289 error_dialog_not_valid = Eine oder mehrere Daten sind nicht korrekt.
2479
057021593625 Issue 494.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2476
diff changeset
290 error_invalid_date = Das eingegebene Datum ist nicht korrekt.
909
794d1af42987 Clone Artifacts and add them to the current Collection in the WspDatacagePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 907
diff changeset
291
800
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
292 ## map related strings
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
293 digitize = images/digitize.png
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
294 pipe1 = Rohr1
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
295 pipe2 = Rohr2
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
296 ditch = Graben
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
297 dam = Damm
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
298 ring_dike = Ringdeich
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
299 selectFeature = images/selectFeature.png
95cc560ce7c4 Added map controls for digitizing and removing barriers.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 795
diff changeset
300 removeFeature = images/removeFeature.png
2471
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
301 getFeatureInfo = images/info.png
1400
96708d81eaf6 Added an initial GetFeatureInfo tool to get information about points in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1399
diff changeset
302 getFeatureInfoTooltip = Informationswerkzeug
96708d81eaf6 Added an initial GetFeatureInfo tool to get information about points in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1399
diff changeset
303 getFeatureInfoWindowTitle = Informationen zu Kartenebenen
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
304 addWMS = images/addWMS.png
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
305 addWMSTooltip = Laden von Kartenebenen eines externen WMS Dienstes.
1315
cf0f906921de #297 Implemented a window to adjust elevations of geometries in the map.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1314
diff changeset
306 adjustElevation = images/adjustElevation.png
2471
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
307 measureLine = images/measure_line.png
a1ff911e8365 Replaced FLYS specific icon set.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2468
diff changeset
308 measurePolygon = images/measure_plane.png
878
d7c322a3bb32 Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 876
diff changeset
309 step = Schritt
d7c322a3bb32 Introduced i18n for the loading panel used during floodmap calculation.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 876
diff changeset
310 calculationStarted = Berechnung wurde gestarted.
880
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
311 zoomMaxExtent = Gesamtausschnitt
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
312 zoomIn = Hereinzoomen
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
313 zoomOut = Herauszoomen
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
314 zoomLayer = Zoom auf Layer
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
315 moveMap = Verschieben
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
316 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
317 selectObject = Auswahlwerkzeug
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
318 removeObject = Ausgew\u00e4hltes Objekt l\u00f6schen
1383
a09b7ff5c630 Added translations for datacage element strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1377
diff changeset
319 adjustElevationTooltip = Festlegen von H\u00f6hen f\u00fcr D\u00e4mme, Ringeiche, Gr\u00e4ben und Rohre
880
22dc88b17253 Added tooltips for the maptoolbar.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 878
diff changeset
320 measureDistance = L\u00e4ngenmessung
2441
f4001430754f #557 Fixed wrong i18n string for tooltip in map controls.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2435
diff changeset
321 measureArea = Fl\u00e4chenmessung
1327
8a93fb299e64 #288 Added legend symbols to the MapThemePanel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1325
diff changeset
322 map_themepanel_header_style = Stil
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
323 zoomToLayer = Layer-Zoom
1447
c4bc320e3d44 Bugfix: make sure that the user has selected a DEM before feeding the Artifact with it.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1446
diff changeset
324 requireDGM = Sie m\u00fcssen ein DGM ausw\u00e4hlen.
2494
88b51e6e0334 Issue 657.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2479
diff changeset
325 upload_file = hochladen
88b51e6e0334 Issue 657.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 2479
diff changeset
326 shape_file_upload = Shapedatei hochladen
1325
2f5fbfeda1d4 Introduced i18n for datacage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1324
diff changeset
327
2f5fbfeda1d4 Introduced i18n for datacage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1324
diff changeset
328 # data cage
1611
87572e476f7a Added missing translation for waterlevels.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1608
diff changeset
329 waterlevels = Wasserst\u00e4nde
1383
a09b7ff5c630 Added translations for datacage element strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1377
diff changeset
330 old_calculations = Fr\u00fchere Berechnungen
1325
2f5fbfeda1d4 Introduced i18n for datacage
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1324
diff changeset
331 datacageAdd = Daten laden
1383
a09b7ff5c630 Added translations for datacage element strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1377
diff changeset
332 heightmarks = Hochwassermarken
a09b7ff5c630 Added translations for datacage element strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1377
diff changeset
333 basedata = Basis-Daten
a09b7ff5c630 Added translations for datacage element strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1377
diff changeset
334 fixations = Fixierungen
1497
895e6bc4bb73 Added translations for flood_protections keyword.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1494
diff changeset
335 flood_protections = HW-Schutzanlagen
1608
3b5610f22433 Added missing translation string used in the datacage window.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1602
diff changeset
336 columns = Spalten
1511
9119bf1f9e5e Added translation for Streckenfavoriten.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1510
diff changeset
337 annotation = Streckenfavoriten
1383
a09b7ff5c630 Added translations for datacage element strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1377
diff changeset
338 additionals = Zus\u00e4tzliche L\u00e4ngsschnitte
a09b7ff5c630 Added translations for datacage element strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1377
diff changeset
339 differences = Differenzen
1395
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
340 kilometrage = Kilometrierung
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
341 riveraxis = Flussachse
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
342 km = Km
2427
29e28bb404ec Modified german translation of qps in floodmap datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1620
diff changeset
343 qps = Querprofilspuren
1395
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
344 hws = Hochwasserschutzanlagen
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
345 catchments = Einzugsgebiet
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
346 floodplain = Talaue
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
347 lines = Linien
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
348 buildings = Bauwerke
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
349 fixpoints = Festpunkte
2450
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
350 uesk = \u00dcberschwemmungsfl\u00e4chen
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
351 calculations = Berechnungen
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
352 current = Aktuell
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
353 potentiel = Potenziell
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
354 bfg = BfG
0537faaa9848 Added i18n strings used in the floodmaps section of the datacage.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2444
diff changeset
355 land = Land
1395
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
356 rastermap = Rasterkarte
e4632718dd7b Added i18n strings used in datacage's floodmap section.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1383
diff changeset
357 background = Hintergrundkarte
1620
4a86c250d6a5 Fix flys/issue481 (i18n: Datenkorb).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1614
diff changeset
358 discharge_table_nn = Abflusstafeln am Pegel
4a86c250d6a5 Fix flys/issue481 (i18n: Datenkorb).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1614
diff changeset
359 discharge_table_gauge = Abflusstafel am Pegel
4a86c250d6a5 Fix flys/issue481 (i18n: Datenkorb).
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1614
diff changeset
360 mainvalue = Hauptwerte
2444
22989ed51064 Added I18N string for digital elevation models.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2441
diff changeset
361 dems = Digitale Gel\u00e4ndemodelle
1409
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
362
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
363 # capabilities information panel
1410
6bb2c1ffab2b Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1409
diff changeset
364 addwmsInputTitle = Basis URL des WMS Dienstes
6bb2c1ffab2b Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1409
diff changeset
365 addwmsInfoTitle = Informationen des WMS Dienstes
6bb2c1ffab2b Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1409
diff changeset
366 addwmsLayerTitle = Ebene ausw\u00e4hlen
1420
c8481debff70 Added missing i18n labels for buttons used in ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1410
diff changeset
367 addwmsBack = Zur\u00fcck
c8481debff70 Added missing i18n labels for buttons used in ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1410
diff changeset
368 addwmsContinue = Weiter
c8481debff70 Added missing i18n labels for buttons used in ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1410
diff changeset
369 addwmsCancel = Abbrechen
1410
6bb2c1ffab2b Introduced i18n in the ExternalWMSWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1409
diff changeset
370 addwmsInvalidURL = Die URL ist nicht g\u00fcltig.
1409
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
371 capabilitiesHint = Bitte beachten Sie die folgenden Informationen des WMS-Dienstes.
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
372 capabilitiesTitle = Titel
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
373 capabilitiesURL = URL
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
374 capabilitiesAccessConstraints = Nutzungsbedingungen
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
375 capabilitiesFees = Geb\u00fchren
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
376 capabilitiesContactInformation = Weitere Informationen
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
377 capabilitiesEmail = Email
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1408
diff changeset
378 capabilitiesPhone = Telefon
1467
3adfb0f88eca Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1465
diff changeset
379
3adfb0f88eca Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1465
diff changeset
380 #Property dialog
3adfb0f88eca Changed i18n strings.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1465
diff changeset
381 chart = Diagramm
1483
843eed27390d Added strings for chart properties dialog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1479
diff changeset
382 export = Export
843eed27390d Added strings for chart properties dialog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1479
diff changeset
383 width = Breite
843eed27390d Added strings for chart properties dialog.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1479
diff changeset
384 height = H\u00f6he
1465
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
385 visibility = Sichtbarkeit
1501
d12cb71965cf Issue 358.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1497
diff changeset
386 upper = bis
d12cb71965cf Issue 358.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1497
diff changeset
387 lower = von
1465
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
388 fixation = Fix
1489
03649eb8933a Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1483
diff changeset
389 font_size = Schriftgr\u00f6\u00dfe
1465
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
390 label = Titel
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
391 title = Titel
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
392 subtitle = Untertitel
d0bcf5ba7adf Create the properties dialog content dynamically based on the properties read
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1455
diff changeset
393 display_grid = Gitterlinien anzeigen
1479
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
394
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
395 linetype = Linientyp
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
396 textstyle = Textstil
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
397 linecolor = Linienfarbe
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
398 textcolor = Textfarbe
1489
03649eb8933a Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1483
diff changeset
399 textsize = Textgr\u00f6\u00dfe
1479
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
400 font = Schriftart
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
401 showpoints = Punkte anzeigen
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
402 showbackground = Hintergrund anzeigen
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
403 backgroundcolor = Hintergrundfarbe
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
404 textorientation = Textausrichtung
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
405 linesize = Liniendicke
1494
83b913a6eecb Added new strings for the theme editor.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1492
diff changeset
406 pointsize = Punktdicke
1479
2f525f54e429 Issue 427.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1469
diff changeset
407 showlines = Linien anzeigen
2495
d0066abb025c Added i18n for showlinelabel theme prop.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2494
diff changeset
408 showlinelabel = Beschriftung anzeigen
2498
499d2692305d Added i18 for linelabel theme property strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2495
diff changeset
409 linelabelfont = Beschriftung: Schriftart
499d2692305d Added i18 for linelabel theme property strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2495
diff changeset
410 linelabelcolor = Beschriftung: Schriftfarbe
2501
87634a9a8478 Added new i18n strings for theme properties of waterlevel labels in cs.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2498
diff changeset
411 linelabelsize = Beschriftung: Schriftgr\u00f6\u00dfe
2498
499d2692305d Added i18 for linelabel theme property strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2495
diff changeset
412 linelabelstyle = Beschriftung: Schriftstil
499d2692305d Added i18 for linelabel theme property strings.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2495
diff changeset
413 linelabelbgcolor = Beschriftung: Hintergrundfarbe
2501
87634a9a8478 Added new i18n strings for theme properties of waterlevel labels in cs.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2498
diff changeset
414 linelabelshowbg = Beschriftung: Hintergrund f\u00fcllen
87634a9a8478 Added new i18n strings for theme properties of waterlevel labels in cs.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2498
diff changeset
415 showwidth = Breite anzeigen
87634a9a8478 Added new i18n strings for theme properties of waterlevel labels in cs.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2498
diff changeset
416 showlevel = Wasserstand anzeigen
1492
7a1ac903a524 Added new strings displayed in the theme editor window.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1490
diff changeset
417 showminimum = Minimum anzeigen
7a1ac903a524 Added new strings displayed in the theme editor window.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1490
diff changeset
418 showmaximum = Maximum anzeigen
1489
03649eb8933a Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1483
diff changeset
419 showborder = Linie anzeigen
03649eb8933a Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1483
diff changeset
420 transparent = Transparenz
2512
72266675b351 Added i18n strings for new showmiddleheight theme property.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2505
diff changeset
421 showarea = Fl\u00e4che beschriften
2516
5d62aa5a57e3 Fixed a i18n string.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 2512
diff changeset
422 showmiddleheight = Mittlere H\u00f6he anzeigen
1489
03649eb8933a Added and fixed translations of theme style properties.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1483
diff changeset
423 fillcolor = F\u00fcllfarbe
2472
75d19d46c3cd Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2471
diff changeset
424 wsplgen_cat1 = F\u00fcllfarbe 0.0 <= DIFF < 1
75d19d46c3cd Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2471
diff changeset
425 wsplgen_cat2 = F\u00fcllfarbe 1.0 <= DIFF < 2
75d19d46c3cd Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2471
diff changeset
426 wsplgen_cat3 = F\u00fcllfarbe 2.0 <= DIFF < 3
75d19d46c3cd Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2471
diff changeset
427 wsplgen_cat4 = F\u00fcllfarbe 3.0 <= DIFF < 4
75d19d46c3cd Prepared the style editor for WSPLGEN themes.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2471
diff changeset
428 wsplgen_cat5 = F\u00fcllfarbe 4.0 <= DIFF
1552
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
429
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
430 # Manual Points Editor
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
431 addpoints = Punkte hinzuf\u00fcgen
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
432 pointname = Bezeichner
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
433 removepoint = Entfernen
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
434 newpoint = Neuer Punkt
69b38f890bb6 Added translations for manual points related words.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1546
diff changeset
435 standby = Erstelle Parameterisierung ... bitte warten.
1558
eff394f9714a Fix i18n issues.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1552
diff changeset
436 points = Punktthema
1559
d738132d64b9 Added translateable context menu to open manual point editor from themepanel.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1558
diff changeset
437 editpoints = Eintr\u00e4ge editieren
1563
41abc345d2f1 Added dummy handling for new boolean property of each point.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1559
diff changeset
438 selection = Selektion
1559
d738132d64b9 Added translateable context menu to open manual point editor from themepanel.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1558
diff changeset
439
1583
437290681e69 Added i18n title for reference curve output.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1582
diff changeset
440 # Reference Curves
437290681e69 Added i18n title for reference curve output.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1582
diff changeset
441 reference_curve = Bezugslinie
1599
4ba6f1fb3a03 I18N for "Reduzierte Bezugslinie".
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents: 1596
diff changeset
442 reference_curve_normalized = Reduzierte Bezugslinie
1614
592751b635e3 Added translations for reference curve state data.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1611
diff changeset
443 reference_startpoint = Bezugsort/pegel
592751b635e3 Added translations for reference curve state data.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1611
diff changeset
444 reference_endpoint = Zielort/pegel
592751b635e3 Added translations for reference curve state data.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents: 1611
diff changeset
445

http://dive4elements.wald.intevation.org