source: git/lib/survex.pot @ 034141d

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

NEWS,lib/,src/netskel.c: Tweak cavern .err file output to not lose
the space in front of certain statistics when the value gets large.

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