source: git/lib/it.po @ 6316bfa

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since 6316bfa 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: 82.7 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 00:39:01 +0000\n"
7"Last-Translator: Roberto Maugeri <zoomx@tiscalinet.it>\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: it\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 "&File"
20
21#: ../src/mainfrm.cc:949
22#: n:211
23msgid "&Rotation"
24msgstr "&Rotazione"
25
26#: ../src/mainfrm.cc:950
27#: n:212
28msgid "&Orientation"
29msgstr "&Orientazione"
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 "&Controlli"
40
41#: ../src/mainfrm.cc:962
42#: n:215
43msgid "&Help"
44msgstr "&Aiuto"
45
46#: ../src/mainfrm.cc:955
47#: n:216
48msgid "&Presentation"
49msgstr "&Presentazione"
50
51#. TRANSLATORS: as in: Usage: cavern …
52#: ../src/cmdline.c:168
53#: n:49
54msgid "Usage"
55msgstr "Utilizzo"
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 insufficiente (ci vorrebbero altri %lu bytes)."
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 "Memoria insufficiente: “%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 "Questi dati di topografia possono essere trattati da Survex versione %s o superiore."
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 "avvertimento"
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 "errore"
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 "Nel file inserito da %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 é sconsigliato - usare invece *begin e *end"
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 "Carattere “%c” non permesso nel nome di stazione (usare *SET NAMES per cambiare i caratteri permessi)"
128
129#: ../src/readval.c:387
130#: n:8
131msgid "Field may not be omitted"
132msgstr "Questo campo non puó essere omesso"
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 "Questo campo é numerico, trovato “%s”"
143
144#: ../src/commands.c:1686
145#: n:10
146#, c-format
147msgid "Found “%s”, expecting “PRESERVE”, “TOUPPER”, or “TOLOWER”"
148msgstr "Trovato “%s”, atteso “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 "Individuato un errore nel programma! Per favore comunicatelo agli autori"
157
158#: ../src/commands.c:2203
159#: ../src/extend.c:436
160#: n:12
161#, c-format
162msgid "Unknown command “%s”"
163msgstr "Comando sconosciuto “%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 "Stazione “%s” uguagliata a se stessa"
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 lettura della bussola non puó essere omessa qui eccettto che nelle battute verticali"
178
179#: ../src/datain.c:284
180#: ../src/extend.c:441
181#: n:15
182msgid "End of line not blank"
183msgstr "Fine della linea non vuota"
184
185#: ../src/cavern.c:393
186#: n:16
187#, c-format
188msgid "There were %d warning(s)."
189msgstr "Ci sono %d avvertimenti."
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 "Esecuzione del comando “%s” fallita"
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 "Errore nella lettura del file"
210
211#: ../src/message.c:1292
212#: n:19
213msgid "Too many errors - giving up"
214msgstr "Troppi errori - processo interrotto"
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 é sconsigliato - usare invece *CALIBRATE/DATA/SD/UNITS con argomento DEFAULT"
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 "Lettura della bussola in una battuta verticale"
230
231#: ../src/commands.c:706
232#: n:22
233msgid "END with no matching BEGIN in this file"
234msgstr "C’é un END senza il corrispondente BEGIN in questo file"
235
236#: ../src/datain.c:757
237#: n:23
238msgid "BEGIN with no matching END in this file"
239msgstr "C’é un BEGIN senza il corrispondente END in questo file"
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 stazione “%s” non é stata esportata dal rilievo “%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 "riferimento alla stazione “%s” di un rilievo “%s” non esistente"
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” non può essere contemporaneamente una stazione e un rilievo"
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 "Manca il nome della stazione"
296
297#: ../src/commands.c:2014
298#: n:31
299#, c-format
300msgid "Found “%s”, expecting “EQUATES”, “EXPORTS”, or “PLUMBS”"
301msgstr "Trovato “%s”, atteso “EQUATES”, “EXPORTS” o “PLUMBS”"
302
303#: ../src/commands.c:2021
304#: n:32
305#, c-format
306msgid "Found “%s”, expecting “ON” or “OFF”"
307msgstr "Trovato “%s”, atteso “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 stazione nel comando 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 "Quantitá “%s” sconosciuta"
325
326#: ../src/commands.c:354
327#: n:35
328#, c-format
329msgid "Unknown units “%s”"
330msgstr "Unitá “%s” sconosciute"
331
332#: ../src/commands.c:1854
333#: ../src/commands.c:1929
334#: n:434
335msgid "Unknown coordinate system"
336msgstr ""
337
338#: ../src/commands.c:1949
339#: ../src/commands.c:1974
340#: n:443
341#, c-format
342msgid "Invalid coordinate system: %s"
343msgstr ""
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 ""
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 "Il BEGIN corrispondente non ha prefisso"
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 "Unitá “%s” non valida per questa quantitá"
390
391#: ../src/commands.c:430
392#: n:39
393#, c-format
394msgid "Unknown instrument “%s”"
395msgstr "Strumento “%s” sconosciuto"
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 "Il fattore di scala per il comando DECLINATION deve essere 1.0"
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 "Il fattore di scala deve essere diverso da zero"
410
411#: ../src/commands.c:1584
412#: n:41
413#, c-format
414msgid "Unknown setting “%s”"
415msgstr "Parametro “%s” sconosciuto"
416
417#: ../src/commands.c:477
418#: n:42
419#, c-format
420msgid "Unknown character class “%s”"
421msgstr "Carattere sconosciuto classe “%s”"
422
423#: ../src/extend.c:605
424#: ../src/netskel.c:90
425#: n:43
426msgid "No survey data"
427msgstr "Mancano i dati topografici"
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 "Il nome del file “%s” corrisponde ad una directory"
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 non é completamente connessa alle stazioni fisse"
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 "Stazione giá fissata o uguagliata ad un punto fisso"
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 "Non riesco ad aprire il file di uscita “%s”"
457
458#: ../src/commands.c:1639
459#: n:48
460msgid "Standard deviation must be positive"
461msgstr "La deviazione standard deve essere 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 "Alle estremitá di una battuta c’é la stessa stazione (“%s”) - Errore di trascrizione?"
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 "Lettura del clinometro superiore a %.f%s (valore assoluto)"
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 "Tentativo di uguagliare due stazioni fisse differenti: “%s” e “%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 "Uguagliate due stazioni fisse identiche: “%s” e “%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 senza coordinate - fissato a (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 "Stazione giá fissata alle stesse coordinate"
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 "Piú di un comando FIX senza coordinate: “%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 deve seguire “*BEGIN <TOPOGRAFIA>”"
540
541#: ../src/readval.c:516
542#: n:58
543msgid "Invalid year (< 1900 or > 2078)"
544msgstr "Anno non valido (<1900 o >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 "Lettura della bussola sospetta"
553
554#: ../src/datain.c:1529
555#: n:60
556msgid "Negative tape reading"
557msgstr "Distanza negativa"
558
559#: ../src/commands.c:794
560#: n:61
561msgid "Same station fixed twice with no coordinates"
562msgstr "La stessa stazione é stata fissata due volte senza coordinate"
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 "La distanza é minore del dislivello"
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 "Dato “%s” non permesso nel tipo di dati “%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 "Mancano dati per il tipo di dati “%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 "Tipo di dati “%s” sconosciuto"
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 "Stazione “%s” giá esportata"
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 "Dato duplicato “%s”"
620
621#: ../src/commands.c:943
622#: n:68
623#, c-format
624msgid "FLAG “%s” unknown"
625msgstr "FLAG “%s” sconosciuto"
626
627#: ../src/readval.c:474
628#: n:69
629msgid "Missing \""
630msgstr "Manca \""
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 statione “%s” é ha un unico riferimento, con un prefisso esplicito - errore di scrittura?"
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 "Le seguenti stazioni non sono connesse ad un punto fisso:"
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 non ha punti fissi. Quindi %s é stata fissata a (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 fisso non usato “%s”"
658
659#: ../src/matrix.c:123
660#: n:74
661msgid "Network solved by reduction - no simultaneous equations to solve."
662msgstr "Rete risolta per riduzione - nessun sistema da risolvere."
663
664#: ../src/matrix.c:134
665#: n:75
666#, c-format
667msgid "Solving %d simultaneous equations"
668msgstr "Sto risolvendo un sistema di %d equazioni"
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 "La lettura “%s” duplica precedenti letture"
680
681#: ../src/matrix.c:132
682#: n:78
683msgid "Solving one equation"
684msgstr "Sto risolvendo una equazione"
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 "Distanza corretta negativa"
692
693#: ../src/commands.c:2125
694#: ../src/commands.c:2145
695#: n:80
696msgid "Date is in the future!"
697msgstr "La data é nel futuro!"
698
699#: ../src/commands.c:2149
700#: n:81
701msgid "End of date range is before the start"
702msgstr "La data finale é anteriore a quella finale"
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 "Sezione trasversale specificata per una stazione non esistente: “%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 "Le letture CLINO e BACKCLINO devono essere dello stesso tipo"
721
722#: ../src/readval.c:524
723#: n:86
724msgid "Invalid month"
725msgstr "Mese non valido"
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 "Giorno del mese non valido"
732
733#: ../src/cavern.c:247
734#: n:88
735#, c-format
736msgid "3d file format versions %d to %d supported"
737msgstr "Sono supportati i file 3D dalla versione %d alla versione %d"
738
739#: ../src/readval.c:200
740#: n:89
741msgid "Expecting survey name"
742msgstr "Manca il nome del rilievo"
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 "Non riesco ad aprire il file “%s”"
753
754#: ../src/printwx.cc:687
755#: n:402
756#, c-format
757msgid "Couldn’t write file “%s”"
758msgstr "Non posso scrivere il file “%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 "Usi futuri di questa funzionalitá non piú usata non verranno segnalati"
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 "Le letture COMPASS e BACKCOMPASS differiscono di %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 "Le letture CLINO e BACKCLINO differiscono di %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 …” é una funzionalitá non piú usata - usare “*data %s …”"
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 "File immagine 3d “%s” errato"
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 "Data e ora non disponibili."
821
822#: ../src/img_hosted.c:40
823#: n:109
824#, c-format
825msgid "Error reading from file “%s”"
826msgstr "Errore nella lettura del file “%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 "Errore nella scrittura del file “%s”"
837
838#: ../src/filename.c:82
839#: n:111
840msgid "Error writing to file"
841msgstr "Errore nella scrittura del file"
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 "Ci sono %d avvertimenti e %d errori - nessun file prodotto."
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 "Il file “%s” é ha un nuovo formato che questo programma non puó capire"
854
855#: ../src/printwx.cc:1035
856#: n:115
857msgid "North"
858msgstr "Nord"
859
860#. TRANSLATORS: "Elevation on" 020 <-> 200 degrees
861#: ../src/printwx.cc:1060
862#: n:116
863msgid "Elevation on"
864msgstr "Profilo in direzione"
865
866#: ../src/printwx.cc:489
867#: n:117
868msgid "P&lan view"
869msgstr "&Pianta"
870
871#: ../src/printwx.cc:491
872#: n:285
873msgid "&Elevation"
874msgstr "P&rofilo"
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 "Profilo"
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 "Pianta"
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 "Sto calcolando le statistiche"
919
920#: ../src/readval.c:489
921#: n:121
922msgid "Expecting string field"
923msgstr "Questo é un campo di tipo stringa"
924
925#: ../src/cmdline.c:212
926#: n:122
927msgid "too few arguments"
928msgstr "Numero di parametri insufficiente"
929
930#: ../src/cmdline.c:219
931#: n:123
932msgid "too many arguments"
933msgstr "Troppi parametri"
934
935#: ../src/cmdline.c:178
936#: ../src/cmdline.c:181
937#: ../src/cmdline.c:185
938#: n:124
939msgid "FILE"
940msgstr "FILE"
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 "Sto rimuovendo le traverse terminali"
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 "So connettendo le traverse"
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 "Sto calcolando le traverse"
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 "Sto calcolando le traverse terminali"
985
986#: ../src/network.c:82
987#: n:129
988msgid "Simplifying network"
989msgstr "Sto semplificando la rete"
990
991#: ../src/network.c:540
992#: n:130
993msgid "Calculating network"
994msgstr "Sto calcolando la rete"
995
996#: ../src/datain.c:1519
997#: n:131
998#, c-format
999msgid "Found “%s”, expecting “F” or “B”"
1000msgstr "Trovato “%s”, atteso “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 "Sviluppo spaziale = %7.2f%s (%7.2f%s corretto)"
1007
1008#: ../src/cavern.c:457
1009#: n:133
1010#, c-format
1011msgid "Total plan length of survey legs = %7.2f%s"
1012msgstr "Sviluppo planimetrico = %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 "Totale delle componenti verticali delle battute = %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 "Dislivello totale = %4.2f%s (da %s a %4.2f%s a %s a %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 "Estensione Nord-Sud = %4.2f%s (da %s a %4.2f%s a %s a %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 "Estensione Est-Ovest = %4.2f%s (da %s a %4.2f%s a %s a %4.2f%s)"
1040
1041#: ../src/cavern.c:439
1042#: n:138
1043msgid "There is 1 loop."
1044msgstr "C’é una poligonale chiusa."
1045
1046#: ../src/cavern.c:441
1047#: n:139
1048#, c-format
1049msgid "There are %ld loops."
1050msgstr "Ci sono %ld poligonali chiuse."
1051
1052#: ../src/cavern.c:374
1053#: n:140
1054#, c-format
1055msgid "CPU time used %5.2fs"
1056msgstr "Tempo CPU utilizzato %5.2fs"
1057
1058#: ../src/cavern.c:377
1059#: n:141
1060#, c-format
1061msgid "Time used %5.2fs"
1062msgstr "Tempo totale %5.2fs"
1063
1064#: ../src/cavern.c:379
1065#: n:142
1066msgid "Time used unavailable"
1067msgstr "Tempo totale non disponibile"
1068
1069#: ../src/cavern.c:382
1070#: n:143
1071#, c-format
1072msgid "Time used %5.2fs (%5.2fs CPU time)"
1073msgstr "Tempo totale %5.2fs (tempo CPU %5.2fs)"
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 "Lunghezza originale %6.2fm (%3d battute), ridotta %6.2fm (%5.2fm/battuta). "
1080
1081#: ../src/netskel.c:747
1082#: n:146
1083#, c-format
1084msgid "Error %6.2f%%"
1085msgstr "Errore %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 "Errore    N/A"
1096
1097#. TRANSLATORS: description of --help option
1098#: ../src/cmdline.c:138
1099#: n:150
1100msgid "display this help and exit"
1101msgstr "mostra questo aiuto ed esce"
1102
1103#. TRANSLATORS: description of --verbose option
1104#: ../src/cmdline.c:141
1105#: n:151
1106msgid "output version information and exit"
1107msgstr "Mostra informazioni sulla versione ed esce"
1108
1109#. TRANSLATORS: in command line usage messages e.g. Usage: cavern [OPTION]…
1110#: ../src/cmdline.c:170
1111#: n:153
1112msgid "OPTION"
1113msgstr "OPZIONI"
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 "Scala"
1122
1123#: ../src/cmdline.c:194
1124#: n:157
1125#, c-format
1126msgid "Try “%s --help” for more information.\n"
1127msgstr "Usare “%s --help” per ulteriori informazioni.\n"
1128
1129#: ../src/avenprcore.cc:169
1130#: n:166
1131#, c-format
1132msgid "Page %d of %d"
1133msgstr "Pagina %d di %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 "Topografia “%s”   Pagina %d (di %d)   In corso su %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 "Vista in pianta, %s in alto"
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 "Elevazione orientata a %s"
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 "Elevazione orientata a %s, inclinata di %s"
1168
1169#. TRANSLATORS: This is used on printouts of extended elevations.
1170#: ../src/printwx.cc:1089
1171#: n:191
1172msgid "Extended elevation"
1173msgstr "Profilo longitudinale"
1174
1175#: ../src/cavern.c:425
1176#: n:172
1177msgid "Survey contains 1 survey station,"
1178msgstr "La topografia contiene una stazione,"
1179
1180#: ../src/cavern.c:427
1181#: n:173
1182#, c-format
1183msgid "Survey contains %ld survey stations,"
1184msgstr "La topografia contiene %ld stazioni,"
1185
1186#: ../src/cavern.c:431
1187#: n:174
1188msgid " joined by 1 leg."
1189msgstr " unite per una battuta."
1190
1191#: ../src/cavern.c:433
1192#: n:175
1193#, c-format
1194msgid " joined by %ld legs."
1195msgstr " unite per %ld battute."
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 "nodi"
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 componenti connesse."
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 "Salva Log"
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 "Riprocessa"
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 "argomento numerico “%s” al di fuori dell’intervallo consentito"
1239
1240#: ../src/cmdline.c:244
1241#: n:186
1242#, c-format
1243msgid "argument “%s” not an integer"
1244msgstr "L’argomento “%s” non é un intero"
1245
1246#: ../src/cmdline.c:263
1247#: n:187
1248#, c-format
1249msgid "argument “%s” not a number"
1250msgstr "L’argomento “%s” non é un numero"
1251
1252#: ../src/commands.c:958
1253#: n:188
1254msgid "Expecting “DUPLICATE”, “SPLAY”, or “SURFACE”"
1255msgstr "Atteso “DUPLICATE”, “SPLAY” o “SURFACE”"
1256
1257#: ../src/commands.c:961
1258#: n:189
1259msgid "Expecting “NOT”, “DUPLICATE”, “SPLAY”, or “SURFACE”"
1260msgstr "Atteso “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 "Stazione “%s” referenziata da *entrance o *export ma mai usata"
1267
1268#: ../src/commands.c:704
1269#: n:192
1270msgid "No matching BEGIN"
1271msgstr "Manca il BEGIN corrispondente"
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 "Il prefisso non corrisponde con il 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 "Prefisso omesso in 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 "( Est (X), Nord (Y), Quota  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 "Profondità display: %d bpp"
1306
1307#. TRANSLATORS: appended to previous message if the display is colour
1308#: ../src/aboutdlg.cc:183
1309#: n:197
1310msgid " (colour)"
1311msgstr " (colore)"
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 "Attesa una data, trovato “%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 "carica un sotto-rilievo con prefisso"
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 "stampa ed esci (richiede un file 3d)"
1339
1340#. TRANSLATORS: --help output for cavern --percentage option
1341#: ../src/cavern.c:125
1342#: n:161
1343msgid "display percentage progress"
1344msgstr "mostra la percentuale di progresso"
1345
1346#. TRANSLATORS: --help output for cavern --output option
1347#: ../src/cavern.c:127
1348#: n:162
1349msgid "set location for output files"
1350msgstr "seleziona dove salvare i file"
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 "mostra solamente un breve riassunto (-qq per i soli errori)"
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 "non creare il file .err"
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 "cambia gli avvisi in errori"
1369
1370#. TRANSLATORS: --help output for cavern --log option
1371#: ../src/cavern.c:135
1372#: n:170
1373msgid "log output to .log file"
1374msgstr "usa il file .log"
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 "specifica il formato di file 3D da generare"
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 "Il fattore *UNITS deve essere diverso da zero"
1390
1391#: ../src/mainfrm.cc:1439
1392#: n:202
1393#, c-format
1394msgid "No survey data in 3d file “%s”"
1395msgstr "Nel file 3D “%s” non ci sono dati di topografia"
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 "Direzione"
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 "Informazioni su %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
1424msgid "Select a survey file to view"
1425msgstr "Seleziona un file di rilievo da vedere"
1426
1427#. TRANSLATORS: Survex is the name of the software, and "3d" refers to a
1428#. file extension, so neither should be translated.
1429#: ../src/mainfrm.cc:1922
1430#: n:207
1431msgid "Survex 3d files"
1432msgstr "File Survex 3d"
1433
1434#: ../src/mainfrm.cc:1937
1435#: ../src/mainfrm.cc:2388
1436#: ../src/printwx.cc:667
1437#: n:208
1438msgid "All files"
1439msgstr "Tutti i file"
1440
1441#. TRANSLATORS: Here "survey" is a "cave map" rather than
1442#. list of questions - it should be translated to the
1443#. terminology that cavers using the language would use.
1444#: ../src/mainfrm.cc:1919
1445#: n:229
1446msgid "All survey files"
1447msgstr "Tutti i file di rilievo"
1448
1449#. TRANSLATORS: Survex is the name of the software, and "svx" refers to a
1450#. file extension, so neither should be translated.
1451#: ../src/mainfrm.cc:1925
1452#: n:329
1453msgid "Survex svx files"
1454msgstr "File Survex svx"
1455
1456#. TRANSLATORS: "Compass" as in Larry Fish’s cave
1457#. surveying package, so should not be translated
1458#: ../src/mainfrm.cc:1933
1459#: n:330
1460msgid "Compass DAT and MAK files"
1461msgstr "File Compass DAT e MAK"
1462
1463#: ../src/printwx.cc:311
1464#: n:411
1465msgid "DXF files"
1466msgstr "File DXF"
1467
1468#: ../src/printwx.cc:312
1469#: n:412
1470msgid "EPS files"
1471msgstr "File EPS"
1472
1473#: ../src/printwx.cc:313
1474#: n:413
1475msgid "GPX files"
1476msgstr "File GPX"
1477
1478#. TRANSLATORS: Here "plotter" refers to a machine which draws a printout
1479#. on a (usually large) sheet of paper using a pen mounted in a motorised
1480#. mechanism.
1481#: ../src/printwx.cc:317
1482#: n:414
1483msgid "HPGL for plotters"
1484msgstr "HPGL per plotter"
1485
1486#: ../src/printwx.cc:319
1487#: n:444
1488msgid "KML files"
1489msgstr "File KML"
1490
1491#. TRANSLATORS: "Compass" and "Carto" are the names of software packages,
1492#. so should not be translated:
1493#. http://www.fountainware.com/compass/
1494#. http://www.psc-cavers.org/carto/
1495#: ../src/printwx.cc:324
1496#: n:415
1497msgid "Compass PLT for use with Carto"
1498msgstr "Compass PLT per Carto"
1499
1500#. TRANSLATORS: "Skencil" is the name of a software package, so should not be
1501#. translated: http://www.skencil.org/
1502#: ../src/printwx.cc:327
1503#: n:416
1504msgid "Skencil files"
1505msgstr "File Skencil"
1506
1507#: ../src/printwx.cc:328
1508#: n:417
1509msgid "SVG files"
1510msgstr "File SVG"
1511
1512#: ../src/printwx.cc:318
1513#: n:445
1514msgid "JSON files"
1515msgstr "File JSON"
1516
1517#. TRANSLATORS: Log files from running cavern (extension .log)
1518#: ../src/cavernlog.cc:508
1519#: n:447
1520msgid "Log files"
1521msgstr "File di log"
1522
1523#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions
1524#. - it should be translated to the terminology that cavers using the
1525#. language would use.
1526#.
1527#. This string is used in the about box (summarising the purpose of aven).
1528#: ../src/aboutdlg.cc:91
1529#: n:209
1530msgid "Survey visualisation tool"
1531msgstr "Strumento di visualizzazione rilievi"
1532
1533#. TRANSLATORS: Summary paragraph for the GPLv2 - there are translations for
1534#. some languages here:
1535#. http://www.gnu.org/licenses/old-licenses/gpl-2.0-translations.html
1536#: ../src/aboutdlg.cc:105
1537#: n:219
1538msgid "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."
1539msgstr "Questo programma è software libero; è lecito redistribuirlo o modificarlo secondo i termini della Licenza Pubblica Generica GNU come è pubblicata dalla Free Software Foundation; o la versione 2 della licenza o (a propria scelta) una versione successiva."
1540
1541#. TRANSLATORS: Part of 3dtopos --help
1542#: ../src/3dtopos.c:86
1543#: n:217
1544msgid "3D_FILE [POS_FILE]"
1545msgstr ""
1546
1547#. TRANSLATORS: Part of diffpos --help
1548#: ../src/diffpos.c:265
1549#: n:218
1550msgid "FILE1 FILE2 [THRESHOLD]"
1551msgstr "FILE1 FILE2 [LIMITE]"
1552
1553#. TRANSLATORS: Part of diffpos --help
1554#: ../src/diffpos.c:267
1555#: n:255
1556#, c-format
1557msgid "FILE1 and FILE2 can be .pos or .3d files\nTHRESHOLD is the max. ignorable change along any axis in metres (default %s)"
1558msgstr "FILE1 e FILE2 possono essere file .pos o .3d\nLIMITE è il massimo cambiamento ignorabile lungo gli assi in metri (predefinito %s)"
1559
1560#. TRANSLATORS: Part of extend --help
1561#: ../src/extend.c:481
1562#: n:267
1563msgid "INPUT_3D_FILE [OUTPUT_3D_FILE]"
1564msgstr ""
1565
1566#. TRANSLATORS: Part of sorterr --help
1567#: ../src/sorterr.c:127
1568#: n:268
1569msgid "ERR_FILE [HOW_MANY]"
1570msgstr ""
1571
1572#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions
1573#. - it should be translated to the terminology that cavers using the
1574#. language would use.
1575#.
1576#. Part of aven --help
1577#: ../src/aven.cc:115
1578#: ../src/aven.cc:139
1579#: n:269
1580msgid "[SURVEY_FILE]"
1581msgstr ""
1582
1583#. TRANSLATORS: Used in the "colour key" for "colour by date" if there
1584#. are surveys without date information.  Try to keep this fairly short.
1585#: ../src/gfxcore.cc:1091
1586#: n:221
1587msgid "Undated"
1588msgstr "Senza data"
1589
1590#. TRANSLATORS: Used in the "colour key" for "colour by error" for surveys
1591#. which aren’t part of a loop and so have no error information. Try to keep
1592#. this fairly short.
1593#: ../src/gfxcore.cc:1116
1594#: n:290
1595msgid "Not in loop"
1596msgstr ""
1597
1598#. TRANSLATORS: error from:
1599#.
1600#. *data normal newline from to tape compass clino
1601#: ../src/commands.c:1319
1602#: n:222
1603msgid "NEWLINE can’t be the first reading"
1604msgstr "NEWLINE non puó essere la prima lettura"
1605
1606#. TRANSLATORS: error from:
1607#.
1608#. *data normal from to tape compass clino newline
1609#: ../src/commands.c:1362
1610#: n:223
1611msgid "NEWLINE can’t be the last reading"
1612msgstr "NEWLINE non puó essere l’ultima lettura"
1613
1614#. TRANSLATORS: Error given by something like:
1615#.
1616#. *data normal station tape compass clino
1617#.
1618#. ("station" signifies interleaved data).
1619#: ../src/commands.c:1385
1620#: n:224
1621msgid "Interleaved readings, but no NEWLINE"
1622msgstr "Letture su piú linee, ma nessuna NEWLINE"
1623
1624#. TRANSLATORS: caused by e.g.
1625#.
1626#. *data diving station newline depth tape compass
1627#.
1628#. ("depth" needs to occur before "newline").
1629#: ../src/commands.c:1256
1630#: n:225
1631#, c-format
1632msgid "Reading “%s” must occur before NEWLINE"
1633msgstr "La lettura “%s” deve precedere NEWLINE"
1634
1635#. TRANSLATORS: e.g.
1636#.
1637#. *data normal from to tape newline compass clino
1638#: ../src/commands.c:1309
1639#: n:226
1640msgid "NEWLINE can only be preceded by STATION, DEPTH, and COUNT"
1641msgstr "NEWLINE puó essere preceduto solamente da STATION, DEPTH e COUNT"
1642
1643#. TRANSLATORS: e.g.
1644#.
1645#. *calibrate tape compass 1 1
1646#: ../src/commands.c:1521
1647#: n:227
1648msgid "Can’t calibrate angular and length quantities together"
1649msgstr "Le quantitá di lunghezza e angolari non possono essere calibrate insieme"
1650
1651#: ../src/commands.c:647
1652#: n:397
1653msgid "Bad *alias command"
1654msgstr ""
1655
1656#. TRANSLATORS: %s will be replaced by the application name ("Aven"
1657#. currently)
1658#: ../src/log.cc:32
1659#: n:228
1660#, c-format
1661msgid "%s Error Log"
1662msgstr ""
1663
1664#. TRANSLATORS: The text on the action button in the "Export" settings
1665#. dialog
1666#: ../src/printwx.cc:626
1667#: n:230
1668msgid "&Export…"
1669msgstr "&Esporta…"
1670
1671#. TRANSLATORS: "Rotation" menu.  The accelerators must be different within
1672#. this group.  Tickable menu item which toggles auto rotation
1673#: ../src/mainfrm.cc:818
1674#: n:231
1675msgid "Au&to-Rotate\tSpace"
1676msgstr "&Auto-Rotazione\tSpace"
1677
1678#: ../src/mainfrm.cc:820
1679#: n:234
1680msgid "&Reverse Direction"
1681msgstr "&Inverte la direzione"
1682
1683#. TRANSLATORS: View *looking* North
1684#: ../src/gfxcore.cc:3778
1685#: ../src/mainfrm.cc:823
1686#: n:240
1687msgid "View &North"
1688msgstr "Vista verso &Nord"
1689
1690#. TRANSLATORS: View *looking* East
1691#: ../src/gfxcore.cc:3780
1692#: ../src/mainfrm.cc:824
1693#: n:241
1694msgid "View &East"
1695msgstr "Vista verso &Est"
1696
1697#. TRANSLATORS: View *looking* South
1698#: ../src/gfxcore.cc:3782
1699#: ../src/mainfrm.cc:825
1700#: n:242
1701msgid "View &South"
1702msgstr "Vista verso &Sud"
1703
1704#. TRANSLATORS: View *looking* West
1705#: ../src/gfxcore.cc:3784
1706#: ../src/mainfrm.cc:826
1707#: n:243
1708msgid "View &West"
1709msgstr "Vista verso &Ovest"
1710
1711#: ../src/gfxcore.cc:3801
1712#: ../src/mainfrm.cc:828
1713#: n:248
1714msgid "&Plan View"
1715msgstr "&Pianta"
1716
1717#: ../src/gfxcore.cc:3802
1718#: ../src/mainfrm.cc:829
1719#: n:249
1720msgid "Ele&vation"
1721msgstr "Pro&filo"
1722
1723#: ../src/mainfrm.cc:831
1724#: n:254
1725msgid "Restore De&fault View"
1726msgstr "Ripristina la &vista predefinita"
1727
1728#. TRANSLATORS: Used as a label for the surrounding box for the "Bearing"
1729#. and "Tilt angle" fields, and the "Plan view" and "Elevation" buttons in
1730#. the "what to print/export" dialog.
1731#: ../src/printwx.cc:399
1732#: n:283
1733msgid "View"
1734msgstr "Vista"
1735
1736#. TRANSLATORS: Used as a label for the surrounding box for the "survey
1737#. legs" "stations" "names" etc checkboxes in the "what to print" dialog.
1738#. "Elements" isn’t a good name for this but nothing better has yet come to
1739#. mind!
1740#: ../src/printwx.cc:404
1741#: n:256
1742msgid "Elements"
1743msgstr "Elementi"
1744
1745#: ../src/printwx.cc:410
1746#: n:410
1747msgid "Export format"
1748msgstr "Formato d'esportazione"
1749
1750#: ../src/printwx.cc:459
1751#: ../src/printwx.cc:839
1752#: n:257
1753#, c-format
1754msgid "%d pages (%dx%d)"
1755msgstr "%d pagine (%dx%d)"
1756
1757#. TRANSLATORS: used in the scale drop down selector in the print
1758#. dialog the implicit meaning is "choose a suitable scale to fit
1759#. the plot on a single page", but we need something shorter
1760#: ../src/printwx.cc:441
1761#: ../src/printwx.cc:858
1762#: n:258
1763msgid "One page"
1764msgstr "Una pagina"
1765
1766#: ../src/mainfrm.cc:170
1767#: ../src/printwx.cc:472
1768#: n:259
1769msgid "Bearing"
1770msgstr "Azimut"
1771
1772#: ../src/printwx.cc:513
1773#: n:260
1774msgid "Station Names"
1775msgstr "Nome di stazione"
1776
1777#: ../src/printwx.cc:509
1778#: n:261
1779msgid "Crosses"
1780msgstr "Croci"
1781
1782#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
1783#. "survey stations".
1784#: ../src/printwx.cc:499
1785#: n:262
1786msgid "Underground Survey Legs"
1787msgstr "Battute del rilievo sotterraneo"
1788
1789#: ../src/printwx.cc:529
1790#: n:393
1791msgid "Cross-sections"
1792msgstr "Sezioni trasversali"
1793
1794#: ../src/printwx.cc:534
1795#: n:394
1796msgid "Walls"
1797msgstr "Pareti"
1798
1799#. TRANSLATORS: Label for checkbox which controls whether there's a
1800#. layer in the exported file (for formats such as DXF and SVG)
1801#. containing polygons for the inside of cave passages).
1802#: ../src/printwx.cc:541
1803#: n:395
1804msgid "Passages"
1805msgstr "Passaggi"
1806
1807#: ../src/printwx.cc:545
1808#: n:421
1809msgid "Origin in centre"
1810msgstr ""
1811
1812#: ../src/printwx.cc:549
1813#: n:422
1814msgid "Full coordinates"
1815msgstr ""
1816
1817#. TRANSLATORS: Used in the print dialog:
1818#: ../src/printwx.cc:479
1819#: n:263
1820msgid "Tilt angle"
1821msgstr "Angolo di inclinazione"
1822
1823#. TRANSLATORS: used in the print dialog - controls drawing lines
1824#. around each page
1825#: ../src/printwx.cc:557
1826#: n:264
1827msgid "Page Borders"
1828msgstr "Bordi pagina"
1829
1830#. TRANSLATORS: As in the legend on a map.  Used in the print dialog -
1831#. controls drawing the box at the lower left with survey name, view
1832#. angles, etc
1833#: ../src/printwx.cc:568
1834#: n:265
1835msgid "Legend"
1836msgstr "Didascalia"
1837
1838#. TRANSLATORS: will be used in the print dialog - check this to print
1839#. blank pages (otherwise they’ll be skipped to save paper)
1840#: ../src/printwx.cc:563
1841#: n:266
1842msgid "Blank Pages"
1843msgstr "Pagine bianche"
1844
1845#. TRANSLATORS: Items in the "View" menu:
1846#: ../src/mainfrm.cc:848
1847#: n:270
1848msgid "Station &Names\tCtrl+N"
1849msgstr "&Nome di stazione\tCtrl+N"
1850
1851#. TRANSLATORS: Toggles drawing of 3D passages
1852#: ../src/mainfrm.cc:850
1853#: n:346
1854msgid "Passage &Tubes\tCtrl+T"
1855msgstr "Passaggi come &Tubi\tCtrl+T"
1856
1857#. TRANSLATORS: Toggles drawing the surface of the Earth
1858#: ../src/mainfrm.cc:852
1859#: n:449
1860#, fuzzy
1861msgid "Terr&ain"
1862msgstr "T&errain"
1863
1864#: ../src/mainfrm.cc:853
1865#: n:271
1866msgid "&Crosses\tCtrl+X"
1867msgstr "&Croci\tCtrl+X"
1868
1869#: ../src/mainfrm.cc:854
1870#: n:297
1871msgid "&Grid\tCtrl+G"
1872msgstr "&Griglia\tCtrl+G"
1873
1874#: ../src/mainfrm.cc:855
1875#: n:318
1876msgid "&Bounding Box\tCtrl+B"
1877msgstr "B&ordo riquadro\tCtrl+B"
1878
1879#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
1880#. "survey stations".
1881#: ../src/mainfrm.cc:859
1882#: n:272
1883msgid "&Underground Survey Legs\tCtrl+L"
1884msgstr "&Battute del rilievo sotterraneo\tCtrl+L"
1885
1886#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
1887#. "survey stations".
1888#: ../src/mainfrm.cc:862
1889#: n:291
1890msgid "&Surface Survey Legs\tCtrl+F"
1891msgstr "Battute topografia di Super&ficie\tCtrl+F"
1892
1893#: ../src/mainfrm.cc:878
1894#: n:273
1895msgid "&Overlapping Names"
1896msgstr "Nomi &Sovrapposti"
1897
1898#: ../src/mainfrm.cc:887
1899#: n:450
1900#, fuzzy
1901msgid "Co&lour by"
1902msgstr "Colour by (&z)"
1903
1904#: ../src/mainfrm.cc:890
1905#: n:294
1906msgid "Highlight &Entrances"
1907msgstr "Marca gli Ing&ressi"
1908
1909#: ../src/mainfrm.cc:891
1910#: n:295
1911msgid "Highlight &Fixed Points"
1912msgstr "Marca i Punti f&issi"
1913
1914#: ../src/mainfrm.cc:892
1915#: n:296
1916msgid "Highlight E&xported Points"
1917msgstr "Marca i p&unti Esportati"
1918
1919#: ../src/printwx.cc:517
1920#: n:418
1921msgid "Entrances"
1922msgstr "Ingressi"
1923
1924#: ../src/printwx.cc:521
1925#: n:419
1926msgid "Fixed Points"
1927msgstr "Punti fissi"
1928
1929#: ../src/printwx.cc:525
1930#: n:420
1931msgid "Exported Stations"
1932msgstr "Punti Esportati"
1933
1934#: ../src/mainfrm.cc:897
1935#: n:237
1936msgid "&Perspective"
1937msgstr "Prospetti&va"
1938
1939#: ../src/mainfrm.cc:899
1940#: n:238
1941msgid "Textured &Walls"
1942msgstr "Pareti con te&xture"
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 "Sbiadisce g&li oggetti distanti"
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 "Battute topografiche &ammorbidite"
1958
1959#: ../src/mainfrm.cc:912
1960#: ../src/mainfrm.cc:916
1961#: n:356
1962msgid "Full Screen &Mode\tF11"
1963msgstr "&Modo schermo pieno\tF11"
1964
1965#: ../src/gfxcore.cc:3839
1966#: ../src/mainfrm.cc:881
1967#: n:292
1968msgid "Colour by &Depth"
1969msgstr "Colori secondo &profonditá"
1970
1971#: ../src/gfxcore.cc:3840
1972#: ../src/mainfrm.cc:882
1973#: n:293
1974msgid "Colour by D&ate"
1975msgstr "Coloure per &Data"
1976
1977#: ../src/gfxcore.cc:3841
1978#: ../src/mainfrm.cc:883
1979#: n:289
1980#, fuzzy
1981msgid "Colour by &Error"
1982msgstr "Colore di &Error"
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 "&Bussola"
2004
2005#: ../src/mainfrm.cc:931
2006#: n:275
2007msgid "C&linometer"
2008msgstr "&Clinometro"
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 di controllo della &Scala"
2021
2022#: ../src/mainfrm.cc:925
2023#: n:280
2024msgid "&Reverse Sense\tCtrl+R"
2025msgstr "&Inverte il senso\tCtrl+R"
2026
2027#: ../src/mainfrm.cc:895
2028#: ../src/mainfrm.cc:927
2029#: n:281
2030msgid "&Cancel Measuring Line\tEscape"
2031msgstr "&Cancella la linea di misura\tEscape"
2032
2033#: ../src/mainfrm.cc:936
2034#: n:299
2035msgid "&Indicators"
2036msgstr "I&ndicatori"
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: l’opzione “%s” è 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: l’opzione “-W %s” è 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: l’opzione “%c%s” non permette un argomento\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: l’opzione “--%s” non permette un argomento\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: l’opzione “-W %s” non permette un argomento\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: l’opzione “%s” richiede un argomento\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: l’opzione richiede un argomento -- %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: opzione non riconosciuta “--%s”\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: opzione non riconosciuta “%c%s”\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: opzione illegale -- %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: opzione non valida -- %c\n"
2118
2119#: ../src/mainfrm.cc:834
2120#: n:311
2121msgid "&New Presentation"
2122msgstr "&Nuova Presentazione"
2123
2124#: ../src/mainfrm.cc:835
2125#: n:312
2126msgid "&Open Presentation…"
2127msgstr "&Apri Presentazione…"
2128
2129#: ../src/mainfrm.cc:836
2130#: n:313
2131msgid "&Save Presentation"
2132msgstr "&Salva Presentazione"
2133
2134#: ../src/mainfrm.cc:837
2135#: n:314
2136msgid "Sa&ve Presentation As…"
2137msgstr "Salva Presentazione &come…"
2138
2139#. TRANSLATORS: "Mark" as in "Mark this position"
2140#: ../src/mainfrm.cc:840
2141#: n:315
2142msgid "&Mark"
2143msgstr "Se&gna"
2144
2145#. TRANSLATORS: "Play" as in "Play back a recording"
2146#: ../src/mainfrm.cc:842
2147#: n:316
2148msgid "Pla&y"
2149msgstr "&Visualizza"
2150
2151#: ../src/mainfrm.cc:843
2152#: n:317
2153msgid "&Export as Movie…"
2154msgstr "&Esporta come Animazione…"
2155
2156#: ../src/mainfrm.cc:2465
2157#: n:331
2158msgid "Export Movie"
2159msgstr "Esporta filmato"
2160
2161#: ../src/cavernlog.cc:511
2162#: ../src/mainfrm.cc:378
2163#: n:319
2164msgid "Select an output filename"
2165msgstr "Seleziona un file di uscita"
2166
2167#: ../src/mainfrm.cc:375
2168#: ../src/mainfrm.cc:2387
2169#: n:320
2170msgid "Aven presentations"
2171msgstr "Presentazione Aven"
2172
2173#. TRANSLATORS: title of the save screenshot dialog
2174#: ../src/mainfrm.cc:1973
2175#: n:321
2176msgid "Save Screenshot"
2177msgstr "Salva Schermo catturato"
2178
2179#: ../src/mainfrm.cc:2382
2180#: ../src/mainfrm.cc:2385
2181#: n:322
2182msgid "Select a presentation to open"
2183msgstr "Seleziona una presentazione da aprire"
2184
2185#: ../src/mainfrm.cc:457
2186#: n:323
2187#, c-format
2188msgid "Error in format of presentation file “%s”"
2189msgstr "Errore nel formato del file di presentazione “%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 "File 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 "File 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 "Presentazione Modificata"
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 presentazione corrente é stata modificata. Abbandonare i cambiamenti non salvati?"
2220
2221#: ../src/mainfrm.cc:2676
2222#: ../src/mainfrm.cc:2687
2223#: n:328
2224msgid "No matches were found."
2225msgstr "Nessun elemento trovato."
2226
2227#. TRANSLATORS: "Find stations" button tooltip
2228#: ../src/mainfrm.cc:1013
2229#: n:332
2230msgid "Find"
2231msgstr "Trova"
2232
2233#. TRANSLATORS: "Hide stations" button default tooltip
2234#: ../src/mainfrm.cc:1015
2235#: ../src/mainfrm.cc:2719
2236#: n:333
2237msgid "Hide"
2238msgstr "Nascondi"
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 "nascondi %d stazioni trovate"
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 "Quota"
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 "É possibile visualizzare solamente un file 3D alla volta."
2261
2262#: ../src/mainfrm.cc:937
2263#: n:337
2264msgid "&Side Panel"
2265msgstr "&Riquadro Laterale"
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 "Da %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 "O %.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, Azm. %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 "&Gradi"
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 "&Percento"
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 " miglia"
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 " miglio"
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 "pd"
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 "&Nascondi Bussola"
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 "&Nascondi Inclinazione"
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 "&Nascondi Scala"
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: O %.2f%s, Azm. %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 "Rilievi"
2522
2523#: ../src/mainfrm.cc:1065
2524#: n:377
2525msgid "Presentation"
2526msgstr "Presentazione"
2527
2528#: ../src/mainfrm.cc:256
2529#: n:378
2530msgid "Easting"
2531msgstr "Est"
2532
2533#: ../src/mainfrm.cc:257
2534#: n:379
2535msgid "Northing"
2536msgstr "Nord"
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 "&Apri…\tCtrl+O"
2549
2550#: ../src/mainfrm.cc:790
2551#: n:144
2552msgid "Show &Log"
2553msgstr "Mostra &Log"
2554
2555#: ../src/mainfrm.cc:793
2556#: n:380
2557msgid "&Print…\tCtrl+P"
2558msgstr "Stam&pa…\tCtrl+P"
2559
2560#: ../src/mainfrm.cc:794
2561#: n:381
2562msgid "P&age Setup…"
2563msgstr "&Imposta pagina…"
2564
2565#. TRANSLATORS: In the "File" menu
2566#: ../src/mainfrm.cc:797
2567#: n:201
2568msgid "&Screenshot…"
2569msgstr "&Cattura schermo…"
2570
2571#: ../src/mainfrm.cc:798
2572#: n:382
2573msgid "&Export as…"
2574msgstr "E&sporta come…"
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 "Esporta come:"
2582
2583#. TRANSLATORS: Title of the export
2584#. dialog
2585#: ../src/printwx.cc:346
2586#: n:383
2587msgid "Export"
2588msgstr "Esporta"
2589
2590#. TRANSLATORS: for about box:
2591#: ../src/aboutdlg.cc:142
2592#: n:390
2593msgid "System Information:"
2594msgstr "Informazioni sul Sistema:"
2595
2596#. TRANSLATORS: Title of the print preview dialog
2597#: ../src/printwx.cc:710
2598#: n:398
2599msgid "Print Preview"
2600msgstr "Anteprima di stampa"
2601
2602#. TRANSLATORS: Title of the print
2603#. dialog
2604#: ../src/printwx.cc:343
2605#: n:399
2606msgid "Print"
2607msgstr "Stampa"
2608
2609#: ../src/printwx.cc:621
2610#: n:400
2611msgid "&Print…"
2612msgstr "&Stampa…"
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 "Battute topografia di 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 "Modifica 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 " (inutilizzato nella vista in prospettiva)"
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 "Tempo: "
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 "Questa versione di %s richiede le librerie OpenGL, ma non sono disponibili."
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 "&Nascondi"
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 "&Sbiadire"
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 "&Mostra"
2701
2702#: ../src/extend.c:507
2703#: n:105
2704msgid "Reading in data - please wait…"
2705msgstr "Sto leggendo i dati - attendere per favore…"
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 stazione %s non é stata trovata"
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 "Tiro %s → %s non trovato"
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 "Inizio dalla stazione %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 "Sviluppo verso sinistra a partire dalla stazione %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 "Sviluppo verso destra a partire dalla stazione %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 "Sviluppo verso sinistra a partire dal tiro %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 "Sviluppo verso destra a partire dal tiro %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 "Topografia interrotta alla stazione %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 "Topografia interrotta al tiro %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 "Cambia lo sviluppo del disegno a partire dalla stazione %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 "Cambia lo sviluppo del disegno a partire dal tiro %s → %s"
2794
2795#. TRANSLATORS: for extend:
2796#: ../src/extend.c:551
2797#: n:521
2798#, c-format
2799msgid "Applying specfile: “%s”"
2800msgstr "Applicazione del file di specifiche: “%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 "Scrittura %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 "ordina secondo il fattore di errore orizzontale"
2815
2816#. TRANSLATORS: --help output for sorterr --vertical option
2817#: ../src/sorterr.c:55
2818#: n:180
2819msgid "sort by vertical error factor"
2820msgstr "ordina secondo il fattore di errore verticale"
2821
2822#. TRANSLATORS: --help output for sorterr --percentage option
2823#: ../src/sorterr.c:57
2824#: n:181
2825msgid "sort by percentage error"
2826msgstr "ordina secondo l'errore percentuale"
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 "ordina secondo l'errore per tiro"
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 "sostituisci il file .err con quello riordinato"
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 "Non posso analizzare il file .err degli errori"
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 "Spostato da (%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 "Aggiunto: %s"
2860
2861#. TRANSLATORS: for diffpos:
2862#: ../src/diffpos.c:219
2863#: n:502
2864#, c-format
2865msgid "Deleted: %s"
2866msgstr "Rimosso: %s"
2867
2868#. TRANSLATORS: Program will exit shortly after printing this
2869#: ../src/message.c:227
2870#: n:90
2871msgid "Abnormal termination"
2872msgstr "Terminazione anormale"
2873
2874#: ../src/message.c:228
2875#: n:91
2876msgid "Arithmetic error"
2877msgstr "Errore aritmetico"
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 "Istruzione illegale"
2885
2886#: ../src/message.c:232
2887#: n:94
2888msgid "Bad memory access"
2889msgstr "Accesso alla memoria errato"
2890
2891#: ../src/message.c:233
2892#: n:97
2893msgid "Unknown signal received"
2894msgstr "Ricevuto segnale sconosciuto"
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 "Reimmettere un prefisso di livello giá esistente é sconsigliato"
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 "Giá utilizzato qui"
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 é sconsigliato"
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 "riavvolgi il file e rileggilo una seconda volta"
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 "Inizializzazione del sistema di coordinate d'ingresso “%s” fallito"
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 "Inizializzazione del sistema di coordinate di uscita “%s” fallito"
2983
2984#: ../src/findentrances.cc:169
2985#: n:388
2986msgid "-d PROJ_DATUM 3D_FILE"
2987msgstr ""
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 "Immetti il datum come stringa da passare a PROJ"
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 "Non generare i simboli di stazione"
3010
3011#: ../src/cad3d.c:662
3012#: n:101
3013msgid "do not generate station labels"
3014msgstr "Non generare le etichette di stazione"
3015
3016#: ../src/cad3d.c:663
3017#: n:102
3018msgid "do not generate survey legs"
3019msgstr "non generare i tiri del rilievo"
3020
3021#: ../src/cad3d.c:667
3022#: n:103
3023msgid "produce an elevation view"
3024msgstr "Produce una vista di prospetto"
3025
3026#: ../src/cad3d.c:664
3027#: n:148
3028#, c-format
3029msgid "generate grid (default %sm)"
3030msgstr "Genera la griglia (predefinita %sm)"
3031
3032#: ../src/cad3d.c:665
3033#: n:149
3034#, c-format
3035msgid "station labels text height (default %s)"
3036msgstr "Altezza etichette di stazione (predefinita %s)"
3037
3038#: ../src/cad3d.c:666
3039#: n:152
3040#, c-format
3041msgid "station marker size (default %s)"
3042msgstr "Dimensioni simbolo di stazione (predefinito %s)"
3043
3044#: ../src/cad3d.c:668
3045#: n:155
3046#, c-format
3047msgid "factor to scale down by (default %s)"
3048msgstr "fattore di scala (predefinito %s)"
3049
3050#: ../src/cad3d.c:669
3051#: n:156
3052msgid "produce DXF output"
3053msgstr "produce un file DXF"
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 "produce un file Skencil"
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 "produce un file Compass PLT per Carto"
3068
3069#: ../src/cad3d.c:676
3070#: n:160
3071msgid "produce SVG output"
3072msgstr "produce un file SVG"
3073
3074#, c-format
3075#~ msgid "Error in format of font file “%s”"
3076#~ msgstr "Errore nel formato del file dei caratteri “%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 "Seleziona un modello digitale del suolo da visualizzare"
3082
3083#~ msgid "Terrain files"
3084#~ msgstr "File di modelli digitali del suolo"
3085
3086#. TRANSLATORS: Open a "Terrain file" - i.e. a digital model of the terrain.
3087#~ msgid "Open &Terrain…"
3088#~ msgstr "Apri Modello Digitale &Terrestre…"
3089
3090#. TRANSLATORS: Show the terrain as solid rather than transparent.
3091#~ msgid "Solid Su&rface"
3092#~ msgstr "Superficie S&olida"
3093
3094#. TRANSLATORS: number of stations found matching search
3095#, c-format
3096#~ msgid "%d found"
3097#~ msgstr "%d trovate"
3098
3099#: ../src/mainfrm.cc:920
3100#: n:347
3101#~ msgid "&Preferences…"
3102#~ msgstr "&Preferenze…"
3103
3104#: n:348
3105#~ msgid "Draw passage walls"
3106#~ msgstr "Disegna le pareti"
3107
3108#: n:349
3109#~ msgid "Estimate LRUD readings based on heuristics"
3110#~ msgstr "Stima lel letture DSSS con ragionamento euristico"
3111
3112#: n:350
3113#~ msgid "Mark survey stations with crosses"
3114#~ msgstr "Segna le stazioni con croci"
3115
3116#: n:351
3117#~ msgid "Highlight stations marked as entrances"
3118#~ msgstr "Evidenzia le stazioni segnate come ingressi"
3119
3120#: n:352
3121#~ msgid "Highlight stations marked as fixed points"
3122#~ msgstr "Evidenzia le stazioni segnate come punti fissi"
3123
3124#: n:353
3125#~ msgid "Highlight stations which are exported"
3126#~ msgstr "Evidenzia le stazioni che sono esportate"
3127
3128#: n:354
3129#~ msgid "Mark survey stations with their names"
3130#~ msgstr "Segna le stazioni con i loro nomi"
3131
3132#: n:355
3133#~ msgid "Allow names to overlap on the display (faster)"
3134#~ msgstr "Permetti che i nomi si sovrappongano (piú veloce)"
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 "Mostra i tiri del rilievo sotteraneo"
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 "Mostra i tiri del rilievo di superficie"
3147
3148#: n:359
3149#~ msgid "Colour surface surveys by depth"
3150#~ msgstr "Colora i rilievi superficiali per la profonditá"
3151
3152#: n:360
3153#~ msgid "Draw surface legs with dashed lines"
3154#~ msgstr "Disegna i tiri in superficie con linee tratteggiate"
3155
3156#: n:361
3157#~ msgid "Draw a grid"
3158#~ msgstr "Disegna una griglia"
3159
3160#: n:362
3161#~ msgid "metric units"
3162#~ msgstr "metri"
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 "unitá inglesi"
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 "gradi sessagesimali (°)"
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 "gradi decimali"
3181
3182#: n:366
3183#~ msgid "Display measurements in"
3184#~ msgstr "Mostra le distanze in"
3185
3186#: n:367
3187#~ msgid "Display angles in"
3188#~ msgstr "Mostra gli angoli in"
3189
3190#. TRANSLATORS: reverses the sense of the mouse controls
3191#: n:368
3192#~ msgid "Reverse the sense of the controls"
3193#~ msgstr "Inverte il senso dei controlli"
3194
3195#: n:369
3196#~ msgid "Display scale bar"
3197#~ msgstr "Mostra la scala"
3198
3199#: n:370
3200#~ msgid "Display depth bar"
3201#~ msgstr "Mostra barra delle profonditá"
3202
3203#: n:371
3204#~ msgid "Display compass"
3205#~ msgstr "Mostra bussola"
3206
3207#: n:372
3208#~ msgid "Display clinometer"
3209#~ msgstr "Mostra clinometro"
3210
3211#: n:373
3212#~ msgid "Display side panel"
3213#~ msgstr "Mostra pannello laterale"
Note: See TracBrowser for help on using the repository browser.