source: git/lib/en_US.po @ 72f617b

warn-only-for-hanging-survey
Last change on this file since 72f617b was de515e0, checked in by Olly Betts <olly@…>, 6 months ago

Make warning more specific

We used to warn e.g.:

Station "bar.1" referred to by *entrance or *export but never used

Now we say either "*entrance" or "*export" depending which it actually
was.

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