source: git/lib/de.po @ 71cf541

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since 71cf541 was 71cf541, checked in by Olly Betts <olly@…>, 11 years ago

lib/de.po: Merge more updates from launchpad.

  • Property mode set to 100644
File size: 69.4 KB
Line 
1msgid ""
2msgstr ""
3"Project-Id-Version: survex-1.2.3\n"
4"Report-Msgid-Bugs-To: olly@survex.com\n"
5"POT-Creation-Date: 1999-08-26 12:23:58 +0000\n"
6"PO-Revision-Date: 2012-11-09 12:15:00 +0000\n"
7"Last-Translator: Dennis Baudys <Unknown>\n"
8"Language-Team: \n"
9"MIME-Version: 1.0\n"
10"Content-Type: text/plain; charset=utf-8\n"
11"Content-Transfer-Encoding: 8bit\n"
12
13#. TRANSLATORS: "%lu" is a placeholder for the number of bytes which Survex was trying to
14#. allocate space for.
15#: ../src/message.c:83
16#, c-format
17msgid "Out of memory (couldn’t find %lu bytes)."
18msgstr "Zu wenig Speicherplatz (%lu Bytes nicht gefunden)."
19
20#. TRANSLATORS: de: Gerhard: (this replaces the idea of "greater" with "newer" because it
21#. sounds more natural.  Feel free to write "höher" instead of "neuer", but
22#. I would advise against it.)
23#: ../src/commands.c:1502
24#, c-format
25msgid "Survex version %s or greater required to process this survey data."
26msgstr "Zum Verarbeiten dieser Vermessungsdaten ist Survex-Version %s oder neuer erforderlich."
27
28#. TRANSLATORS: Used with message 5 like so:
29#. In file included from area.svx:12,
30#. from cave.svx:3:
31#. passage.svx:17: <some error or warning>
32#: ../src/datain.c:107
33msgid "from"
34msgstr "von"
35
36#. TRANSLATORS: Indicates a warning message e.g.:
37#. "spoon.svx:12: warning: *prefix is deprecated"
38#: ../src/aven.cc:360
39#: ../src/message.c:1189
40msgid "warning"
41msgstr "Warnung"
42
43#. TRANSLATORS: Followed by <filename>:<line number>
44#. de: We really want the filename/line number at the end (so error parsing
45#. editors can follow), so the natural translation:
46#. "In von %s:%d: aus eingelesener Datei"
47#. isn’t ideal.  This is "clumsy but workable":
48#: ../src/datain.c:103
49msgid "In file included from"
50msgstr "In eingelesener Datei ausgehend von"
51
52#: ../src/commands.c:507
53msgid "*prefix is deprecated - use *begin and *end instead"
54msgstr "*prefix ist veraltet - stattdessen *begin und *end verwenden"
55
56#. TRANSLATORS: Here "station" is a survey station, not a train station.
57#. de: shorter, but not as good:
58#. Unerlaubtes Zeichen “%c” in Meßpunktname (erlaubte Zeichen mit *SET NAMES definieren)
59#: ../src/readval.c:121
60#, c-format
61msgid "Character “%c” not allowed in station name (use *SET NAMES to set allowed characters)"
62msgstr "Ungültiges Zeichen »%c« in Messpunktname (erlaubte Zeichen können mit *SET NAMES definiert werden)"
63
64#: ../src/readval.c:319
65msgid "Field may not be omitted"
66msgstr "Eintragung fehlt"
67
68#: ../src/datain.c:1436
69#: ../src/datain.c:1447
70#: ../src/datain.c:1708
71#: ../src/readval.c:321
72#: ../src/readval.c:362
73#: ../src/readval.c:392
74#, c-format
75msgid "Expecting numeric field, found “%s”"
76msgstr "Zahl erwartet, »%s« gelesen"
77
78#. TRANSLATORS: de: Gerhard: "“%s” gelesen" means "have read “%s”" - "gefunden", the literal
79#. equivalent, doesn’t sound quite right here
80#. NB there is no comma before "oder"
81#: ../src/commands.c:1410
82#, c-format
83msgid "Found “%s”, expecting “PRESERVE”, “TOUPPER”, or “TOLOWER”"
84msgstr "»PRESERVE«, »TOUPPER« oder »TOLOWER« erwartet, »%s« gelesen"
85
86#: ../src/debug.h:45
87#: ../src/debug.h:47
88#: ../src/matrix.c:359
89#: ../src/message.c:233
90msgid "Bug in program detected! Please report this to the authors"
91msgstr "Fehler im Programm, bitte informieren Sie die Programmierer darüber"
92
93#. TRANSLATORS: de: Gerhard says "Kommando" and "Befehl" are equally valid translations - use
94#. Befehl to be consistency.
95#: ../src/commands.c:1614
96#: ../src/extend.c:420
97#, c-format
98msgid "Unknown command “%s”"
99msgstr "Unbekanntes Befehl »%s«"
100
101#. TRANSLATORS: Here "station" is a survey station, not a train station.
102#: ../src/netbits.c:407
103#, c-format
104msgid "Station “%s” equated to itself"
105msgstr "Messpunkt »%s« mit sich selbst gleichgesetzt"
106
107#. TRANSLATORS: Here "legs" are survey legs, i.e. measurements between survey stations.
108#: ../src/datain.c:970
109msgid "Compass reading may not be omitted except on plumbed legs"
110msgstr "Kompassablesung darf nur bei Lotstrecken weggelassen werden"
111
112#: ../src/datain.c:236
113#: ../src/extend.c:425
114msgid "End of line not blank"
115msgstr "Ende der Zeile ist nicht leer"
116
117#. TRANSLATORS: de: Es wurden %d Warnungen registriert.
118#: ../src/cavern.c:384
119#, c-format
120msgid "There were %d warning(s)."
121msgstr "Es gab %d Warnungen."
122
123#. TRANSLATORS: pipe here means a Unix pipe, which transfers data between two programs.
124#. Possibly better not to translate it.
125#: ../src/cavernlog.cc:212
126#, c-format
127msgid "Couldn’t open pipe: “%s”"
128msgstr "Pipe konnte nicht geöffnet werden: »%s«"
129
130#: ../src/datain.c:80
131#: ../src/datain.c:88
132#: ../src/datain.c:95
133#: ../src/datain.c:723
134#: ../src/extend.c:543
135#: ../src/sorterr.c:75
136#: ../src/sorterr.c:92
137#: ../src/sorterr.c:234
138msgid "Error reading file"
139msgstr "Fehler beim Einlesen der Datei"
140
141#. TRANSLATORS: de: anthropomorphising version: "Zu viele Fehler - ich gebe auf"
142#: ../src/message.c:1204
143msgid "Too many errors - giving up"
144msgstr "Abbruch wegen zu vieler Fehler"
145
146#: ../src/commands.c:1291
147msgid "*DEFAULT is deprecated - use *CALIBRATE/DATA/SD/UNITS with argument DEFAULT instead"
148msgstr "*DEFAULT ist veraltet - stattdessen *CALIBRATE/DATA/SD/UNITS mit DEFAULT-Argument verwenden"
149
150#. TRANSLATORS: A "plumbed leg" is one measured using a plumbline (a weight on a string).
151#. So the problem here is that the leg is vertical, so a compass reading has
152#. no meaning!
153#: ../src/datain.c:943
154msgid "Compass reading given on plumbed leg"
155msgstr "Kompassablesung für geloteten Schacht angegeben"
156
157#: ../src/commands.c:569
158msgid "END with no matching BEGIN in this file"
159msgstr "END ohne entsprechendes BEGIN in dieser Datei"
160
161#: ../src/datain.c:710
162msgid "BEGIN with no matching END in this file"
163msgstr "BEGIN ohne entsprechendes END in dieser Datei"
164
165#: ../src/datain.c:352
166#: ../src/img.c:176
167#: ../src/printwx.cc:1164
168#, c-format
169msgid "Couldn’t open data file “%s”"
170msgstr "Datendatei »%s« konnte nicht geöffnet oder gefunden werden"
171
172#. TRANSLATORS: Use of the ROOT character (which is "\" by default) is deprecated, so this error
173#. would be generated by:
174#. *equate \foo.7 1
175#: ../src/commands.c:416
176#: ../src/readval.c:62
177#: ../src/readval.c:66
178msgid "ROOT is deprecated"
179msgstr "ROOT ist veraltet"
180
181#. TRANSLATORS: A station must be exported out of each level it is in, so this would give
182#. "Station “\outer.inner.1” not exported from survey “\outer”)":
183#. *equate entrance outer.inner.1
184#. *begin outer
185#. *begin inner
186#. *export 1
187#. 1 2 1.23 045 -6
188#. *end inner
189#. *end outer
190#: ../src/commands.c:813
191#: ../src/listpos.c:131
192#: ../src/readval.c:240
193#, c-format
194msgid "Station “%s” not exported from survey “%s”"
195msgstr "Messpunkt »%s« nicht aus Vermessung »%s« exportiert"
196
197#. TRANSLATORS: This error occurs if there's an attempt to export a station
198#. from a survey which doesn't actually exist.
199#: ../src/listpos.c:134
200#, c-format
201msgid "Reference to station “%s” from non-existent survey “%s”"
202msgstr "Referenz zu Messpunkt »%s« aus nicht existierender Vermessung »%s«"
203
204#: ../src/readval.c:212
205#, c-format
206msgid "“%s” can’t be both a station and a survey"
207msgstr "»%s« kann nicht ein Messpunkt und eine Vermessung sein"
208
209#: ../src/extend.c:247
210#: ../src/extend.c:262
211#: ../src/extend.c:302
212#: ../src/extend.c:342
213#: ../src/extend.c:382
214#: ../src/readval.c:118
215msgid "Expecting station name"
216msgstr "Messpunktname erwartet"
217
218#. TRANSLATORS: FIXME: perhaps use "survey" instead of "prefix level"?
219#. de: deprecated is a wonderful English word lacking a wonderful German
220#. equivalent....  errm and do we have a translation for "prefix level"
221#. yet?  (rummaging in old mail folders)  apparently not.  Ok.  Would
222#. "to introduce a prefix" be a rough equivalent for "to enter a prefix
223#. level"?
224#: ../src/commands.c:479
225msgid "Reentering an existing prefix level is deprecated"
226msgstr "Erneutes Einführen eines Präfix ist veraltet"
227
228#: ../src/commands.c:486
229msgid "Originally entered here"
230msgstr "Bereits hier verwendet"
231
232#: ../src/commands.c:1439
233#, c-format
234msgid "Found “%s”, expecting “EQUATES”, “EXPORTS”, or “PLUMBS”"
235msgstr "»EQUATES«, »EXPORTS« oder »PLUMBS« erwartet, »%s« gelesen"
236
237#: ../src/commands.c:1445
238#, c-format
239msgid "Found “%s”, expecting “ON” or “OFF”"
240msgstr "»ON« oder »OFF« erwartet, »%s« gelesen"
241
242#. TRANSLATORS: EQUATE is a command name, so shouldn’t be translated.
243#: ../src/commands.c:786
244msgid "Only one station in EQUATE command"
245msgstr "Nur ein Messpunkt im EQUATE-Befehl angegeben"
246
247#: ../src/commands.c:372
248#, c-format
249msgid "Unknown quantity “%s”"
250msgstr "Unbekannte Größe »%s«"
251
252#: ../src/commands.c:298
253#, c-format
254msgid "Unknown units “%s”"
255msgstr "Unbekannte Einheit(en) »%s«"
256
257#. TRANSLATORS: Used when a BEGIN tag has no prefix, but the END tag has one, e.g.:
258#. *begin
259#. 1 2 10.00 178 -01
260#. *end entrance      <--[Message given here]
261#: ../src/commands.c:586
262msgid "Matching BEGIN tag has no prefix"
263msgstr "Zugehöriges BEGIN hatte keine Präfix"
264
265#. TRANSLATORS: Note: In English you talk about the *units* of a single measurement, but
266#. the correct term in other languages may be singular.
267#. de: This is assuming there is _no_ subsequent message naming the culprit
268#. quantity.  If there is, make it “die Größe”, and append its
269#. name immediately.
270#: ../src/commands.c:307
271#, c-format
272msgid "Invalid units “%s” for quantity"
273msgstr "Unpassende Einheit »%s« für diese Größe"
274
275#. TRANSLATORS: nasty hack - this message is for the .3d img code, and all errors there take
276#. a filename parameter - we don’t really want it here, so lose it with "%.0s"
277#. (which should display 0 characters from the filename) FIXME: sort out this
278#: ../src/img.c:177
279msgid "Out of memory %.0s"
280msgstr "Nicht genug Speicher vorhanden %.0s"
281
282#: ../src/commands.c:366
283#, c-format
284msgid "Unknown instrument “%s”"
285msgstr "Unbekanntes Instrument »%s«"
286
287#. TRANSLATORS: DECLINATION is a built-in keyword, so best not to translate
288#: ../src/commands.c:1267
289msgid "Scale factor must be 1.0 for DECLINATION"
290msgstr "Skalenfaktor für die DECLINATION muss 1.0 sein"
291
292#: ../src/commands.c:1309
293#, c-format
294msgid "Unknown setting “%s”"
295msgstr "Ungültige Einstellung »%s«"
296
297#: ../src/commands.c:409
298#, c-format
299msgid "Unknown character class “%s”"
300msgstr "Unbekannte Zeichenklasse »%s«"
301
302#: ../src/extend.c:589
303#: ../src/netskel.c:89
304msgid "No survey data"
305msgstr "Keine Vermessungsdaten vorhanden"
306
307#. TRANSLATORS: de: sounds ugly, but is correct, and I can’t think of a replacement
308#: ../src/filename.c:52
309#: ../src/img.c:178
310#, c-format
311msgid "Filename “%s” refers to directory"
312msgstr "Dateiname »%s« bezeichnet ein Verzeichnis"
313
314#: ../src/netartic.c:374
315msgid "Survey not all connected to fixed stations"
316msgstr "Teile der Vermessung sind nicht mit festen Messpunkten verbunden"
317
318#: ../src/commands.c:725
319#: ../src/datain.c:633
320msgid "Station already fixed or equated to a fixed point"
321msgstr "Messpunkt ist schon fest oder gleich einem festen Punkt"
322
323#: ../src/cavern.c:287
324#: ../src/filename.c:55
325#: ../src/img.c:179
326#, c-format
327msgid "Failed to open output file “%s”"
328msgstr "Ausgabedatei »%s« konnte nicht geöffnet werden"
329
330#: ../src/commands.c:1364
331msgid "Standard deviation must be positive"
332msgstr "Standardabweichung muss positiv sein"
333
334#. TRANSLATORS: as in: Usage: cavern …
335#: ../src/cmdline.c:165
336msgid "Usage"
337msgstr "Aufruf"
338
339#. TRANSLATORS: %s is a placeholder for the name of the station
340#: ../src/netbits.c:335
341#, c-format
342msgid "Survey leg with same station (“%s”) at both ends - typing error?"
343msgstr "Messstrecke mit einem auf sich selbst bezogenen Messpunkt (»%s«) – Tippfehler?"
344
345#. TRANSLATORS: Degrees are the angular measurement where there are 360 in a
346#. full circle.
347#. de: “Grad” *is* “degree”.  The decimal grades are called “Neugrad”
348#. when necessary to avoid confusion.  While surface surveyors here use
349#. these per default, cavers rarely do.
350#: ../src/datain.c:901
351#: ../src/datain.c:916
352msgid "Clino reading over 90 degrees (absolute value)"
353msgstr "Neigungseintrag übertrifft 90 Grad (Absolutwert)"
354
355#: ../src/netbits.c:422
356#, c-format
357msgid "Tried to equate two non-equal fixed stations: “%s” and “%s”"
358msgstr "Versuch, zwei verschiedene feste Messpunkte gleichzusetzen: »%s« und »%s«"
359
360#. TRANSLATORS: "equal" as in: *fix a 1 2 3 / *fix b 1 2 3 / *equate a b
361#: ../src/netbits.c:428
362#, c-format
363msgid "Equating two equal fixed points: “%s” and “%s”"
364msgstr "Zwei identische feste Punkte miteinander gleichgesetzt: »%s« und »%s«"
365
366#. TRANSLATORS: " *fix a " gives this message:
367#: ../src/commands.c:643
368msgid "FIX command with no coordinates - fixing at (0,0,0)"
369msgstr "FIX-Befehl ohne Koordinatenwerte, wurde auf (0,0,0) gesetzt"
370
371#. TRANSLATORS: *fix a 1 2 3 / *fix a 1 2 3
372#: ../src/commands.c:728
373#: ../src/datain.c:635
374msgid "Station already fixed at the same coordinates"
375msgstr "Messpunkt schon auf die gleichen Koordinaten festgelegt"
376
377#: ../src/commands.c:636
378msgid "More than one FIX command with no coordinates"
379msgstr "Mehr als ein FIX-Befehl ohne Koordinaten"
380
381#. TRANSLATORS: The *EXPORT command is only valid just after *BEGIN <SURVEY>, so this
382#. would generate error 57:
383#. *begin fred
384#. 1 2 1.23 045 -6
385#. *export 2
386#. *end fred
387#: ../src/commands.c:1621
388msgid "*EXPORT must immediately follow “*BEGIN <SURVEY>”"
389msgstr "*EXPORT muss unmittelbar auf »*BEGIN <VERMESSUNG>« folgen"
390
391#: ../src/readval.c:448
392msgid "Invalid year (< 1900 or > 2078)"
393msgstr "Ungültiges Jahr (< 1900 oder > 2078)"
394
395#. TRANSLATORS: Suspicious means something like 410 degrees or -20 degrees
396#: ../src/datain.c:818
397#: ../src/datain.c:827
398msgid "Suspicious compass reading"
399msgstr "Seltsamer Kompasswert"
400
401#: ../src/datain.c:1414
402msgid "Negative tape reading"
403msgstr "Negativer Längeneintrag"
404
405#: ../src/commands.c:638
406msgid "Same station fixed twice with no coordinates"
407msgstr "Gleicher Messpunkt zweimal ohne Koordinaten angegeben"
408
409#. TRANSLATORS: This means that the data fed in said this.
410#. It could be a gross error (e.g. the decimal point is missing from
411#. the depth gauge reading) or it could just be due to random error on
412#. a near vertical leg
413#. de: Note that a change in depth becomes a “change in height” in German
414#: ../src/datain.c:1117
415msgid "Tape reading is less than change in depth"
416msgstr "Längeneintrag ist kleiner als Höhenunterschied"
417
418#. TRANSLATORS: a data "style" is something like NORMAL, DIVING, etc.
419#. a "reading" is one of FROM, TO, TAPE, COMPASS, CLINO for NORMAL
420#. neither style nor reading is a keyword in the program
421#. This error complains about a depth gauge reading in normal style, for example
422#: ../src/commands.c:1018
423#, c-format
424msgid "Reading “%s” not allowed in data style “%s”"
425msgstr "Messgröße »%s« ist beim Datenformat »%s« nicht erlaubt"
426
427#. TRANSLATORS: i.e. not enough readings for the style.
428#: ../src/commands.c:1181
429#, c-format
430msgid "Too few readings for data style “%s”"
431msgstr "Zu wenige Messwerte für Datenformat »%s«"
432
433#. TRANSLATORS: e.g. trying to refer to an invalid FNORD data style
434#: ../src/commands.c:985
435#, c-format
436msgid "Data style “%s” unknown"
437msgstr "Datenformat »%s« unbekannt"
438
439#. TRANSLATORS: Here "station" is a survey station, not a train station.
440#.
441#. Exporting a station twice give error 66:
442#. *begin example
443#. *export 1
444#. *export 1
445#. 1 2 1.24 045 -6
446#. *end example
447#: ../src/commands.c:857
448#, c-format
449msgid "Station “%s” already exported"
450msgstr "Messpunkt »%s« ist bereits exportiert"
451
452#. TRANSLATORS: complains about a situation like trying to define two from stations per leg
453#. de: The reservations with respect to "quantity"  (a close equivalent
454#. to "Meßgröße")  apply to the German term as well --
455#. a from station of a leg isn’t a "Meßgröße" either
456#. by any stretch of the imagination.
457#: ../src/commands.c:1036
458#, c-format
459msgid "Duplicate reading “%s”"
460msgstr "Messgröße »%s« mehrfach angegeben"
461
462#: ../src/commands.c:754
463#, c-format
464msgid "FLAG “%s” unknown"
465msgstr "FLAG »%s« unbekannt"
466
467#: ../src/readval.c:406
468msgid "Missing \""
469msgstr "\" fehlt"
470
471#. TRANSLATORS: Here "station" is a survey station, not a train station.
472#: ../src/listpos.c:105
473#, c-format
474msgid "Station “%s” referred to just once, with an explicit prefix - typo?"
475msgstr "Messpunkt »%s« nur einmal erwähnt, mit explizitem Präfix - Tippfehler?"
476
477#. TRANSLATORS: Here "station" is a survey station, not a train station.
478#: ../src/netartic.c:379
479msgid "The following survey stations are not attached to a fixed point:"
480msgstr "Die folgenden Messpunkte haben keine festen Koordinaten:"
481
482#. TRANSLATORS: Here "station" is a survey station, not a train station.
483#: ../src/netskel.c:128
484#, c-format
485msgid "Survey has no fixed points. Therefore I’ve fixed %s at (0,0,0)"
486msgstr "Vermessung hat keine Festpunkte. %s wurde als Nullpunkt (0,0,0) gewählt"
487
488#. TRANSLATORS: fixed survey station that is not part of any survey
489#: ../src/netskel.c:896
490#, c-format
491msgid "Unused fixed point “%s”"
492msgstr "Fester Messpunkt »%s« wird nicht verwendet"
493
494#: ../src/matrix.c:123
495msgid "Network solved by reduction - no simultaneous equations to solve."
496msgstr "Netzausgleichung gelöst durch Reduktion - kein Gleichungssystem erforderlich."
497
498#: ../src/matrix.c:135
499#, c-format
500msgid "Solving %d simultaneous equations"
501msgstr "Löse System mit %d Gleichungen und Unbekannten"
502
503#. TRANSLATORS: %c is “x”, “y” or “z”
504#: ../src/matrix.c:150
505#, c-format
506msgid "Solving to find %c coordinates"
507msgstr "Auflösen nach den %c-Koordinaten"
508
509#. TRANSLATORS: de has the reverse singular/plural arrangement :)
510#. (i.e., singular has the final -n, plural doesn’t)
511#: ../src/commands.c:1090
512#, c-format
513msgid "Reading “%s” duplicates previous reading(s)"
514msgstr "Eintrag »%s« wiederholt frühere(n)"
515
516#: ../src/matrix.c:133
517msgid "Solving one equation"
518msgstr "Eine Gleichung wird gelöst"
519
520#: ../src/datain.c:889
521#: ../src/datain.c:1111
522#: ../src/datain.c:1300
523msgid "Negative adjusted tape reading"
524msgstr "Negative korrigierte Streckenlänge"
525
526#: ../src/commands.c:1539
527#: ../src/commands.c:1559
528msgid "Date is in the future!"
529msgstr "Datum liegt in der Zukunft!"
530
531#: ../src/commands.c:1563
532msgid "End of date range is before the start"
533msgstr "Das Enddatum ist früher als das Anfangsdatum"
534
535#: ../src/avenprcore.cc:118
536#, c-format
537msgid "Parameter “%s” has invalid value “%s” in printer configuration file"
538msgstr "Parameter »%s« hat den ungültigen Wert »%s« in der Druckerkonfigurationsdatei"
539
540#. TRANSLATORS: e.g. the user specifies a passage cross-section at station "entrance.27", but
541#. there is no station "entrance.27" in the centre-line.
542#: ../src/netskel.c:980
543#, c-format
544msgid "Cross section specified at non-existent station “%s”"
545msgstr "Überschneidung an nicht existierendem Messpunkt »%s« angegeben"
546
547#. TRANSLATORS: In data with backsights, the user has tried to give a plumb for the
548#. foresight and a clino reading for the backsight, or something similar.
549#: ../src/datain.c:930
550#: ../src/datain.c:951
551msgid "CLINO and BACKCLINO readings must be of the same type"
552msgstr "CLINO- und BACKCLINO-Eintrag müssen den gleichen Typ haben"
553
554#: ../src/avenprcore.cc:113
555#, c-format
556msgid "Parameter “%s” missing in printer configuration file"
557msgstr "Parameter »%s« fehlt in der Druckerkonfigurationsdatei"
558
559#: ../src/readval.c:456
560msgid "Invalid month"
561msgstr "Ungültiger Monat"
562
563#. TRANSLATORS: e.g. 31st of April, or 32nd of any month
564#: ../src/readval.c:464
565msgid "Invalid day of the month"
566msgstr "Ungültiger Monatstag"
567
568#: ../src/cavern.c:236
569#, c-format
570msgid "3d file format versions %d to %d supported"
571msgstr "Versionen %d bis %d des 3D-Dateiformats werden unterstützt"
572
573#, c-format
574#~ msgid "Error in format of font file “%s”"
575#~ msgstr "Formatfehler in der Zeichensatzdatei “%s”"
576
577#: ../src/readval.c:116
578msgid "Expecting survey name"
579msgstr "Name einer Vermessung erwartet"
580
581#. TRANSLATORS: Program will exit shortly after printing this
582#: ../src/message.c:224
583msgid "Abnormal termination"
584msgstr "Programmabbruch"
585
586#: ../src/message.c:225
587msgid "Arithmetic error"
588msgstr "Arithmetikfehler"
589
590#. TRANSLATORS: Something is badly wrong -- the CPU tried to execute bad opcodes -- corrupted program?
591#: ../src/message.c:226
592msgid "Illegal instruction"
593msgstr "Illegaler CPU-Befehlscode"
594
595#: ../src/extend.c:538
596#: ../src/mainfrm.cc:364
597#: ../src/sorterr.c:140
598#, c-format
599msgid "Couldn’t open file “%s”"
600msgstr "Datei »%s« konnte nicht geöffnet werden"
601
602#: ../src/printwx.cc:331
603#, c-format
604msgid "Couldn’t write file “%s”"
605msgstr "In die Datei »%s« konnte nicht geschrieben werden"
606
607#: ../src/message.c:227
608msgid "Bad memory access"
609msgstr "Fehler beim Speicherzugriff"
610
611#: ../src/commands.c:418
612#: ../src/commands.c:481
613#: ../src/commands.c:509
614#: ../src/commands.c:999
615#: ../src/commands.c:1293
616#: ../src/readval.c:68
617msgid "Further uses of this deprecated feature will not be reported"
618msgstr "Weitere Vorkommen dieser veralteten Funktionalität werden nicht gemeldet werden"
619
620#: ../src/message.c:228
621msgid "Unknown signal received"
622msgstr "Unbekanntes Signal erhalten"
623
624#. TRANSLATORS: Degrees are the angular measurement where there are 360 in a
625#. full circle.
626#: ../src/datain.c:855
627#, c-format
628msgid "COMPASS reading and BACKCOMPASS reading disagree by %s degrees"
629msgstr "COMPASS- und BACKCOMPASS-Eintrag differieren um %s Grad"
630
631#. TRANSLATORS: Degrees are the angular measurement where there are 360 in a
632#. full circle.
633#: ../src/datain.c:999
634#, c-format
635msgid "CLINO reading and BACKCLINO reading disagree by %s degrees"
636msgstr "CLINO- und BACKCLINO-Eintrag differieren um %s Grad"
637
638#: ../src/cad3d.c:624
639msgid "do not generate station markers"
640msgstr "Keine Messpunktmarkierungen erzeugen"
641
642#: ../src/cad3d.c:625
643msgid "do not generate station labels"
644msgstr "Keine Messpunkbezeichnungen erzeugen"
645
646#: ../src/cad3d.c:626
647msgid "do not generate survey legs"
648msgstr "Keine Messstrecken erzeugen"
649
650#: ../src/cad3d.c:630
651msgid "produce an elevation view"
652msgstr "Aufrissansicht erzeugen"
653
654#. TRANSLATORS: A computer mouse, not the rodent sort ;)
655#. Actually, mouse is somewhat imprecise as it could refer to a trackerball
656#. or joystick, but mouse is more compact than "pointing device" and usually
657#. correct.
658#~ msgid "No mouse detected"
659#~ msgstr "Keine Maus angeschlossen"
660
661#. TRANSLATORS: de: Or shorter, just have - “siehe Handbuch” for the second half.
662#~ msgid "You need to calibrate your printer - see the manual for details."
663#~ msgstr "Drucker muss kalibriert werden - näher beschrieben im Handbuch."
664
665#: ../src/commands.c:996
666#, c-format
667msgid "“*data %s %c …” is deprecated - use “*data %s …” instead"
668msgstr "»*data %s %c …« ist veraltet - verwenden Sie stattdessen »*data %s …«"
669
670#: ../src/extend.c:490
671msgid "Reading in data - please wait…"
672msgstr "Daten werden eingelesen - bitte warten…"
673
674#. TRANSLATORS: Perhaps the user tried to load a different type of file as a
675#. Survex .3d file, or the .3d file was corrupted.
676#: ../src/3dtopos.c:154
677#: ../src/3dtopos.c:160
678#: ../src/cad3d.c:866
679#: ../src/cad3d.c:877
680#: ../src/img.c:180
681#, c-format
682msgid "Bad 3d image file “%s”"
683msgstr "3D-Bilddatei »%s« ist fehlerhaft"
684
685#. TRANSLATORS: This is the date format string used to timestamp .3d files internally
686#. Probably best to keep it the same for all translations
687#: ../src/img.c:46
688#, c-format
689msgid "%a,%Y.%m.%d %H:%M:%S %Z"
690msgstr "%a,%Y.%m.%d %H:%M:%S %Z"
691
692#. TRANSLATORS: put in .3d file if we can’t read the date/time
693#: ../src/img.c:45
694msgid "Date and time not available."
695msgstr "Datum und Uhrzeit nicht feststellbar."
696
697#: ../src/img.c:181
698#, c-format
699msgid "Error reading from file “%s”"
700msgstr "Fehler beim Lesen der Datei »%s«"
701
702#: ../src/filename.c:79
703#: ../src/img.c:182
704#: ../src/mainfrm.cc:322
705#: ../src/mainfrm.cc:1742
706#, c-format
707msgid "Error writing to file “%s”"
708msgstr "Fehler beim Schreiben in die Datei »%s«"
709
710#: ../src/filename.c:82
711msgid "Error writing to file"
712msgstr "Fehler beim Schreiben in eine Datei"
713
714#: ../src/sorterr.c:76
715#: ../src/sorterr.c:93
716#: ../src/sorterr.c:164
717msgid "Couldn’t parse .err file"
718msgstr ".err-Datei konnte nicht interpretiert werden"
719
720#. TRANSLATORS: de: Es wurden %d Warnungen und %d Fehler registriert.
721#: ../src/cavern.c:379
722#, c-format
723msgid "There were %d warning(s) and %d error(s) - no output files produced."
724msgstr "Es gab %d Warnungen und %d Fehler - keine Ausgabedatei erstellt."
725
726#: ../src/img.c:183
727#, c-format
728msgid "File “%s” has a newer format than this program can understand"
729msgstr "Datei »%s« ist in einem neueren Format, als dieses Programm verarbeiten kann"
730
731#: ../src/printwx.cc:631
732msgid "North"
733msgstr "Norden"
734
735#. TRANSLATORS: "Elevation on" 020 <-> 200 degrees
736#: ../src/printwx.cc:655
737msgid "Elevation on"
738msgstr "Aufriss auf die Ebene"
739
740#: ../src/printwx.cc:247
741msgid "P&lan view"
742msgstr "&Grundriss"
743
744#: ../src/printwx.cc:249
745msgid "&Elevation"
746msgstr "&Aufriss"
747
748#: ../src/gfxcore.cc:686
749#: ../src/mainfrm.cc:114
750msgid "Elevation"
751msgstr "Aufriss"
752
753#~ msgid "3d file"
754#~ msgstr "3D-Bilddatei"
755
756#: ../src/cavern.c:341
757msgid "Calculating statistics"
758msgstr "Statistik wird berechnet"
759
760#: ../src/readval.c:420
761msgid "Expecting string field"
762msgstr "Textfeld erwartet"
763
764#: ../src/cmdline.c:208
765msgid "too few arguments"
766msgstr "zu wenige Argumente"
767
768#: ../src/cmdline.c:215
769msgid "too many arguments"
770msgstr "zu viele Argumente"
771
772#: ../src/cmdline.c:174
773#: ../src/cmdline.c:177
774#: ../src/cmdline.c:181
775msgid "FILE"
776msgstr "DATEI"
777
778#. TRANSLATORS: a trailing traverse is a dead end back to a junction
779#: ../src/netskel.c:162
780msgid "Removing trailing traverses"
781msgstr "Einseitig angeschlossene Messzüge werden entfernt"
782
783#: ../src/netskel.c:216
784msgid "Concatenating traverses between nodes"
785msgstr "Messzüge zwischen Abzweigungen werden verbunden"
786
787#: ../src/netskel.c:409
788msgid "Calculating traverses between nodes"
789msgstr "Messzüge zwischen Abzweigungen werden berechnet"
790
791#: ../src/netskel.c:739
792msgid "Calculating trailing traverses"
793msgstr "Einseitig angeschlossene Messzüge werden berechnet"
794
795#: ../src/network.c:82
796msgid "Simplifying network"
797msgstr "Netzwerk wird vereinfacht"
798
799#: ../src/network.c:540
800msgid "Calculating network"
801msgstr "Netzwerk wird ausgeglichen"
802
803#: ../src/datain.c:1404
804#, c-format
805msgid "Found “%s”, expecting “F” or “B”"
806msgstr "»F« oder »B« erwartet, »%s« gelesen"
807
808#: ../src/cavern.c:436
809#, c-format
810msgid "Total length of survey legs = %7.2fm (%7.2fm adjusted)"
811msgstr "Gesamtlänge der Messstrecken = %7.2fm (%7.2fm ausgeglichen)"
812
813#: ../src/cavern.c:439
814#, c-format
815msgid "Total plan length of survey legs = %7.2fm"
816msgstr "Gesamte Horizontallänge der Messstrecken = %7.2fm"
817
818#: ../src/cavern.c:442
819#, c-format
820msgid "Total vertical length of survey legs = %7.2fm"
821msgstr "Gesamte Vertikallänge der Messstrecken = %7.2fm"
822
823#. TRANSLATORS: numbers are altitudes of highest and lowest stations
824#: ../src/cavern.c:448
825#, c-format
826msgid "Vertical range = %4.2fm (from %s at %4.2fm to %s at %4.2fm)"
827msgstr "Vertikale Erstreckung = %4.2fm (von %s auf %4.2fm bis %s auf %4.2fm)"
828
829#. TRANSLATORS: c.f. previous message
830#: ../src/cavern.c:449
831#, c-format
832msgid "North-South range = %4.2fm (from %s at %4.2fm to %s at %4.2fm)"
833msgstr "Nord-Süd-Erstreckung = %4.2fm (von %s bei %4.2fm bis %s bei %4.2fm)"
834
835#. TRANSLATORS: c.f. previous two messages
836#: ../src/cavern.c:450
837#, c-format
838msgid "East-West range = %4.2fm (from %s at %4.2fm to %s at %4.2fm)"
839msgstr "Ost-West-Erstreckung = %4.2fm (von %s bei %4.2fm bis %s bei %4.2fm)"
840
841#. TRANSLATORS: de: There _is_ a technical term for this which I fail to remember at the moment.
842#: ../src/cavern.c:424
843msgid "There is 1 loop."
844msgstr "Es gibt eine Ringverbindung."
845
846#. TRANSLATORS: de: There _is_ a technical term for this which I fail to remember at the moment.
847#: ../src/cavern.c:426
848#, c-format
849msgid "There are %ld loops."
850msgstr "Es gibt %ld Ringverbindungen."
851
852#: ../src/cavern.c:363
853#, c-format
854msgid "CPU time used %5.2fs"
855msgstr "Benötigte Rechenzeit (CPU) %5.2fs"
856
857#: ../src/cavern.c:366
858#, c-format
859msgid "Time used %5.2fs"
860msgstr "Benötigte Zeit %5.2fs"
861
862#: ../src/cavern.c:368
863msgid "Time used unavailable"
864msgstr "Benötigte Zeit nicht feststellbar"
865
866#: ../src/cavern.c:371
867#, c-format
868msgid "Time used %5.2fs (%5.2fs CPU time)"
869msgstr "Benötigte Zeit %5.2fs (%5.2fs CPU-Zeit)"
870
871#: ../src/cavern.c:375
872msgid "Done."
873msgstr "Fertig."
874
875#: ../src/netskel.c:717
876#, c-format
877msgid "Original length%7.2fm (%3d legs), moved%7.2fm (%5.2fm/leg). "
878msgstr "Ursprüngliche Länge%7.2fm (%3d Strecken), verändert um%7.2fm (%5.2fm/Messstrecke). "
879
880#: ../src/netskel.c:720
881#, c-format
882msgid "Error%7.2f%%"
883msgstr "Fehler%7.2f%%"
884
885#. TRANSLATORS: Here N/A means "Not Applicable" -- it means the traverse has zero length, so
886#. error per metre is meaningless
887#. There should be 4 spaces between "Error" and "N/A" so that it lines up with
888#. the numbers in the message above.
889#: ../src/netskel.c:722
890msgid "Error    N/A"
891msgstr "Fehler   belanglos"
892
893#: ../src/cad3d.c:627
894#, c-format
895msgid "generate grid (default %sm)"
896msgstr "Gitter erzeugen (Vorgabe %sm)"
897
898#: ../src/cad3d.c:628
899#, c-format
900msgid "station labels text height (default %s)"
901msgstr "Texthöhe der Messpunktbezeichnungen (Vorgabe %s)"
902
903#: ../src/cad3d.c:629
904#, c-format
905msgid "station marker size (default %s)"
906msgstr "Messpunktmarkierungsgröße (Vorgabe %s)"
907
908#: ../src/cad3d.c:631
909#, c-format
910msgid "factor to scale down by (default %s)"
911msgstr "Faktor für Herunterskalieren (Vorgabe %s)"
912
913#: ../src/cad3d.c:632
914msgid "produce DXF output"
915msgstr "DXF-Ausgabe erzeugen"
916
917#: ../src/cad3d.c:633
918msgid "produce Sketch output"
919msgstr "Sketch-Ausgabe erzeugen"
920
921#: ../src/cad3d.c:634
922msgid "produce Compass PLT output for Carto"
923msgstr "Compass PLT-Ausgabe für Carto erzeugen"
924
925#: ../src/cad3d.c:635
926msgid "produce SVG output"
927msgstr "SVG-Ausgabe erzeugen"
928
929#. TRANSLATORS: description of --help option
930#: ../src/cmdline.c:137
931msgid "display this help and exit"
932msgstr "Diese Hilfemeldung anzeigen und Beenden"
933
934#. TRANSLATORS: description of --verbose option
935#: ../src/cmdline.c:139
936msgid "output version information and exit"
937msgstr "Versionsinformation ausgeben und beenden"
938
939#. TRANSLATORS: As in "printer driver"
940#~ msgid "Driver"
941#~ msgstr "Treiber"
942
943#. TRANSLATORS: in command line usage messages e.g. Usage: cavern [OPTION]…
944#: ../src/cmdline.c:166
945msgid "OPTION"
946msgstr "OPTION"
947
948#: ../src/mainfrm.cc:118
949#: ../src/printwx.cc:212
950#: ../src/printwx.cc:692
951#: ../src/printwx.cc:746
952msgid "Scale"
953msgstr "Maßstab"
954
955#~ msgid "Continue"
956#~ msgstr "Weiter"
957
958#~ msgid "Exiting."
959#~ msgstr "Ende."
960
961#: ../src/cmdline.c:190
962#, c-format
963msgid "Try “%s --help” for more information.\n"
964msgstr "Versuchen Sie »%s --help« für weitere Hinweise.\n"
965
966#~ msgid "Plan or Elevation"
967#~ msgstr "Grundriss oder Aufriss"
968
969#. TRANSLATORS: Degrees are the angular measurement where there are 360 in a
970#. full circle.
971#~ msgid "Bearing up page (degrees): "
972#~ msgstr "Richtung nach oben auf der Seite (Grad): "
973
974#. TRANSLATORS: Degrees are the angular measurement where there are 360 in a
975#. full circle.
976#. de: I would have written "Blickneigung" or something like that, but this
977#. would have made the sign convention even more counterintuitive.
978#~ msgid "Tilt (degrees): "
979#~ msgstr "Neigung (Grad): "
980
981#, c-format
982#~ msgid "Please enter Map Scale = X:Y (default 1:%d)\n: "
983#~ msgstr "Bitte den Maßstab = X:Y eingeben (Default 1:%d)\n: "
984
985#~ msgid "Using scale %.0f:%.0f"
986#~ msgstr "Verwendeter Maßstab %.0f:%.0f"
987
988#~ msgid "Print which pages?\n(RETURN for all; “n” for one page, “m-n”, “m-”, “-n” for a range)\n: "
989#~ msgstr "Welche Seite(n) soll(en) gedruckt werden?\n(EINGABE für alle; »n« für eine Seite, »m-n«, »m-«, »-n« für Seitenbereiche)\n: "
990
991#. TRANSLATORS: e.g. "Printing to “somefile.ps”…" / "Printing to “Laserjet4 on amachine…”
992#, c-format
993#~ msgid "Printing to “%s”…"
994#~ msgstr "Es wird gedruckt nach »%s«…"
995
996#: ../src/avenprcore.cc:262
997#, c-format
998msgid "Page %d of %d"
999msgstr "Seite %d von %d"
1000
1001#: ../src/avenprcore.cc:265
1002#: ../src/printwx.cc:1170
1003#, c-format
1004msgid "Survey “%s”   Page %d (of %d)   Processed on %s"
1005msgstr "Vermessung »%s«   Seite %d (von %d)   Berechnung von Seite %s"
1006
1007#. TRANSLATORS: %s will be replaced by something like "123°"
1008#, c-format
1009#~ msgid "Plan, %s up screen"
1010#~ msgstr "Grundriss, obere Bildschirmkante in Richtung %s"
1011
1012#~ msgid "View towards: "
1013#~ msgstr "Blick in Richtung: "
1014
1015#. TRANSLATORS: This is used on printouts of plans, with %s replaced by
1016#. something like "123°".  The bearing is up the page.
1017#: ../src/printwx.cc:637
1018#, c-format
1019msgid "Plan view, %s up page"
1020msgstr "Grundriß, %s oben"
1021
1022#. TRANSLATORS: This is used on printouts of elevations, with %s replaced by
1023#. something like "123°".  The bearing is the direction we’re looking.
1024#: ../src/printwx.cc:671
1025msgid "Elevation facing %s"
1026msgstr "Aufriss in Richtung %s"
1027
1028#. TRANSLATORS: This is used on printouts of tilted elevations, with the first
1029#. %s replaced by something like "123°", and the second by something like "-45°".
1030#. The bearing is the direction we’re looking.
1031#: ../src/printwx.cc:676
1032#, c-format
1033msgid "Elevation facing %s, tilted %s"
1034msgstr "Aufriss in Richtung %s, Neigung %s"
1035
1036#. TRANSLATORS: This is used on printouts of extended elevations.
1037#: ../src/printwx.cc:684
1038msgid "Extended elevation"
1039msgstr "Abwicklung"
1040
1041#, c-format
1042#~ msgid "This will need %d pages (%dx%d)."
1043#~ msgstr "Dies benötigt %d Seiten (%dx%d)."
1044
1045#~ msgid "This will need 1 page."
1046#~ msgstr "Dies benötigt eine Seite."
1047
1048#: ../src/cavern.c:410
1049msgid "Survey contains 1 survey station,"
1050msgstr "Vermessung enthält 1 Verzweigungspunkt,"
1051
1052#: ../src/cavern.c:412
1053#, c-format
1054msgid "Survey contains %ld survey stations,"
1055msgstr "Vermessung enthält %ld Messpunkte,"
1056
1057#: ../src/cavern.c:416
1058msgid " joined by 1 leg."
1059msgstr " verbunden durch eine Meßstrecke."
1060
1061#: ../src/cavern.c:418
1062#, c-format
1063msgid " joined by %ld legs."
1064msgstr " verbunden durch %ld Strecken."
1065
1066#. TRANSLATORS: node/nodes as in:  "Survey has 1 2-node and 2 3-nodes."
1067#: ../src/listpos.c:164
1068msgid "node"
1069msgstr "Verzweigungspunkt"
1070
1071#. TRANSLATORS: node/nodes as in:  "Survey has 1 2-node and 2 3-nodes."
1072#: ../src/listpos.c:164
1073msgid "nodes"
1074msgstr "Verzweigungspunkte"
1075
1076#. TRANSLATORS: connected component in the graph theory sense
1077#. It means there are %ld bits of survey with no connections between them
1078#. This message is only used if there are more than 1
1079#: ../src/cavern.c:432
1080#, c-format
1081msgid "Survey has %ld connected components."
1082msgstr "Netzwerk hat %ld zusammenhängende Teile."
1083
1084#, c-format
1085#~ msgid "Bad list of pages to print “%s”"
1086#~ msgstr "Liste zu druckender Seiten »%s« ist fehlerhaft"
1087
1088#. TRANSLATORS: menu commands for (ynq) style choices (may become menu entries later)
1089#~ msgid "yes"
1090#~ msgstr "ja"
1091
1092#. TRANSLATORS: menu commands for (ynq) style choices (may become menu entries later)
1093#~ msgid "no"
1094#~ msgstr "nein"
1095
1096#. TRANSLATORS: menu commands for (ynq) style choices (may become menu entries later)
1097#. de: or “aufhören”.  In fact, “verlassen” is only appropriate when you want
1098#. to quit the whole program.  If you just want to abort an action, it ought to
1099#. be “Abbruch”.  Yes this is a noun not a verb, but that’s what’s commonly used.
1100#. If this one is part of a (yes,no,quit) selection based on the first letter, it
1101#. is better to use this message (even if it isn’t usual):
1102#~ msgid "quit"
1103#~ msgstr "verlassen"
1104
1105#. TRANSLATORS: menu commands for (pe) style choices (may become menu entries later)
1106#~ msgid "plan"
1107#~ msgstr "Grundriss"
1108
1109#. TRANSLATORS: menu commands for (pe) style choices (may become menu entries later)
1110#~ msgid "elevation"
1111#~ msgstr "Aufriss"
1112
1113#. TRANSLATORS: Label for button in aven’s cavern log window which causes the
1114#. survey data to be reprocessed.
1115#: ../src/cavernlog.cc:371
1116#: ../src/cavernlog.cc:382
1117msgid "Reprocess"
1118msgstr "Neu berechnen"
1119
1120#: ../src/cmdline.c:238
1121#: ../src/cmdline.c:257
1122#, c-format
1123msgid "numeric argument “%s” out of range"
1124msgstr "Numerisches Argument »%s« ist nicht im gültigen Bereich"
1125
1126#: ../src/cmdline.c:240
1127#, c-format
1128msgid "argument “%s” not an integer"
1129msgstr "Argument »%s« ist keine Ganzzahl"
1130
1131#: ../src/cmdline.c:259
1132#, c-format
1133msgid "argument “%s” not a number"
1134msgstr "Argument »%s« ist keine Zahl"
1135
1136#. TRANSLATORS: de: NB there is no comma before "oder"
1137#: ../src/commands.c:768
1138msgid "Expecting “DUPLICATE”, “SPLAY”, or “SURFACE”"
1139msgstr "»DUPLICATE«, »SPLAY« oder »SURFACE« erwartet"
1140
1141#. TRANSLATORS: de: NB there is no comma before "oder"
1142#: ../src/commands.c:770
1143msgid "Expecting “NOT”, “DUPLICATE”, “SPLAY”, or “SURFACE”"
1144msgstr "»NOT«, »DUPLICATE«, »SPLAY« oder »SURFACE« erwartet"
1145
1146#: ../src/listpos.c:86
1147#, c-format
1148msgid "Station “%s” referred to by *entrance or *export but never used"
1149msgstr "In *entrance oder *export wird sich auf den Messpunkt »%s« bezogen, er wird aber nirgends verwendet"
1150
1151#: ../src/commands.c:567
1152msgid "No matching BEGIN"
1153msgstr "Kein entsprechendes BEGIN"
1154
1155#. TRANSLATORS: *BEGIN <prefix> and *END <prefix> should have the same <prefix> if it’s
1156#. given at all
1157#: ../src/commands.c:589
1158msgid "Prefix tag doesn’t match BEGIN"
1159msgstr "Präfix passt nicht zu BEGIN"
1160
1161#: ../src/commands.c:593
1162msgid "Closing prefix omitted from END"
1163msgstr "Präfix vor END fehlt"
1164
1165#. TRANSLATORS: heading line for .pos file
1166#. please try to ensure the “,”s (or at least the columns) are in the same place
1167#: ../src/3dtopos.c:109
1168msgid "( Easting, Northing, Altitude )"
1169msgstr "( Rechtsw.,Hochwert, Höhe     )"
1170
1171#. TRANSLATORS: bpp is "Bits Per Pixel"
1172#: ../src/aboutdlg.cc:172
1173#, c-format
1174msgid "Display Depth: %d bpp"
1175msgstr "Farbtiefe: %d bpp"
1176
1177#. TRANSLATORS: appended to previous message if the display is colour
1178#: ../src/aboutdlg.cc:173
1179msgid " (colour)"
1180msgstr " (Farbe)"
1181
1182#: ../src/readval.c:444
1183#: ../src/readval.c:454
1184#: ../src/readval.c:462
1185#, c-format
1186msgid "Expecting date, found “%s”"
1187msgstr "Datum erwartet, »%s« gelesen"
1188
1189#. TRANSLATORS: --help output for --survey option
1190#. "this" has been added to English translation
1191#: ../src/3dtopos.c:50
1192#: ../src/aven.cc:61
1193#: ../src/cad3d.c:623
1194#: ../src/diffpos.c:57
1195#: ../src/dump3d.c:47
1196#: ../src/extend.c:443
1197msgid "only load the sub-survey with this prefix"
1198msgstr "Nur Teilvermessung mit diesem Präfix laden"
1199
1200#. TRANSLATORS: --help output for aven --print option
1201#: ../src/aven.cc:62
1202msgid "print and exit (requires a 3d file)"
1203msgstr "Drucken und Beenden (3D-Datei erforderlich)"
1204
1205#. TRANSLATORS: --help output for cavern --percentage option
1206#: ../src/cavern.c:121
1207msgid "display percentage progress"
1208msgstr "Fortschrittsanzeige in Prozent anzeigen"
1209
1210#. TRANSLATORS: --help output for cavern --output option
1211#: ../src/cavern.c:122
1212msgid "set location for output files"
1213msgstr "Ort für Ausgabedateien festlegen"
1214
1215#. TRANSLATORS: --help output for cavern --quiet option
1216#: ../src/cavern.c:123
1217msgid "only show brief summary (-qq for errors only)"
1218msgstr "Nur kurze Zusammenfassung zeigen (-qq zeigt nur Fehler)"
1219
1220#. TRANSLATORS: --help output for cavern --no-auxiliary-files option
1221#: ../src/cavern.c:124
1222msgid "do not create .err file"
1223msgstr "Keine .err-Datei erstellen"
1224
1225#. TRANSLATORS: --help output for cavern --warnings-are-errors option
1226#: ../src/cavern.c:125
1227msgid "turn warnings into errors"
1228msgstr "Warnungen als Fehler behandeln"
1229
1230#. TRANSLATORS: --help output for cavern --log option
1231#: ../src/cavern.c:126
1232msgid "log output to .log file"
1233msgstr "Ausgabe in .log-Datei protokollieren"
1234
1235#. TRANSLATORS: --help output for cavern --3d-version option
1236#: ../src/cavern.c:127
1237msgid "specify the 3d file format version to output"
1238msgstr "Version des 3D-Dateiformats für die Ausgabe"
1239
1240#. TRANSLATORS: --help output for sorterr --horizontal option
1241#: ../src/sorterr.c:52
1242msgid "sort by horizontal error factor"
1243msgstr "Nach horizontalem Fehlerfaktor sortieren"
1244
1245#. TRANSLATORS: --help output for sorterr --vertical option
1246#: ../src/sorterr.c:53
1247msgid "sort by vertical error factor"
1248msgstr "Nach vertikalem Fehlerfaktor sortieren"
1249
1250#. TRANSLATORS: --help output for sorterr --percentage option
1251#: ../src/sorterr.c:54
1252msgid "sort by percentage error"
1253msgstr "Nach prozentualem Fehlerfaktor sortieren"
1254
1255#. TRANSLATORS: --help output for sorterr --per-leg option
1256#: ../src/sorterr.c:55
1257msgid "sort by error per leg"
1258msgstr "Nach Fehlern pro Messstrecke sortieren"
1259
1260#. TRANSLATORS: --help output for sorterr --replace option
1261#: ../src/sorterr.c:56
1262msgid "replace .err file with resorted version"
1263msgstr ".err-Datei durch sortierte Version ersetzen"
1264
1265#. TRANSLATORS: --help output for dump3d --rewind option
1266#: ../src/dump3d.c:48
1267msgid "rewind file and read it a second time"
1268msgstr "An den Anfang der Datei und neu einlesen"
1269
1270#. TRANSLATORS: error message given by "*units tape 0 feet" - it’s meaningless to say
1271#. your tape is marked in "0 feet" (but you might measure distance by counting
1272#. knots on a diving line, and tie them every "2 feet").
1273#: ../src/commands.c:1223
1274msgid "*UNITS factor must be non-zero"
1275msgstr "Faktor nach *UNITS muss von Null verschieden sein"
1276
1277#. TRANSLATORS: In the "File" menu
1278#: ../src/mainfrm.cc:718
1279msgid "&Screenshot…"
1280msgstr "Bildschirm&abzug…"
1281
1282#: ../src/mainfrm.cc:1267
1283#, c-format
1284msgid "No survey data in 3d file “%s”"
1285msgstr "Keine Vermessungsdaten in 3D-Datei »%s«"
1286
1287#: ../src/gfxcore.cc:644
1288msgid "Facing"
1289msgstr "Blickrichtung"
1290
1291#~ msgid "Close"
1292#~ msgstr "Schließen"
1293
1294#. TRANSLATORS: for the title of the About box
1295#: ../src/aboutdlg.cc:69
1296#, c-format
1297msgid "About %s"
1298msgstr "Über %s"
1299
1300#. File->Open dialog:
1301#: ../src/mainfrm.cc:1715
1302msgid "Select a survey file to view"
1303msgstr "Vermessungsdatei zur Ansicht wählen"
1304
1305#: ../src/mainfrm.cc:1707
1306msgid "Survex 3d files"
1307msgstr "Survex 3D-Dateien"
1308
1309#: ../src/mainfrm.cc:1712
1310#: ../src/mainfrm.cc:2107
1311msgid "All files"
1312msgstr "Alle Dateien"
1313
1314#: ../src/mainfrm.cc:1706
1315msgid "All survey files"
1316msgstr "Alle Vermessungsdateien"
1317
1318#: ../src/mainfrm.cc:1708
1319msgid "Survex svx files"
1320msgstr "SVX-Dateien für Survex"
1321
1322#: ../src/mainfrm.cc:1710
1323msgid "Compass DAT and MAK files"
1324msgstr "Compass DAT- und MAK-Dateien"
1325
1326#: ../src/printwx.cc:324
1327msgid "DXF files|*.dxf|SVG files|*.svg|Sketch files|*.sk|EPS files|*.eps|Compass PLT for use with Carto|*.plt|HPGL for plotters|*.hpgl"
1328msgstr "DXF-Dateien|*.dxf|SVG-Dateien|*.svg|Sketch-Dateien|*.sk|EPS-Dateien|*.eps|Compass PLT-Dateien für Carto|*.plt|HPGL-Dateien für Plotter|*.hpgl"
1329
1330#. TRANSLATORS: in the about box (summarising the purpose of aven)
1331#: ../src/aboutdlg.cc:87
1332msgid "Survey visualisation tool"
1333msgstr "Visualisierungsprogramm für Vermessungsdaten"
1334
1335#. TRANSLATORS: Aven menu titles.  An “&” goes before the letter of any accelerator key.
1336#. The accelerators must be different within this group
1337#: ../src/mainfrm.cc:828
1338msgid "&File"
1339msgstr "&Datei"
1340
1341#: ../src/mainfrm.cc:829
1342msgid "&Rotation"
1343msgstr "&Rotieren"
1344
1345#: ../src/mainfrm.cc:830
1346msgid "&Orientation"
1347msgstr "&Orientierung"
1348
1349#: ../src/mainfrm.cc:831
1350msgid "&View"
1351msgstr "&Ansicht"
1352
1353#: ../src/mainfrm.cc:833
1354msgid "&Controls"
1355msgstr "&Steuerung"
1356
1357#: ../src/mainfrm.cc:842
1358msgid "&Help"
1359msgstr "&Hilfe"
1360
1361#: ../src/mainfrm.cc:835
1362msgid "&Presentation"
1363msgstr "&Präsentation"
1364
1365#: ../src/aboutdlg.cc:98
1366msgid "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licence as published by the Free Software Foundation; either version 2 of the Licence, or (at your option) any later version."
1367msgstr "Dieses Programm ist freie Software. Sie können es unter den Bedingungen der GNU General Public License, wie von der Free Software Foundation herausgegeben, weitergeben und/oder modifizieren, entweder unter Version 2 der Lizenz oder (wenn Sie es wünschen) jeder späteren Version."
1368
1369#. TRANSLATORS: Part of 3dtopos --help
1370#: ../src/3dtopos.c:85
1371msgid "3D_FILE [POS_FILE]"
1372msgstr "3D-DATEI [POS-DATEI]"
1373
1374#. TRANSLATORS: Part of diffpos --help
1375#: ../src/diffpos.c:261
1376msgid "FILE1 FILE2 [THRESHOLD]"
1377msgstr "DATEI1 DATEI2 [SCHWELLE]"
1378
1379#. TRANSLATORS: Part of diffpos --help
1380#: ../src/diffpos.c:262
1381#, c-format
1382msgid "FILE1 and FILE2 can be .pos or .3d files\nTHRESHOLD is the max. ignorable change along any axis in metres (default %s)"
1383msgstr "DATEI1 und DATEI2 können .pos- oder .3d-Dateien sein\nSCHWELLE ist die max. zu ignorierende Abweichung entlang beliebiger Achsen in Metern (Vorgabe %s)"
1384
1385#. TRANSLATORS: Part of extend --help
1386#: ../src/extend.c:464
1387msgid "INPUT_3D_FILE [OUTPUT_3D_FILE]"
1388msgstr "EINGABE-3D-DATEI [AUSGABE-3D-DATEI]"
1389
1390#. TRANSLATORS: Part of sorterr --help
1391#: ../src/sorterr.c:121
1392msgid "ERR_FILE [HOW MANY]"
1393msgstr "ERR-DATEI [WIE_VIELE]"
1394
1395#. TRANSLATORS: Part of aven --help
1396#: ../src/aven.cc:102
1397#: ../src/aven.cc:129
1398msgid "[SURVEY_FILE]"
1399msgstr "[VERMESSUNGSDATEI]"
1400
1401#. TRANSLATORS: Aven menu items.  An “&” goes before the letter of any accelerator key.
1402#. The string "\t" separates the menu text and any accelerator key.
1403#. TRANSLATORS: "File" menu.  The accelerators must be different within this group.
1404#. c.f. 201, 380, 381.
1405#: ../src/mainfrm.cc:712
1406msgid "&Open…\tCtrl+O"
1407msgstr "Ö&ffnen…\tCtrl+O"
1408
1409#~ msgid "&Quit\tCtrl+Q"
1410#~ msgstr "&Beenden\tCtrl+Q"
1411
1412#. TRANSLATORS: Used in the "colour key" for "colour by date" if there are
1413#. surveys without date information.
1414#: ../src/gfxcore.cc:925
1415msgid "Undated"
1416msgstr "Nicht datiert"
1417
1418#. TRANSLATORS: Used in the "colour key" for "colour by error" for surveys
1419#. which aren’t part of a loop and so have no error information.
1420#: ../src/gfxcore.cc:947
1421msgid "Not in loop"
1422msgstr "Nicht in Schleife"
1423
1424#. TRANSLATORS: error from "*data normal newline from to tape compass clino"
1425#: ../src/commands.c:1079
1426msgid "NEWLINE can’t be the first reading"
1427msgstr "NEWLINE kann nicht der erste Eintrag sein"
1428
1429#. TRANSLATORS: error from "*data normal from to tape compass clino newline"
1430#: ../src/commands.c:1112
1431msgid "NEWLINE can’t be the last reading"
1432msgstr "NEWLINE kann nicht der letzte Eintrag sein"
1433
1434#. TRANSLATORS: error from "*data normal station tape compass clino"
1435#: ../src/commands.c:1134
1436msgid "Interleaved readings, but no NEWLINE"
1437msgstr "Abwechselnde Einträge, aber kein NEWLINE"
1438
1439#. TRANSLATORS: caused by e.g. "*data diving station newline depth tape compass"
1440#: ../src/commands.c:1026
1441#, c-format
1442msgid "Reading “%s” must occur before NEWLINE"
1443msgstr "Eintrag »%s« muss vor NEWLINE stehen"
1444
1445#. TRANSLATORS: e.g. "*data normal from to tape newline compass clino"
1446#: ../src/commands.c:1073
1447msgid "NEWLINE can only be preceded by STATION, DEPTH, and COUNT"
1448msgstr "Vor NEWLINE kann nur STATION, DEPTH oder COUNT stehen"
1449
1450#: ../src/commands.c:1257
1451msgid "Can’t calibrate angular and length quantities together"
1452msgstr "Winkel und Längen können nicht gleichzeitig kalibriert werden"
1453
1454#. TRANSLATORS: "Terrain file" being a digital model of the terrain (e.g. a grid of
1455#. height values).
1456#~ msgid "Select a terrain file to view"
1457#~ msgstr "Geländedatei zur Ansicht wählen"
1458
1459#~ msgid "Terrain files"
1460#~ msgstr "Geländedateien"
1461
1462#. TRANSLATORS: %s will be replaced by the application name ("Aven" currently)
1463#: ../src/log.cc:30
1464#, c-format
1465msgid "%s Error Log"
1466msgstr "%s-Fehlerprotokoll"
1467
1468#. TRANSLATORS: Used in the "Export" settings dialog
1469#: ../src/printwx.cc:290
1470msgid "&Export…"
1471msgstr "&Exportieren…"
1472
1473#. TRANSLATORS: "Rotation" menu.  The accelerators must be different within this group.
1474#. Tickable menu item which toggles auto rotation
1475#: ../src/mainfrm.cc:731
1476msgid "Au&to-Rotate\tSpace"
1477msgstr "Auto&matisch rotieren\tSpace"
1478
1479#: ../src/mainfrm.cc:733
1480msgid "Speed &Up"
1481msgstr "&Schneller"
1482
1483#: ../src/mainfrm.cc:734
1484msgid "Slow &Down"
1485msgstr "&Langsamer"
1486
1487#: ../src/mainfrm.cc:736
1488msgid "&Reverse Direction"
1489msgstr "&Andere Richtung"
1490
1491#: ../src/mainfrm.cc:738
1492msgid "Step Once &Anticlockwise"
1493msgstr "Schritt im &Gegenuhrzeigersinn"
1494
1495#: ../src/mainfrm.cc:739
1496msgid "Step Once &Clockwise"
1497msgstr "Schritt im &Uhrzeigersinn"
1498
1499#: ../src/mainfrm.cc:797
1500msgid "&Perspective"
1501msgstr "&Perspektive"
1502
1503#: ../src/mainfrm.cc:799
1504msgid "Textured &Walls"
1505msgstr "&Wandtextur"
1506
1507#. TRANSLATORS: Toggles OpenGL "Depth Fogging" - feel free to translate using that term
1508#. instead if it gives a better translation which most users will understand.
1509#: ../src/mainfrm.cc:800
1510msgid "Fade Distant Ob&jects"
1511msgstr "D&unsteffekt"
1512
1513#. TRANSLATORS: View *looking* North
1514#: ../src/gfxcore.cc:2963
1515#: ../src/mainfrm.cc:742
1516msgid "View &North"
1517msgstr "Nach &Norden"
1518
1519#. TRANSLATORS: View *looking* East
1520#: ../src/gfxcore.cc:2964
1521#: ../src/mainfrm.cc:743
1522msgid "View &East"
1523msgstr "Nach &Osten"
1524
1525#. TRANSLATORS: View *looking* South
1526#: ../src/gfxcore.cc:2965
1527#: ../src/mainfrm.cc:744
1528msgid "View &South"
1529msgstr "Nach &Süden"
1530
1531#. TRANSLATORS: View *looking* West
1532#: ../src/gfxcore.cc:2966
1533#: ../src/mainfrm.cc:745
1534msgid "View &West"
1535msgstr "Nach &Westen"
1536
1537#: ../src/mainfrm.cc:747
1538msgid "Shift Survey &Left"
1539msgstr "Nach &links verschieben"
1540
1541#: ../src/mainfrm.cc:748
1542msgid "Shift Survey &Right"
1543msgstr "Nach &rechts verschieben"
1544
1545#: ../src/mainfrm.cc:749
1546msgid "Shift Survey &Up"
1547msgstr "Nach o&ben verschieben"
1548
1549#: ../src/mainfrm.cc:750
1550msgid "Shift Survey &Down"
1551msgstr "Nach &unten verschieben"
1552
1553#: ../src/gfxcore.cc:2978
1554#: ../src/mainfrm.cc:752
1555msgid "&Plan View"
1556msgstr "&Grundriss"
1557
1558#: ../src/gfxcore.cc:2979
1559#: ../src/mainfrm.cc:753
1560msgid "Ele&vation"
1561msgstr "&Aufriss"
1562
1563#: ../src/mainfrm.cc:755
1564msgid "&Higher Viewpoint"
1565msgstr "&Höherer Standort"
1566
1567#: ../src/mainfrm.cc:756
1568msgid "L&ower Viewpoint"
1569msgstr "Nie&drigerer Standort"
1570
1571#: ../src/mainfrm.cc:759
1572msgid "&Zoom In\t]"
1573msgstr "&Vergrößern\t]"
1574
1575#: ../src/mainfrm.cc:760
1576msgid "Zoo&m Out\t["
1577msgstr "Ver&kleinern\t["
1578
1579#: ../src/mainfrm.cc:762
1580msgid "Restore De&fault View"
1581msgstr "&Zurück zur voreingestellten Ansicht"
1582
1583#. TRANSLATORS: Used as a label for the surrounding box for the "Bearing" and
1584#. "Tilt angle" fields, and the "Plan view" and "Elevation" buttons in the
1585#. "what to print" dialog.
1586#: ../src/printwx.cc:206
1587msgid "View"
1588msgstr "Ansicht"
1589
1590#. TRANSLATORS: Used as a label for the surrounding box for the "survey legs" "stations"
1591#. "names" etc checkboxes in the "what to print" dialog.  "Elements" isn’t a
1592#. good name for this but nothing better has yet come to mind!
1593#: ../src/printwx.cc:207
1594msgid "Elements"
1595msgstr "Elemente"
1596
1597#: ../src/printwx.cc:226
1598#: ../src/printwx.cc:433
1599#, c-format
1600msgid "%d pages (%dx%d)"
1601msgstr "%d Seiten (%dx%d)"
1602
1603#. TRANSLATORS: used in the scale drop down selector in the print dialog
1604#. the implicit meaning is "choose a suitable scale to fit the
1605#. plot on a single page", but we need something shorter
1606#: ../src/printwx.cc:213
1607#: ../src/printwx.cc:458
1608msgid "One page"
1609msgstr "Eine Seite"
1610
1611#: ../src/mainfrm.cc:110
1612#: ../src/printwx.cc:233
1613msgid "Bearing"
1614msgstr "Richtung"
1615
1616#: ../src/printwx.cc:263
1617msgid "Station Names"
1618msgstr "Messpunktnamen"
1619
1620#: ../src/printwx.cc:261
1621msgid "Crosses"
1622msgstr "Kreuze"
1623
1624#: ../src/printwx.cc:257
1625msgid "Underground Survey Legs"
1626msgstr "Messstrecken unter Grund"
1627
1628#. TRANSLATORS: Used in the print dialog:
1629#: ../src/printwx.cc:238
1630msgid "Tilt angle"
1631msgstr "Neigung"
1632
1633#. TRANSLATORS: used in the print dialog - controls drawing lines around each page
1634#: ../src/printwx.cc:266
1635msgid "Page Borders"
1636msgstr "Seitenrahmen"
1637
1638#. TRANSLATORS: used in the print dialog - controls drawing the box at the lower left
1639#. with survey name, view angles, etc
1640#: ../src/printwx.cc:270
1641msgid "Info Box"
1642msgstr "Legende"
1643
1644#. TRANSLATORS: will be used in the print dialog - check this to print blank pages
1645#. (otherwise they’ll be skipped to save paper)
1646#: ../src/printwx.cc:268
1647msgid "Blank Pages"
1648msgstr "Leerseiten"
1649
1650#: ../src/mainfrm.cc:776
1651msgid "Station &Names\tCtrl+N"
1652msgstr "Messpunkt&namen\tCtrl+N"
1653
1654#: ../src/mainfrm.cc:778
1655msgid "&Crosses\tCtrl+X"
1656msgstr "Kreu&ze\tCtrl+X"
1657
1658#: ../src/mainfrm.cc:782
1659msgid "&Underground Survey Legs\tCtrl+L"
1660msgstr "Messstrecken unter Gr&und\tCtrl+L"
1661
1662#: ../src/mainfrm.cc:785
1663msgid "&Overlapping Names"
1664msgstr "Über&lappende Namen"
1665
1666#: ../src/mainfrm.cc:816
1667msgid "&Compass"
1668msgstr "&Kompass"
1669
1670#: ../src/mainfrm.cc:817
1671msgid "C&linometer"
1672msgstr "&Neigungsanzeige"
1673
1674#~ msgid "&Depth Bar"
1675#~ msgstr "&Tiefenskala"
1676
1677#: ../src/mainfrm.cc:818
1678msgid "Colour &Key"
1679msgstr "Farbschl&üssel"
1680
1681#: ../src/mainfrm.cc:819
1682msgid "&Scale Bar"
1683msgstr "&Maßstab"
1684
1685#: ../src/mainfrm.cc:811
1686msgid "&Reverse Sense\tCtrl+R"
1687msgstr "Richtung &umkehren\tCtrl+R"
1688
1689#: ../src/mainfrm.cc:795
1690#: ../src/mainfrm.cc:813
1691msgid "&Cancel Measuring Line\tEscape"
1692msgstr "Messlinie &abschalten\tEscape"
1693
1694#: ../src/gfxcore.cc:3003
1695#: ../src/mainfrm.cc:788
1696msgid "Colour by E&rror"
1697msgstr "Anhand Fehle&rn einfärben"
1698
1699#~ msgid "&About…"
1700#~ msgstr "Ü&ber…"
1701
1702#: ../src/mainfrm.cc:783
1703msgid "&Surface Survey Legs\tCtrl+F"
1704msgstr "Mess&strecken an der Oberfläche\tCtrl+F"
1705
1706#: ../src/gfxcore.cc:3001
1707#: ../src/mainfrm.cc:786
1708msgid "Colour by &Depth"
1709msgstr "Farbe je nach &Tiefe"
1710
1711#: ../src/gfxcore.cc:3002
1712#: ../src/mainfrm.cc:787
1713msgid "Colour by D&ate"
1714msgstr "Farbe je nach &Datum"
1715
1716#: ../src/mainfrm.cc:790
1717msgid "Highlight &Entrances"
1718msgstr "&Eingänge hervorheben"
1719
1720#: ../src/mainfrm.cc:791
1721msgid "Highlight &Fixed Points"
1722msgstr "&Festpunkte hervorheben"
1723
1724#: ../src/mainfrm.cc:792
1725msgid "Highlight E&xported Points"
1726msgstr "Exp&ortierte Punkte hervorheben"
1727
1728#: ../src/mainfrm.cc:779
1729msgid "&Grid\tCtrl+G"
1730msgstr "&Gitter\tCtrl+G"
1731
1732#: ../src/mainfrm.cc:801
1733msgid "Smoot&hed Survey Legs"
1734msgstr "Geglättete &Messstrecken"
1735
1736#: ../src/mainfrm.cc:820
1737msgid "&Indicators"
1738msgstr "&Richtungsanzeiger"
1739
1740#: ../src/z_getopt.c:695
1741#: ../src/z_getopt.c:707
1742#, c-format
1743msgid "%s: option “%s” is ambiguous\n"
1744msgstr "%s: Die Option »%s« ist nicht eindeutig\n"
1745
1746#: ../src/z_getopt.c:1023
1747#: ../src/z_getopt.c:1034
1748#, c-format
1749msgid "%s: option “-W %s” is ambiguous\n"
1750msgstr "%s: Die Option »-W %s« ist nicht eindeutig\n"
1751
1752#: ../src/z_getopt.c:751
1753#: ../src/z_getopt.c:755
1754#, c-format
1755msgid "%s: option “%c%s” doesn’t allow an argument\n"
1756msgstr "%s: Die Option »%c%s« erlaubt kein Argument\n"
1757
1758#: ../src/z_getopt.c:740
1759#: ../src/z_getopt.c:743
1760#, c-format
1761msgid "%s: option “--%s” doesn’t allow an argument\n"
1762msgstr "%s: Die Option »--%s« erlaubt kein Argument\n"
1763
1764#: ../src/z_getopt.c:1058
1765#: ../src/z_getopt.c:1069
1766#, c-format
1767msgid "%s: option “-W %s” doesn’t allow an argument\n"
1768msgstr "%s: Die Option »-W %s« erlaubt kein Argument\n"
1769
1770#: ../src/z_getopt.c:790
1771#: ../src/z_getopt.c:802
1772#: ../src/z_getopt.c:1089
1773#: ../src/z_getopt.c:1101
1774#, c-format
1775msgid "%s: option “%s” requires an argument\n"
1776msgstr "%s: Die Option »%s« benötigt ein Argument\n"
1777
1778#: ../src/z_getopt.c:960
1779#: ../src/z_getopt.c:971
1780#: ../src/z_getopt.c:1154
1781#: ../src/z_getopt.c:1166
1782#, c-format
1783msgid "%s: option requires an argument -- %c\n"
1784msgstr "%s: Die Option verlangt ein Argmuent -- %c\n"
1785
1786#: ../src/z_getopt.c:840
1787#: ../src/z_getopt.c:843
1788#, c-format
1789msgid "%s: unrecognized option “--%s”\n"
1790msgstr "%s: Unbekannte Option »--%s«\n"
1791
1792#: ../src/z_getopt.c:851
1793#: ../src/z_getopt.c:854
1794#, c-format
1795msgid "%s: unrecognized option “%c%s”\n"
1796msgstr "%s: Unbekannte Option »%c%s«\n"
1797
1798#: ../src/z_getopt.c:901
1799#: ../src/z_getopt.c:904
1800#, c-format
1801msgid "%s: illegal option -- %c\n"
1802msgstr "%s: unzulässige Option -- %c\n"
1803
1804#: ../src/z_getopt.c:910
1805#: ../src/z_getopt.c:913
1806#, c-format
1807msgid "%s: invalid option -- %c\n"
1808msgstr "%s: ungültige Option -- %c\n"
1809
1810#: ../src/mainfrm.cc:765
1811msgid "&New Presentation"
1812msgstr "&Neue Präsentation"
1813
1814#: ../src/mainfrm.cc:766
1815msgid "&Open Presentation…"
1816msgstr "&Präsentation öffnen…"
1817
1818#: ../src/mainfrm.cc:767
1819msgid "&Save Presentation"
1820msgstr "Präsentation &speichern"
1821
1822#: ../src/mainfrm.cc:768
1823msgid "Sa&ve Presentation As…"
1824msgstr "Präsentation speichern &als…"
1825
1826#. TRANSLATORS: "Mark" as in "Mark this position"
1827#: ../src/mainfrm.cc:770
1828msgid "&Mark"
1829msgstr "&Markieren"
1830
1831#. TRANSLATORS: "Play" as in "Play back a recording"
1832#: ../src/mainfrm.cc:771
1833msgid "Pla&y"
1834msgstr "Abspie&len"
1835
1836#: ../src/mainfrm.cc:772
1837msgid "&Export as Movie…"
1838msgstr "&Exportieren als Film…"
1839
1840#: ../src/mainfrm.cc:2184
1841msgid "Export Movie"
1842msgstr "Film exportieren"
1843
1844#: ../src/mainfrm.cc:780
1845msgid "&Bounding Box\tCtrl+B"
1846msgstr "&Begrenzendes Rechteck\tCtrl+B"
1847
1848#. TRANSLATORS: TRANSLATE: ro
1849#: ../src/mainfrm.cc:309
1850msgid "Select an output filename"
1851msgstr "Name der Ausgabedatei wählen"
1852
1853#: ../src/mainfrm.cc:306
1854#: ../src/mainfrm.cc:2106
1855msgid "Aven presentations"
1856msgstr "Aven Präsentationen"
1857
1858#. TRANSLATORS: title of the save screenshot dialog
1859#: ../src/mainfrm.cc:1728
1860msgid "Save Screenshot"
1861msgstr "Bildschirmabzug speichern"
1862
1863#: ../src/mainfrm.cc:2101
1864#: ../src/mainfrm.cc:2104
1865msgid "Select a presentation to open"
1866msgstr "Zu öffnende Präsentation auswählen"
1867
1868#: ../src/mainfrm.cc:388
1869#, c-format
1870msgid "Error in format of presentation file “%s”"
1871msgstr "Formatfehler in der Präsentationsdatei »%s«"
1872
1873#. TRANSLATORS: "Compass" as in Larry Fish’s cave surveying package, so probably shouldn’t
1874#. be translated
1875#: ../src/mainfrm.cc:1709
1876msgid "Compass PLT files"
1877msgstr "Compass PLT Datei"
1878
1879#. TRANSLATORS: "CMAP" is Bob Thrun’s cave surveying package, so don’t translate it.
1880#: ../src/mainfrm.cc:1711
1881msgid "CMAP XYZ files"
1882msgstr "CAMP XYZ Datei"
1883
1884#. TRANSLATORS: title of message box
1885#: ../src/mainfrm.cc:1784
1886#: ../src/mainfrm.cc:2078
1887#: ../src/mainfrm.cc:2095
1888msgid "Modified Presentation"
1889msgstr "Modifizierte Präsentation"
1890
1891#. TRANSLATORS: and the question in that box
1892#: ../src/mainfrm.cc:1783
1893#: ../src/mainfrm.cc:2077
1894#: ../src/mainfrm.cc:2094
1895msgid "The current presentation has been modified.  Abandon unsaved changes?"
1896msgstr "Die aktuelle Präsentation wurde verändert. Abbrechen, ohne die Änderungen zu speichern?"
1897
1898#: ../src/mainfrm.cc:2382
1899#: ../src/mainfrm.cc:2391
1900msgid "No matches were found."
1901msgstr "Kein Treffer gefunden."
1902
1903#~ msgid "Open &Terrain…"
1904#~ msgstr "Gelände&modell öffnen…"
1905
1906#~ msgid "Solid Su&rface"
1907#~ msgstr "&Durchgezogene Oberfläche"
1908
1909#. TRANSLATORS: number of stations found matching search
1910#, c-format
1911#~ msgid "%d found"
1912#~ msgstr "%d gefunden"
1913
1914#. TRANSLATORS: "Find stations" button tooltip
1915#: ../src/mainfrm.cc:893
1916msgid "Find"
1917msgstr "Suchen"
1918
1919#. TRANSLATORS: "Hide stations" button default tooltip
1920#: ../src/mainfrm.cc:895
1921#: ../src/mainfrm.cc:2423
1922msgid "Hide"
1923msgstr "Unterdrücken"
1924
1925#. TRANSLATORS: "Hide stations" button tooltip when stations are found
1926#: ../src/mainfrm.cc:2384
1927#, c-format
1928msgid "Hide %d found stations"
1929msgstr "%d gefundene(n) Messpunkt(e) verstecken"
1930
1931#. TRANSLATORS: checkbox for regular expression search
1932#~ msgid "Regular expression"
1933#~ msgstr "Regulärer Ausdruck"
1934
1935#: ../src/mainfrm.cc:193
1936#: ../src/mainfrm.cc:1854
1937#: ../src/mainfrm.cc:1858
1938#: ../src/mainfrm.cc:1923
1939#: ../src/mainfrm.cc:1925
1940#: ../src/mainfrm.cc:1968
1941#: ../src/mainfrm.cc:1972
1942msgid "Altitude"
1943msgstr "Höhe"
1944
1945#. TRANSLATORS: error if you try to drag multiple files to the aven window
1946#: ../src/mainfrm.cc:654
1947msgid "You may only view one 3d file at a time."
1948msgstr "Es kann nur eine 3D-Datei zugleich angezeigt werden."
1949
1950#: ../src/mainfrm.cc:821
1951msgid "&Side Panel"
1952msgstr "&Seitliches Kontrollfeld"
1953
1954#. TRANSLATORS: show coordinates (N = North or Northing, E = East or Easting)
1955#: ../src/mainfrm.cc:1853
1956#: ../src/mainfrm.cc:1856
1957#: ../src/mainfrm.cc:1879
1958#: ../src/mainfrm.cc:1881
1959#: ../src/mainfrm.cc:1967
1960#: ../src/mainfrm.cc:1970
1961msgid "%.2f E, %.2f N"
1962msgstr "%.2f H, %.2f R"
1963
1964#. TRANSLATORS: Used in Aven:
1965#. From <stationname>
1966#. H: 123.45m V: 234.56m
1967#. Dist: 456.78m  Brg: 200
1968#: ../src/mainfrm.cc:1896
1969#: ../src/mainfrm.cc:1935
1970#: ../src/mainfrm.cc:1991
1971#, c-format
1972msgid "From %s"
1973msgstr "Von %s aus"
1974
1975#. TRANSLATORS: "H" is short for "Horizontal", "V" for "Vertical"
1976#: ../src/mainfrm.cc:1995
1977#: ../src/mainfrm.cc:1998
1978#, c-format
1979msgid "H %.2f%s, V %.2f%s"
1980msgstr "H %.2f%s, V %.2f%s"
1981
1982#. TRANSLATORS: "Dist" is short for "Distance", "Brg" for "Bearing" (as in Compass bearing)
1983#: ../src/mainfrm.cc:2011
1984#: ../src/mainfrm.cc:2015
1985#, c-format
1986msgid "%s: %s, Dist %.2f%s, Brg %03d%s"
1987msgstr "%s: %s, Dist %.2f%s, Richt. %03d%s"
1988
1989#. TRANSLATORS: tickable menu item in View menu
1990#: ../src/gfxcore.cc:2992
1991#: ../src/gfxcore.cc:3007
1992#: ../src/mainfrm.cc:823
1993msgid "&Metric"
1994msgstr "&Metrisch"
1995
1996#. TRANSLATORS: tickable menu item in View menu.
1997#. Degrees are the angular measurement where there are 360 in a
1998#. full circle.
1999#: ../src/gfxcore.cc:2969
2000#: ../src/gfxcore.cc:2982
2001#: ../src/mainfrm.cc:824
2002msgid "&Degrees"
2003msgstr "&Grad"
2004
2005#: ../src/gfxcore.cc:2968
2006msgid "&Hide Compass"
2007msgstr "&Kompass verstecken"
2008
2009#: ../src/gfxcore.cc:2981
2010msgid "&Hide Clino"
2011msgstr "&Clino verstecken"
2012
2013#: ../src/gfxcore.cc:2991
2014msgid "&Hide scale bar"
2015msgstr "Maßstab &verstecken"
2016
2017#: ../src/gfxcore.cc:3005
2018msgid "&Hide colour key"
2019msgstr "Farbsc&hlüssel verstecken"
2020
2021#. TRANSLATORS: degree symbol - probably should be translated to itself.
2022#: ../src/mainfrm.cc:1900
2023#: ../src/mainfrm.cc:2004
2024#: ../src/printwx.cc:635
2025#: ../src/printwx.cc:660
2026#: ../src/printwx.cc:664
2027#: ../src/printwx.cc:668
2028#: ../src/printwx.cc:675
2029msgid "°"
2030msgstr "°"
2031
2032#. TRANSLATORS: alternative angle units (400 grad = 360 degrees = full circle).
2033#. Try to make this as short as sensibly possible.
2034#: ../src/mainfrm.cc:1903
2035#: ../src/mainfrm.cc:2007
2036msgid "grad"
2037msgstr "Neugrad"
2038
2039#. TRANSLATORS: Toggles drawing of 3D passages
2040#: ../src/mainfrm.cc:777
2041msgid "Passage &Tubes\tCtrl+T"
2042msgstr "3D-&Passagen\tCtrl+T"
2043
2044#: ../src/mainfrm.cc:806
2045#~ msgid "&Preferences…"
2046#~ msgstr "&Einstellungen…"
2047
2048#~ msgid "Draw passage walls"
2049#~ msgstr "Wände einzeichnen"
2050
2051#~ msgid "Estimate LRUD readings based on heuristics"
2052#~ msgstr "LROU-Werte heuristisch schätzen"
2053
2054#~ msgid "Mark survey stations with crosses"
2055#~ msgstr "Messpunkte durch Kreuze markieren"
2056
2057#~ msgid "Highlight stations marked as entrances"
2058#~ msgstr "Messpunkte an den Eingängen hervorheben"
2059
2060#~ msgid "Highlight stations marked as fixed points"
2061#~ msgstr "Feste Messpunkte hervorheben"
2062
2063#~ msgid "Highlight stations which are exported"
2064#~ msgstr "Exportierte Messpunkte hervorheben"
2065
2066#~ msgid "Mark survey stations with their names"
2067#~ msgstr "Messpunkte mit ihren Namen beschriften"
2068
2069#~ msgid "Allow names to overlap on the display (faster)"
2070#~ msgstr "Überlappende Beschriftungen zulassen (schneller)"
2071
2072#: ../src/mainfrm.cc:803
2073msgid "Full Screen &Mode\tF11"
2074msgstr "&Vollbild-Modus\tF11"
2075
2076#~ msgid "Display underground survey legs"
2077#~ msgstr "Messstrecken unter Grund anzeigen"
2078
2079#~ msgid "Display surface survey legs"
2080#~ msgstr "Messstrecken an der Oberfläche anzeigen"
2081
2082#~ msgid "Colour surface surveys by depth"
2083#~ msgstr "Oberflächenvermessung nach Höhe einfärben"
2084
2085#~ msgid "Draw surface legs with dashed lines"
2086#~ msgstr "Oberflächenstrecken gestrichelt zeichnen"
2087
2088#~ msgid "Draw a grid"
2089#~ msgstr "Gitter einzeichnen"
2090
2091#~ msgid "metric units"
2092#~ msgstr "Meter"
2093
2094#. TRANSLATORS: Miles, Feet, Inches, etc.  What they call "English units" in
2095#. the USA (rather confusingly now that England has largely gone metric!)
2096#~ msgid "imperial units"
2097#~ msgstr "englische Einheiten"
2098
2099#. TRANSLATORS: Degrees are the angular measurement where there are 360 in a
2100#. full circle.
2101#~ msgid "degrees (°)"
2102#~ msgstr "Altgrad (°)"
2103
2104#. TRANSLATORS: Grads are the angular measurement where there are 400 in a
2105#. full circle.
2106#~ msgid "grads"
2107#~ msgstr "Neugrad (gon)"
2108
2109#~ msgid "Display measurements in"
2110#~ msgstr "Längen anzeigen in"
2111
2112#~ msgid "Display angles in"
2113#~ msgstr "Winkel anzeigen in"
2114
2115#. TRANSLATORS: reverses the sense of the mouse controls
2116#~ msgid "Reverse the sense of the controls"
2117#~ msgstr "Maus-Steuerung umkehren"
2118
2119#~ msgid "Display scale bar"
2120#~ msgstr "Maßstab anzeigen"
2121
2122#~ msgid "Display depth bar"
2123#~ msgstr "Tiefenskala anzeigen"
2124
2125#~ msgid "Display compass"
2126#~ msgstr "Kompass anzeigen"
2127
2128#~ msgid "Display clinometer"
2129#~ msgstr "Neigungsmesser anzeigen"
2130
2131#~ msgid "Display side panel"
2132#~ msgstr "Seitliches Kontrollfeld anzeigen"
2133
2134#. TRANSLATORS: "H" is short for "Horizontal", "Brg" for "Bearing" (as in Compass bearing)
2135#: ../src/mainfrm.cc:1907
2136#: ../src/mainfrm.cc:1910
2137#, c-format
2138msgid "%s: H %.2f%s, Brg %03d%s"
2139msgstr "%s: H %.2f%s, Richt. %03d%s"
2140
2141#. TRANSLATORS: "V" is short for "Vertical"
2142#: ../src/mainfrm.cc:1938
2143#: ../src/mainfrm.cc:1941
2144#, c-format
2145msgid "%s: V %.2f%s"
2146msgstr "%s: V %.2f%s"
2147
2148#. TRANSLATORS: labels for tabbed side panel
2149#. this is for the tab with the tree hierarchy of survey station names
2150#: ../src/mainfrm.cc:946
2151msgid "Surveys"
2152msgstr "Vermessung"
2153
2154#: ../src/mainfrm.cc:947
2155msgid "Presentation"
2156msgstr "Präsentation"
2157
2158#: ../src/mainfrm.cc:191
2159msgid "Easting"
2160msgstr "Rechtswert"
2161
2162#: ../src/mainfrm.cc:192
2163msgid "Northing"
2164msgstr "Hochwert"
2165
2166#: ../src/mainfrm.cc:715
2167msgid "&Print…\tCtrl+P"
2168msgstr "&Drucken…\tCtrl+P"
2169
2170#: ../src/mainfrm.cc:716
2171msgid "P&age Setup…"
2172msgstr "&Seite einrichten…"
2173
2174#: ../src/mainfrm.cc:719
2175msgid "&Export as…"
2176msgstr "&Exportieren als…"
2177
2178#. TRANSLATORS: Title of file dialog to choose name and type of exported file.
2179#: ../src/printwx.cc:323
2180msgid "Export as:"
2181msgstr "Exportieren als:"
2182
2183#. TRANSLATORS: Title of the export dialog
2184#: ../src/printwx.cc:166
2185msgid "Export"
2186msgstr "Exportieren"
2187
2188#. TRANSLATORS: for about box:
2189#: ../src/aboutdlg.cc:134
2190msgid "System Information:"
2191msgstr "Systeminformation:"
2192
2193#. TRANSLATORS: Title of the print preview dialog
2194#: ../src/printwx.cc:349
2195msgid "Print Preview"
2196msgstr "Druckvorschau"
2197
2198#. TRANSLATORS: Title of the print dialog
2199#: ../src/printwx.cc:166
2200msgid "Print"
2201msgstr "Drucken"
2202
2203#: ../src/printwx.cc:287
2204msgid "&Print…"
2205msgstr "&Drucken…"
2206
2207#~ msgid "Pre&view"
2208#~ msgstr "&Vorschau"
2209
2210#~ msgid "&Cancel"
2211#~ msgstr "&Abbrechen"
2212
2213#: ../src/printwx.cc:259
2214msgid "Sur&face Survey Legs"
2215msgstr "Messstrecken an der Ober&fläche"
2216
2217#. TRANSLATORS: "%s" is replaced by the invalid expression
2218#, c-format
2219#~ msgid "Invalid regular expression: %s"
2220#~ msgstr "Ungültiger regulärer Ausdruck: %s"
2221
2222#. TRANSLATORS: Title of dialog to edit a waypoint in a presentation.
2223#: ../src/mainfrm.cc:83
2224msgid "Edit Waypoint"
2225msgstr "Wegpunkt bearbeiten"
2226
2227#. TRANSLATORS: Note after "Scale" field in dialog to edit a waypoint in a presentation.
2228#: ../src/mainfrm.cc:120
2229msgid " (unused in perspective view)"
2230msgstr ""
2231
2232#. TRANSLATORS: Field label in dialog to edit a waypoint in a presentation.
2233#: ../src/mainfrm.cc:125
2234msgid "Time: "
2235msgstr "Zeit: "
2236
2237#. TRANSLATORS: units+info after time field in dialog to edit a waypoint in a presentation.
2238#: ../src/mainfrm.cc:127
2239msgid " secs (0 = auto; *6 = 6 times auto)"
2240msgstr " Sekunden (0 = auto; *6 = 6 mal auto)"
2241
2242#. TRANSLATORS: %s will be replaced with "Aven" currently (and perhaps by "Survex" or other
2243#. things in future).
2244#: ../src/aven.cc:214
2245#, c-format
2246msgid "This version of %s requires OpenGL to work, but it isn’t available."
2247msgstr "Diese Version von %s benötigt zum Funktionieren OpenGL, was jedoch nicht verfügbar ist."
2248
2249#. TRANSLATORS: for diffpos:
2250#: ../src/diffpos.c:158
2251#, c-format
2252msgid "Moved by (%3.2f,%3.2f,%3.2f): %s"
2253msgstr "Verschoben um (%3.2f,%3.2f,%3.2f): %s"
2254
2255#. TRANSLATORS: for diffpos:
2256#: ../src/diffpos.c:194
2257#, c-format
2258msgid "Added: %s"
2259msgstr "Hinzugefügt: %s"
2260
2261#. TRANSLATORS: for diffpos:
2262#: ../src/diffpos.c:216
2263#, c-format
2264msgid "Deleted: %s"
2265msgstr "Entfernt: %s"
2266
2267#. TRANSLATORS: for extend:
2268#. the user specified breaking a loop or changing extend direction at
2269#. this station, but we didn’t find it in the 3d file
2270#: ../src/extend.c:258
2271#: ../src/extend.c:275
2272#: ../src/extend.c:315
2273#: ../src/extend.c:355
2274#: ../src/extend.c:395
2275#, c-format
2276msgid "Failed to find station %s"
2277msgstr "Messpunkt konnte nicht gefunden werden: %s"
2278
2279#. TRANSLATORS: for extend:
2280#. the user specified breaking a loop or changing extend direction at
2281#. this leg, but we didn’t find it in the 3d file
2282#: ../src/extend.c:297
2283#: ../src/extend.c:337
2284#: ../src/extend.c:377
2285#: ../src/extend.c:417
2286#, c-format
2287msgid "Failed to find leg %s → %s"
2288msgstr "Messstrecke konnte nicht gefunden werden: %s → %s"
2289
2290#. TRANSLATORS: for extend:
2291#. "extend" is starting to produce an extended elevation from station %s
2292#: ../src/extend.c:252
2293#, c-format
2294msgid "Starting from station %s"
2295msgstr "Bei diesem Messpunkt wird begonnen: %s"
2296
2297#. TRANSLATORS: for extend:
2298#: ../src/extend.c:268
2299#, c-format
2300msgid "Extending to the left from station %s"
2301msgstr "Von diesem Messpunkt aus nach links erweitern: %s"
2302
2303#. TRANSLATORS: for extend:
2304#: ../src/extend.c:308
2305#, c-format
2306msgid "Extending to the right from station %s"
2307msgstr "Von diesem Messpunkt aus nach rechts erweitern: %s"
2308
2309#. TRANSLATORS: for extend:
2310#: ../src/extend.c:287
2311#, c-format
2312msgid "Extending to the left from leg %s → %s"
2313msgstr "Von dieser Messstrecke aus nach links erweitern: %s → %s"
2314
2315#. TRANSLATORS: for extend:
2316#: ../src/extend.c:327
2317#, c-format
2318msgid "Extending to the right from leg %s → %s"
2319msgstr "Von dieser Messstrecke aus nach rechts erweitern: %s → %s"
2320
2321#. TRANSLATORS: for extend:
2322#: ../src/extend.c:388
2323#, c-format
2324msgid "Breaking survey loop at station %s"
2325msgstr "Messschleife wird an diesem Messpunkt unterbrochen: %s"
2326
2327#. TRANSLATORS: for extend:
2328#: ../src/extend.c:407
2329#, c-format
2330msgid "Breaking survey loop at leg %s → %s"
2331msgstr "Messschleife wird an dieser Messstrecke unterbrochen: %s → %s"
2332
2333#. TRANSLATORS: for extend:
2334#: ../src/extend.c:348
2335#, c-format
2336msgid "Swapping extend direction from station %s"
2337msgstr "Erweiterungsrichtung von Messpunkt %s wird umgekehrt"
2338
2339#. TRANSLATORS: for extend:
2340#: ../src/extend.c:367
2341#, c-format
2342msgid "Swapping extend direction from leg %s → %s"
2343msgstr "Erweiterungsrichtung von Messstrecke wird umgekehrt: %s → %s"
2344
2345#. TRANSLATORS: for extend:
2346#: ../src/extend.c:535
2347#, c-format
2348msgid "Applying specfile: “%s”"
2349msgstr "Spezifikationsdatei wird angewendet: »%s«"
2350
2351#. TRANSLATORS: for extend:
2352#. Used to tell the user that a file is being written - %s is the filename
2353#: ../src/extend.c:595
2354#, c-format
2355msgid "Writing %s…"
2356msgstr "%s wird geschrieben…"
2357
2358#: ../src/findentrances.cc:100
2359#, c-format
2360msgid "Failed to initialise input coordinate system “%s”"
2361msgstr "Initialisierung des Eingabekoordinatensystems »%s« ist gescheitert"
2362
2363#: ../src/findentrances.cc:103
2364#, c-format
2365msgid "Failed to initialise output coordinate system “%s”"
2366msgstr "Initialisierung des Ausgabekoordinatensystems »%s« ist gescheitert"
2367
2368#: ../src/findentrances.cc:155
2369msgid "-d PROJ_DATUM 3D_FILE"
2370msgstr "-d PROJ-DATUM 3D-DATEI"
2371
2372#: ../src/findentrances.cc:146
2373msgid "input datum as string to pass to PROJ"
2374msgstr "Eingabedatum als Zeichenkette zur Übergabe an PROJ"
Note: See TracBrowser for help on using the repository browser.