source: git/lib/es.po @ 35d5206

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

lib/: Merge messages and resolve clashing menu accelarators.

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