source: git/lib/en_US.po @ 29c302d

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

lib/: Merge translation updates from launchpad.

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