source: git/lib/survex.pot @ c50cbcf

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

Add --show-breaks to extend

If enabled, this adds a leg flagged as surface survey between each
point at which a loop has been broken.

  • Property mode set to 100644
File size: 71.6 KB
Line 
1# Survex translation template.
2# Copyright (C) YEAR COPYRIGHT HOLDERS
3# This file is distributed under the same licence as Survex.
4#
5msgid ""
6msgstr ""
7"Project-Id-Version: survex\n"
8"Report-Msgid-Bugs-To: olly@survex.com\n"
9"POT-Creation-Date: 1999-08-26 12:23:58 +0000\n"
10"PO-Revision-Date: YEAR-MO-DA HO:MI:SE +ZONE\n"
11"Language-Team: LANGUAGE <LL@li.org>\n"
12"MIME-Version: 1.0\n"
13"Content-Type: text/plain; charset=utf-8\n"
14"Content-Transfer-Encoding: 8bit\n"
15
16#. TRANSLATORS: Aven menu titles.  An “&” goes before the letter of any
17#. accelerator key.  The accelerators must be different within this group
18#: ../src/mainfrm.cc:956
19#: n:210
20msgid "&File"
21msgstr ""
22
23#: ../src/mainfrm.cc:957
24#: n:211
25msgid "&Rotation"
26msgstr ""
27
28#: ../src/mainfrm.cc:958
29#: n:212
30msgid "&Orientation"
31msgstr ""
32
33#: ../src/mainfrm.cc:959
34#: n:213
35msgid "&View"
36msgstr ""
37
38#: ../src/mainfrm.cc:961
39#: n:214
40msgid "&Controls"
41msgstr ""
42
43#: ../src/mainfrm.cc:973
44#: n:215
45msgid "&Help"
46msgstr ""
47
48#. TRANSLATORS: "Presentation" in the sense of a talk with a slideshow -
49#. the items in this menu allow the user to animate between preset
50#. views.
51#: ../src/mainfrm.cc:966
52#: n:216
53msgid "&Presentation"
54msgstr ""
55
56#. TRANSLATORS: as in: Usage: cavern …
57#: ../src/cmdline.c:168
58#: n:49
59msgid "Usage"
60msgstr ""
61
62#. TRANSLATORS: "%lu" is a placeholder for the number of bytes which Survex
63#. was trying to allocate space for.
64#: ../src/message.c:75
65#: n:1
66#, c-format
67msgid "Out of memory (couldn’t find %lu bytes)."
68msgstr ""
69
70#. TRANSLATORS: %s will be replaced by the filename that we were trying
71#. to read when we ran out of memory.
72#: ../src/img_hosted.c:34
73#: n:38
74#, c-format
75msgid "Out of memory trying to read file “%s”"
76msgstr ""
77
78#. TRANSLATORS: Feel free to translate as "or newer" instead of "or
79#. greater" if that gives a more natural translation.  It's
80#. technically not quite right when there are parallel active release
81#. series (e.g. Survex 1.0.40 was released *after* 1.2.0), but this
82#. seems unlikely to confuse users.  "Survex" is the name of the
83#. software, so should not be translated.
84#.
85#. Here "survey" is a "cave map" rather than list of questions - it should be
86#. translated to the terminology that cavers using the language would use.
87#: ../src/commands.c:2192
88#: n:2
89#, c-format
90msgid "Survex version %s or greater required to process this survey data."
91msgstr ""
92
93#. TRANSLATORS: Indicates a warning message e.g.:
94#. "spoon.svx:12: warning: *prefix is deprecated"
95#: ../src/aven.cc:411
96#: ../src/cavernlog.cc:240
97#: ../src/message.c:1205
98#: n:4
99msgid "warning"
100msgstr ""
101
102#. TRANSLATORS: Indicates an error message e.g.:
103#. "spoon.svx:13:4: error: Field may not be omitted"
104#: ../src/cavernlog.cc:239
105#: ../src/message.c:1209
106#: n:93
107msgid "error"
108msgstr ""
109
110#. TRANSLATORS: %s is replaced by the filename of the parent file, and %u
111#. by the line number in that file.  Your translation should also contain
112#. %s:%u so that automatic parsing of error messages to determine the file
113#. and line number still works.
114#: ../src/datain.c:110
115#: n:5
116#, c-format
117msgid "In file included from %s:%u:\n"
118msgstr ""
119
120#. TRANSLATORS: If you're unsure what "deprecated" means, see:
121#. http://en.wikipedia.org/wiki/Deprecation
122#: ../src/commands.c:621
123#: n:6
124msgid "*prefix is deprecated - use *begin and *end instead"
125msgstr ""
126
127#. TRANSLATORS: Here "station" is a survey station, not a train station.
128#: ../src/readval.c:201
129#: n:7
130#, c-format
131msgid "Character “%c” not allowed in station name (use *SET NAMES to set allowed characters)"
132msgstr ""
133
134#: ../src/readval.c:382
135#: n:8
136msgid "Field may not be omitted"
137msgstr ""
138
139#: ../src/datain.c:1580
140#: ../src/datain.c:1868
141#: ../src/readval.c:384
142#: ../src/readval.c:432
143#: ../src/readval.c:462
144#: n:9
145#, c-format
146msgid "Expecting numeric field, found “%s”"
147msgstr ""
148
149#: ../src/commands.c:1790
150#: n:10
151#, c-format
152msgid "Found “%s”, expecting “PRESERVE”, “TOUPPER”, or “TOLOWER”"
153msgstr ""
154
155#: ../src/debug.h:45
156#: ../src/debug.h:47
157#: ../src/matrix.c:352
158#: n:11
159msgid "Bug in program detected! Please report this to the authors"
160msgstr ""
161
162#: ../src/commands.c:2315
163#: ../src/extend.c:436
164#: n:12
165#, c-format
166msgid "Unknown command “%s”"
167msgstr ""
168
169#. TRANSLATORS: Here "station" is a survey station, not a train station.
170#: ../src/netbits.c:449
171#: n:13
172#, c-format
173msgid "Station “%s” equated to itself"
174msgstr ""
175
176#. TRANSLATORS: Here "legs" are survey legs, i.e. measurements between
177#. survey stations.
178#: ../src/datain.c:1096
179#: n:14
180msgid "Compass reading may not be omitted except on plumbed legs"
181msgstr ""
182
183#: ../src/datain.c:285
184#: ../src/extend.c:441
185#: n:15
186msgid "End of line not blank"
187msgstr ""
188
189#: ../src/cavern.c:394
190#: n:16
191#, c-format
192msgid "There were %d warning(s)."
193msgstr ""
194
195#. TRANSLATORS: %s is replaced by the command we attempted to run.
196#: ../src/cavernlog.cc:171
197#: ../src/cavernlog.cc:231
198#: n:17
199#, c-format
200msgid "Couldn’t run external command: “%s”"
201msgstr ""
202
203#: ../src/datain.c:81
204#: ../src/datain.c:89
205#: ../src/datain.c:96
206#: ../src/datain.c:772
207#: ../src/extend.c:559
208#: ../src/sorterr.c:80
209#: ../src/sorterr.c:97
210#: ../src/sorterr.c:240
211#: n:18
212msgid "Error reading file"
213msgstr ""
214
215#: ../src/message.c:1225
216#: n:19
217msgid "Too many errors - giving up"
218msgstr ""
219
220#. TRANSLATORS: If you're unsure what "deprecated" means, see:
221#. http://en.wikipedia.org/wiki/Deprecation
222#: ../src/commands.c:1669
223#: n:20
224msgid "*DEFAULT is deprecated - use *CALIBRATE/DATA/SD/UNITS with argument DEFAULT instead"
225msgstr ""
226
227#. TRANSLATORS: A "plumbed leg" is one measured using a plumbline
228#. (a weight on a string).  So the problem here is that the leg is
229#. vertical, so a compass reading has no meaning!
230#: ../src/datain.c:1067
231#: n:21
232msgid "Compass reading given on plumbed leg"
233msgstr ""
234
235#: ../src/commands.c:711
236#: n:22
237msgid "END with no matching BEGIN in this file"
238msgstr ""
239
240#: ../src/datain.c:759
241#: n:23
242msgid "BEGIN with no matching END in this file"
243msgstr ""
244
245#. TRANSLATORS: A station must be exported out of each level it is in, so
246#. this would give "Station “\outer.inner.1” not exported from survey
247#. “\outer”)":
248#.
249#. *equate entrance outer.inner.1
250#. *begin outer
251#. *begin inner
252#. *export 1
253#. 1 2 1.23 045 -6
254#. *end inner
255#. *end outer
256#.
257#. Here "survey" is a "cave map" rather than list of questions - it should be
258#. translated to the terminology that cavers using the language would use.
259#: ../src/commands.c:1059
260#: ../src/commands.c:1061
261#: ../src/listpos.c:104
262#: ../src/readval.c:323
263#: ../src/readval.c:326
264#: n:26
265#, c-format
266msgid "Station “%s” not exported from survey “%s”"
267msgstr ""
268
269#. TRANSLATORS: This error occurs if there's an attempt to
270#. export a station from a survey which doesn't actually exist.
271#.
272#. Here "survey" is a "cave map" rather than list of questions - it should be
273#. translated to the terminology that cavers using the language would use.
274#: ../src/listpos.c:112
275#: n:286
276#, c-format
277msgid "Reference to station “%s” from non-existent survey “%s”"
278msgstr ""
279
280#. TRANSLATORS: Here "station" is a survey station, not a train station.
281#.
282#. Here "survey" is a "cave map" rather than list of questions - it should be
283#. translated to the terminology that cavers using the language would use.
284#: ../src/readval.c:297
285#: n:27
286#, c-format
287msgid "“%s” can’t be both a station and a survey"
288msgstr ""
289
290#. TRANSLATORS: Here "station" is a survey station, not a train station.
291#: ../src/extend.c:248
292#: ../src/extend.c:267
293#: ../src/extend.c:312
294#: ../src/extend.c:354
295#: ../src/extend.c:396
296#: ../src/readval.c:197
297#: n:28
298msgid "Expecting station name"
299msgstr ""
300
301#: ../src/commands.c:2118
302#: n:31
303#, c-format
304msgid "Found “%s”, expecting “EQUATES”, “EXPORTS”, or “PLUMBS”"
305msgstr ""
306
307#: ../src/commands.c:2125
308#: n:32
309#, c-format
310msgid "Found “%s”, expecting “ON” or “OFF”"
311msgstr ""
312
313#. TRANSLATORS: EQUATE is a command name, so shouldn’t be
314#. translated.
315#.
316#. Here "station" is a survey station, not a train station.
317#: ../src/commands.c:1018
318#: n:33
319msgid "Only one station in EQUATE command"
320msgstr ""
321
322#. TRANSLATORS: A "quantity" is something measured like "LENGTH",
323#. "BEARING", "ALTITUDE", etc.
324#: ../src/commands.c:442
325#: n:34
326#, c-format
327msgid "Unknown quantity “%s”"
328msgstr ""
329
330#: ../src/commands.c:357
331#: n:35
332#, c-format
333msgid "Unknown units “%s”"
334msgstr ""
335
336#: ../src/commands.c:1958
337#: ../src/commands.c:2033
338#: n:434
339msgid "Unknown coordinate system"
340msgstr ""
341
342#: ../src/commands.c:2053
343#: ../src/commands.c:2078
344#: n:443
345#, c-format
346msgid "Invalid coordinate system: %s"
347msgstr ""
348
349#: ../src/commands.c:2040
350#: ../src/commands.c:2058
351#: n:435
352msgid "Coordinate system unsuitable for output"
353msgstr ""
354
355#: ../src/commands.c:839
356#: ../src/commands.c:1637
357#: n:436
358#, c-format
359msgid "Failed to convert coordinates: %s"
360msgstr ""
361
362#: ../src/commands.c:842
363#: n:437
364msgid "The input projection is set but the output projection isn't"
365msgstr ""
366
367#: ../src/commands.c:844
368#: n:438
369msgid "The output projection is set but the input projection isn't"
370msgstr ""
371
372#: ../src/commands.c:799
373#: n:439
374msgid "Coordinates can't be omitted when coordinate system has been specified"
375msgstr ""
376
377#: ../src/commands.c:1623
378#: n:301
379msgid "Input coordinate system must be specified for '*DECLINATION AUTO'"
380msgstr ""
381
382#: ../src/commands.c:1615
383#: n:309
384msgid "Expected number or 'AUTO'"
385msgstr ""
386
387#: ../src/datain.c:902
388#: n:304
389msgid "No survey date specified - using 0 for magnetic declination"
390msgstr ""
391
392#. TRANSLATORS: Used when a BEGIN command has no survey, but the
393#. END command does, e.g.:
394#.
395#. *begin
396#. 1 2 10.00 178 -01
397#. *end entrance      <--[Message given here]
398#: ../src/commands.c:739
399#: n:36
400msgid "Matching BEGIN command has no survey name"
401msgstr ""
402
403#. TRANSLATORS: Note: In English you talk about the *units* of a single
404#. measurement, but the correct term in other languages may be singular.
405#: ../src/commands.c:370
406#: n:37
407#, c-format
408msgid "Invalid units “%s” for quantity"
409msgstr ""
410
411#: ../src/commands.c:433
412#: n:39
413#, c-format
414msgid "Unknown instrument “%s”"
415msgstr ""
416
417#. TRANSLATORS: DECLINATION is a built-in keyword, so best not to
418#. translate
419#: ../src/commands.c:1591
420#: n:40
421msgid "Scale factor must be 1.0 for DECLINATION"
422msgstr ""
423
424#. TRANSLATORS: If the scale factor for an instrument is zero, then any
425#. reading would be mapped to zero, which doesn't make sense.
426#: ../src/commands.c:1597
427#: n:391
428msgid "Scale factor must be non-zero"
429msgstr ""
430
431#: ../src/commands.c:1688
432#: n:41
433#, c-format
434msgid "Unknown setting “%s”"
435msgstr ""
436
437#: ../src/commands.c:480
438#: n:42
439#, c-format
440msgid "Unknown character class “%s”"
441msgstr ""
442
443#: ../src/extend.c:605
444#: ../src/netskel.c:93
445#: n:43
446msgid "No survey data"
447msgstr ""
448
449#: ../src/filename.c:52
450#: ../src/img_hosted.c:35
451#: n:44
452#, c-format
453msgid "Filename “%s” refers to directory"
454msgstr ""
455
456#. TRANSLATORS: At the end of processing (or if a *SOLVE command is used)
457#. cavern will issue this error if there are any sections of the survey
458#. network which are hanging.
459#: ../src/netartic.c:387
460#: n:45
461msgid "Survey not all connected to fixed stations"
462msgstr ""
463
464#: ../src/commands.c:948
465#: ../src/datain.c:684
466#: n:46
467msgid "Station already fixed or equated to a fixed point"
468msgstr ""
469
470#: ../src/cavern.c:299
471#: ../src/filename.c:55
472#: ../src/img_hosted.c:36
473#: n:47
474#, c-format
475msgid "Failed to open output file “%s”"
476msgstr ""
477
478#: ../src/commands.c:849
479#: ../src/commands.c:861
480#: ../src/commands.c:871
481#: ../src/commands.c:1743
482#: n:48
483msgid "Standard deviation must be positive"
484msgstr ""
485
486#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
487#. "survey stations".
488#.
489#. %s is replaced by the name of the station.
490#: ../src/netbits.c:346
491#: n:50
492#, c-format
493msgid "Survey leg with same station (“%s”) at both ends - typing error?"
494msgstr ""
495
496#. TRANSLATORS: %.f%s will be replaced with a right angle in the
497#. units currently in use, e.g. "90°" or "100ᵍ".  And "absolute
498#. value" means the reading ignoring the sign (so it might be
499#. < -90° or > 90°.
500#: ../src/datain.c:1002
501#: ../src/datain.c:1015
502#: ../src/datain.c:1033
503#: n:51
504#, c-format
505msgid "Clino reading over %.f%s (absolute value)"
506msgstr ""
507
508#: ../src/netbits.c:464
509#: n:52
510#, c-format
511msgid "Tried to equate two non-equal fixed stations: “%s” and “%s”"
512msgstr ""
513
514#. TRANSLATORS: "equal" as in:
515#.
516#. *fix a 1 2 3
517#. *fix b 1 2 3
518#. *equate a b
519#: ../src/netbits.c:475
520#: n:53
521#, c-format
522msgid "Equating two equal fixed points: “%s” and “%s”"
523msgstr ""
524
525#. TRANSLATORS: " *fix a " gives this message:
526#: ../src/commands.c:809
527#: n:54
528msgid "FIX command with no coordinates - fixing at (0,0,0)"
529msgstr ""
530
531#. TRANSLATORS: *fix a 1 2 3 / *fix a 1 2 3
532#: ../src/commands.c:952
533#: ../src/datain.c:686
534#: n:55
535msgid "Station already fixed at the same coordinates"
536msgstr ""
537
538#. TRANSLATORS: Emitted after second and subsequent "FIX command with
539#. no coordinates - fixing at (0,0,0)" warnings.
540#: ../src/commands.c:817
541#: n:441
542#, c-format
543msgid "Already had FIX command with no coordinates for station “%s”"
544msgstr ""
545
546#: ../src/commands.c:1843
547#: n:442
548#, c-format
549msgid "Station “%s” fixed before CS command first used"
550msgstr ""
551
552#. TRANSLATORS: The *EXPORT command is only valid just after *BEGIN
553#. <SURVEY>, so this would generate this error:
554#.
555#. *begin fred
556#. 1 2 1.23 045 -6
557#. *export 2
558#. *end fred
559#: ../src/commands.c:2329
560#: n:57
561msgid "*EXPORT must immediately follow “*BEGIN <SURVEY>”"
562msgstr ""
563
564#: ../src/readval.c:518
565#: n:58
566msgid "Invalid year (< 1900 or > 2078)"
567msgstr ""
568
569#. TRANSLATORS: Suspicious means something like 410 degrees or -20
570#. degrees
571#: ../src/datain.c:873
572#: ../src/datain.c:882
573#: n:59
574msgid "Suspicious compass reading"
575msgstr ""
576
577#: ../src/datain.c:1556
578#: n:60
579msgid "Negative tape reading"
580msgstr ""
581
582#: ../src/commands.c:804
583#: n:61
584msgid "Same station fixed twice with no coordinates"
585msgstr ""
586
587#. TRANSLATORS: This means that the data fed in said this.
588#.
589#. It could be a gross error (e.g. the decimal point is missing from the
590#. depth gauge reading) or it could just be due to random error on a near
591#. vertical leg
592#: ../src/datain.c:1251
593#: n:62
594msgid "Tape reading is less than change in depth"
595msgstr ""
596
597#. TRANSLATORS: a data "style" is something like NORMAL, DIVING, etc.
598#. a "reading" is one of FROM, TO, TAPE, COMPASS, CLINO for NORMAL
599#. neither style nor reading is a keyword in the program This error
600#. complains about a depth gauge reading in normal style, for example
601#: ../src/commands.c:1280
602#: n:63
603#, c-format
604msgid "Reading “%s” not allowed in data style “%s”"
605msgstr ""
606
607#. TRANSLATORS: i.e. not enough readings for the style.
608#: ../src/commands.c:1470
609#: n:64
610#, c-format
611msgid "Too few readings for data style “%s”"
612msgstr ""
613
614#. TRANSLATORS: e.g. trying to refer to an invalid FNORD data style
615#: ../src/commands.c:1240
616#: n:65
617#, c-format
618msgid "Data style “%s” unknown"
619msgstr ""
620
621#. TRANSLATORS: Here "station" is a survey station, not a train station.
622#.
623#. Exporting a station twice gives this error:
624#.
625#. *begin example
626#. *export 1
627#. *export 1
628#. 1 2 1.24 045 -6
629#. *end example
630#: ../src/commands.c:1110
631#: n:66
632#, c-format
633msgid "Station “%s” already exported"
634msgstr ""
635
636#. TRANSLATORS: complains about a situation like trying to define
637#. two from stations per leg
638#: ../src/commands.c:1306
639#: n:67
640#, c-format
641msgid "Duplicate reading “%s”"
642msgstr ""
643
644#: ../src/commands.c:979
645#: n:68
646#, c-format
647msgid "FLAG “%s” unknown"
648msgstr ""
649
650#: ../src/readval.c:476
651#: n:69
652msgid "Missing \""
653msgstr ""
654
655#. TRANSLATORS: Here "station" is a survey station, not a train station.
656#: ../src/listpos.c:122
657#: n:70
658#, c-format
659msgid "Station “%s” referred to just once, with an explicit survey name - typo?"
660msgstr ""
661
662#. TRANSLATORS: Here "station" is a survey station, not a train
663#. station.
664#: ../src/netartic.c:405
665#: n:71
666msgid "The following survey stations are not attached to a fixed point:"
667msgstr ""
668
669#: ../src/netskel.c:138
670#: n:72
671#, c-format
672msgid "Survey has no fixed points. Therefore I’ve fixed %s at (0,0,0)"
673msgstr ""
674
675#. TRANSLATORS: fixed survey station that is not part of any survey
676#: ../src/netskel.c:961
677#: n:73
678#, c-format
679msgid "Unused fixed point “%s”"
680msgstr ""
681
682#: ../src/matrix.c:123
683#: n:74
684msgid "Network solved by reduction - no simultaneous equations to solve."
685msgstr ""
686
687#: ../src/matrix.c:134
688#: n:75
689#, c-format
690msgid "Solving %d simultaneous equations"
691msgstr ""
692
693#. TRANSLATORS: This is an error from the *DATA command.  It
694#. means that a reading (which will appear where %s is isn't
695#. valid as the list of readings has already included the same
696#. reading, or an equivalent one (e.g. you can't have both
697#. DEPTH and DEPTHCHANGE together).
698#: ../src/commands.c:1373
699#: n:77
700#, c-format
701msgid "Reading “%s” duplicates previous reading(s)"
702msgstr ""
703
704#: ../src/matrix.c:132
705#: n:78
706msgid "Solving one equation"
707msgstr ""
708
709#: ../src/datain.c:968
710#: ../src/datain.c:1240
711#: ../src/datain.c:1437
712#: n:79
713msgid "Negative adjusted tape reading"
714msgstr ""
715
716#: ../src/commands.c:2229
717#: ../src/commands.c:2249
718#: n:80
719msgid "Date is in the future!"
720msgstr ""
721
722#: ../src/commands.c:2253
723#: n:81
724msgid "End of date range is before the start"
725msgstr ""
726
727#. TRANSLATORS: e.g. the user specifies a passage cross-section at
728#. station "entrance.27", but there is no station "entrance.27" in
729#. the centre-line.
730#: ../src/netskel.c:1049
731#: n:83
732#, c-format
733msgid "Cross section specified at non-existent station “%s”"
734msgstr ""
735
736#. TRANSLATORS: In data with backsights, the user has tried to give a
737#. plumb for the foresight and a clino reading for the backsight, or
738#. something similar.
739#: ../src/datain.c:1051
740#: ../src/datain.c:1075
741#: n:84
742msgid "CLINO and BACKCLINO readings must be of the same type"
743msgstr ""
744
745#: ../src/readval.c:526
746#: n:86
747msgid "Invalid month"
748msgstr ""
749
750#. TRANSLATORS: e.g. 31st of April, or 32nd of any month
751#: ../src/readval.c:535
752#: n:87
753msgid "Invalid day of the month"
754msgstr ""
755
756#: ../src/cavern.c:248
757#: n:88
758#, c-format
759msgid "3d file format versions %d to %d supported"
760msgstr ""
761
762#: ../src/readval.c:195
763#: n:89
764msgid "Expecting survey name"
765msgstr ""
766
767#: ../src/datain.c:402
768#: ../src/extend.c:554
769#: ../src/img_hosted.c:30
770#: ../src/mainfrm.cc:422
771#: ../src/sorterr.c:146
772#: n:24
773#, c-format
774msgid "Couldn’t open file “%s”"
775msgstr ""
776
777#: ../src/printing.cc:714
778#: n:402
779#, c-format
780msgid "Couldn’t write file “%s”"
781msgstr ""
782
783#. TRANSLATORS: If you're unsure what "deprecated" means, see:
784#. http://en.wikipedia.org/wiki/Deprecation
785#: ../src/commands.c:499
786#: ../src/commands.c:600
787#: ../src/commands.c:623
788#: ../src/commands.c:1255
789#: ../src/commands.c:1671
790#: ../src/readval.c:91
791#: n:95
792msgid "Further uses of this deprecated feature will not be reported"
793msgstr ""
794
795#. TRANSLATORS: %s is replaced by the amount the readings disagree
796#. by, e.g. "2.5°" or "3ᵍ".
797#: ../src/datain.c:933
798#: n:98
799#, c-format
800msgid "COMPASS reading and BACKCOMPASS reading disagree by %s"
801msgstr ""
802
803#. TRANSLATORS: %s is replaced by the amount the readings disagree
804#. by, e.g. "2.5°" or "3ᵍ".
805#: ../src/datain.c:1127
806#: n:99
807#, c-format
808msgid "CLINO reading and BACKCLINO reading disagree by %s"
809msgstr ""
810
811#: ../src/commands.c:1252
812#: n:104
813#, c-format
814msgid "“*data %s %c …” is deprecated - use “*data %s …” instead"
815msgstr ""
816
817#. TRANSLATORS: Perhaps the user tried to load a different type of file as
818#. a Survex .3d file, or the .3d file was corrupted.
819#: ../src/3dtopos.c:157
820#: ../src/3dtopos.c:163
821#: ../src/cad3d.c:909
822#: ../src/cad3d.c:920
823#: ../src/img_hosted.c:39
824#: n:106
825#, c-format
826msgid "Bad 3d image file “%s”"
827msgstr ""
828
829#. TRANSLATORS: This is the date format string used to timestamp .3d
830#. files internally.  Probably best to keep it the same for all
831#. translations.
832#: ../src/img.c:43
833#: ../src/mainfrm.cc:1457
834#: n:107
835#, c-format
836msgid "%a,%Y.%m.%d %H:%M:%S %Z"
837msgstr ""
838
839#. TRANSLATORS: used a processed survey with no processing date/time info
840#: ../src/mainfrm.cc:1450
841#: n:108
842msgid "Date and time not available."
843msgstr ""
844
845#: ../src/img_hosted.c:40
846#: n:109
847#, c-format
848msgid "Error reading from file “%s”"
849msgstr ""
850
851#: ../src/cavernlog.cc:513
852#: ../src/filename.c:79
853#: ../src/img_hosted.c:41
854#: ../src/mainfrm.cc:384
855#: ../src/mainfrm.cc:2044
856#: n:110
857#, c-format
858msgid "Error writing to file “%s”"
859msgstr ""
860
861#: ../src/filename.c:82
862#: n:111
863msgid "Error writing to file"
864msgstr ""
865
866#: ../src/cavern.c:389
867#: n:113
868#, c-format
869msgid "There were %d warning(s) and %d error(s) - no output files produced."
870msgstr ""
871
872#: ../src/img_hosted.c:42
873#: n:114
874#, c-format
875msgid "File “%s” has a newer format than this program can understand"
876msgstr ""
877
878#: ../src/printing.cc:1051
879#: n:115
880msgid "North"
881msgstr ""
882
883#. TRANSLATORS: "Elevation on" 020 <-> 200 degrees
884#: ../src/printing.cc:1076
885#: n:116
886msgid "Elevation on"
887msgstr ""
888
889#: ../src/printing.cc:497
890#: n:117
891msgid "P&lan view"
892msgstr ""
893
894#: ../src/printing.cc:499
895#: n:285
896msgid "&Elevation"
897msgstr ""
898
899#. TRANSLATORS: Label used for "clino" in Aven when the view is
900#. neither from directly above nor from directly below.  It is
901#. also used in the dialog for editing a marked position in a
902#. presentation.
903#.
904#. Try to keep this translation short - ideally at most 10
905#. characters - as otherwise the compass and clino will be moved
906#. further apart to make room. */
907#: ../src/gfxcore.cc:886
908#: ../src/gfxcore.cc:1946
909#: ../src/mainfrm.cc:171
910#: n:118
911msgid "Elevation"
912msgstr ""
913
914#. TRANSLATORS: Label used for "clino" in Aven when the view is
915#. from directly above.
916#.
917#. Try to keep this translation short - ideally at most 10
918#. characters - as otherwise the compass and clino will be moved
919#. further apart to make room. */
920#: ../src/gfxcore.cc:786
921#: ../src/gfxcore.cc:1940
922#: n:432
923msgid "Plan"
924msgstr ""
925
926#. TRANSLATORS: Label used for "clino" in Aven when the view is
927#. from directly below.
928#.
929#. Try to keep this translation short - ideally at most 10
930#. characters - as otherwise the compass and clino will be moved
931#. further apart to make room. */
932#: ../src/gfxcore.cc:800
933#: ../src/gfxcore.cc:1943
934#: n:433
935msgid "Kiwi Plan"
936msgstr ""
937
938#: ../src/cavern.c:353
939#: n:120
940msgid "Calculating statistics"
941msgstr ""
942
943#: ../src/readval.c:491
944#: n:121
945msgid "Expecting string field"
946msgstr ""
947
948#: ../src/cmdline.c:212
949#: n:122
950msgid "too few arguments"
951msgstr ""
952
953#: ../src/cmdline.c:219
954#: n:123
955msgid "too many arguments"
956msgstr ""
957
958#: ../src/cmdline.c:178
959#: ../src/cmdline.c:181
960#: ../src/cmdline.c:185
961#: n:124
962msgid "FILE"
963msgstr ""
964
965#. TRANSLATORS: In French, Eric chose to use the terminology used by
966#. toporobot: "sequence" for the English "traverse", which makes sense
967#. (although toporobot actually uses this term to mean something more
968#. specific).  Feel free to follow this lead if you can't think of a better
969#. term - these messages mostly indicate how processing is progressing.
970#.
971#. A trailing traverse is a dead end back to a junction.
972#: ../src/netskel.c:180
973#: n:125
974msgid "Removing trailing traverses"
975msgstr ""
976
977#. TRANSLATORS: In French, Eric chose to use the terminology used by
978#. toporobot: "sequence" for the English "traverse", which makes sense
979#. (although toporobot actually uses this term to mean something more
980#. specific).  Feel free to follow this lead if you can't think of a better
981#. term - these messages mostly indicate how processing is progressing.
982#: ../src/netskel.c:239
983#: n:126
984msgid "Concatenating traverses"
985msgstr ""
986
987#. TRANSLATORS: In French, Eric chose to use the terminology used by
988#. toporobot: "sequence" for the English "traverse", which makes sense
989#. (although toporobot actually uses this term to mean something more
990#. specific).  Feel free to follow this lead if you can't think of a better
991#. term - these messages mostly indicate how processing is progressing.
992#: ../src/netskel.c:437
993#: n:127
994msgid "Calculating traverses"
995msgstr ""
996
997#. TRANSLATORS: In French, Eric chose to use the terminology used by
998#. toporobot: "sequence" for the English "traverse", which makes sense
999#. (although toporobot actually uses this term to mean something more
1000#. specific).  Feel free to follow this lead if you can't think of a better
1001#. term - these messages mostly indicate how processing is progressing.
1002#.
1003#. A trailing traverse is a dead end back to a junction.
1004#: ../src/netskel.c:782
1005#: n:128
1006msgid "Calculating trailing traverses"
1007msgstr ""
1008
1009#: ../src/network.c:82
1010#: n:129
1011msgid "Simplifying network"
1012msgstr ""
1013
1014#: ../src/network.c:540
1015#: n:130
1016msgid "Calculating network"
1017msgstr ""
1018
1019#: ../src/datain.c:1546
1020#: n:131
1021#, c-format
1022msgid "Found “%s”, expecting “F” or “B”"
1023msgstr ""
1024
1025#: ../src/cavern.c:455
1026#: n:132
1027#, c-format
1028msgid "Total length of survey legs = %7.2f%s (%7.2f%s adjusted)"
1029msgstr ""
1030
1031#: ../src/cavern.c:458
1032#: n:133
1033#, c-format
1034msgid "Total plan length of survey legs = %7.2f%s"
1035msgstr ""
1036
1037#: ../src/cavern.c:461
1038#: n:134
1039#, c-format
1040msgid "Total vertical length of survey legs = %7.2f%s"
1041msgstr ""
1042
1043#. TRANSLATORS: numbers are altitudes of highest and lowest stations
1044#: ../src/cavern.c:468
1045#: n:135
1046#, c-format
1047msgid "Vertical range = %4.2f%s (from %s at %4.2f%s to %s at %4.2f%s)"
1048msgstr ""
1049
1050#. TRANSLATORS: c.f. previous message
1051#: ../src/cavern.c:471
1052#: n:136
1053#, c-format
1054msgid "North-South range = %4.2f%s (from %s at %4.2f%s to %s at %4.2f%s)"
1055msgstr ""
1056
1057#. TRANSLATORS: c.f. previous two messages
1058#: ../src/cavern.c:474
1059#: n:137
1060#, c-format
1061msgid "East-West range = %4.2f%s (from %s at %4.2f%s to %s at %4.2f%s)"
1062msgstr ""
1063
1064#: ../src/cavern.c:440
1065#: n:138
1066msgid "There is 1 loop."
1067msgstr ""
1068
1069#: ../src/cavern.c:442
1070#: n:139
1071#, c-format
1072msgid "There are %ld loops."
1073msgstr ""
1074
1075#: ../src/cavern.c:375
1076#: n:140
1077#, c-format
1078msgid "CPU time used %5.2fs"
1079msgstr ""
1080
1081#: ../src/cavern.c:378
1082#: n:141
1083#, c-format
1084msgid "Time used %5.2fs"
1085msgstr ""
1086
1087#: ../src/cavern.c:380
1088#: n:142
1089msgid "Time used unavailable"
1090msgstr ""
1091
1092#: ../src/cavern.c:383
1093#: n:143
1094#, c-format
1095msgid "Time used %5.2fs (%5.2fs CPU time)"
1096msgstr ""
1097
1098#: ../src/netskel.c:747
1099#: n:145
1100#, c-format
1101msgid "Original length %6.2fm (%3d legs), moved %6.2fm (%5.2fm/leg). "
1102msgstr ""
1103
1104#: ../src/netskel.c:750
1105#: n:146
1106#, c-format
1107msgid "Error %6.2f%%"
1108msgstr ""
1109
1110#. TRANSLATORS: Here N/A means "Not Applicable" -- it means the
1111#. traverse has zero length, so error per metre is meaningless.
1112#.
1113#. There should be 4 spaces between "Error" and "N/A" so that it lines
1114#. up with the numbers in the message above.
1115#: ../src/netskel.c:757
1116#: n:147
1117msgid "Error    N/A"
1118msgstr ""
1119
1120#. TRANSLATORS: description of --help option
1121#: ../src/cmdline.c:138
1122#: n:150
1123msgid "display this help and exit"
1124msgstr ""
1125
1126#. TRANSLATORS: description of --version option
1127#: ../src/cmdline.c:141
1128#: n:151
1129msgid "output version information and exit"
1130msgstr ""
1131
1132#. TRANSLATORS: in command line usage messages e.g. Usage: cavern [OPTION]…
1133#: ../src/cmdline.c:170
1134#: n:153
1135msgid "OPTION"
1136msgstr ""
1137
1138#: ../src/mainfrm.cc:175
1139#: ../src/printing.cc:443
1140#: ../src/printing.cc:1113
1141#: ../src/printing.cc:1162
1142#: n:154
1143msgid "Scale"
1144msgstr ""
1145
1146#: ../src/cmdline.c:194
1147#: n:157
1148#, c-format
1149msgid "Try “%s --help” for more information.\n"
1150msgstr ""
1151
1152#. TRANSLATORS: N/M meaning page N of M in the page footer of a printout.
1153#: ../src/printing.cc:1816
1154#: n:232
1155#, c-format
1156msgid "%d/%d"
1157msgstr ""
1158
1159#. TRANSLATORS: Used in the footer of printouts to compactly indicate that
1160#. the date which follows is the date that the survey data was processed.
1161#.
1162#. Aven will replace %s with a string giving the date and time (e.g.
1163#. "2015-06-09 12:40:44").
1164#: ../src/printing.cc:1857
1165#: n:167
1166#, c-format
1167msgid "Processed: %s"
1168msgstr ""
1169
1170#. TRANSLATORS: Used in the footer of printouts to compactly
1171#. indicate this is a plan view and what the viewing angle is.
1172#. Aven will replace %s with the bearing, and %.0f with the scale.
1173#.
1174#. This message probably doesn't need translating for most languages.
1175#: ../src/printing.cc:1771
1176#: n:233
1177#, c-format
1178msgid "↑%s 1:%.0f"
1179msgstr ""
1180
1181#. TRANSLATORS: Used in the footer of printouts to compactly
1182#. indicate this is an elevation view and what the viewing angle
1183#. is.  Aven will replace the %s codes with the bearings to the
1184#. left and right of the viewer, and %.0f with the scale.
1185#.
1186#. This message probably doesn't need translating for most languages.
1187#: ../src/printing.cc:1782
1188#: n:235
1189#, c-format
1190msgid "%s↔%s 1:%.0f"
1191msgstr ""
1192
1193#. TRANSLATORS: Used in the footer of printouts to compactly
1194#. indicate this is a tilted elevation view and what the viewing
1195#. angles are.  Aven will replace the %s codes with the bearings to
1196#. the left and right of the viewer and the angle the view is
1197#. tilted at, and %.0f with the scale.
1198#.
1199#. This message probably doesn't need translating for most languages.
1200#: ../src/printing.cc:1795
1201#: n:236
1202#, c-format
1203msgid "%s↔%s ∡%s 1:%.0f"
1204msgstr ""
1205
1206#. TRANSLATORS: Used in the footer of printouts to compactly
1207#. indicate this is an extended elevation view.  Aven will replace
1208#. %.0f with the scale.
1209#.
1210#. Try to keep the translation short (for example, in English we
1211#. use "Extended" not "Extended elevation") - there is limited room
1212#. in the footer, and the details there are mostly to make it easy
1213#. to check that you have corresponding pages from a multiple page
1214#. printout.
1215#: ../src/printing.cc:1811
1216#: n:244
1217#, c-format
1218msgid "Extended 1:%.0f"
1219msgstr ""
1220
1221#. TRANSLATORS: This is used on printouts of plans, with %s replaced by
1222#. something like "123°".  The bearing is up the page.
1223#: ../src/printing.cc:1057
1224#: n:168
1225#, c-format
1226msgid "Plan view, %s up page"
1227msgstr ""
1228
1229#. TRANSLATORS: This is used on printouts of elevations, with %s
1230#. replaced by something like "123°".  The bearing is the direction
1231#. we’re looking.
1232#: ../src/printing.cc:1089
1233#: n:169
1234#, c-format
1235msgid "Elevation facing %s"
1236msgstr ""
1237
1238#. TRANSLATORS: This is used on printouts of tilted elevations, with
1239#. the first %s replaced by something like "123°", and the second by
1240#. something like "-45°".  The bearing is the direction we’re
1241#. looking.
1242#: ../src/printing.cc:1096
1243#: n:284
1244#, c-format
1245msgid "Elevation facing %s, tilted %s"
1246msgstr ""
1247
1248#. TRANSLATORS: This is used on printouts of extended elevations.
1249#: ../src/printing.cc:1105
1250#: n:191
1251msgid "Extended elevation"
1252msgstr ""
1253
1254#: ../src/cavern.c:426
1255#: n:172
1256msgid "Survey contains 1 survey station,"
1257msgstr ""
1258
1259#: ../src/cavern.c:428
1260#: n:173
1261#, c-format
1262msgid "Survey contains %ld survey stations,"
1263msgstr ""
1264
1265#: ../src/cavern.c:432
1266#: n:174
1267msgid " joined by 1 leg."
1268msgstr ""
1269
1270#: ../src/cavern.c:434
1271#: n:175
1272#, c-format
1273msgid " joined by %ld legs."
1274msgstr ""
1275
1276#. TRANSLATORS: node/nodes as in:  "Survey has 1 2-node and 2 3-nodes."
1277#: ../src/listpos.c:185
1278#: n:176
1279msgid "node"
1280msgstr ""
1281
1282#. TRANSLATORS: node/nodes as in:  "Survey has 1 2-node and 2 3-nodes."
1283#: ../src/listpos.c:187
1284#: n:177
1285msgid "nodes"
1286msgstr ""
1287
1288#. TRANSLATORS: "Connected component" in the graph theory sense - it
1289#. means there are %ld bits of survey with no connections between them.
1290#. This message is only used if there are more than 1.
1291#: ../src/cavern.c:451
1292#: n:178
1293#, c-format
1294msgid "Survey has %ld connected components."
1295msgstr ""
1296
1297#. TRANSLATORS: Label for button in aven’s cavern log window which
1298#. allows the user to save the log to a file.
1299#: ../src/cavernlog.cc:451
1300#: n:446
1301msgid "Save Log"
1302msgstr ""
1303
1304#. TRANSLATORS: Label for button in aven’s cavern log window which
1305#. causes the survey data to be reprocessed.
1306#: ../src/cavernlog.cc:458
1307#: ../src/cavernlog.cc:469
1308#: n:184
1309msgid "Reprocess"
1310msgstr ""
1311
1312#: ../src/cmdline.c:242
1313#: ../src/cmdline.c:261
1314#: n:185
1315#, c-format
1316msgid "numeric argument “%s” out of range"
1317msgstr ""
1318
1319#: ../src/cmdline.c:244
1320#: n:186
1321#, c-format
1322msgid "argument “%s” not an integer"
1323msgstr ""
1324
1325#: ../src/cmdline.c:263
1326#: n:187
1327#, c-format
1328msgid "argument “%s” not a number"
1329msgstr ""
1330
1331#: ../src/commands.c:994
1332#: n:188
1333msgid "Expecting “DUPLICATE”, “SPLAY”, or “SURFACE”"
1334msgstr ""
1335
1336#: ../src/commands.c:997
1337#: n:189
1338msgid "Expecting “NOT”, “DUPLICATE”, “SPLAY”, or “SURFACE”"
1339msgstr ""
1340
1341#: ../src/listpos.c:82
1342#: n:190
1343#, c-format
1344msgid "Station “%s” referred to by *entrance or *export but never used"
1345msgstr ""
1346
1347#: ../src/commands.c:709
1348#: n:192
1349msgid "No matching BEGIN"
1350msgstr ""
1351
1352#. TRANSLATORS: *BEGIN <survey> and *END <survey> should have the
1353#. same <survey> if it’s given at all
1354#: ../src/commands.c:743
1355#: n:193
1356msgid "Survey name doesn’t match BEGIN"
1357msgstr ""
1358
1359#. TRANSLATORS: Used when a BEGIN command has a survey name, but the
1360#. END command omits it, e.g.:
1361#.
1362#. *begin entrance
1363#. 1 2 10.00 178 -01
1364#. *end     <--[Message given here]
1365#: ../src/commands.c:752
1366#: n:194
1367msgid "Survey name omitted from END"
1368msgstr ""
1369
1370#. TRANSLATORS: Heading line for .pos file.  Please try to ensure the “,”s
1371#. (or at least the columns) are in the same place
1372#: ../src/3dtopos.c:112
1373#: ../src/pos.cc:59
1374#: n:195
1375msgid "( Easting, Northing, Altitude )"
1376msgstr ""
1377
1378#. TRANSLATORS: bpp is "Bits Per Pixel"
1379#: ../src/aboutdlg.cc:180
1380#: n:196
1381#, c-format
1382msgid "Display Depth: %d bpp"
1383msgstr ""
1384
1385#. TRANSLATORS: appended to previous message if the display is colour
1386#: ../src/aboutdlg.cc:182
1387#: n:197
1388msgid " (colour)"
1389msgstr ""
1390
1391#: ../src/readval.c:514
1392#: ../src/readval.c:524
1393#: ../src/readval.c:532
1394#: n:198
1395#, c-format
1396msgid "Expecting date, found “%s”"
1397msgstr ""
1398
1399#. TRANSLATORS: --help output for --survey option.
1400#.
1401#. "this" has been added to English translation
1402#: ../src/3dtopos.c:50
1403#: ../src/aven.cc:65
1404#: ../src/cad3d.c:660
1405#: ../src/diffpos.c:57
1406#: ../src/dump3d.c:49
1407#: ../src/extend.c:459
1408#: n:199
1409msgid "only load the sub-survey with this prefix"
1410msgstr ""
1411
1412#. TRANSLATORS: --help output for aven --print option
1413#: ../src/aven.cc:67
1414#: n:119
1415msgid "print and exit (requires a 3d file)"
1416msgstr ""
1417
1418#. TRANSLATORS: --help output for cavern --output option
1419#: ../src/cavern.c:127
1420#: n:162
1421msgid "set location for output files"
1422msgstr ""
1423
1424#. TRANSLATORS: --help output for cavern --quiet option
1425#: ../src/cavern.c:129
1426#: n:163
1427msgid "only show brief summary (-qq for errors only)"
1428msgstr ""
1429
1430#. TRANSLATORS: --help output for cavern --no-auxiliary-files option
1431#: ../src/cavern.c:131
1432#: n:164
1433msgid "do not create .err file"
1434msgstr ""
1435
1436#. TRANSLATORS: --help output for cavern --warnings-are-errors option
1437#: ../src/cavern.c:133
1438#: n:165
1439msgid "turn warnings into errors"
1440msgstr ""
1441
1442#. TRANSLATORS: --help output for cavern --log option
1443#: ../src/cavern.c:135
1444#: n:170
1445msgid "log output to .log file"
1446msgstr ""
1447
1448#. TRANSLATORS: --help output for cavern --3d-version option
1449#: ../src/cavern.c:137
1450#: n:171
1451msgid "specify the 3d file format version to output"
1452msgstr ""
1453
1454#. TRANSLATORS: --help output for extend --specfile option
1455#: ../src/extend.c:463
1456#: n:90
1457msgid ".espec file to control extending"
1458msgstr ""
1459
1460#. TRANSLATORS: --help output for extend --show-breaks option
1461#: ../src/extend.c:465
1462#: n:91
1463msgid "show breaks with surface survey legs in output"
1464msgstr ""
1465
1466#. TRANSLATORS: error message given by "*units tape 0 feet" - it’s
1467#. meaningless to say your tape is marked in "0 feet" (but you might
1468#. measure distance by counting knots on a diving line, and tie them
1469#. every "2 feet").
1470#: ../src/commands.c:1517
1471#: n:200
1472msgid "*UNITS factor must be non-zero"
1473msgstr ""
1474
1475#: ../src/mainfrm.cc:1467
1476#: n:202
1477#, c-format
1478msgid "No survey data in 3d file “%s”"
1479msgstr ""
1480
1481#. TRANSLATORS: Used in aven above the compass indicator at the lower
1482#. right of the display, with a bearing below "Facing".  This indicates the
1483#. direction the viewer is "facing" in.
1484#.
1485#. Try to keep this translation short - ideally at most 10 characters -
1486#. as otherwise the compass and clino will be moved further apart to
1487#. make room. */
1488#: ../src/gfxcore.cc:772
1489#: ../src/gfxcore.cc:1927
1490#: n:203
1491msgid "Facing"
1492msgstr ""
1493
1494#. TRANSLATORS: for the title of the About box
1495#: ../src/aboutdlg.cc:62
1496#: n:205
1497#, c-format
1498msgid "About %s"
1499msgstr ""
1500
1501#. TRANSLATORS: "Terrain file" being a digital model of the terrain (e.g. a
1502#. grid of height values).
1503#: ../src/mainfrm.cc:2002
1504#: n:451
1505msgid "Select a terrain file to view"
1506msgstr ""
1507
1508#: ../src/mainfrm.cc:1996
1509#: n:452
1510msgid "Terrain files"
1511msgstr ""
1512
1513#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions
1514#. - it should be translated to the terminology that cavers using the
1515#. language would use.
1516#.
1517#. File->Open dialog:
1518#: ../src/mainfrm.cc:1973
1519#: n:206
1520msgid "Select a survey file to view"
1521msgstr ""
1522
1523#. TRANSLATORS: Survex is the name of the software, and "3d" refers to a
1524#. file extension, so neither should be translated.
1525#: ../src/mainfrm.cc:1950
1526#: n:207
1527msgid "Survex 3d files"
1528msgstr ""
1529
1530#: ../src/mainfrm.cc:1965
1531#: ../src/mainfrm.cc:1997
1532#: ../src/mainfrm.cc:2445
1533#: ../src/printing.cc:694
1534#: n:208
1535msgid "All files"
1536msgstr ""
1537
1538#. TRANSLATORS: Here "survey" is a "cave map" rather than
1539#. list of questions - it should be translated to the
1540#. terminology that cavers using the language would use.
1541#: ../src/mainfrm.cc:1947
1542#: n:229
1543msgid "All survey files"
1544msgstr ""
1545
1546#. TRANSLATORS: Survex is the name of the software, and "svx" refers to a
1547#. file extension, so neither should be translated.
1548#: ../src/mainfrm.cc:1953
1549#: n:329
1550msgid "Survex svx files"
1551msgstr ""
1552
1553#. TRANSLATORS: "Compass" as in Larry Fish’s cave
1554#. surveying package, so should not be translated
1555#: ../src/mainfrm.cc:1961
1556#: n:330
1557msgid "Compass DAT and MAK files"
1558msgstr ""
1559
1560#: ../src/printing.cc:318
1561#: n:411
1562msgid "DXF files"
1563msgstr ""
1564
1565#: ../src/printing.cc:319
1566#: n:412
1567msgid "EPS files"
1568msgstr ""
1569
1570#: ../src/printing.cc:320
1571#: n:413
1572msgid "GPX files"
1573msgstr ""
1574
1575#. TRANSLATORS: Here "plotter" refers to a machine which draws a printout
1576#. on a (usually large) sheet of paper using a pen mounted in a motorised
1577#. mechanism.
1578#: ../src/printing.cc:324
1579#: n:414
1580msgid "HPGL for plotters"
1581msgstr ""
1582
1583#: ../src/printing.cc:326
1584#: n:444
1585msgid "KML files"
1586msgstr ""
1587
1588#. TRANSLATORS: "Compass" and "Carto" are the names of software packages,
1589#. so should not be translated:
1590#. http://www.fountainware.com/compass/
1591#. http://www.psc-cavers.org/carto/
1592#: ../src/printing.cc:331
1593#: n:415
1594msgid "Compass PLT for use with Carto"
1595msgstr ""
1596
1597#. TRANSLATORS: "Skencil" is the name of a software package, so should not be
1598#. translated: http://www.skencil.org/
1599#: ../src/printing.cc:334
1600#: n:416
1601msgid "Skencil files"
1602msgstr ""
1603
1604#. TRANSLATORS: Survex is the name of the software, and "pos" refers to a
1605#. file extension, so neither should be translated.
1606#: ../src/printing.cc:337
1607#: n:166
1608msgid "Survex pos files"
1609msgstr ""
1610
1611#: ../src/printing.cc:338
1612#: n:417
1613msgid "SVG files"
1614msgstr ""
1615
1616#: ../src/printing.cc:325
1617#: n:445
1618msgid "JSON files"
1619msgstr ""
1620
1621#. TRANSLATORS: Log files from running cavern (extension .log)
1622#: ../src/cavernlog.cc:503
1623#: n:447
1624msgid "Log files"
1625msgstr ""
1626
1627#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions
1628#. - it should be translated to the terminology that cavers using the
1629#. language would use.
1630#.
1631#. This string is used in the about box (summarising the purpose of aven).
1632#: ../src/aboutdlg.cc:90
1633#: n:209
1634msgid "Survey visualisation tool"
1635msgstr ""
1636
1637#. TRANSLATORS: Summary paragraph for the GPLv2 - there are translations for
1638#. some languages here:
1639#. http://www.gnu.org/licenses/old-licenses/gpl-2.0-translations.html
1640#: ../src/aboutdlg.cc:104
1641#: n:219
1642msgid "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."
1643msgstr ""
1644
1645#. TRANSLATORS: Part of 3dtopos --help
1646#: ../src/3dtopos.c:86
1647#: n:217
1648msgid "3D_FILE [POS_FILE]"
1649msgstr ""
1650
1651#. TRANSLATORS: Part of diffpos --help
1652#: ../src/diffpos.c:265
1653#: n:218
1654msgid "FILE1 FILE2 [THRESHOLD]"
1655msgstr ""
1656
1657#. TRANSLATORS: Part of diffpos --help
1658#: ../src/diffpos.c:267
1659#: n:255
1660#, c-format
1661msgid "FILE1 and FILE2 can be .pos or .3d files\nTHRESHOLD is the max. ignorable change along any axis in metres (default %s)"
1662msgstr ""
1663
1664#. TRANSLATORS: Part of extend --help
1665#: ../src/extend.c:481
1666#: n:267
1667msgid "INPUT_3D_FILE [OUTPUT_3D_FILE]"
1668msgstr ""
1669
1670#. TRANSLATORS: Part of sorterr --help
1671#: ../src/sorterr.c:127
1672#: n:268
1673msgid "ERR_FILE [HOW_MANY]"
1674msgstr ""
1675
1676#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions
1677#. - it should be translated to the terminology that cavers using the
1678#. language would use.
1679#.
1680#. Part of aven --help
1681#: ../src/aven.cc:114
1682#: ../src/aven.cc:138
1683#: n:269
1684msgid "[SURVEY_FILE]"
1685msgstr ""
1686
1687#. TRANSLATORS: Used in the "colour key" for "colour by date" if there
1688#. are surveys without date information.  Try to keep this fairly short.
1689#: ../src/gfxcore.cc:1132
1690#: n:221
1691msgid "Undated"
1692msgstr ""
1693
1694#. TRANSLATORS: Used in the "colour key" for "colour by error" for surveys
1695#. which aren’t part of a loop and so have no error information. Try to keep
1696#. this fairly short.
1697#: ../src/gfxcore.cc:1157
1698#: n:290
1699msgid "Not in loop"
1700msgstr ""
1701
1702#. TRANSLATORS: error from:
1703#.
1704#. *data normal newline from to tape compass clino
1705#: ../src/commands.c:1356
1706#: n:222
1707msgid "NEWLINE can’t be the first reading"
1708msgstr ""
1709
1710#. TRANSLATORS: error from:
1711#.
1712#. *data normal from to tape compass clino newline
1713#: ../src/commands.c:1399
1714#: n:223
1715msgid "NEWLINE can’t be the last reading"
1716msgstr ""
1717
1718#. TRANSLATORS: Error given by something like:
1719#.
1720#. *data normal station tape compass clino
1721#.
1722#. ("station" signifies interleaved data).
1723#: ../src/commands.c:1422
1724#: n:224
1725msgid "Interleaved readings, but no NEWLINE"
1726msgstr ""
1727
1728#. TRANSLATORS: caused by e.g.
1729#.
1730#. *data diving station newline depth tape compass
1731#.
1732#. ("depth" needs to occur before "newline").
1733#: ../src/commands.c:1293
1734#: n:225
1735#, c-format
1736msgid "Reading “%s” must occur before NEWLINE"
1737msgstr ""
1738
1739#. TRANSLATORS: e.g.
1740#.
1741#. *data normal from to tape newline compass clino
1742#: ../src/commands.c:1346
1743#: n:226
1744msgid "NEWLINE can only be preceded by STATION, DEPTH, and COUNT"
1745msgstr ""
1746
1747#. TRANSLATORS: e.g.
1748#.
1749#. *calibrate tape compass 1 1
1750#: ../src/commands.c:1558
1751#: n:227
1752msgid "Can’t calibrate angular and length quantities together"
1753msgstr ""
1754
1755#: ../src/commands.c:650
1756#: n:397
1757msgid "Bad *alias command"
1758msgstr ""
1759
1760#. TRANSLATORS: %s will be replaced by the application name ("Aven"
1761#. currently)
1762#: ../src/log.cc:32
1763#: n:228
1764#, c-format
1765msgid "%s Error Log"
1766msgstr ""
1767
1768#. TRANSLATORS: The text on the action button in the "Export" settings
1769#. dialog
1770#: ../src/printing.cc:637
1771#: n:230
1772msgid "&Export..."
1773msgstr ""
1774
1775#. TRANSLATORS: "Rotation" menu.  The accelerators must be different within
1776#. this group.  Tickable menu item which toggles auto rotation
1777#: ../src/mainfrm.cc:812
1778#: n:231
1779msgid "Au&to-Rotate\tSpace"
1780msgstr ""
1781
1782#: ../src/mainfrm.cc:814
1783#: n:234
1784msgid "&Reverse Direction"
1785msgstr ""
1786
1787#. TRANSLATORS: View *looking* North
1788#: ../src/gfxcore.cc:3898
1789#: ../src/mainfrm.cc:817
1790#: n:240
1791msgid "View &North"
1792msgstr ""
1793
1794#. TRANSLATORS: View *looking* East
1795#: ../src/gfxcore.cc:3900
1796#: ../src/mainfrm.cc:818
1797#: n:241
1798msgid "View &East"
1799msgstr ""
1800
1801#. TRANSLATORS: View *looking* South
1802#: ../src/gfxcore.cc:3902
1803#: ../src/mainfrm.cc:819
1804#: n:242
1805msgid "View &South"
1806msgstr ""
1807
1808#. TRANSLATORS: View *looking* West
1809#: ../src/gfxcore.cc:3904
1810#: ../src/mainfrm.cc:820
1811#: n:243
1812msgid "View &West"
1813msgstr ""
1814
1815#: ../src/gfxcore.cc:3921
1816#: ../src/mainfrm.cc:822
1817#: n:248
1818msgid "&Plan View"
1819msgstr ""
1820
1821#: ../src/gfxcore.cc:3922
1822#: ../src/mainfrm.cc:823
1823#: n:249
1824msgid "Ele&vation"
1825msgstr ""
1826
1827#: ../src/mainfrm.cc:825
1828#: n:254
1829msgid "Restore De&fault View"
1830msgstr ""
1831
1832#. TRANSLATORS: Used as a label for the surrounding box for the "Bearing"
1833#. and "Tilt angle" fields, and the "Plan view" and "Elevation" buttons in
1834#. the "what to print/export" dialog.
1835#: ../src/printing.cc:407
1836#: n:283
1837msgid "View"
1838msgstr ""
1839
1840#. TRANSLATORS: Used as a label for the surrounding box for the "survey
1841#. legs" "stations" "names" etc checkboxes in the "what to print" dialog.
1842#. "Elements" isn’t a good name for this but nothing better has yet come to
1843#. mind!
1844#: ../src/printing.cc:412
1845#: n:256
1846msgid "Elements"
1847msgstr ""
1848
1849#: ../src/printing.cc:418
1850#: n:410
1851msgid "Export format"
1852msgstr ""
1853
1854#: ../src/printing.cc:467
1855#: ../src/printing.cc:857
1856#: n:257
1857#, c-format
1858msgid "%d pages (%dx%d)"
1859msgstr ""
1860
1861#. TRANSLATORS: used in the scale drop down selector in the print
1862#. dialog the implicit meaning is "choose a suitable scale to fit
1863#. the plot on a single page", but we need something shorter
1864#: ../src/printing.cc:449
1865#: ../src/printing.cc:876
1866#: n:258
1867msgid "One page"
1868msgstr ""
1869
1870#: ../src/mainfrm.cc:167
1871#: ../src/printing.cc:480
1872#: n:259
1873msgid "Bearing"
1874msgstr ""
1875
1876#: ../src/printing.cc:521
1877#: n:260
1878msgid "Station Names"
1879msgstr ""
1880
1881#: ../src/printing.cc:517
1882#: n:261
1883msgid "Crosses"
1884msgstr ""
1885
1886#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
1887#. "survey stations".
1888#: ../src/printing.cc:507
1889#: n:262
1890msgid "Underground Survey Legs"
1891msgstr ""
1892
1893#: ../src/printing.cc:537
1894#: n:393
1895msgid "Cross-sections"
1896msgstr ""
1897
1898#: ../src/printing.cc:542
1899#: n:394
1900msgid "Walls"
1901msgstr ""
1902
1903#. TRANSLATORS: Label for checkbox which controls whether there's a
1904#. layer in the exported file (for formats such as DXF and SVG)
1905#. containing polygons for the inside of cave passages).
1906#: ../src/printing.cc:549
1907#: n:395
1908msgid "Passages"
1909msgstr ""
1910
1911#: ../src/printing.cc:553
1912#: n:421
1913msgid "Origin in centre"
1914msgstr ""
1915
1916#: ../src/printing.cc:557
1917#: n:422
1918msgid "Full coordinates"
1919msgstr ""
1920
1921#. TRANSLATORS: Used in the print dialog:
1922#: ../src/printing.cc:487
1923#: n:263
1924msgid "Tilt angle"
1925msgstr ""
1926
1927#. TRANSLATORS: used in the print dialog - controls drawing lines
1928#. around each page
1929#: ../src/printing.cc:565
1930#: n:264
1931msgid "Page Borders"
1932msgstr ""
1933
1934#. TRANSLATORS: As in the legend on a map.  Used in the print dialog -
1935#. controls drawing the box at the lower left with survey name, view
1936#. angles, etc
1937#: ../src/printing.cc:576
1938#: n:265
1939msgid "Legend"
1940msgstr ""
1941
1942#. TRANSLATORS: will be used in the print dialog - check this to print
1943#. blank pages (otherwise they’ll be skipped to save paper)
1944#: ../src/printing.cc:571
1945#: n:266
1946msgid "Blank Pages"
1947msgstr ""
1948
1949#. TRANSLATORS: Items in the "View" menu:
1950#: ../src/mainfrm.cc:842
1951#: n:270
1952msgid "Station &Names\tCtrl+N"
1953msgstr ""
1954
1955#. TRANSLATORS: Toggles drawing of 3D passages
1956#: ../src/mainfrm.cc:844
1957#: n:346
1958msgid "Passage &Tubes\tCtrl+T"
1959msgstr ""
1960
1961#. TRANSLATORS: Toggles drawing the surface of the Earth
1962#: ../src/mainfrm.cc:846
1963#: n:449
1964msgid "Terr&ain"
1965msgstr ""
1966
1967#: ../src/mainfrm.cc:847
1968#: n:271
1969msgid "&Crosses\tCtrl+X"
1970msgstr ""
1971
1972#: ../src/mainfrm.cc:848
1973#: n:297
1974msgid "&Grid\tCtrl+G"
1975msgstr ""
1976
1977#: ../src/mainfrm.cc:849
1978#: n:318
1979msgid "&Bounding Box\tCtrl+B"
1980msgstr ""
1981
1982#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
1983#. "survey stations".
1984#: ../src/mainfrm.cc:853
1985#: n:272
1986msgid "&Underground Survey Legs\tCtrl+L"
1987msgstr ""
1988
1989#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
1990#. "survey stations".
1991#: ../src/mainfrm.cc:856
1992#: n:291
1993msgid "&Surface Survey Legs\tCtrl+F"
1994msgstr ""
1995
1996#: ../src/mainfrm.cc:872
1997#: n:273
1998msgid "&Overlapping Names"
1999msgstr ""
2000
2001#: ../src/mainfrm.cc:881
2002#: n:450
2003msgid "Co&lour by"
2004msgstr ""
2005
2006#: ../src/mainfrm.cc:884
2007#: n:294
2008msgid "Highlight &Entrances"
2009msgstr ""
2010
2011#: ../src/mainfrm.cc:885
2012#: n:295
2013msgid "Highlight &Fixed Points"
2014msgstr ""
2015
2016#: ../src/mainfrm.cc:886
2017#: n:296
2018msgid "Highlight E&xported Points"
2019msgstr ""
2020
2021#: ../src/printing.cc:525
2022#: n:418
2023msgid "Entrances"
2024msgstr ""
2025
2026#: ../src/printing.cc:529
2027#: n:419
2028msgid "Fixed Points"
2029msgstr ""
2030
2031#: ../src/printing.cc:533
2032#: n:420
2033msgid "Exported Stations"
2034msgstr ""
2035
2036#: ../src/mainfrm.cc:891
2037#: n:237
2038msgid "&Perspective"
2039msgstr ""
2040
2041#: ../src/mainfrm.cc:893
2042#: n:238
2043msgid "Textured &Walls"
2044msgstr ""
2045
2046#. TRANSLATORS: Toggles OpenGL "Depth Fogging" - feel free to translate
2047#. using that term instead if it gives a better translation which most
2048#. users will understand.
2049#: ../src/mainfrm.cc:897
2050#: n:239
2051msgid "Fade Distant Ob&jects"
2052msgstr ""
2053
2054#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
2055#. "survey stations".
2056#: ../src/mainfrm.cc:900
2057#: n:298
2058msgid "Smoot&hed Survey Legs"
2059msgstr ""
2060
2061#: ../src/mainfrm.cc:906
2062#: ../src/mainfrm.cc:910
2063#: n:356
2064msgid "Full Screen &Mode\tF11"
2065msgstr ""
2066
2067#: ../src/gfxcore.cc:3959
2068#: ../src/mainfrm.cc:875
2069#: n:292
2070msgid "Colour by &Depth"
2071msgstr ""
2072
2073#: ../src/gfxcore.cc:3960
2074#: ../src/mainfrm.cc:876
2075#: n:293
2076msgid "Colour by D&ate"
2077msgstr ""
2078
2079#: ../src/gfxcore.cc:3961
2080#: ../src/mainfrm.cc:877
2081#: n:289
2082msgid "Colour by &Error"
2083msgstr ""
2084
2085#: ../src/gfxcore.cc:3962
2086#: ../src/mainfrm.cc:878
2087#: n:85
2088msgid "Colour by &Gradient"
2089msgstr ""
2090
2091#: ../src/gfxcore.cc:3963
2092#: ../src/mainfrm.cc:879
2093#: n:82
2094msgid "Colour by &Length"
2095msgstr ""
2096
2097#: n:448
2098msgid "Colour by &Survey"
2099msgstr ""
2100
2101#: ../src/mainfrm.cc:938
2102#: n:274
2103msgid "&Compass"
2104msgstr ""
2105
2106#: ../src/mainfrm.cc:939
2107#: n:275
2108msgid "C&linometer"
2109msgstr ""
2110
2111#. TRANSLATORS: The "Colour Key" is the thing in aven showing which colour
2112#. corresponds to which depth, date, survey closure error, etc.
2113#: ../src/mainfrm.cc:942
2114#: n:276
2115msgid "Colour &Key"
2116msgstr ""
2117
2118#: ../src/mainfrm.cc:943
2119#: n:277
2120msgid "&Scale Bar"
2121msgstr ""
2122
2123#: ../src/mainfrm.cc:919
2124#: n:280
2125msgid "&Reverse Sense\tCtrl+R"
2126msgstr ""
2127
2128#: ../src/mainfrm.cc:889
2129#: ../src/mainfrm.cc:928
2130#: ../src/mainfrm.cc:934
2131#: n:281
2132msgid "&Cancel Measuring Line\tEscape"
2133msgstr ""
2134
2135#: ../src/mainfrm.cc:944
2136#: n:299
2137msgid "&Indicators"
2138msgstr ""
2139
2140#: ../src/z_getopt.c:712
2141#: n:300
2142#, c-format
2143msgid "%s: option “%s” is ambiguous\n"
2144msgstr ""
2145
2146#: ../src/z_getopt.c:762
2147#: n:302
2148#, c-format
2149msgid "%s: option “%c%s” doesn’t allow an argument\n"
2150msgstr ""
2151
2152#: ../src/z_getopt.c:749
2153#: n:303
2154#, c-format
2155msgid "%s: option “--%s” doesn’t allow an argument\n"
2156msgstr ""
2157
2158#: ../src/z_getopt.c:810
2159#: n:305
2160#, c-format
2161msgid "%s: option “%s” requires an argument\n"
2162msgstr ""
2163
2164#: ../src/z_getopt.c:1182
2165#: n:306
2166#, c-format
2167msgid "%s: option requires an argument -- %c\n"
2168msgstr ""
2169
2170#: ../src/z_getopt.c:851
2171#: n:307
2172#, c-format
2173msgid "%s: unrecognized option “--%s”\n"
2174msgstr ""
2175
2176#: ../src/z_getopt.c:862
2177#: n:308
2178#, c-format
2179msgid "%s: unrecognized option “%c%s”\n"
2180msgstr ""
2181
2182#: ../src/z_getopt.c:923
2183#: n:310
2184#, c-format
2185msgid "%s: invalid option -- %c\n"
2186msgstr ""
2187
2188#: ../src/mainfrm.cc:828
2189#: n:311
2190msgid "&New Presentation"
2191msgstr ""
2192
2193#: ../src/mainfrm.cc:829
2194#: n:312
2195msgid "&Open Presentation..."
2196msgstr ""
2197
2198#: ../src/mainfrm.cc:830
2199#: n:313
2200msgid "&Save Presentation"
2201msgstr ""
2202
2203#: ../src/mainfrm.cc:831
2204#: n:314
2205msgid "Sa&ve Presentation As..."
2206msgstr ""
2207
2208#. TRANSLATORS: "Mark" as in "Mark this position"
2209#: ../src/mainfrm.cc:834
2210#: n:315
2211msgid "&Mark"
2212msgstr ""
2213
2214#. TRANSLATORS: "Play" as in "Play back a recording"
2215#: ../src/mainfrm.cc:836
2216#: n:316
2217msgid "Pla&y"
2218msgstr ""
2219
2220#: ../src/mainfrm.cc:837
2221#: n:317
2222msgid "&Export as Movie..."
2223msgstr ""
2224
2225#: ../src/mainfrm.cc:2522
2226#: n:331
2227msgid "Export Movie"
2228msgstr ""
2229
2230#: ../src/cavernlog.cc:506
2231#: ../src/mainfrm.cc:375
2232#: n:319
2233msgid "Select an output filename"
2234msgstr ""
2235
2236#: ../src/mainfrm.cc:372
2237#: ../src/mainfrm.cc:2444
2238#: n:320
2239msgid "Aven presentations"
2240msgstr ""
2241
2242#. TRANSLATORS: title of the save screenshot dialog
2243#: ../src/mainfrm.cc:2030
2244#: n:321
2245msgid "Save Screenshot"
2246msgstr ""
2247
2248#: ../src/mainfrm.cc:2439
2249#: ../src/mainfrm.cc:2442
2250#: n:322
2251msgid "Select a presentation to open"
2252msgstr ""
2253
2254#: ../src/mainfrm.cc:446
2255#: n:323
2256#, c-format
2257msgid "Error in format of presentation file “%s”"
2258msgstr ""
2259
2260#. TRANSLATORS: "Compass" as in Larry Fish’s cave
2261#. surveying package, so probably shouldn’t be translated
2262#: ../src/mainfrm.cc:1957
2263#: n:324
2264msgid "Compass PLT files"
2265msgstr ""
2266
2267#. TRANSLATORS: "CMAP" is Bob Thrun’s cave surveying
2268#. package, so don’t translate it.
2269#: ../src/mainfrm.cc:1964
2270#: n:325
2271msgid "CMAP XYZ files"
2272msgstr ""
2273
2274#. TRANSLATORS: title of message box
2275#: ../src/mainfrm.cc:2093
2276#: ../src/mainfrm.cc:2416
2277#: ../src/mainfrm.cc:2433
2278#: n:326
2279msgid "Modified Presentation"
2280msgstr ""
2281
2282#. TRANSLATORS: and the question in that box
2283#: ../src/mainfrm.cc:2091
2284#: ../src/mainfrm.cc:2415
2285#: ../src/mainfrm.cc:2432
2286#: n:327
2287msgid "The current presentation has been modified.  Abandon unsaved changes?"
2288msgstr ""
2289
2290#: ../src/mainfrm.cc:2733
2291#: ../src/mainfrm.cc:2744
2292#: n:328
2293msgid "No matches were found."
2294msgstr ""
2295
2296#. TRANSLATORS: "Find stations" button tooltip
2297#: ../src/mainfrm.cc:1035
2298#: n:332
2299msgid "Find"
2300msgstr ""
2301
2302#. TRANSLATORS: "Hide stations" button default tooltip
2303#: ../src/mainfrm.cc:1037
2304#: ../src/mainfrm.cc:2776
2305#: n:333
2306msgid "Hide"
2307msgstr ""
2308
2309#. TRANSLATORS: "Hide stations" button tooltip when stations are found
2310#: ../src/mainfrm.cc:2737
2311#: n:334
2312#, c-format
2313msgid "Hide %d found stations"
2314msgstr ""
2315
2316#: ../src/mainfrm.cc:255
2317#: ../src/mainfrm.cc:2181
2318#: ../src/mainfrm.cc:2262
2319#: ../src/mainfrm.cc:2314
2320#: n:335
2321msgid "Altitude"
2322msgstr ""
2323
2324#. TRANSLATORS: error if you try to drag multiple files to the aven
2325#. window
2326#: ../src/mainfrm.cc:711
2327#: n:336
2328msgid "You may only view one 3d file at a time."
2329msgstr ""
2330
2331#: ../src/mainfrm.cc:945
2332#: n:337
2333msgid "&Side Panel"
2334msgstr ""
2335
2336#. TRANSLATORS: show coordinates (N = North or Northing, E = East or
2337#. Easting)
2338#: ../src/mainfrm.cc:2179
2339#: ../src/mainfrm.cc:2201
2340#: ../src/mainfrm.cc:2203
2341#: ../src/mainfrm.cc:2313
2342#: n:338
2343#, c-format
2344msgid "%.2f E, %.2f N"
2345msgstr ""
2346
2347#. TRANSLATORS: Used in Aven:
2348#. From <stationname>
2349#. H: 123.45m V: 234.56m
2350#. Dist: 456.78m  Brg: 200
2351#: ../src/mainfrm.cc:2221
2352#: ../src/mainfrm.cc:2271
2353#: ../src/mainfrm.cc:2333
2354#: n:339
2355#, c-format
2356msgid "From %s"
2357msgstr ""
2358
2359#. TRANSLATORS: "H" is short for "Horizontal", "V" for "Vertical"
2360#: ../src/mainfrm.cc:2346
2361#: n:340
2362#, c-format
2363msgid "H %.2f%s, V %.2f%s"
2364msgstr ""
2365
2366#. TRANSLATORS: "Dist" is short for "Distance", "Brg" for "Bearing" (as
2367#. in Compass bearing)
2368#: ../src/mainfrm.cc:2358
2369#: n:341
2370#, c-format
2371msgid "%s: %s, Dist %.2f%s, Brg %03d%s"
2372msgstr ""
2373
2374#. TRANSLATORS: tickable menu item in View menu.
2375#.
2376#. "Metric" here means metres, km, etc (rather than feet, miles, etc)
2377#: ../src/gfxcore.cc:3950
2378#: ../src/gfxcore.cc:3970
2379#: ../src/mainfrm.cc:947
2380#: n:342
2381msgid "&Metric"
2382msgstr ""
2383
2384#. TRANSLATORS: tickable menu item in View menu.
2385#.
2386#. Degrees are the angular measurement where there are 360 in a full
2387#. circle.
2388#: ../src/gfxcore.cc:3912
2389#: ../src/gfxcore.cc:3930
2390#: ../src/gfxcore.cc:3972
2391#: ../src/mainfrm.cc:948
2392#: n:343
2393msgid "&Degrees"
2394msgstr ""
2395
2396#. TRANSLATORS: tickable menu item in View menu.
2397#.
2398#. Show the tilt of the survey as a percentage gradient (100% = 45
2399#. degrees = 50 grad).
2400#: ../src/gfxcore.cc:3935
2401#: ../src/mainfrm.cc:949
2402#: n:430
2403msgid "&Percent"
2404msgstr ""
2405
2406#. TRANSLATORS: abbreviation for "kilometres" (unit of length),
2407#. used e.g.  "5km".
2408#.
2409#. If there should be a space between the number and this, include
2410#. one in the translation.
2411#: ../src/gfxcore.cc:1267
2412#: ../src/printing.cc:1154
2413#: n:423
2414msgid "km"
2415msgstr ""
2416
2417#. TRANSLATORS: abbreviation for "metres" (unit of length), used
2418#. e.g. "10m".
2419#.
2420#. If there should be a space between the number and this, include
2421#. one in the translation.
2422#: ../src/commands.c:308
2423#: ../src/gfxcore.cc:1102
2424#: ../src/gfxcore.cc:1194
2425#: ../src/gfxcore.cc:1274
2426#: ../src/mainfrm.cc:2170
2427#: ../src/mainfrm.cc:2237
2428#: ../src/mainfrm.cc:2257
2429#: ../src/mainfrm.cc:2306
2430#: ../src/mainfrm.cc:2337
2431#: ../src/printing.cc:1156
2432#: n:424
2433msgid "m"
2434msgstr ""
2435
2436#. TRANSLATORS: abbreviation for "centimetres" (unit of length),
2437#. used e.g.  "50cm".
2438#.
2439#. If there should be a space between the number and this, include
2440#. one in the translation.
2441#: ../src/gfxcore.cc:1282
2442#: ../src/printing.cc:1159
2443#: n:425
2444msgid "cm"
2445msgstr ""
2446
2447#. TRANSLATORS: abbreviation for "miles" (unit of length,
2448#. plural), used e.g.  "2 miles".
2449#.
2450#. If there should be a space between the number and this,
2451#. include one in the translation.
2452#: ../src/gfxcore.cc:1295
2453#: n:426
2454msgid " miles"
2455msgstr ""
2456
2457#. TRANSLATORS: abbreviation for "mile" (unit of length,
2458#. singular), used e.g.  "1 mile".
2459#.
2460#. If there should be a space between the number and this,
2461#. include one in the translation.
2462#: ../src/gfxcore.cc:1302
2463#: n:427
2464msgid " mile"
2465msgstr ""
2466
2467#. TRANSLATORS: abbreviation for "feet" (unit of length), used e.g.
2468#. as "10ft".
2469#.
2470#. If there should be a space between the number and this, include
2471#. one in the translation.
2472#: ../src/commands.c:309
2473#: ../src/gfxcore.cc:1102
2474#: ../src/gfxcore.cc:1194
2475#: ../src/gfxcore.cc:1310
2476#: ../src/mainfrm.cc:2175
2477#: ../src/mainfrm.cc:2240
2478#: ../src/mainfrm.cc:2260
2479#: ../src/mainfrm.cc:2311
2480#: ../src/mainfrm.cc:2342
2481#: n:428
2482msgid "ft"
2483msgstr ""
2484
2485#. TRANSLATORS: abbreviation for "inches" (unit of length), used
2486#. e.g. as "6in".
2487#.
2488#. If there should be a space between the number and this, include
2489#. one in the translation.
2490#: ../src/gfxcore.cc:1318
2491#: n:429
2492msgid "in"
2493msgstr ""
2494
2495#. TRANSLATORS: Menu item which turns off the "north arrow" in aven.
2496#: ../src/gfxcore.cc:3907
2497#: n:387
2498msgid "&Hide Compass"
2499msgstr ""
2500
2501#. TRANSLATORS: Menu item which turns off the tilt indicator in aven.
2502#: ../src/gfxcore.cc:3925
2503#: n:384
2504msgid "&Hide Clino"
2505msgstr ""
2506
2507#. TRANSLATORS: Menu item which turns off the scale bar in aven.
2508#: ../src/gfxcore.cc:3945
2509#: n:385
2510msgid "&Hide scale bar"
2511msgstr ""
2512
2513#. TRANSLATORS: Menu item which turns off the colour key.
2514#. The "Colour Key" is the thing in aven showing which colour
2515#. corresponds to which depth, date, survey closure error, etc.
2516#: ../src/gfxcore.cc:3968
2517#: n:386
2518msgid "&Hide colour key"
2519msgstr ""
2520
2521#. TRANSLATORS: degree symbol - probably should be translated to
2522#. itself.
2523#: ../src/commands.c:311
2524#: ../src/gfxcore.cc:754
2525#: ../src/gfxcore.cc:844
2526#: ../src/gfxcore.cc:1166
2527#: ../src/mainfrm.cc:2224
2528#: ../src/mainfrm.cc:2350
2529#: ../src/printing.cc:89
2530#: n:344
2531msgid "°"
2532msgstr ""
2533
2534#. TRANSLATORS: symbol for grad (400 grad = 360 degrees = full
2535#. circle).
2536#: ../src/commands.c:312
2537#: ../src/gfxcore.cc:759
2538#: ../src/gfxcore.cc:849
2539#: ../src/gfxcore.cc:1166
2540#: n:76
2541msgid "ᵍ"
2542msgstr ""
2543
2544#. TRANSLATORS: alternative angle units (400 grad = 360 degrees =
2545#. full circle).  Try to make this as short as sensibly possible.
2546#.
2547#. E.g. in Italian and Spanish we use "g.cent." rather than
2548#. "gradi quattrocentesimali"/"grados centesimales"
2549#: ../src/mainfrm.cc:2232
2550#: ../src/mainfrm.cc:2353
2551#: n:345
2552msgid "grad"
2553msgstr ""
2554
2555#. TRANSLATORS: symbol for percentage gradient (100% = 45
2556#. degrees = 50 grad).
2557#: ../src/commands.c:313
2558#: ../src/gfxcore.cc:835
2559#: ../src/gfxcore.cc:853
2560#: n:96
2561msgid "%"
2562msgstr ""
2563
2564#. TRANSLATORS: infinity symbol - used for the percentage gradient on
2565#. vertical angles.
2566#: ../src/gfxcore.cc:829
2567#: n:431
2568msgid "∞"
2569msgstr ""
2570
2571#. TRANSLATORS: "H" is short for "Horizontal", "Brg" for "Bearing" (as
2572#. in Compass bearing)
2573#: ../src/mainfrm.cc:2244
2574#: n:374
2575#, c-format
2576msgid "%s: H %.2f%s, Brg %03d%s"
2577msgstr ""
2578
2579#. TRANSLATORS: "V" is short for "Vertical"
2580#: ../src/mainfrm.cc:2277
2581#: n:375
2582#, c-format
2583msgid "%s: V %.2f%s"
2584msgstr ""
2585
2586#. TRANSLATORS: labels for tabbed side panel this is for the tab with the
2587#. tree hierarchy of survey station names
2588#: ../src/mainfrm.cc:1092
2589#: n:376
2590msgid "Surveys"
2591msgstr ""
2592
2593#: ../src/mainfrm.cc:1093
2594#: n:377
2595msgid "Presentation"
2596msgstr ""
2597
2598#: ../src/mainfrm.cc:253
2599#: n:378
2600msgid "Easting"
2601msgstr ""
2602
2603#: ../src/mainfrm.cc:254
2604#: n:379
2605msgid "Northing"
2606msgstr ""
2607
2608#. TRANSLATORS: Aven menu items.  An “&” goes before the letter of any
2609#. accelerator key.
2610#.
2611#. The string "\t" separates the menu text and any accelerator key.
2612#.
2613#. "File" menu.  The accelerators must be different within this group.
2614#. c.f. 201, 380, 381.
2615#: ../src/mainfrm.cc:780
2616#: n:220
2617msgid "&Open...\tCtrl+O"
2618msgstr ""
2619
2620#. TRANSLATORS: Open a "Terrain file" - i.e. a digital model of the
2621#. terrain.
2622#: ../src/mainfrm.cc:783
2623#: n:453
2624msgid "Open &Terrain..."
2625msgstr ""
2626
2627#: ../src/mainfrm.cc:784
2628#: n:144
2629msgid "Show &Log"
2630msgstr ""
2631
2632#: ../src/mainfrm.cc:787
2633#: n:380
2634msgid "&Print...\tCtrl+P"
2635msgstr ""
2636
2637#: ../src/mainfrm.cc:788
2638#: n:381
2639msgid "P&age Setup..."
2640msgstr ""
2641
2642#. TRANSLATORS: In the "File" menu
2643#: ../src/mainfrm.cc:791
2644#: n:201
2645msgid "&Screenshot..."
2646msgstr ""
2647
2648#: ../src/mainfrm.cc:792
2649#: n:382
2650msgid "&Export as..."
2651msgstr ""
2652
2653#. TRANSLATORS: Title of file dialog to choose name and type of exported
2654#. file.
2655#: ../src/printing.cc:700
2656#: n:401
2657msgid "Export as:"
2658msgstr ""
2659
2660#. TRANSLATORS: Title of the export
2661#. dialog
2662#: ../src/printing.cc:354
2663#: n:383
2664msgid "Export"
2665msgstr ""
2666
2667#. TRANSLATORS: for about box:
2668#: ../src/aboutdlg.cc:141
2669#: n:390
2670msgid "System Information:"
2671msgstr ""
2672
2673#. TRANSLATORS: Title of the print preview dialog
2674#: ../src/printing.cc:737
2675#: n:398
2676msgid "Print Preview"
2677msgstr ""
2678
2679#. TRANSLATORS: Title of the print
2680#. dialog
2681#: ../src/printing.cc:351
2682#: n:399
2683msgid "Print"
2684msgstr ""
2685
2686#: ../src/printing.cc:632
2687#: n:400
2688msgid "&Print..."
2689msgstr ""
2690
2691#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
2692#. "survey stations".
2693#: ../src/printing.cc:513
2694#: n:403
2695msgid "Sur&face Survey Legs"
2696msgstr ""
2697
2698#. TRANSLATORS: Title of dialog to edit a waypoint in a presentation.
2699#: ../src/mainfrm.cc:140
2700#: n:404
2701msgid "Edit Waypoint"
2702msgstr ""
2703
2704#. TRANSLATORS: Note after "Scale" field in dialog to edit a waypoint
2705#. in a presentation.
2706#: ../src/mainfrm.cc:179
2707#: n:278
2708msgid " (unused in perspective view)"
2709msgstr ""
2710
2711#. TRANSLATORS: Field label in dialog to edit a waypoint in a
2712#. presentation.
2713#: ../src/mainfrm.cc:186
2714#: n:279
2715msgid "Time: "
2716msgstr ""
2717
2718#. TRANSLATORS: units+info after time field in dialog to edit a
2719#. waypoint in a presentation.
2720#: ../src/mainfrm.cc:190
2721#: n:282
2722msgid " secs (0 = auto; *6 = 6 times auto)"
2723msgstr ""
2724
2725#. TRANSLATORS: %s will be replaced with "Aven" currently (and
2726#. perhaps by "Survex" or other things in future).
2727#: ../src/aven.cc:232
2728#: n:405
2729#, c-format
2730msgid "This version of %s requires OpenGL to work, but it isn’t available."
2731msgstr ""
2732
2733#: ../src/readval.c:336
2734#: n:392
2735msgid "Separator in survey name"
2736msgstr ""
2737
2738#. TRANSLATORS: Used in place of the station name when talking about an
2739#. anonymous station.
2740#: ../src/labelinfo.h:82
2741#: n:56
2742msgid "anonymous station"
2743msgstr ""
2744
2745#: ../src/readval.c:119
2746#: ../src/readval.c:134
2747#: ../src/readval.c:151
2748#: n:3
2749msgid "Can't have a leg between two anonymous stations"
2750msgstr ""
2751
2752#: ../src/mainfrm.cc:869
2753#: n:406
2754msgid "Spla&y Legs"
2755msgstr ""
2756
2757#. TRANSLATORS: Item in the "Splay Legs" submenu - if this is selected,
2758#. splay legs are not shown.
2759#: ../src/mainfrm.cc:861
2760#: n:407
2761msgid "&Hide"
2762msgstr ""
2763
2764#. TRANSLATORS: Item in the "Splay Legs" submenu - if this is selected,
2765#. aven will show splay legs with less bright colours (rather than the
2766#. same as other legs "Show" or not shown "Hide").
2767#: ../src/mainfrm.cc:865
2768#: n:408
2769msgid "&Fade"
2770msgstr ""
2771
2772#. TRANSLATORS: Item in the "Splay Legs" submenu - if this is selected,
2773#. splay legs are shown the same as other legs.
2774#: ../src/mainfrm.cc:868
2775#: n:409
2776msgid "&Show"
2777msgstr ""
2778
2779#: ../src/extend.c:507
2780#: n:105
2781msgid "Reading in data - please wait…"
2782msgstr ""
2783
2784#. TRANSLATORS: for extend: the user specified breaking a loop or
2785#. changing extend direction at this station, but we didn’t find it in
2786#. the 3d file
2787#: ../src/extend.c:263
2788#: ../src/extend.c:281
2789#: ../src/extend.c:326
2790#: ../src/extend.c:368
2791#: ../src/extend.c:410
2792#: n:510
2793#, c-format
2794msgid "Failed to find station %s"
2795msgstr ""
2796
2797#. TRANSLATORS: for extend: the user specified breaking a loop or
2798#. changing extend direction at this leg, but we didn’t find it in the
2799#. 3d file
2800#: ../src/extend.c:307
2801#: ../src/extend.c:349
2802#: ../src/extend.c:391
2803#: ../src/extend.c:433
2804#: n:511
2805#, c-format
2806msgid "Failed to find leg %s → %s"
2807msgstr ""
2808
2809#. TRANSLATORS: for extend: "extend" is starting to produce an extended elevation from station %s
2810#: ../src/extend.c:254
2811#: n:512
2812#, c-format
2813msgid "Starting from station %s"
2814msgstr ""
2815
2816#. TRANSLATORS: for extend:
2817#: ../src/extend.c:274
2818#: n:513
2819#, c-format
2820msgid "Extending to the left from station %s"
2821msgstr ""
2822
2823#. TRANSLATORS: for extend:
2824#: ../src/extend.c:319
2825#: n:514
2826#, c-format
2827msgid "Extending to the right from station %s"
2828msgstr ""
2829
2830#. TRANSLATORS: for extend:
2831#: ../src/extend.c:294
2832#: n:515
2833#, c-format
2834msgid "Extending to the left from leg %s → %s"
2835msgstr ""
2836
2837#. TRANSLATORS: for extend:
2838#: ../src/extend.c:339
2839#: n:516
2840#, c-format
2841msgid "Extending to the right from leg %s → %s"
2842msgstr ""
2843
2844#. TRANSLATORS: for extend:
2845#: ../src/extend.c:403
2846#: n:517
2847#, c-format
2848msgid "Breaking survey loop at station %s"
2849msgstr ""
2850
2851#. TRANSLATORS: for extend:
2852#: ../src/extend.c:423
2853#: n:518
2854#, c-format
2855msgid "Breaking survey loop at leg %s → %s"
2856msgstr ""
2857
2858#. TRANSLATORS: for extend:
2859#: ../src/extend.c:361
2860#: n:519
2861#, c-format
2862msgid "Swapping extend direction from station %s"
2863msgstr ""
2864
2865#. TRANSLATORS: for extend:
2866#: ../src/extend.c:381
2867#: n:520
2868#, c-format
2869msgid "Swapping extend direction from leg %s → %s"
2870msgstr ""
2871
2872#. TRANSLATORS: for extend:
2873#: ../src/extend.c:551
2874#: n:521
2875#, c-format
2876msgid "Applying specfile: “%s”"
2877msgstr ""
2878
2879#. TRANSLATORS: for extend:
2880#. Used to tell the user that a file is being written - %s is the filename
2881#: ../src/extend.c:614
2882#: n:522
2883#, c-format
2884msgid "Writing %s…"
2885msgstr ""
2886
2887#. TRANSLATORS: --help output for sorterr --horizontal option
2888#: ../src/sorterr.c:53
2889#: n:179
2890msgid "sort by horizontal error factor"
2891msgstr ""
2892
2893#. TRANSLATORS: --help output for sorterr --vertical option
2894#: ../src/sorterr.c:55
2895#: n:180
2896msgid "sort by vertical error factor"
2897msgstr ""
2898
2899#. TRANSLATORS: --help output for sorterr --percentage option
2900#: ../src/sorterr.c:57
2901#: n:181
2902msgid "sort by percentage error"
2903msgstr ""
2904
2905#. TRANSLATORS: --help output for sorterr --per-leg option
2906#: ../src/sorterr.c:59
2907#: n:182
2908msgid "sort by error per leg"
2909msgstr ""
2910
2911#. TRANSLATORS: --help output for sorterr --replace option
2912#: ../src/sorterr.c:61
2913#: n:183
2914msgid "replace .err file with resorted version"
2915msgstr ""
2916
2917#: ../src/sorterr.c:81
2918#: ../src/sorterr.c:98
2919#: ../src/sorterr.c:170
2920#: n:112
2921msgid "Couldn’t parse .err file"
2922msgstr ""
2923
2924#. TRANSLATORS: for diffpos:
2925#: ../src/diffpos.c:159
2926#: n:500
2927#, c-format
2928msgid "Moved by (%3.2f,%3.2f,%3.2f): %s"
2929msgstr ""
2930
2931#. TRANSLATORS: for diffpos:
2932#: ../src/diffpos.c:196
2933#: n:501
2934#, c-format
2935msgid "Added: %s"
2936msgstr ""
2937
2938#. TRANSLATORS: for diffpos:
2939#: ../src/diffpos.c:219
2940#: n:502
2941#, c-format
2942msgid "Deleted: %s"
2943msgstr ""
2944
2945#. TRANSLATORS: The first of two warnings given when a survey which has
2946#. already been completed is reentered.  This example file crawl.svx:
2947#.
2948#. *begin crawl     ; <- second warning here
2949#. 1 2 9.45 234 -01
2950#. *end crawl
2951#. *begin crawl     ; <- first warning here
2952#. 2 3 7.67 223 -03
2953#. *end crawl
2954#.
2955#. Would lead to:
2956#.
2957#. crawl.svx:4: Reentering an existing survey is deprecated
2958#. crawl.svx:1: Originally entered here
2959#.
2960#. If you're unsure what "deprecated" means, see:
2961#. http://en.wikipedia.org/wiki/Deprecation
2962#: ../src/commands.c:575
2963#: n:29
2964msgid "Reentering an existing survey is deprecated"
2965msgstr ""
2966
2967#. TRANSLATORS: The second of two warnings given when a survey which has
2968#. already been completed is reentered.  This example file crawl.svx:
2969#.
2970#. *begin crawl
2971#. 1 2 9.45 234 -01 # <- second warning here
2972#. *end crawl
2973#. *begin crawl     # <- first warning here
2974#. 2 3 7.67 223 -03
2975#. *end crawl
2976#.
2977#. Would lead to:
2978#.
2979#. crawl.svx:3: Reentering an existing survey is deprecated
2980#. crawl.svx:1: Originally entered here
2981#.
2982#. If you're unsure what "deprecated" means, see:
2983#. http://en.wikipedia.org/wiki/Deprecation
2984#: ../src/commands.c:593
2985#: n:30
2986msgid "Originally entered here"
2987msgstr ""
2988
2989#. TRANSLATORS: Use of the ROOT character (which is "\" by default) is
2990#. deprecated, so this error would be generated by:
2991#.
2992#. *equate \foo.7 1
2993#.
2994#. If you're unsure what "deprecated" means, see:
2995#. http://en.wikipedia.org/wiki/Deprecation
2996#: ../src/commands.c:495
2997#: ../src/readval.c:85
2998#: ../src/readval.c:89
2999#: n:25
3000msgid "ROOT is deprecated"
3001msgstr ""
3002
3003#. TRANSLATORS: --help output for dump3d --rewind option
3004#: ../src/dump3d.c:51
3005#: n:204
3006msgid "rewind file and read it a second time"
3007msgstr ""
3008
3009#: ../src/dump3d.c:52
3010#: n:396
3011msgid "show survey date information (if present)"
3012msgstr ""
3013
3014#: ../src/findentrances.cc:111
3015#: ../src/gfxcore.cc:2749
3016#: ../src/gpx.cc:70
3017#: ../src/kml.cc:69
3018#: n:287
3019#, c-format
3020msgid "Failed to initialise input coordinate system “%s”"
3021msgstr ""
3022
3023#: ../src/findentrances.cc:114
3024#: ../src/gfxcore.cc:2755
3025#: ../src/gpx.cc:75
3026#: ../src/kml.cc:74
3027#: n:288
3028#, c-format
3029msgid "Failed to initialise output coordinate system “%s”"
3030msgstr ""
3031
3032#: ../src/findentrances.cc:169
3033#: n:388
3034msgid "-d PROJ_DATUM 3D_FILE"
3035msgstr ""
3036
3037#. TRANSLATORS: The PROJ library is used to do coordinate transformations
3038#. (https://trac.osgeo.org/proj/) - the user passes a string to tell PROJ
3039#. what the input datum is.
3040#: ../src/findentrances.cc:160
3041#: n:389
3042msgid "input datum as string to pass to PROJ"
3043msgstr ""
3044
3045#. TRANSLATORS: The PROJ library is used to do coordinate
3046#. transformations (https://trac.osgeo.org/proj/) - if the .3d file
3047#. doesn't contain details of the coordinate projection in use, the
3048#. user must specify it here for export formats which need to know it
3049#. (e.g. GPX).
3050#: ../src/printing.cc:592
3051#: n:440
3052msgid "Coordinate projection"
3053msgstr ""
3054
3055#: ../src/cad3d.c:661
3056#: n:100
3057msgid "do not generate station markers"
3058msgstr ""
3059
3060#: ../src/cad3d.c:662
3061#: n:101
3062msgid "do not generate station labels"
3063msgstr ""
3064
3065#: ../src/cad3d.c:663
3066#: n:102
3067msgid "do not generate survey legs"
3068msgstr ""
3069
3070#: ../src/cad3d.c:667
3071#: n:103
3072msgid "produce an elevation view"
3073msgstr ""
3074
3075#: ../src/cad3d.c:664
3076#: n:148
3077#, c-format
3078msgid "generate grid (default %sm)"
3079msgstr ""
3080
3081#: ../src/cad3d.c:665
3082#: n:149
3083#, c-format
3084msgid "station labels text height (default %s)"
3085msgstr ""
3086
3087#: ../src/cad3d.c:666
3088#: n:152
3089#, c-format
3090msgid "station marker size (default %s)"
3091msgstr ""
3092
3093#: ../src/cad3d.c:668
3094#: n:155
3095#, c-format
3096msgid "factor to scale down by (default %s)"
3097msgstr ""
3098
3099#: ../src/cad3d.c:669
3100#: n:156
3101msgid "produce DXF output"
3102msgstr ""
3103
3104#. TRANSLATORS: "Skencil" is the name of a software package, so should not be
3105#. translated.
3106#: ../src/cad3d.c:672
3107#: n:158
3108msgid "produce Skencil output"
3109msgstr ""
3110
3111#. TRANSLATORS: "Compass" and "Carto" are the names of software packages,
3112#. so should not be translated.
3113#: ../src/cad3d.c:675
3114#: n:159
3115msgid "produce Compass PLT output for Carto"
3116msgstr ""
3117
3118#: ../src/cad3d.c:676
3119#: n:160
3120msgid "produce SVG output"
3121msgstr ""
3122
3123#, c-format
3124#~ msgid "Error in format of font file “%s”"
3125#~ msgstr ""
3126
3127#. TRANSLATORS: Show the terrain as solid rather than transparent.
3128#~ msgid "Solid Su&rface"
3129#~ msgstr ""
3130
3131#. TRANSLATORS: number of stations found matching search
3132#, c-format
3133#~ msgid "%d found"
3134#~ msgstr ""
3135
3136#: ../src/mainfrm.cc:914
3137#: n:347
3138#~ msgid "&Preferences..."
3139#~ msgstr ""
3140
3141#: n:348
3142#~ msgid "Draw passage walls"
3143#~ msgstr ""
3144
3145#: n:349
3146#~ msgid "Estimate LRUD readings based on heuristics"
3147#~ msgstr ""
3148
3149#: n:350
3150#~ msgid "Mark survey stations with crosses"
3151#~ msgstr ""
3152
3153#: n:351
3154#~ msgid "Highlight stations marked as entrances"
3155#~ msgstr ""
3156
3157#: n:352
3158#~ msgid "Highlight stations marked as fixed points"
3159#~ msgstr ""
3160
3161#: n:353
3162#~ msgid "Highlight stations which are exported"
3163#~ msgstr ""
3164
3165#: n:354
3166#~ msgid "Mark survey stations with their names"
3167#~ msgstr ""
3168
3169#: n:355
3170#~ msgid "Allow names to overlap on the display (faster)"
3171#~ msgstr ""
3172
3173#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
3174#. "survey stations".
3175#: n:357
3176#~ msgid "Display underground survey legs"
3177#~ msgstr ""
3178
3179#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
3180#. "survey stations".
3181#: n:358
3182#~ msgid "Display surface survey legs"
3183#~ msgstr ""
3184
3185#: n:359
3186#~ msgid "Colour surface surveys by depth"
3187#~ msgstr ""
3188
3189#: n:360
3190#~ msgid "Draw surface legs with dashed lines"
3191#~ msgstr ""
3192
3193#: n:361
3194#~ msgid "Draw a grid"
3195#~ msgstr ""
3196
3197#: n:362
3198#~ msgid "metric units"
3199#~ msgstr ""
3200
3201#. TRANSLATORS: Miles, Feet, Inches, etc.  What they call "English units" in
3202#. the USA (rather confusingly now that England has largely gone metric!)
3203#: n:363
3204#~ msgid "imperial units"
3205#~ msgstr ""
3206
3207#. TRANSLATORS: Degrees are the angular measurement where there are 360 in a
3208#. full circle.
3209#: n:364
3210#~ msgid "degrees (°)"
3211#~ msgstr ""
3212
3213#. TRANSLATORS: Grads are the angular measurement where there are 400 in a
3214#. full circle.
3215#: n:365
3216#~ msgid "grads"
3217#~ msgstr ""
3218
3219#: n:366
3220#~ msgid "Display measurements in"
3221#~ msgstr ""
3222
3223#: n:367
3224#~ msgid "Display angles in"
3225#~ msgstr ""
3226
3227#. TRANSLATORS: reverses the sense of the mouse controls
3228#: n:368
3229#~ msgid "Reverse the sense of the controls"
3230#~ msgstr ""
3231
3232#: n:369
3233#~ msgid "Display scale bar"
3234#~ msgstr ""
3235
3236#: n:370
3237#~ msgid "Display depth bar"
3238#~ msgstr ""
3239
3240#: n:371
3241#~ msgid "Display compass"
3242#~ msgstr ""
3243
3244#: n:372
3245#~ msgid "Display clinometer"
3246#~ msgstr ""
3247
3248#: n:373
3249#~ msgid "Display side panel"
3250#~ msgstr ""
Note: See TracBrowser for help on using the repository browser.