# Survex translation template. # Copyright (C) YEAR COPYRIGHT HOLDERS # This file is distributed under the same licence as Survex. # msgid "" msgstr "" "Project-Id-Version: survex\n" "Report-Msgid-Bugs-To: olly@survex.com\n" "POT-Creation-Date: 1999-08-26 12:23:58 +0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI:SE +ZONE\n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #. TRANSLATORS: "%lu" is a placeholder for the number of bytes which Survex #. was trying to allocate space for. #: ../src/message.c:85 #: n:1 #, c-format msgid "Out of memory (couldn’t find %lu bytes)." msgstr "" #. TRANSLATORS: Feel free to translate as "or newer" instead of "or #. greater" if that gives a more natural translation. It's #. technically not quite right when there are parallel active release #. series (e.g. Survex 1.0.40 was released *after* 1.2.0), but this #. seems unlikely to confuse users. "Survex" is the name of the #. software, so should not be translated. #. #. Here "survey" is a "cave map" rather than list of questions - it should be #. translated to the terminology that cavers using the language would use. #: ../src/commands.c:2022 #: n:2 #, c-format msgid "Survex version %s or greater required to process this survey data." msgstr "" #. TRANSLATORS: Indicates a warning message e.g.: #. "spoon.svx:12: warning: *prefix is deprecated" #: ../src/aven.cc:397 #: ../src/message.c:1254 #: n:4 msgid "warning" msgstr "" #. TRANSLATORS: Indicates an error message e.g.: #. "spoon.svx:13:4: error: Field may not be omitted" #: ../src/message.c:1254 #: n:93 msgid "error" msgstr "" #. TRANSLATORS: %s is replaced by the filename of the parent file, and %u #. by the line number in that file. Your translation should also contain #. %s:%u so that automatic parsing of error messages to determine the file #. and line number still works. #: ../src/datain.c:109 #: n:5 #, c-format msgid "In file included from %s:%u:\n" msgstr "" #. TRANSLATORS: If you're unsure what "deprecated" means, see: #. http://en.wikipedia.org/wiki/Deprecation #: ../src/commands.c:560 #: n:6 msgid "*prefix is deprecated - use *begin and *end instead" msgstr "" #. TRANSLATORS: Here "station" is a survey station, not a train station. #: ../src/readval.c:206 #: n:7 #, c-format msgid "Character “%c” not allowed in station name (use *SET NAMES to set allowed characters)" msgstr "" #: ../src/readval.c:387 #: n:8 msgid "Field may not be omitted" msgstr "" #: ../src/datain.c:1530 #: ../src/datain.c:1816 #: ../src/readval.c:389 #: ../src/readval.c:430 #: ../src/readval.c:460 #: n:9 #, c-format msgid "Expecting numeric field, found “%s”" msgstr "" #: ../src/commands.c:1620 #: n:10 #, c-format msgid "Found “%s”, expecting “PRESERVE”, “TOUPPER”, or “TOLOWER”" msgstr "" #: ../src/debug.h:45 #: ../src/debug.h:47 #: ../src/matrix.c:352 #: ../src/message.c:238 #: n:11 msgid "Bug in program detected! Please report this to the authors" msgstr "" #: ../src/commands.c:2137 #: ../src/extend.c:436 #: n:12 #, c-format msgid "Unknown command “%s”" msgstr "" #. TRANSLATORS: Here "station" is a survey station, not a train station. #: ../src/netbits.c:449 #: n:13 #, c-format msgid "Station “%s” equated to itself" msgstr "" #. TRANSLATORS: Here "legs" are survey legs, i.e. measurements between #. survey stations. #: ../src/datain.c:1051 #: n:14 msgid "Compass reading may not be omitted except on plumbed legs" msgstr "" #: ../src/datain.c:284 #: ../src/extend.c:441 #: n:15 msgid "End of line not blank" msgstr "" #: ../src/cavern.c:393 #: n:16 #, c-format msgid "There were %d warning(s)." msgstr "" #. TRANSLATORS: %s is replaced by the command we attempted to run. #: ../src/cavernlog.cc:175 #: ../src/cavernlog.cc:233 #: n:17 #, c-format msgid "Couldn’t run external command: “%s”" msgstr "" #: ../src/datain.c:80 #: ../src/datain.c:88 #: ../src/datain.c:95 #: ../src/datain.c:770 #: ../src/extend.c:559 #: ../src/sorterr.c:80 #: ../src/sorterr.c:97 #: ../src/sorterr.c:240 #: n:18 msgid "Error reading file" msgstr "" #: ../src/message.c:1269 #: n:19 msgid "Too many errors - giving up" msgstr "" #. TRANSLATORS: If you're unsure what "deprecated" means, see: #. http://en.wikipedia.org/wiki/Deprecation #: ../src/commands.c:1499 #: n:20 msgid "*DEFAULT is deprecated - use *CALIBRATE/DATA/SD/UNITS with argument DEFAULT instead" msgstr "" #. TRANSLATORS: A "plumbed leg" is one measured using a plumbline #. (a weight on a string). So the problem here is that the leg is #. vertical, so a compass reading has no meaning! #: ../src/datain.c:1022 #: n:21 msgid "Compass reading given on plumbed leg" msgstr "" #: ../src/commands.c:648 #: n:22 msgid "END with no matching BEGIN in this file" msgstr "" #: ../src/datain.c:757 #: n:23 msgid "BEGIN with no matching END in this file" msgstr "" #. TRANSLATORS: Use of the ROOT character (which is "\" by default) is #. deprecated, so this error would be generated by: #. #. *equate \foo.7 1 #. #. If you're unsure what "deprecated" means, see: #. http://en.wikipedia.org/wiki/Deprecation #: ../src/commands.c:463 #: ../src/readval.c:90 #: ../src/readval.c:94 #: n:25 msgid "ROOT is deprecated" msgstr "" #. TRANSLATORS: A station must be exported out of each level it is in, so #. this would give "Station “\outer.inner.1” not exported from survey #. “\outer”)": #. #. *equate entrance outer.inner.1 #. *begin outer #. *begin inner #. *export 1 #. 1 2 1.23 045 -6 #. *end inner #. *end outer #. #. Here "survey" is a "cave map" rather than list of questions - it should be #. translated to the terminology that cavers using the language would use. #: ../src/commands.c:964 #: ../src/commands.c:966 #: ../src/listpos.c:104 #: ../src/readval.c:328 #: ../src/readval.c:331 #: n:26 #, c-format msgid "Station “%s” not exported from survey “%s”" msgstr "" #. TRANSLATORS: This error occurs if there's an attempt to #. export a station from a survey which doesn't actually exist. #. #. Here "survey" is a "cave map" rather than list of questions - it should be #. translated to the terminology that cavers using the language would use. #: ../src/listpos.c:112 #: n:286 #, c-format msgid "Reference to station “%s” from non-existent survey “%s”" msgstr "" #. TRANSLATORS: Here "station" is a survey station, not a train station. #. #. Here "survey" is a "cave map" rather than list of questions - it should be #. translated to the terminology that cavers using the language would use. #: ../src/readval.c:302 #: n:27 #, c-format msgid "“%s” can’t be both a station and a survey" msgstr "" #. TRANSLATORS: Here "station" is a survey station, not a train station. #: ../src/extend.c:248 #: ../src/extend.c:267 #: ../src/extend.c:312 #: ../src/extend.c:354 #: ../src/extend.c:396 #: ../src/readval.c:202 #: n:28 msgid "Expecting station name" msgstr "" #. TRANSLATORS: e.g. #. #. *begin crawl #. 1 2 9.45 234 -01 #. *end crawl #. *begin crawl # <- warning here #. 2 3 7.67 223 -03 #. *end crawl #. #. If you're unsure what "deprecated" means, see: #. http://en.wikipedia.org/wiki/Deprecation #: ../src/commands.c:537 #: n:29 msgid "Reentering an existing survey is deprecated" msgstr "" #: ../src/commands.c:538 #: n:30 msgid "Originally entered here" msgstr "" #: ../src/commands.c:1948 #: n:31 #, c-format msgid "Found “%s”, expecting “EQUATES”, “EXPORTS”, or “PLUMBS”" msgstr "" #: ../src/commands.c:1955 #: n:32 #, c-format msgid "Found “%s”, expecting “ON” or “OFF”" msgstr "" #. TRANSLATORS: EQUATE is a command name, so shouldn’t be #. translated. #. #. Here "station" is a survey station, not a train station. #: ../src/commands.c:924 #: n:33 msgid "Only one station in EQUATE command" msgstr "" #: ../src/commands.c:410 #: n:34 #, c-format msgid "Unknown quantity “%s”" msgstr "" #: ../src/commands.c:327 #: n:35 #, c-format msgid "Unknown units “%s”" msgstr "" #: ../src/commands.c:1788 #: ../src/commands.c:1863 #: n:434 msgid "Unknown coordinate system" msgstr "" #: ../src/commands.c:1883 #: ../src/commands.c:1908 #: n:443 #, c-format msgid "Invalid coordinate system: %s" msgstr "" #: ../src/commands.c:1870 #: ../src/commands.c:1888 #: n:435 msgid "Coordinate system unsuitable for output" msgstr "" #: ../src/commands.c:824 #: n:436 msgid "Failed to convert coordinates" msgstr "" #: ../src/commands.c:829 #: n:437 msgid "The input projection is set but the output projection isn't" msgstr "" #: ../src/commands.c:831 #: n:438 msgid "The output projection is set but the input projection isn't" msgstr "" #: ../src/commands.c:731 #: n:439 msgid "Coordinates can't be omitted when coordinate system has been specified" msgstr "" #. TRANSLATORS: Used when a BEGIN command has no survey, but the #. END command does, e.g.: #. #. *begin #. 1 2 10.00 178 -01 #. *end entrance <--[Message given here] #: ../src/commands.c:670 #: n:36 msgid "Matching BEGIN command has no survey name" msgstr "" #. TRANSLATORS: Note: In English you talk about the *units* of a single #. measurement, but the correct term in other languages may be singular. #: ../src/commands.c:340 #: n:37 #, c-format msgid "Invalid units “%s” for quantity" msgstr "" #. TRANSLATORS: nasty hack - this message is for the .3d img code, and all #. errors there take a filename parameter - we don’t really want it here, #. so lose it with "%.0s" (which should display 0 characters from the #. filename) FIXME: sort out this #: ../src/img_hosted.c:35 #: n:38 msgid "Out of memory %.0s" msgstr "" #: ../src/commands.c:403 #: n:39 #, c-format msgid "Unknown instrument “%s”" msgstr "" #. TRANSLATORS: DECLINATION is a built-in keyword, so best not to #. translate #: ../src/commands.c:1467 #: n:40 msgid "Scale factor must be 1.0 for DECLINATION" msgstr "" #. TRANSLATORS: If the scale factor for an instrument is zero, then any #. reading would be mapped to zero, which doesn't make sense. #: ../src/commands.c:1473 #: n:391 msgid "Scale factor must be non-zero" msgstr "" #: ../src/commands.c:1518 #: n:41 #, c-format msgid "Unknown setting “%s”" msgstr "" #: ../src/commands.c:448 #: n:42 #, c-format msgid "Unknown character class “%s”" msgstr "" #: ../src/extend.c:605 #: ../src/netskel.c:90 #: n:43 msgid "No survey data" msgstr "" #: ../src/filename.c:52 #: ../src/img_hosted.c:36 #: n:44 #, c-format msgid "Filename “%s” refers to directory" msgstr "" #: ../src/netartic.c:384 #: n:45 msgid "Survey not all connected to fixed stations" msgstr "" #: ../src/commands.c:854 #: ../src/datain.c:682 #: n:46 msgid "Station already fixed or equated to a fixed point" msgstr "" #: ../src/cavern.c:298 #: ../src/filename.c:55 #: ../src/img_hosted.c:37 #: n:47 #, c-format msgid "Failed to open output file “%s”" msgstr "" #: ../src/commands.c:1573 #: n:48 msgid "Standard deviation must be positive" msgstr "" #. TRANSLATORS: as in: Usage: cavern … #: ../src/cmdline.c:168 #: n:49 msgid "Usage" msgstr "" #. TRANSLATORS: Here a "survey leg" is a set of measurements between two #. "survey stations". #. #. %s is replaced by the name of the station. #: ../src/netbits.c:346 #: n:50 #, c-format msgid "Survey leg with same station (“%s”) at both ends - typing error?" msgstr "" #. TRANSLATORS: Degrees are the angular measurement where there are #. 360 in a full circle. #: ../src/datain.c:969 #: ../src/datain.c:977 #: ../src/datain.c:989 #: n:51 msgid "Clino reading over 90 degrees (absolute value)" msgstr "" #: ../src/netbits.c:464 #: n:52 #, c-format msgid "Tried to equate two non-equal fixed stations: “%s” and “%s”" msgstr "" #. TRANSLATORS: "equal" as in: #. #. *fix a 1 2 3 #. *fix b 1 2 3 #. *equate a b #: ../src/netbits.c:475 #: n:53 #, c-format msgid "Equating two equal fixed points: “%s” and “%s”" msgstr "" #. TRANSLATORS: " *fix a " gives this message: #: ../src/commands.c:741 #: n:54 msgid "FIX command with no coordinates - fixing at (0,0,0)" msgstr "" #. TRANSLATORS: *fix a 1 2 3 / *fix a 1 2 3 #: ../src/commands.c:858 #: ../src/datain.c:684 #: n:55 msgid "Station already fixed at the same coordinates" msgstr "" #. TRANSLATORS: Emitted after second and subsequent "FIX command with #. no coordinates - fixing at (0,0,0)" warnings. #: ../src/commands.c:749 #: n:441 #, c-format msgid "Already had FIX command with no coordinates for station “%s”" msgstr "" #: ../src/commands.c:1673 #: n:442 #, c-format msgid "Station “%s” fixed before CS command first used" msgstr "" #. TRANSLATORS: The *EXPORT command is only valid just after *BEGIN #. , so this would generate this error: #. #. *begin fred #. 1 2 1.23 045 -6 #. *export 2 #. *end fred #: ../src/commands.c:2151 #: n:57 msgid "*EXPORT must immediately follow “*BEGIN ”" msgstr "" #: ../src/readval.c:517 #: n:58 msgid "Invalid year (< 1900 or > 2078)" msgstr "" #. TRANSLATORS: Suspicious means something like 410 degrees or -20 #. degrees #: ../src/datain.c:867 #: ../src/datain.c:876 #: n:59 msgid "Suspicious compass reading" msgstr "" #: ../src/datain.c:1506 #: n:60 msgid "Negative tape reading" msgstr "" #: ../src/commands.c:736 #: n:61 msgid "Same station fixed twice with no coordinates" msgstr "" #. TRANSLATORS: This means that the data fed in said this. #. #. It could be a gross error (e.g. the decimal point is missing from the #. depth gauge reading) or it could just be due to random error on a near #. vertical leg #: ../src/datain.c:1205 #: n:62 msgid "Tape reading is less than change in depth" msgstr "" #. TRANSLATORS: a data "style" is something like NORMAL, DIVING, etc. #. a "reading" is one of FROM, TO, TAPE, COMPASS, CLINO for NORMAL #. neither style nor reading is a keyword in the program This error #. complains about a depth gauge reading in normal style, for example #: ../src/commands.c:1185 #: n:63 #, c-format msgid "Reading “%s” not allowed in data style “%s”" msgstr "" #. TRANSLATORS: i.e. not enough readings for the style. #: ../src/commands.c:1370 #: n:64 #, c-format msgid "Too few readings for data style “%s”" msgstr "" #. TRANSLATORS: e.g. trying to refer to an invalid FNORD data style #: ../src/commands.c:1145 #: n:65 #, c-format msgid "Data style “%s” unknown" msgstr "" #. TRANSLATORS: Here "station" is a survey station, not a train station. #. #. Exporting a station twice gives this error: #. #. *begin example #. *export 1 #. *export 1 #. 1 2 1.24 045 -6 #. *end example #: ../src/commands.c:1015 #: n:66 #, c-format msgid "Station “%s” already exported" msgstr "" #. TRANSLATORS: complains about a situation like trying to define #. two from stations per leg #: ../src/commands.c:1211 #: n:67 #, c-format msgid "Duplicate reading “%s”" msgstr "" #: ../src/commands.c:885 #: n:68 #, c-format msgid "FLAG “%s” unknown" msgstr "" #: ../src/readval.c:474 #: n:69 msgid "Missing \"" msgstr "" #. TRANSLATORS: Here "station" is a survey station, not a train station. #: ../src/listpos.c:122 #: n:70 #, c-format msgid "Station “%s” referred to just once, with an explicit survey name - typo?" msgstr "" #. TRANSLATORS: Here "station" is a survey station, not a train #. station. #: ../src/netartic.c:396 #: n:71 msgid "The following survey stations are not attached to a fixed point:" msgstr "" #: ../src/netskel.c:135 #: n:72 #, c-format msgid "Survey has no fixed points. Therefore I’ve fixed %s at (0,0,0)" msgstr "" #. TRANSLATORS: fixed survey station that is not part of any survey #: ../src/netskel.c:958 #: n:73 #, c-format msgid "Unused fixed point “%s”" msgstr "" #: ../src/matrix.c:123 #: n:74 msgid "Network solved by reduction - no simultaneous equations to solve." msgstr "" #: ../src/matrix.c:134 #: n:75 #, c-format msgid "Solving %d simultaneous equations" msgstr "" #: ../src/commands.c:1273 #: n:77 #, c-format msgid "Reading “%s” duplicates previous reading(s)" msgstr "" #: ../src/matrix.c:132 #: n:78 msgid "Solving one equation" msgstr "" #: ../src/datain.c:940 #: ../src/datain.c:1194 #: ../src/datain.c:1387 #: n:79 msgid "Negative adjusted tape reading" msgstr "" #: ../src/commands.c:2059 #: ../src/commands.c:2079 #: n:80 msgid "Date is in the future!" msgstr "" #: ../src/commands.c:2083 #: n:81 msgid "End of date range is before the start" msgstr "" #: ../src/avenprcore.cc:125 #: n:82 #, c-format msgid "Parameter “%s” has invalid value “%s” in printer configuration file" msgstr "" #. TRANSLATORS: e.g. the user specifies a passage cross-section at #. station "entrance.27", but there is no station "entrance.27" in #. the centre-line. #: ../src/netskel.c:1046 #: n:83 #, c-format msgid "Cross section specified at non-existent station “%s”" msgstr "" #. TRANSLATORS: In data with backsights, the user has tried to give a #. plumb for the foresight and a clino reading for the backsight, or #. something similar. #: ../src/datain.c:1006 #: ../src/datain.c:1030 #: n:84 msgid "CLINO and BACKCLINO readings must be of the same type" msgstr "" #: ../src/avenprcore.cc:120 #: n:85 #, c-format msgid "Parameter “%s” missing in printer configuration file" msgstr "" #: ../src/readval.c:525 #: n:86 msgid "Invalid month" msgstr "" #. TRANSLATORS: e.g. 31st of April, or 32nd of any month #: ../src/readval.c:534 #: n:87 msgid "Invalid day of the month" msgstr "" #: ../src/cavern.c:247 #: n:88 #, c-format msgid "3d file format versions %d to %d supported" msgstr "" #, c-format #~ msgid "Error in format of font file “%s”" #~ msgstr "" #: ../src/readval.c:200 #: n:89 msgid "Expecting survey name" msgstr "" #. TRANSLATORS: Program will exit shortly after printing this #: ../src/message.c:227 #: n:90 msgid "Abnormal termination" msgstr "" #: ../src/message.c:228 #: n:91 msgid "Arithmetic error" msgstr "" #. TRANSLATORS: Something is badly wrong -- the CPU tried to execute bad #. opcodes -- corrupted program? #: ../src/message.c:231 #: n:92 msgid "Illegal instruction" msgstr "" #: ../src/datain.c:401 #: ../src/extend.c:554 #: ../src/img_hosted.c:30 #: ../src/mainfrm.cc:422 #: ../src/printwx.cc:1541 #: ../src/sorterr.c:146 #: n:24 #, c-format msgid "Couldn’t open file “%s”" msgstr "" #: ../src/printwx.cc:645 #: n:402 #, c-format msgid "Couldn’t write file “%s”" msgstr "" #: ../src/message.c:232 #: n:94 msgid "Bad memory access" msgstr "" #. TRANSLATORS: If you're unsure what "deprecated" means, see: #. http://en.wikipedia.org/wiki/Deprecation #: ../src/commands.c:467 #: ../src/commands.c:540 #: ../src/commands.c:562 #: ../src/commands.c:1160 #: ../src/commands.c:1501 #: ../src/readval.c:96 #: n:95 msgid "Further uses of this deprecated feature will not be reported" msgstr "" #: ../src/message.c:233 #: n:97 msgid "Unknown signal received" msgstr "" #. TRANSLATORS: Degrees are the angular measurement where there are #. 360 in a full circle. #: ../src/datain.c:906 #: n:98 #, c-format msgid "COMPASS reading and BACKCOMPASS reading disagree by %s degrees" msgstr "" #. TRANSLATORS: Degrees are the angular measurement where #. there are 360 in a full circle. #: ../src/datain.c:1082 #: n:99 #, c-format msgid "CLINO reading and BACKCLINO reading disagree by %s degrees" msgstr "" #: ../src/cad3d.c:661 #: n:100 msgid "do not generate station markers" msgstr "" #: ../src/cad3d.c:662 #: n:101 msgid "do not generate station labels" msgstr "" #: ../src/cad3d.c:663 #: n:102 msgid "do not generate survey legs" msgstr "" #: ../src/cad3d.c:667 #: n:103 msgid "produce an elevation view" msgstr "" #: ../src/commands.c:1157 #: n:104 #, c-format msgid "“*data %s %c …” is deprecated - use “*data %s …” instead" msgstr "" #: ../src/extend.c:507 #: n:105 msgid "Reading in data - please wait…" msgstr "" #. TRANSLATORS: Perhaps the user tried to load a different type of file as #. a Survex .3d file, or the .3d file was corrupted. #: ../src/3dtopos.c:157 #: ../src/3dtopos.c:163 #: ../src/cad3d.c:909 #: ../src/cad3d.c:920 #: ../src/img_hosted.c:40 #: n:106 #, c-format msgid "Bad 3d image file “%s”" msgstr "" #. TRANSLATORS: This is the date format string used to timestamp .3d #. files internally. Probably best to keep it the same for all #. translations. #: ../src/img.c:43 #: ../src/mainfrm.cc:1441 #: n:107 #, c-format msgid "%a,%Y.%m.%d %H:%M:%S %Z" msgstr "" #. TRANSLATORS: used a processed survey with no processing date/time info #: ../src/mainfrm.cc:1434 #: n:108 msgid "Date and time not available." msgstr "" #: ../src/img_hosted.c:41 #: n:109 #, c-format msgid "Error reading from file “%s”" msgstr "" #: ../src/filename.c:79 #: ../src/img_hosted.c:42 #: ../src/mainfrm.cc:380 #: ../src/mainfrm.cc:1953 #: n:110 #, c-format msgid "Error writing to file “%s”" msgstr "" #: ../src/filename.c:82 #: n:111 msgid "Error writing to file" msgstr "" #: ../src/sorterr.c:81 #: ../src/sorterr.c:98 #: ../src/sorterr.c:170 #: n:112 msgid "Couldn’t parse .err file" msgstr "" #: ../src/cavern.c:388 #: n:113 #, c-format msgid "There were %d warning(s) and %d error(s) - no output files produced." msgstr "" #: ../src/img_hosted.c:43 #: n:114 #, c-format msgid "File “%s” has a newer format than this program can understand" msgstr "" #: ../src/printwx.cc:993 #: n:115 msgid "North" msgstr "" #. TRANSLATORS: "Elevation on" 020 <-> 200 degrees #: ../src/printwx.cc:1020 #: n:116 msgid "Elevation on" msgstr "" #: ../src/printwx.cc:450 #: n:117 msgid "P&lan view" msgstr "" #: ../src/printwx.cc:452 #: n:285 msgid "&Elevation" msgstr "" #: ../src/gfxcore.cc:802 #: ../src/mainfrm.cc:163 #: n:118 msgid "Elevation" msgstr "" #. TRANSLATORS: Label used for "clino" in Aven when the view is #. from directly above. #: ../src/gfxcore.cc:714 #: n:432 msgid "Plan" msgstr "" #. TRANSLATORS: Label used for "clino" in Aven when the view is #. from directly below. #: ../src/gfxcore.cc:724 #: n:433 msgid "Kiwi Plan" msgstr "" #: ../src/cavern.c:352 #: n:120 msgid "Calculating statistics" msgstr "" #: ../src/readval.c:488 #: n:121 msgid "Expecting string field" msgstr "" #: ../src/cmdline.c:212 #: n:122 msgid "too few arguments" msgstr "" #: ../src/cmdline.c:219 #: n:123 msgid "too many arguments" msgstr "" #: ../src/cmdline.c:178 #: ../src/cmdline.c:181 #: ../src/cmdline.c:185 #: n:124 msgid "FILE" msgstr "" #. TRANSLATORS: In French, Eric chose to use the terminology used by #. toporobot: "sequence" for the English "traverse", which makes sense #. (although toporobot actually uses this term to mean something more #. specific). Feel free to follow this lead if you can't think of a better #. term - these messages mostly indicate how processing is progressing. #. #. A trailing traverse is a dead end back to a junction. #: ../src/netskel.c:177 #: n:125 msgid "Removing trailing traverses" msgstr "" #. TRANSLATORS: In French, Eric chose to use the terminology used by #. toporobot: "sequence" for the English "traverse", which makes sense #. (although toporobot actually uses this term to mean something more #. specific). Feel free to follow this lead if you can't think of a better #. term - these messages mostly indicate how processing is progressing. #: ../src/netskel.c:236 #: n:126 msgid "Concatenating traverses" msgstr "" #. TRANSLATORS: In French, Eric chose to use the terminology used by #. toporobot: "sequence" for the English "traverse", which makes sense #. (although toporobot actually uses this term to mean something more #. specific). Feel free to follow this lead if you can't think of a better #. term - these messages mostly indicate how processing is progressing. #: ../src/netskel.c:434 #: n:127 msgid "Calculating traverses" msgstr "" #. TRANSLATORS: In French, Eric chose to use the terminology used by #. toporobot: "sequence" for the English "traverse", which makes sense #. (although toporobot actually uses this term to mean something more #. specific). Feel free to follow this lead if you can't think of a better #. term - these messages mostly indicate how processing is progressing. #. #. A trailing traverse is a dead end back to a junction. #: ../src/netskel.c:779 #: n:128 msgid "Calculating trailing traverses" msgstr "" #: ../src/network.c:82 #: n:129 msgid "Simplifying network" msgstr "" #: ../src/network.c:540 #: n:130 msgid "Calculating network" msgstr "" #: ../src/datain.c:1496 #: n:131 #, c-format msgid "Found “%s”, expecting “F” or “B”" msgstr "" #: ../src/cavern.c:449 #: n:132 #, c-format msgid "Total length of survey legs = %7.2fm (%7.2fm adjusted)" msgstr "" #: ../src/cavern.c:452 #: n:133 #, c-format msgid "Total plan length of survey legs = %7.2fm" msgstr "" #: ../src/cavern.c:455 #: n:134 #, c-format msgid "Total vertical length of survey legs = %7.2fm" msgstr "" #. TRANSLATORS: numbers are altitudes of highest and lowest stations #: ../src/cavern.c:462 #: n:135 #, c-format msgid "Vertical range = %4.2fm (from %s at %4.2fm to %s at %4.2fm)" msgstr "" #. TRANSLATORS: c.f. previous message #: ../src/cavern.c:464 #: n:136 #, c-format msgid "North-South range = %4.2fm (from %s at %4.2fm to %s at %4.2fm)" msgstr "" #. TRANSLATORS: c.f. previous two messages #: ../src/cavern.c:466 #: n:137 #, c-format msgid "East-West range = %4.2fm (from %s at %4.2fm to %s at %4.2fm)" msgstr "" #: ../src/cavern.c:434 #: n:138 msgid "There is 1 loop." msgstr "" #: ../src/cavern.c:436 #: n:139 #, c-format msgid "There are %ld loops." msgstr "" #: ../src/cavern.c:374 #: n:140 #, c-format msgid "CPU time used %5.2fs" msgstr "" #: ../src/cavern.c:377 #: n:141 #, c-format msgid "Time used %5.2fs" msgstr "" #: ../src/cavern.c:379 #: n:142 msgid "Time used unavailable" msgstr "" #: ../src/cavern.c:382 #: n:143 #, c-format msgid "Time used %5.2fs (%5.2fs CPU time)" msgstr "" #: ../src/netskel.c:744 #: n:145 #, c-format msgid "Original length %6.2fm (%3d legs), moved %6.2fm (%5.2fm/leg). " msgstr "" #: ../src/netskel.c:747 #: n:146 #, c-format msgid "Error %6.2f%%" msgstr "" #. TRANSLATORS: Here N/A means "Not Applicable" -- it means the #. traverse has zero length, so error per metre is meaningless. #. #. There should be 4 spaces between "Error" and "N/A" so that it lines #. up with the numbers in the message above. #: ../src/netskel.c:754 #: n:147 msgid "Error N/A" msgstr "" #: ../src/cad3d.c:664 #: n:148 #, c-format msgid "generate grid (default %sm)" msgstr "" #: ../src/cad3d.c:665 #: n:149 #, c-format msgid "station labels text height (default %s)" msgstr "" #: ../src/cad3d.c:666 #: n:152 #, c-format msgid "station marker size (default %s)" msgstr "" #: ../src/cad3d.c:668 #: n:155 #, c-format msgid "factor to scale down by (default %s)" msgstr "" #: ../src/cad3d.c:669 #: n:156 msgid "produce DXF output" msgstr "" #. TRANSLATORS: "Skencil" is the name of a software package, so should not be #. translated. #: ../src/cad3d.c:672 #: n:158 msgid "produce Skencil output" msgstr "" #. TRANSLATORS: "Compass" and "Carto" are the names of software packages, #. so should not be translated. #: ../src/cad3d.c:675 #: n:159 msgid "produce Compass PLT output for Carto" msgstr "" #: ../src/cad3d.c:676 #: n:160 msgid "produce SVG output" msgstr "" #. TRANSLATORS: description of --help option #: ../src/cmdline.c:138 #: n:150 msgid "display this help and exit" msgstr "" #. TRANSLATORS: description of --verbose option #: ../src/cmdline.c:141 #: n:151 msgid "output version information and exit" msgstr "" #. TRANSLATORS: in command line usage messages e.g. Usage: cavern [OPTION]… #: ../src/cmdline.c:170 #: n:153 msgid "OPTION" msgstr "" #: ../src/mainfrm.cc:167 #: ../src/printwx.cc:398 #: ../src/printwx.cc:1065 #: ../src/printwx.cc:1114 #: n:154 msgid "Scale" msgstr "" #: ../src/cmdline.c:194 #: n:157 #, c-format msgid "Try “%s --help” for more information.\n" msgstr "" #: ../src/avenprcore.cc:269 #: n:166 #, c-format msgid "Page %d of %d" msgstr "" #: ../src/avenprcore.cc:272 #: ../src/printwx.cc:1547 #: n:167 #, c-format msgid "Survey “%s” Page %d (of %d) Processed on %s" msgstr "" #. TRANSLATORS: This is used on printouts of plans, with %s replaced by #. something like "123°". The bearing is up the page. #: ../src/printwx.cc:1001 #: n:168 #, c-format msgid "Plan view, %s up page" msgstr "" #. TRANSLATORS: This is used on printouts of elevations, with %s #. replaced by something like "123°". The bearing is the direction #. we’re looking. #: ../src/printwx.cc:1039 #: n:169 #, c-format msgid "Elevation facing %s" msgstr "" #. TRANSLATORS: This is used on printouts of tilted elevations, with #. the first %s replaced by something like "123°", and the second by #. something like "-45°". The bearing is the direction we’re #. looking. #: ../src/printwx.cc:1048 #: n:284 #, c-format msgid "Elevation facing %s, tilted %s" msgstr "" #. TRANSLATORS: This is used on printouts of extended elevations. #: ../src/printwx.cc:1057 #: n:191 msgid "Extended elevation" msgstr "" #: ../src/cavern.c:420 #: n:172 msgid "Survey contains 1 survey station," msgstr "" #: ../src/cavern.c:422 #: n:173 #, c-format msgid "Survey contains %ld survey stations," msgstr "" #: ../src/cavern.c:426 #: n:174 msgid " joined by 1 leg." msgstr "" #: ../src/cavern.c:428 #: n:175 #, c-format msgid " joined by %ld legs." msgstr "" #. TRANSLATORS: node/nodes as in: "Survey has 1 2-node and 2 3-nodes." #: ../src/listpos.c:185 #: n:176 msgid "node" msgstr "" #. TRANSLATORS: node/nodes as in: "Survey has 1 2-node and 2 3-nodes." #: ../src/listpos.c:187 #: n:177 msgid "nodes" msgstr "" #. TRANSLATORS: "Connected component" in the graph theory sense - it #. means there are %ld bits of survey with no connections between them. #. This message is only used if there are more than 1. #: ../src/cavern.c:445 #: n:178 #, c-format msgid "Survey has %ld connected components." msgstr "" #. TRANSLATORS: Label for button in aven’s cavern log window which #. causes the survey data to be reprocessed. #: ../src/cavernlog.cc:400 #: ../src/cavernlog.cc:411 #: n:184 msgid "Reprocess" msgstr "" #: ../src/cmdline.c:242 #: ../src/cmdline.c:261 #: n:185 #, c-format msgid "numeric argument “%s” out of range" msgstr "" #: ../src/cmdline.c:244 #: n:186 #, c-format msgid "argument “%s” not an integer" msgstr "" #: ../src/cmdline.c:263 #: n:187 #, c-format msgid "argument “%s” not a number" msgstr "" #: ../src/commands.c:900 #: n:188 msgid "Expecting “DUPLICATE”, “SPLAY”, or “SURFACE”" msgstr "" #: ../src/commands.c:903 #: n:189 msgid "Expecting “NOT”, “DUPLICATE”, “SPLAY”, or “SURFACE”" msgstr "" #: ../src/listpos.c:82 #: n:190 #, c-format msgid "Station “%s” referred to by *entrance or *export but never used" msgstr "" #: ../src/commands.c:646 #: n:192 msgid "No matching BEGIN" msgstr "" #. TRANSLATORS: *BEGIN and *END should have the #. same if it’s given at all #: ../src/commands.c:674 #: n:193 msgid "Survey name doesn’t match BEGIN" msgstr "" #. TRANSLATORS: Used when a BEGIN command has a survey name, but the #. END command omits it, e.g.: #. #. *begin entrance #. 1 2 10.00 178 -01 #. *end <--[Message given here] #: ../src/commands.c:683 #: n:194 msgid "Survey name omitted from END" msgstr "" #. TRANSLATORS: Heading line for .pos file. Please try to ensure the “,”s #. (or at least the columns) are in the same place #: ../src/3dtopos.c:112 #: n:195 msgid "( Easting, Northing, Altitude )" msgstr "" #. TRANSLATORS: bpp is "Bits Per Pixel" #: ../src/aboutdlg.cc:188 #: n:196 #, c-format msgid "Display Depth: %d bpp" msgstr "" #. TRANSLATORS: appended to previous message if the display is colour #: ../src/aboutdlg.cc:190 #: n:197 msgid " (colour)" msgstr "" #: ../src/readval.c:513 #: ../src/readval.c:523 #: ../src/readval.c:531 #: n:198 #, c-format msgid "Expecting date, found “%s”" msgstr "" #. TRANSLATORS: --help output for --survey option. #. #. "this" has been added to English translation #: ../src/3dtopos.c:50 #: ../src/aven.cc:66 #: ../src/cad3d.c:660 #: ../src/diffpos.c:57 #: ../src/dump3d.c:49 #: ../src/extend.c:459 #: n:199 msgid "only load the sub-survey with this prefix" msgstr "" #. TRANSLATORS: --help output for aven --print option #: ../src/aven.cc:68 #: n:119 msgid "print and exit (requires a 3d file)" msgstr "" #. TRANSLATORS: --help output for cavern --percentage option #: ../src/cavern.c:125 #: n:161 msgid "display percentage progress" msgstr "" #. TRANSLATORS: --help output for cavern --output option #: ../src/cavern.c:127 #: n:162 msgid "set location for output files" msgstr "" #. TRANSLATORS: --help output for cavern --quiet option #: ../src/cavern.c:129 #: n:163 msgid "only show brief summary (-qq for errors only)" msgstr "" #. TRANSLATORS: --help output for cavern --no-auxiliary-files option #: ../src/cavern.c:131 #: n:164 msgid "do not create .err file" msgstr "" #. TRANSLATORS: --help output for cavern --warnings-are-errors option #: ../src/cavern.c:133 #: n:165 msgid "turn warnings into errors" msgstr "" #. TRANSLATORS: --help output for cavern --log option #: ../src/cavern.c:135 #: n:170 msgid "log output to .log file" msgstr "" #. TRANSLATORS: --help output for cavern --3d-version option #: ../src/cavern.c:137 #: n:171 msgid "specify the 3d file format version to output" msgstr "" #. TRANSLATORS: --help output for sorterr --horizontal option #: ../src/sorterr.c:53 #: n:179 msgid "sort by horizontal error factor" msgstr "" #. TRANSLATORS: --help output for sorterr --vertical option #: ../src/sorterr.c:55 #: n:180 msgid "sort by vertical error factor" msgstr "" #. TRANSLATORS: --help output for sorterr --percentage option #: ../src/sorterr.c:57 #: n:181 msgid "sort by percentage error" msgstr "" #. TRANSLATORS: --help output for sorterr --per-leg option #: ../src/sorterr.c:59 #: n:182 msgid "sort by error per leg" msgstr "" #. TRANSLATORS: --help output for sorterr --replace option #: ../src/sorterr.c:61 #: n:183 msgid "replace .err file with resorted version" msgstr "" #. TRANSLATORS: --help output for dump3d --rewind option #: ../src/dump3d.c:51 #: n:204 msgid "rewind file and read it a second time" msgstr "" #. TRANSLATORS: error message given by "*units tape 0 feet" - it’s #. meaningless to say your tape is marked in "0 feet" (but you might #. measure distance by counting knots on a diving line, and tie them #. every "2 feet"). #: ../src/commands.c:1417 #: n:200 msgid "*UNITS factor must be non-zero" msgstr "" #. TRANSLATORS: In the "File" menu #: ../src/mainfrm.cc:799 #: n:201 msgid "&Screenshot…" msgstr "" #: ../src/mainfrm.cc:1451 #: n:202 #, c-format msgid "No survey data in 3d file “%s”" msgstr "" #: ../src/gfxcore.cc:704 #: n:203 msgid "Facing" msgstr "" #. TRANSLATORS: for the title of the About box #: ../src/aboutdlg.cc:70 #: n:205 #, c-format msgid "About %s" msgstr "" #. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions #. - it should be translated to the terminology that cavers using the #. language would use. #. #. File->Open dialog: #: ../src/mainfrm.cc:1925 #: n:206 msgid "Select a survey file to view" msgstr "" #. TRANSLATORS: Survex is the name of the software, and "3d" refers to a #. file extension, so neither should be translated. #: ../src/mainfrm.cc:1902 #: n:207 msgid "Survex 3d files" msgstr "" #: ../src/mainfrm.cc:1917 #: ../src/mainfrm.cc:2349 #: ../src/printwx.cc:625 #: n:208 msgid "All files" msgstr "" #. TRANSLATORS: Here "survey" is a "cave map" rather than #. list of questions - it should be translated to the #. terminology that cavers using the language would use. #: ../src/mainfrm.cc:1899 #: n:229 msgid "All survey files" msgstr "" #. TRANSLATORS: Survex is the name of the software, and "svx" refers to a #. file extension, so neither should be translated. #: ../src/mainfrm.cc:1905 #: n:329 msgid "Survex svx files" msgstr "" #. TRANSLATORS: "Compass" as in Larry Fish’s cave #. surveying package, so should not be translated #: ../src/mainfrm.cc:1913 #: n:330 msgid "Compass DAT and MAK files" msgstr "" #: ../src/printwx.cc:274 #: n:411 msgid "DXF files" msgstr "" #: ../src/printwx.cc:275 #: n:412 msgid "EPS files" msgstr "" #: ../src/printwx.cc:276 #: n:413 msgid "GPX files" msgstr "" #. TRANSLATORS: Here "plotter" refers to a machine which draws a printout #. on a (usually large) sheet of paper using a pen mounted in a motorised #. mechanism. #: ../src/printwx.cc:280 #: n:414 msgid "HPGL for plotters" msgstr "" #: ../src/printwx.cc:281 #: n:444 msgid "KML files" msgstr "" #. TRANSLATORS: "Compass" and "Carto" are the names of software packages, #. so should not be translated: #. http://www.fountainware.com/compass/ #. http://www.psc-cavers.org/carto/ #: ../src/printwx.cc:286 #: n:415 msgid "Compass PLT for use with Carto" msgstr "" #. TRANSLATORS: "Skencil" is the name of a software package, so should not be #. translated: http://www.skencil.org/ #: ../src/printwx.cc:289 #: n:416 msgid "Skencil files" msgstr "" #: ../src/printwx.cc:290 #: n:417 msgid "SVG files" msgstr "" #. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions #. - it should be translated to the terminology that cavers using the #. language would use. #. #. This string is used in the about box (summarising the purpose of aven). #: ../src/aboutdlg.cc:98 #: n:209 msgid "Survey visualisation tool" msgstr "" #. TRANSLATORS: Aven menu titles. An “&” goes before the letter of any #. accelerator key. The accelerators must be different within this group #: ../src/mainfrm.cc:964 #: n:210 msgid "&File" msgstr "" #: ../src/mainfrm.cc:965 #: n:211 msgid "&Rotation" msgstr "" #: ../src/mainfrm.cc:966 #: n:212 msgid "&Orientation" msgstr "" #: ../src/mainfrm.cc:967 #: n:213 msgid "&View" msgstr "" #: ../src/mainfrm.cc:969 #: n:214 msgid "&Controls" msgstr "" #: ../src/mainfrm.cc:978 #: n:215 msgid "&Help" msgstr "" #: ../src/mainfrm.cc:971 #: n:216 msgid "&Presentation" msgstr "" #. TRANSLATORS: Summary paragraph for the GPLv2 - there are translations for #. some languages here: #. http://www.gnu.org/licenses/old-licenses/gpl-2.0-translations.html #: ../src/aboutdlg.cc:112 #: n:219 msgid "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." msgstr "" #. TRANSLATORS: Part of 3dtopos --help #: ../src/3dtopos.c:86 #: n:217 msgid "3D_FILE [POS_FILE]" msgstr "" #. TRANSLATORS: Part of diffpos --help #: ../src/diffpos.c:265 #: n:218 msgid "FILE1 FILE2 [THRESHOLD]" msgstr "" #. TRANSLATORS: Part of diffpos --help #: ../src/diffpos.c:267 #: n:255 #, c-format msgid "FILE1 and FILE2 can be .pos or .3d files\nTHRESHOLD is the max. ignorable change along any axis in metres (default %s)" msgstr "" #. TRANSLATORS: Part of extend --help #: ../src/extend.c:481 #: n:267 msgid "INPUT_3D_FILE [OUTPUT_3D_FILE]" msgstr "" #. TRANSLATORS: Part of sorterr --help #: ../src/sorterr.c:127 #: n:268 msgid "ERR_FILE [HOW_MANY]" msgstr "" #. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions #. - it should be translated to the terminology that cavers using the #. language would use. #. #. Part of aven --help #: ../src/aven.cc:115 #: ../src/aven.cc:139 #: n:269 msgid "[SURVEY_FILE]" msgstr "" #. TRANSLATORS: Aven menu items. An “&” goes before the letter of any #. accelerator key. #. #. The string "\t" separates the menu text and any accelerator key. #. #. "File" menu. The accelerators must be different within this group. #. c.f. 201, 380, 381. #: ../src/mainfrm.cc:792 #: n:220 msgid "&Open…\tCtrl+O" msgstr "" #. TRANSLATORS: Used in the "colour key" for "colour by date" if there #. are surveys without date information. Try to keep this fairly short. #: ../src/gfxcore.cc:1048 #: n:221 msgid "Undated" msgstr "" #. TRANSLATORS: Used in the "colour key" for "colour by error" for surveys #. which aren’t part of a loop and so have no error information. Try to keep #. this fairly short. #: ../src/gfxcore.cc:1073 #: n:290 msgid "Not in loop" msgstr "" #. TRANSLATORS: error from: #. #. *data normal newline from to tape compass clino #: ../src/commands.c:1261 #: n:222 msgid "NEWLINE can’t be the first reading" msgstr "" #. TRANSLATORS: error from: #. #. *data normal from to tape compass clino newline #: ../src/commands.c:1299 #: n:223 msgid "NEWLINE can’t be the last reading" msgstr "" #. TRANSLATORS: Error given by something like: #. #. *data normal station tape compass clino #. #. ("station" signifies interleaved data). #: ../src/commands.c:1322 #: n:224 msgid "Interleaved readings, but no NEWLINE" msgstr "" #. TRANSLATORS: caused by e.g. #. #. *data diving station newline depth tape compass #. #. ("depth" needs to occur before "newline"). #: ../src/commands.c:1198 #: n:225 #, c-format msgid "Reading “%s” must occur before NEWLINE" msgstr "" #. TRANSLATORS: e.g. #. #. *data normal from to tape newline compass clino #: ../src/commands.c:1251 #: n:226 msgid "NEWLINE can only be preceded by STATION, DEPTH, and COUNT" msgstr "" #. TRANSLATORS: e.g. #. #. *calibrate tape compass 1 1 #: ../src/commands.c:1455 #: n:227 msgid "Can’t calibrate angular and length quantities together" msgstr "" #: ../src/commands.c:589 #: n:397 msgid "Bad *alias command" msgstr "" #. TRANSLATORS: "Terrain file" being a digital model of the terrain (e.g. a grid of #. height values). #~ msgid "Select a terrain file to view" #~ msgstr "" #~ msgid "Terrain files" #~ msgstr "" #. TRANSLATORS: %s will be replaced by the application name ("Aven" #. currently) #: ../src/log.cc:32 #: n:228 #, c-format msgid "%s Error Log" msgstr "" #. TRANSLATORS: The text on the action button in the "Export" settings #. dialog #: ../src/printwx.cc:584 #: n:230 msgid "&Export…" msgstr "" #. TRANSLATORS: "Rotation" menu. The accelerators must be different within #. this group. Tickable menu item which toggles auto rotation #: ../src/mainfrm.cc:820 #: n:231 msgid "Au&to-Rotate\tSpace" msgstr "" #: ../src/mainfrm.cc:822 #: n:232 msgid "Speed &Up" msgstr "" #: ../src/mainfrm.cc:823 #: n:233 msgid "Slow &Down" msgstr "" #: ../src/mainfrm.cc:825 #: n:234 msgid "&Reverse Direction" msgstr "" #: ../src/mainfrm.cc:827 #: n:235 msgid "Step Once &Anticlockwise" msgstr "" #: ../src/mainfrm.cc:828 #: n:236 msgid "Step Once &Clockwise" msgstr "" #. TRANSLATORS: View *looking* North #: ../src/gfxcore.cc:3262 #: ../src/mainfrm.cc:831 #: n:240 msgid "View &North" msgstr "" #. TRANSLATORS: View *looking* East #: ../src/gfxcore.cc:3264 #: ../src/mainfrm.cc:832 #: n:241 msgid "View &East" msgstr "" #. TRANSLATORS: View *looking* South #: ../src/gfxcore.cc:3266 #: ../src/mainfrm.cc:833 #: n:242 msgid "View &South" msgstr "" #. TRANSLATORS: View *looking* West #: ../src/gfxcore.cc:3268 #: ../src/mainfrm.cc:834 #: n:243 msgid "View &West" msgstr "" #. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions #. - it should be translated to the terminology that cavers using the #. language would use. #: ../src/mainfrm.cc:839 #: n:244 msgid "Shift Survey &Left" msgstr "" #. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions #. - it should be translated to the terminology that cavers using the #. language would use. #: ../src/mainfrm.cc:843 #: n:245 msgid "Shift Survey &Right" msgstr "" #. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions #. - it should be translated to the terminology that cavers using the #. language would use. #: ../src/mainfrm.cc:847 #: n:246 msgid "Shift Survey &Up" msgstr "" #. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions #. - it should be translated to the terminology that cavers using the #. language would use. #: ../src/mainfrm.cc:851 #: n:247 msgid "Shift Survey &Down" msgstr "" #: ../src/gfxcore.cc:3285 #: ../src/mainfrm.cc:853 #: n:248 msgid "&Plan View" msgstr "" #: ../src/gfxcore.cc:3286 #: ../src/mainfrm.cc:854 #: n:249 msgid "Ele&vation" msgstr "" #: ../src/mainfrm.cc:856 #: n:250 msgid "&Higher Viewpoint" msgstr "" #: ../src/mainfrm.cc:857 #: n:251 msgid "L&ower Viewpoint" msgstr "" #: ../src/mainfrm.cc:860 #: n:252 msgid "&Zoom In\t]" msgstr "" #: ../src/mainfrm.cc:861 #: n:253 msgid "Zoo&m Out\t[" msgstr "" #: ../src/mainfrm.cc:863 #: n:254 msgid "Restore De&fault View" msgstr "" #. TRANSLATORS: Used as a label for the surrounding box for the "Bearing" #. and "Tilt angle" fields, and the "Plan view" and "Elevation" buttons in #. the "what to print/export" dialog. #: ../src/printwx.cc:362 #: n:283 msgid "View" msgstr "" #. TRANSLATORS: Used as a label for the surrounding box for the "survey #. legs" "stations" "names" etc checkboxes in the "what to print" dialog. #. "Elements" isn’t a good name for this but nothing better has yet come to #. mind! #: ../src/printwx.cc:367 #: n:256 msgid "Elements" msgstr "" #: ../src/printwx.cc:422 #: ../src/printwx.cc:797 #: n:257 #, c-format msgid "%d pages (%dx%d)" msgstr "" #. TRANSLATORS: used in the scale drop down selector in the print #. dialog the implicit meaning is "choose a suitable scale to fit #. the plot on a single page", but we need something shorter #: ../src/printwx.cc:404 #: ../src/printwx.cc:816 #: n:258 msgid "One page" msgstr "" #: ../src/mainfrm.cc:159 #: ../src/printwx.cc:435 #: n:259 msgid "Bearing" msgstr "" #: ../src/printwx.cc:474 #: n:260 msgid "Station Names" msgstr "" #: ../src/printwx.cc:470 #: n:261 msgid "Crosses" msgstr "" #. TRANSLATORS: Here a "survey leg" is a set of measurements between two #. "survey stations". #: ../src/printwx.cc:460 #: n:262 msgid "Underground Survey Legs" msgstr "" #: ../src/printwx.cc:490 #: n:393 msgid "Cross-sections" msgstr "" #: ../src/printwx.cc:495 #: n:394 msgid "Walls" msgstr "" #: ../src/printwx.cc:499 #: n:395 msgid "Passages" msgstr "" #: ../src/printwx.cc:503 #: n:421 msgid "Origin in centre" msgstr "" #: ../src/printwx.cc:507 #: n:422 msgid "Full coordinates" msgstr "" #. TRANSLATORS: Used in the print dialog: #: ../src/printwx.cc:441 #: n:263 msgid "Tilt angle" msgstr "" #. TRANSLATORS: used in the print dialog - controls drawing lines #. around each page #: ../src/printwx.cc:515 #: n:264 msgid "Page Borders" msgstr "" #. TRANSLATORS: As in the legend on a map. Used in the print dialog - #. controls drawing the box at the lower left with survey name, view #. angles, etc #: ../src/printwx.cc:526 #: n:265 msgid "Legend" msgstr "" #. TRANSLATORS: will be used in the print dialog - check this to print #. blank pages (otherwise they’ll be skipped to save paper) #: ../src/printwx.cc:521 #: n:266 msgid "Blank Pages" msgstr "" #. TRANSLATORS: Items in the "View" menu: #: ../src/mainfrm.cc:880 #: n:270 msgid "Station &Names\tCtrl+N" msgstr "" #. TRANSLATORS: Toggles drawing of 3D passages #: ../src/mainfrm.cc:882 #: n:346 msgid "Passage &Tubes\tCtrl+T" msgstr "" #: ../src/mainfrm.cc:883 #: n:271 msgid "&Crosses\tCtrl+X" msgstr "" #: ../src/mainfrm.cc:884 #: n:297 msgid "&Grid\tCtrl+G" msgstr "" #: ../src/mainfrm.cc:885 #: n:318 msgid "&Bounding Box\tCtrl+B" msgstr "" #. TRANSLATORS: Here a "survey leg" is a set of measurements between two #. "survey stations". #: ../src/mainfrm.cc:889 #: n:272 msgid "&Underground Survey Legs\tCtrl+L" msgstr "" #. TRANSLATORS: Here a "survey leg" is a set of measurements between two #. "survey stations". #: ../src/mainfrm.cc:892 #: n:291 msgid "&Surface Survey Legs\tCtrl+F" msgstr "" #: ../src/mainfrm.cc:901 #: n:273 msgid "&Overlapping Names" msgstr "" #: ../src/gfxcore.cc:3323 #: ../src/mainfrm.cc:902 #: n:292 msgid "Colour by &Depth" msgstr "" #: ../src/gfxcore.cc:3324 #: ../src/mainfrm.cc:903 #: n:293 msgid "Colour by D&ate" msgstr "" #: ../src/gfxcore.cc:3325 #: ../src/mainfrm.cc:904 #: n:289 msgid "Colour by E&rror" msgstr "" #: ../src/mainfrm.cc:906 #: n:294 msgid "Highlight &Entrances" msgstr "" #: ../src/mainfrm.cc:907 #: n:295 msgid "Highlight &Fixed Points" msgstr "" #: ../src/mainfrm.cc:908 #: n:296 msgid "Highlight E&xported Points" msgstr "" #: ../src/printwx.cc:478 #: n:418 msgid "Entrances" msgstr "" #: ../src/printwx.cc:482 #: n:419 msgid "Fixed Points" msgstr "" #: ../src/printwx.cc:486 #: n:420 msgid "Exported Stations" msgstr "" #: ../src/mainfrm.cc:913 #: n:237 msgid "&Perspective" msgstr "" #: ../src/mainfrm.cc:915 #: n:238 msgid "Textured &Walls" msgstr "" #. TRANSLATORS: Toggles OpenGL "Depth Fogging" - feel free to translate #. using that term instead if it gives a better translation which most #. users will understand. #: ../src/mainfrm.cc:919 #: n:239 msgid "Fade Distant Ob&jects" msgstr "" #. TRANSLATORS: Here a "survey leg" is a set of measurements between two #. "survey stations". #: ../src/mainfrm.cc:922 #: n:298 msgid "Smoot&hed Survey Legs" msgstr "" #: ../src/mainfrm.cc:928 #: ../src/mainfrm.cc:932 #: n:356 msgid "Full Screen &Mode\tF11" msgstr "" #: ../src/mainfrm.cc:946 #: n:274 msgid "&Compass" msgstr "" #: ../src/mainfrm.cc:947 #: n:275 msgid "C&linometer" msgstr "" #. TRANSLATORS: The "Colour Key" is the thing in aven showing which colour #. corresponds to which depth, date, survey closure error, etc. #: ../src/mainfrm.cc:950 #: n:276 msgid "Colour &Key" msgstr "" #: ../src/mainfrm.cc:951 #: n:277 msgid "&Scale Bar" msgstr "" #: ../src/mainfrm.cc:941 #: n:280 msgid "&Reverse Sense\tCtrl+R" msgstr "" #: ../src/mainfrm.cc:911 #: ../src/mainfrm.cc:943 #: n:281 msgid "&Cancel Measuring Line\tEscape" msgstr "" #: ../src/mainfrm.cc:952 #: n:299 msgid "&Indicators" msgstr "" #: ../src/z_getopt.c:697 #: ../src/z_getopt.c:709 #: n:300 #, c-format msgid "%s: option “%s” is ambiguous\n" msgstr "" #: ../src/z_getopt.c:1025 #: ../src/z_getopt.c:1036 #: n:301 #, c-format msgid "%s: option “-W %s” is ambiguous\n" msgstr "" #: ../src/z_getopt.c:753 #: ../src/z_getopt.c:757 #: n:302 #, c-format msgid "%s: option “%c%s” doesn’t allow an argument\n" msgstr "" #: ../src/z_getopt.c:742 #: ../src/z_getopt.c:745 #: n:303 #, c-format msgid "%s: option “--%s” doesn’t allow an argument\n" msgstr "" #: ../src/z_getopt.c:1060 #: ../src/z_getopt.c:1071 #: n:304 #, c-format msgid "%s: option “-W %s” doesn’t allow an argument\n" msgstr "" #: ../src/z_getopt.c:792 #: ../src/z_getopt.c:804 #: ../src/z_getopt.c:1091 #: ../src/z_getopt.c:1103 #: n:305 #, c-format msgid "%s: option “%s” requires an argument\n" msgstr "" #: ../src/z_getopt.c:962 #: ../src/z_getopt.c:973 #: ../src/z_getopt.c:1156 #: ../src/z_getopt.c:1168 #: n:306 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "" #: ../src/z_getopt.c:842 #: ../src/z_getopt.c:845 #: n:307 #, c-format msgid "%s: unrecognized option “--%s”\n" msgstr "" #: ../src/z_getopt.c:853 #: ../src/z_getopt.c:856 #: n:308 #, c-format msgid "%s: unrecognized option “%c%s”\n" msgstr "" #: ../src/z_getopt.c:903 #: ../src/z_getopt.c:906 #: n:309 #, c-format msgid "%s: illegal option -- %c\n" msgstr "" #: ../src/z_getopt.c:912 #: ../src/z_getopt.c:915 #: n:310 #, c-format msgid "%s: invalid option -- %c\n" msgstr "" #: ../src/mainfrm.cc:866 #: n:311 msgid "&New Presentation" msgstr "" #: ../src/mainfrm.cc:867 #: n:312 msgid "&Open Presentation…" msgstr "" #: ../src/mainfrm.cc:868 #: n:313 msgid "&Save Presentation" msgstr "" #: ../src/mainfrm.cc:869 #: n:314 msgid "Sa&ve Presentation As…" msgstr "" #. TRANSLATORS: "Mark" as in "Mark this position" #: ../src/mainfrm.cc:872 #: n:315 msgid "&Mark" msgstr "" #. TRANSLATORS: "Play" as in "Play back a recording" #: ../src/mainfrm.cc:874 #: n:316 msgid "Pla&y" msgstr "" #: ../src/mainfrm.cc:875 #: n:317 msgid "&Export as Movie…" msgstr "" #: ../src/mainfrm.cc:2426 #: n:331 msgid "Export Movie" msgstr "" #: ../src/mainfrm.cc:367 #: n:319 msgid "Select an output filename" msgstr "" #: ../src/mainfrm.cc:364 #: ../src/mainfrm.cc:2348 #: n:320 msgid "Aven presentations" msgstr "" #. TRANSLATORS: title of the save screenshot dialog #: ../src/mainfrm.cc:1939 #: n:321 msgid "Save Screenshot" msgstr "" #: ../src/mainfrm.cc:2343 #: ../src/mainfrm.cc:2346 #: n:322 msgid "Select a presentation to open" msgstr "" #: ../src/mainfrm.cc:446 #: n:323 #, c-format msgid "Error in format of presentation file “%s”" msgstr "" #. TRANSLATORS: "Compass" as in Larry Fish’s cave #. surveying package, so probably shouldn’t be translated #: ../src/mainfrm.cc:1909 #: n:324 msgid "Compass PLT files" msgstr "" #. TRANSLATORS: "CMAP" is Bob Thrun’s cave surveying #. package, so don’t translate it. #: ../src/mainfrm.cc:1916 #: n:325 msgid "CMAP XYZ files" msgstr "" #. TRANSLATORS: title of message box #: ../src/mainfrm.cc:2002 #: ../src/mainfrm.cc:2320 #: ../src/mainfrm.cc:2337 #: n:326 msgid "Modified Presentation" msgstr "" #. TRANSLATORS: and the question in that box #: ../src/mainfrm.cc:2000 #: ../src/mainfrm.cc:2319 #: ../src/mainfrm.cc:2336 #: n:327 msgid "The current presentation has been modified. Abandon unsaved changes?" msgstr "" #: ../src/mainfrm.cc:2637 #: ../src/mainfrm.cc:2648 #: n:328 msgid "No matches were found." msgstr "" #~ msgid "Open &Terrain…" #~ msgstr "" #~ msgid "Solid Su&rface" #~ msgstr "" #. TRANSLATORS: number of stations found matching search #, c-format #~ msgid "%d found" #~ msgstr "" #. TRANSLATORS: "Find stations" button tooltip #: ../src/mainfrm.cc:1026 #: n:332 msgid "Find" msgstr "" #. TRANSLATORS: "Hide stations" button default tooltip #: ../src/mainfrm.cc:1028 #: ../src/mainfrm.cc:2680 #: n:333 msgid "Hide" msgstr "" #. TRANSLATORS: "Hide stations" button tooltip when stations are found #: ../src/mainfrm.cc:2641 #: n:334 #, c-format msgid "Hide %d found stations" msgstr "" #: ../src/mainfrm.cc:247 #: ../src/mainfrm.cc:2085 #: ../src/mainfrm.cc:2166 #: ../src/mainfrm.cc:2218 #: n:335 msgid "Altitude" msgstr "" #. TRANSLATORS: error if you try to drag multiple files to the aven #. window #: ../src/mainfrm.cc:724 #: n:336 msgid "You may only view one 3d file at a time." msgstr "" #: ../src/mainfrm.cc:953 #: n:337 msgid "&Side Panel" msgstr "" #. TRANSLATORS: show coordinates (N = North or Northing, E = East or #. Easting) #: ../src/mainfrm.cc:2083 #: ../src/mainfrm.cc:2105 #: ../src/mainfrm.cc:2107 #: ../src/mainfrm.cc:2217 #: n:338 msgid "%.2f E, %.2f N" msgstr "" #. TRANSLATORS: Used in Aven: #. From #. H: 123.45m V: 234.56m #. Dist: 456.78m Brg: 200 #: ../src/mainfrm.cc:2125 #: ../src/mainfrm.cc:2175 #: ../src/mainfrm.cc:2237 #: n:339 #, c-format msgid "From %s" msgstr "" #. TRANSLATORS: "H" is short for "Horizontal", "V" for "Vertical" #: ../src/mainfrm.cc:2250 #: n:340 #, c-format msgid "H %.2f%s, V %.2f%s" msgstr "" #. TRANSLATORS: "Dist" is short for "Distance", "Brg" for "Bearing" (as #. in Compass bearing) #: ../src/mainfrm.cc:2262 #: n:341 #, c-format msgid "%s: %s, Dist %.2f%s, Brg %03d%s" msgstr "" #. TRANSLATORS: tickable menu item in View menu. #. #. "Metric" here means metres, km, etc (rather than feet, miles, etc) #: ../src/gfxcore.cc:3314 #: ../src/gfxcore.cc:3332 #: ../src/mainfrm.cc:955 #: n:342 msgid "&Metric" msgstr "" #. TRANSLATORS: tickable menu item in View menu. #. #. Degrees are the angular measurement where there are 360 in a full #. circle. #: ../src/gfxcore.cc:3276 #: ../src/gfxcore.cc:3294 #: ../src/mainfrm.cc:956 #: n:343 msgid "&Degrees" msgstr "" #. TRANSLATORS: tickable menu item in View menu. #. #. Show the tilt of the survey as a percentage gradient (100% = 45 #. degrees = 50 grad). #: ../src/gfxcore.cc:3299 #: ../src/mainfrm.cc:957 #: n:430 msgid "&Percent" msgstr "" #. TRANSLATORS: abbreviation for "kilometres" (unit of length), #. used e.g. "5km". #. #. If there should be a space between the number and this, include #. one in the translation. #: ../src/gfxcore.cc:1146 #: ../src/printwx.cc:1106 #: n:423 msgid "km" msgstr "" #. TRANSLATORS: abbreviation for "metres" (unit of length), used #. e.g. "10m". #. #. If there should be a space between the number and this, include #. one in the translation. #: ../src/gfxcore.cc:1018 #: ../src/gfxcore.cc:1153 #: ../src/mainfrm.cc:2074 #: ../src/mainfrm.cc:2141 #: ../src/mainfrm.cc:2161 #: ../src/mainfrm.cc:2210 #: ../src/mainfrm.cc:2241 #: ../src/printwx.cc:1108 #: n:424 msgid "m" msgstr "" #. TRANSLATORS: abbreviation for "centimetres" (unit of length), #. used e.g. "50cm". #. #. If there should be a space between the number and this, include #. one in the translation. #: ../src/gfxcore.cc:1161 #: ../src/printwx.cc:1111 #: n:425 msgid "cm" msgstr "" #. TRANSLATORS: abbreviation for "miles" (unit of length, #. plural), used e.g. "2 miles". #. #. If there should be a space between the number and this, #. include one in the translation. #: ../src/gfxcore.cc:1174 #: n:426 msgid " miles" msgstr "" #. TRANSLATORS: abbreviation for "mile" (unit of length, #. singular), used e.g. "1 mile". #. #. If there should be a space between the number and this, #. include one in the translation. #: ../src/gfxcore.cc:1181 #: n:427 msgid " mile" msgstr "" #. TRANSLATORS: abbreviation for "feet" (unit of length), used e.g. #. as "10ft". #. #. If there should be a space between the number and this, include #. one in the translation. #: ../src/gfxcore.cc:1018 #: ../src/gfxcore.cc:1189 #: ../src/mainfrm.cc:2079 #: ../src/mainfrm.cc:2144 #: ../src/mainfrm.cc:2164 #: ../src/mainfrm.cc:2215 #: ../src/mainfrm.cc:2246 #: n:428 msgid "ft" msgstr "" #. TRANSLATORS: abbreviation for "inches" (unit of length), used #. e.g. as "6in". #. #. If there should be a space between the number and this, include #. one in the translation. #: ../src/gfxcore.cc:1197 #: n:429 msgid "in" msgstr "" #. TRANSLATORS: Menu item which turns off the "north arrow" in aven. #: ../src/gfxcore.cc:3271 #: n:387 msgid "&Hide Compass" msgstr "" #. TRANSLATORS: Menu item which turns off the tilt indicator in aven. #: ../src/gfxcore.cc:3289 #: n:384 msgid "&Hide Clino" msgstr "" #. TRANSLATORS: Menu item which turns off the scale bar in aven. #: ../src/gfxcore.cc:3309 #: n:385 msgid "&Hide scale bar" msgstr "" #. TRANSLATORS: Menu item which turns off the colour key. #. The "Colour Key" is the thing in aven showing which colour #. corresponds to which depth, date, survey closure error, etc. #: ../src/gfxcore.cc:3330 #: n:386 msgid "&Hide colour key" msgstr "" #. TRANSLATORS: degree symbol - probably should be translated to #. itself. #: ../src/gfxcore.cc:693 #: ../src/gfxcore.cc:768 #: ../src/mainfrm.cc:2128 #: ../src/mainfrm.cc:2254 #: ../src/printwx.cc:997 #: ../src/printwx.cc:1025 #: ../src/printwx.cc:1029 #: ../src/printwx.cc:1033 #: ../src/printwx.cc:1043 #: n:344 msgid "°" msgstr "" #. TRANSLATORS: symbol for grad (400 grad = 360 degrees = full #. circle). #: ../src/gfxcore.cc:698 #: ../src/gfxcore.cc:773 #: n:76 msgid "ᵍ" msgstr "" #. TRANSLATORS: alternative angle units (400 grad = 360 degrees = #. full circle). Try to make this as short as sensibly possible. #. #. E.g. in Italian and Spanish we use "g.cent." rather than #. "gradi quattrocentesimali"/"grados centesimales" #: ../src/mainfrm.cc:2136 #: ../src/mainfrm.cc:2257 #: n:345 msgid "grad" msgstr "" #. TRANSLATORS: symbol for percentage gradient (100% = 45 #. degrees = 50 grad). #: ../src/gfxcore.cc:759 #: ../src/gfxcore.cc:777 #: n:96 msgid "%" msgstr "" #. TRANSLATORS: infinity symbol - used for the percentage gradient on #. vertical angles. #: ../src/gfxcore.cc:753 #: n:431 msgid "∞" msgstr "" #: ../src/mainfrm.cc:936 #: n:347 #~ msgid "&Preferences…" #~ msgstr "" #: n:348 #~ msgid "Draw passage walls" #~ msgstr "" #: n:349 #~ msgid "Estimate LRUD readings based on heuristics" #~ msgstr "" #: n:350 #~ msgid "Mark survey stations with crosses" #~ msgstr "" #: n:351 #~ msgid "Highlight stations marked as entrances" #~ msgstr "" #: n:352 #~ msgid "Highlight stations marked as fixed points" #~ msgstr "" #: n:353 #~ msgid "Highlight stations which are exported" #~ msgstr "" #: n:354 #~ msgid "Mark survey stations with their names" #~ msgstr "" #: n:355 #~ msgid "Allow names to overlap on the display (faster)" #~ msgstr "" #. TRANSLATORS: Here a "survey leg" is a set of measurements between two #. "survey stations". #: n:357 #~ msgid "Display underground survey legs" #~ msgstr "" #. TRANSLATORS: Here a "survey leg" is a set of measurements between two #. "survey stations". #: n:358 #~ msgid "Display surface survey legs" #~ msgstr "" #: n:359 #~ msgid "Colour surface surveys by depth" #~ msgstr "" #: n:360 #~ msgid "Draw surface legs with dashed lines" #~ msgstr "" #: n:361 #~ msgid "Draw a grid" #~ msgstr "" #: n:362 #~ msgid "metric units" #~ msgstr "" #. TRANSLATORS: Miles, Feet, Inches, etc. What they call "English units" in #. the USA (rather confusingly now that England has largely gone metric!) #: n:363 #~ msgid "imperial units" #~ msgstr "" #. TRANSLATORS: Degrees are the angular measurement where there are 360 in a #. full circle. #: n:364 #~ msgid "degrees (°)" #~ msgstr "" #. TRANSLATORS: Grads are the angular measurement where there are 400 in a #. full circle. #: n:365 #~ msgid "grads" #~ msgstr "" #: n:366 #~ msgid "Display measurements in" #~ msgstr "" #: n:367 #~ msgid "Display angles in" #~ msgstr "" #. TRANSLATORS: reverses the sense of the mouse controls #: n:368 #~ msgid "Reverse the sense of the controls" #~ msgstr "" #: n:369 #~ msgid "Display scale bar" #~ msgstr "" #: n:370 #~ msgid "Display depth bar" #~ msgstr "" #: n:371 #~ msgid "Display compass" #~ msgstr "" #: n:372 #~ msgid "Display clinometer" #~ msgstr "" #: n:373 #~ msgid "Display side panel" #~ msgstr "" #. TRANSLATORS: "H" is short for "Horizontal", "Brg" for "Bearing" (as #. in Compass bearing) #: ../src/mainfrm.cc:2148 #: n:374 #, c-format msgid "%s: H %.2f%s, Brg %03d%s" msgstr "" #. TRANSLATORS: "V" is short for "Vertical" #: ../src/mainfrm.cc:2181 #: n:375 #, c-format msgid "%s: V %.2f%s" msgstr "" #. TRANSLATORS: labels for tabbed side panel this is for the tab with the #. tree hierarchy of survey station names #: ../src/mainfrm.cc:1076 #: n:376 msgid "Surveys" msgstr "" #: ../src/mainfrm.cc:1077 #: n:377 msgid "Presentation" msgstr "" #: ../src/mainfrm.cc:245 #: n:378 msgid "Easting" msgstr "" #: ../src/mainfrm.cc:246 #: n:379 msgid "Northing" msgstr "" #: ../src/mainfrm.cc:795 #: n:380 msgid "&Print…\tCtrl+P" msgstr "" #: ../src/mainfrm.cc:796 #: n:381 msgid "P&age Setup…" msgstr "" #: ../src/mainfrm.cc:800 #: n:382 msgid "&Export as…" msgstr "" #. TRANSLATORS: Title of file dialog to choose name and type of exported #. file. #: ../src/printwx.cc:631 #: n:401 msgid "Export as:" msgstr "" #. TRANSLATORS: Title of the export #. dialog #: ../src/printwx.cc:308 #: n:383 msgid "Export" msgstr "" #. TRANSLATORS: for about box: #: ../src/aboutdlg.cc:149 #: n:390 msgid "System Information:" msgstr "" #. TRANSLATORS: Title of the print preview dialog #: ../src/printwx.cc:668 #: n:398 msgid "Print Preview" msgstr "" #. TRANSLATORS: Title of the print #. dialog #: ../src/printwx.cc:305 #: n:399 msgid "Print" msgstr "" #: ../src/printwx.cc:579 #: n:400 msgid "&Print…" msgstr "" #. TRANSLATORS: Here a "survey leg" is a set of measurements between two #. "survey stations". #: ../src/printwx.cc:466 #: n:403 msgid "Sur&face Survey Legs" msgstr "" #. TRANSLATORS: Title of dialog to edit a waypoint in a presentation. #: ../src/mainfrm.cc:132 #: n:404 msgid "Edit Waypoint" msgstr "" #. TRANSLATORS: Note after "Scale" field in dialog to edit a waypoint #. in a presentation. #: ../src/mainfrm.cc:171 #: n:278 msgid " (unused in perspective view)" msgstr "" #. TRANSLATORS: Field label in dialog to edit a waypoint in a #. presentation. #: ../src/mainfrm.cc:178 #: n:279 msgid "Time: " msgstr "" #. TRANSLATORS: units+info after time field in dialog to edit a #. waypoint in a presentation. #: ../src/mainfrm.cc:182 #: n:282 msgid " secs (0 = auto; *6 = 6 times auto)" msgstr "" #. TRANSLATORS: %s will be replaced with "Aven" currently (and #. perhaps by "Survex" or other things in future). #: ../src/aven.cc:230 #: n:405 #, c-format msgid "This version of %s requires OpenGL to work, but it isn’t available." msgstr "" #. TRANSLATORS: for diffpos: #: ../src/diffpos.c:159 #: n:500 #, c-format msgid "Moved by (%3.2f,%3.2f,%3.2f): %s" msgstr "" #. TRANSLATORS: for diffpos: #: ../src/diffpos.c:196 #: n:501 #, c-format msgid "Added: %s" msgstr "" #. TRANSLATORS: for diffpos: #: ../src/diffpos.c:219 #: n:502 #, c-format msgid "Deleted: %s" msgstr "" #. TRANSLATORS: for extend: the user specified breaking a loop or #. changing extend direction at this station, but we didn’t find it in #. the 3d file #: ../src/extend.c:263 #: ../src/extend.c:281 #: ../src/extend.c:326 #: ../src/extend.c:368 #: ../src/extend.c:410 #: n:510 #, c-format msgid "Failed to find station %s" msgstr "" #. TRANSLATORS: for extend: the user specified breaking a loop or #. changing extend direction at this leg, but we didn’t find it in the #. 3d file #: ../src/extend.c:307 #: ../src/extend.c:349 #: ../src/extend.c:391 #: ../src/extend.c:433 #: n:511 #, c-format msgid "Failed to find leg %s → %s" msgstr "" #. TRANSLATORS: for extend: "extend" is starting to produce an extended elevation from station %s #: ../src/extend.c:254 #: n:512 #, c-format msgid "Starting from station %s" msgstr "" #. TRANSLATORS: for extend: #: ../src/extend.c:274 #: n:513 #, c-format msgid "Extending to the left from station %s" msgstr "" #. TRANSLATORS: for extend: #: ../src/extend.c:319 #: n:514 #, c-format msgid "Extending to the right from station %s" msgstr "" #. TRANSLATORS: for extend: #: ../src/extend.c:294 #: n:515 #, c-format msgid "Extending to the left from leg %s → %s" msgstr "" #. TRANSLATORS: for extend: #: ../src/extend.c:339 #: n:516 #, c-format msgid "Extending to the right from leg %s → %s" msgstr "" #. TRANSLATORS: for extend: #: ../src/extend.c:403 #: n:517 #, c-format msgid "Breaking survey loop at station %s" msgstr "" #. TRANSLATORS: for extend: #: ../src/extend.c:423 #: n:518 #, c-format msgid "Breaking survey loop at leg %s → %s" msgstr "" #. TRANSLATORS: for extend: #: ../src/extend.c:361 #: n:519 #, c-format msgid "Swapping extend direction from station %s" msgstr "" #. TRANSLATORS: for extend: #: ../src/extend.c:381 #: n:520 #, c-format msgid "Swapping extend direction from leg %s → %s" msgstr "" #. TRANSLATORS: for extend: #: ../src/extend.c:551 #: n:521 #, c-format msgid "Applying specfile: “%s”" msgstr "" #. TRANSLATORS: for extend: #. Used to tell the user that a file is being written - %s is the filename #: ../src/extend.c:614 #: n:522 #, c-format msgid "Writing %s…" msgstr "" #: ../src/findentrances.cc:100 #: ../src/gpx.cc:70 #: ../src/kml.cc:69 #: n:287 #, c-format msgid "Failed to initialise input coordinate system “%s”" msgstr "" #: ../src/findentrances.cc:103 #: ../src/gpx.cc:75 #: ../src/kml.cc:74 #: n:288 #, c-format msgid "Failed to initialise output coordinate system “%s”" msgstr "" #: ../src/findentrances.cc:158 #: n:388 msgid "-d PROJ_DATUM 3D_FILE" msgstr "" #. TRANSLATORS: The PROJ library is used to do coordinate transformations #. (https://trac.osgeo.org/proj/) - the user passes a string to tell PROJ #. what the input datum is. #: ../src/findentrances.cc:149 #: n:389 msgid "input datum as string to pass to PROJ" msgstr "" #. TRANSLATORS: The PROJ library is used to do coordinate transformations #. (https://trac.osgeo.org/proj/) - if the .3d file doesn't contain details #. of the coordinate projection in use, the user must specify it here for #. export formats which need to know it (e.g. GPX). #: ../src/printwx.cc:540 #: n:440 msgid "Coordinate projection" msgstr "" #: ../src/readval.c:341 #: n:392 msgid "Separator in survey name" msgstr "" #. TRANSLATORS: Used in place of the station name when talking about an #. anonymous station. #: ../src/labelinfo.h:81 #: n:56 msgid "anonymous station" msgstr "" #: ../src/readval.c:124 #: ../src/readval.c:139 #: ../src/readval.c:156 #: n:3 msgid "Can't have a leg between two anonymous stations" msgstr "" #: ../src/dump3d.c:52 #: n:396 msgid "show survey date information (if present)" msgstr "" #: ../src/mainfrm.cc:898 #: n:406 msgid "Spla&y Legs" msgstr "" #: ../src/mainfrm.cc:895 #: n:407 msgid "&Hide" msgstr "" #: ../src/mainfrm.cc:896 #: n:408 msgid "&Fade" msgstr "" #: ../src/mainfrm.cc:897 #: n:409 msgid "&Show" msgstr "" #: ../src/printwx.cc:373 #: n:410 msgid "Export format" msgstr "" #: ../src/printwx.cc:284 #: n:445 msgid "JSON files" msgstr ""