source: git/lib/pt_BR.po @ 31f1db0

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

lib/survex.pot: Update line number references, and reorder messages
a bit so some which are lower priority to translate are later in the
file.
lib/: Merge .pot changes.

  • Property mode set to 100644
File size: 79.0 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"
[dd83970]6"PO-Revision-Date: 2014-01-15 22:05:08 +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: pt_BR\n"
[d86459c]13
[a665282]14#. TRANSLATORS: "%lu" is a placeholder for the number of bytes which Survex
15#. was trying to allocate space for.
16#: ../src/message.c:85
[4a78370]17#: n:1
[d86459c]18#, c-format
[ee7511a]19msgid "Out of memory (couldn’t find %lu bytes)."
[d86459c]20msgstr "Memória insuficiente (são necesssários mais %lu bytes)."
21
[31f1db0]22#. TRANSLATORS: %s will be replaced by the filename that we were trying
23#. to read when we ran out of memory.
24#: ../src/img_hosted.c:34
25#: n:38
26#, fuzzy, c-format
27msgid "Out of memory trying to read file “%s”"
28msgstr "Memória insuficiente: “%s”"
29
[a665282]30#. TRANSLATORS: Feel free to translate as "or newer" instead of "or
31#. greater" if that gives a more natural translation.  It's
32#. technically not quite right when there are parallel active release
33#. series (e.g. Survex 1.0.40 was released *after* 1.2.0), but this
[a7d4233]34#. seems unlikely to confuse users.  "Survex" is the name of the
35#. software, so should not be translated.
36#.
37#. Here "survey" is a "cave map" rather than list of questions - it should be
38#. translated to the terminology that cavers using the language would use.
39#: ../src/commands.c:2022
[4a78370]40#: n:2
[d86459c]41#, c-format
42msgid "Survex version %s or greater required to process this survey data."
43msgstr "Para processar estes dados é necessária a versão %s (ou posterior) do Survex."
44
45#. TRANSLATORS: Indicates a warning message e.g.:
46#. "spoon.svx:12: warning: *prefix is deprecated"
[a7d4233]47#: ../src/aven.cc:397
[31f1db0]48#: ../src/cavernlog.cc:242
49#: ../src/message.c:1255
[4a78370]50#: n:4
[d86459c]51msgid "warning"
[571547c]52msgstr "aviso"
[d86459c]53
[31f1db0]54#. TRANSLATORS: Indicates an error message e.g.:
55#. "spoon.svx:13:4: error: Field may not be omitted"
56#: ../src/cavernlog.cc:241
57#: ../src/message.c:1259
58#: n:93
59msgid "error"
60msgstr ""
61
[a665282]62#. TRANSLATORS: %s is replaced by the filename of the parent file, and %u
[a7d4233]63#. by the line number in that file.  Your translation should also contain
64#. %s:%u so that automatic parsing of error messages to determine the file
65#. and line number still works.
66#: ../src/datain.c:109
[4a78370]67#: n:5
68#, c-format
[715720f]69msgid "In file included from %s:%u:\n"
70msgstr "No arquivo incluído em %s:%u:\n"
[d86459c]71
[63a4d47]72#. TRANSLATORS: If you're unsure what "deprecated" means, see:
73#. http://en.wikipedia.org/wiki/Deprecation
[dfc141d]74#: ../src/commands.c:560
[4a78370]75#: n:6
[d86459c]76msgid "*prefix is deprecated - use *begin and *end instead"
77msgstr "*prefix descontinuado - use *begin e *end em seu lugar"
78
[1c6c300]79#. TRANSLATORS: Here "station" is a survey station, not a train station.
[a665282]80#: ../src/readval.c:206
[4a78370]81#: n:7
[d86459c]82#, c-format
[0804fbe]83msgid "Character “%c” not allowed in station name (use *SET NAMES to set allowed characters)"
84msgstr "Caractere “%c” não permitido em nome de base (use *SET NAMES para configurar os caracteres permitidos)"
[d86459c]85
[a7d4233]86#: ../src/readval.c:387
[4a78370]87#: n:8
[d86459c]88msgid "Field may not be omitted"
89msgstr "Campo não pode ser omitido"
90
[a7d4233]91#: ../src/datain.c:1530
92#: ../src/datain.c:1816
93#: ../src/readval.c:389
94#: ../src/readval.c:430
95#: ../src/readval.c:460
[4a78370]96#: n:9
[d86459c]97#, c-format
[0804fbe]98msgid "Expecting numeric field, found “%s”"
99msgstr "Esperava valor numérico, encontrei “%s”"
[d86459c]100
[a7d4233]101#: ../src/commands.c:1620
[4a78370]102#: n:10
[d86459c]103#, c-format
[0804fbe]104msgid "Found “%s”, expecting “PRESERVE”, “TOUPPER”, or “TOLOWER”"
[571547c]105msgstr "Encontrado “%s”, quando era esperado “PRESERVE”, “TOUPPER” ou “TOLOWER”"
[d86459c]106
107#: ../src/debug.h:45
108#: ../src/debug.h:47
[f8c981b]109#: ../src/matrix.c:352
[a665282]110#: ../src/message.c:238
[4a78370]111#: n:11
[d86459c]112msgid "Bug in program detected! Please report this to the authors"
113msgstr "Erro no programa! Por favor, comunique aos autores"
114
[a7d4233]115#: ../src/commands.c:2137
116#: ../src/extend.c:436
[4a78370]117#: n:12
[d86459c]118#, c-format
[0804fbe]119msgid "Unknown command “%s”"
120msgstr "Comando desconhecido “%s”"
[d86459c]121
[1c6c300]122#. TRANSLATORS: Here "station" is a survey station, not a train station.
[a7d4233]123#: ../src/netbits.c:449
[4a78370]124#: n:13
[d86459c]125#, c-format
[0804fbe]126msgid "Station “%s” equated to itself"
127msgstr "Base “%s” igualada a ela mesma"
[d86459c]128
[a665282]129#. TRANSLATORS: Here "legs" are survey legs, i.e. measurements between
130#. survey stations.
[a7d4233]131#: ../src/datain.c:1051
[4a78370]132#: n:14
[d86459c]133msgid "Compass reading may not be omitted except on plumbed legs"
134msgstr "Azimute não pode ser omitido exceto em visadas em prumo"
135
[a7d4233]136#: ../src/datain.c:284
137#: ../src/extend.c:441
[4a78370]138#: n:15
[d86459c]139msgid "End of line not blank"
140msgstr "Final da linha não está em branco"
141
[a720caa]142#: ../src/cavern.c:393
[4a78370]143#: n:16
[d86459c]144#, c-format
145msgid "There were %d warning(s)."
146msgstr "Há %d alerta(s)."
147
[3d3fb6c]148#. TRANSLATORS: %s is replaced by the command we attempted to run.
[a665282]149#: ../src/cavernlog.cc:175
150#: ../src/cavernlog.cc:233
[4a78370]151#: n:17
[07e28a3]152#, c-format
[3d3fb6c]153msgid "Couldn’t run external command: “%s”"
[07e28a3]154msgstr "A execução do comando “%s” falhou"
[d86459c]155
156#: ../src/datain.c:80
157#: ../src/datain.c:88
158#: ../src/datain.c:95
[a7d4233]159#: ../src/datain.c:770
160#: ../src/extend.c:559
[a665282]161#: ../src/sorterr.c:80
162#: ../src/sorterr.c:97
163#: ../src/sorterr.c:240
[4a78370]164#: n:18
[d86459c]165msgid "Error reading file"
[571547c]166msgstr "Erro ao ler o arquivo"
[d86459c]167
[31f1db0]168#: ../src/message.c:1275
[4a78370]169#: n:19
[d86459c]170msgid "Too many errors - giving up"
[571547c]171msgstr "Hà muitos erros - desistindo"
[d86459c]172
[63a4d47]173#. TRANSLATORS: If you're unsure what "deprecated" means, see:
174#. http://en.wikipedia.org/wiki/Deprecation
[a7d4233]175#: ../src/commands.c:1499
[4a78370]176#: n:20
[d86459c]177msgid "*DEFAULT is deprecated - use *CALIBRATE/DATA/SD/UNITS with argument DEFAULT instead"
178msgstr "*DEFAULT decontinuado - use *CALIBRATE/DATA/SD/UNITS com argumento DEFAULT em seu lugar"
179
[a665282]180#. TRANSLATORS: A "plumbed leg" is one measured using a plumbline
181#. (a weight on a string).  So the problem here is that the leg is
182#. vertical, so a compass reading has no meaning!
[a7d4233]183#: ../src/datain.c:1022
[4a78370]184#: n:21
[d86459c]185msgid "Compass reading given on plumbed leg"
186msgstr "Azimute fornecido numa visada vertical"
187
[dfc141d]188#: ../src/commands.c:648
[4a78370]189#: n:22
[d86459c]190msgid "END with no matching BEGIN in this file"
191msgstr "END sem o BEGIN correspondente neste arquivo"
192
[a7d4233]193#: ../src/datain.c:757
[4a78370]194#: n:23
[d86459c]195msgid "BEGIN with no matching END in this file"
196msgstr "BEGIN sem o END correspondente neste arquivo"
197
[63a4d47]198#. TRANSLATORS: Use of the ROOT character (which is "\" by default) is
199#. deprecated, so this error would be generated by:
200#.
[d86459c]201#. *equate \foo.7 1
[63a4d47]202#.
203#. If you're unsure what "deprecated" means, see:
204#. http://en.wikipedia.org/wiki/Deprecation
[11f3c9a]205#: ../src/commands.c:463
[9e5ad92]206#: ../src/readval.c:90
207#: ../src/readval.c:94
[4a78370]208#: n:25
[d86459c]209msgid "ROOT is deprecated"
210msgstr "ROOT descontinuado"
211
[a665282]212#. TRANSLATORS: A station must be exported out of each level it is in, so
213#. this would give "Station “\outer.inner.1” not exported from survey
214#. “\outer”)":
215#.
[d86459c]216#. *equate entrance outer.inner.1
217#. *begin outer
218#. *begin inner
219#. *export 1
220#. 1 2 1.23 045 -6
221#. *end inner
222#. *end outer
[a7d4233]223#.
224#. Here "survey" is a "cave map" rather than list of questions - it should be
225#. translated to the terminology that cavers using the language would use.
226#: ../src/commands.c:964
227#: ../src/commands.c:966
[dfc141d]228#: ../src/listpos.c:104
[a7d4233]229#: ../src/readval.c:328
230#: ../src/readval.c:331
[4a78370]231#: n:26
[d86459c]232#, c-format
[0804fbe]233msgid "Station “%s” not exported from survey “%s”"
234msgstr "Base “%s” não exportada da topo “%s”"
[d86459c]235
[a665282]236#. TRANSLATORS: This error occurs if there's an attempt to
237#. export a station from a survey which doesn't actually exist.
[a7d4233]238#.
239#. Here "survey" is a "cave map" rather than list of questions - it should be
240#. translated to the terminology that cavers using the language would use.
241#: ../src/listpos.c:112
[4a78370]242#: n:286
[571547c]243#, c-format
244msgid "Reference to station “%s” from non-existent survey “%s”"
245msgstr ""
246
[a7d4233]247#. TRANSLATORS: Here "station" is a survey station, not a train station.
248#.
249#. Here "survey" is a "cave map" rather than list of questions - it should be
250#. translated to the terminology that cavers using the language would use.
251#: ../src/readval.c:302
[4a78370]252#: n:27
[d86459c]253#, c-format
[ee7511a]254msgid "“%s” can’t be both a station and a survey"
[0804fbe]255msgstr "“%s” não pode ser nome de base e de topografia ao mesmo tempo"
[d86459c]256
[a7d4233]257#. TRANSLATORS: Here "station" is a survey station, not a train station.
258#: ../src/extend.c:248
259#: ../src/extend.c:267
260#: ../src/extend.c:312
261#: ../src/extend.c:354
262#: ../src/extend.c:396
[9e5ad92]263#: ../src/readval.c:202
[4a78370]264#: n:28
[d86459c]265msgid "Expecting station name"
[8fa7902]266msgstr "Esperava um nome de base"
[d86459c]267
[eb9a1e3]268#. TRANSLATORS: e.g.
269#.
270#. *begin crawl
271#. 1 2 9.45 234 -01
272#. *end crawl
273#. *begin crawl    # <- warning here
274#. 2 3 7.67 223 -03
275#. *end crawl
[63a4d47]276#.
277#. If you're unsure what "deprecated" means, see:
278#. http://en.wikipedia.org/wiki/Deprecation
[dfc141d]279#: ../src/commands.c:537
[4a78370]280#: n:29
[eb9a1e3]281#, fuzzy
282msgid "Reentering an existing survey is deprecated"
[d86459c]283msgstr "A re-utilização de um prefixo é desaconselhada"
284
[dfc141d]285#: ../src/commands.c:538
[4a78370]286#: n:30
[d86459c]287msgid "Originally entered here"
288msgstr "Prefixo usado originalmente aqui"
289
[a7d4233]290#: ../src/commands.c:1948
[4a78370]291#: n:31
[d86459c]292#, c-format
[0804fbe]293msgid "Found “%s”, expecting “EQUATES”, “EXPORTS”, or “PLUMBS”"
294msgstr "Encontrado “%s” quando “EQUATES”, “EXPORTS” ou “PLUMBS” era esperado"
[d86459c]295
[a7d4233]296#: ../src/commands.c:1955
[4a78370]297#: n:32
[d86459c]298#, c-format
[0804fbe]299msgid "Found “%s”, expecting “ON” or “OFF”"
300msgstr "Encontrado “%s” quando “ON” ou “OFF” eram esperados"
[d86459c]301
[a665282]302#. TRANSLATORS: EQUATE is a command name, so shouldn’t be
303#. translated.
[a7d4233]304#.
305#. Here "station" is a survey station, not a train station.
306#: ../src/commands.c:924
[4a78370]307#: n:33
[d86459c]308msgid "Only one station in EQUATE command"
[8fa7902]309msgstr "Apenas uma base para o comando EQUATE"
[d86459c]310
[11f3c9a]311#: ../src/commands.c:410
[4a78370]312#: n:34
[d86459c]313#, c-format
[0804fbe]314msgid "Unknown quantity “%s”"
315msgstr "Tipo de quantidade “%s” desconhecida"
[d86459c]316
[11f3c9a]317#: ../src/commands.c:327
[4a78370]318#: n:35
[d86459c]319#, c-format
[0804fbe]320msgid "Unknown units “%s”"
321msgstr "Unidade “%s” desconhecida"
[d86459c]322
[a7d4233]323#: ../src/commands.c:1788
324#: ../src/commands.c:1863
[11f3c9a]325#: n:434
326msgid "Unknown coordinate system"
327msgstr ""
328
[a7d4233]329#: ../src/commands.c:1883
330#: ../src/commands.c:1908
[aa430ec]331#: n:443
332#, c-format
333msgid "Invalid coordinate system: %s"
334msgstr ""
335
[a7d4233]336#: ../src/commands.c:1870
337#: ../src/commands.c:1888
[11f3c9a]338#: n:435
339msgid "Coordinate system unsuitable for output"
340msgstr ""
341
[dfc141d]342#: ../src/commands.c:824
[11f3c9a]343#: n:436
344msgid "Failed to convert coordinates"
345msgstr ""
346
[dfc141d]347#: ../src/commands.c:829
[11f3c9a]348#: n:437
[29d1883f]349msgid "The input projection is set but the output projection isn't"
[11f3c9a]350msgstr ""
351
[dfc141d]352#: ../src/commands.c:831
[11f3c9a]353#: n:438
[29d1883f]354msgid "The output projection is set but the input projection isn't"
[11f3c9a]355msgstr ""
356
[29d1883f]357#: ../src/commands.c:731
[11f3c9a]358#: n:439
359msgid "Coordinates can't be omitted when coordinate system has been specified"
360msgstr ""
361
[613028c]362#. TRANSLATORS: Used when a BEGIN command has no survey, but the
363#. END command does, e.g.:
[a665282]364#.
[d86459c]365#. *begin
366#. 1 2 10.00 178 -01
367#. *end entrance      <--[Message given here]
[dfc141d]368#: ../src/commands.c:670
[4a78370]369#: n:36
[613028c]370#, fuzzy
371msgid "Matching BEGIN command has no survey name"
[d86459c]372msgstr "O BEGIN correspondente não tem prefixo"
373
[a665282]374#. TRANSLATORS: Note: In English you talk about the *units* of a single
375#. measurement, but the correct term in other languages may be singular.
[11f3c9a]376#: ../src/commands.c:340
[4a78370]377#: n:37
[d86459c]378#, c-format
[0804fbe]379msgid "Invalid units “%s” for quantity"
380msgstr "Unidade “%s” inválida para tipo de quantidade"
[d86459c]381
[11f3c9a]382#: ../src/commands.c:403
[4a78370]383#: n:39
[d86459c]384#, c-format
[0804fbe]385msgid "Unknown instrument “%s”"
386msgstr "Instrumento “%s” desconhecido"
[d86459c]387
[a665282]388#. TRANSLATORS: DECLINATION is a built-in keyword, so best not to
389#. translate
[a7d4233]390#: ../src/commands.c:1467
[4a78370]391#: n:40
[d86459c]392msgid "Scale factor must be 1.0 for DECLINATION"
393msgstr "Fator de escala tem que ser 1.0 para comando DECLINATION"
394
[a665282]395#. TRANSLATORS: If the scale factor for an instrument is zero, then any
396#. reading would be mapped to zero, which doesn't make sense.
[a7d4233]397#: ../src/commands.c:1473
[4a78370]398#: n:391
[63a4d47]399msgid "Scale factor must be non-zero"
400msgstr "Fator de escala não pode ser zero"
401
[a7d4233]402#: ../src/commands.c:1518
[4a78370]403#: n:41
[d86459c]404#, c-format
[0804fbe]405msgid "Unknown setting “%s”"
406msgstr "Configuração “%s” desconhecida"
[d86459c]407
[11f3c9a]408#: ../src/commands.c:448
[4a78370]409#: n:42
[d86459c]410#, c-format
[0804fbe]411msgid "Unknown character class “%s”"
412msgstr "Classe de caracteres desconhecida: “%s”"
[d86459c]413
[a7d4233]414#: ../src/extend.c:605
[f8c981b]415#: ../src/netskel.c:90
[4a78370]416#: n:43
[d86459c]417msgid "No survey data"
418msgstr "Nenhum dado topográfico"
419
420#: ../src/filename.c:52
[31f1db0]421#: ../src/img_hosted.c:35
[4a78370]422#: n:44
[d86459c]423#, c-format
[0804fbe]424msgid "Filename “%s” refers to directory"
425msgstr "Nome de arquivo “%s” referencia diretório ao invés de arquivo"
[d86459c]426
[9e5ad92]427#: ../src/netartic.c:384
[4a78370]428#: n:45
[d86459c]429msgid "Survey not all connected to fixed stations"
430msgstr "Topografia não completamente conectada a bases posicionadas"
431
[29d1883f]432#: ../src/commands.c:854
[a7d4233]433#: ../src/datain.c:682
[4a78370]434#: n:46
[d86459c]435msgid "Station already fixed or equated to a fixed point"
[8fa7902]436msgstr "Base já posicionada ou com correspondência a uma base posicionada"
[d86459c]437
[11f3c9a]438#: ../src/cavern.c:298
[d86459c]439#: ../src/filename.c:55
[31f1db0]440#: ../src/img_hosted.c:36
[4a78370]441#: n:47
[d86459c]442#, c-format
[0804fbe]443msgid "Failed to open output file “%s”"
444msgstr "Não foi possível abrir arquivo de saída “%s”"
[d86459c]445
[a7d4233]446#: ../src/commands.c:1573
[4a78370]447#: n:48
[d86459c]448msgid "Standard deviation must be positive"
449msgstr "Desvio-padrão deve ser positivo"
450
[38eced7]451#. TRANSLATORS: as in: Usage: cavern …
[a665282]452#: ../src/cmdline.c:168
[4a78370]453#: n:49
[d86459c]454msgid "Usage"
455msgstr "Uso"
456
[97d5744]457#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
458#. "survey stations".
459#.
460#. %s is replaced by the name of the station.
[a7d4233]461#: ../src/netbits.c:346
[4a78370]462#: n:50
[d86459c]463#, c-format
[0804fbe]464msgid "Survey leg with same station (“%s”) at both ends - typing error?"
465msgstr "Visada com mesma base em ambas as pontas (“%s”) - erro de digitação?"
[d86459c]466
[a665282]467#. TRANSLATORS: Degrees are the angular measurement where there are
468#. 360 in a full circle.
[a7d4233]469#: ../src/datain.c:969
470#: ../src/datain.c:977
471#: ../src/datain.c:989
[4a78370]472#: n:51
[d86459c]473msgid "Clino reading over 90 degrees (absolute value)"
474msgstr "Inclinação maior que 90 graus em valor absoluto"
475
[a7d4233]476#: ../src/netbits.c:464
[4a78370]477#: n:52
[d86459c]478#, c-format
[0804fbe]479msgid "Tried to equate two non-equal fixed stations: “%s” and “%s”"
480msgstr "Tentativa de igualar duas bases posicionadas em coordenadas diferentes: “%s” e “%s”"
[d86459c]481
[a665282]482#. TRANSLATORS: "equal" as in:
483#.
484#. *fix a 1 2 3
485#. *fix b 1 2 3
486#. *equate a b
[a7d4233]487#: ../src/netbits.c:475
[4a78370]488#: n:53
[d86459c]489#, c-format
[0804fbe]490msgid "Equating two equal fixed points: “%s” and “%s”"
491msgstr "Igualando duas bases posicionadas nas mesmas coordenadas: “%s” e “%s”"
[d86459c]492
493#. TRANSLATORS: " *fix a " gives this message:
[29d1883f]494#: ../src/commands.c:741
[4a78370]495#: n:54
[d86459c]496msgid "FIX command with no coordinates - fixing at (0,0,0)"
497msgstr "Comando FIX sem coordenadas - atribuindo (0,0,0)"
498
499#. TRANSLATORS: *fix a 1 2 3 / *fix a 1 2 3
[29d1883f]500#: ../src/commands.c:858
[a7d4233]501#: ../src/datain.c:684
[4a78370]502#: n:55
[d86459c]503msgid "Station already fixed at the same coordinates"
504msgstr "Base já posicionada nessas coordenadas"
505
[dfc141d]506#. TRANSLATORS: Emitted after second and subsequent "FIX command with
507#. no coordinates - fixing at (0,0,0)" warnings.
[29d1883f]508#: ../src/commands.c:749
[dfc141d]509#: n:441
[29d1883f]510#, fuzzy, c-format
[dfc141d]511msgid "Already had FIX command with no coordinates for station “%s”"
512msgstr "Mais de um comando FIX sem coordenadas: “%s”"
513
[a7d4233]514#: ../src/commands.c:1673
[29d1883f]515#: n:442
516#, c-format
517msgid "Station “%s” fixed before CS command first used"
518msgstr ""
519
[a665282]520#. TRANSLATORS: The *EXPORT command is only valid just after *BEGIN
521#. <SURVEY>, so this would generate this error:
522#.
[d86459c]523#. *begin fred
524#. 1 2 1.23 045 -6
525#. *export 2
526#. *end fred
[a7d4233]527#: ../src/commands.c:2151
[4a78370]528#: n:57
[0804fbe]529msgid "*EXPORT must immediately follow “*BEGIN <SURVEY>”"
530msgstr "*EXPORT deve estar logo após um “*BEGIN <TOPO>”"
[d86459c]531
[31f1db0]532#: ../src/readval.c:516
[4a78370]533#: n:58
[d86459c]534msgid "Invalid year (< 1900 or > 2078)"
535msgstr "Ano inválido (< 1900 or > 2078)"
536
[a665282]537#. TRANSLATORS: Suspicious means something like 410 degrees or -20
538#. degrees
[a7d4233]539#: ../src/datain.c:867
540#: ../src/datain.c:876
[4a78370]541#: n:59
[d86459c]542msgid "Suspicious compass reading"
543msgstr "Azimute suspeito"
544
[a7d4233]545#: ../src/datain.c:1506
[4a78370]546#: n:60
[d86459c]547msgid "Negative tape reading"
548msgstr "Distância negativa"
549
[29d1883f]550#: ../src/commands.c:736
[4a78370]551#: n:61
[d86459c]552msgid "Same station fixed twice with no coordinates"
553msgstr "Mesma base posicionada duas vezes sem coordenadas"
554
555#. TRANSLATORS: This means that the data fed in said this.
[a665282]556#.
557#. It could be a gross error (e.g. the decimal point is missing from the
558#. depth gauge reading) or it could just be due to random error on a near
559#. vertical leg
[a7d4233]560#: ../src/datain.c:1205
[4a78370]561#: n:62
[d86459c]562msgid "Tape reading is less than change in depth"
563msgstr "Distância menor que mudança de profundidade"
564
565#. TRANSLATORS: a data "style" is something like NORMAL, DIVING, etc.
566#. a "reading" is one of FROM, TO, TAPE, COMPASS, CLINO for NORMAL
[a665282]567#. neither style nor reading is a keyword in the program This error
568#. complains about a depth gauge reading in normal style, for example
[a7d4233]569#: ../src/commands.c:1185
[4a78370]570#: n:63
[d86459c]571#, c-format
[0804fbe]572msgid "Reading “%s” not allowed in data style “%s”"
573msgstr "Campo “%s” não é permitido em tipo de visada “%s”"
[d86459c]574
575#. TRANSLATORS: i.e. not enough readings for the style.
[a7d4233]576#: ../src/commands.c:1370
[4a78370]577#: n:64
[d86459c]578#, c-format
[0804fbe]579msgid "Too few readings for data style “%s”"
580msgstr "Faltam campos necessários ao tipo de visada “%s”"
[d86459c]581
582#. TRANSLATORS: e.g. trying to refer to an invalid FNORD data style
[a7d4233]583#: ../src/commands.c:1145
[4a78370]584#: n:65
[d86459c]585#, c-format
[0804fbe]586msgid "Data style “%s” unknown"
587msgstr "Tipo de visada “%s” desconhecido"
[d86459c]588
[1c6c300]589#. TRANSLATORS: Here "station" is a survey station, not a train station.
[8fa7902]590#.
[a665282]591#. Exporting a station twice gives this error:
592#.
[d86459c]593#. *begin example
594#. *export 1
595#. *export 1
596#. 1 2 1.24 045 -6
597#. *end example
[a7d4233]598#: ../src/commands.c:1015
[4a78370]599#: n:66
[d86459c]600#, c-format
[0804fbe]601msgid "Station “%s” already exported"
602msgstr "Base “%s” já foi exportada"
[d86459c]603
[a665282]604#. TRANSLATORS: complains about a situation like trying to define
605#. two from stations per leg
[a7d4233]606#: ../src/commands.c:1211
[4a78370]607#: n:67
[d86459c]608#, c-format
[0804fbe]609msgid "Duplicate reading “%s”"
610msgstr "Campo “%s” duplicado"
[d86459c]611
[29d1883f]612#: ../src/commands.c:885
[4a78370]613#: n:68
[d86459c]614#, c-format
[0804fbe]615msgid "FLAG “%s” unknown"
616msgstr "FLAG “%s” com problemas"
[d86459c]617
[a7d4233]618#: ../src/readval.c:474
[4a78370]619#: n:69
[d86459c]620msgid "Missing \""
621msgstr "Falta \""
622
[1c6c300]623#. TRANSLATORS: Here "station" is a survey station, not a train station.
[a7d4233]624#: ../src/listpos.c:122
[4a78370]625#: n:70
[ec3d624]626#, fuzzy, c-format
627msgid "Station “%s” referred to just once, with an explicit survey name - typo?"
[0804fbe]628msgstr "Base “%s” utilizada apenas uma vez, e com um prefixo explícito - erro de digitação?"
[d86459c]629
[a665282]630#. TRANSLATORS: Here "station" is a survey station, not a train
631#. station.
632#: ../src/netartic.c:396
[4a78370]633#: n:71
[d86459c]634msgid "The following survey stations are not attached to a fixed point:"
635msgstr "As seguintes bases não estão conectadas a uma base posicionada:"
636
[11f3c9a]637#: ../src/netskel.c:135
[4a78370]638#: n:72
[d86459c]639#, c-format
[ee7511a]640msgid "Survey has no fixed points. Therefore I’ve fixed %s at (0,0,0)"
[d86459c]641msgstr "Topografia sem bases posicionadas. Assim %s foi posicionada em (0,0,0)"
642
[1c6c300]643#. TRANSLATORS: fixed survey station that is not part of any survey
[11f3c9a]644#: ../src/netskel.c:958
[4a78370]645#: n:73
[d86459c]646#, c-format
[0804fbe]647msgid "Unused fixed point “%s”"
648msgstr "Base posicionada não usada “%s”"
[d86459c]649
650#: ../src/matrix.c:123
[4a78370]651#: n:74
[d86459c]652msgid "Network solved by reduction - no simultaneous equations to solve."
653msgstr "Coordenadas já calculadas - nenhum sistema de equações para resolver."
654
[f8c981b]655#: ../src/matrix.c:134
[4a78370]656#: n:75
[d86459c]657#, c-format
658msgid "Solving %d simultaneous equations"
659msgstr "Resolvendo sistema de %d equações"
660
[a7d4233]661#: ../src/commands.c:1273
[4a78370]662#: n:77
[d86459c]663#, c-format
[0804fbe]664msgid "Reading “%s” duplicates previous reading(s)"
665msgstr "Valor “%s” duplica valor(es) anterior(es)"
[d86459c]666
[f8c981b]667#: ../src/matrix.c:132
[4a78370]668#: n:78
[d86459c]669msgid "Solving one equation"
670msgstr "Resolvendo uma equação"
671
[a7d4233]672#: ../src/datain.c:940
673#: ../src/datain.c:1194
674#: ../src/datain.c:1387
[4a78370]675#: n:79
[d86459c]676msgid "Negative adjusted tape reading"
677msgstr "Distância ajustada negativa"
678
[a7d4233]679#: ../src/commands.c:2059
680#: ../src/commands.c:2079
[4a78370]681#: n:80
[d86459c]682msgid "Date is in the future!"
683msgstr "Data está no futuro!"
684
[a7d4233]685#: ../src/commands.c:2083
[4a78370]686#: n:81
[d86459c]687msgid "End of date range is before the start"
688msgstr "Data final do intervalo ocorre antes da data inicial"
689
[f8c981b]690#: ../src/avenprcore.cc:125
[4a78370]691#: n:82
[d86459c]692#, c-format
[0804fbe]693msgid "Parameter “%s” has invalid value “%s” in printer configuration file"
694msgstr "Parâmetro “%s” tem valor inválido “%s” em arquivo de configuração de impressora"
[d86459c]695
[a665282]696#. TRANSLATORS: e.g. the user specifies a passage cross-section at
697#. station "entrance.27", but there is no station "entrance.27" in
698#. the centre-line.
[11f3c9a]699#: ../src/netskel.c:1046
[4a78370]700#: n:83
[d86459c]701#, c-format
[0804fbe]702msgid "Cross section specified at non-existent station “%s”"
703msgstr "Especificada secção cruzada numa base “%s” inexistente"
[d86459c]704
[a665282]705#. TRANSLATORS: In data with backsights, the user has tried to give a
706#. plumb for the foresight and a clino reading for the backsight, or
707#. something similar.
[a7d4233]708#: ../src/datain.c:1006
709#: ../src/datain.c:1030
[4a78370]710#: n:84
[d86459c]711msgid "CLINO and BACKCLINO readings must be of the same type"
712msgstr "Valores de CLINO e BACKCLINO têm que ser do mesmo tipo"
713
[f8c981b]714#: ../src/avenprcore.cc:120
[4a78370]715#: n:85
[d86459c]716#, c-format
[0804fbe]717msgid "Parameter “%s” missing in printer configuration file"
718msgstr "Falta parâmetro “%s” em arquivo de configuração de impressora"
[d86459c]719
[31f1db0]720#: ../src/readval.c:524
[4a78370]721#: n:86
[d86459c]722msgid "Invalid month"
723msgstr "Mês inválido"
724
725#. TRANSLATORS: e.g. 31st of April, or 32nd of any month
[31f1db0]726#: ../src/readval.c:533
[4a78370]727#: n:87
[d86459c]728msgid "Invalid day of the month"
729msgstr "Dia inválido"
730
[11f3c9a]731#: ../src/cavern.c:247
[4a78370]732#: n:88
[d86459c]733#, c-format
[1c6c300]734msgid "3d file format versions %d to %d supported"
735msgstr ""
736
[9e5ad92]737#: ../src/readval.c:200
[4a78370]738#: n:89
[d86459c]739msgid "Expecting survey name"
740msgstr "Esperando nome de topografia"
741
742#. TRANSLATORS: Program will exit shortly after printing this
[a665282]743#: ../src/message.c:227
[4a78370]744#: n:90
[d86459c]745msgid "Abnormal termination"
746msgstr "Finalização anormal"
747
[a665282]748#: ../src/message.c:228
[4a78370]749#: n:91
[d86459c]750msgid "Arithmetic error"
751msgstr "Erro aritmético"
752
[a665282]753#. TRANSLATORS: Something is badly wrong -- the CPU tried to execute bad
754#. opcodes -- corrupted program?
755#: ../src/message.c:231
[4a78370]756#: n:92
[d86459c]757msgid "Illegal instruction"
758msgstr "Instrução ilegal"
759
[a7d4233]760#: ../src/datain.c:401
761#: ../src/extend.c:554
[98cf5b5]762#: ../src/img_hosted.c:30
[31f1db0]763#: ../src/mainfrm.cc:425
764#: ../src/printwx.cc:1545
[a665282]765#: ../src/sorterr.c:146
[98cf5b5]766#: n:24
[d86459c]767#, c-format
[ee7511a]768msgid "Couldn’t open file “%s”"
[0804fbe]769msgstr "Impossível abrir arquivo “%s”"
[d86459c]770
[31f1db0]771#: ../src/printwx.cc:649
[4a78370]772#: n:402
[1c6c300]773#, c-format
[ee7511a]774msgid "Couldn’t write file “%s”"
[e9a67e8]775msgstr "Não foi possível gravar o arquivo “%s”"
[1c6c300]776
[a665282]777#: ../src/message.c:232
[4a78370]778#: n:94
[d86459c]779msgid "Bad memory access"
780msgstr "Erro de acesso à memória"
781
[63a4d47]782#. TRANSLATORS: If you're unsure what "deprecated" means, see:
783#. http://en.wikipedia.org/wiki/Deprecation
[11f3c9a]784#: ../src/commands.c:467
[dfc141d]785#: ../src/commands.c:540
786#: ../src/commands.c:562
[a7d4233]787#: ../src/commands.c:1160
788#: ../src/commands.c:1501
[9e5ad92]789#: ../src/readval.c:96
[4a78370]790#: n:95
[d86459c]791msgid "Further uses of this deprecated feature will not be reported"
792msgstr "Futuros usos deste recurso desaconselhado não serão reportados"
793
[a665282]794#: ../src/message.c:233
[4a78370]795#: n:97
[d86459c]796msgid "Unknown signal received"
797msgstr "Sinal desconhecido recebido"
798
[a665282]799#. TRANSLATORS: Degrees are the angular measurement where there are
800#. 360 in a full circle.
[a7d4233]801#: ../src/datain.c:906
[4a78370]802#: n:98
[d86459c]803#, c-format
804msgid "COMPASS reading and BACKCOMPASS reading disagree by %s degrees"
805msgstr "Ângulos de COMPASS e BACKCOMPASS diferem em %s graus"
806
[a665282]807#. TRANSLATORS: Degrees are the angular measurement where
808#. there are 360 in a full circle.
[a7d4233]809#: ../src/datain.c:1082
[4a78370]810#: n:99
[d86459c]811#, c-format
812msgid "CLINO reading and BACKCLINO reading disagree by %s degrees"
813msgstr "Ângulos de CLINO e BACKCLINO diferem em %s graus"
814
[a7d4233]815#: ../src/commands.c:1157
[4a78370]816#: n:104
[d86459c]817#, c-format
[0804fbe]818msgid "“*data %s %c …” is deprecated - use “*data %s …” instead"
819msgstr "“*data %s %c …” obsoleto - use “*data %s …” no lugar"
[d86459c]820
[a7d4233]821#: ../src/extend.c:507
[4a78370]822#: n:105
[d86459c]823msgid "Reading in data - please wait…"
824msgstr "Lendo dados - por favor, aguarde…"
825
[a665282]826#. TRANSLATORS: Perhaps the user tried to load a different type of file as
827#. a Survex .3d file, or the .3d file was corrupted.
828#: ../src/3dtopos.c:157
829#: ../src/3dtopos.c:163
[a7d4233]830#: ../src/cad3d.c:909
831#: ../src/cad3d.c:920
[31f1db0]832#: ../src/img_hosted.c:39
[4a78370]833#: n:106
[d86459c]834#, c-format
[0804fbe]835msgid "Bad 3d image file “%s”"
836msgstr "Arquivo de imagem 3d “%s” com problemas"
[d86459c]837
[a665282]838#. TRANSLATORS: This is the date format string used to timestamp .3d
839#. files internally.  Probably best to keep it the same for all
840#. translations.
[f8c981b]841#: ../src/img.c:43
[31f1db0]842#: ../src/mainfrm.cc:1444
[4a78370]843#: n:107
[d86459c]844#, c-format
845msgid "%a,%Y.%m.%d %H:%M:%S %Z"
846msgstr "%a,%Y.%m.%d %H:%M:%S %Z"
847
[a665282]848#. TRANSLATORS: used a processed survey with no processing date/time info
[31f1db0]849#: ../src/mainfrm.cc:1437
[4a78370]850#: n:108
[d86459c]851msgid "Date and time not available."
852msgstr "Data e hora não disponível."
853
[31f1db0]854#: ../src/img_hosted.c:40
[4a78370]855#: n:109
[d86459c]856#, c-format
[0804fbe]857msgid "Error reading from file “%s”"
858msgstr "Erro lendo arquivo “%s”"
[d86459c]859
860#: ../src/filename.c:79
[31f1db0]861#: ../src/img_hosted.c:41
862#: ../src/mainfrm.cc:383
863#: ../src/mainfrm.cc:1956
[4a78370]864#: n:110
[d86459c]865#, c-format
[0804fbe]866msgid "Error writing to file “%s”"
867msgstr "Erro escrevendo no arquivo “%s”"
[d86459c]868
869#: ../src/filename.c:82
[4a78370]870#: n:111
[d86459c]871msgid "Error writing to file"
872msgstr "Erro escrevendo em arquivo"
873
[a665282]874#: ../src/sorterr.c:81
875#: ../src/sorterr.c:98
876#: ../src/sorterr.c:170
[4a78370]877#: n:112
[ee7511a]878msgid "Couldn’t parse .err file"
[d86459c]879msgstr "Não foi possível analisar arquivo de erros (.err)"
880
[a720caa]881#: ../src/cavern.c:388
[4a78370]882#: n:113
[d86459c]883#, c-format
884msgid "There were %d warning(s) and %d error(s) - no output files produced."
885msgstr "Há %d alerta(s) e %d erro(s) - nenhum arquivo de saída criado"
886
[31f1db0]887#: ../src/img_hosted.c:42
[4a78370]888#: n:114
[d86459c]889#, c-format
[0804fbe]890msgid "File “%s” has a newer format than this program can understand"
891msgstr "Arquivo “%s” tem um formato mais novo do que este programa consegue entender"
[d86459c]892
[31f1db0]893#: ../src/printwx.cc:997
[4a78370]894#: n:115
[d86459c]895msgid "North"
896msgstr "Norte"
897
898#. TRANSLATORS: "Elevation on" 020 <-> 200 degrees
[31f1db0]899#: ../src/printwx.cc:1024
[4a78370]900#: n:116
[d86459c]901msgid "Elevation on"
902msgstr "Perfil em"
903
[31f1db0]904#: ../src/printwx.cc:454
[4a78370]905#: n:117
[8a78ca1]906msgid "P&lan view"
907msgstr "&Planta"
908
[31f1db0]909#: ../src/printwx.cc:456
[4a78370]910#: n:285
[8a78ca1]911msgid "&Elevation"
912msgstr "Pe&rfil"
[d86459c]913
[a720caa]914#: ../src/gfxcore.cc:802
[31f1db0]915#: ../src/mainfrm.cc:166
[4a78370]916#: n:118
[d86459c]917msgid "Elevation"
918msgstr "Perfil"
919
[11f3c9a]920#. TRANSLATORS: Label used for "clino" in Aven when the view is
921#. from directly above.
[a720caa]922#: ../src/gfxcore.cc:714
[0fceb30]923#: n:432
924msgid "Plan"
925msgstr "Planta"
926
[11f3c9a]927#. TRANSLATORS: Label used for "clino" in Aven when the view is
928#. from directly below.
[a720caa]929#: ../src/gfxcore.cc:724
[0fceb30]930#: n:433
931msgid "Kiwi Plan"
932msgstr ""
933
[11f3c9a]934#: ../src/cavern.c:352
[4a78370]935#: n:120
[d86459c]936msgid "Calculating statistics"
937msgstr "Calculando estatísticas"
938
[31f1db0]939#: ../src/readval.c:489
[4a78370]940#: n:121
[d86459c]941msgid "Expecting string field"
942msgstr "Esperando cadeia de caracteres"
943
[a665282]944#: ../src/cmdline.c:212
[4a78370]945#: n:122
[d86459c]946msgid "too few arguments"
947msgstr "número de argumentos insuficiente"
948
[a665282]949#: ../src/cmdline.c:219
[4a78370]950#: n:123
[d86459c]951msgid "too many arguments"
952msgstr "número de argumentos excessivo"
953
[a665282]954#: ../src/cmdline.c:178
[38eced7]955#: ../src/cmdline.c:181
[a665282]956#: ../src/cmdline.c:185
[4a78370]957#: n:124
[d86459c]958msgid "FILE"
959msgstr "ARQUIVO"
960
[a665282]961#. TRANSLATORS: In French, Eric chose to use the terminology used by
962#. toporobot: "sequence" for the English "traverse", which makes sense
963#. (although toporobot actually uses this term to mean something more
964#. specific).  Feel free to follow this lead if you can't think of a better
965#. term - these messages mostly indicate how processing is progressing.
[63a4d47]966#.
967#. A trailing traverse is a dead end back to a junction.
[11f3c9a]968#: ../src/netskel.c:177
[4a78370]969#: n:125
[d86459c]970msgid "Removing trailing traverses"
971msgstr "Removendo seqüências de ponta"
972
[a665282]973#. TRANSLATORS: In French, Eric chose to use the terminology used by
974#. toporobot: "sequence" for the English "traverse", which makes sense
975#. (although toporobot actually uses this term to mean something more
976#. specific).  Feel free to follow this lead if you can't think of a better
977#. term - these messages mostly indicate how processing is progressing.
[11f3c9a]978#: ../src/netskel.c:236
[4a78370]979#: n:126
[c20d521]980msgid "Concatenating traverses"
981msgstr "Concatenando seqüências"
[d86459c]982
[a665282]983#. TRANSLATORS: In French, Eric chose to use the terminology used by
984#. toporobot: "sequence" for the English "traverse", which makes sense
985#. (although toporobot actually uses this term to mean something more
986#. specific).  Feel free to follow this lead if you can't think of a better
987#. term - these messages mostly indicate how processing is progressing.
[11f3c9a]988#: ../src/netskel.c:434
[4a78370]989#: n:127
[c20d521]990msgid "Calculating traverses"
991msgstr "Calculando seqüências"
[d86459c]992
[a665282]993#. TRANSLATORS: In French, Eric chose to use the terminology used by
994#. toporobot: "sequence" for the English "traverse", which makes sense
995#. (although toporobot actually uses this term to mean something more
996#. specific).  Feel free to follow this lead if you can't think of a better
997#. term - these messages mostly indicate how processing is progressing.
[63a4d47]998#.
999#. A trailing traverse is a dead end back to a junction.
[11f3c9a]1000#: ../src/netskel.c:779
[4a78370]1001#: n:128
[d86459c]1002msgid "Calculating trailing traverses"
1003msgstr "Calculando seqüências de ponta"
1004
1005#: ../src/network.c:82
[4a78370]1006#: n:129
[d86459c]1007msgid "Simplifying network"
1008msgstr "Simplificando rede de visadas"
1009
1010#: ../src/network.c:540
[4a78370]1011#: n:130
[d86459c]1012msgid "Calculating network"
1013msgstr "Calculando rede de visadas"
1014
[a7d4233]1015#: ../src/datain.c:1496
[4a78370]1016#: n:131
[d86459c]1017#, c-format
[0804fbe]1018msgid "Found “%s”, expecting “F” or “B”"
1019msgstr "Encontrado “%s” quando “F” ou “B” eram esperados"
[d86459c]1020
[a720caa]1021#: ../src/cavern.c:449
[4a78370]1022#: n:132
[1c6c300]1023#, c-format
[d86459c]1024msgid "Total length of survey legs = %7.2fm (%7.2fm adjusted)"
1025msgstr "Desenvolvimento linear das visadas = %7.2fm (%7.2fm corrigidos)"
1026
[a720caa]1027#: ../src/cavern.c:452
[4a78370]1028#: n:133
[1c6c300]1029#, c-format
[d86459c]1030msgid "Total plan length of survey legs = %7.2fm"
1031msgstr "Desenvolvimento horizontal das visadas = %7.2fm"
1032
[a720caa]1033#: ../src/cavern.c:455
[4a78370]1034#: n:134
[1c6c300]1035#, c-format
[d86459c]1036msgid "Total vertical length of survey legs = %7.2fm"
1037msgstr "Desenvolvimento vertical das visadas = %7.2fm"
1038
1039#. TRANSLATORS: numbers are altitudes of highest and lowest stations
[a720caa]1040#: ../src/cavern.c:462
[4a78370]1041#: n:135
[1c6c300]1042#, c-format
[aecd032]1043msgid "Vertical range = %4.2fm (from %s at %4.2fm to %s at %4.2fm)"
1044msgstr "Desnível = %4.2fm (de %s a %4.2fm a %s a %4.2fm)"
[d86459c]1045
[aecd032]1046#. TRANSLATORS: c.f. previous message
[a720caa]1047#: ../src/cavern.c:464
[4a78370]1048#: n:136
[1c6c300]1049#, c-format
[aecd032]1050msgid "North-South range = %4.2fm (from %s at %4.2fm to %s at %4.2fm)"
1051msgstr "Extensão Norte-Sul = %4.2fm (de %s a %4.2fm a %s a %4.2fm)"
[d86459c]1052
[aecd032]1053#. TRANSLATORS: c.f. previous two messages
[a720caa]1054#: ../src/cavern.c:466
[4a78370]1055#: n:137
[1c6c300]1056#, c-format
[aecd032]1057msgid "East-West range = %4.2fm (from %s at %4.2fm to %s at %4.2fm)"
1058msgstr "Extensão Leste-Oeste = %4.2fm (de %s a %4.2fm a %s a %4.2fm)"
[d86459c]1059
[a720caa]1060#: ../src/cavern.c:434
[4a78370]1061#: n:138
[d86459c]1062msgid "There is 1 loop."
1063msgstr "Há 1 loop."
1064
[a720caa]1065#: ../src/cavern.c:436
[4a78370]1066#: n:139
[d86459c]1067#, c-format
1068msgid "There are %ld loops."
1069msgstr "Há %ld loops."
1070
[11f3c9a]1071#: ../src/cavern.c:374
[4a78370]1072#: n:140
[1c6c300]1073#, c-format
[d86459c]1074msgid "CPU time used %5.2fs"
1075msgstr "Tempo de CPU gasto %5.2fs"
1076
[11f3c9a]1077#: ../src/cavern.c:377
[4a78370]1078#: n:141
[1c6c300]1079#, c-format
[d86459c]1080msgid "Time used %5.2fs"
1081msgstr "Tempo gasto %5.2fs"
1082
[11f3c9a]1083#: ../src/cavern.c:379
[4a78370]1084#: n:142
[d86459c]1085msgid "Time used unavailable"
1086msgstr "Tempo gasto não disponível"
1087
[11f3c9a]1088#: ../src/cavern.c:382
[4a78370]1089#: n:143
[1c6c300]1090#, c-format
[d86459c]1091msgid "Time used %5.2fs (%5.2fs CPU time)"
1092msgstr "Tempo gasto %5.2fs (tempo de CPU %5.2fs)"
1093
[11f3c9a]1094#: ../src/netskel.c:744
[4a78370]1095#: n:145
[1c6c300]1096#, c-format
[034141d]1097msgid "Original length %6.2fm (%3d legs), moved %6.2fm (%5.2fm/leg). "
1098msgstr "Desenvolvimento Original %6.2fm (%3d visadas), deslocado %6.2fm (%5.2fm/visada). "
[d86459c]1099
[11f3c9a]1100#: ../src/netskel.c:747
[4a78370]1101#: n:146
[1c6c300]1102#, c-format
[034141d]1103msgid "Error %6.2f%%"
1104msgstr "Erro %6.2f%%"
[d86459c]1105
[a665282]1106#. TRANSLATORS: Here N/A means "Not Applicable" -- it means the
1107#. traverse has zero length, so error per metre is meaningless.
1108#.
1109#. There should be 4 spaces between "Error" and "N/A" so that it lines
1110#. up with the numbers in the message above.
[11f3c9a]1111#: ../src/netskel.c:754
[4a78370]1112#: n:147
[d86459c]1113msgid "Error    N/A"
1114msgstr "Erro    N/A"
1115
1116#. TRANSLATORS: description of --help option
[a665282]1117#: ../src/cmdline.c:138
[4a78370]1118#: n:150
[d86459c]1119msgid "display this help and exit"
1120msgstr "exibir esta mensagem e sair"
1121
1122#. TRANSLATORS: description of --verbose option
[a665282]1123#: ../src/cmdline.c:141
[4a78370]1124#: n:151
[d86459c]1125msgid "output version information and exit"
1126msgstr "exibir número de versão e sair"
1127
[38eced7]1128#. TRANSLATORS: in command line usage messages e.g. Usage: cavern [OPTION]…
[a665282]1129#: ../src/cmdline.c:170
[4a78370]1130#: n:153
[d86459c]1131msgid "OPTION"
1132msgstr "OPÇÃO"
1133
[31f1db0]1134#: ../src/mainfrm.cc:170
1135#: ../src/printwx.cc:402
1136#: ../src/printwx.cc:1069
1137#: ../src/printwx.cc:1118
[4a78370]1138#: n:154
[d86459c]1139msgid "Scale"
1140msgstr "Escala"
1141
[a665282]1142#: ../src/cmdline.c:194
[4a78370]1143#: n:157
[d86459c]1144#, c-format
[0804fbe]1145msgid "Try “%s --help” for more information.\n"
1146msgstr "Tente “%s --help” para maiores informações.\n"
[d86459c]1147
[f8c981b]1148#: ../src/avenprcore.cc:269
[4a78370]1149#: n:166
[d86459c]1150#, c-format
1151msgid "Page %d of %d"
1152msgstr "Página %d de %d"
1153
[f8c981b]1154#: ../src/avenprcore.cc:272
[31f1db0]1155#: ../src/printwx.cc:1551
[4a78370]1156#: n:167
[d86459c]1157#, c-format
[0804fbe]1158msgid "Survey “%s”   Page %d (of %d)   Processed on %s"
1159msgstr "Topografia “%s”   Página %d (of %d)   Processada em %s"
[d86459c]1160
[8011e0c]1161#. TRANSLATORS: This is used on printouts of plans, with %s replaced by
1162#. something like "123°".  The bearing is up the page.
[31f1db0]1163#: ../src/printwx.cc:1005
[4a78370]1164#: n:168
[38eced7]1165#, c-format
1166msgid "Plan view, %s up page"
1167msgstr ""
[8011e0c]1168
[a665282]1169#. TRANSLATORS: This is used on printouts of elevations, with %s
1170#. replaced by something like "123°".  The bearing is the direction
1171#. we’re looking.
[31f1db0]1172#: ../src/printwx.cc:1043
[4a78370]1173#: n:169
[38eced7]1174#, c-format
1175msgid "Elevation facing %s"
1176msgstr ""
1177
[a665282]1178#. TRANSLATORS: This is used on printouts of tilted elevations, with
1179#. the first %s replaced by something like "123°", and the second by
1180#. something like "-45°".  The bearing is the direction we’re
1181#. looking.
[31f1db0]1182#: ../src/printwx.cc:1052
[4a78370]1183#: n:284
[38eced7]1184#, c-format
1185msgid "Elevation facing %s, tilted %s"
1186msgstr ""
1187
1188#. TRANSLATORS: This is used on printouts of extended elevations.
[31f1db0]1189#: ../src/printwx.cc:1061
[4a78370]1190#: n:191
[38eced7]1191msgid "Extended elevation"
1192msgstr "Perfil retificado"
[d86459c]1193
[a720caa]1194#: ../src/cavern.c:420
[4a78370]1195#: n:172
[d86459c]1196msgid "Survey contains 1 survey station,"
1197msgstr "Topografia contém somente uma base,"
1198
[a720caa]1199#: ../src/cavern.c:422
[4a78370]1200#: n:173
[d86459c]1201#, c-format
1202msgid "Survey contains %ld survey stations,"
1203msgstr "Topografia contém %ld bases,"
1204
[a720caa]1205#: ../src/cavern.c:426
[4a78370]1206#: n:174
[d86459c]1207msgid " joined by 1 leg."
1208msgstr " unidas por uma única visada."
1209
[a720caa]1210#: ../src/cavern.c:428
[4a78370]1211#: n:175
[d86459c]1212#, c-format
1213msgid " joined by %ld legs."
1214msgstr " unidas por %ld visadas."
1215
1216#. TRANSLATORS: node/nodes as in:  "Survey has 1 2-node and 2 3-nodes."
[a7d4233]1217#: ../src/listpos.c:185
[4a78370]1218#: n:176
[d86459c]1219msgid "node"
1220msgstr "nodo"
1221
1222#. TRANSLATORS: node/nodes as in:  "Survey has 1 2-node and 2 3-nodes."
[a7d4233]1223#: ../src/listpos.c:187
[4a78370]1224#: n:177
[d86459c]1225msgid "nodes"
1226msgstr "nodos"
1227
[a665282]1228#. TRANSLATORS: "Connected component" in the graph theory sense - it
1229#. means there are %ld bits of survey with no connections between them.
1230#. This message is only used if there are more than 1.
[a720caa]1231#: ../src/cavern.c:445
[4a78370]1232#: n:178
[d86459c]1233#, c-format
1234msgid "Survey has %ld connected components."
1235msgstr "Topografia tem %ld componentes interligados."
1236
[a665282]1237#. TRANSLATORS: Label for button in aven’s cavern log window which
1238#. causes the survey data to be reprocessed.
[31f1db0]1239#: ../src/cavernlog.cc:453
1240#: ../src/cavernlog.cc:464
[4a78370]1241#: n:184
[1c6c300]1242msgid "Reprocess"
[e9a67e8]1243msgstr "Reprocesssar"
[d86459c]1244
[a665282]1245#: ../src/cmdline.c:242
1246#: ../src/cmdline.c:261
[4a78370]1247#: n:185
[d86459c]1248#, c-format
[0804fbe]1249msgid "numeric argument “%s” out of range"
1250msgstr "argumento numérico “%s” fora dos limites"
[d86459c]1251
[a665282]1252#: ../src/cmdline.c:244
[4a78370]1253#: n:186
[d86459c]1254#, c-format
[0804fbe]1255msgid "argument “%s” not an integer"
1256msgstr "argumento “%s” não é um número inteiro"
[d86459c]1257
[a665282]1258#: ../src/cmdline.c:263
[4a78370]1259#: n:187
[d86459c]1260#, c-format
[0804fbe]1261msgid "argument “%s” not a number"
1262msgstr "argumento “%s” não é um número"
[d86459c]1263
[29d1883f]1264#: ../src/commands.c:900
[4a78370]1265#: n:188
[0804fbe]1266msgid "Expecting “DUPLICATE”, “SPLAY”, or “SURFACE”"
1267msgstr "“DUPLICATE”, “SPLAY” ou “SURFACE” eram esperados"
[d86459c]1268
[29d1883f]1269#: ../src/commands.c:903
[4a78370]1270#: n:189
[0804fbe]1271msgid "Expecting “NOT”, “DUPLICATE”, “SPLAY”, or “SURFACE”"
1272msgstr "“NOT”, “DUPLICATE”, “SPLAY” ou “SURFACE” eram esperados"
[d86459c]1273
[4a78370]1274#: ../src/listpos.c:82
1275#: n:190
[d86459c]1276#, c-format
[0804fbe]1277msgid "Station “%s” referred to by *entrance or *export but never used"
1278msgstr "Base “%s” referenciada por *entrance ou *export mas nunca usada"
[d86459c]1279
[dfc141d]1280#: ../src/commands.c:646
[4a78370]1281#: n:192
[d86459c]1282msgid "No matching BEGIN"
1283msgstr "Não há BEGIN correspondente"
1284
[613028c]1285#. TRANSLATORS: *BEGIN <survey> and *END <survey> should have the
1286#. same <survey> if it’s given at all
[dfc141d]1287#: ../src/commands.c:674
[4a78370]1288#: n:193
[613028c]1289#, fuzzy
1290msgid "Survey name doesn’t match BEGIN"
[d86459c]1291msgstr "Prefixo não corresponde ao do BEGIN"
1292
[613028c]1293#. TRANSLATORS: Used when a BEGIN command has a survey name, but the
1294#. END command omits it, e.g.:
1295#.
1296#. *begin entrance
1297#. 1 2 10.00 178 -01
1298#. *end     <--[Message given here]
[dfc141d]1299#: ../src/commands.c:683
[4a78370]1300#: n:194
[613028c]1301#, fuzzy
1302msgid "Survey name omitted from END"
[d86459c]1303msgstr "Prefixo omitido no END"
1304
[a665282]1305#. TRANSLATORS: Heading line for .pos file.  Please try to ensure the “,”s
1306#. (or at least the columns) are in the same place
1307#: ../src/3dtopos.c:112
[4a78370]1308#: n:195
[d86459c]1309msgid "( Easting, Northing, Altitude )"
1310msgstr "( Leste,   Norte,    Altura   )"
1311
[1c6c300]1312#. TRANSLATORS: bpp is "Bits Per Pixel"
[a7d4233]1313#: ../src/aboutdlg.cc:188
[4a78370]1314#: n:196
[38eced7]1315#, c-format
[1c6c300]1316msgid "Display Depth: %d bpp"
[e9a67e8]1317msgstr "Profundidade: %d bpp"
[1c6c300]1318
1319#. TRANSLATORS: appended to previous message if the display is colour
[a7d4233]1320#: ../src/aboutdlg.cc:190
[4a78370]1321#: n:197
[1c6c300]1322msgid " (colour)"
[e9a67e8]1323msgstr " (cor)"
[1c6c300]1324
[31f1db0]1325#: ../src/readval.c:512
1326#: ../src/readval.c:522
1327#: ../src/readval.c:530
[4a78370]1328#: n:198
[d86459c]1329#, c-format
[0804fbe]1330msgid "Expecting date, found “%s”"
1331msgstr "Esperando data, encontrado “%s”"
[d86459c]1332
[a665282]1333#. TRANSLATORS: --help output for --survey option.
1334#.
[45af761]1335#. "this" has been added to English translation
[38eced7]1336#: ../src/3dtopos.c:50
[a665282]1337#: ../src/aven.cc:66
1338#: ../src/cad3d.c:660
[38eced7]1339#: ../src/diffpos.c:57
[f8c981b]1340#: ../src/dump3d.c:49
[a7d4233]1341#: ../src/extend.c:459
[4a78370]1342#: n:199
[45af761]1343#, fuzzy
1344msgid "only load the sub-survey with this prefix"
1345msgstr "carregue apenas a sub-topografia com prefixo"
[d86459c]1346
[1c6c300]1347#. TRANSLATORS: --help output for aven --print option
[a665282]1348#: ../src/aven.cc:68
[4a78370]1349#: n:119
[1c6c300]1350msgid "print and exit (requires a 3d file)"
1351msgstr ""
1352
1353#. TRANSLATORS: --help output for cavern --percentage option
[11f3c9a]1354#: ../src/cavern.c:125
[4a78370]1355#: n:161
[1c6c300]1356msgid "display percentage progress"
1357msgstr ""
1358
1359#. TRANSLATORS: --help output for cavern --output option
[11f3c9a]1360#: ../src/cavern.c:127
[4a78370]1361#: n:162
[1c6c300]1362msgid "set location for output files"
1363msgstr ""
1364
1365#. TRANSLATORS: --help output for cavern --quiet option
[11f3c9a]1366#: ../src/cavern.c:129
[4a78370]1367#: n:163
[1c6c300]1368msgid "only show brief summary (-qq for errors only)"
1369msgstr ""
1370
1371#. TRANSLATORS: --help output for cavern --no-auxiliary-files option
[11f3c9a]1372#: ../src/cavern.c:131
[4a78370]1373#: n:164
[1c6c300]1374msgid "do not create .err file"
1375msgstr ""
1376
1377#. TRANSLATORS: --help output for cavern --warnings-are-errors option
[11f3c9a]1378#: ../src/cavern.c:133
[4a78370]1379#: n:165
[1c6c300]1380msgid "turn warnings into errors"
1381msgstr ""
1382
1383#. TRANSLATORS: --help output for cavern --log option
[11f3c9a]1384#: ../src/cavern.c:135
[4a78370]1385#: n:170
[1c6c300]1386msgid "log output to .log file"
1387msgstr ""
1388
1389#. TRANSLATORS: --help output for cavern --3d-version option
[11f3c9a]1390#: ../src/cavern.c:137
[4a78370]1391#: n:171
[1c6c300]1392msgid "specify the 3d file format version to output"
1393msgstr ""
1394
1395#. TRANSLATORS: --help output for sorterr --horizontal option
[a665282]1396#: ../src/sorterr.c:53
[4a78370]1397#: n:179
[1c6c300]1398msgid "sort by horizontal error factor"
1399msgstr ""
1400
1401#. TRANSLATORS: --help output for sorterr --vertical option
[a665282]1402#: ../src/sorterr.c:55
[4a78370]1403#: n:180
[1c6c300]1404msgid "sort by vertical error factor"
1405msgstr ""
1406
1407#. TRANSLATORS: --help output for sorterr --percentage option
[a665282]1408#: ../src/sorterr.c:57
[4a78370]1409#: n:181
[1c6c300]1410msgid "sort by percentage error"
1411msgstr ""
1412
1413#. TRANSLATORS: --help output for sorterr --per-leg option
[a665282]1414#: ../src/sorterr.c:59
[4a78370]1415#: n:182
[1c6c300]1416msgid "sort by error per leg"
1417msgstr ""
1418
1419#. TRANSLATORS: --help output for sorterr --replace option
[a665282]1420#: ../src/sorterr.c:61
[4a78370]1421#: n:183
[1c6c300]1422msgid "replace .err file with resorted version"
1423msgstr ""
1424
1425#. TRANSLATORS: --help output for dump3d --rewind option
[a665282]1426#: ../src/dump3d.c:51
[4a78370]1427#: n:204
[1c6c300]1428msgid "rewind file and read it a second time"
1429msgstr ""
1430
[a665282]1431#. TRANSLATORS: error message given by "*units tape 0 feet" - it’s
1432#. meaningless to say your tape is marked in "0 feet" (but you might
1433#. measure distance by counting knots on a diving line, and tie them
1434#. every "2 feet").
[a7d4233]1435#: ../src/commands.c:1417
[4a78370]1436#: n:200
[d86459c]1437msgid "*UNITS factor must be non-zero"
1438msgstr "Fator em *UNITS não pode ser zero"
1439
1440#. TRANSLATORS: In the "File" menu
[31f1db0]1441#: ../src/mainfrm.cc:802
[4a78370]1442#: n:201
[d86459c]1443msgid "&Screenshot…"
1444msgstr "&Captura de Ecrã…"
1445
[31f1db0]1446#: ../src/mainfrm.cc:1454
[4a78370]1447#: n:202
[d86459c]1448#, c-format
[0804fbe]1449msgid "No survey data in 3d file “%s”"
1450msgstr "Não há dados de topografia no arquivo 3d “%s”"
[d86459c]1451
[a720caa]1452#: ../src/gfxcore.cc:704
[4a78370]1453#: n:203
[d86459c]1454msgid "Facing"
1455msgstr "Olhando para"
1456
1457#. TRANSLATORS: for the title of the About box
[a665282]1458#: ../src/aboutdlg.cc:70
[4a78370]1459#: n:205
[d86459c]1460#, c-format
1461msgid "About %s"
1462msgstr "Sobre %s"
1463
[a665282]1464#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions
1465#. - it should be translated to the terminology that cavers using the
1466#. language would use.
[97d5744]1467#.
[d86459c]1468#. File->Open dialog:
[31f1db0]1469#: ../src/mainfrm.cc:1928
[4a78370]1470#: n:206
[1c6c300]1471#, fuzzy
1472msgid "Select a survey file to view"
[d86459c]1473msgstr "Selecione um arquivo 3d para ser visualizado"
1474
[a7d4233]1475#. TRANSLATORS: Survex is the name of the software, and "3d" refers to a
1476#. file extension, so neither should be translated.
[31f1db0]1477#: ../src/mainfrm.cc:1905
[4a78370]1478#: n:207
[d86459c]1479msgid "Survex 3d files"
1480msgstr "Arquivos 3d do Survex"
1481
[31f1db0]1482#: ../src/mainfrm.cc:1920
1483#: ../src/mainfrm.cc:2357
1484#: ../src/printwx.cc:629
[4a78370]1485#: n:208
[d86459c]1486msgid "All files"
1487msgstr "Todos os arquivos"
1488
[a665282]1489#. TRANSLATORS: Here "survey" is a "cave map" rather than
1490#. list of questions - it should be translated to the
1491#. terminology that cavers using the language would use.
[31f1db0]1492#: ../src/mainfrm.cc:1902
[4a78370]1493#: n:229
[1c6c300]1494msgid "All survey files"
1495msgstr ""
1496
[a7d4233]1497#. TRANSLATORS: Survex is the name of the software, and "svx" refers to a
1498#. file extension, so neither should be translated.
[31f1db0]1499#: ../src/mainfrm.cc:1908
[4a78370]1500#: n:329
[38eced7]1501#, fuzzy
[1c6c300]1502msgid "Survex svx files"
[38eced7]1503msgstr "Arquivos svx do Survex"
[1c6c300]1504
[a665282]1505#. TRANSLATORS: "Compass" as in Larry Fish’s cave
[a7d4233]1506#. surveying package, so should not be translated
[31f1db0]1507#: ../src/mainfrm.cc:1916
[4a78370]1508#: n:330
[1c6c300]1509msgid "Compass DAT and MAK files"
1510msgstr ""
1511
[31f1db0]1512#: ../src/printwx.cc:277
[583c17d]1513#: n:411
1514msgid "DXF files"
[a770b1bd]1515msgstr "Arquivos DXF"
[583c17d]1516
[31f1db0]1517#: ../src/printwx.cc:278
[583c17d]1518#: n:412
1519msgid "EPS files"
[a770b1bd]1520msgstr "Arquivos EPS"
[583c17d]1521
[31f1db0]1522#: ../src/printwx.cc:279
[583c17d]1523#: n:413
1524msgid "GPX files"
[a770b1bd]1525msgstr "Arquivos GPX"
[583c17d]1526
[a7d4233]1527#. TRANSLATORS: Here "plotter" refers to a machine which draws a printout
1528#. on a (usually large) sheet of paper using a pen mounted in a motorised
1529#. mechanism.
[31f1db0]1530#: ../src/printwx.cc:283
[583c17d]1531#: n:414
1532msgid "HPGL for plotters"
1533msgstr ""
1534
[31f1db0]1535#: ../src/printwx.cc:285
[aa430ec]1536#: n:444
1537msgid "KML files"
1538msgstr "Arquivos KML"
1539
[a7d4233]1540#. TRANSLATORS: "Compass" and "Carto" are the names of software packages,
1541#. so should not be translated:
1542#. http://www.fountainware.com/compass/
1543#. http://www.psc-cavers.org/carto/
[31f1db0]1544#: ../src/printwx.cc:290
[583c17d]1545#: n:415
1546msgid "Compass PLT for use with Carto"
1547msgstr ""
1548
[a7d4233]1549#. TRANSLATORS: "Skencil" is the name of a software package, so should not be
1550#. translated: http://www.skencil.org/
[31f1db0]1551#: ../src/printwx.cc:293
[583c17d]1552#: n:416
[9fc1cac]1553msgid "Skencil files"
[a770b1bd]1554msgstr "Arquivos Skencil"
[583c17d]1555
[31f1db0]1556#: ../src/printwx.cc:294
[583c17d]1557#: n:417
1558msgid "SVG files"
[a770b1bd]1559msgstr "Arquivos SVG"
[1c6c300]1560
[31f1db0]1561#: ../src/printwx.cc:284
1562#: n:445
1563msgid "JSON files"
1564msgstr ""
1565
[a665282]1566#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions
1567#. - it should be translated to the terminology that cavers using the
1568#. language would use.
[97d5744]1569#.
1570#. This string is used in the about box (summarising the purpose of aven).
[a7d4233]1571#: ../src/aboutdlg.cc:98
[4a78370]1572#: n:209
[d86459c]1573msgid "Survey visualisation tool"
[8fa7902]1574msgstr "Ferramenta de visualização de Levantamento topográfico"
[d86459c]1575
[a665282]1576#. TRANSLATORS: Aven menu titles.  An “&” goes before the letter of any
1577#. accelerator key.  The accelerators must be different within this group
[31f1db0]1578#: ../src/mainfrm.cc:967
[4a78370]1579#: n:210
[d86459c]1580msgid "&File"
1581msgstr "&Arquivo"
1582
[31f1db0]1583#: ../src/mainfrm.cc:968
[4a78370]1584#: n:211
[d86459c]1585msgid "&Rotation"
1586msgstr "&Rotação"
1587
[31f1db0]1588#: ../src/mainfrm.cc:969
[4a78370]1589#: n:212
[d86459c]1590msgid "&Orientation"
1591msgstr "&Orientação"
1592
[31f1db0]1593#: ../src/mainfrm.cc:970
[4a78370]1594#: n:213
[d86459c]1595msgid "&View"
1596msgstr "&Visualisar"
1597
[31f1db0]1598#: ../src/mainfrm.cc:972
[4a78370]1599#: n:214
[d86459c]1600msgid "&Controls"
1601msgstr "&Controles"
1602
[31f1db0]1603#: ../src/mainfrm.cc:981
[4a78370]1604#: n:215
[d86459c]1605msgid "&Help"
1606msgstr "A&juda"
1607
[31f1db0]1608#: ../src/mainfrm.cc:974
[4a78370]1609#: n:216
[d86459c]1610msgid "&Presentation"
1611msgstr "A&presentação"
1612
[a7d4233]1613#. TRANSLATORS: Summary paragraph for the GPLv2 - there are translations for
1614#. some languages here:
1615#. http://www.gnu.org/licenses/old-licenses/gpl-2.0-translations.html
1616#: ../src/aboutdlg.cc:112
[4a78370]1617#: n:219
[d86459c]1618msgid "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."
1619msgstr "Este programa é um software de livre distribuição, que pode ser copiado e distribuído sob os termos da Licença Pública Geral GNU, conforme publicada pela Free Software Foundation, versão 2 da licença ou (a critério do autor) qualquer versão posterior."
1620
[1c6c300]1621#. TRANSLATORS: Part of 3dtopos --help
[a665282]1622#: ../src/3dtopos.c:86
[4a78370]1623#: n:217
[1c6c300]1624msgid "3D_FILE [POS_FILE]"
1625msgstr ""
1626
1627#. TRANSLATORS: Part of diffpos --help
[a665282]1628#: ../src/diffpos.c:265
[4a78370]1629#: n:218
[1c6c300]1630msgid "FILE1 FILE2 [THRESHOLD]"
1631msgstr ""
1632
1633#. TRANSLATORS: Part of diffpos --help
[a665282]1634#: ../src/diffpos.c:267
[4a78370]1635#: n:255
[38eced7]1636#, c-format
[1c6c300]1637msgid "FILE1 and FILE2 can be .pos or .3d files\nTHRESHOLD is the max. ignorable change along any axis in metres (default %s)"
1638msgstr ""
1639
1640#. TRANSLATORS: Part of extend --help
[a7d4233]1641#: ../src/extend.c:481
[4a78370]1642#: n:267
[1c6c300]1643msgid "INPUT_3D_FILE [OUTPUT_3D_FILE]"
1644msgstr ""
1645
1646#. TRANSLATORS: Part of sorterr --help
[a665282]1647#: ../src/sorterr.c:127
[4a78370]1648#: n:268
[a7b5554]1649msgid "ERR_FILE [HOW_MANY]"
[1c6c300]1650msgstr ""
1651
[a665282]1652#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions
1653#. - it should be translated to the terminology that cavers using the
1654#. language would use.
[97d5744]1655#.
1656#. Part of aven --help
[a665282]1657#: ../src/aven.cc:115
1658#: ../src/aven.cc:139
[4a78370]1659#: n:269
[1c6c300]1660msgid "[SURVEY_FILE]"
1661msgstr ""
1662
[a665282]1663#. TRANSLATORS: Aven menu items.  An “&” goes before the letter of any
1664#. accelerator key.
1665#.
[1c6c300]1666#. The string "\t" separates the menu text and any accelerator key.
[a665282]1667#.
1668#. "File" menu.  The accelerators must be different within this group.
[d86459c]1669#. c.f. 201, 380, 381.
[31f1db0]1670#: ../src/mainfrm.cc:795
[4a78370]1671#: n:220
[d86459c]1672msgid "&Open…\tCtrl+O"
1673msgstr "&Abrir…\tCtrl+O"
1674
[a665282]1675#. TRANSLATORS: Used in the "colour key" for "colour by date" if there
[a7d4233]1676#. are surveys without date information.  Try to keep this fairly short.
1677#: ../src/gfxcore.cc:1048
[4a78370]1678#: n:221
[1c6c300]1679msgid "Undated"
[7196714]1680msgstr "Sem data"
[1c6c300]1681
1682#. TRANSLATORS: Used in the "colour key" for "colour by error" for surveys
[a7d4233]1683#. which aren’t part of a loop and so have no error information. Try to keep
1684#. this fairly short.
1685#: ../src/gfxcore.cc:1073
[4a78370]1686#: n:290
[1c6c300]1687msgid "Not in loop"
1688msgstr ""
[d86459c]1689
[a665282]1690#. TRANSLATORS: error from:
1691#.
1692#. *data normal newline from to tape compass clino
[a7d4233]1693#: ../src/commands.c:1261
[4a78370]1694#: n:222
[ee7511a]1695msgid "NEWLINE can’t be the first reading"
[d86459c]1696msgstr "NEWLINE não pode ser o primeiro valor"
1697
[a665282]1698#. TRANSLATORS: error from:
1699#.
1700#. *data normal from to tape compass clino newline
[a7d4233]1701#: ../src/commands.c:1299
[4a78370]1702#: n:223
[ee7511a]1703msgid "NEWLINE can’t be the last reading"
[d86459c]1704msgstr "NEWLINE não pode ser o último valor"
1705
[a665282]1706#. TRANSLATORS: Error given by something like:
1707#.
1708#. *data normal station tape compass clino
1709#.
1710#. ("station" signifies interleaved data).
[a7d4233]1711#: ../src/commands.c:1322
[4a78370]1712#: n:224
[d86459c]1713msgid "Interleaved readings, but no NEWLINE"
1714msgstr "Valores em mais de uma linha sem NEWLINE"
1715
[a665282]1716#. TRANSLATORS: caused by e.g.
1717#.
1718#. *data diving station newline depth tape compass
1719#.
1720#. ("depth" needs to occur before "newline").
[a7d4233]1721#: ../src/commands.c:1198
[4a78370]1722#: n:225
[d86459c]1723#, c-format
[0804fbe]1724msgid "Reading “%s” must occur before NEWLINE"
1725msgstr "Valor “%s” deve estar antes do NEWLINE"
[d86459c]1726
[a665282]1727#. TRANSLATORS: e.g.
1728#.
1729#. *data normal from to tape newline compass clino
[a7d4233]1730#: ../src/commands.c:1251
[4a78370]1731#: n:226
[d86459c]1732msgid "NEWLINE can only be preceded by STATION, DEPTH, and COUNT"
1733msgstr "NEWLINE só pode ser precedido por STATION, DEPTH e COUNT"
1734
[a7d4233]1735#. TRANSLATORS: e.g.
1736#.
1737#. *calibrate tape compass 1 1
1738#: ../src/commands.c:1455
[4a78370]1739#: n:227
[ee7511a]1740msgid "Can’t calibrate angular and length quantities together"
[d86459c]1741msgstr "Não é possível calibrar ângulos e comprimentos ao mesmo tempo"
1742
[dfc141d]1743#: ../src/commands.c:589
[9e5ad92]1744#: n:397
1745msgid "Bad *alias command"
1746msgstr ""
1747
[a665282]1748#. TRANSLATORS: %s will be replaced by the application name ("Aven"
1749#. currently)
1750#: ../src/log.cc:32
[4a78370]1751#: n:228
[38eced7]1752#, c-format
[1c6c300]1753msgid "%s Error Log"
1754msgstr ""
[d86459c]1755
[a665282]1756#. TRANSLATORS: The text on the action button in the "Export" settings
1757#. dialog
[31f1db0]1758#: ../src/printwx.cc:588
[4a78370]1759#: n:230
[d86459c]1760msgid "&Export…"
1761msgstr "&Exportar…"
1762
[a665282]1763#. TRANSLATORS: "Rotation" menu.  The accelerators must be different within
1764#. this group.  Tickable menu item which toggles auto rotation
[31f1db0]1765#: ../src/mainfrm.cc:823
[4a78370]1766#: n:231
[d86459c]1767msgid "Au&to-Rotate\tSpace"
1768msgstr "Au&to-Rodar\tSpace"
1769
[31f1db0]1770#: ../src/mainfrm.cc:825
[4a78370]1771#: n:232
[d86459c]1772msgid "Speed &Up"
1773msgstr "&Aumentar Velocidade"
1774
[31f1db0]1775#: ../src/mainfrm.cc:826
[4a78370]1776#: n:233
[d86459c]1777msgid "Slow &Down"
1778msgstr "&Diminuir Velocidade"
1779
[31f1db0]1780#: ../src/mainfrm.cc:828
[4a78370]1781#: n:234
[d86459c]1782msgid "&Reverse Direction"
1783msgstr "&Inverter Sentido"
1784
[31f1db0]1785#: ../src/mainfrm.cc:830
[4a78370]1786#: n:235
[d86459c]1787msgid "Step Once &Anticlockwise"
1788msgstr "Um Passo A&ntihorário"
1789
[31f1db0]1790#: ../src/mainfrm.cc:831
[4a78370]1791#: n:236
[d86459c]1792msgid "Step Once &Clockwise"
1793msgstr "Um Passo &Horário"
1794
1795#. TRANSLATORS: View *looking* North
[a7d4233]1796#: ../src/gfxcore.cc:3262
[31f1db0]1797#: ../src/mainfrm.cc:834
[4a78370]1798#: n:240
[d86459c]1799msgid "View &North"
1800msgstr "Olhar para &Norte"
1801
1802#. TRANSLATORS: View *looking* East
[a7d4233]1803#: ../src/gfxcore.cc:3264
[31f1db0]1804#: ../src/mainfrm.cc:835
[4a78370]1805#: n:241
[d86459c]1806msgid "View &East"
1807msgstr "Olhar para &Leste"
1808
1809#. TRANSLATORS: View *looking* South
[a7d4233]1810#: ../src/gfxcore.cc:3266
[31f1db0]1811#: ../src/mainfrm.cc:836
[4a78370]1812#: n:242
[d86459c]1813msgid "View &South"
1814msgstr "Olhar para &Sul"
1815
1816#. TRANSLATORS: View *looking* West
[a7d4233]1817#: ../src/gfxcore.cc:3268
[31f1db0]1818#: ../src/mainfrm.cc:837
[4a78370]1819#: n:243
[d86459c]1820msgid "View &West"
1821msgstr "Olhar para &Oeste"
1822
[a665282]1823#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions
1824#. - it should be translated to the terminology that cavers using the
1825#. language would use.
[31f1db0]1826#: ../src/mainfrm.cc:842
[4a78370]1827#: n:244
[d86459c]1828msgid "Shift Survey &Left"
1829msgstr "Mover para &Esquerda"
1830
[a665282]1831#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions
1832#. - it should be translated to the terminology that cavers using the
1833#. language would use.
[31f1db0]1834#: ../src/mainfrm.cc:846
[4a78370]1835#: n:245
[d86459c]1836msgid "Shift Survey &Right"
1837msgstr "Mover para &Direita"
1838
[a665282]1839#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions
1840#. - it should be translated to the terminology that cavers using the
1841#. language would use.
[31f1db0]1842#: ../src/mainfrm.cc:850
[4a78370]1843#: n:246
[d86459c]1844msgid "Shift Survey &Up"
1845msgstr "Mover para &Cima"
1846
[a665282]1847#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions
1848#. - it should be translated to the terminology that cavers using the
1849#. language would use.
[31f1db0]1850#: ../src/mainfrm.cc:854
[4a78370]1851#: n:247
[d86459c]1852msgid "Shift Survey &Down"
1853msgstr "Mover para &Baixo"
1854
[a7d4233]1855#: ../src/gfxcore.cc:3285
[31f1db0]1856#: ../src/mainfrm.cc:856
[4a78370]1857#: n:248
[d86459c]1858msgid "&Plan View"
1859msgstr "&Planta"
1860
[a7d4233]1861#: ../src/gfxcore.cc:3286
[31f1db0]1862#: ../src/mainfrm.cc:857
[4a78370]1863#: n:249
[d86459c]1864msgid "Ele&vation"
1865msgstr "Per&fil"
1866
[31f1db0]1867#: ../src/mainfrm.cc:859
[4a78370]1868#: n:250
[d86459c]1869msgid "&Higher Viewpoint"
1870msgstr "Observador Mais &Alto"
1871
[31f1db0]1872#: ../src/mainfrm.cc:860
[4a78370]1873#: n:251
[d86459c]1874msgid "L&ower Viewpoint"
1875msgstr "Observador Mais Bai&xo"
1876
[31f1db0]1877#: ../src/mainfrm.cc:863
[4a78370]1878#: n:252
[d86459c]1879msgid "&Zoom In\t]"
1880msgstr "Aproxi&mar\t]"
1881
[31f1db0]1882#: ../src/mainfrm.cc:864
[4a78370]1883#: n:253
[d86459c]1884msgid "Zoo&m Out\t["
1885msgstr "Afas&tar\t["
1886
[31f1db0]1887#: ../src/mainfrm.cc:866
[4a78370]1888#: n:254
[d86459c]1889msgid "Restore De&fault View"
1890msgstr "&Restaurar Vista Predefinida"
1891
[a665282]1892#. TRANSLATORS: Used as a label for the surrounding box for the "Bearing"
1893#. and "Tilt angle" fields, and the "Plan view" and "Elevation" buttons in
1894#. the "what to print/export" dialog.
[31f1db0]1895#: ../src/printwx.cc:366
[4a78370]1896#: n:283
[8011e0c]1897msgid "View"
1898msgstr "Vista"
1899
[a665282]1900#. TRANSLATORS: Used as a label for the surrounding box for the "survey
1901#. legs" "stations" "names" etc checkboxes in the "what to print" dialog.
1902#. "Elements" isn’t a good name for this but nothing better has yet come to
1903#. mind!
[31f1db0]1904#: ../src/printwx.cc:371
[4a78370]1905#: n:256
[d86459c]1906msgid "Elements"
1907msgstr "Elementos"
1908
[31f1db0]1909#: ../src/printwx.cc:377
1910#: n:410
1911msgid "Export format"
1912msgstr "Formato para exportar"
1913
1914#: ../src/printwx.cc:426
1915#: ../src/printwx.cc:801
[4a78370]1916#: n:257
[d86459c]1917#, c-format
1918msgid "%d pages (%dx%d)"
1919msgstr "%d páginas (%dx%d)"
1920
[a665282]1921#. TRANSLATORS: used in the scale drop down selector in the print
1922#. dialog the implicit meaning is "choose a suitable scale to fit
1923#. the plot on a single page", but we need something shorter
[31f1db0]1924#: ../src/printwx.cc:408
1925#: ../src/printwx.cc:820
[4a78370]1926#: n:258
[d86459c]1927msgid "One page"
1928msgstr "Uma página"
1929
[31f1db0]1930#: ../src/mainfrm.cc:162
1931#: ../src/printwx.cc:439
[4a78370]1932#: n:259
[d86459c]1933msgid "Bearing"
1934msgstr "Azimute"
1935
[31f1db0]1936#: ../src/printwx.cc:478
[4a78370]1937#: n:260
[d86459c]1938msgid "Station Names"
1939msgstr "Nomes de base"
1940
[31f1db0]1941#: ../src/printwx.cc:474
[4a78370]1942#: n:261
[d86459c]1943msgid "Crosses"
1944msgstr "Marcas de base"
1945
[97d5744]1946#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
1947#. "survey stations".
[31f1db0]1948#: ../src/printwx.cc:464
[4a78370]1949#: n:262
[d86459c]1950msgid "Underground Survey Legs"
1951msgstr "Visadas Subterrâneas"
1952
[31f1db0]1953#: ../src/printwx.cc:494
[97d5744]1954#: n:393
1955msgid "Cross-sections"
[6eef93d]1956msgstr "Secções cruzadas"
[97d5744]1957
[31f1db0]1958#: ../src/printwx.cc:499
[97d5744]1959#: n:394
1960msgid "Walls"
[6eef93d]1961msgstr "Parede"
[97d5744]1962
[31f1db0]1963#: ../src/printwx.cc:503
[97d5744]1964#: n:395
1965msgid "Passages"
[6eef93d]1966msgstr "Passagem"
[97d5744]1967
[31f1db0]1968#: ../src/printwx.cc:507
[57f70f2]1969#: n:421
1970msgid "Origin in centre"
1971msgstr ""
1972
[31f1db0]1973#: ../src/printwx.cc:511
[57f70f2]1974#: n:422
1975msgid "Full coordinates"
1976msgstr ""
1977
[d86459c]1978#. TRANSLATORS: Used in the print dialog:
[31f1db0]1979#: ../src/printwx.cc:445
[4a78370]1980#: n:263
[d86459c]1981msgid "Tilt angle"
1982msgstr "Ângulo de inclinação"
1983
[a665282]1984#. TRANSLATORS: used in the print dialog - controls drawing lines
1985#. around each page
[31f1db0]1986#: ../src/printwx.cc:519
[4a78370]1987#: n:264
[d86459c]1988msgid "Page Borders"
1989msgstr "Bordas da Página"
1990
[a665282]1991#. TRANSLATORS: As in the legend on a map.  Used in the print dialog -
1992#. controls drawing the box at the lower left with survey name, view
1993#. angles, etc
[31f1db0]1994#: ../src/printwx.cc:530
[4a78370]1995#: n:265
[08e858b]1996#, fuzzy
1997msgid "Legend"
[1cfb7ee]1998msgstr "Legenda"
[d86459c]1999
[a665282]2000#. TRANSLATORS: will be used in the print dialog - check this to print
2001#. blank pages (otherwise they’ll be skipped to save paper)
[31f1db0]2002#: ../src/printwx.cc:525
[4a78370]2003#: n:266
[d86459c]2004msgid "Blank Pages"
2005msgstr "Páginas em branco"
2006
[63a4d47]2007#. TRANSLATORS: Items in the "View" menu:
[31f1db0]2008#: ../src/mainfrm.cc:883
[4a78370]2009#: n:270
[d86459c]2010msgid "Station &Names\tCtrl+N"
2011msgstr "&Nomes de base\tCtrl+N"
2012
[63a4d47]2013#. TRANSLATORS: Toggles drawing of 3D passages
[31f1db0]2014#: ../src/mainfrm.cc:885
[4a78370]2015#: n:346
[63a4d47]2016msgid "Passage &Tubes\tCtrl+T"
2017msgstr "&Tubos de Passagem\tCtrl+T"
2018
[31f1db0]2019#: ../src/mainfrm.cc:886
[4a78370]2020#: n:271
[d86459c]2021msgid "&Crosses\tCtrl+X"
2022msgstr "&Marcas de base\tCtrl+X"
2023
[31f1db0]2024#: ../src/mainfrm.cc:887
[4a78370]2025#: n:297
[63a4d47]2026msgid "&Grid\tCtrl+G"
2027msgstr "&Grade\tCtrl+G"
2028
[31f1db0]2029#: ../src/mainfrm.cc:888
[4a78370]2030#: n:318
[63a4d47]2031msgid "&Bounding Box\tCtrl+B"
2032msgstr "Caixa &Barreira\tCtrl+B"
2033
[97d5744]2034#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
2035#. "survey stations".
[31f1db0]2036#: ../src/mainfrm.cc:892
[4a78370]2037#: n:272
[d86459c]2038msgid "&Underground Survey Legs\tCtrl+L"
2039msgstr "&Visadas Subterrâneas\tCtrl+L"
2040
[97d5744]2041#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
2042#. "survey stations".
[31f1db0]2043#: ../src/mainfrm.cc:895
[4a78370]2044#: n:291
[d86459c]2045msgid "&Surface Survey Legs\tCtrl+F"
2046msgstr "Visadas de Super&fície\tCtrl+F"
2047
[31f1db0]2048#: ../src/mainfrm.cc:904
[4a78370]2049#: n:273
[63a4d47]2050msgid "&Overlapping Names"
2051msgstr "Nomes &Sobrepostos"
2052
[a7d4233]2053#: ../src/gfxcore.cc:3323
[31f1db0]2054#: ../src/mainfrm.cc:905
[4a78370]2055#: n:292
[d86459c]2056msgid "Colour by &Depth"
2057msgstr "Colorir de acordo com &Profundidade"
2058
[a7d4233]2059#: ../src/gfxcore.cc:3324
[31f1db0]2060#: ../src/mainfrm.cc:906
[4a78370]2061#: n:293
[d86459c]2062msgid "Colour by D&ate"
2063msgstr "Colorir de acordo com &Data"
2064
[a7d4233]2065#: ../src/gfxcore.cc:3325
[31f1db0]2066#: ../src/mainfrm.cc:907
[4a78370]2067#: n:289
[63a4d47]2068msgid "Colour by E&rror"
2069msgstr "Colorir de acordo com Err&os"
2070
[31f1db0]2071#: ../src/mainfrm.cc:909
[4a78370]2072#: n:294
[d86459c]2073msgid "Highlight &Entrances"
2074msgstr "Destacar &Entradas"
2075
[31f1db0]2076#: ../src/mainfrm.cc:910
[4a78370]2077#: n:295
[d86459c]2078msgid "Highlight &Fixed Points"
2079msgstr "Destacar Bases Fi&xadas"
2080
[31f1db0]2081#: ../src/mainfrm.cc:911
[4a78370]2082#: n:296
[d86459c]2083msgid "Highlight E&xported Points"
2084msgstr "Destacar Bases Export&adas"
2085
[31f1db0]2086#: ../src/printwx.cc:482
[57f70f2]2087#: n:418
2088msgid "Entrances"
2089msgstr "Entradas"
2090
[31f1db0]2091#: ../src/printwx.cc:486
[57f70f2]2092#: n:419
2093msgid "Fixed Points"
2094msgstr "Bases Fixadas"
2095
[31f1db0]2096#: ../src/printwx.cc:490
[57f70f2]2097#: n:420
2098msgid "Exported Stations"
2099msgstr "Bases Exportadas"
2100
[31f1db0]2101#: ../src/mainfrm.cc:916
[4a78370]2102#: n:237
[63a4d47]2103msgid "&Perspective"
2104msgstr "Pe&rspectiva"
2105
[31f1db0]2106#: ../src/mainfrm.cc:918
[4a78370]2107#: n:238
[63a4d47]2108msgid "Textured &Walls"
2109msgstr "Parede Texturi&zadas"
2110
[a665282]2111#. TRANSLATORS: Toggles OpenGL "Depth Fogging" - feel free to translate
2112#. using that term instead if it gives a better translation which most
2113#. users will understand.
[31f1db0]2114#: ../src/mainfrm.cc:922
[4a78370]2115#: n:239
[63a4d47]2116msgid "Fade Distant Ob&jects"
2117msgstr "Distância de desvanecimento de Ob&jectos"
[d86459c]2118
[97d5744]2119#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
2120#. "survey stations".
[31f1db0]2121#: ../src/mainfrm.cc:925
[4a78370]2122#: n:298
[d86459c]2123msgid "Smoot&hed Survey Legs"
2124msgstr "Visadas S&uavizadas"
2125
[31f1db0]2126#: ../src/mainfrm.cc:931
2127#: ../src/mainfrm.cc:935
[4a78370]2128#: n:356
[63a4d47]2129msgid "Full Screen &Mode\tF11"
2130msgstr "Modo Ecrã &Completo\tF11"
2131
[31f1db0]2132#: ../src/mainfrm.cc:949
[4a78370]2133#: n:274
[63a4d47]2134msgid "&Compass"
2135msgstr "&Bússola"
2136
[31f1db0]2137#: ../src/mainfrm.cc:950
[4a78370]2138#: n:275
[63a4d47]2139msgid "C&linometer"
2140msgstr "&Clinômetro"
2141
2142#. TRANSLATORS: The "Colour Key" is the thing in aven showing which colour
2143#. corresponds to which depth, date, survey closure error, etc.
[31f1db0]2144#: ../src/mainfrm.cc:953
[4a78370]2145#: n:276
[63a4d47]2146msgid "Colour &Key"
2147msgstr ""
2148
[31f1db0]2149#: ../src/mainfrm.cc:954
[4a78370]2150#: n:277
[63a4d47]2151msgid "&Scale Bar"
2152msgstr "Barra de &Escala"
2153
[31f1db0]2154#: ../src/mainfrm.cc:944
[4a78370]2155#: n:280
[63a4d47]2156msgid "&Reverse Sense\tCtrl+R"
2157msgstr "&Inverter Sentido\tCtrl+R"
2158
[31f1db0]2159#: ../src/mainfrm.cc:914
2160#: ../src/mainfrm.cc:946
[4a78370]2161#: n:281
[63a4d47]2162msgid "&Cancel Measuring Line\tEscape"
2163msgstr "&Cancelar linha de medida\tEscape"
2164
[31f1db0]2165#: ../src/mainfrm.cc:955
[4a78370]2166#: n:299
[d86459c]2167msgid "&Indicators"
2168msgstr "I&ndicadores"
2169
[aa430ec]2170#: ../src/z_getopt.c:697
2171#: ../src/z_getopt.c:709
[4a78370]2172#: n:300
[d86459c]2173#, c-format
[0804fbe]2174msgid "%s: option “%s” is ambiguous\n"
2175msgstr "%s: opção “%s” é ambígua\n"
[d86459c]2176
[aa430ec]2177#: ../src/z_getopt.c:1025
2178#: ../src/z_getopt.c:1036
[4a78370]2179#: n:301
[d86459c]2180#, c-format
[0804fbe]2181msgid "%s: option “-W %s” is ambiguous\n"
2182msgstr "%s: opção “-W %s” é ambígua\n"
[d86459c]2183
[aa430ec]2184#: ../src/z_getopt.c:753
2185#: ../src/z_getopt.c:757
[4a78370]2186#: n:302
[d86459c]2187#, c-format
[ee7511a]2188msgid "%s: option “%c%s” doesn’t allow an argument\n"
[0804fbe]2189msgstr "%s: opção “%c%s” não permite argumentos\n"
[d86459c]2190
[aa430ec]2191#: ../src/z_getopt.c:742
2192#: ../src/z_getopt.c:745
[4a78370]2193#: n:303
[d86459c]2194#, c-format
[ee7511a]2195msgid "%s: option “--%s” doesn’t allow an argument\n"
[0804fbe]2196msgstr "%s: opção “--%s” não permite argumentos\n"
[d86459c]2197
[aa430ec]2198#: ../src/z_getopt.c:1060
2199#: ../src/z_getopt.c:1071
[4a78370]2200#: n:304
[d86459c]2201#, c-format
[ee7511a]2202msgid "%s: option “-W %s” doesn’t allow an argument\n"
[0804fbe]2203msgstr "%s: opção “-W %s” não permite argumentos\n"
[d86459c]2204
[aa430ec]2205#: ../src/z_getopt.c:792
2206#: ../src/z_getopt.c:804
2207#: ../src/z_getopt.c:1091
2208#: ../src/z_getopt.c:1103
[4a78370]2209#: n:305
[d86459c]2210#, c-format
[0804fbe]2211msgid "%s: option “%s” requires an argument\n"
2212msgstr "%s: opção “%s” requer um argumento\n"
[d86459c]2213
[aa430ec]2214#: ../src/z_getopt.c:962
2215#: ../src/z_getopt.c:973
2216#: ../src/z_getopt.c:1156
2217#: ../src/z_getopt.c:1168
[4a78370]2218#: n:306
[d86459c]2219#, c-format
2220msgid "%s: option requires an argument -- %c\n"
2221msgstr "%s: opção requer um argumento -- %c\n"
2222
[aa430ec]2223#: ../src/z_getopt.c:842
2224#: ../src/z_getopt.c:845
[4a78370]2225#: n:307
[d86459c]2226#, c-format
[0804fbe]2227msgid "%s: unrecognized option “--%s”\n"
2228msgstr "%s: opção “--%s” não reconhecida\n"
[d86459c]2229
[aa430ec]2230#: ../src/z_getopt.c:853
2231#: ../src/z_getopt.c:856
[4a78370]2232#: n:308
[d86459c]2233#, c-format
[0804fbe]2234msgid "%s: unrecognized option “%c%s”\n"
2235msgstr "%s: opção “%c%s” não reconhecida\n"
[d86459c]2236
[aa430ec]2237#: ../src/z_getopt.c:903
2238#: ../src/z_getopt.c:906
[4a78370]2239#: n:309
[d86459c]2240#, c-format
2241msgid "%s: illegal option -- %c\n"
2242msgstr "%s: opção ilegal -- %c\n"
2243
[aa430ec]2244#: ../src/z_getopt.c:912
2245#: ../src/z_getopt.c:915
[4a78370]2246#: n:310
[d86459c]2247#, c-format
2248msgid "%s: invalid option -- %c\n"
2249msgstr "%s: opção inválida -- %c\n"
2250
[31f1db0]2251#: ../src/mainfrm.cc:869
[4a78370]2252#: n:311
[d86459c]2253msgid "&New Presentation"
2254msgstr "&Nova Apresentação"
2255
[31f1db0]2256#: ../src/mainfrm.cc:870
[4a78370]2257#: n:312
[d86459c]2258msgid "&Open Presentation…"
2259msgstr "&Abrir Apresentação…"
2260
[31f1db0]2261#: ../src/mainfrm.cc:871
[4a78370]2262#: n:313
[d86459c]2263msgid "&Save Presentation"
2264msgstr "Guardar Apre&sentação"
2265
[31f1db0]2266#: ../src/mainfrm.cc:872
[4a78370]2267#: n:314
[d86459c]2268msgid "Sa&ve Presentation As…"
2269msgstr "&Guardar Apresentação como…"
2270
2271#. TRANSLATORS: "Mark" as in "Mark this position"
[31f1db0]2272#: ../src/mainfrm.cc:875
[4a78370]2273#: n:315
[d86459c]2274msgid "&Mark"
2275msgstr "&Marcar"
2276
2277#. TRANSLATORS: "Play" as in "Play back a recording"
[31f1db0]2278#: ../src/mainfrm.cc:877
[4a78370]2279#: n:316
[d86459c]2280msgid "Pla&y"
2281msgstr "Reprodu&zir"
2282
[31f1db0]2283#: ../src/mainfrm.cc:878
[4a78370]2284#: n:317
[d86459c]2285msgid "&Export as Movie…"
2286msgstr "&Exportar como Filme…"
2287
[31f1db0]2288#: ../src/mainfrm.cc:2434
[4a78370]2289#: n:331
[1c6c300]2290msgid "Export Movie"
2291msgstr ""
2292
[31f1db0]2293#: ../src/mainfrm.cc:370
[4a78370]2294#: n:319
[d86459c]2295msgid "Select an output filename"
2296msgstr "Escolha um nome de arquivo de saída"
2297
[31f1db0]2298#: ../src/mainfrm.cc:367
2299#: ../src/mainfrm.cc:2356
[4a78370]2300#: n:320
[d86459c]2301msgid "Aven presentations"
2302msgstr "Apresentações Aven"
2303
2304#. TRANSLATORS: title of the save screenshot dialog
[31f1db0]2305#: ../src/mainfrm.cc:1942
[4a78370]2306#: n:321
[d86459c]2307msgid "Save Screenshot"
2308msgstr "Guardar a Captura de Ecrã"
2309
[31f1db0]2310#: ../src/mainfrm.cc:2351
2311#: ../src/mainfrm.cc:2354
[4a78370]2312#: n:322
[d86459c]2313msgid "Select a presentation to open"
2314msgstr "Escolha uma apresentação para abrir"
2315
[31f1db0]2316#: ../src/mainfrm.cc:449
[4a78370]2317#: n:323
[d86459c]2318#, c-format
[0804fbe]2319msgid "Error in format of presentation file “%s”"
2320msgstr "Erro no formato da apresentação “%s”"
[d86459c]2321
[a665282]2322#. TRANSLATORS: "Compass" as in Larry Fish’s cave
2323#. surveying package, so probably shouldn’t be translated
[31f1db0]2324#: ../src/mainfrm.cc:1912
[4a78370]2325#: n:324
[d86459c]2326msgid "Compass PLT files"
[8fa7902]2327msgstr "Arquivos Compass PLT"
[d86459c]2328
[a665282]2329#. TRANSLATORS: "CMAP" is Bob Thrun’s cave surveying
2330#. package, so don’t translate it.
[31f1db0]2331#: ../src/mainfrm.cc:1919
[4a78370]2332#: n:325
[d86459c]2333msgid "CMAP XYZ files"
[8fa7902]2334msgstr "Arquivos CMAP XYZ"
[d86459c]2335
2336#. TRANSLATORS: title of message box
[31f1db0]2337#: ../src/mainfrm.cc:2005
2338#: ../src/mainfrm.cc:2328
2339#: ../src/mainfrm.cc:2345
[4a78370]2340#: n:326
[d86459c]2341msgid "Modified Presentation"
2342msgstr "Apresentação Modificada"
2343
2344#. TRANSLATORS: and the question in that box
[31f1db0]2345#: ../src/mainfrm.cc:2003
2346#: ../src/mainfrm.cc:2327
2347#: ../src/mainfrm.cc:2344
[4a78370]2348#: n:327
[d86459c]2349msgid "The current presentation has been modified.  Abandon unsaved changes?"
2350msgstr "A apresentação actual foi modificada. Abandonar as alterações não guardadas ?"
2351
[31f1db0]2352#: ../src/mainfrm.cc:2645
2353#: ../src/mainfrm.cc:2656
[4a78370]2354#: n:328
[d86459c]2355msgid "No matches were found."
2356msgstr "Nada foi encontrado."
2357
[1c6c300]2358#. TRANSLATORS: "Find stations" button tooltip
[31f1db0]2359#: ../src/mainfrm.cc:1029
[4a78370]2360#: n:332
[d86459c]2361msgid "Find"
2362msgstr "Procurar"
2363
[1c6c300]2364#. TRANSLATORS: "Hide stations" button default tooltip
[31f1db0]2365#: ../src/mainfrm.cc:1031
2366#: ../src/mainfrm.cc:2688
[4a78370]2367#: n:333
[d86459c]2368msgid "Hide"
2369msgstr "Esconder"
2370
[1c6c300]2371#. TRANSLATORS: "Hide stations" button tooltip when stations are found
[31f1db0]2372#: ../src/mainfrm.cc:2649
[4a78370]2373#: n:334
[1c6c300]2374#, c-format
2375msgid "Hide %d found stations"
2376msgstr ""
2377
[31f1db0]2378#: ../src/mainfrm.cc:250
2379#: ../src/mainfrm.cc:2093
2380#: ../src/mainfrm.cc:2174
2381#: ../src/mainfrm.cc:2226
[4a78370]2382#: n:335
[d86459c]2383msgid "Altitude"
2384msgstr "Altura"
2385
[a665282]2386#. TRANSLATORS: error if you try to drag multiple files to the aven
2387#. window
[31f1db0]2388#: ../src/mainfrm.cc:727
[4a78370]2389#: n:336
[d86459c]2390msgid "You may only view one 3d file at a time."
2391msgstr "Só é possível examinar um arquivo 3d de cada vez"
2392
[31f1db0]2393#: ../src/mainfrm.cc:956
[4a78370]2394#: n:337
[d86459c]2395msgid "&Side Panel"
2396msgstr "&Painel lateral"
2397
[a665282]2398#. TRANSLATORS: show coordinates (N = North or Northing, E = East or
2399#. Easting)
[31f1db0]2400#: ../src/mainfrm.cc:2091
2401#: ../src/mainfrm.cc:2113
2402#: ../src/mainfrm.cc:2115
2403#: ../src/mainfrm.cc:2225
[4a78370]2404#: n:338
[d86459c]2405msgid "%.2f E, %.2f N"
2406msgstr "%.2f L, %.2f N"
2407
2408#. TRANSLATORS: Used in Aven:
2409#. From <stationname>
2410#. H: 123.45m V: 234.56m
2411#. Dist: 456.78m  Brg: 200
[31f1db0]2412#: ../src/mainfrm.cc:2133
2413#: ../src/mainfrm.cc:2183
2414#: ../src/mainfrm.cc:2245
[4a78370]2415#: n:339
[d86459c]2416#, c-format
2417msgid "From %s"
2418msgstr "De %s"
2419
2420#. TRANSLATORS: "H" is short for "Horizontal", "V" for "Vertical"
[31f1db0]2421#: ../src/mainfrm.cc:2258
[4a78370]2422#: n:340
[d86459c]2423#, c-format
2424msgid "H %.2f%s, V %.2f%s"
2425msgstr "H %.2f%s, V %.2f%s"
2426
[a665282]2427#. TRANSLATORS: "Dist" is short for "Distance", "Brg" for "Bearing" (as
2428#. in Compass bearing)
[31f1db0]2429#: ../src/mainfrm.cc:2270
[4a78370]2430#: n:341
[d86459c]2431#, c-format
2432msgid "%s: %s, Dist %.2f%s, Brg %03d%s"
2433msgstr "%s: %s, Dist %.2f%s, Azim %03d%s"
2434
[a720caa]2435#. TRANSLATORS: tickable menu item in View menu.
[a7d4233]2436#.
2437#. "Metric" here means metres, km, etc (rather than feet, miles, etc)
2438#: ../src/gfxcore.cc:3314
2439#: ../src/gfxcore.cc:3332
[31f1db0]2440#: ../src/mainfrm.cc:958
[4a78370]2441#: n:342
[d86459c]2442msgid "&Metric"
2443msgstr "&Métrico"
2444
[8fa7902]2445#. TRANSLATORS: tickable menu item in View menu.
[a665282]2446#.
2447#. Degrees are the angular measurement where there are 360 in a full
2448#. circle.
[a7d4233]2449#: ../src/gfxcore.cc:3276
2450#: ../src/gfxcore.cc:3294
[31f1db0]2451#: ../src/mainfrm.cc:959
[4a78370]2452#: n:343
[d86459c]2453msgid "&Degrees"
2454msgstr "&Graus"
2455
[d171c0c]2456#. TRANSLATORS: tickable menu item in View menu.
[a665282]2457#.
2458#. Show the tilt of the survey as a percentage gradient (100% = 45
2459#. degrees = 50 grad).
[a7d4233]2460#: ../src/gfxcore.cc:3299
[31f1db0]2461#: ../src/mainfrm.cc:960
[d171c0c]2462#: n:430
2463#, fuzzy
2464msgid "&Percent"
2465msgstr "P&ercent"
2466
[a665282]2467#. TRANSLATORS: abbreviation for "kilometres" (unit of length),
2468#. used e.g.  "5km".
2469#.
2470#. If there should be a space between the number and this, include
2471#. one in the translation.
[a7d4233]2472#: ../src/gfxcore.cc:1146
[31f1db0]2473#: ../src/printwx.cc:1110
[ccb83b7]2474#: n:423
2475msgid "km"
[0bb6bef]2476msgstr "km"
[ccb83b7]2477
[a665282]2478#. TRANSLATORS: abbreviation for "metres" (unit of length), used
2479#. e.g. "10m".
[ccb83b7]2480#.
[a665282]2481#. If there should be a space between the number and this, include
2482#. one in the translation.
[a720caa]2483#: ../src/gfxcore.cc:1018
[a7d4233]2484#: ../src/gfxcore.cc:1153
[31f1db0]2485#: ../src/mainfrm.cc:2082
2486#: ../src/mainfrm.cc:2149
2487#: ../src/mainfrm.cc:2169
2488#: ../src/mainfrm.cc:2218
2489#: ../src/mainfrm.cc:2249
2490#: ../src/printwx.cc:1112
[ccb83b7]2491#: n:424
[e9988b3]2492msgid "m"
[ba8f8d3]2493msgstr "m"
[e9988b3]2494
[a665282]2495#. TRANSLATORS: abbreviation for "centimetres" (unit of length),
2496#. used e.g.  "50cm".
[ccb83b7]2497#.
[a665282]2498#. If there should be a space between the number and this, include
2499#. one in the translation.
[a7d4233]2500#: ../src/gfxcore.cc:1161
[31f1db0]2501#: ../src/printwx.cc:1115
[ccb83b7]2502#: n:425
2503msgid "cm"
2504msgstr ""
2505
[a665282]2506#. TRANSLATORS: abbreviation for "miles" (unit of length,
2507#. plural), used e.g.  "2 miles".
[ccb83b7]2508#.
[a665282]2509#. If there should be a space between the number and this,
2510#. include one in the translation.
[a7d4233]2511#: ../src/gfxcore.cc:1174
[ccb83b7]2512#: n:426
2513msgid " miles"
2514msgstr ""
2515
[a665282]2516#. TRANSLATORS: abbreviation for "mile" (unit of length,
2517#. singular), used e.g.  "1 mile".
[ccb83b7]2518#.
[a665282]2519#. If there should be a space between the number and this,
2520#. include one in the translation.
[a7d4233]2521#: ../src/gfxcore.cc:1181
[ccb83b7]2522#: n:427
2523msgid " mile"
2524msgstr ""
2525
[a665282]2526#. TRANSLATORS: abbreviation for "feet" (unit of length), used e.g.
2527#. as "10ft".
[ccb83b7]2528#.
[a665282]2529#. If there should be a space between the number and this, include
2530#. one in the translation.
[a720caa]2531#: ../src/gfxcore.cc:1018
[a7d4233]2532#: ../src/gfxcore.cc:1189
[31f1db0]2533#: ../src/mainfrm.cc:2087
2534#: ../src/mainfrm.cc:2152
2535#: ../src/mainfrm.cc:2172
2536#: ../src/mainfrm.cc:2223
2537#: ../src/mainfrm.cc:2254
[ccb83b7]2538#: n:428
[e9988b3]2539msgid "ft"
[ba8f8d3]2540msgstr "ft"
[e9988b3]2541
[a665282]2542#. TRANSLATORS: abbreviation for "inches" (unit of length), used
2543#. e.g. as "6in".
[ccb83b7]2544#.
[a665282]2545#. If there should be a space between the number and this, include
2546#. one in the translation.
[a7d4233]2547#: ../src/gfxcore.cc:1197
[ccb83b7]2548#: n:429
2549msgid "in"
2550msgstr ""
2551
[e9a67e8]2552#. TRANSLATORS: Menu item which turns off the "north arrow" in aven.
[a7d4233]2553#: ../src/gfxcore.cc:3271
[4a78370]2554#: n:387
[38eced7]2555msgid "&Hide Compass"
2556msgstr ""
2557
[e9a67e8]2558#. TRANSLATORS: Menu item which turns off the tilt indicator in aven.
[a7d4233]2559#: ../src/gfxcore.cc:3289
[4a78370]2560#: n:384
[38eced7]2561msgid "&Hide Clino"
2562msgstr ""
2563
[e9a67e8]2564#. TRANSLATORS: Menu item which turns off the scale bar in aven.
[a7d4233]2565#: ../src/gfxcore.cc:3309
[4a78370]2566#: n:385
[38eced7]2567msgid "&Hide scale bar"
2568msgstr ""
2569
[e9a67e8]2570#. TRANSLATORS: Menu item which turns off the colour key.
2571#. The "Colour Key" is the thing in aven showing which colour
2572#. corresponds to which depth, date, survey closure error, etc.
[a7d4233]2573#: ../src/gfxcore.cc:3330
[4a78370]2574#: n:386
[38eced7]2575msgid "&Hide colour key"
2576msgstr ""
2577
[a665282]2578#. TRANSLATORS: degree symbol - probably should be translated to
2579#. itself.
[a720caa]2580#: ../src/gfxcore.cc:693
2581#: ../src/gfxcore.cc:768
[31f1db0]2582#: ../src/mainfrm.cc:2136
2583#: ../src/mainfrm.cc:2262
2584#: ../src/printwx.cc:1001
[a7d4233]2585#: ../src/printwx.cc:1029
2586#: ../src/printwx.cc:1033
[31f1db0]2587#: ../src/printwx.cc:1037
2588#: ../src/printwx.cc:1047
[4a78370]2589#: n:344
[38eced7]2590msgid "°"
2591msgstr "°"
2592
[a665282]2593#. TRANSLATORS: symbol for grad (400 grad = 360 degrees = full
2594#. circle).
[a720caa]2595#: ../src/gfxcore.cc:698
2596#: ../src/gfxcore.cc:773
[d171c0c]2597#: n:76
2598msgid "ᵍ"
[0bb6bef]2599msgstr "ᵍ"
[d171c0c]2600
[a665282]2601#. TRANSLATORS: alternative angle units (400 grad = 360 degrees =
2602#. full circle).  Try to make this as short as sensibly possible.
[63a4d47]2603#.
2604#. E.g. in Italian and Spanish we use "g.cent." rather than
2605#. "gradi quattrocentesimali"/"grados centesimales"
[31f1db0]2606#: ../src/mainfrm.cc:2144
2607#: ../src/mainfrm.cc:2265
[4a78370]2608#: n:345
[d86459c]2609msgid "grad"
2610msgstr "grados"
2611
[11f3c9a]2612#. TRANSLATORS: symbol for percentage gradient (100% = 45
2613#. degrees = 50 grad).
[a720caa]2614#: ../src/gfxcore.cc:759
2615#: ../src/gfxcore.cc:777
[d171c0c]2616#: n:96
2617msgid "%"
[0bb6bef]2618msgstr "%"
[d171c0c]2619
[a7d4233]2620#. TRANSLATORS: infinity symbol - used for the percentage gradient on
[11f3c9a]2621#. vertical angles.
[a720caa]2622#: ../src/gfxcore.cc:753
[d171c0c]2623#: n:431
2624msgid "∞"
2625msgstr ""
2626
[31f1db0]2627#. TRANSLATORS: "H" is short for "Horizontal", "Brg" for "Bearing" (as
2628#. in Compass bearing)
2629#: ../src/mainfrm.cc:2156
2630#: n:374
2631#, c-format
2632msgid "%s: H %.2f%s, Brg %03d%s"
2633msgstr "%s: H %.2f%s, Azim %03d%s"
[d86459c]2634
[31f1db0]2635#. TRANSLATORS: "V" is short for "Vertical"
2636#: ../src/mainfrm.cc:2189
2637#: n:375
2638#, c-format
2639msgid "%s: V %.2f%s"
2640msgstr "%s: V %.2f%s"
[d86459c]2641
[31f1db0]2642#. TRANSLATORS: labels for tabbed side panel this is for the tab with the
2643#. tree hierarchy of survey station names
2644#: ../src/mainfrm.cc:1079
2645#: n:376
2646msgid "Surveys"
2647msgstr "Topográficos"
[d86459c]2648
[31f1db0]2649#: ../src/mainfrm.cc:1080
2650#: n:377
2651msgid "Presentation"
2652msgstr "Apresentação"
[d86459c]2653
[31f1db0]2654#: ../src/mainfrm.cc:248
[4a78370]2655#: n:378
[d86459c]2656msgid "Easting"
2657msgstr "Leste"
2658
[31f1db0]2659#: ../src/mainfrm.cc:249
[4a78370]2660#: n:379
[d86459c]2661msgid "Northing"
2662msgstr "Norte"
2663
[31f1db0]2664#: ../src/mainfrm.cc:798
[4a78370]2665#: n:380
[d86459c]2666msgid "&Print…\tCtrl+P"
2667msgstr "&Imprimir…\tCtrl+P"
2668
[31f1db0]2669#: ../src/mainfrm.cc:799
[4a78370]2670#: n:381
[d86459c]2671msgid "P&age Setup…"
2672msgstr "Configuração de &Página…"
2673
[31f1db0]2674#: ../src/mainfrm.cc:803
[4a78370]2675#: n:382
[d86459c]2676msgid "&Export as…"
2677msgstr "&Exportar como…"
2678
[a665282]2679#. TRANSLATORS: Title of file dialog to choose name and type of exported
2680#. file.
[31f1db0]2681#: ../src/printwx.cc:635
[4a78370]2682#: n:401
[1c6c300]2683msgid "Export as:"
2684msgstr ""
2685
[a665282]2686#. TRANSLATORS: Title of the export
2687#. dialog
[31f1db0]2688#: ../src/printwx.cc:312
[4a78370]2689#: n:383
[d86459c]2690msgid "Export"
2691msgstr "Exportar"
2692
2693#. TRANSLATORS: for about box:
[a7d4233]2694#: ../src/aboutdlg.cc:149
[4a78370]2695#: n:390
[d86459c]2696msgid "System Information:"
2697msgstr "Informação sobre o Sistema:"
2698
2699#. TRANSLATORS: Title of the print preview dialog
[31f1db0]2700#: ../src/printwx.cc:672
[4a78370]2701#: n:398
[d86459c]2702msgid "Print Preview"
2703msgstr "Visualizar impressão"
2704
[a665282]2705#. TRANSLATORS: Title of the print
2706#. dialog
[31f1db0]2707#: ../src/printwx.cc:309
[4a78370]2708#: n:399
[d86459c]2709msgid "Print"
2710msgstr "Imprimir"
2711
[31f1db0]2712#: ../src/printwx.cc:583
[4a78370]2713#: n:400
[de8488a6]2714msgid "&Print…"
2715msgstr "&Imprimir…"
[d86459c]2716
[97d5744]2717#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
2718#. "survey stations".
[31f1db0]2719#: ../src/printwx.cc:470
[4a78370]2720#: n:403
[d86459c]2721msgid "Sur&face Survey Legs"
2722msgstr "Visadas de Super&fície"
2723
[1c6c300]2724#. TRANSLATORS: Title of dialog to edit a waypoint in a presentation.
[31f1db0]2725#: ../src/mainfrm.cc:135
[4a78370]2726#: n:404
[1c6c300]2727msgid "Edit Waypoint"
[7196714]2728msgstr "Editar Waypoint"
[1c6c300]2729
[a665282]2730#. TRANSLATORS: Note after "Scale" field in dialog to edit a waypoint
2731#. in a presentation.
[31f1db0]2732#: ../src/mainfrm.cc:174
[4a78370]2733#: n:278
[1c6c300]2734msgid " (unused in perspective view)"
2735msgstr ""
2736
[a665282]2737#. TRANSLATORS: Field label in dialog to edit a waypoint in a
2738#. presentation.
[31f1db0]2739#: ../src/mainfrm.cc:181
[4a78370]2740#: n:279
[1c6c300]2741msgid "Time: "
[7196714]2742msgstr "Tempo: "
[1c6c300]2743
[a665282]2744#. TRANSLATORS: units+info after time field in dialog to edit a
2745#. waypoint in a presentation.
[31f1db0]2746#: ../src/mainfrm.cc:185
[4a78370]2747#: n:282
[1c6c300]2748msgid " secs (0 = auto; *6 = 6 times auto)"
2749msgstr ""
[d86459c]2750
[a665282]2751#. TRANSLATORS: %s will be replaced with "Aven" currently (and
2752#. perhaps by "Survex" or other things in future).
2753#: ../src/aven.cc:230
[4a78370]2754#: n:405
[d86459c]2755#, c-format
[ee7511a]2756msgid "This version of %s requires OpenGL to work, but it isn’t available."
[d86459c]2757msgstr "Esta versão de %s necessita que o OpenGL funcione, mas não está."
2758
2759#. TRANSLATORS: for diffpos:
[a665282]2760#: ../src/diffpos.c:159
[4a78370]2761#: n:500
[d86459c]2762#, c-format
2763msgid "Moved by (%3.2f,%3.2f,%3.2f): %s"
2764msgstr "Movido por (%3.2f,%3.2f,%3.2f): %s"
2765
2766#. TRANSLATORS: for diffpos:
[a665282]2767#: ../src/diffpos.c:196
[4a78370]2768#: n:501
[d86459c]2769#, c-format
2770msgid "Added: %s"
2771msgstr "Acrescentado: %s"
2772
2773#. TRANSLATORS: for diffpos:
[a665282]2774#: ../src/diffpos.c:219
[4a78370]2775#: n:502
[d86459c]2776#, c-format
2777msgid "Deleted: %s"
2778msgstr "Removido: %s"
2779
[a665282]2780#. TRANSLATORS: for extend: the user specified breaking a loop or
2781#. changing extend direction at this station, but we didn’t find it in
2782#. the 3d file
[a7d4233]2783#: ../src/extend.c:263
2784#: ../src/extend.c:281
2785#: ../src/extend.c:326
2786#: ../src/extend.c:368
2787#: ../src/extend.c:410
[4a78370]2788#: n:510
[d86459c]2789#, c-format
2790msgid "Failed to find station %s"
[8fa7902]2791msgstr "Falha ao procurar a base %s"
[d86459c]2792
[a665282]2793#. TRANSLATORS: for extend: the user specified breaking a loop or
2794#. changing extend direction at this leg, but we didn’t find it in the
2795#. 3d file
[a7d4233]2796#: ../src/extend.c:307
2797#: ../src/extend.c:349
2798#: ../src/extend.c:391
2799#: ../src/extend.c:433
[4a78370]2800#: n:511
[8fa7902]2801#, fuzzy, c-format
[d86459c]2802msgid "Failed to find leg %s → %s"
[8fa7902]2803msgstr "Não foi encontrada a visada %s → %s"
[d86459c]2804
[a665282]2805#. TRANSLATORS: for extend: "extend" is starting to produce an extended elevation from station %s
[a7d4233]2806#: ../src/extend.c:254
[4a78370]2807#: n:512
[d86459c]2808#, c-format
2809msgid "Starting from station %s"
[8fa7902]2810msgstr "Começando a partir da base %s"
[d86459c]2811
2812#. TRANSLATORS: for extend:
[a7d4233]2813#: ../src/extend.c:274
[4a78370]2814#: n:513
[8fa7902]2815#, fuzzy, c-format
[d86459c]2816msgid "Extending to the left from station %s"
[8fa7902]2817msgstr "Estendendo-se para a esquerda a partir da base %s"
[d86459c]2818
2819#. TRANSLATORS: for extend:
[a7d4233]2820#: ../src/extend.c:319
[4a78370]2821#: n:514
[d86459c]2822#, c-format
2823msgid "Extending to the right from station %s"
[8fa7902]2824msgstr "Estendendo-se para a direita a partir da base %s"
[d86459c]2825
2826#. TRANSLATORS: for extend:
[a7d4233]2827#: ../src/extend.c:294
[4a78370]2828#: n:515
[8fa7902]2829#, fuzzy, c-format
[d86459c]2830msgid "Extending to the left from leg %s → %s"
[8fa7902]2831msgstr "A estender para a esquerda a partir da visada %s → %s"
[d86459c]2832
2833#. TRANSLATORS: for extend:
[a7d4233]2834#: ../src/extend.c:339
[4a78370]2835#: n:516
[8fa7902]2836#, fuzzy, c-format
[d86459c]2837msgid "Extending to the right from leg %s → %s"
[8fa7902]2838msgstr "A estender para a direita a partir da visada %s → %s"
[d86459c]2839
2840#. TRANSLATORS: for extend:
[a7d4233]2841#: ../src/extend.c:403
[4a78370]2842#: n:517
[d86459c]2843#, c-format
2844msgid "Breaking survey loop at station %s"
[8fa7902]2845msgstr "A terminar ciclo de levantamento na base %s"
[d86459c]2846
2847#. TRANSLATORS: for extend:
[a7d4233]2848#: ../src/extend.c:423
[4a78370]2849#: n:518
[8fa7902]2850#, fuzzy, c-format
[d86459c]2851msgid "Breaking survey loop at leg %s → %s"
[8fa7902]2852msgstr "A terminar ciclo de levantamento na visada %s → %s"
[d86459c]2853
2854#. TRANSLATORS: for extend:
[a7d4233]2855#: ../src/extend.c:361
[4a78370]2856#: n:519
[8fa7902]2857#, fuzzy, c-format
[d86459c]2858msgid "Swapping extend direction from station %s"
[8fa7902]2859msgstr "A trocar direcção estendida a partir da base %s"
[d86459c]2860
2861#. TRANSLATORS: for extend:
[a7d4233]2862#: ../src/extend.c:381
[4a78370]2863#: n:520
[8fa7902]2864#, fuzzy, c-format
[d86459c]2865msgid "Swapping extend direction from leg %s → %s"
[8fa7902]2866msgstr "A trocar a direcção da extensão a partir da visada %s → %s"
[d86459c]2867
2868#. TRANSLATORS: for extend:
[a7d4233]2869#: ../src/extend.c:551
[4a78370]2870#: n:521
[d86459c]2871#, c-format
[0804fbe]2872msgid "Applying specfile: “%s”"
2873msgstr "A aplicar arquivo de especificações (specfile): “%s”"
[d86459c]2874
2875#. TRANSLATORS: for extend:
2876#. Used to tell the user that a file is being written - %s is the filename
[a7d4233]2877#: ../src/extend.c:614
[4a78370]2878#: n:522
[d86459c]2879#, c-format
2880msgid "Writing %s…"
2881msgstr "Escrevendo %s…"
[571547c]2882
2883#: ../src/findentrances.cc:100
[f8c981b]2884#: ../src/gpx.cc:70
[aa430ec]2885#: ../src/kml.cc:69
[4a78370]2886#: n:287
[571547c]2887#, c-format
2888msgid "Failed to initialise input coordinate system “%s”"
2889msgstr ""
2890
2891#: ../src/findentrances.cc:103
[11f3c9a]2892#: ../src/gpx.cc:75
[aa430ec]2893#: ../src/kml.cc:74
[4a78370]2894#: n:288
[571547c]2895#, c-format
2896msgid "Failed to initialise output coordinate system “%s”"
2897msgstr ""
2898
[11f3c9a]2899#: ../src/findentrances.cc:158
[4a78370]2900#: n:388
[571547c]2901msgid "-d PROJ_DATUM 3D_FILE"
2902msgstr ""
2903
[a665282]2904#. TRANSLATORS: The PROJ library is used to do coordinate transformations
2905#. (https://trac.osgeo.org/proj/) - the user passes a string to tell PROJ
2906#. what the input datum is.
[11f3c9a]2907#: ../src/findentrances.cc:149
[4a78370]2908#: n:389
[571547c]2909msgid "input datum as string to pass to PROJ"
2910msgstr ""
[97d5744]2911
[11f3c9a]2912#. TRANSLATORS: The PROJ library is used to do coordinate transformations
2913#. (https://trac.osgeo.org/proj/) - if the .3d file doesn't contain details
2914#. of the coordinate projection in use, the user must specify it here for
2915#. export formats which need to know it (e.g. GPX).
[31f1db0]2916#: ../src/printwx.cc:544
[11f3c9a]2917#: n:440
2918msgid "Coordinate projection"
2919msgstr ""
2920
[a7d4233]2921#: ../src/readval.c:341
[97d5744]2922#: n:392
2923msgid "Separator in survey name"
2924msgstr ""
[9e5ad92]2925
[a720caa]2926#. TRANSLATORS: Used in place of the station name when talking about an
2927#. anonymous station.
[31f1db0]2928#: ../src/labelinfo.h:82
[a720caa]2929#: n:56
2930msgid "anonymous station"
2931msgstr ""
2932
[9e5ad92]2933#: ../src/readval.c:124
2934#: ../src/readval.c:139
2935#: ../src/readval.c:156
2936#: n:3
2937msgid "Can't have a leg between two anonymous stations"
2938msgstr ""
2939
[a665282]2940#: ../src/dump3d.c:52
[9e5ad92]2941#: n:396
2942msgid "show survey date information (if present)"
2943msgstr ""
2944
[31f1db0]2945#: ../src/mainfrm.cc:901
[9e5ad92]2946#: n:406
2947msgid "Spla&y Legs"
2948msgstr ""
2949
[31f1db0]2950#: ../src/mainfrm.cc:898
[9e5ad92]2951#: n:407
2952msgid "&Hide"
[dd83970]2953msgstr "&Esconder"
[9e5ad92]2954
[31f1db0]2955#: ../src/mainfrm.cc:899
[9e5ad92]2956#: n:408
2957msgid "&Fade"
[dd83970]2958msgstr "&Desvanecer"
[9e5ad92]2959
[31f1db0]2960#: ../src/mainfrm.cc:900
[9e5ad92]2961#: n:409
2962msgid "&Show"
[dd83970]2963msgstr "&Mostrar"
[583c17d]2964
[31f1db0]2965#: ../src/cad3d.c:661
2966#: n:100
2967msgid "do not generate station markers"
2968msgstr ""
2969
2970#: ../src/cad3d.c:662
2971#: n:101
2972msgid "do not generate station labels"
2973msgstr ""
2974
2975#: ../src/cad3d.c:663
2976#: n:102
2977msgid "do not generate survey legs"
2978msgstr ""
2979
2980#: ../src/cad3d.c:667
2981#: n:103
2982msgid "produce an elevation view"
2983msgstr ""
2984
2985#: ../src/cad3d.c:664
2986#: n:148
2987#, c-format
2988msgid "generate grid (default %sm)"
2989msgstr ""
2990
2991#: ../src/cad3d.c:665
2992#: n:149
2993#, c-format
2994msgid "station labels text height (default %s)"
2995msgstr ""
2996
2997#: ../src/cad3d.c:666
2998#: n:152
2999#, c-format
3000msgid "station marker size (default %s)"
3001msgstr ""
3002
3003#: ../src/cad3d.c:668
3004#: n:155
3005#, c-format
3006msgid "factor to scale down by (default %s)"
3007msgstr ""
3008
3009#: ../src/cad3d.c:669
3010#: n:156
3011msgid "produce DXF output"
3012msgstr "produzir arquivo DXF"
3013
3014#. TRANSLATORS: "Skencil" is the name of a software package, so should not be
3015#. translated.
3016#: ../src/cad3d.c:672
3017#: n:158
3018msgid "produce Skencil output"
3019msgstr "produzir arquivo Skencil"
3020
3021#. TRANSLATORS: "Compass" and "Carto" are the names of software packages,
3022#. so should not be translated.
3023#: ../src/cad3d.c:675
3024#: n:159
3025msgid "produce Compass PLT output for Carto"
3026msgstr "produzir arquivo Compass PLT para o Carto"
3027
3028#: ../src/cad3d.c:676
3029#: n:160
3030msgid "produce SVG output"
3031msgstr "Produzir arquivo SVG"
3032
3033#, c-format
3034#~ msgid "Error in format of font file “%s”"
3035#~ msgstr "Erro no formato do arquivo de fontes “%s”"
3036
3037#. TRANSLATORS: "Terrain file" being a digital model of the terrain (e.g. a grid of
3038#. height values).
3039#~ msgid "Select a terrain file to view"
3040#~ msgstr "Escolha um arquivo de relevo de superfície para examinar"
3041
3042#~ msgid "Terrain files"
3043#~ msgstr "Arquivos de relevo de superfície"
3044
3045#~ msgid "Open &Terrain…"
3046#~ msgstr "Abrir &Terreno…"
3047
3048#~ msgid "Solid Su&rface"
3049#~ msgstr "Superfície Só&lida"
3050
3051#. TRANSLATORS: number of stations found matching search
3052#, c-format
3053#~ msgid "%d found"
3054#~ msgstr "%d bases encontradas"
3055
3056#: ../src/mainfrm.cc:939
3057#: n:347
3058#~ msgid "&Preferences…"
3059#~ msgstr "&Preferências…"
3060
3061#: n:348
3062#~ msgid "Draw passage walls"
3063#~ msgstr "Desenhar Paredes da Passagem"
3064
3065#: n:349
3066#~ msgid "Estimate LRUD readings based on heuristics"
3067#~ msgstr "Estimar leituras LRUD baseadas na heurística"
3068
3069#: n:350
3070#, fuzzy
3071#~ msgid "Mark survey stations with crosses"
3072#~ msgstr "Marcar as base com cruzes"
3073
3074#: n:351
3075#, fuzzy
3076#~ msgid "Highlight stations marked as entrances"
3077#~ msgstr "Realçar base marcadas como de entradas"
3078
3079#: n:352
3080#~ msgid "Highlight stations marked as fixed points"
3081#~ msgstr "Realçar bases marcadas como pontos fixos"
3082
3083#: n:353
3084#~ msgid "Highlight stations which are exported"
3085#~ msgstr "Realçar bases que são exportadas"
3086
3087#: n:354
3088#, fuzzy
3089#~ msgid "Mark survey stations with their names"
3090#~ msgstr "Marcar base com os nomes delas"
3091
3092#: n:355
3093#~ msgid "Allow names to overlap on the display (faster)"
3094#~ msgstr "Permitir que os nomes se sobreponham na apresentação (mais rápido)"
3095
3096#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
3097#. "survey stations".
3098#: n:357
3099#, fuzzy
3100#~ msgid "Display underground survey legs"
3101#~ msgstr "Apresenta as visadas subterrâneas"
3102
3103#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
3104#. "survey stations".
3105#: n:358
3106#, fuzzy
3107#~ msgid "Display surface survey legs"
3108#~ msgstr "Apresentar as visadas de superfície"
3109
3110#: n:359
3111#, fuzzy
3112#~ msgid "Colour surface surveys by depth"
3113#~ msgstr "Colorir topográficos de superficie segundo a profundidade"
3114
3115#: n:360
3116#, fuzzy
3117#~ msgid "Draw surface legs with dashed lines"
3118#~ msgstr "Desenhar visadas de superficie com linhas tracejadas"
3119
3120#: n:361
3121#~ msgid "Draw a grid"
3122#~ msgstr "Desenhar um grade"
3123
3124#: n:362
3125#~ msgid "metric units"
3126#~ msgstr "unidades métricas"
3127
3128#. TRANSLATORS: Miles, Feet, Inches, etc.  What they call "English units" in
3129#. the USA (rather confusingly now that England has largely gone metric!)
3130#: n:363
3131#~ msgid "imperial units"
3132#~ msgstr "unidades imperiais"
3133
3134#. TRANSLATORS: Degrees are the angular measurement where there are 360 in a
3135#. full circle.
3136#: n:364
3137#~ msgid "degrees (°)"
3138#~ msgstr "graus (°)"
3139
3140#. TRANSLATORS: Grads are the angular measurement where there are 400 in a
3141#. full circle.
3142#: n:365
3143#~ msgid "grads"
3144#~ msgstr "ângulos"
3145
3146#: n:366
3147#~ msgid "Display measurements in"
3148#~ msgstr "Apresentar medidas em"
3149
3150#: n:367
3151#~ msgid "Display angles in"
3152#~ msgstr "Apresentar ângulos em"
3153
3154#. TRANSLATORS: reverses the sense of the mouse controls
3155#: n:368
3156#~ msgid "Reverse the sense of the controls"
3157#~ msgstr "Inverter a direcção dos controlos do rato"
3158
3159#: n:369
3160#~ msgid "Display scale bar"
3161#~ msgstr "Apresentar Barra de escala"
3162
3163#: n:370
3164#~ msgid "Display depth bar"
3165#~ msgstr "Apresentar Barra de profundidade"
3166
3167#: n:371
3168#~ msgid "Display compass"
3169#~ msgstr "Apresentar bússola"
3170
3171#: n:372
3172#~ msgid "Display clinometer"
3173#~ msgstr "Apresentar inclinómetro"
3174
3175#: n:373
3176#~ msgid "Display side panel"
3177#~ msgstr "Apresentar painel lateral"
Note: See TracBrowser for help on using the repository browser.