source: git/lib/fr.po @ 8ec15cf

RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-datawalls-data-hanging-as-warning
Last change on this file since 8ec15cf was 57f70f2, checked in by Olly Betts <olly@…>, 11 years ago

lib/: Update translations from launchpad and from existing similar
messages.

  • Property mode set to 100644
File size: 73.8 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: 2013-10-31 12:06:19 +0000\n"
7"Last-Translator: Eric Madelaine <eric.madelaine@inria.fr>\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
13#. TRANSLATORS: "%lu" is a placeholder for the number of bytes which Survex was trying to
14#. allocate space for.
15#: ../src/message.c:83
16#: n:1
17#, c-format
18msgid "Out of memory (couldn’t find %lu bytes)."
19msgstr "Plus de mémoire (%lu octets nécessaires, non disponibles)."
20
21#. TRANSLATORS: Feel free to translate as "or newer" instead of "or greater" if that
22#. gives a more natural translation.  It's technically not quite right when there are
23#. parallel active release series (e.g. Survex 1.0.40 was released *after* 1.2.0), but
24#. this seems unlikely to confuse users.
25#: ../src/commands.c:1567
26#: n:2
27#, c-format
28msgid "Survex version %s or greater required to process this survey data."
29msgstr "Une version %s ou supérieure de Survex est nécessaire pour traiter ces données."
30
31#. TRANSLATORS: Indicates a warning message e.g.:
32#. "spoon.svx:12: warning: *prefix is deprecated"
33#: ../src/aven.cc:367
34#: ../src/message.c:1215
35#: n:4
36msgid "warning"
37msgstr "avertissement"
38
39#. TRANSLATORS: %s is replaced by the filename of the parent file, and %u by
40#. the line number in that file.
41#: ../src/datain.c:105
42#: n:5
43#, c-format
44msgid "In file included from %s:%u:\n"
45msgstr "Dans le fichier inclus depuis %s:%u:\n"
46
47#. TRANSLATORS: If you're unsure what "deprecated" means, see:
48#. http://en.wikipedia.org/wiki/Deprecation
49#: ../src/commands.c:535
50#: n:6
51msgid "*prefix is deprecated - use *begin and *end instead"
52msgstr "*prefix n’est plus utilisé - employer *begin et *end à la place"
53
54#. TRANSLATORS: Here "station" is a survey station, not a train station.
55#: ../src/readval.c:205
56#: n:7
57#, c-format
58msgid "Character “%c” not allowed in station name (use *SET NAMES to set allowed characters)"
59msgstr "Caractère “%c” interdit dans un nom de station (cf *SET NAMES pour modifier la liste des caractères autorisés)"
60
61#: ../src/readval.c:384
62#: n:8
63msgid "Field may not be omitted"
64msgstr "Ce champ ne peut pas être vide"
65
66#: ../src/datain.c:1470
67#: ../src/datain.c:1750
68#: ../src/readval.c:386
69#: ../src/readval.c:427
70#: ../src/readval.c:457
71#: n:9
72#, c-format
73msgid "Expecting numeric field, found “%s”"
74msgstr "On attendait une valeur numérique, on a trouvé “%s”"
75
76#: ../src/commands.c:1473
77#: n:10
78#, c-format
79msgid "Found “%s”, expecting “PRESERVE”, “TOUPPER”, or “TOLOWER”"
80msgstr "Vous avez écrit “%s”; on attendait “PRESERVE”, “TOUPPER”, ou “TOLOWER”"
81
82#: ../src/debug.h:45
83#: ../src/debug.h:47
84#: ../src/matrix.c:359
85#: ../src/message.c:233
86#: n:11
87msgid "Bug in program detected! Please report this to the authors"
88msgstr "Bug détecté dans le programme! Signaler ce message à l’auteur S.V.P."
89
90#: ../src/commands.c:1681
91#: ../src/extend.c:420
92#: n:12
93#, c-format
94msgid "Unknown command “%s”"
95msgstr "Commande inconnue “%s”"
96
97#. TRANSLATORS: Here "station" is a survey station, not a train station.
98#: ../src/netbits.c:401
99#: n:13
100#, c-format
101msgid "Station “%s” equated to itself"
102msgstr "Station “%s” ne doit pas être déclarée “égale” à elle-même"
103
104#. TRANSLATORS: Here "legs" are survey legs, i.e. measurements between survey stations.
105#: ../src/datain.c:998
106#: n:14
107msgid "Compass reading may not be omitted except on plumbed legs"
108msgstr "La valeur de l’azimut ne peut être omise, sauf sur les visées verticales"
109
110#: ../src/datain.c:244
111#: ../src/extend.c:425
112#: n:15
113msgid "End of line not blank"
114msgstr "Fin de ligne non vide"
115
116#: ../src/cavern.c:385
117#: n:16
118#, c-format
119msgid "There were %d warning(s)."
120msgstr "Il y a %d avertissement(s)."
121
122#. TRANSLATORS: pipe here means a Unix pipe, which transfers data between two programs.
123#. Possibly better not to translate it.
124#: ../src/cavernlog.cc:224
125#: n:17
126#, c-format
127msgid "Couldn’t open pipe: “%s”"
128msgstr "Ne peut pas ouvrir le “pipe”: “%s”"
129
130#: ../src/datain.c:80
131#: ../src/datain.c:88
132#: ../src/datain.c:95
133#: ../src/datain.c:731
134#: ../src/extend.c:543
135#: ../src/sorterr.c:75
136#: ../src/sorterr.c:92
137#: ../src/sorterr.c:234
138#: n:18
139msgid "Error reading file"
140msgstr "Erreur lors de la lecture du fichier"
141
142#: ../src/message.c:1230
143#: n:19
144msgid "Too many errors - giving up"
145msgstr "Trop d’erreurs, j’abandonne"
146
147#. TRANSLATORS: If you're unsure what "deprecated" means, see:
148#. http://en.wikipedia.org/wiki/Deprecation
149#: ../src/commands.c:1352
150#: n:20
151msgid "*DEFAULT is deprecated - use *CALIBRATE/DATA/SD/UNITS with argument DEFAULT instead"
152msgstr "*DEFAULT n’est plus utilisé - employer *CALIBRATE/DATA/SD/UNITS avec argument DEFAULT à la place"
153
154#. TRANSLATORS: A "plumbed leg" is one measured using a plumbline (a weight on a string).
155#. So the problem here is that the leg is vertical, so a compass reading has
156#. no meaning!
157#: ../src/datain.c:971
158#: n:21
159msgid "Compass reading given on plumbed leg"
160msgstr "Lecture d’azimut donnée sur une visée verticale"
161
162#: ../src/commands.c:619
163#: n:22
164msgid "END with no matching BEGIN in this file"
165msgstr "END sans BEGIN correspondant dans ce fichier"
166
167#: ../src/datain.c:718
168#: n:23
169msgid "BEGIN with no matching END in this file"
170msgstr "BEGIN sans END correspondant dans ce fichier"
171
172#: ../src/datain.c:361
173#: ../src/img.c:178
174#: ../src/printwx.cc:1234
175#: n:24
176#, c-format
177msgid "Couldn’t open data file “%s”"
178msgstr "Ne peut pas ouvrir le fichier de données “%s”"
179
180#. TRANSLATORS: Use of the ROOT character (which is "\" by default) is
181#. deprecated, so this error would be generated by:
182#.
183#. *equate \foo.7 1
184#.
185#. If you're unsure what "deprecated" means, see:
186#. http://en.wikipedia.org/wiki/Deprecation
187#: ../src/commands.c:444
188#: ../src/readval.c:90
189#: ../src/readval.c:94
190#: n:25
191msgid "ROOT is deprecated"
192msgstr "ROOT n’est plus utilisé"
193
194#. TRANSLATORS: A station must be exported out of each level it is in, so this would give
195#. "Station “\outer.inner.1” not exported from survey “\outer”)":
196#. *equate entrance outer.inner.1
197#. *begin outer
198#. *begin inner
199#. *export 1
200#. 1 2 1.23 045 -6
201#. *end inner
202#. *end outer
203#: ../src/commands.c:861
204#: ../src/listpos.c:107
205#: ../src/readval.c:324
206#: n:26
207#, c-format
208msgid "Station “%s” not exported from survey “%s”"
209msgstr "La station “%s” n’est pas exportée de la topographie “%s”"
210
211#. TRANSLATORS: This error occurs if there's an attempt to export a station
212#. from a survey which doesn't actually exist.
213#: ../src/listpos.c:110
214#: n:286
215#, c-format
216msgid "Reference to station “%s” from non-existent survey “%s”"
217msgstr "Référence à la station “%s” à partir de la topographie “%s” inexistante"
218
219#: ../src/readval.c:296
220#: n:27
221#, c-format
222msgid "“%s” can’t be both a station and a survey"
223msgstr "“%s” ne peut être à la fois une station et une topographie"
224
225#: ../src/extend.c:247
226#: ../src/extend.c:262
227#: ../src/extend.c:302
228#: ../src/extend.c:342
229#: ../src/extend.c:382
230#: ../src/readval.c:202
231#: n:28
232msgid "Expecting station name"
233msgstr "On attendait un nom de station"
234
235#. TRANSLATORS: FIXME: perhaps use "survey" instead of "prefix level"?
236#.
237#. If you're unsure what "deprecated" means, see:
238#. http://en.wikipedia.org/wiki/Deprecation
239#: ../src/commands.c:507
240#: n:29
241msgid "Reentering an existing prefix level is deprecated"
242msgstr "Ré-utiliser un même préfixe n’est pas recommandé"
243
244#: ../src/commands.c:514
245#: n:30
246msgid "Originally entered here"
247msgstr "Préfixe utilisé une premiére fois ici"
248
249#: ../src/commands.c:1503
250#: n:31
251#, c-format
252msgid "Found “%s”, expecting “EQUATES”, “EXPORTS”, or “PLUMBS”"
253msgstr "Vous avez écrit “%s”; on attendait “EQUATES”, “EXPORTS”, ou “PLUMBS”"
254
255#: ../src/commands.c:1510
256#: n:32
257#, c-format
258msgid "Found “%s”, expecting “ON” or “OFF”"
259msgstr "Vous avez écrit “%s”; on attendait “ON” ou “OFF”"
260
261#. TRANSLATORS: EQUATE is a command name, so shouldn’t be translated.
262#: ../src/commands.c:834
263#: n:33
264msgid "Only one station in EQUATE command"
265msgstr "Une seule station dans une commande EQUATE"
266
267#: ../src/commands.c:398
268#: n:34
269#, c-format
270msgid "Unknown quantity “%s”"
271msgstr "Quantité “%s” inconnue"
272
273#: ../src/commands.c:318
274#: n:35
275#, c-format
276msgid "Unknown units “%s”"
277msgstr "Unité “%s” inconnue"
278
279#. TRANSLATORS: Used when a BEGIN tag has no prefix, but the END tag has one, e.g.:
280#. *begin
281#. 1 2 10.00 178 -01
282#. *end entrance      <--[Message given here]
283#: ../src/commands.c:636
284#: n:36
285msgid "Matching BEGIN tag has no prefix"
286msgstr "Le tag BEGIN correspondant n’a pas de préfixe"
287
288#. TRANSLATORS: Note: In English you talk about the *units* of a single measurement, but
289#. the correct term in other languages may be singular.
290#: ../src/commands.c:328
291#: n:37
292#, c-format
293msgid "Invalid units “%s” for quantity"
294msgstr "Unité “%s” incorrecte pour une quantité"
295
296#. TRANSLATORS: nasty hack - this message is for the .3d img code, and all errors there take
297#. a filename parameter - we don’t really want it here, so lose it with "%.0s"
298#. (which should display 0 characters from the filename) FIXME: sort out this
299#: ../src/img.c:179
300#: n:38
301msgid "Out of memory %.0s"
302msgstr "Plus de mémoire %.0s"
303
304#: ../src/commands.c:391
305#: n:39
306#, c-format
307msgid "Unknown instrument “%s”"
308msgstr "Instrument “%s” inconnu"
309
310#. TRANSLATORS: DECLINATION is a built-in keyword, so best not to translate
311#: ../src/commands.c:1324
312#: n:40
313msgid "Scale factor must be 1.0 for DECLINATION"
314msgstr "Le facteur d’échelle doit être égal à 1.0 pour DECLINATION"
315
316#. TRANSLATORS: If the scale factor for an instrument is zero, then any reading
317#. would be mapped to zero, which doesn't make sense.
318#: ../src/commands.c:1328
319#: n:391
320msgid "Scale factor must be non-zero"
321msgstr "Le facteur d’échelle doit être non nul"
322
323#: ../src/commands.c:1371
324#: n:41
325#, c-format
326msgid "Unknown setting “%s”"
327msgstr "Paramètres “%s” inconnus"
328
329#: ../src/commands.c:436
330#: n:42
331#, c-format
332msgid "Unknown character class “%s”"
333msgstr "Classe de caractère inconnue “%s”"
334
335#: ../src/extend.c:589
336#: ../src/netskel.c:89
337#: n:43
338msgid "No survey data"
339msgstr "Pas de données topo"
340
341#: ../src/filename.c:52
342#: ../src/img.c:180
343#: n:44
344#, c-format
345msgid "Filename “%s” refers to directory"
346msgstr "Nom de fichier “%s” relatif à un répertoire"
347
348#: ../src/netartic.c:384
349#: n:45
350msgid "Survey not all connected to fixed stations"
351msgstr "Relevés topo pas tous reliés à des points fixes"
352
353#: ../src/commands.c:770
354#: ../src/datain.c:644
355#: n:46
356msgid "Station already fixed or equated to a fixed point"
357msgstr "Station déjà déclaré fixe ou équivalente à un point fixe"
358
359#: ../src/cavern.c:288
360#: ../src/filename.c:55
361#: ../src/img.c:181
362#: n:47
363#, c-format
364msgid "Failed to open output file “%s”"
365msgstr "N’a pas réussi à ouvrir le fichier de sortie “%s”"
366
367#: ../src/commands.c:1426
368#: n:48
369msgid "Standard deviation must be positive"
370msgstr "La déviation standard doit être positive"
371
372#. TRANSLATORS: as in: Usage: cavern …
373#: ../src/cmdline.c:165
374#: n:49
375msgid "Usage"
376msgstr "Usage"
377
378#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
379#. "survey stations".
380#.
381#. %s is replaced by the name of the station.
382#: ../src/netbits.c:329
383#: n:50
384#, c-format
385msgid "Survey leg with same station (“%s”) at both ends - typing error?"
386msgstr "Visée avec 2 extrémités identiques (“%s”) - erreur de frappe?"
387
388#. TRANSLATORS: Degrees are the angular measurement where there are 360 in a
389#. full circle.
390#: ../src/datain.c:924
391#: ../src/datain.c:932
392#: ../src/datain.c:944
393#: n:51
394msgid "Clino reading over 90 degrees (absolute value)"
395msgstr "Lecture de clino supérieure à 90 degrés (en value absolue)"
396
397#: ../src/netbits.c:416
398#: n:52
399#, c-format
400msgid "Tried to equate two non-equal fixed stations: “%s” and “%s”"
401msgstr "Vous tentez de de rendre égaux deux points fixes distincts: “%s” et “%s”"
402
403#. TRANSLATORS: "equal" as in: *fix a 1 2 3 / *fix b 1 2 3 / *equate a b
404#: ../src/netbits.c:422
405#: n:53
406#, c-format
407msgid "Equating two equal fixed points: “%s” and “%s”"
408msgstr "Rend equivalents deux points fixes égaux: “%s” et “%s”"
409
410#. TRANSLATORS: " *fix a " gives this message:
411#: ../src/commands.c:693
412#: n:54
413msgid "FIX command with no coordinates - fixing at (0,0,0)"
414msgstr "Commande FIX sans coordonnées - fixé à (0,0,0)"
415
416#. TRANSLATORS: *fix a 1 2 3 / *fix a 1 2 3
417#: ../src/commands.c:773
418#: ../src/datain.c:646
419#: n:55
420msgid "Station already fixed at the same coordinates"
421msgstr "Station déjà fixée aux même coordonnées"
422
423#: ../src/commands.c:686
424#: n:56
425msgid "More than one FIX command with no coordinates"
426msgstr "Plusieurs commandes FIX sans coordonnées"
427
428#. TRANSLATORS: The *EXPORT command is only valid just after *BEGIN <SURVEY>, so this
429#. would generate error 57:
430#. *begin fred
431#. 1 2 1.23 045 -6
432#. *export 2
433#. *end fred
434#: ../src/commands.c:1688
435#: n:57
436msgid "*EXPORT must immediately follow “*BEGIN <SURVEY>”"
437msgstr "*EXPORT doit suivre immédiatement “*BEGIN <SURVEY>”"
438
439#: ../src/readval.c:514
440#: n:58
441msgid "Invalid year (< 1900 or > 2078)"
442msgstr "Année invalide (< 1900 ou > 2078)"
443
444#. TRANSLATORS: Suspicious means something like 410 degrees or -20 degrees
445#: ../src/datain.c:826
446#: ../src/datain.c:835
447#: n:59
448msgid "Suspicious compass reading"
449msgstr "Lecture de compas suspecte"
450
451#: ../src/datain.c:1446
452#: n:60
453msgid "Negative tape reading"
454msgstr "Lecture de longueur négative"
455
456#: ../src/commands.c:688
457#: n:61
458msgid "Same station fixed twice with no coordinates"
459msgstr "Même station fixée deux fois sans coordonées"
460
461#. TRANSLATORS: This means that the data fed in said this.
462#. It could be a gross error (e.g. the decimal point is missing from
463#. the depth gauge reading) or it could just be due to random error on
464#. a near vertical leg
465#: ../src/datain.c:1145
466#: n:62
467msgid "Tape reading is less than change in depth"
468msgstr "Lecture de longeur inférieure à la différence de profondeur"
469
470#. TRANSLATORS: a data "style" is something like NORMAL, DIVING, etc.
471#. a "reading" is one of FROM, TO, TAPE, COMPASS, CLINO for NORMAL
472#. neither style nor reading is a keyword in the program
473#. This error complains about a depth gauge reading in normal style, for example
474#: ../src/commands.c:1069
475#: n:63
476#, c-format
477msgid "Reading “%s” not allowed in data style “%s”"
478msgstr "Donnée “%s” incorrecte pour le style de données “%s”"
479
480#. TRANSLATORS: i.e. not enough readings for the style.
481#: ../src/commands.c:1238
482#: n:64
483#, c-format
484msgid "Too few readings for data style “%s”"
485msgstr "Trop peu de données pour le style de données “%s”"
486
487#. TRANSLATORS: e.g. trying to refer to an invalid FNORD data style
488#: ../src/commands.c:1034
489#: n:65
490#, c-format
491msgid "Data style “%s” unknown"
492msgstr "Style de données “%s” inconnu"
493
494#. TRANSLATORS: Here "station" is a survey station, not a train station.
495#.
496#. Exporting a station twice give error 66:
497#. *begin example
498#. *export 1
499#. *export 1
500#. 1 2 1.24 045 -6
501#. *end example
502#: ../src/commands.c:905
503#: n:66
504#, c-format
505msgid "Station “%s” already exported"
506msgstr "Station “%s” déjà exportée"
507
508#. TRANSLATORS: complains about a situation like trying to define two from stations per leg
509#: ../src/commands.c:1089
510#: n:67
511#, c-format
512msgid "Duplicate reading “%s”"
513msgstr "Donnée dupliquée “%s”"
514
515#: ../src/commands.c:800
516#: n:68
517#, c-format
518msgid "FLAG “%s” unknown"
519msgstr "FLAG “%s” inconnu"
520
521#: ../src/readval.c:471
522#: n:69
523msgid "Missing \""
524msgstr "\" manquant"
525
526#. TRANSLATORS: Here "station" is a survey station, not a train station.
527#: ../src/listpos.c:121
528#: n:70
529#, c-format
530msgid "Station “%s” referred to just once, with an explicit prefix - typo?"
531msgstr "La station “%s” n’est mentionnée qu’une fois, avec un préfixe explicite - typo?"
532
533#. TRANSLATORS: Here "station" is a survey station, not a train station.
534#: ../src/netartic.c:394
535#: n:71
536msgid "The following survey stations are not attached to a fixed point:"
537msgstr "Les stations topo suivantes ne sont pas attachés à des points fixes:"
538
539#: ../src/netskel.c:128
540#: n:72
541#, c-format
542msgid "Survey has no fixed points. Therefore I’ve fixed %s at (0,0,0)"
543msgstr "La topo n’a pas de points fixes. Par conséquent j’ai fixé %s à (0,0,0)"
544
545#. TRANSLATORS: fixed survey station that is not part of any survey
546#: ../src/netskel.c:914
547#: n:73
548#, c-format
549msgid "Unused fixed point “%s”"
550msgstr "Point fixe non utilisé “%s”"
551
552#: ../src/matrix.c:123
553#: n:74
554msgid "Network solved by reduction - no simultaneous equations to solve."
555msgstr "Système resolu par réduction - pas d’équations simultanés à résoudre."
556
557#: ../src/matrix.c:135
558#: n:75
559#, c-format
560msgid "Solving %d simultaneous equations"
561msgstr "Résoud un système de %d équations"
562
563#: ../src/commands.c:1146
564#: n:77
565#, c-format
566msgid "Reading “%s” duplicates previous reading(s)"
567msgstr "La valeur “%s” fait doublon avec une ou des valeur(s) précédante(s)"
568
569#: ../src/matrix.c:133
570#: n:78
571msgid "Solving one equation"
572msgstr "Résoud une équation"
573
574#: ../src/datain.c:897
575#: ../src/datain.c:1139
576#: ../src/datain.c:1327
577#: n:79
578msgid "Negative adjusted tape reading"
579msgstr "Lecture de longueur corrigée négative"
580
581#: ../src/commands.c:1604
582#: ../src/commands.c:1624
583#: n:80
584msgid "Date is in the future!"
585msgstr "La date est dans le futur!"
586
587#: ../src/commands.c:1628
588#: n:81
589msgid "End of date range is before the start"
590msgstr "La date de fin est antérieure à celle de début"
591
592#: ../src/avenprcore.cc:118
593#: n:82
594#, c-format
595msgid "Parameter “%s” has invalid value “%s” in printer configuration file"
596msgstr "Le paramètre “%s” a une valeur incorrecte “%s” dans le fichier de configuration de l’imprimante"
597
598#. TRANSLATORS: e.g. the user specifies a passage cross-section at station "entrance.27", but
599#. there is no station "entrance.27" in the centre-line.
600#: ../src/netskel.c:999
601#: n:83
602#, c-format
603msgid "Cross section specified at non-existent station “%s”"
604msgstr "Section spécifié sur une station inexistante “%s”"
605
606#. TRANSLATORS: In data with backsights, the user has tried to give a plumb for the
607#. foresight and a clino reading for the backsight, or something similar.
608#: ../src/datain.c:958
609#: ../src/datain.c:979
610#: n:84
611msgid "CLINO and BACKCLINO readings must be of the same type"
612msgstr "Les mesures de CLINO et BACKCLINO doivent être du même type"
613
614#: ../src/avenprcore.cc:113
615#: n:85
616#, c-format
617msgid "Parameter “%s” missing in printer configuration file"
618msgstr "Paramètres “%s” manquant dans le fichier de configuration de l’imprimante"
619
620#: ../src/readval.c:522
621#: n:86
622msgid "Invalid month"
623msgstr "Mois invalide"
624
625#. TRANSLATORS: e.g. 31st of April, or 32nd of any month
626#: ../src/readval.c:530
627#: n:87
628msgid "Invalid day of the month"
629msgstr "Jour du mois invalide"
630
631#: ../src/cavern.c:237
632#: n:88
633#, c-format
634msgid "3d file format versions %d to %d supported"
635msgstr "Les fichiers au format 3d sont supportés des versions %d à %d"
636
637#, c-format
638#~ msgid "Error in format of font file “%s”"
639#~ msgstr "Erreur dans le format du fichier de fontes “%s”"
640
641#: ../src/readval.c:200
642#: n:89
643msgid "Expecting survey name"
644msgstr "On attendait un nom de topographie"
645
646#. TRANSLATORS: Program will exit shortly after printing this
647#: ../src/message.c:224
648#: n:90
649msgid "Abnormal termination"
650msgstr "Terminaison anormale"
651
652#: ../src/message.c:225
653#: n:91
654msgid "Arithmetic error"
655msgstr "Erreur arithmétique"
656
657#. TRANSLATORS: Something is badly wrong -- the CPU tried to execute bad opcodes -- corrupted program?
658#: ../src/message.c:226
659#: n:92
660msgid "Illegal instruction"
661msgstr "Instruction illégale"
662
663#: ../src/extend.c:538
664#: ../src/mainfrm.cc:376
665#: ../src/sorterr.c:140
666#: n:93
667#, c-format
668msgid "Couldn’t open file “%s”"
669msgstr "Ne peut pas ouvrir le fichier “%s”"
670
671#: ../src/printwx.cc:402
672#: n:402
673#, c-format
674msgid "Couldn’t write file “%s”"
675msgstr "N’avons pas pu écrire le fichier “%s”"
676
677#: ../src/message.c:227
678#: n:94
679msgid "Bad memory access"
680msgstr "Mauvais accés mémoire"
681
682#. TRANSLATORS: If you're unsure what "deprecated" means, see:
683#. http://en.wikipedia.org/wiki/Deprecation
684#: ../src/commands.c:446
685#: ../src/commands.c:509
686#: ../src/commands.c:537
687#: ../src/commands.c:1049
688#: ../src/commands.c:1354
689#: ../src/readval.c:96
690#: n:95
691msgid "Further uses of this deprecated feature will not be reported"
692msgstr "Cette functionnalité n’est plus utilisée; les usages ultérieurs ne seront pas signalés."
693
694#: ../src/message.c:228
695#: n:97
696msgid "Unknown signal received"
697msgstr "Signal inconnu reçu"
698
699#. TRANSLATORS: Degrees are the angular measurement where there are 360 in a
700#. full circle.
701#: ../src/datain.c:863
702#: n:98
703#, c-format
704msgid "COMPASS reading and BACKCOMPASS reading disagree by %s degrees"
705msgstr "Les mesures de COMPASS et BACKCOMPASS diffèrent de %s degrés"
706
707#. TRANSLATORS: Degrees are the angular measurement where there are 360 in a
708#. full circle.
709#: ../src/datain.c:1027
710#: n:99
711#, c-format
712msgid "CLINO reading and BACKCLINO reading disagree by %s degrees"
713msgstr "Les mesures de CLINO et BACKCLINO diffèrent de %s degrés"
714
715#: ../src/cad3d.c:624
716#: n:100
717msgid "do not generate station markers"
718msgstr "Ne pas générer de marqueurs station"
719
720#: ../src/cad3d.c:625
721#: n:101
722msgid "do not generate station labels"
723msgstr "Ne pas générer d'étiquettes station"
724
725#: ../src/cad3d.c:626
726#: n:102
727msgid "do not generate survey legs"
728msgstr "Ne pas générer de visées"
729
730#: ../src/cad3d.c:630
731#: n:103
732msgid "produce an elevation view"
733msgstr "Produire une vue en élévation"
734
735#: ../src/commands.c:1046
736#: n:104
737#, c-format
738msgid "“*data %s %c …” is deprecated - use “*data %s …” instead"
739msgstr "“*data %s %c …” est obsololete - utiliser plutot “*data %s …”"
740
741#: ../src/extend.c:490
742#: n:105
743msgid "Reading in data - please wait…"
744msgstr "Lecture de données - attendez S.V.P. …"
745
746#. TRANSLATORS: Perhaps the user tried to load a different type of file as a
747#. Survex .3d file, or the .3d file was corrupted.
748#: ../src/3dtopos.c:154
749#: ../src/3dtopos.c:160
750#: ../src/cad3d.c:866
751#: ../src/cad3d.c:877
752#: ../src/img.c:182
753#: n:106
754#, c-format
755msgid "Bad 3d image file “%s”"
756msgstr "Mauvais fichier image 3d “%s”"
757
758#. TRANSLATORS: This is the date format string used to timestamp .3d files
759#. internally.  Probably best to keep it the same for all translations.
760#: ../src/img.c:46
761#: ../src/mainfrm.cc:1316
762#: n:107
763#, c-format
764msgid "%a,%Y.%m.%d %H:%M:%S %Z"
765msgstr "%a,%Y.%m.%d %H:%M:%S %Z"
766
767#. TRANSLATORS: put in .3d file if we can’t read the date/time
768#: ../src/mainfrm.cc:1309
769#: n:108
770msgid "Date and time not available."
771msgstr "Date et heure non disponibles."
772
773#: ../src/img.c:183
774#: n:109
775#, c-format
776msgid "Error reading from file “%s”"
777msgstr "Erreur à la lecture du fichier “%s”"
778
779#: ../src/filename.c:79
780#: ../src/img.c:184
781#: ../src/mainfrm.cc:334
782#: ../src/mainfrm.cc:1803
783#: n:110
784#, c-format
785msgid "Error writing to file “%s”"
786msgstr "Erreur à l’écriture du fichier “%s”"
787
788#: ../src/filename.c:82
789#: n:111
790msgid "Error writing to file"
791msgstr "Erreur à l’écriture du fichier"
792
793#: ../src/sorterr.c:76
794#: ../src/sorterr.c:93
795#: ../src/sorterr.c:164
796#: n:112
797msgid "Couldn’t parse .err file"
798msgstr "La lecture du fichier .err a échoué"
799
800#: ../src/cavern.c:380
801#: n:113
802#, c-format
803msgid "There were %d warning(s) and %d error(s) - no output files produced."
804msgstr "Il y a %d avertissement(s) et %d erreur(s) - aucun fichier n’a été produit"
805
806#: ../src/img.c:185
807#: n:114
808#, c-format
809msgid "File “%s” has a newer format than this program can understand"
810msgstr "Le fichier “%s” a un format plus récent que ce que ce"
811
812#: ../src/printwx.cc:700
813#: n:115
814msgid "North"
815msgstr "Nord"
816
817#. TRANSLATORS: "Elevation on" 020 <-> 200 degrees
818#: ../src/printwx.cc:724
819#: n:116
820msgid "Elevation on"
821msgstr "Elévation sur"
822
823#: ../src/printwx.cc:294
824#: n:117
825msgid "P&lan view"
826msgstr "&Vue en plan"
827
828#: ../src/printwx.cc:296
829#: n:285
830msgid "&Elevation"
831msgstr "&Elévation"
832
833#: ../src/gfxcore.cc:692
834#: ../src/mainfrm.cc:126
835#: n:118
836msgid "Elevation"
837msgstr "Elévation"
838
839#: ../src/cavern.c:342
840#: n:120
841msgid "Calculating statistics"
842msgstr "Calcul des statistiques"
843
844#: ../src/readval.c:485
845#: n:121
846msgid "Expecting string field"
847msgstr "On attendait une chaine de caractères dans ce champ"
848
849#: ../src/cmdline.c:208
850#: n:122
851msgid "too few arguments"
852msgstr "pas assez d’arguments"
853
854#: ../src/cmdline.c:215
855#: n:123
856msgid "too many arguments"
857msgstr "trop d’arguments"
858
859#: ../src/cmdline.c:174
860#: ../src/cmdline.c:177
861#: ../src/cmdline.c:181
862#: n:124
863msgid "FILE"
864msgstr "FICHIER"
865
866#. TRANSLATORS: In French, Eric chose to use the terminology used by toporobot:
867#. "sequence" for the English "traverse", which makes sense (although toporobot
868#. actually uses this term to mean something more specific).  Feel free to
869#. follow this lead if you can't think of a better term - these messages mostly
870#. indicate how processing is progressing.
871#.
872#. A trailing traverse is a dead end back to a junction.
873#: ../src/netskel.c:162
874#: n:125
875msgid "Removing trailing traverses"
876msgstr "Enlève les séquences terminales"
877
878#. TRANSLATORS: In French, Eric chose to use the terminology used by toporobot:
879#. "sequence" for the English "traverse", which makes sense (although toporobot
880#. actually uses this term to mean something more specific).  Feel free to
881#. follow this lead if you can't think of a better term - these messages mostly
882#. indicate how processing is progressing.
883#: ../src/netskel.c:216
884#: n:126
885msgid "Concatenating traverses between nodes"
886msgstr "Connecte les séquences entre noeuds"
887
888#. TRANSLATORS: In French, Eric chose to use the terminology used by toporobot:
889#. "sequence" for the English "traverse", which makes sense (although toporobot
890#. actually uses this term to mean something more specific).  Feel free to
891#. follow this lead if you can't think of a better term - these messages mostly
892#. indicate how processing is progressing.
893#: ../src/netskel.c:409
894#: n:127
895msgid "Calculating traverses between nodes"
896msgstr "Calcule les séquences entre noeuds"
897
898#. TRANSLATORS: In French, Eric chose to use the terminology used by toporobot:
899#. "sequence" for the English "traverse", which makes sense (although toporobot
900#. actually uses this term to mean something more specific).  Feel free to
901#. follow this lead if you can't think of a better term - these messages mostly
902#. indicate how processing is progressing.
903#.
904#. A trailing traverse is a dead end back to a junction.
905#: ../src/netskel.c:739
906#: n:128
907msgid "Calculating trailing traverses"
908msgstr "Calcule les séquences terminales"
909
910#: ../src/network.c:82
911#: n:129
912msgid "Simplifying network"
913msgstr "Simplification de réseau"
914
915#: ../src/network.c:540
916#: n:130
917msgid "Calculating network"
918msgstr "Calcul du réseau"
919
920#: ../src/datain.c:1436
921#: n:131
922#, c-format
923msgid "Found “%s”, expecting “F” or “B”"
924msgstr "Vous avez écrit “%s”; on attendait “F” ou “B”"
925
926#: ../src/cavern.c:438
927#: n:132
928#, c-format
929msgid "Total length of survey legs = %7.2fm (%7.2fm adjusted)"
930msgstr "Longueur totale de la topo = %7.2fm (%7.2fm adjusté)"
931
932#: ../src/cavern.c:441
933#: n:133
934#, c-format
935msgid "Total plan length of survey legs = %7.2fm"
936msgstr "Longueur totale en projection horizontale = %7.2fm"
937
938#: ../src/cavern.c:444
939#: n:134
940#, c-format
941msgid "Total vertical length of survey legs = %7.2fm"
942msgstr "Longueur totale verticale = %7.2fm"
943
944#. TRANSLATORS: numbers are altitudes of highest and lowest stations
945#: ../src/cavern.c:450
946#: n:135
947#, c-format
948msgid "Vertical range = %4.2fm (from %s at %4.2fm to %s at %4.2fm)"
949msgstr "Interval vertical = %4.2fm (de %s à %4.2fm jusqu’à %s à %4.2fm)"
950
951#. TRANSLATORS: c.f. previous message
952#: ../src/cavern.c:451
953#: n:136
954#, c-format
955msgid "North-South range = %4.2fm (from %s at %4.2fm to %s at %4.2fm)"
956msgstr "Interval Nord-Sud = %4.2fm (de %s à %4.2fm jusqu’à %s à %4.2fm)"
957
958#. TRANSLATORS: c.f. previous two messages
959#: ../src/cavern.c:452
960#: n:137
961#, c-format
962msgid "East-West range = %4.2fm (from %s at %4.2fm to %s at %4.2fm)"
963msgstr "Interval Est-Ouest = %4.2fm (de %s à %4.2fm jusqu’à %s à %4.2fm)"
964
965#: ../src/cavern.c:426
966#: n:138
967msgid "There is 1 loop."
968msgstr "Il y a 1 bouclage."
969
970#: ../src/cavern.c:428
971#: n:139
972#, c-format
973msgid "There are %ld loops."
974msgstr "Il y a %ld bouclages."
975
976#: ../src/cavern.c:364
977#: n:140
978#, c-format
979msgid "CPU time used %5.2fs"
980msgstr "Temps CPU utilisé %5.2fs"
981
982#: ../src/cavern.c:367
983#: n:141
984#, c-format
985msgid "Time used %5.2fs"
986msgstr "Temps utilisé %5.2fs"
987
988#: ../src/cavern.c:369
989#: n:142
990msgid "Time used unavailable"
991msgstr "Temps utilisé non disponible"
992
993#: ../src/cavern.c:372
994#: n:143
995#, c-format
996msgid "Time used %5.2fs (%5.2fs CPU time)"
997msgstr "Temps utilisé %5.2fs (%5.2fs temps CPU)"
998
999#: ../src/cavern.c:376
1000#: n:144
1001msgid "Done."
1002msgstr "Terminé."
1003
1004#: ../src/netskel.c:717
1005#: n:145
1006#, c-format
1007msgid "Original length %6.2fm (%3d legs), moved %6.2fm (%5.2fm/leg). "
1008msgstr "Longueur originale %6.2fm (%3d visées), réduit à %6.2fm (%5.2fm/visées). "
1009
1010#: ../src/netskel.c:720
1011#: n:146
1012#, c-format
1013msgid "Error %6.2f%%"
1014msgstr "Erreur %6.2f%%"
1015
1016#. TRANSLATORS: Here N/A means "Not Applicable" -- it means the traverse has zero length, so
1017#. error per metre is meaningless
1018#. There should be 4 spaces between "Error" and "N/A" so that it lines up with
1019#. the numbers in the message above.
1020#: ../src/netskel.c:722
1021#: n:147
1022msgid "Error    N/A"
1023msgstr "Erreur    N/A"
1024
1025#: ../src/cad3d.c:627
1026#: n:148
1027#, c-format
1028msgid "generate grid (default %sm)"
1029msgstr "générer une grille (%sm par défaut)"
1030
1031#: ../src/cad3d.c:628
1032#: n:149
1033#, c-format
1034msgid "station labels text height (default %s)"
1035msgstr "hauteur du texte dans les étiquettes station (%s par défaut)"
1036
1037#: ../src/cad3d.c:629
1038#: n:152
1039#, c-format
1040msgid "station marker size (default %s)"
1041msgstr "taille des marqueurs station (%s par défaut)"
1042
1043#: ../src/cad3d.c:631
1044#: n:155
1045#, c-format
1046msgid "factor to scale down by (default %s)"
1047msgstr "Facteur de réduction (%s par défaut)"
1048
1049#: ../src/cad3d.c:632
1050#: n:156
1051msgid "produce DXF output"
1052msgstr "Produire une sortie DXF"
1053
1054#: ../src/cad3d.c:633
1055#: n:158
1056msgid "produce Skencil output"
1057msgstr "Produire une sortie Skencil"
1058
1059#: ../src/cad3d.c:634
1060#: n:159
1061msgid "produce Compass PLT output for Carto"
1062msgstr "Produire une sortie PLT Compass pour Carto"
1063
1064#: ../src/cad3d.c:635
1065#: n:160
1066msgid "produce SVG output"
1067msgstr "Produire une sortie SVG"
1068
1069#. TRANSLATORS: description of --help option
1070#: ../src/cmdline.c:137
1071#: n:150
1072msgid "display this help and exit"
1073msgstr "montrer ce message d’aide et quitter"
1074
1075#. TRANSLATORS: description of --verbose option
1076#: ../src/cmdline.c:139
1077#: n:151
1078msgid "output version information and exit"
1079msgstr "affiche les informations sur la version et termine"
1080
1081#. TRANSLATORS: in command line usage messages e.g. Usage: cavern [OPTION]…
1082#: ../src/cmdline.c:166
1083#: n:153
1084msgid "OPTION"
1085msgstr "OPTION"
1086
1087#: ../src/mainfrm.cc:130
1088#: ../src/printwx.cc:259
1089#: ../src/printwx.cc:761
1090#: ../src/printwx.cc:815
1091#: n:154
1092msgid "Scale"
1093msgstr "Échelle"
1094
1095#: ../src/cmdline.c:190
1096#: n:157
1097#, c-format
1098msgid "Try “%s --help” for more information.\n"
1099msgstr "Pour en savoir davantage, faites: “%s --help”\n"
1100
1101#: ../src/avenprcore.cc:262
1102#: n:166
1103#, c-format
1104msgid "Page %d of %d"
1105msgstr "Page %d sur %d"
1106
1107#: ../src/avenprcore.cc:265
1108#: ../src/printwx.cc:1240
1109#: n:167
1110#, c-format
1111msgid "Survey “%s”   Page %d (of %d)   Processed on %s"
1112msgstr "Topo “%s”   Page %d (sur %d)   En cours sur %s"
1113
1114#. TRANSLATORS: This is used on printouts of plans, with %s replaced by
1115#. something like "123°".  The bearing is up the page.
1116#: ../src/printwx.cc:706
1117#: n:168
1118#, c-format
1119msgid "Plan view, %s up page"
1120msgstr "Vue en plan, Azimuth %s vers le haut de l apage"
1121
1122#. TRANSLATORS: This is used on printouts of elevations, with %s replaced by
1123#. something like "123°".  The bearing is the direction we’re looking.
1124#: ../src/printwx.cc:740
1125#: n:169
1126#, c-format
1127msgid "Elevation facing %s"
1128msgstr "Coupe projetée azimuth %s"
1129
1130#. TRANSLATORS: This is used on printouts of tilted elevations, with the first
1131#. %s replaced by something like "123°", and the second by something like "-45°".
1132#. The bearing is the direction we’re looking.
1133#: ../src/printwx.cc:745
1134#: n:284
1135#, c-format
1136msgid "Elevation facing %s, tilted %s"
1137msgstr "Coupe projetée azimuth %s, tournée de %s"
1138
1139#. TRANSLATORS: This is used on printouts of extended elevations.
1140#: ../src/printwx.cc:753
1141#: n:191
1142msgid "Extended elevation"
1143msgstr "Coupe développée"
1144
1145#: ../src/cavern.c:412
1146#: n:172
1147msgid "Survey contains 1 survey station,"
1148msgstr "La topo contient 1 station,"
1149
1150#: ../src/cavern.c:414
1151#: n:173
1152#, c-format
1153msgid "Survey contains %ld survey stations,"
1154msgstr "La topo contient %ld stations,"
1155
1156#: ../src/cavern.c:418
1157#: n:174
1158msgid " joined by 1 leg."
1159msgstr " connectées par 1 visé."
1160
1161#: ../src/cavern.c:420
1162#: n:175
1163#, c-format
1164msgid " joined by %ld legs."
1165msgstr " connectées par %ld visées."
1166
1167#. TRANSLATORS: node/nodes as in:  "Survey has 1 2-node and 2 3-nodes."
1168#: ../src/listpos.c:182
1169#: n:176
1170msgid "node"
1171msgstr "nœud"
1172
1173#. TRANSLATORS: node/nodes as in:  "Survey has 1 2-node and 2 3-nodes."
1174#: ../src/listpos.c:182
1175#: n:177
1176msgid "nodes"
1177msgstr "nœuds"
1178
1179#. TRANSLATORS: connected component in the graph theory sense
1180#. It means there are %ld bits of survey with no connections between them
1181#. This message is only used if there are more than 1
1182#: ../src/cavern.c:434
1183#: n:178
1184#, c-format
1185msgid "Survey has %ld connected components."
1186msgstr "La topo contient %ld composants connectés."
1187
1188#. TRANSLATORS: Label for button in aven’s cavern log window which causes the
1189#. survey data to be reprocessed.
1190#: ../src/cavernlog.cc:389
1191#: ../src/cavernlog.cc:400
1192#: n:184
1193msgid "Reprocess"
1194msgstr "Recalculer"
1195
1196#: ../src/cmdline.c:238
1197#: ../src/cmdline.c:257
1198#: n:185
1199#, c-format
1200msgid "numeric argument “%s” out of range"
1201msgstr "argument numérique “%s” hors limite"
1202
1203#: ../src/cmdline.c:240
1204#: n:186
1205#, c-format
1206msgid "argument “%s” not an integer"
1207msgstr "l’argument “%s” n’est pas un entier"
1208
1209#: ../src/cmdline.c:259
1210#: n:187
1211#, c-format
1212msgid "argument “%s” not a number"
1213msgstr "l’argument “%s” n’est pas un nombre"
1214
1215#: ../src/commands.c:815
1216#: n:188
1217msgid "Expecting “DUPLICATE”, “SPLAY”, or “SURFACE”"
1218msgstr "On attendait “DUPLICATE”, “SPLAY”, ou “SURFACE”"
1219
1220#: ../src/commands.c:818
1221#: n:189
1222msgid "Expecting “NOT”, “DUPLICATE”, “SPLAY”, or “SURFACE”"
1223msgstr "On attendait “NOT”, “DUPLICATE”, “SPLAY”, ou “SURFACE”"
1224
1225#: ../src/listpos.c:82
1226#: n:190
1227#, c-format
1228msgid "Station “%s” referred to by *entrance or *export but never used"
1229msgstr "La station “%s” est citée dans un *entrance ou *export mais n’est jamais utilisée"
1230
1231#: ../src/commands.c:617
1232#: n:192
1233msgid "No matching BEGIN"
1234msgstr "BEGIN manquant"
1235
1236#. TRANSLATORS: *BEGIN <prefix> and *END <prefix> should have the same <prefix> if it’s
1237#. given at all
1238#: ../src/commands.c:639
1239#: n:193
1240msgid "Prefix tag doesn’t match BEGIN"
1241msgstr "Le préfixe du END ne correspond pas à celui du BEGIN"
1242
1243#: ../src/commands.c:643
1244#: n:194
1245msgid "Closing prefix omitted from END"
1246msgstr "Préfixe manquant dans le END"
1247
1248#. TRANSLATORS: heading line for .pos file
1249#. please try to ensure the “,”s (or at least the columns) are in the same place
1250#: ../src/3dtopos.c:109
1251#: n:195
1252msgid "( Easting, Northing, Altitude )"
1253msgstr "( X (Est), Y (Nord), Altitude )"
1254
1255#. TRANSLATORS: bpp is "Bits Per Pixel"
1256#: ../src/aboutdlg.cc:172
1257#: n:196
1258#, c-format
1259msgid "Display Depth: %d bpp"
1260msgstr "Profondeur d’affichage: %d bpp"
1261
1262#. TRANSLATORS: appended to previous message if the display is colour
1263#: ../src/aboutdlg.cc:173
1264#: n:197
1265msgid " (colour)"
1266msgstr " (couleur)"
1267
1268#: ../src/readval.c:510
1269#: ../src/readval.c:520
1270#: ../src/readval.c:528
1271#: n:198
1272#, c-format
1273msgid "Expecting date, found “%s”"
1274msgstr "On attendait une date, on a trouvé “%s”"
1275
1276#. TRANSLATORS: --help output for --survey option
1277#. "this" has been added to English translation
1278#: ../src/3dtopos.c:50
1279#: ../src/aven.cc:63
1280#: ../src/cad3d.c:623
1281#: ../src/diffpos.c:57
1282#: ../src/dump3d.c:50
1283#: ../src/extend.c:443
1284#: n:199
1285msgid "only load the sub-survey with this prefix"
1286msgstr "ne charge que la partie de topo avec le prefixe"
1287
1288#. TRANSLATORS: --help output for aven --print option
1289#: ../src/aven.cc:64
1290#: n:119
1291msgid "print and exit (requires a 3d file)"
1292msgstr "Imprimer et quitter (nécessite un fichier 3d)"
1293
1294#. TRANSLATORS: --help output for cavern --percentage option
1295#: ../src/cavern.c:122
1296#: n:161
1297msgid "display percentage progress"
1298msgstr "Afficher le pourcentage de progression"
1299
1300#. TRANSLATORS: --help output for cavern --output option
1301#: ../src/cavern.c:123
1302#: n:162
1303msgid "set location for output files"
1304msgstr "Définir l’endroit pour les fichiers sortis"
1305
1306#. TRANSLATORS: --help output for cavern --quiet option
1307#: ../src/cavern.c:124
1308#: n:163
1309msgid "only show brief summary (-qq for errors only)"
1310msgstr "Monter seulement un bref résumé (-qq pour les erreurs seulement)"
1311
1312#. TRANSLATORS: --help output for cavern --no-auxiliary-files option
1313#: ../src/cavern.c:125
1314#: n:164
1315msgid "do not create .err file"
1316msgstr "Ne pas créer de fichier .err"
1317
1318#. TRANSLATORS: --help output for cavern --warnings-are-errors option
1319#: ../src/cavern.c:126
1320#: n:165
1321msgid "turn warnings into errors"
1322msgstr "changer les avertissements en erreurs"
1323
1324#. TRANSLATORS: --help output for cavern --log option
1325#: ../src/cavern.c:127
1326#: n:170
1327msgid "log output to .log file"
1328msgstr "enregistrer la sortie dans un fichier .log"
1329
1330#. TRANSLATORS: --help output for cavern --3d-version option
1331#: ../src/cavern.c:128
1332#: n:171
1333msgid "specify the 3d file format version to output"
1334msgstr "spécifier la version du format de fichier 3d en sortie"
1335
1336#. TRANSLATORS: --help output for sorterr --horizontal option
1337#: ../src/sorterr.c:52
1338#: n:179
1339msgid "sort by horizontal error factor"
1340msgstr "trier par facteur d’erreur horizontal"
1341
1342#. TRANSLATORS: --help output for sorterr --vertical option
1343#: ../src/sorterr.c:53
1344#: n:180
1345msgid "sort by vertical error factor"
1346msgstr "trier par facteur d’erreur vertical"
1347
1348#. TRANSLATORS: --help output for sorterr --percentage option
1349#: ../src/sorterr.c:54
1350#: n:181
1351msgid "sort by percentage error"
1352msgstr "trier par pourcentage d’erreur"
1353
1354#. TRANSLATORS: --help output for sorterr --per-leg option
1355#: ../src/sorterr.c:55
1356#: n:182
1357msgid "sort by error per leg"
1358msgstr "trier par erreur par visée"
1359
1360#. TRANSLATORS: --help output for sorterr --replace option
1361#: ../src/sorterr.c:56
1362#: n:183
1363msgid "replace .err file with resorted version"
1364msgstr "remplacer le fichier .err par la version assortie"
1365
1366#. TRANSLATORS: --help output for dump3d --rewind option
1367#: ../src/dump3d.c:51
1368#: n:204
1369msgid "rewind file and read it a second time"
1370msgstr "rembobiner le fichier et le lire une seconde fois"
1371
1372#. TRANSLATORS: error message given by "*units tape 0 feet" - it’s meaningless to say
1373#. your tape is marked in "0 feet" (but you might measure distance by counting
1374#. knots on a diving line, and tie them every "2 feet").
1375#: ../src/commands.c:1280
1376#: n:200
1377msgid "*UNITS factor must be non-zero"
1378msgstr "*UNITS: le facteur doit être non nul"
1379
1380#. TRANSLATORS: In the "File" menu
1381#: ../src/mainfrm.cc:740
1382#: n:201
1383msgid "&Screenshot…"
1384msgstr "&Copie d’écran…"
1385
1386#: ../src/mainfrm.cc:1327
1387#: n:202
1388#, c-format
1389msgid "No survey data in 3d file “%s”"
1390msgstr "Pas de données topo dans le fichier image 3d “%s”"
1391
1392#: ../src/gfxcore.cc:650
1393#: n:203
1394msgid "Facing"
1395msgstr "Direction"
1396
1397#. TRANSLATORS: for the title of the About box
1398#: ../src/aboutdlg.cc:69
1399#: n:205
1400#, c-format
1401msgid "About %s"
1402msgstr "A propos %s"
1403
1404#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions -
1405#. it should be translated to the terminology that cavers using the language
1406#. would use.
1407#.
1408#. File->Open dialog:
1409#: ../src/mainfrm.cc:1776
1410#: n:206
1411#, fuzzy
1412msgid "Select a survey file to view"
1413msgstr "Selectionner un fichier de topo à afficher"
1414
1415#: ../src/mainfrm.cc:1768
1416#: n:207
1417msgid "Survex 3d files"
1418msgstr "Fichiers de données Survex 3d"
1419
1420#: ../src/mainfrm.cc:1773
1421#: ../src/mainfrm.cc:2168
1422#: n:208
1423msgid "All files"
1424msgstr "Tous les fichiers"
1425
1426#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions -
1427#. it should be translated to the terminology that cavers using the language
1428#. would use.
1429#: ../src/mainfrm.cc:1767
1430#: n:229
1431#, fuzzy
1432msgid "All survey files"
1433msgstr "Tous les fichiers de topo"
1434
1435#: ../src/mainfrm.cc:1769
1436#: n:329
1437msgid "Survex svx files"
1438msgstr "Fichiers svx Survex"
1439
1440#: ../src/mainfrm.cc:1771
1441#: n:330
1442msgid "Compass DAT and MAK files"
1443msgstr "Fichiers MAK et DAT Compass"
1444
1445#: ../src/printwx.cc:397
1446#: n:411
1447msgid "DXF files"
1448msgstr "fichiers DXF"
1449
1450#: ../src/printwx.cc:397
1451#: n:412
1452msgid "EPS files"
1453msgstr "fichiers EPS"
1454
1455#: ../src/printwx.cc:397
1456#: n:413
1457msgid "GPX files"
1458msgstr "fichiers GPX"
1459
1460#: ../src/printwx.cc:397
1461#: n:414
1462msgid "HPGL for plotters"
1463msgstr "HPGL pour traceurs"
1464
1465#: ../src/printwx.cc:397
1466#: n:415
1467msgid "Compass PLT for use with Carto"
1468msgstr "fichiers PLT Compass à utiliser avec Carto"
1469
1470#: ../src/printwx.cc:397
1471#: n:416
1472msgid "Skencil files"
1473msgstr "fichiers Skencil"
1474
1475#: ../src/printwx.cc:397
1476#: n:417
1477msgid "SVG files"
1478msgstr "fichiers SVG"
1479
1480#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions -
1481#. it should be translated to the terminology that cavers using the language
1482#. would use.
1483#.
1484#. This string is used in the about box (summarising the purpose of aven).
1485#: ../src/aboutdlg.cc:87
1486#: n:209
1487msgid "Survey visualisation tool"
1488msgstr "Outil de visualisation de topographies"
1489
1490#. TRANSLATORS: Aven menu titles.  An “&” goes before the letter of any accelerator key.
1491#. The accelerators must be different within this group
1492#: ../src/mainfrm.cc:866
1493#: n:210
1494msgid "&File"
1495msgstr "&Fichier"
1496
1497#: ../src/mainfrm.cc:867
1498#: n:211
1499msgid "&Rotation"
1500msgstr "&Rotation"
1501
1502#: ../src/mainfrm.cc:868
1503#: n:212
1504msgid "&Orientation"
1505msgstr "&Orientation"
1506
1507#: ../src/mainfrm.cc:869
1508#: n:213
1509msgid "&View"
1510msgstr "&Vue"
1511
1512#: ../src/mainfrm.cc:871
1513#: n:214
1514msgid "&Controls"
1515msgstr "&Contrôles"
1516
1517#: ../src/mainfrm.cc:880
1518#: n:215
1519msgid "&Help"
1520msgstr "&Aide"
1521
1522#: ../src/mainfrm.cc:873
1523#: n:216
1524msgid "&Presentation"
1525msgstr "&Présentation"
1526
1527#: ../src/aboutdlg.cc:98
1528#: n:219
1529msgid "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."
1530msgstr "Ce programme est un logiciel libre; vous pouvez le redistribuer et/ou le modifier conformément aux dispositions de la Licence Publique Générale GNU, telle que publiée par la Free Software Foundation; version 2 de la licence, ou encore (à votre choix) toute version ultérieure."
1531
1532#. TRANSLATORS: Part of 3dtopos --help
1533#: ../src/3dtopos.c:85
1534#: n:217
1535msgid "3D_FILE [POS_FILE]"
1536msgstr "FICHIER_3D [POS_FICHIER]"
1537
1538#. TRANSLATORS: Part of diffpos --help
1539#: ../src/diffpos.c:261
1540#: n:218
1541msgid "FILE1 FILE2 [THRESHOLD]"
1542msgstr "FICHIER1 FICHIER2 [SEUIL]"
1543
1544#. TRANSLATORS: Part of diffpos --help
1545#: ../src/diffpos.c:262
1546#: n:255
1547#, c-format
1548msgid "FILE1 and FILE2 can be .pos or .3d files\nTHRESHOLD is the max. ignorable change along any axis in metres (default %s)"
1549msgstr "Les fichiers FICHIER1 et FICHIER2 peuvent êtres des fichiers .pos ou .3d\nLe SEUIL est le changement maxi. ignorable le long de n'importe quel axe en mètres (%s par défaut)"
1550
1551#. TRANSLATORS: Part of extend --help
1552#: ../src/extend.c:464
1553#: n:267
1554msgid "INPUT_3D_FILE [OUTPUT_3D_FILE]"
1555msgstr "FICHIER_D_ENTREE_3D [FICHIER_DE_SORTIE_3D]"
1556
1557#. TRANSLATORS: Part of sorterr --help
1558#: ../src/sorterr.c:121
1559#: n:268
1560msgid "ERR_FILE [HOW_MANY]"
1561msgstr "FICHIER_D_ERREUR [NOMBRE]"
1562
1563#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions -
1564#. it should be translated to the terminology that cavers using the language
1565#. would use.
1566#.
1567#. Part of aven --help
1568#: ../src/aven.cc:109
1569#: ../src/aven.cc:136
1570#: n:269
1571msgid "[SURVEY_FILE]"
1572msgstr "[FICHIER_TOPOGRAPHIE]"
1573
1574#. TRANSLATORS: Aven menu items.  An “&” goes before the letter of any accelerator key.
1575#. The string "\t" separates the menu text and any accelerator key.
1576#. TRANSLATORS: "File" menu.  The accelerators must be different within this group.
1577#. c.f. 201, 380, 381.
1578#: ../src/mainfrm.cc:734
1579#: n:220
1580msgid "&Open…\tCtrl+O"
1581msgstr "&Ouvrir…\tCtrl+O"
1582
1583#. TRANSLATORS: Used in the "colour key" for "colour by date" if there are
1584#. surveys without date information.
1585#: ../src/gfxcore.cc:931
1586#: n:221
1587msgid "Undated"
1588msgstr "Non datée"
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.
1592#: ../src/gfxcore.cc:953
1593#: n:290
1594msgid "Not in loop"
1595msgstr "Pas dans la boucle"
1596
1597#. TRANSLATORS: error from "*data normal newline from to tape compass clino"
1598#: ../src/commands.c:1134
1599#: n:222
1600msgid "NEWLINE can’t be the first reading"
1601msgstr "NEWLINE ne peut pas être la première valeur"
1602
1603#. TRANSLATORS: error from "*data normal from to tape compass clino newline"
1604#: ../src/commands.c:1169
1605#: n:223
1606msgid "NEWLINE can’t be the last reading"
1607msgstr "NEWLINE ne peut pas être la dernière valeur"
1608
1609#. TRANSLATORS: error from "*data normal station tape compass clino"
1610#: ../src/commands.c:1191
1611#: n:224
1612msgid "Interleaved readings, but no NEWLINE"
1613msgstr "Données sur plusieurs lignes, mais pas de NEWLINE"
1614
1615#. TRANSLATORS: caused by e.g. "*data diving station newline depth tape compass"
1616#: ../src/commands.c:1078
1617#: n:225
1618#, c-format
1619msgid "Reading “%s” must occur before NEWLINE"
1620msgstr "La donnée “%s” doit apparaître avant NEWLINE"
1621
1622#. TRANSLATORS: e.g. "*data normal from to tape newline compass clino"
1623#: ../src/commands.c:1127
1624#: n:226
1625msgid "NEWLINE can only be preceded by STATION, DEPTH, and COUNT"
1626msgstr "NEWLINE ne peut ê précédée que par STATION, DEPTH, et COUNT"
1627
1628#: ../src/commands.c:1314
1629#: n:227
1630msgid "Can’t calibrate angular and length quantities together"
1631msgstr "On ne peut pas calibrer les angles et les longueurs en même temps"
1632
1633#: ../src/commands.c:564
1634#: n:397
1635msgid "Bad *alias command"
1636msgstr ""
1637
1638#. TRANSLATORS: "Terrain file" being a digital model of the terrain (e.g. a grid of
1639#. height values).
1640#~ msgid "Select a terrain file to view"
1641#~ msgstr "Sélectionner un fichier de surface à visualiser"
1642
1643#~ msgid "Terrain files"
1644#~ msgstr "Fichiers de surface"
1645
1646#. TRANSLATORS: %s will be replaced by the application name ("Aven" currently)
1647#: ../src/log.cc:30
1648#: n:228
1649#, c-format
1650msgid "%s Error Log"
1651msgstr "Journal d’erreur de %s"
1652
1653#. TRANSLATORS: Used in the "Export" settings dialog
1654#: ../src/printwx.cc:363
1655#: n:230
1656msgid "&Export…"
1657msgstr "&Exporter…"
1658
1659#. TRANSLATORS: "Rotation" menu.  The accelerators must be different within this group.
1660#. Tickable menu item which toggles auto rotation
1661#: ../src/mainfrm.cc:753
1662#: n:231
1663msgid "Au&to-Rotate\tSpace"
1664msgstr "Rotation &Automatique\tSpace"
1665
1666#: ../src/mainfrm.cc:755
1667#: n:232
1668msgid "Speed &Up"
1669msgstr "A&ccélère"
1670
1671#: ../src/mainfrm.cc:756
1672#: n:233
1673msgid "Slow &Down"
1674msgstr "&Ralenti"
1675
1676#: ../src/mainfrm.cc:758
1677#: n:234
1678msgid "&Reverse Direction"
1679msgstr "Direction &Inverse"
1680
1681#: ../src/mainfrm.cc:760
1682#: n:235
1683msgid "Step Once &Anticlockwise"
1684msgstr "Pas à pas sens in&verse des aiguilles d’une montre"
1685
1686#: ../src/mainfrm.cc:761
1687#: n:236
1688msgid "Step Once &Clockwise"
1689msgstr "Pas à pas dans le &sens des aiguilles d’une montre"
1690
1691#. TRANSLATORS: View *looking* North
1692#: ../src/gfxcore.cc:2994
1693#: ../src/mainfrm.cc:764
1694#: n:240
1695msgid "View &North"
1696msgstr "Vue vers le &Nord"
1697
1698#. TRANSLATORS: View *looking* East
1699#: ../src/gfxcore.cc:2995
1700#: ../src/mainfrm.cc:765
1701#: n:241
1702msgid "View &East"
1703msgstr "Vue vers l’&Est"
1704
1705#. TRANSLATORS: View *looking* South
1706#: ../src/gfxcore.cc:2996
1707#: ../src/mainfrm.cc:766
1708#: n:242
1709msgid "View &South"
1710msgstr "Vue vers le &Sud"
1711
1712#. TRANSLATORS: View *looking* West
1713#: ../src/gfxcore.cc:2997
1714#: ../src/mainfrm.cc:767
1715#: n:243
1716msgid "View &West"
1717msgstr "Vue vers l’&Ouest"
1718
1719#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions -
1720#. it should be translated to the terminology that cavers using the language
1721#. would use.
1722#: ../src/mainfrm.cc:769
1723#: n:244
1724msgid "Shift Survey &Left"
1725msgstr "Déplacement vers la &Gauche"
1726
1727#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions -
1728#. it should be translated to the terminology that cavers using the language
1729#. would use.
1730#: ../src/mainfrm.cc:770
1731#: n:245
1732msgid "Shift Survey &Right"
1733msgstr "Déplacement vers la &Droite"
1734
1735#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions -
1736#. it should be translated to the terminology that cavers using the language
1737#. would use.
1738#: ../src/mainfrm.cc:771
1739#: n:246
1740msgid "Shift Survey &Up"
1741msgstr "Déplacement vers le &Haut"
1742
1743#. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions -
1744#. it should be translated to the terminology that cavers using the language
1745#. would use.
1746#: ../src/mainfrm.cc:772
1747#: n:247
1748msgid "Shift Survey &Down"
1749msgstr "Déplacement vers le &Bas"
1750
1751#: ../src/gfxcore.cc:3009
1752#: ../src/mainfrm.cc:774
1753#: n:248
1754msgid "&Plan View"
1755msgstr "Vue en &plan"
1756
1757#: ../src/gfxcore.cc:3010
1758#: ../src/mainfrm.cc:775
1759#: n:249
1760msgid "Ele&vation"
1761msgstr "Elé&vation"
1762
1763#: ../src/mainfrm.cc:777
1764#: n:250
1765msgid "&Higher Viewpoint"
1766msgstr "Point de vue plus Ha&ut"
1767
1768#: ../src/mainfrm.cc:778
1769#: n:251
1770msgid "L&ower Viewpoint"
1771msgstr "Point de vue plus B&as"
1772
1773#: ../src/mainfrm.cc:781
1774#: n:252
1775msgid "&Zoom In\t]"
1776msgstr "&Zoom Avant\t]"
1777
1778#: ../src/mainfrm.cc:782
1779#: n:253
1780msgid "Zoo&m Out\t["
1781msgstr "Zoo&m Arrière\t["
1782
1783#: ../src/mainfrm.cc:784
1784#: n:254
1785msgid "Restore De&fault View"
1786msgstr "&Restaurer la vue par défaut"
1787
1788#. TRANSLATORS: Used as a label for the surrounding box for the "Bearing" and
1789#. "Tilt angle" fields, and the "Plan view" and "Elevation" buttons in the
1790#. "what to print" dialog.
1791#: ../src/printwx.cc:253
1792#: n:283
1793msgid "View"
1794msgstr "Vue"
1795
1796#. TRANSLATORS: Used as a label for the surrounding box for the "survey legs" "stations"
1797#. "names" etc checkboxes in the "what to print" dialog.  "Elements" isn’t a
1798#. good name for this but nothing better has yet come to mind!
1799#: ../src/printwx.cc:254
1800#: n:256
1801msgid "Elements"
1802msgstr "Eléments"
1803
1804#: ../src/printwx.cc:273
1805#: ../src/printwx.cc:504
1806#: n:257
1807#, c-format
1808msgid "%d pages (%dx%d)"
1809msgstr "%d pages (%dx%d)"
1810
1811#. TRANSLATORS: used in the scale drop down selector in the print dialog
1812#. the implicit meaning is "choose a suitable scale to fit the
1813#. plot on a single page", but we need something shorter
1814#: ../src/printwx.cc:260
1815#: ../src/printwx.cc:523
1816#: n:258
1817msgid "One page"
1818msgstr "Une page"
1819
1820#: ../src/mainfrm.cc:122
1821#: ../src/printwx.cc:280
1822#: n:259
1823msgid "Bearing"
1824msgstr "Azimut"
1825
1826#: ../src/printwx.cc:316
1827#: n:260
1828msgid "Station Names"
1829msgstr "Noms de station"
1830
1831#: ../src/printwx.cc:312
1832#: n:261
1833msgid "Crosses"
1834msgstr "Croisements"
1835
1836#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
1837#. "survey stations".
1838#: ../src/printwx.cc:304
1839#: n:262
1840msgid "Underground Survey Legs"
1841msgstr "Visées sous terre"
1842
1843#: ../src/printwx.cc:320
1844#: n:393
1845msgid "Cross-sections"
1846msgstr "Sections"
1847
1848#: ../src/printwx.cc:325
1849#: n:394
1850msgid "Walls"
1851msgstr "Parois"
1852
1853#: ../src/printwx.cc:329
1854#: n:395
1855msgid "Passages"
1856msgstr "Galeries"
1857
1858#: ../src/printwc.cc:453
1859#: n:421
1860msgid "Origin in centre"
1861msgstr ""
1862
1863#: ../src/printwc.cc:458
1864#: n:422
1865msgid "Full coordinates"
1866msgstr ""
1867
1868#. TRANSLATORS: Used in the print dialog:
1869#: ../src/printwx.cc:285
1870#: n:263
1871msgid "Tilt angle"
1872msgstr "Angle de basculement"
1873
1874#. TRANSLATORS: used in the print dialog - controls drawing lines around each page
1875#: ../src/printwx.cc:335
1876#: n:264
1877msgid "Page Borders"
1878msgstr "Bordures de page"
1879
1880#. TRANSLATORS: used in the print dialog - controls drawing the box at the lower left
1881#. with survey name, view angles, etc
1882#: ../src/printwx.cc:341
1883#: n:265
1884msgid "Info Box"
1885msgstr "Panneau d’information"
1886
1887#. TRANSLATORS: will be used in the print dialog - check this to print blank pages
1888#. (otherwise they’ll be skipped to save paper)
1889#: ../src/printwx.cc:339
1890#: n:266
1891msgid "Blank Pages"
1892msgstr "Pages blanches"
1893
1894#. TRANSLATORS: Items in the "View" menu:
1895#: ../src/mainfrm.cc:798
1896#: n:270
1897msgid "Station &Names\tCtrl+N"
1898msgstr "&Noms de station\tCtrl+N"
1899
1900#. TRANSLATORS: Toggles drawing of 3D passages
1901#: ../src/mainfrm.cc:799
1902#: n:346
1903msgid "Passage &Tubes\tCtrl+T"
1904msgstr "Galeries &Tubulaires\tCtrl+T"
1905
1906#: ../src/mainfrm.cc:800
1907#: n:271
1908msgid "&Crosses\tCtrl+X"
1909msgstr "&Croisements\tCtrl+X"
1910
1911#: ../src/mainfrm.cc:801
1912#: n:297
1913msgid "&Grid\tCtrl+G"
1914msgstr "&Grille\tCtrl+G"
1915
1916#: ../src/mainfrm.cc:802
1917#: n:318
1918msgid "&Bounding Box\tCtrl+B"
1919msgstr "&Bordures du cadre\tCtrl+B"
1920
1921#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
1922#. "survey stations".
1923#: ../src/mainfrm.cc:804
1924#: n:272
1925msgid "&Underground Survey Legs\tCtrl+L"
1926msgstr "&Visées sous terre\tCtrl+L"
1927
1928#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
1929#. "survey stations".
1930#: ../src/mainfrm.cc:805
1931#: n:291
1932msgid "&Surface Survey Legs\tCtrl+F"
1933msgstr "Segments de topo en S&urface\tCtrl+F"
1934
1935#: ../src/mainfrm.cc:814
1936#: n:273
1937msgid "&Overlapping Names"
1938msgstr "&Superposition des noms"
1939
1940#: ../src/gfxcore.cc:3032
1941#: ../src/mainfrm.cc:815
1942#: n:292
1943msgid "Colour by &Depth"
1944msgstr "Couleur par &profondeur"
1945
1946#: ../src/gfxcore.cc:3033
1947#: ../src/mainfrm.cc:816
1948#: n:293
1949msgid "Colour by D&ate"
1950msgstr "Couleur par &date"
1951
1952#: ../src/gfxcore.cc:3034
1953#: ../src/mainfrm.cc:817
1954#: n:289
1955msgid "Colour by E&rror"
1956msgstr "Cou&leur par Érreur"
1957
1958#: ../src/mainfrm.cc:819
1959#: n:294
1960msgid "Highlight &Entrances"
1961msgstr "Mise en valeur des &entrées"
1962
1963#: ../src/mainfrm.cc:820
1964#: n:295
1965msgid "Highlight &Fixed Points"
1966msgstr "Mise en valeur des points F&ixes"
1967
1968#: ../src/mainfrm.cc:821
1969#: n:296
1970msgid "Highlight E&xported Points"
1971msgstr "Mise de valeur des points exp&ortés"
1972
1973#: ../src/printwx.cc:415
1974#: n:418
1975msgid "Entrances"
1976msgstr "Entrées"
1977
1978#: ../src/printwx.cc:419
1979#: n:419
1980msgid "Fixed Points"
1981msgstr "Points Fixes"
1982
1983#: ../src/printwx.cc:423
1984#: n:420
1985msgid "Exported Stations"
1986msgstr "Points exportés"
1987
1988#: ../src/mainfrm.cc:826
1989#: n:237
1990msgid "&Perspective"
1991msgstr "Pe&rspective"
1992
1993#: ../src/mainfrm.cc:828
1994#: n:238
1995msgid "Textured &Walls"
1996msgstr "Te&xture des parois"
1997
1998#. TRANSLATORS: Toggles OpenGL "Depth Fogging" - feel free to translate using that term
1999#. instead if it gives a better translation which most users will understand.
2000#: ../src/mainfrm.cc:829
2001#: n:239
2002msgid "Fade Distant Ob&jects"
2003msgstr "Rendre &floue les objets lointains"
2004
2005#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
2006#. "survey stations".
2007#: ../src/mainfrm.cc:830
2008#: n:298
2009msgid "Smoot&hed Survey Legs"
2010msgstr "Lissage des segments topographi&ques"
2011
2012#: ../src/mainfrm.cc:836
2013#: ../src/mainfrm.cc:840
2014#: n:356
2015msgid "Full Screen &Mode\tF11"
2016msgstr "&Mode Plein Ecran\tF11"
2017
2018#: ../src/mainfrm.cc:854
2019#: n:274
2020msgid "&Compass"
2021msgstr "&Compas"
2022
2023#: ../src/mainfrm.cc:855
2024#: n:275
2025msgid "C&linometer"
2026msgstr "C&lino"
2027
2028#. TRANSLATORS: The "Colour Key" is the thing in aven showing which colour
2029#. corresponds to which depth, date, survey closure error, etc.
2030#: ../src/mainfrm.cc:856
2031#: n:276
2032msgid "Colour &Key"
2033msgstr "Couleur Cle&f"
2034
2035#: ../src/mainfrm.cc:857
2036#: n:277
2037msgid "&Scale Bar"
2038msgstr "Barre de controle des &Echelles"
2039
2040#: ../src/mainfrm.cc:849
2041#: n:280
2042msgid "&Reverse Sense\tCtrl+R"
2043msgstr "Sens &Inverse\tCtrl+R"
2044
2045#: ../src/mainfrm.cc:824
2046#: ../src/mainfrm.cc:851
2047#: n:281
2048msgid "&Cancel Measuring Line\tEscape"
2049msgstr "&Annule la Ligne de Mesure\tEscape"
2050
2051#: ../src/mainfrm.cc:858
2052#: n:299
2053msgid "&Indicators"
2054msgstr "I&ndicateurs"
2055
2056#: ../src/z_getopt.c:695
2057#: ../src/z_getopt.c:707
2058#: n:300
2059#, c-format
2060msgid "%s: option “%s” is ambiguous\n"
2061msgstr "%s: l’option “%s” est ambigüe\n"
2062
2063#: ../src/z_getopt.c:1023
2064#: ../src/z_getopt.c:1034
2065#: n:301
2066#, c-format
2067msgid "%s: option “-W %s” is ambiguous\n"
2068msgstr "%s: l’option “-W %s” est ambigüe\n"
2069
2070#: ../src/z_getopt.c:751
2071#: ../src/z_getopt.c:755
2072#: n:302
2073#, c-format
2074msgid "%s: option “%c%s” doesn’t allow an argument\n"
2075msgstr "%s: l’option “%c%s” n’a pas d’argument\n"
2076
2077#: ../src/z_getopt.c:740
2078#: ../src/z_getopt.c:743
2079#: n:303
2080#, c-format
2081msgid "%s: option “--%s” doesn’t allow an argument\n"
2082msgstr "%s: l’option “--%s” n’a pas d’argument\n"
2083
2084#: ../src/z_getopt.c:1058
2085#: ../src/z_getopt.c:1069
2086#: n:304
2087#, c-format
2088msgid "%s: option “-W %s” doesn’t allow an argument\n"
2089msgstr "%s: l’option “-W %s” n’a pas d’argument\n"
2090
2091#: ../src/z_getopt.c:790
2092#: ../src/z_getopt.c:802
2093#: ../src/z_getopt.c:1089
2094#: ../src/z_getopt.c:1101
2095#: n:305
2096#, c-format
2097msgid "%s: option “%s” requires an argument\n"
2098msgstr "%s: l’option “%s” requiert un argument\n"
2099
2100#: ../src/z_getopt.c:960
2101#: ../src/z_getopt.c:971
2102#: ../src/z_getopt.c:1154
2103#: ../src/z_getopt.c:1166
2104#: n:306
2105#, c-format
2106msgid "%s: option requires an argument -- %c\n"
2107msgstr "%s: cette option requiert un argument -- %c\n"
2108
2109#: ../src/z_getopt.c:840
2110#: ../src/z_getopt.c:843
2111#: n:307
2112#, c-format
2113msgid "%s: unrecognized option “--%s”\n"
2114msgstr "%s: option “--%s” non reconnue\n"
2115
2116#: ../src/z_getopt.c:851
2117#: ../src/z_getopt.c:854
2118#: n:308
2119#, c-format
2120msgid "%s: unrecognized option “%c%s”\n"
2121msgstr "%s: option “%c%s” non reconnue\n"
2122
2123#: ../src/z_getopt.c:901
2124#: ../src/z_getopt.c:904
2125#: n:309
2126#, c-format
2127msgid "%s: illegal option -- %c\n"
2128msgstr "%s: option illégale -- %c\n"
2129
2130#: ../src/z_getopt.c:910
2131#: ../src/z_getopt.c:913
2132#: n:310
2133#, c-format
2134msgid "%s: invalid option -- %c\n"
2135msgstr "%s: option invalide -- %c\n"
2136
2137#: ../src/mainfrm.cc:787
2138#: n:311
2139msgid "&New Presentation"
2140msgstr "&Nouvelle Présentation"
2141
2142#: ../src/mainfrm.cc:788
2143#: n:312
2144msgid "&Open Presentation…"
2145msgstr "&Ouvrir une Présentation…"
2146
2147#: ../src/mainfrm.cc:789
2148#: n:313
2149msgid "&Save Presentation"
2150msgstr "&Sauver la Présentation"
2151
2152#: ../src/mainfrm.cc:790
2153#: n:314
2154msgid "Sa&ve Presentation As…"
2155msgstr "Sau&ver la Présentation sous…"
2156
2157#. TRANSLATORS: "Mark" as in "Mark this position"
2158#: ../src/mainfrm.cc:792
2159#: n:315
2160msgid "&Mark"
2161msgstr "&Marquer"
2162
2163#. TRANSLATORS: "Play" as in "Play back a recording"
2164#: ../src/mainfrm.cc:793
2165#: n:316
2166msgid "Pla&y"
2167msgstr "&Lecture"
2168
2169#: ../src/mainfrm.cc:794
2170#: n:317
2171msgid "&Export as Movie…"
2172msgstr "&Exporter comme Animation…"
2173
2174#: ../src/mainfrm.cc:2245
2175#: n:331
2176msgid "Export Movie"
2177msgstr "Exporter Film"
2178
2179#: ../src/mainfrm.cc:321
2180#: n:319
2181msgid "Select an output filename"
2182msgstr "Sélection d’un nom de fichier de sortie"
2183
2184#: ../src/mainfrm.cc:318
2185#: ../src/mainfrm.cc:2167
2186#: n:320
2187msgid "Aven presentations"
2188msgstr "Présentations Aven"
2189
2190#. TRANSLATORS: title of the save screenshot dialog
2191#: ../src/mainfrm.cc:1789
2192#: n:321
2193msgid "Save Screenshot"
2194msgstr "Sauver la copie d’écran"
2195
2196#: ../src/mainfrm.cc:2162
2197#: ../src/mainfrm.cc:2165
2198#: n:322
2199msgid "Select a presentation to open"
2200msgstr "Slectionner une présentation à ouvrir"
2201
2202#: ../src/mainfrm.cc:400
2203#: n:323
2204#, c-format
2205msgid "Error in format of presentation file “%s”"
2206msgstr "Erreur de formatage du fichier de présentation “%s”"
2207
2208#. TRANSLATORS: "Compass" as in Larry Fish’s cave surveying package, so probably shouldn’t
2209#. be translated
2210#: ../src/mainfrm.cc:1770
2211#: n:324
2212msgid "Compass PLT files"
2213msgstr "Fichier Compass PLT"
2214
2215#. TRANSLATORS: "CMAP" is Bob Thrun’s cave surveying package, so don’t translate it.
2216#: ../src/mainfrm.cc:1772
2217#: n:325
2218msgid "CMAP XYZ files"
2219msgstr "Fichier CMAP XYZ"
2220
2221#. TRANSLATORS: title of message box
2222#: ../src/mainfrm.cc:1845
2223#: ../src/mainfrm.cc:2139
2224#: ../src/mainfrm.cc:2156
2225#: n:326
2226msgid "Modified Presentation"
2227msgstr "Présentation modifiée"
2228
2229#. TRANSLATORS: and the question in that box
2230#: ../src/mainfrm.cc:1844
2231#: ../src/mainfrm.cc:2138
2232#: ../src/mainfrm.cc:2155
2233#: n:327
2234msgid "The current presentation has been modified.  Abandon unsaved changes?"
2235msgstr "La présentation en cours a été modifiée. Perte des changements non sauvés?"
2236
2237#: ../src/mainfrm.cc:2456
2238#: ../src/mainfrm.cc:2465
2239#: n:328
2240msgid "No matches were found."
2241msgstr "Recherche infructueuse."
2242
2243#~ msgid "Open &Terrain…"
2244#~ msgstr "Ouverture d’un &Terrain…"
2245
2246#~ msgid "Solid Su&rface"
2247#~ msgstr "Surface S&olide"
2248
2249#. TRANSLATORS: number of stations found matching search
2250#, c-format
2251#~ msgid "%d found"
2252#~ msgstr "%d trouvée(s)"
2253
2254#. TRANSLATORS: "Find stations" button tooltip
2255#: ../src/mainfrm.cc:930
2256#: n:332
2257msgid "Find"
2258msgstr "Chercher"
2259
2260#. TRANSLATORS: "Hide stations" button default tooltip
2261#: ../src/mainfrm.cc:931
2262#: ../src/mainfrm.cc:2497
2263#: n:333
2264msgid "Hide"
2265msgstr "Masquer"
2266
2267#. TRANSLATORS: "Hide stations" button tooltip when stations are found
2268#: ../src/mainfrm.cc:2458
2269#: n:334
2270#, c-format
2271msgid "Hide %d found stations"
2272msgstr "Cacher %d stations trouvées"
2273
2274#: ../src/mainfrm.cc:205
2275#: ../src/mainfrm.cc:1915
2276#: ../src/mainfrm.cc:1919
2277#: ../src/mainfrm.cc:1984
2278#: ../src/mainfrm.cc:1986
2279#: ../src/mainfrm.cc:2029
2280#: ../src/mainfrm.cc:2033
2281#: n:335
2282msgid "Altitude"
2283msgstr "Altitude"
2284
2285#. TRANSLATORS: error if you try to drag multiple files to the aven window
2286#: ../src/mainfrm.cc:674
2287#: n:336
2288msgid "You may only view one 3d file at a time."
2289msgstr "Vous ne pouvez afficher qu’un fichier image 3d à la fois"
2290
2291#: ../src/mainfrm.cc:859
2292#: n:337
2293msgid "&Side Panel"
2294msgstr "&Vue latérale"
2295
2296#. TRANSLATORS: show coordinates (N = North or Northing, E = East or Easting)
2297#: ../src/mainfrm.cc:1914
2298#: ../src/mainfrm.cc:1917
2299#: ../src/mainfrm.cc:1940
2300#: ../src/mainfrm.cc:1942
2301#: ../src/mainfrm.cc:2028
2302#: ../src/mainfrm.cc:2031
2303#: n:338
2304msgid "%.2f E, %.2f N"
2305msgstr "%.2f E, %.2f N"
2306
2307#. TRANSLATORS: Used in Aven:
2308#. From <stationname>
2309#. H: 123.45m V: 234.56m
2310#. Dist: 456.78m  Brg: 200
2311#: ../src/mainfrm.cc:1957
2312#: ../src/mainfrm.cc:1996
2313#: ../src/mainfrm.cc:2052
2314#: n:339
2315#, c-format
2316msgid "From %s"
2317msgstr "Depuis %s"
2318
2319#. TRANSLATORS: "H" is short for "Horizontal", "V" for "Vertical"
2320#: ../src/mainfrm.cc:2056
2321#: ../src/mainfrm.cc:2059
2322#: n:340
2323#, c-format
2324msgid "H %.2f%s, V %.2f%s"
2325msgstr "H %.2f%s, V %.2f%s"
2326
2327#. TRANSLATORS: "Dist" is short for "Distance", "Brg" for "Bearing" (as in Compass bearing)
2328#: ../src/mainfrm.cc:2072
2329#: ../src/mainfrm.cc:2076
2330#: n:341
2331#, c-format
2332msgid "%s: %s, Dist %.2f%s, Brg %03d%s"
2333msgstr "%s: %s, Dist %.2f%s, Azim %03d%s"
2334
2335#. TRANSLATORS: tickable menu item in View menu
2336#: ../src/gfxcore.cc:3023
2337#: ../src/gfxcore.cc:3038
2338#: ../src/mainfrm.cc:861
2339#: n:342
2340msgid "&Metric"
2341msgstr "&Métrique"
2342
2343#. TRANSLATORS: tickable menu item in View menu.
2344#. Degrees are the angular measurement where there are 360 in a
2345#. full circle.
2346#: ../src/gfxcore.cc:3000
2347#: ../src/gfxcore.cc:3013
2348#: ../src/mainfrm.cc:862
2349#: n:343
2350msgid "&Degrees"
2351msgstr "&Degrés"
2352
2353#. TRANSLATORS: Menu item which turns off the "north arrow" in aven.
2354#: ../src/gfxcore.cc:2999
2355#: n:387
2356msgid "&Hide Compass"
2357msgstr ""
2358
2359#. TRANSLATORS: Menu item which turns off the tilt indicator in aven.
2360#: ../src/gfxcore.cc:3012
2361#: n:384
2362msgid "&Hide Clino"
2363msgstr ""
2364
2365#. TRANSLATORS: Menu item which turns off the scale bar in aven.
2366#: ../src/gfxcore.cc:3022
2367#: n:385
2368msgid "&Hide scale bar"
2369msgstr ""
2370
2371#. TRANSLATORS: Menu item which turns off the colour key.
2372#. The "Colour Key" is the thing in aven showing which colour
2373#. corresponds to which depth, date, survey closure error, etc.
2374#: ../src/gfxcore.cc:3036
2375#: n:386
2376msgid "&Hide colour key"
2377msgstr ""
2378
2379#. TRANSLATORS: degree symbol - probably should be translated to itself.
2380#: ../src/mainfrm.cc:1961
2381#: ../src/mainfrm.cc:2065
2382#: ../src/printwx.cc:704
2383#: ../src/printwx.cc:729
2384#: ../src/printwx.cc:733
2385#: ../src/printwx.cc:737
2386#: ../src/printwx.cc:744
2387#: n:344
2388msgid "°"
2389msgstr "°"
2390
2391#. TRANSLATORS: alternative angle units (400 grad = 360 degrees = full circle).
2392#. Try to make this as short as sensibly possible.
2393#.
2394#. E.g. in Italian and Spanish we use "g.cent." rather than
2395#. "gradi quattrocentesimali"/"grados centesimales"
2396#: ../src/mainfrm.cc:1964
2397#: ../src/mainfrm.cc:2068
2398#: n:345
2399msgid "grad"
2400msgstr "grade"
2401
2402#: ../src/mainfrm.cc:844
2403#: n:347
2404#~ msgid "&Preferences…"
2405#~ msgstr "&Préférences…"
2406
2407#: n:348
2408#~ msgid "Draw passage walls"
2409#~ msgstr "Déssiner les parois"
2410
2411#: n:349
2412#~ msgid "Estimate LRUD readings based on heuristics"
2413#~ msgstr "Estimation heuristique des dimensions de galerie"
2414
2415#: n:350
2416#~ msgid "Mark survey stations with crosses"
2417#~ msgstr "Marquer les stations par une croix"
2418
2419#: n:351
2420#~ msgid "Highlight stations marked as entrances"
2421#~ msgstr "Montrer les entrées"
2422
2423#: n:352
2424#~ msgid "Highlight stations marked as fixed points"
2425#~ msgstr "Montrer les points fixes"
2426
2427#: n:353
2428#~ msgid "Highlight stations which are exported"
2429#~ msgstr "Montrer les stations exportées"
2430
2431#: n:354
2432#~ msgid "Mark survey stations with their names"
2433#~ msgstr "Afficher les stations par leurs noms"
2434
2435#: n:355
2436#~ msgid "Allow names to overlap on the display (faster)"
2437#~ msgstr "Permettre aux noms de se recouvrir (affichage plus rapide)"
2438
2439#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
2440#. "survey stations".
2441#: n:357
2442#~ msgid "Display underground survey legs"
2443#~ msgstr "Afficher les visées sous-terraines"
2444
2445#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
2446#. "survey stations".
2447#: n:358
2448#~ msgid "Display surface survey legs"
2449#~ msgstr "Afficher les visées de surface"
2450
2451#: n:359
2452#~ msgid "Colour surface surveys by depth"
2453#~ msgstr "Couleur de la topo de surface en fonction de l’altitude"
2454
2455#: n:360
2456#~ msgid "Draw surface legs with dashed lines"
2457#~ msgstr "Représenter les visées de surfaces par des pointillés"
2458
2459#: n:361
2460#~ msgid "Draw a grid"
2461#~ msgstr "Afficher une grille"
2462
2463#: n:362
2464#~ msgid "metric units"
2465#~ msgstr "mètres"
2466
2467#. TRANSLATORS: Miles, Feet, Inches, etc.  What they call "English units" in
2468#. the USA (rather confusingly now that England has largely gone metric!)
2469#: n:363
2470#~ msgid "imperial units"
2471#~ msgstr "mesures anglaises"
2472
2473#. TRANSLATORS: Degrees are the angular measurement where there are 360 in a
2474#. full circle.
2475#: n:364
2476#~ msgid "degrees (°)"
2477#~ msgstr "degrés (°)"
2478
2479#. TRANSLATORS: Grads are the angular measurement where there are 400 in a
2480#. full circle.
2481#: n:365
2482#~ msgid "grads"
2483#~ msgstr "grades"
2484
2485#: n:366
2486#~ msgid "Display measurements in"
2487#~ msgstr "Afficher les distances en"
2488
2489#: n:367
2490#~ msgid "Display angles in"
2491#~ msgstr "Afficher les angles en"
2492
2493#. TRANSLATORS: reverses the sense of the mouse controls
2494#: n:368
2495#~ msgid "Reverse the sense of the controls"
2496#~ msgstr "Inverser le sens des contrôles"
2497
2498#: n:369
2499#~ msgid "Display scale bar"
2500#~ msgstr "Afficher l’échelle"
2501
2502#: n:370
2503#~ msgid "Display depth bar"
2504#~ msgstr "Afficher la barre de profondeur"
2505
2506#: n:371
2507#~ msgid "Display compass"
2508#~ msgstr "Afficher la boussole"
2509
2510#: n:372
2511#~ msgid "Display clinometer"
2512#~ msgstr "Afficher le clinomètre"
2513
2514#: n:373
2515#~ msgid "Display side panel"
2516#~ msgstr "Afficher le panneau latéral"
2517
2518#. TRANSLATORS: "H" is short for "Horizontal", "Brg" for "Bearing" (as in Compass bearing)
2519#: ../src/mainfrm.cc:1968
2520#: ../src/mainfrm.cc:1971
2521#: n:374
2522#, c-format
2523msgid "%s: H %.2f%s, Brg %03d%s"
2524msgstr "%s: H %.2f%s, Azim %03d%s"
2525
2526#. TRANSLATORS: "V" is short for "Vertical"
2527#: ../src/mainfrm.cc:1999
2528#: ../src/mainfrm.cc:2002
2529#: n:375
2530#, c-format
2531msgid "%s: V %.2f%s"
2532msgstr "%s: V %.2f%s"
2533
2534#. TRANSLATORS: labels for tabbed side panel
2535#. this is for the tab with the tree hierarchy of survey station names
2536#: ../src/mainfrm.cc:982
2537#: n:376
2538msgid "Surveys"
2539msgstr "Topographies"
2540
2541#: ../src/mainfrm.cc:983
2542#: n:377
2543msgid "Presentation"
2544msgstr "Présentation"
2545
2546#: ../src/mainfrm.cc:203
2547#: n:378
2548msgid "Easting"
2549msgstr "Est"
2550
2551#: ../src/mainfrm.cc:204
2552#: n:379
2553msgid "Northing"
2554msgstr "Nord"
2555
2556#: ../src/mainfrm.cc:737
2557#: n:380
2558msgid "&Print…\tCtrl+P"
2559msgstr "&Imprimer…\tCtrl+P"
2560
2561#: ../src/mainfrm.cc:738
2562#: n:381
2563msgid "P&age Setup…"
2564msgstr "Configurer la &page…"
2565
2566#: ../src/mainfrm.cc:741
2567#: n:382
2568msgid "&Export as…"
2569msgstr "&Exporter sous…"
2570
2571#. TRANSLATORS: Title of file dialog to choose name and type of exported file.
2572#: ../src/printwx.cc:396
2573#: n:401
2574msgid "Export as:"
2575msgstr "Exporter en tant que:"
2576
2577#. TRANSLATORS: Title of the export dialog
2578#: ../src/printwx.cc:210
2579#: n:383
2580msgid "Export"
2581msgstr "Exporter"
2582
2583#. TRANSLATORS: for about box:
2584#: ../src/aboutdlg.cc:134
2585#: n:390
2586msgid "System Information:"
2587msgstr "Système d’information:"
2588
2589#. TRANSLATORS: Title of the print preview dialog
2590#: ../src/printwx.cc:420
2591#: n:398
2592msgid "Print Preview"
2593msgstr "Aperçu avant impression"
2594
2595#. TRANSLATORS: Title of the print dialog
2596#: ../src/printwx.cc:210
2597#: n:399
2598msgid "Print"
2599msgstr "Imprimer"
2600
2601#: ../src/printwx.cc:360
2602#: n:400
2603msgid "&Print…"
2604msgstr "&Imprimer…"
2605
2606#. TRANSLATORS: Here a "survey leg" is a set of measurements between two
2607#. "survey stations".
2608#: ../src/printwx.cc:308
2609#: n:403
2610msgid "Sur&face Survey Legs"
2611msgstr "Segments de topo en Sur&face"
2612
2613#. TRANSLATORS: Title of dialog to edit a waypoint in a presentation.
2614#: ../src/mainfrm.cc:95
2615#: n:404
2616msgid "Edit Waypoint"
2617msgstr "Éditer un waypoint"
2618
2619#. TRANSLATORS: Note after "Scale" field in dialog to edit a waypoint in a presentation.
2620#: ../src/mainfrm.cc:132
2621#: n:278
2622msgid " (unused in perspective view)"
2623msgstr " (non utilisé dans la vue en perspective)"
2624
2625#. TRANSLATORS: Field label in dialog to edit a waypoint in a presentation.
2626#: ../src/mainfrm.cc:137
2627#: n:279
2628msgid "Time: "
2629msgstr "Temps: "
2630
2631#. TRANSLATORS: units+info after time field in dialog to edit a waypoint in a presentation.
2632#: ../src/mainfrm.cc:139
2633#: n:282
2634msgid " secs (0 = auto; *6 = 6 times auto)"
2635msgstr " secs (0 = auto; *6 = 6 fois auto)"
2636
2637#. TRANSLATORS: %s will be replaced with "Aven" currently (and perhaps by "Survex" or other
2638#. things in future).
2639#: ../src/aven.cc:221
2640#: n:405
2641#, c-format
2642msgid "This version of %s requires OpenGL to work, but it isn’t available."
2643msgstr "Cette version de %s a besoin d’OpenGL pour fonctionner, mais il n’est pas disponible."
2644
2645#. TRANSLATORS: for diffpos:
2646#: ../src/diffpos.c:158
2647#: n:500
2648#, c-format
2649msgid "Moved by (%3.2f,%3.2f,%3.2f): %s"
2650msgstr "Déplacement de (%3.2f,%3.2f,%3.2f): %s"
2651
2652#. TRANSLATORS: for diffpos:
2653#: ../src/diffpos.c:194
2654#: n:501
2655#, c-format
2656msgid "Added: %s"
2657msgstr "Ajout de: %s"
2658
2659#. TRANSLATORS: for diffpos:
2660#: ../src/diffpos.c:216
2661#: n:502
2662#, c-format
2663msgid "Deleted: %s"
2664msgstr "Effacé: %s"
2665
2666#. TRANSLATORS: for extend:
2667#. the user specified breaking a loop or changing extend direction at
2668#. this station, but we didn’t find it in the 3d file
2669#: ../src/extend.c:258
2670#: ../src/extend.c:275
2671#: ../src/extend.c:315
2672#: ../src/extend.c:355
2673#: ../src/extend.c:395
2674#: n:510
2675#, c-format
2676msgid "Failed to find station %s"
2677msgstr "La station %s n’a pas été trouvée"
2678
2679#. TRANSLATORS: for extend:
2680#. the user specified breaking a loop or changing extend direction at
2681#. this leg, but we didn’t find it in the 3d file
2682#: ../src/extend.c:297
2683#: ../src/extend.c:337
2684#: ../src/extend.c:377
2685#: ../src/extend.c:417
2686#: n:511
2687#, c-format
2688msgid "Failed to find leg %s → %s"
2689msgstr "Visée %s → %s non trouvé"
2690
2691#. TRANSLATORS: for extend:
2692#. "extend" is starting to produce an extended elevation from station %s
2693#: ../src/extend.c:252
2694#: n:512
2695#, c-format
2696msgid "Starting from station %s"
2697msgstr "Début à la station %s"
2698
2699#. TRANSLATORS: for extend:
2700#: ../src/extend.c:268
2701#: n:513
2702#, c-format
2703msgid "Extending to the left from station %s"
2704msgstr "Extension vers la gauche en partant de la station %s"
2705
2706#. TRANSLATORS: for extend:
2707#: ../src/extend.c:308
2708#: n:514
2709#, c-format
2710msgid "Extending to the right from station %s"
2711msgstr "Extension vers la droite en partant de la station %s"
2712
2713#. TRANSLATORS: for extend:
2714#: ../src/extend.c:287
2715#: n:515
2716#, c-format
2717msgid "Extending to the left from leg %s → %s"
2718msgstr "Extension vers la gauche en partant de la visée %s → %s"
2719
2720#. TRANSLATORS: for extend:
2721#: ../src/extend.c:327
2722#: n:516
2723#, c-format
2724msgid "Extending to the right from leg %s → %s"
2725msgstr "Extension vers la droite en partant de la visée %s → %s"
2726
2727#. TRANSLATORS: for extend:
2728#: ../src/extend.c:388
2729#: n:517
2730#, c-format
2731msgid "Breaking survey loop at station %s"
2732msgstr "Coupure de la boucle à la station %s"
2733
2734#. TRANSLATORS: for extend:
2735#: ../src/extend.c:407
2736#: n:518
2737#, c-format
2738msgid "Breaking survey loop at leg %s → %s"
2739msgstr "Coupure de la boucle à la visée %s → %s"
2740
2741#. TRANSLATORS: for extend:
2742#: ../src/extend.c:348
2743#: n:519
2744#, c-format
2745msgid "Swapping extend direction from station %s"
2746msgstr "Change la direction de la coupe développée à partir de la station %s"
2747
2748#. TRANSLATORS: for extend:
2749#: ../src/extend.c:367
2750#: n:520
2751#, c-format
2752msgid "Swapping extend direction from leg %s → %s"
2753msgstr "Change la direction de la coupe développée à partir de la visée %s → %s"
2754
2755#. TRANSLATORS: for extend:
2756#: ../src/extend.c:535
2757#: n:521
2758#, c-format
2759msgid "Applying specfile: “%s”"
2760msgstr "Application du fichier de spécification: “%s”"
2761
2762#. TRANSLATORS: for extend:
2763#. Used to tell the user that a file is being written - %s is the filename
2764#: ../src/extend.c:595
2765#: n:522
2766#, c-format
2767msgid "Writing %s…"
2768msgstr "Écriture de %s…"
2769
2770#: ../src/findentrances.cc:100
2771#: n:287
2772#, c-format
2773msgid "Failed to initialise input coordinate system “%s”"
2774msgstr "Échec à l'initialisation du système de coordonnées d’entrée “%s”"
2775
2776#: ../src/findentrances.cc:103
2777#: n:288
2778#, c-format
2779msgid "Failed to initialise output coordinate system “%s”"
2780msgstr "Échec à l'initialisation du système de coordonnées de sortie “%s”"
2781
2782#: ../src/findentrances.cc:155
2783#: n:388
2784msgid "-d PROJ_DATUM 3D_FILE"
2785msgstr "-d PROJ_DATUM FICHIER_3D"
2786
2787#. TRANSLATORS: The findentrances utility uses the PROJ library to do
2788#. coordinate transformations (https://trac.osgeo.org/proj/) - you
2789#. pass findentrances a string to tell PROJ what the input datum is.
2790#: ../src/findentrances.cc:146
2791#: n:389
2792msgid "input datum as string to pass to PROJ"
2793msgstr ""
2794
2795#: ../src/readval.c:338
2796#: n:392
2797msgid "Separator in survey name"
2798msgstr ""
2799
2800#: ../src/readval.c:124
2801#: ../src/readval.c:139
2802#: ../src/readval.c:156
2803#: n:3
2804msgid "Can't have a leg between two anonymous stations"
2805msgstr ""
2806
2807#: ../src/dump3d.c:52
2808#: n:396
2809msgid "show survey date information (if present)"
2810msgstr ""
2811
2812#: ../src/mainfrm.cc:811
2813#: n:406
2814msgid "Spla&y Legs"
2815msgstr ""
2816
2817#: ../src/mainfrm.cc:808
2818#: n:407
2819msgid "&Hide"
2820msgstr ""
2821
2822#: ../src/mainfrm.cc:809
2823#: n:408
2824msgid "&Fade"
2825msgstr ""
2826
2827#: ../src/mainfrm.cc:810
2828#: n:409
2829msgid "&Show"
2830msgstr ""
2831
2832#: ../src/printwx.cc:297
2833#: n:410
2834msgid "Export format"
2835msgstr ""
Note: See TracBrowser for help on using the repository browser.