source: git/lib/survex.pot @ e16ab0b

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

lib/survex.pot: Add another TRANSLATORS comment.

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