source: git/lib/survex.pot @ 31f1db0

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

lib/survex.pot: Update line number references, and reorder messages
a bit so some which are lower priority to translate are later in the
file.
lib/: Merge .pot changes.

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