Merge changes from pot file to po files
[survex.git] / lib / fr.po
blob40adf5888cbd14dd257d8bc1f5898dddbc569659
1 msgid ""
2 msgstr ""
3 "Project-Id-Version: survex\n"
4 "Report-Msgid-Bugs-To: olly@survex.com\n"
5 "POT-Creation-Date: 1999-08-26 12:23:58 +0000\n"
6 "PO-Revision-Date: 2014-01-15 22:05:08 +0000\n"
7 "Last-Translator: Jean-Marc <Unknown>\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: fr\n"
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:965
17 #: n:210
18 msgid "&File"
19 msgstr "&Fichier"
21 #: ../src/mainfrm.cc:966
22 #: n:211
23 msgid "&Rotation"
24 msgstr "&Rotation"
26 #: ../src/mainfrm.cc:967
27 #: n:212
28 msgid "&Orientation"
29 msgstr "&Orientation"
31 #: ../src/mainfrm.cc:968
32 #: n:213
33 msgid "&View"
34 msgstr "&Vue"
36 #: ../src/mainfrm.cc:970
37 #: n:214
38 msgid "&Controls"
39 msgstr "&Contrôles"
41 #: ../src/mainfrm.cc:982
42 #: n:215
43 msgid "&Help"
44 msgstr "&Aide"
46 #. TRANSLATORS: "Presentation" in the sense of a talk with a slideshow -
47 #. the items in this menu allow the user to animate between preset
48 #. views.
49 #: ../src/mainfrm.cc:975
50 #: n:216
51 msgid "&Presentation"
52 msgstr "&Présentation"
54 #. TRANSLATORS: as in: Usage: cavern …
55 #: ../src/cmdline.c:168
56 #: n:49
57 msgid "Usage"
58 msgstr "Usage"
60 #. TRANSLATORS: "%lu" is a placeholder for the number of bytes which Survex
61 #. was trying to allocate space for.
62 #: ../src/message.c:76
63 #: n:1
64 #, c-format
65 msgid "Out of memory (couldn’t find %lu bytes)."
66 msgstr "Plus de mémoire (%lu octets nécessaires, non disponibles)."
68 #. TRANSLATORS: %s will be replaced by the filename that we were trying
69 #. to read when we ran out of memory.
70 #: ../src/img_hosted.c:34
71 #: n:38
72 #, c-format
73 msgid "Out of memory trying to read file “%s”"
74 msgstr "Mémoire épuisée lors de la lecture du fichier “%s”"
76 #. TRANSLATORS: Feel free to translate as "or newer" instead of "or
77 #. greater" if that gives a more natural translation.  It's
78 #. technically not quite right when there are parallel active release
79 #. series (e.g. Survex 1.0.40 was released *after* 1.2.0), but this
80 #. seems unlikely to confuse users.  "Survex" is the name of the
81 #. software, so should not be translated.
83 #. Here "survey" is a "cave map" rather than list of questions - it should be
84 #. translated to the terminology that cavers using the language would use.
85 #: ../src/commands.c:2258
86 #: n:2
87 #, c-format
88 msgid "Survex version %s or greater required to process this survey data."
89 msgstr "Une version %s ou supérieure de Survex est nécessaire pour traiter ces données."
91 #. TRANSLATORS: Indicates a warning message e.g.:
92 #. "spoon.svx:12: warning: *prefix is deprecated"
93 #: ../src/aven.cc:476
94 #: ../src/cavernlog.cc:622
95 #: ../src/message.c:1220
96 #: n:4
97 msgid "warning"
98 msgstr "avertissement"
100 #. TRANSLATORS: Indicates an error message e.g.:
101 #. "spoon.svx:13:4: error: Field may not be omitted"
102 #: ../src/cavernlog.cc:621
103 #: ../src/message.c:1224
104 #: n:93
105 msgid "error"
106 msgstr "erreur"
108 #. TRANSLATORS: %s is replaced by the filename of the parent file, and %u
109 #. by the line number in that file.  Your translation should also contain
110 #. %s:%u so that automatic parsing of error messages to determine the file
111 #. and line number still works.
112 #: ../src/datain.c:107
113 #: n:5
114 #, c-format
115 msgid "In file included from %s:%u:\n"
116 msgstr "Dans le fichier inclus depuis %s:%u:\n"
118 #. TRANSLATORS: If you're unsure what "deprecated" means, see:
119 #. https://en.wikipedia.org/wiki/Deprecation
120 #: ../src/commands.c:644
121 #: n:6
122 msgid "*prefix is deprecated - use *begin and *end instead"
123 msgstr "*prefix n’est plus utilisé - employer *begin et *end à la place"
125 #. TRANSLATORS: Here "station" is a survey station, not a train station.
126 #: ../src/readval.c:209
127 #: n:7
128 #, c-format
129 msgid "Character “%c” not allowed in station name (use *SET NAMES to set allowed characters)"
130 msgstr "Le caractère “%c” est interdit dans un nom de station (cf *SET NAMES pour modifier la liste des caractères autorisés)"
132 #: ../src/readval.c:395
133 #: n:8
134 msgid "Field may not be omitted"
135 msgstr "Ce champ ne peut pas être vide"
137 #: ../src/datain.c:1630
138 #: ../src/datain.c:1665
139 #: ../src/datain.c:2014
140 #: ../src/readval.c:397
141 #: ../src/readval.c:445
142 #: ../src/readval.c:475
143 #: n:9
144 #, c-format
145 msgid "Expecting numeric field, found “%s”"
146 msgstr "On attendait une valeur numérique, on a trouvé “%s”"
148 #: ../src/commands.c:1839
149 #: n:10
150 #, c-format
151 msgid "Found “%s”, expecting “PRESERVE”, “TOUPPER”, or “TOLOWER”"
152 msgstr "Vous avez écrit “%s”; on attendait “PRESERVE”, “TOUPPER”, ou “TOLOWER”"
154 #: ../src/debug.h:45
155 #: ../src/debug.h:47
156 #: ../src/matrix.c:352
157 #: n:11
158 msgid "Bug in program detected! Please report this to the authors"
159 msgstr "Bogue détecté dans le programme! Veuillez le signaler à l’auteur."
161 #: ../src/commands.c:2388
162 #: ../src/extend.c:449
163 #: n:12
164 #, c-format
165 msgid "Unknown command “%s”"
166 msgstr "Commande inconnue “%s”"
168 #. TRANSLATORS: Here "station" is a survey station, not a train station.
169 #: ../src/netbits.c:449
170 #: n:13
171 #, c-format
172 msgid "Station “%s” equated to itself"
173 msgstr "Station “%s” ne doit pas être déclarée ‘égale’ à elle-même"
175 #. TRANSLATORS: Here "legs" are survey legs, i.e. measurements between
176 #. survey stations.
177 #: ../src/datain.c:1171
178 #: n:14
179 msgid "Compass reading may not be omitted except on plumbed legs"
180 msgstr "La valeur de l’azimut ne peut être omise, sauf sur les visées verticales"
182 #: ../src/datain.c:1809
183 #: ../src/datain.c:1930
184 #: n:94
185 msgid "Tape reading may not be omitted"
186 msgstr "Lecture de longueur ne peut être omise"
188 #: ../src/datain.c:382
189 #: ../src/extend.c:454
190 #: n:15
191 msgid "End of line not blank"
192 msgstr "Fin de ligne non vide"
194 #: ../src/cavern.c:384
195 #: n:16
196 #, c-format
197 msgid "There were %d warning(s)."
198 msgstr "Il y a %d avertissement(s)."
200 #. TRANSLATORS: %s is replaced by the command we attempted to run.
201 #: ../src/cavernlog.cc:395
202 #: ../src/cavernlog.cc:440
203 #: ../src/mainfrm.cc:2132
204 #: n:17
205 #, c-format
206 msgid "Couldn’t run external command: “%s”"
207 msgstr "Ne peut pas exécuter la commande externe: “%s”"
209 #: ../src/datain.c:85
210 #: ../src/datain.c:93
211 #: ../src/datain.c:128
212 #: ../src/datain.c:149
213 #: ../src/datain.c:166
214 #: ../src/datain.c:849
215 #: ../src/extend.c:633
216 #: ../src/sorterr.c:80
217 #: ../src/sorterr.c:97
218 #: ../src/sorterr.c:240
219 #: n:18
220 msgid "Error reading file"
221 msgstr "Erreur lors de la lecture du fichier"
223 #: ../src/message.c:1240
224 #: n:19
225 msgid "Too many errors - giving up"
226 msgstr "Trop d’erreurs, j’abandonne"
228 #. TRANSLATORS: If you're unsure what "deprecated" means, see:
229 #. https://en.wikipedia.org/wiki/Deprecation
230 #: ../src/commands.c:1720
231 #: n:20
232 msgid "*DEFAULT is deprecated - use *CALIBRATE/DATA/SD/UNITS with argument DEFAULT instead"
233 msgstr "*DEFAULT n’est plus utilisé - employer *CALIBRATE/DATA/SD/UNITS avec argument DEFAULT à la place"
235 #. TRANSLATORS: A "plumbed leg" is one measured using a plumbline
236 #. (a weight on a string).  So the problem here is that the leg is
237 #. vertical, so a compass reading has no meaning!
238 #: ../src/datain.c:1141
239 #: n:21
240 msgid "Compass reading given on plumbed leg"
241 msgstr "Lecture d’azimut donnée sur une visée verticale"
243 #: ../src/commands.c:738
244 #: n:22
245 msgid "END with no matching BEGIN in this file"
246 msgstr "END sans BEGIN correspondant dans ce fichier"
248 #: ../src/datain.c:836
249 #: n:23
250 msgid "BEGIN with no matching END in this file"
251 msgstr "BEGIN sans END correspondant dans ce fichier"
253 #. TRANSLATORS: A station must be exported out of each level it is in, so
254 #. this would give "Station “\outer.inner.1” not exported from survey
255 #. “\outer”)":
257 #. *equate entrance outer.inner.1
258 #. *begin outer
259 #. *begin inner
260 #. *export 1
261 #. 1 2 1.23 045 -6
262 #. *end inner
263 #. *end outer
265 #. Here "survey" is a "cave map" rather than list of questions - it should be
266 #. translated to the terminology that cavers using the language would use.
267 #: ../src/commands.c:1096
268 #: ../src/commands.c:1098
269 #: ../src/listpos.c:104
270 #: ../src/readval.c:332
271 #: ../src/readval.c:335
272 #: n:26
273 #, c-format
274 msgid "Station “%s” not exported from survey “%s”"
275 msgstr "La station “%s” n’est pas exportée de la topographie “%s”"
277 #. TRANSLATORS: This error occurs if there's an attempt to
278 #. export a station from a survey which doesn't actually exist.
280 #. Here "survey" is a "cave map" rather than list of questions - it should be
281 #. translated to the terminology that cavers using the language would use.
282 #: ../src/listpos.c:112
283 #: n:286
284 #, c-format
285 msgid "Reference to station “%s” from non-existent survey “%s”"
286 msgstr "Référence à la station “%s” à partir de la topographie “%s” inexistante"
288 #. TRANSLATORS: Here "station" is a survey station, not a train station.
290 #. Here "survey" is a "cave map" rather than list of questions - it should be
291 #. translated to the terminology that cavers using the language would use.
292 #: ../src/readval.c:306
293 #: n:27
294 #, c-format
295 msgid "“%s” can’t be both a station and a survey"
296 msgstr "“%s” ne peut être à la fois une station et une topographie"
298 #. TRANSLATORS: Here "station" is a survey station, not a train station.
299 #: ../src/extend.c:252
300 #: ../src/extend.c:271
301 #: ../src/extend.c:318
302 #: ../src/extend.c:362
303 #: ../src/extend.c:406
304 #: ../src/readval.c:205
305 #: n:28
306 msgid "Expecting station name"
307 msgstr "On attendait un nom de station"
309 #: ../src/commands.c:2175
310 #: n:31
311 #, c-format
312 msgid "Found “%s”, expecting “EQUATES”, “EXPORTS”, or “PLUMBS”"
313 msgstr "Vous avez écrit “%s”; on attendait “EQUATES”, “EXPORTS”, ou “PLUMBS”"
315 #: ../src/commands.c:2181
316 #: n:32
317 #, c-format
318 msgid "Found “%s”, expecting “ON” or “OFF”"
319 msgstr "Vous avez écrit “%s”; on attendait “ON” ou “OFF”"
321 #. TRANSLATORS: EQUATE is a command name, so shouldn’t be
322 #. translated.
324 #. Here "station" is a survey station, not a train station.
325 #: ../src/commands.c:1055
326 #: n:33
327 msgid "Only one station in EQUATE command"
328 msgstr "Une seule station dans une commande EQUATE"
330 #. TRANSLATORS: A "quantity" is something measured like "LENGTH",
331 #. "BEARING", "ALTITUDE", etc.
332 #: ../src/commands.c:462
333 #: n:34
334 #, c-format
335 msgid "Unknown quantity “%s”"
336 msgstr "Quantité “%s” inconnue"
338 #: ../src/commands.c:378
339 #: n:35
340 #, c-format
341 msgid "Unknown units “%s”"
342 msgstr "Unité “%s” inconnue"
344 #: ../src/commands.c:2009
345 #: ../src/commands.c:2085
346 #: n:434
347 msgid "Unknown coordinate system"
348 msgstr "Système de coordonnées inconnu"
350 #: ../src/commands.c:2107
351 #: ../src/commands.c:2135
352 #: n:443
353 #, c-format
354 msgid "Invalid coordinate system: %s"
355 msgstr "Système de coordonnées non valide: %s"
357 #: ../src/commands.c:2093
358 #: ../src/commands.c:2114
359 #: n:435
360 msgid "Coordinate system unsuitable for output"
361 msgstr "Système de coordonnée impropre en sortie"
363 #: ../src/commands.c:870
364 #: ../src/commands.c:1678
365 #: n:436
366 #, c-format
367 msgid "Failed to convert coordinates: %s"
368 msgstr "Échec de la conversion des coordonnées: %s"
370 #: ../src/commands.c:873
371 #: n:437
372 msgid "The input projection is set but the output projection isn't"
373 msgstr "La projection est définie en entrée mais manque en sortie"
375 #: ../src/commands.c:875
376 #: n:438
377 msgid "The output projection is set but the input projection isn't"
378 msgstr "La projection est définie en sortie mais manque en entrée"
380 #: ../src/commands.c:829
381 #: n:439
382 msgid "Coordinates can't be omitted when coordinate system has been specified"
383 msgstr "Les coordonnées ne peut être omises quand le système de coordonnées est spécifié"
385 #: ../src/commands.c:1664
386 #: n:301
387 msgid "Input coordinate system must be specified for '*DECLINATION AUTO'"
388 msgstr "Le système de coordonnées en entrée doit être spécifié pour '*DECLINATION AUTO'"
390 #: ../src/commands.c:1656
391 #: n:309
392 msgid "Expected number or 'AUTO'"
393 msgstr "Nombre ou 'AUTO' attendu"
395 #: ../src/datain.c:982
396 #: n:304
397 msgid "No survey date specified - using 0 for magnetic declination"
398 msgstr "La date de topographie n'est pas spécifié - utilise 0 pour la déclinaison magnétique"
400 #. TRANSLATORS: Used when a BEGIN command has no survey, but the
401 #. END command does, e.g.:
403 #. *begin
404 #. 1 2 10.00 178 -01
405 #. *end entrance      <--[Message given here]
406 #: ../src/commands.c:768
407 #: n:36
408 msgid "Matching BEGIN command has no survey name"
409 msgstr "La commande BEGIN correspondante n’a pas de nom de la topographie"
411 #. TRANSLATORS: Note: In English you talk about the *units* of a single
412 #. measurement, but the correct term in other languages may be singular.
413 #: ../src/commands.c:390
414 #: n:37
415 #, c-format
416 msgid "Invalid units “%s” for quantity"
417 msgstr "Unité “%s” incorrecte pour une quantité"
419 #: ../src/commands.c:454
420 #: n:39
421 #, c-format
422 msgid "Unknown instrument “%s”"
423 msgstr "Instrument “%s” inconnu"
425 #. TRANSLATORS: DECLINATION is a built-in keyword, so best not to
426 #. translate
427 #: ../src/commands.c:1629
428 #: n:40
429 msgid "Scale factor must be 1.0 for DECLINATION"
430 msgstr "Le facteur d’échelle doit être égal à 1.0 pour DECLINATION"
432 #. TRANSLATORS: If the scale factor for an instrument is zero, then any
433 #. reading would be mapped to zero, which doesn't make sense.
434 #: ../src/commands.c:1637
435 #: n:391
436 msgid "Scale factor must be non-zero"
437 msgstr "Le facteur d’échelle doit être non nul"
439 #: ../src/commands.c:1738
440 #: n:41
441 #, c-format
442 msgid "Unknown setting “%s”"
443 msgstr "Paramètres “%s” inconnus"
445 #: ../src/commands.c:499
446 #: n:42
447 #, c-format
448 msgid "Unknown character class “%s”"
449 msgstr "Classe de caractère inconnue “%s”"
451 #: ../src/extend.c:643
452 #: ../src/netskel.c:93
453 #: n:43
454 msgid "No survey data"
455 msgstr "Pas de données topographiques"
457 #: ../src/filename.c:52
458 #: ../src/img_hosted.c:39
459 #: n:44
460 #, c-format
461 msgid "Filename “%s” refers to directory"
462 msgstr "Nom de fichier “%s” relatif à un répertoire"
464 #. TRANSLATORS: At the end of processing (or if a *SOLVE command is used)
465 #. cavern will issue this error if there are any sections of the survey
466 #. network which are hanging.
467 #: ../src/netartic.c:387
468 #: n:45
469 msgid "Survey not all connected to fixed stations"
470 msgstr "Relevés topographiques pas tous reliés à des points fixes"
472 #: ../src/commands.c:985
473 #: ../src/datain.c:765
474 #: n:46
475 msgid "Station already fixed or equated to a fixed point"
476 msgstr "Station déjà déclaré fixe ou équivalente à un point fixe"
478 #: ../src/cavern.c:289
479 #: ../src/filename.c:55
480 #: ../src/gfxcore.cc:3728
481 #: ../src/img_hosted.c:35
482 #: n:47
483 #, c-format
484 msgid "Failed to open output file “%s”"
485 msgstr "N’a pas réussi à ouvrir le fichier de sortie “%s”"
487 #: ../src/commands.c:882
488 #: ../src/commands.c:896
489 #: ../src/commands.c:908
490 #: ../src/commands.c:1793
491 #: n:48
492 msgid "Standard deviation must be positive"
493 msgstr "La déviation standard doit être positive"
495 #. TRANSLATORS: Here a "survey leg" is a set of measurements between two
496 #. "survey stations".
498 #. %s is replaced by the name of the station.
499 #: ../src/netbits.c:346
500 #: n:50
501 #, c-format
502 msgid "Survey leg with same station (“%s”) at both ends - typing error?"
503 msgstr "Visée avec 2 extrémités identiques (“%s”) - erreur de frappe?"
505 #. TRANSLATORS: %.f%s will be replaced with a right angle in the
506 #. units currently in use, e.g. "90°" or "100ᵍ".  And "absolute
507 #. value" means the reading ignoring the sign (so it might be
508 #. < -90° or > 90°.
509 #: ../src/datain.c:1062
510 #: ../src/datain.c:1075
511 #: n:51
512 #, c-format
513 msgid "Clino reading over %.f%s (absolute value)"
514 msgstr "Lecture de clino supérieure à %.f%s (en value absolue)"
516 #: ../src/netbits.c:464
517 #: n:52
518 #, c-format
519 msgid "Tried to equate two non-equal fixed stations: “%s” and “%s”"
520 msgstr "Vous tentez de de rendre égaux deux points fixes distincts: “%s” et “%s”"
522 #. TRANSLATORS: "equal" as in:
524 #. *fix a 1 2 3
525 #. *fix b 1 2 3
526 #. *equate a b
527 #: ../src/netbits.c:475
528 #: n:53
529 #, c-format
530 msgid "Equating two equal fixed points: “%s” and “%s”"
531 msgstr "Rend equivalents deux points fixes égaux: “%s” et “%s”"
533 #. TRANSLATORS: " *fix a " gives this message:
534 #: ../src/commands.c:839
535 #: n:54
536 msgid "FIX command with no coordinates - fixing at (0,0,0)"
537 msgstr "Commande FIX sans coordonnées - fixé à (0,0,0)"
539 #. TRANSLATORS: *fix a 1 2 3 / *fix a 1 2 3
540 #: ../src/commands.c:989
541 #: ../src/datain.c:767
542 #: n:55
543 msgid "Station already fixed at the same coordinates"
544 msgstr "Station déjà fixée aux même coordonnées"
546 #. TRANSLATORS: Emitted after second and subsequent "FIX command with
547 #. no coordinates - fixing at (0,0,0)" warnings.
548 #: ../src/commands.c:848
549 #: n:441
550 #, c-format
551 msgid "Already had FIX command with no coordinates for station “%s”"
552 msgstr "Il exite déjà des commandes FIX sans coordonnées pour la station “%s”"
554 #: ../src/commands.c:1892
555 #: n:442
556 #, c-format
557 msgid "Station “%s” fixed before CS command first used"
558 msgstr "La station “%s” est fixé avant l'utilisation de la commande CS"
560 #. TRANSLATORS: The *EXPORT command is only valid just after *BEGIN
561 #. <SURVEY>, so this would generate this error:
563 #. *begin fred
564 #. 1 2 1.23 045 -6
565 #. *export 2
566 #. *end fred
567 #: ../src/commands.c:2402
568 #: n:57
569 msgid "*EXPORT must immediately follow “*BEGIN <SURVEY>”"
570 msgstr "*EXPORT doit suivre immédiatement “*BEGIN <SURVEY>”"
572 #: ../src/readval.c:532
573 #: n:58
574 msgid "Invalid year (< 1900 or > 2078)"
575 msgstr "Année invalide (< 1900 ou > 2078)"
577 #. TRANSLATORS: Suspicious means something like 410 degrees or -20
578 #. degrees
579 #: ../src/datain.c:950
580 #: ../src/datain.c:959
581 #: n:59
582 msgid "Suspicious compass reading"
583 msgstr "Lecture de compas suspecte"
585 #: ../src/datain.c:1637
586 #: n:60
587 msgid "Negative tape reading"
588 msgstr "Lecture de longueur négative"
590 #: ../src/commands.c:834
591 #: n:61
592 msgid "Same station fixed twice with no coordinates"
593 msgstr "Même station fixée deux fois sans coordonées"
595 #. TRANSLATORS: This means that the data fed in said this.
597 #. It could be a gross error (e.g. the decimal point is missing from the
598 #. depth gauge reading) or it could just be due to random error on a near
599 #. vertical leg
600 #: ../src/datain.c:1326
601 #: n:62
602 msgid "Tape reading is less than change in depth"
603 msgstr "Lecture de longueur inférieure à la différence de profondeur"
605 #. TRANSLATORS: a data "style" is something like NORMAL, DIVING, etc.
606 #. a "reading" is one of FROM, TO, TAPE, COMPASS, CLINO for NORMAL
607 #. neither style nor reading is a keyword in the program This error
608 #. complains about a depth gauge reading in normal style, for example
609 #: ../src/commands.c:1320
610 #: n:63
611 #, c-format
612 msgid "Reading “%s” not allowed in data style “%s”"
613 msgstr "Donnée “%s” incorrecte pour le style de données “%s”"
615 #. TRANSLATORS: i.e. not enough readings for the style.
616 #: ../src/commands.c:1501
617 #: n:64
618 #, c-format
619 msgid "Too few readings for data style “%s”"
620 msgstr "Trop peu de données pour le style de données “%s”"
622 #. TRANSLATORS: e.g. trying to refer to an invalid FNORD data style
623 #: ../src/commands.c:1281
624 #: n:65
625 #, c-format
626 msgid "Data style “%s” unknown"
627 msgstr "Style de données “%s” inconnu"
629 #. TRANSLATORS: Here "station" is a survey station, not a train station.
631 #. Exporting a station twice gives this error:
633 #. *begin example
634 #. *export 1
635 #. *export 1
636 #. 1 2 1.24 045 -6
637 #. *end example
638 #: ../src/commands.c:1150
639 #: n:66
640 #, c-format
641 msgid "Station “%s” already exported"
642 msgstr "Station “%s” déjà exportée"
644 #. TRANSLATORS: complains about a situation like trying to define
645 #. two from stations per leg
646 #: ../src/commands.c:1345
647 #: n:67
648 #, c-format
649 msgid "Duplicate reading “%s”"
650 msgstr "Donnée dupliquée “%s”"
652 #: ../src/commands.c:1015
653 #: n:68
654 #, c-format
655 msgid "FLAG “%s” unknown"
656 msgstr "FLAG “%s” inconnu"
658 #: ../src/readval.c:489
659 #: n:69
660 msgid "Missing \""
661 msgstr "\" manquant"
663 #. TRANSLATORS: Here "station" is a survey station, not a train station.
664 #: ../src/listpos.c:122
665 #: n:70
666 #, c-format
667 msgid "Station “%s” referred to just once, with an explicit survey name - typo?"
668 msgstr "La station “%s” n’est mentionnée qu’une fois, avec un nom de topographie explicite - faute de frappe?"
670 #. TRANSLATORS: Here "station" is a survey station, not a train
671 #. station.
672 #: ../src/netartic.c:405
673 #: n:71
674 msgid "The following survey stations are not attached to a fixed point:"
675 msgstr "Les stations topographiques suivantes ne sont pas attachés à des points fixes:"
677 #: ../src/netskel.c:138
678 #: n:72
679 #, c-format
680 msgid "Survey has no fixed points. Therefore I’ve fixed %s at (0,0,0)"
681 msgstr "La topographie n’a pas de points fixes. Par conséquent j’ai fixé %s à (0,0,0)"
683 #. TRANSLATORS: fixed survey station that is not part of any survey
684 #: ../src/netskel.c:961
685 #: n:73
686 #, c-format
687 msgid "Unused fixed point “%s”"
688 msgstr "Point fixe non utilisé “%s”"
690 #: ../src/matrix.c:123
691 #: n:74
692 msgid "Network solved by reduction - no simultaneous equations to solve."
693 msgstr "Système resolu par réduction - pas d’équations simultanés à résoudre."
695 #: ../src/matrix.c:134
696 #: n:75
697 #, c-format
698 msgid "Solving %d simultaneous equations"
699 msgstr "Résoud un système de %d équations"
701 #. TRANSLATORS: This is an error from the *DATA command.  It
702 #. means that a reading (which will appear where %s is isn't
703 #. valid as the list of readings has already included the same
704 #. reading, or an equivalent one (e.g. you can't have both
705 #. DEPTH and DEPTHCHANGE together).
706 #: ../src/commands.c:1409
707 #: n:77
708 #, c-format
709 msgid "Reading “%s” duplicates previous reading(s)"
710 msgstr "La valeur “%s” fait doublon avec une ou des valeur(s) précédante(s)"
712 #: ../src/matrix.c:132
713 #: n:78
714 msgid "Solving one equation"
715 msgstr "Résoud une équation"
717 #: ../src/datain.c:1101
718 #: ../src/datain.c:1315
719 #: ../src/datain.c:1511
720 #: n:79
721 msgid "Negative adjusted tape reading"
722 msgstr "Lecture de longueur corrigée négative"
724 #: ../src/commands.c:2299
725 #: ../src/commands.c:2321
726 #: n:80
727 msgid "Date is in the future!"
728 msgstr "La date est dans le futur!"
730 #: ../src/commands.c:2326
731 #: n:81
732 msgid "End of date range is before the start"
733 msgstr "La date de fin est antérieure à celle de début"
735 #. TRANSLATORS: e.g. the user specifies a passage cross-section at
736 #. station "entrance.27", but there is no station "entrance.27" in
737 #. the centre-line.
738 #: ../src/netskel.c:1049
739 #: n:83
740 #, c-format
741 msgid "Cross section specified at non-existent station “%s”"
742 msgstr "Section spécifié sur une station inexistante “%s”"
744 #. TRANSLATORS: In data with backsights, the user has tried to give a
745 #. plumb for the foresight and a clino reading for the backsight, or
746 #. something similar.
747 #: ../src/datain.c:1125
748 #: n:84
749 msgid "CLINO and BACKCLINO readings must be of the same type"
750 msgstr "Les mesures de CLINO et BACKCLINO doivent être du même type"
752 #. TRANSLATORS: We've been told the foresight and backsight are
753 #. both "UP", or that they're both "DOWN".
754 #: ../src/datain.c:1150
755 #: n:92
756 msgid "Plumbed CLINO and BACKCLINO readings can't be in the same direction"
757 msgstr "Les lectures verticales CLINO et BACKCLINO peuvent être dans la même direction"
759 #: ../src/readval.c:543
760 #: n:86
761 msgid "Invalid month"
762 msgstr "Mois invalide"
764 #. TRANSLATORS: e.g. 31st of April, or 32nd of any month
765 #: ../src/readval.c:554
766 #: n:87
767 msgid "Invalid day of the month"
768 msgstr "Jour du mois invalide"
770 #: ../src/cavern.c:238
771 #: n:88
772 #, c-format
773 msgid "3d file format versions %d to %d supported"
774 msgstr "Les fichiers au format 3d sont supportés des versions %d à %d"
776 #: ../src/readval.c:203
777 #: n:89
778 msgid "Expecting survey name"
779 msgstr "On attendait un nom de topographie"
781 #: ../src/datain.c:503
782 #: ../src/extend.c:628
783 #: ../src/img_hosted.c:30
784 #: ../src/mainfrm.cc:424
785 #: ../src/sorterr.c:146
786 #: n:24
787 #, c-format
788 msgid "Couldn’t open file “%s”"
789 msgstr "Ne peut pas ouvrir le fichier “%s”"
791 #: ../src/printing.cc:737
792 #: n:402
793 #, c-format
794 msgid "Couldn’t write file “%s”"
795 msgstr "N’avons pas pu écrire le fichier “%s”"
797 #. TRANSLATORS: If you're unsure what "deprecated" means, see:
798 #. https://en.wikipedia.org/wiki/Deprecation
799 #: ../src/commands.c:517
800 #: ../src/commands.c:622
801 #: ../src/commands.c:646
802 #: ../src/commands.c:1295
803 #: ../src/commands.c:1722
804 #: ../src/readval.c:92
805 #: n:95
806 msgid "Further uses of this deprecated feature will not be reported"
807 msgstr "Cette functionnalité n’est plus utilisée; les usages ultérieurs ne seront pas signalés."
809 #. TRANSLATORS: %s is replaced by the amount the readings disagree
810 #. by, e.g. "0.12m" or "0.2ft".
811 #: ../src/datain.c:1798
812 #: ../src/datain.c:1919
813 #: n:97
814 #, c-format
815 msgid "TAPE reading and BACKTAPE reading disagree by %s"
816 msgstr "Les mesures de TAPE et BACKTAPE diffèrent de %s"
818 #. TRANSLATORS: %s is replaced by the amount the readings disagree
819 #. by, e.g. "2.5°" or "3ᵍ".
820 #: ../src/datain.c:1014
821 #: n:98
822 #, c-format
823 msgid "COMPASS reading and BACKCOMPASS reading disagree by %s"
824 msgstr "Les mesures de COMPASS et BACKCOMPASS diffèrent de %s"
826 #. TRANSLATORS: %s is replaced by the amount the readings disagree
827 #. by, e.g. "2.5°" or "3ᵍ".
828 #: ../src/datain.c:1202
829 #: n:99
830 #, c-format
831 msgid "CLINO reading and BACKCLINO reading disagree by %s"
832 msgstr "Les mesures de CLINO et BACKCLINO diffèrent de %s"
834 #: ../src/commands.c:1292
835 #: n:104
836 #, c-format
837 msgid "“*data %s %c …” is deprecated - use “*data %s …” instead"
838 msgstr "“*data %s %c …” est obsololete - utiliser plutot “*data %s …”"
840 #. TRANSLATORS: Perhaps the user tried to load a different type of file as
841 #. a Survex .3d file, or the .3d file was corrupted.
842 #: ../src/3dtopos.c:157
843 #: ../src/3dtopos.c:163
844 #: ../src/cad3d.c:909
845 #: ../src/cad3d.c:920
846 #: ../src/img_hosted.c:38
847 #: n:106
848 #, c-format
849 msgid "Bad 3d image file “%s”"
850 msgstr "Mauvais fichier image 3d “%s”"
852 #. TRANSLATORS: This is the date format string used to timestamp .3d
853 #. files internally.  Probably best to keep it the same for all
854 #. translations.
855 #: ../src/img.c:43
856 #: ../src/mainfrm.cc:1466
857 #: n:107
858 #, c-format
859 msgid "%a,%Y.%m.%d %H:%M:%S %Z"
860 msgstr "%a,%Y.%m.%d %H:%M:%S %Z"
862 #. TRANSLATORS: used a processed survey with no processing date/time info
863 #: ../src/mainfrm.cc:1459
864 #: n:108
865 msgid "Date and time not available."
866 msgstr "Date et heure non disponibles."
868 #: ../src/img_hosted.c:40
869 #: n:109
870 #, c-format
871 msgid "Error reading from file “%s”"
872 msgstr "Erreur à la lecture du fichier “%s”"
874 #: ../src/cavernlog.cc:798
875 #: ../src/filename.c:79
876 #: ../src/img_hosted.c:41
877 #: ../src/mainfrm.cc:386
878 #: ../src/mainfrm.cc:2056
879 #: n:110
880 #, c-format
881 msgid "Error writing to file “%s”"
882 msgstr "Erreur à l’écriture du fichier “%s”"
884 #: ../src/filename.c:82
885 #: n:111
886 msgid "Error writing to file"
887 msgstr "Erreur à l’écriture du fichier"
889 #: ../src/cavern.c:379
890 #: n:113
891 #, c-format
892 msgid "There were %d warning(s) and %d error(s) - no output files produced."
893 msgstr "Il y a %d avertissement(s) et %d erreur(s) - aucun fichier n’a été produit"
895 #: ../src/img_hosted.c:42
896 #: n:114
897 #, c-format
898 msgid "File “%s” has a newer format than this program can understand"
899 msgstr "Le fichier “%s” a un format plus récent que ce que ce"
901 #: ../src/printing.cc:1231
902 #: n:115
903 msgid "North"
904 msgstr "Nord"
906 #. TRANSLATORS: "Elevation on" 020 <-> 200 degrees
907 #: ../src/printing.cc:1256
908 #: n:116
909 msgid "Elevation on"
910 msgstr "Elévation sur"
912 #: ../src/printing.cc:515
913 #: n:117
914 msgid "P&lan view"
915 msgstr "&Vue en plan"
917 #: ../src/printing.cc:517
918 #: n:285
919 msgid "&Elevation"
920 msgstr "&Elévation"
922 #. TRANSLATORS: Label used for "clino" in Aven when the view is
923 #. neither from directly above nor from directly below.  It is
924 #. also used in the dialog for editing a marked position in a
925 #. presentation.
927 #. Try to keep this translation short - ideally at most 10
928 #. characters - as otherwise the compass and clino will be moved
929 #. further apart to make room. */
930 #: ../src/gfxcore.cc:896
931 #: ../src/gfxcore.cc:1940
932 #: ../src/mainfrm.cc:173
933 #: n:118
934 msgid "Elevation"
935 msgstr "Elévation"
937 #. TRANSLATORS: Label used for "clino" in Aven when the view is
938 #. from directly above.
940 #. Try to keep this translation short - ideally at most 10
941 #. characters - as otherwise the compass and clino will be moved
942 #. further apart to make room. */
943 #: ../src/gfxcore.cc:796
944 #: ../src/gfxcore.cc:1934
945 #: n:432
946 msgid "Plan"
947 msgstr "Plan"
949 #. TRANSLATORS: Label used for "clino" in Aven when the view is
950 #. from directly below.
952 #. Try to keep this translation short - ideally at most 10
953 #. characters - as otherwise the compass and clino will be moved
954 #. further apart to make room. */
955 #: ../src/gfxcore.cc:810
956 #: ../src/gfxcore.cc:1937
957 #: n:433
958 msgid "Kiwi Plan"
959 msgstr "Antipode"
961 #: ../src/cavern.c:343
962 #: n:120
963 msgid "Calculating statistics"
964 msgstr "Calcul des statistiques"
966 #: ../src/readval.c:504
967 #: n:121
968 msgid "Expecting string field"
969 msgstr "On attendait une chaine de caractères dans ce champ"
971 #: ../src/cmdline.c:212
972 #: n:122
973 msgid "too few arguments"
974 msgstr "pas assez d’arguments"
976 #: ../src/cmdline.c:219
977 #: n:123
978 msgid "too many arguments"
979 msgstr "trop d’arguments"
981 #: ../src/cmdline.c:178
982 #: ../src/cmdline.c:181
983 #: ../src/cmdline.c:185
984 #: n:124
985 msgid "FILE"
986 msgstr "FICHIER"
988 #. TRANSLATORS: In French, Eric chose to use the terminology used by
989 #. toporobot: "sequence" for the English "traverse", which makes sense
990 #. (although toporobot actually uses this term to mean something more
991 #. specific).  Feel free to follow this lead if you can't think of a better
992 #. term - these messages mostly indicate how processing is progressing.
994 #. A trailing traverse is a dead end back to a junction.
995 #: ../src/netskel.c:180
996 #: n:125
997 msgid "Removing trailing traverses"
998 msgstr "Enlève les séquences terminales"
1000 #. TRANSLATORS: In French, Eric chose to use the terminology used by
1001 #. toporobot: "sequence" for the English "traverse", which makes sense
1002 #. (although toporobot actually uses this term to mean something more
1003 #. specific).  Feel free to follow this lead if you can't think of a better
1004 #. term - these messages mostly indicate how processing is progressing.
1005 #: ../src/netskel.c:239
1006 #: n:126
1007 msgid "Concatenating traverses"
1008 msgstr "Connecte les séquences"
1010 #. TRANSLATORS: In French, Eric chose to use the terminology used by
1011 #. toporobot: "sequence" for the English "traverse", which makes sense
1012 #. (although toporobot actually uses this term to mean something more
1013 #. specific).  Feel free to follow this lead if you can't think of a better
1014 #. term - these messages mostly indicate how processing is progressing.
1015 #: ../src/netskel.c:437
1016 #: n:127
1017 msgid "Calculating traverses"
1018 msgstr "Calcule les séquences"
1020 #. TRANSLATORS: In French, Eric chose to use the terminology used by
1021 #. toporobot: "sequence" for the English "traverse", which makes sense
1022 #. (although toporobot actually uses this term to mean something more
1023 #. specific).  Feel free to follow this lead if you can't think of a better
1024 #. term - these messages mostly indicate how processing is progressing.
1026 #. A trailing traverse is a dead end back to a junction.
1027 #: ../src/netskel.c:782
1028 #: n:128
1029 msgid "Calculating trailing traverses"
1030 msgstr "Calcule les séquences terminales"
1032 #: ../src/network.c:82
1033 #: n:129
1034 msgid "Simplifying network"
1035 msgstr "Simplification de réseau"
1037 #: ../src/network.c:540
1038 #: n:130
1039 msgid "Calculating network"
1040 msgstr "Calcul du réseau"
1042 #: ../src/datain.c:1619
1043 #: n:131
1044 #, c-format
1045 msgid "Found “%s”, expecting “F” or “B”"
1046 msgstr "Vous avez écrit “%s”; on attendait “F” ou “B”"
1048 #: ../src/cavern.c:445
1049 #: n:132
1050 #, c-format
1051 msgid "Total length of survey legs = %7.2f%s (%7.2f%s adjusted)"
1052 msgstr "Longueur totale de la topo = %7.2f%s (%7.2f%s adjusté)"
1054 #: ../src/cavern.c:448
1055 #: n:133
1056 #, c-format
1057 msgid "Total plan length of survey legs = %7.2f%s"
1058 msgstr "Longueur totale en projection horizontale = %7.2f%s"
1060 #: ../src/cavern.c:451
1061 #: n:134
1062 #, c-format
1063 msgid "Total vertical length of survey legs = %7.2f%s"
1064 msgstr "Longueur totale verticale = %7.2f%s"
1066 #. TRANSLATORS: numbers are altitudes of highest and lowest stations
1067 #: ../src/cavern.c:458
1068 #: n:135
1069 #, c-format
1070 msgid "Vertical range = %4.2f%s (from %s at %4.2f%s to %s at %4.2f%s)"
1071 msgstr "Interval vertical = %4.2f%s (de %s à %4.2f%s jusqu’à %s à %4.2f%s)"
1073 #. TRANSLATORS: c.f. previous message
1074 #: ../src/cavern.c:461
1075 #: n:136
1076 #, c-format
1077 msgid "North-South range = %4.2f%s (from %s at %4.2f%s to %s at %4.2f%s)"
1078 msgstr "Interval Nord-Sud = %4.2f%s (de %s à %4.2f%s jusqu’à %s à %4.2f%s)"
1080 #. TRANSLATORS: c.f. previous two messages
1081 #: ../src/cavern.c:464
1082 #: n:137
1083 #, c-format
1084 msgid "East-West range = %4.2f%s (from %s at %4.2f%s to %s at %4.2f%s)"
1085 msgstr "Interval Est-Ouest = %4.2f%s (de %s à %4.2f%s jusqu’à %s à %4.2f%s)"
1087 #: ../src/cavern.c:430
1088 #: n:138
1089 msgid "There is 1 loop."
1090 msgstr "Il y a 1 bouclage."
1092 #: ../src/cavern.c:432
1093 #: n:139
1094 #, c-format
1095 msgid "There are %ld loops."
1096 msgstr "Il y a %ld bouclages."
1098 #: ../src/cavern.c:365
1099 #: n:140
1100 #, c-format
1101 msgid "CPU time used %5.2fs"
1102 msgstr "Temps CPU utilisé %5.2fs"
1104 #: ../src/cavern.c:368
1105 #: n:141
1106 #, c-format
1107 msgid "Time used %5.2fs"
1108 msgstr "Temps utilisé %5.2fs"
1110 #: ../src/cavern.c:370
1111 #: n:142
1112 msgid "Time used unavailable"
1113 msgstr "Temps utilisé non disponible"
1115 #: ../src/cavern.c:373
1116 #: n:143
1117 #, c-format
1118 msgid "Time used %5.2fs (%5.2fs CPU time)"
1119 msgstr "Temps utilisé %5.2fs (%5.2fs temps CPU)"
1121 #: ../src/netskel.c:747
1122 #: n:145
1123 #, c-format
1124 msgid "Original length %6.2fm (%3d legs), moved %6.2fm (%5.2fm/leg). "
1125 msgstr "Longueur originale %6.2fm (%3d visées), réduit à %6.2fm (%5.2fm/visées). "
1127 #: ../src/netskel.c:750
1128 #: n:146
1129 #, c-format
1130 msgid "Error %6.2f%%"
1131 msgstr "Erreur %6.2f%%"
1133 #. TRANSLATORS: Here N/A means "Not Applicable" -- it means the
1134 #. traverse has zero length, so error per metre is meaningless.
1136 #. There should be 4 spaces between "Error" and "N/A" so that it lines
1137 #. up with the numbers in the message above.
1138 #: ../src/netskel.c:757
1139 #: n:147
1140 msgid "Error    N/A"
1141 msgstr "Erreur    N/A"
1143 #. TRANSLATORS: description of --help option
1144 #: ../src/cmdline.c:138
1145 #: n:150
1146 msgid "display this help and exit"
1147 msgstr "montrer ce message d’aide et quitter"
1149 #. TRANSLATORS: description of --version option
1150 #: ../src/cmdline.c:141
1151 #: n:151
1152 msgid "output version information and exit"
1153 msgstr "affiche les informations sur la version et termine"
1155 #. TRANSLATORS: in command line usage messages e.g. Usage: cavern [OPTION]…
1156 #: ../src/cmdline.c:170
1157 #: n:153
1158 msgid "OPTION"
1159 msgstr "OPTION"
1161 #: ../src/mainfrm.cc:177
1162 #: ../src/printing.cc:450
1163 #: ../src/printing.cc:1293
1164 #: ../src/printing.cc:1342
1165 #: n:154
1166 msgid "Scale"
1167 msgstr "Échelle"
1169 #: ../src/cmdline.c:194
1170 #: n:157
1171 #, c-format
1172 msgid "Try “%s --help” for more information.\n"
1173 msgstr "Pour en savoir davantage, faites: “%s --help”\n"
1175 #. TRANSLATORS: N/M meaning page N of M in the page footer of a printout.
1176 #: ../src/printing.cc:2016
1177 #: n:232
1178 #, c-format
1179 msgid "%d/%d"
1180 msgstr "%d/%d"
1182 #. TRANSLATORS: Used in the footer of printouts to compactly indicate that
1183 #. the date which follows is the date that the survey data was processed.
1185 #. Aven will replace %s with a string giving the date and time (e.g.
1186 #. "2015-06-09 12:40:44").
1187 #: ../src/printing.cc:2057
1188 #: n:167
1189 #, c-format
1190 msgid "Processed: %s"
1191 msgstr "Traité le %s"
1193 #. TRANSLATORS: Used in the footer of printouts to compactly
1194 #. indicate this is a plan view and what the viewing angle is.
1195 #. Aven will replace %s with the bearing, and %.0f with the scale.
1197 #. This message probably doesn't need translating for most languages.
1198 #: ../src/printing.cc:1971
1199 #: n:233
1200 #, fuzzy, c-format
1201 msgid "↑%s 1:%.0f"
1202 msgstr "↑%s 1:%.0f"
1204 #. TRANSLATORS: Used in the footer of printouts to compactly
1205 #. indicate this is an elevation view and what the viewing angle
1206 #. is.  Aven will replace the %s codes with the bearings to the
1207 #. left and right of the viewer, and %.0f with the scale.
1209 #. This message probably doesn't need translating for most languages.
1210 #: ../src/printing.cc:1982
1211 #: n:235
1212 #, fuzzy, c-format
1213 msgid "%s↔%s 1:%.0f"
1214 msgstr "%s↔%s 1:%.0f"
1216 #. TRANSLATORS: Used in the footer of printouts to compactly
1217 #. indicate this is a tilted elevation view and what the viewing
1218 #. angles are.  Aven will replace the %s codes with the bearings to
1219 #. the left and right of the viewer and the angle the view is
1220 #. tilted at, and %.0f with the scale.
1222 #. This message probably doesn't need translating for most languages.
1223 #: ../src/printing.cc:1995
1224 #: n:236
1225 #, fuzzy, c-format
1226 msgid "%s↔%s ∡%s 1:%.0f"
1227 msgstr "%s↔%s ∡%s 1:%.0f"
1229 #. TRANSLATORS: Used in the footer of printouts to compactly
1230 #. indicate this is an extended elevation view.  Aven will replace
1231 #. %.0f with the scale.
1233 #. Try to keep the translation short (for example, in English we
1234 #. use "Extended" not "Extended elevation") - there is limited room
1235 #. in the footer, and the details there are mostly to make it easy
1236 #. to check that you have corresponding pages from a multiple page
1237 #. printout.
1238 #: ../src/printing.cc:2011
1239 #: n:244
1240 #, fuzzy, c-format
1241 msgid "Extended 1:%.0f"
1242 msgstr "Développée 1:%.0f"
1244 #. TRANSLATORS: This is used on printouts of plans, with %s replaced by
1245 #. something like "123°".  The bearing is up the page.
1246 #: ../src/printing.cc:1237
1247 #: n:168
1248 #, c-format
1249 msgid "Plan view, %s up page"
1250 msgstr "Vue en plan, Azimuth %s vers le haut de l apage"
1252 #. TRANSLATORS: This is used on printouts of elevations, with %s
1253 #. replaced by something like "123°".  The bearing is the direction
1254 #. we’re looking.
1255 #: ../src/printing.cc:1269
1256 #: n:169
1257 #, c-format
1258 msgid "Elevation facing %s"
1259 msgstr "Coupe projetée azimuth %s"
1261 #. TRANSLATORS: This is used on printouts of tilted elevations, with
1262 #. the first %s replaced by something like "123°", and the second by
1263 #. something like "-45°".  The bearing is the direction we’re
1264 #. looking.
1265 #: ../src/printing.cc:1276
1266 #: n:284
1267 #, c-format
1268 msgid "Elevation facing %s, tilted %s"
1269 msgstr "Coupe projetée azimuth %s, tournée de %s"
1271 #. TRANSLATORS: This is used on printouts of extended elevations.
1272 #: ../src/printing.cc:1285
1273 #: n:191
1274 msgid "Extended elevation"
1275 msgstr "Coupe développée"
1277 #: ../src/cavern.c:416
1278 #: n:172
1279 msgid "Survey contains 1 survey station,"
1280 msgstr "La topographie contient 1 station,"
1282 #: ../src/cavern.c:418
1283 #: n:173
1284 #, c-format
1285 msgid "Survey contains %ld survey stations,"
1286 msgstr "La topographie contient %ld stations,"
1288 #: ../src/cavern.c:422
1289 #: n:174
1290 msgid " joined by 1 leg."
1291 msgstr " connectées par 1 visé."
1293 #: ../src/cavern.c:424
1294 #: n:175
1295 #, c-format
1296 msgid " joined by %ld legs."
1297 msgstr " connectées par %ld visées."
1299 #. TRANSLATORS: node/nodes as in:  "Survey has 1 2-node and 2 3-nodes."
1300 #: ../src/listpos.c:185
1301 #: n:176
1302 msgid "node"
1303 msgstr "nœud"
1305 #. TRANSLATORS: node/nodes as in:  "Survey has 1 2-node and 2 3-nodes."
1306 #: ../src/listpos.c:187
1307 #: n:177
1308 msgid "nodes"
1309 msgstr "nœuds"
1311 #. TRANSLATORS: "Connected component" in the graph theory sense - it
1312 #. means there are %ld bits of survey with no connections between them.
1313 #. This message is only used if there are more than 1.
1314 #: ../src/cavern.c:441
1315 #: n:178
1316 #, c-format
1317 msgid "Survey has %ld connected components."
1318 msgstr "La topographie contient %ld composants connectés."
1320 #. TRANSLATORS: Label for button in aven’s cavern log window which
1321 #. allows the user to save the log to a file.
1322 #: ../src/cavernlog.cc:729
1323 #: n:446
1324 msgid "Save Log"
1325 msgstr "Sauver le Journal"
1327 #. TRANSLATORS: Label for button in aven’s cavern log window which
1328 #. causes the survey data to be reprocessed.
1329 #: ../src/cavernlog.cc:739
1330 #: ../src/cavernlog.cc:744
1331 #: n:184
1332 msgid "Reprocess"
1333 msgstr "Recalculer"
1335 #: ../src/cmdline.c:242
1336 #: ../src/cmdline.c:261
1337 #: n:185
1338 #, c-format
1339 msgid "numeric argument “%s” out of range"
1340 msgstr "argument numérique “%s” hors limite"
1342 #: ../src/cmdline.c:244
1343 #: n:186
1344 #, c-format
1345 msgid "argument “%s” not an integer"
1346 msgstr "l’argument “%s” n’est pas un entier"
1348 #: ../src/cmdline.c:263
1349 #: n:187
1350 #, c-format
1351 msgid "argument “%s” not a number"
1352 msgstr "l’argument “%s” n’est pas un nombre"
1354 #: ../src/commands.c:1029
1355 #: n:188
1356 msgid "Expecting “DUPLICATE”, “SPLAY”, or “SURFACE”"
1357 msgstr "On attendait “DUPLICATE”, “SPLAY”, ou “SURFACE”"
1359 #: ../src/commands.c:1031
1360 #: n:189
1361 msgid "Expecting “NOT”, “DUPLICATE”, “SPLAY”, or “SURFACE”"
1362 msgstr "On attendait “NOT”, “DUPLICATE”, “SPLAY”, ou “SURFACE”"
1364 #: ../src/listpos.c:82
1365 #: n:190
1366 #, c-format
1367 msgid "Station “%s” referred to by *entrance or *export but never used"
1368 msgstr "La station “%s” est citée dans un *entrance ou *export mais n’est jamais utilisée"
1370 #: ../src/commands.c:736
1371 #: n:192
1372 msgid "No matching BEGIN"
1373 msgstr "BEGIN manquant"
1375 #. TRANSLATORS: *BEGIN <survey> and *END <survey> should have the
1376 #. same <survey> if it’s given at all
1377 #: ../src/commands.c:772
1378 #: n:193
1379 msgid "Survey name doesn’t match BEGIN"
1380 msgstr "Le nom de topographie du END ne correspond pas à celui du BEGIN"
1382 #. TRANSLATORS: Used when a BEGIN command has a survey name, but the
1383 #. END command omits it, e.g.:
1385 #. *begin entrance
1386 #. 1 2 10.00 178 -01
1387 #. *end     <--[Message given here]
1388 #: ../src/commands.c:782
1389 #: n:194
1390 msgid "Survey name omitted from END"
1391 msgstr "Nom de topographie manquant dans le END"
1393 #. TRANSLATORS: Heading line for .pos file.  Please try to ensure the “,”s
1394 #. (or at least the columns) are in the same place
1395 #: ../src/3dtopos.c:112
1396 #: ../src/pos.cc:59
1397 #: n:195
1398 msgid "( Easting, Northing, Altitude )"
1399 msgstr "( X (Est), Y (Nord), Altitude )"
1401 #. TRANSLATORS: bpp is "Bits Per Pixel"
1402 #: ../src/aboutdlg.cc:180
1403 #: n:196
1404 #, c-format
1405 msgid "Display Depth: %d bpp"
1406 msgstr "Profondeur d’affichage: %d bpp"
1408 #. TRANSLATORS: appended to previous message if the display is colour
1409 #: ../src/aboutdlg.cc:182
1410 #: n:197
1411 msgid " (colour)"
1412 msgstr " (couleur)"
1414 #: ../src/readval.c:527
1415 #: ../src/readval.c:540
1416 #: ../src/readval.c:550
1417 #: n:198
1418 #, c-format
1419 msgid "Expecting date, found “%s”"
1420 msgstr "On attendait une date, on a trouvé “%s”"
1422 #. TRANSLATORS: --help output for --survey option.
1424 #. "this" has been added to English translation
1425 #: ../src/3dtopos.c:50
1426 #: ../src/aven.cc:73
1427 #: ../src/cad3d.c:660
1428 #: ../src/diffpos.c:57
1429 #: ../src/dump3d.c:49
1430 #: ../src/extend.c:473
1431 #: n:199
1432 msgid "only load the sub-survey with this prefix"
1433 msgstr "ne charge que la partie de la topographie avec le préfixe"
1435 #. TRANSLATORS: --help output for aven --print option
1436 #: ../src/aven.cc:75
1437 #: n:119
1438 msgid "print and exit (requires a 3d file)"
1439 msgstr "Imprimer et quitter (nécessite un fichier 3d)"
1441 #. TRANSLATORS: --help output for cavern --output option
1442 #: ../src/cavern.c:119
1443 #: n:162
1444 msgid "set location for output files"
1445 msgstr "Définir l’endroit pour les fichiers sortis"
1447 #. TRANSLATORS: --help output for cavern --quiet option
1448 #: ../src/cavern.c:121
1449 #: n:163
1450 msgid "only show brief summary (-qq for errors only)"
1451 msgstr "Montrer seulement un bref résumé (-qq pour les erreurs seulement)"
1453 #. TRANSLATORS: --help output for cavern --no-auxiliary-files option
1454 #: ../src/cavern.c:123
1455 #: n:164
1456 msgid "do not create .err file"
1457 msgstr "Ne pas créer de fichier .err"
1459 #. TRANSLATORS: --help output for cavern --warnings-are-errors option
1460 #: ../src/cavern.c:125
1461 #: n:165
1462 msgid "turn warnings into errors"
1463 msgstr "changer les avertissements en erreurs"
1465 #. TRANSLATORS: --help output for cavern --log option
1466 #: ../src/cavern.c:127
1467 #: n:170
1468 msgid "log output to .log file"
1469 msgstr "enregistrer la sortie dans un fichier .log"
1471 #. TRANSLATORS: --help output for cavern --3d-version option
1472 #: ../src/cavern.c:129
1473 #: n:171
1474 msgid "specify the 3d file format version to output"
1475 msgstr "spécifier la version du format de fichier 3d en sortie"
1477 #. TRANSLATORS: --help output for extend --specfile option
1478 #: ../src/extend.c:475
1479 #: n:90
1480 msgid ".espec file to control extending"
1481 msgstr "fichier .espec pour contrôler l'extension"
1483 #. TRANSLATORS: --help output for extend --show-breaks option
1484 #: ../src/extend.c:477
1485 #: n:91
1486 msgid "show breaks with surface survey legs in output"
1487 msgstr "affiche les coupures avec les visées de surface en sortie"
1489 #. TRANSLATORS: error message given by "*units tape 0 feet" - it’s
1490 #. meaningless to say your tape is marked in "0 feet" (but you might
1491 #. measure distance by counting knots on a diving line, and tie them
1492 #. every "2 feet").
1493 #: ../src/commands.c:1551
1494 #: n:200
1495 msgid "*UNITS factor must be non-zero"
1496 msgstr "*UNITS: le facteur doit être non nul"
1498 #: ../src/mainfrm.cc:1476
1499 #: n:202
1500 #, c-format
1501 msgid "No survey data in 3d file “%s”"
1502 msgstr "Pas de données topographiques dans le fichier image 3d “%s”"
1504 #. TRANSLATORS: Used in aven above the compass indicator at the lower
1505 #. right of the display, with a bearing below "Facing".  This indicates the
1506 #. direction the viewer is "facing" in.
1508 #. Try to keep this translation short - ideally at most 10 characters -
1509 #. as otherwise the compass and clino will be moved further apart to
1510 #. make room. */
1511 #: ../src/gfxcore.cc:782
1512 #: ../src/gfxcore.cc:1921
1513 #: n:203
1514 msgid "Facing"
1515 msgstr "Direction"
1517 #. TRANSLATORS: for the title of the About box
1518 #: ../src/aboutdlg.cc:62
1519 #: n:205
1520 #, c-format
1521 msgid "About %s"
1522 msgstr "À propos de %s"
1524 #. TRANSLATORS: "Terrain file" being a digital model of the terrain (e.g. a
1525 #. grid of height values).
1526 #: ../src/mainfrm.cc:2010
1527 #: n:451
1528 msgid "Select a terrain file to view"
1529 msgstr "Sélectionner un fichier de surface à visualiser"
1531 #: ../src/mainfrm.cc:2004
1532 #: n:452
1533 msgid "Terrain files"
1534 msgstr "Fichiers de surface"
1536 #. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions
1537 #. - it should be translated to the terminology that cavers using the
1538 #. language would use.
1540 #. File->Open dialog:
1541 #: ../src/mainfrm.cc:1981
1542 #: n:206
1543 msgid "Select a survey file to view"
1544 msgstr "Sélectionner un fichier de topographie à afficher"
1546 #. TRANSLATORS: Survex is the name of the software, and "3d" refers to a
1547 #. file extension, so neither should be translated.
1548 #: ../src/mainfrm.cc:1958
1549 #: ../src/mainfrm.cc:2111
1550 #: n:207
1551 msgid "Survex 3d files"
1552 msgstr "Fichiers de données Survex 3d"
1554 #: ../src/mainfrm.cc:1973
1555 #: ../src/mainfrm.cc:2005
1556 #: ../src/mainfrm.cc:2503
1557 #: ../src/printing.cc:716
1558 #: n:208
1559 msgid "All files"
1560 msgstr "Tous les fichiers"
1562 #. TRANSLATORS: Here "survey" is a "cave map" rather than
1563 #. list of questions - it should be translated to the
1564 #. terminology that cavers using the language would use.
1565 #: ../src/mainfrm.cc:1955
1566 #: n:229
1567 msgid "All survey files"
1568 msgstr "Tous les fichiers de topographie"
1570 #. TRANSLATORS: Survex is the name of the software, and "svx" refers to a
1571 #. file extension, so neither should be translated.
1572 #: ../src/mainfrm.cc:1961
1573 #: n:329
1574 msgid "Survex svx files"
1575 msgstr "Fichiers svx Survex"
1577 #. TRANSLATORS: "Compass" as in Larry Fish’s cave
1578 #. surveying package, so should not be translated
1579 #: ../src/mainfrm.cc:1969
1580 #: n:330
1581 msgid "Compass DAT and MAK files"
1582 msgstr "Fichiers MAK et DAT Compass"
1584 #: ../src/printing.cc:319
1585 #: n:411
1586 msgid "DXF files"
1587 msgstr "Fichiers DXF"
1589 #: ../src/printing.cc:320
1590 #: n:412
1591 msgid "EPS files"
1592 msgstr "Fichiers EPS"
1594 #: ../src/printing.cc:321
1595 #: n:413
1596 msgid "GPX files"
1597 msgstr "Fichiers GPX"
1599 #. TRANSLATORS: Here "plotter" refers to a machine which draws a printout
1600 #. on a (usually large) sheet of paper using a pen mounted in a motorised
1601 #. mechanism.
1602 #: ../src/printing.cc:325
1603 #: n:414
1604 msgid "HPGL for plotters"
1605 msgstr "HPGL pour traceurs"
1607 #: ../src/printing.cc:327
1608 #: n:444
1609 msgid "KML files"
1610 msgstr "Fichiers KML"
1612 #. TRANSLATORS: "Compass" and "Carto" are the names of software packages,
1613 #. so should not be translated:
1614 #. http://www.fountainware.com/compass/
1615 #. http://www.psc-cavers.org/carto/
1616 #: ../src/printing.cc:332
1617 #: n:415
1618 msgid "Compass PLT for use with Carto"
1619 msgstr "Fichiers PLT Compass à utiliser avec Carto"
1621 #. TRANSLATORS: "Skencil" is the name of a software package, so should not be
1622 #. translated: http://www.skencil.org/
1623 #: ../src/printing.cc:335
1624 #: n:416
1625 msgid "Skencil files"
1626 msgstr "Fichiers Skencil"
1628 #. TRANSLATORS: Survex is the name of the software, and "pos" refers to a
1629 #. file extension, so neither should be translated.
1630 #: ../src/printing.cc:338
1631 #: n:166
1632 msgid "Survex pos files"
1633 msgstr "Fichiers pos Survex"
1635 #: ../src/printing.cc:339
1636 #: n:417
1637 msgid "SVG files"
1638 msgstr "Fichiers SVG"
1640 #: ../src/printing.cc:326
1641 #: n:445
1642 msgid "JSON files"
1643 msgstr "Fichiers JSON"
1645 #. TRANSLATORS: Log files from running cavern (extension .log)
1646 #: ../src/cavernlog.cc:788
1647 #: n:447
1648 msgid "Log files"
1649 msgstr "Fichiers journaux"
1651 #. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions
1652 #. - it should be translated to the terminology that cavers using the
1653 #. language would use.
1655 #. This string is used in the about box (summarising the purpose of aven).
1656 #: ../src/aboutdlg.cc:90
1657 #: n:209
1658 msgid "Survey visualisation tool"
1659 msgstr "Outil de visualisation de topographies"
1661 #. TRANSLATORS: Summary paragraph for the GPLv2 - there are translations for
1662 #. some languages here:
1663 #. https://www.gnu.org/licenses/old-licenses/gpl-2.0-translations.html
1664 #: ../src/aboutdlg.cc:104
1665 #: n:219
1666 msgid "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licence as published by the Free Software Foundation; either version 2 of the Licence, or (at your option) any later version."
1667 msgstr "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."
1669 #. TRANSLATORS: Part of 3dtopos --help
1670 #: ../src/3dtopos.c:86
1671 #: n:217
1672 msgid "3D_FILE [POS_FILE]"
1673 msgstr "FICHIER_3D [POS_FICHIER]"
1675 #. TRANSLATORS: Part of diffpos --help
1676 #: ../src/diffpos.c:265
1677 #: n:218
1678 msgid "FILE1 FILE2 [THRESHOLD]"
1679 msgstr "FICHIER1 FICHIER2 [SEUIL]"
1681 #. TRANSLATORS: Part of diffpos --help
1682 #: ../src/diffpos.c:267
1683 #: n:255
1684 #, c-format
1685 msgid "FILE1 and FILE2 can be .pos or .3d files\nTHRESHOLD is the max. ignorable change along any axis in metres (default %s)"
1686 msgstr "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)"
1688 #. TRANSLATORS: Part of extend --help
1689 #: ../src/extend.c:546
1690 #: n:267
1691 msgid "INPUT_3D_FILE [OUTPUT_3D_FILE]"
1692 msgstr "FICHIER_D_ENTREE_3D [FICHIER_DE_SORTIE_3D]"
1694 #. TRANSLATORS: Part of sorterr --help
1695 #: ../src/sorterr.c:127
1696 #: n:268
1697 msgid "ERR_FILE [HOW_MANY]"
1698 msgstr "FICHIER_D_ERREUR [NOMBRE]"
1700 #. TRANSLATORS: Here "survey" is a "cave map" rather than list of questions
1701 #. - it should be translated to the terminology that cavers using the
1702 #. language would use.
1704 #. Part of aven --help
1705 #: ../src/aven.cc:173
1706 #: ../src/aven.cc:203
1707 #: n:269
1708 msgid "[SURVEY_FILE]"
1709 msgstr "[FICHIER_TOPOGRAPHIE]"
1711 #. TRANSLATORS: Used in the "colour key" for "colour by date" if there
1712 #. are surveys without date information.  Try to keep this fairly short.
1713 #: ../src/gfxcore.cc:1142
1714 #: n:221
1715 msgid "Undated"
1716 msgstr "Non datée"
1718 #. TRANSLATORS: Used in the "colour key" for "colour by error" for surveys
1719 #. which aren’t part of a loop and so have no error information. Try to keep
1720 #. this fairly short.
1721 #: ../src/gfxcore.cc:1167
1722 #: n:290
1723 msgid "Not in loop"
1724 msgstr "Pas dans la boucle"
1726 #. TRANSLATORS: error from:
1728 #. *data normal newline from to tape compass clino
1729 #: ../src/commands.c:1393
1730 #: n:222
1731 msgid "NEWLINE can’t be the first reading"
1732 msgstr "NEWLINE ne peut pas être la première valeur"
1734 #. TRANSLATORS: error from:
1736 #. *data normal from to tape compass clino newline
1737 #: ../src/commands.c:1434
1738 #: n:223
1739 msgid "NEWLINE can’t be the last reading"
1740 msgstr "NEWLINE ne peut pas être la dernière valeur"
1742 #. TRANSLATORS: Error given by something like:
1744 #. *data normal station tape compass clino
1746 #. ("station" signifies interleaved data).
1747 #: ../src/commands.c:1457
1748 #: n:224
1749 msgid "Interleaved readings, but no NEWLINE"
1750 msgstr "Données sur plusieurs lignes, mais pas de NEWLINE"
1752 #. TRANSLATORS: caused by e.g.
1754 #. *data diving station newline depth tape compass
1756 #. ("depth" needs to occur before "newline").
1757 #: ../src/commands.c:1333
1758 #: n:225
1759 #, c-format
1760 msgid "Reading “%s” must occur before NEWLINE"
1761 msgstr "La donnée “%s” doit apparaître avant NEWLINE"
1763 #. TRANSLATORS: e.g.
1765 #. *data normal from to tape newline compass clino
1766 #: ../src/commands.c:1384
1767 #: n:226
1768 msgid "NEWLINE can only be preceded by STATION, DEPTH, and COUNT"
1769 msgstr "NEWLINE ne peut ê précédée que par STATION, DEPTH, et COUNT"
1771 #. TRANSLATORS: e.g.
1773 #. *calibrate tape compass 1 1
1774 #: ../src/commands.c:1594
1775 #: n:227
1776 msgid "Can’t calibrate angular and length quantities together"
1777 msgstr "On ne peut pas calibrer les angles et les longueurs en même temps"
1779 #: ../src/commands.c:674
1780 #: n:397
1781 msgid "Bad *alias command"
1782 msgstr "Commande illégale *alias"
1784 #. TRANSLATORS: %s will be replaced by the application name ("Aven"
1785 #. currently)
1786 #: ../src/log.cc:32
1787 #: n:228
1788 #, c-format
1789 msgid "%s Error Log"
1790 msgstr "Journal d’erreur de %s"
1792 #. TRANSLATORS: The text on the action button in the "Export" settings
1793 #. dialog
1794 #: ../src/printing.cc:659
1795 #: n:230
1796 msgid "&Export..."
1797 msgstr "&Exporter..."
1799 #. TRANSLATORS: "Rotation" menu.  The accelerators must be different within
1800 #. this group.  Tickable menu item which toggles auto rotation
1801 #: ../src/mainfrm.cc:818
1802 #: n:231
1803 msgid "Au&to-Rotate\tSpace"
1804 msgstr "Rotation &Automatique\tSpace"
1806 #: ../src/mainfrm.cc:820
1807 #: n:234
1808 msgid "&Reverse Direction"
1809 msgstr "Direction &Inverse"
1811 #. TRANSLATORS: View *looking* North
1812 #: ../src/gfxcore.cc:3897
1813 #: ../src/mainfrm.cc:823
1814 #: n:240
1815 msgid "View &North"
1816 msgstr "Vue vers le &Nord"
1818 #. TRANSLATORS: View *looking* East
1819 #: ../src/gfxcore.cc:3899
1820 #: ../src/mainfrm.cc:824
1821 #: n:241
1822 msgid "View &East"
1823 msgstr "Vue vers l’&Est"
1825 #. TRANSLATORS: View *looking* South
1826 #: ../src/gfxcore.cc:3901
1827 #: ../src/mainfrm.cc:825
1828 #: n:242
1829 msgid "View &South"
1830 msgstr "Vue vers le &Sud"
1832 #. TRANSLATORS: View *looking* West
1833 #: ../src/gfxcore.cc:3903
1834 #: ../src/mainfrm.cc:826
1835 #: n:243
1836 msgid "View &West"
1837 msgstr "Vue vers l’&Ouest"
1839 #: ../src/gfxcore.cc:3920
1840 #: ../src/mainfrm.cc:828
1841 #: n:248
1842 msgid "&Plan View"
1843 msgstr "Vue en &plan"
1845 #: ../src/gfxcore.cc:3921
1846 #: ../src/mainfrm.cc:829
1847 #: n:249
1848 msgid "Ele&vation"
1849 msgstr "Elé&vation"
1851 #: ../src/mainfrm.cc:831
1852 #: n:254
1853 msgid "Restore De&fault View"
1854 msgstr "&Restaurer la vue par défaut"
1856 #. TRANSLATORS: Used as a label for the surrounding box for the "Bearing"
1857 #. and "Tilt angle" fields, and the "Plan view" and "Elevation" buttons in
1858 #. the "what to print/export" dialog.
1859 #: ../src/printing.cc:414
1860 #: n:283
1861 msgid "View"
1862 msgstr "Vue"
1864 #. TRANSLATORS: Used as a label for the surrounding box for the "survey
1865 #. legs" "stations" "names" etc checkboxes in the "what to print" dialog.
1866 #. "Elements" isn’t a good name for this but nothing better has yet come to
1867 #. mind!
1868 #: ../src/printing.cc:419
1869 #: n:256
1870 msgid "Elements"
1871 msgstr "Eléments"
1873 #: ../src/printing.cc:425
1874 #: n:410
1875 msgid "Export format"
1876 msgstr "Format d'exportation"
1878 #: ../src/printing.cc:483
1879 #: ../src/printing.cc:888
1880 #: n:257
1881 #, c-format
1882 msgid "%d pages (%dx%d)"
1883 msgstr "%d pages (%dx%d)"
1885 #. TRANSLATORS: used in the scale drop down selector in the print
1886 #. dialog the implicit meaning is "choose a suitable scale to fit
1887 #. the plot on a single page", but we need something shorter
1888 #: ../src/printing.cc:455
1889 #: n:258
1890 msgid "One page"
1891 msgstr "Une page"
1893 #: ../src/mainfrm.cc:169
1894 #: ../src/printing.cc:496
1895 #: n:259
1896 msgid "Bearing"
1897 msgstr "Azimut"
1899 #: ../src/printing.cc:543
1900 #: n:260
1901 msgid "Station Names"
1902 msgstr "Noms de station"
1904 #: ../src/printing.cc:539
1905 #: n:261
1906 msgid "Crosses"
1907 msgstr "Croisements"
1909 #. TRANSLATORS: Here a "survey leg" is a set of measurements between two
1910 #. "survey stations".
1911 #: ../src/printing.cc:525
1912 #: n:262
1913 msgid "Underground Survey Legs"
1914 msgstr "Visées sous terre"
1916 #: ../src/printing.cc:559
1917 #: n:393
1918 msgid "Cross-sections"
1919 msgstr "Sections"
1921 #: ../src/printing.cc:564
1922 #: n:394
1923 msgid "Walls"
1924 msgstr "Parois"
1926 #. TRANSLATORS: Label for checkbox which controls whether there's a
1927 #. layer in the exported file (for formats such as DXF and SVG)
1928 #. containing polygons for the inside of cave passages).
1929 #: ../src/printing.cc:571
1930 #: n:395
1931 msgid "Passages"
1932 msgstr "Galeries"
1934 #: ../src/printing.cc:575
1935 #: n:421
1936 msgid "Origin in centre"
1937 msgstr "Origine au centre"
1939 #: ../src/printing.cc:579
1940 #: n:422
1941 msgid "Full coordinates"
1942 msgstr "Coordonnées complètes"
1944 #. TRANSLATORS: Used in the print dialog:
1945 #: ../src/printing.cc:505
1946 #: n:263
1947 msgid "Tilt angle"
1948 msgstr "Angle de basculement"
1950 #. TRANSLATORS: used in the print dialog - controls drawing lines
1951 #. around each page
1952 #: ../src/printing.cc:587
1953 #: n:264
1954 msgid "Page Borders"
1955 msgstr "Bordures de page"
1957 #. TRANSLATORS: As in the legend on a map.  Used in the print dialog -
1958 #. controls drawing the box at the lower left with survey name, view
1959 #. angles, etc
1960 #: ../src/printing.cc:598
1961 #: n:265
1962 msgid "Legend"
1963 msgstr "Légende"
1965 #. TRANSLATORS: will be used in the print dialog - check this to print
1966 #. blank pages (otherwise they’ll be skipped to save paper)
1967 #: ../src/printing.cc:593
1968 #: n:266
1969 msgid "Blank Pages"
1970 msgstr "Pages blanches"
1972 #. TRANSLATORS: Items in the "View" menu:
1973 #: ../src/mainfrm.cc:848
1974 #: n:270
1975 msgid "Station &Names\tCtrl+N"
1976 msgstr "&Noms de station\tCtrl+N"
1978 #. TRANSLATORS: Toggles drawing of 3D passages
1979 #: ../src/mainfrm.cc:850
1980 #: n:346
1981 msgid "Passage &Tubes\tCtrl+T"
1982 msgstr "Galeries &Tubulaires\tCtrl+T"
1984 #. TRANSLATORS: Toggles drawing the surface of the Earth
1985 #: ../src/mainfrm.cc:852
1986 #: n:449
1987 msgid "Terr&ain"
1988 msgstr "Terra&in"
1990 #: ../src/mainfrm.cc:853
1991 #: n:271
1992 msgid "&Crosses\tCtrl+X"
1993 msgstr "&Croisements\tCtrl+X"
1995 #: ../src/mainfrm.cc:854
1996 #: n:297
1997 msgid "&Grid\tCtrl+G"
1998 msgstr "&Grille\tCtrl+G"
2000 #: ../src/mainfrm.cc:855
2001 #: n:318
2002 msgid "&Bounding Box\tCtrl+B"
2003 msgstr "&Bordures du cadre\tCtrl+B"
2005 #. TRANSLATORS: Here a "survey leg" is a set of measurements between two
2006 #. "survey stations".
2007 #: ../src/mainfrm.cc:859
2008 #: n:272
2009 msgid "&Underground Survey Legs\tCtrl+L"
2010 msgstr "&Visées sous terre\tCtrl+L"
2012 #. TRANSLATORS: Here a "survey leg" is a set of measurements between two
2013 #. "survey stations".
2014 #: ../src/mainfrm.cc:862
2015 #: n:291
2016 msgid "&Surface Survey Legs\tCtrl+F"
2017 msgstr "Segments de topo en S&urface\tCtrl+F"
2019 #: ../src/mainfrm.cc:878
2020 #: n:273
2021 msgid "&Overlapping Names"
2022 msgstr "&Superposition des noms"
2024 #: ../src/mainfrm.cc:887
2025 #: n:450
2026 msgid "Co&lour by"
2027 msgstr "Cou&leur par"
2029 #: ../src/mainfrm.cc:890
2030 #: n:294
2031 msgid "Highlight &Entrances"
2032 msgstr "Mise en valeur des &entrées"
2034 #: ../src/mainfrm.cc:891
2035 #: n:295
2036 msgid "Highlight &Fixed Points"
2037 msgstr "Mise en valeur des points &Fixes"
2039 #: ../src/mainfrm.cc:892
2040 #: n:296
2041 msgid "Highlight E&xported Points"
2042 msgstr "Mise de valeur des points exp&ortés"
2044 #: ../src/printing.cc:547
2045 #: n:418
2046 msgid "Entrances"
2047 msgstr "Entrées"
2049 #: ../src/printing.cc:551
2050 #: n:419
2051 msgid "Fixed Points"
2052 msgstr "Points Fixes"
2054 #: ../src/printing.cc:555
2055 #: n:420
2056 msgid "Exported Stations"
2057 msgstr "Points exportés"
2059 #: ../src/mainfrm.cc:897
2060 #: n:237
2061 msgid "&Perspective"
2062 msgstr "Pe&rspective"
2064 #: ../src/mainfrm.cc:899
2065 #: n:238
2066 msgid "Textured &Walls"
2067 msgstr "Te&xture des parois"
2069 #. TRANSLATORS: Toggles OpenGL "Depth Fogging" - feel free to translate
2070 #. using that term instead if it gives a better translation which most
2071 #. users will understand.
2072 #: ../src/mainfrm.cc:903
2073 #: n:239
2074 msgid "Fade Distant Ob&jects"
2075 msgstr "Rendre floue les ob&jets lointains"
2077 #. TRANSLATORS: Here a "survey leg" is a set of measurements between two
2078 #. "survey stations".
2079 #: ../src/mainfrm.cc:906
2080 #: n:298
2081 msgid "Smoot&hed Survey Legs"
2082 msgstr "Lissage des segments topographi&ques"
2084 #: ../src/mainfrm.cc:912
2085 #: ../src/mainfrm.cc:919
2086 #: n:356
2087 msgid "Full Screen &Mode\tF11"
2088 msgstr "&Mode Plein Ecran\tF11"
2090 #: ../src/gfxcore.cc:3958
2091 #: ../src/mainfrm.cc:881
2092 #: n:292
2093 msgid "Colour by &Depth"
2094 msgstr "Couleur par &Profondeur"
2096 #: ../src/gfxcore.cc:3959
2097 #: ../src/mainfrm.cc:882
2098 #: n:293
2099 msgid "Colour by D&ate"
2100 msgstr "Couleur par &Date"
2102 #: ../src/gfxcore.cc:3960
2103 #: ../src/mainfrm.cc:883
2104 #: n:289
2105 msgid "Colour by &Error"
2106 msgstr "Couleur par Érr&eur"
2108 #: ../src/gfxcore.cc:3961
2109 #: ../src/mainfrm.cc:884
2110 #: n:85
2111 msgid "Colour by &Gradient"
2112 msgstr "Couleur par &Gradient"
2114 #: ../src/gfxcore.cc:3962
2115 #: ../src/mainfrm.cc:885
2116 #: n:82
2117 msgid "Colour by &Length"
2118 msgstr "Couleur par &Longueur"
2120 #: n:448
2121 msgid "Colour by &Survey"
2122 msgstr "Couleur par &Topographie"
2124 #: ../src/mainfrm.cc:947
2125 #: n:274
2126 msgid "&Compass"
2127 msgstr "&Compas"
2129 #: ../src/mainfrm.cc:948
2130 #: n:275
2131 msgid "C&linometer"
2132 msgstr "C&lino"
2134 #. TRANSLATORS: The "Colour Key" is the thing in aven showing which colour
2135 #. corresponds to which depth, date, survey closure error, etc.
2136 #: ../src/mainfrm.cc:951
2137 #: n:276
2138 msgid "Colour &Key"
2139 msgstr "Couleur Cle&f"
2141 #: ../src/mainfrm.cc:952
2142 #: n:277
2143 msgid "&Scale Bar"
2144 msgstr "Barre de controle des &Echelles"
2146 #: ../src/mainfrm.cc:928
2147 #: n:280
2148 msgid "&Reverse Sense\tCtrl+R"
2149 msgstr "Sens &Inverse\tCtrl+R"
2151 #: ../src/mainfrm.cc:895
2152 #: ../src/mainfrm.cc:937
2153 #: ../src/mainfrm.cc:943
2154 #: n:281
2155 msgid "&Cancel Measuring Line\tEscape"
2156 msgstr "&Annule la Ligne de Mesure\tEscape"
2158 #: ../src/mainfrm.cc:953
2159 #: n:299
2160 msgid "&Indicators"
2161 msgstr "I&ndicateurs"
2163 #: ../src/z_getopt.c:712
2164 #: n:300
2165 #, c-format
2166 msgid "%s: option “%s” is ambiguous\n"
2167 msgstr "%s: l’option “%s” est ambigüe\n"
2169 #: ../src/z_getopt.c:762
2170 #: n:302
2171 #, c-format
2172 msgid "%s: option “%c%s” doesn’t allow an argument\n"
2173 msgstr "%s: l’option “%c%s” n’a pas d’argument\n"
2175 #: ../src/z_getopt.c:749
2176 #: n:303
2177 #, c-format
2178 msgid "%s: option “--%s” doesn’t allow an argument\n"
2179 msgstr "%s: l’option “--%s” n’a pas d’argument\n"
2181 #: ../src/z_getopt.c:810
2182 #: n:305
2183 #, c-format
2184 msgid "%s: option “%s” requires an argument\n"
2185 msgstr "%s: l’option “%s” requiert un argument\n"
2187 #: ../src/z_getopt.c:1182
2188 #: n:306
2189 #, c-format
2190 msgid "%s: option requires an argument -- %c\n"
2191 msgstr "%s: cette option requiert un argument -- %c\n"
2193 #: ../src/z_getopt.c:851
2194 #: n:307
2195 #, c-format
2196 msgid "%s: unrecognized option “--%s”\n"
2197 msgstr "%s: option “--%s” non reconnue\n"
2199 #: ../src/z_getopt.c:862
2200 #: n:308
2201 #, c-format
2202 msgid "%s: unrecognized option “%c%s”\n"
2203 msgstr "%s: option “%c%s” non reconnue\n"
2205 #: ../src/z_getopt.c:923
2206 #: n:310
2207 #, c-format
2208 msgid "%s: invalid option -- %c\n"
2209 msgstr "%s: option invalide -- %c\n"
2211 #: ../src/mainfrm.cc:834
2212 #: n:311
2213 msgid "&New Presentation"
2214 msgstr "&Nouvelle Présentation"
2216 #: ../src/mainfrm.cc:835
2217 #: n:312
2218 msgid "&Open Presentation..."
2219 msgstr "&Ouvrir une Présentation..."
2221 #: ../src/mainfrm.cc:836
2222 #: n:313
2223 msgid "&Save Presentation"
2224 msgstr "&Sauver la Présentation"
2226 #: ../src/mainfrm.cc:837
2227 #: n:314
2228 msgid "Sa&ve Presentation As..."
2229 msgstr "Sau&ver la Présentation sous..."
2231 #. TRANSLATORS: "Mark" as in "Mark this position"
2232 #: ../src/mainfrm.cc:840
2233 #: n:315
2234 msgid "&Mark"
2235 msgstr "&Marquer"
2237 #. TRANSLATORS: "Play" as in "Play back a recording"
2238 #: ../src/mainfrm.cc:842
2239 #: n:316
2240 msgid "Pla&y"
2241 msgstr "&Lecture"
2243 #: ../src/mainfrm.cc:843
2244 #: n:317
2245 msgid "&Export as Movie..."
2246 msgstr "&Exporter comme Animation..."
2248 #: ../src/mainfrm.cc:2581
2249 #: n:331
2250 msgid "Export Movie"
2251 msgstr "Exporter Film"
2253 #: ../src/cavernlog.cc:791
2254 #: ../src/mainfrm.cc:377
2255 #: ../src/mainfrm.cc:2114
2256 #: n:319
2257 msgid "Select an output filename"
2258 msgstr "Sélection d’un nom de fichier de sortie"
2260 #: ../src/mainfrm.cc:374
2261 #: ../src/mainfrm.cc:2502
2262 #: n:320
2263 msgid "Aven presentations"
2264 msgstr "Présentations Aven"
2266 #. TRANSLATORS: title of the save screenshot dialog
2267 #: ../src/mainfrm.cc:2042
2268 #: n:321
2269 msgid "Save Screenshot"
2270 msgstr "Sauver la copie d’écran"
2272 #: ../src/mainfrm.cc:2497
2273 #: ../src/mainfrm.cc:2500
2274 #: n:322
2275 msgid "Select a presentation to open"
2276 msgstr "Slectionner une présentation à ouvrir"
2278 #: ../src/mainfrm.cc:448
2279 #: n:323
2280 #, c-format
2281 msgid "Error in format of presentation file “%s”"
2282 msgstr "Erreur de formatage du fichier de présentation “%s”"
2284 #. TRANSLATORS: "Compass" as in Larry Fish’s cave
2285 #. surveying package, so probably shouldn’t be translated
2286 #: ../src/mainfrm.cc:1965
2287 #: n:324
2288 msgid "Compass PLT files"
2289 msgstr "Fichier Compass PLT"
2291 #. TRANSLATORS: "CMAP" is Bob Thrun’s cave surveying
2292 #. package, so don’t translate it.
2293 #: ../src/mainfrm.cc:1972
2294 #: n:325
2295 msgid "CMAP XYZ files"
2296 msgstr "Fichier CMAP XYZ"
2298 #. TRANSLATORS: title of message box
2299 #: ../src/mainfrm.cc:2151
2300 #: ../src/mainfrm.cc:2474
2301 #: ../src/mainfrm.cc:2491
2302 #: n:326
2303 msgid "Modified Presentation"
2304 msgstr "Présentation modifiée"
2306 #. TRANSLATORS: and the question in that box
2307 #: ../src/mainfrm.cc:2149
2308 #: ../src/mainfrm.cc:2473
2309 #: ../src/mainfrm.cc:2490
2310 #: n:327
2311 msgid "The current presentation has been modified.  Abandon unsaved changes?"
2312 msgstr "La présentation en cours a été modifiée. Perte des changements non sauvés?"
2314 #: ../src/mainfrm.cc:2815
2315 #: ../src/mainfrm.cc:2826
2316 #: n:328
2317 msgid "No matches were found."
2318 msgstr "Recherche infructueuse."
2320 #. TRANSLATORS: "Find stations" button tooltip
2321 #: ../src/mainfrm.cc:1044
2322 #: n:332
2323 msgid "Find"
2324 msgstr "Chercher"
2326 #. TRANSLATORS: "Hide stations" button default tooltip
2327 #: ../src/mainfrm.cc:1046
2328 #: ../src/mainfrm.cc:2858
2329 #: n:333
2330 msgid "Hide"
2331 msgstr "Masquer"
2333 #. TRANSLATORS: "Hide stations" button tooltip when stations are found
2334 #: ../src/mainfrm.cc:2819
2335 #: n:334
2336 #, c-format
2337 msgid "Hide %d found stations"
2338 msgstr "Cacher %d stations trouvées"
2340 #: ../src/mainfrm.cc:257
2341 #: ../src/mainfrm.cc:2239
2342 #: ../src/mainfrm.cc:2320
2343 #: ../src/mainfrm.cc:2372
2344 #: n:335
2345 msgid "Altitude"
2346 msgstr "Altitude"
2348 #. TRANSLATORS: error if you try to drag multiple files to the aven
2349 #. window
2350 #: ../src/mainfrm.cc:715
2351 #: n:336
2352 msgid "You may only view one 3d file at a time."
2353 msgstr "Vous ne pouvez afficher qu’un fichier image 3d à la fois"
2355 #: ../src/mainfrm.cc:954
2356 #: n:337
2357 msgid "&Side Panel"
2358 msgstr "&Vue latérale"
2360 #. TRANSLATORS: show coordinates (N = North or Northing, E = East or
2361 #. Easting)
2362 #: ../src/mainfrm.cc:2237
2363 #: ../src/mainfrm.cc:2259
2364 #: ../src/mainfrm.cc:2261
2365 #: ../src/mainfrm.cc:2371
2366 #: n:338
2367 #, c-format
2368 msgid "%.2f E, %.2f N"
2369 msgstr "%.2f E, %.2f N"
2371 #. TRANSLATORS: Used in Aven:
2372 #. From <stationname>
2373 #. H: 123.45m V: 234.56m
2374 #. Dist: 456.78m  Brg: 200
2375 #: ../src/mainfrm.cc:2279
2376 #: ../src/mainfrm.cc:2329
2377 #: ../src/mainfrm.cc:2391
2378 #: n:339
2379 #, c-format
2380 msgid "From %s"
2381 msgstr "Depuis %s"
2383 #. TRANSLATORS: "H" is short for "Horizontal", "V" for "Vertical"
2384 #: ../src/mainfrm.cc:2404
2385 #: n:340
2386 #, c-format
2387 msgid "H %.2f%s, V %.2f%s"
2388 msgstr "H %.2f%s, V %.2f%s"
2390 #. TRANSLATORS: "Dist" is short for "Distance", "Brg" for "Bearing" (as
2391 #. in Compass bearing)
2392 #: ../src/mainfrm.cc:2416
2393 #: n:341
2394 #, c-format
2395 msgid "%s: %s, Dist %.2f%s, Brg %03d%s"
2396 msgstr "%s: %s, Dist %.2f%s, Azim %03d%s"
2398 #. TRANSLATORS: tickable menu item in View menu.
2400 #. "Metric" here means metres, km, etc (rather than feet, miles, etc)
2401 #: ../src/gfxcore.cc:3949
2402 #: ../src/gfxcore.cc:3969
2403 #: ../src/mainfrm.cc:956
2404 #: n:342
2405 msgid "&Metric"
2406 msgstr "&Métrique"
2408 #. TRANSLATORS: tickable menu item in View menu.
2410 #. Degrees are the angular measurement where there are 360 in a full
2411 #. circle.
2412 #: ../src/gfxcore.cc:3911
2413 #: ../src/gfxcore.cc:3929
2414 #: ../src/gfxcore.cc:3971
2415 #: ../src/mainfrm.cc:957
2416 #: n:343
2417 msgid "&Degrees"
2418 msgstr "&Degrés"
2420 #. TRANSLATORS: tickable menu item in View menu.
2422 #. Show the tilt of the survey as a percentage gradient (100% = 45
2423 #. degrees = 50 grad).
2424 #: ../src/gfxcore.cc:3934
2425 #: ../src/mainfrm.cc:958
2426 #: n:430
2427 msgid "&Percent"
2428 msgstr "&Pourcent"
2430 #. TRANSLATORS: abbreviation for "kilometres" (unit of length),
2431 #. used e.g.  "5km".
2433 #. If there should be a space between the number and this, include
2434 #. one in the translation.
2435 #: ../src/gfxcore.cc:1277
2436 #: ../src/printing.cc:1334
2437 #: n:423
2438 msgid "km"
2439 msgstr "km"
2441 #. TRANSLATORS: abbreviation for "metres" (unit of length), used
2442 #. e.g. "10m".
2444 #. If there should be a space between the number and this, include
2445 #. one in the translation.
2446 #: ../src/commands.c:330
2447 #: ../src/gfxcore.cc:1112
2448 #: ../src/gfxcore.cc:1204
2449 #: ../src/gfxcore.cc:1284
2450 #: ../src/mainfrm.cc:2228
2451 #: ../src/mainfrm.cc:2295
2452 #: ../src/mainfrm.cc:2315
2453 #: ../src/mainfrm.cc:2364
2454 #: ../src/mainfrm.cc:2395
2455 #: ../src/printing.cc:1336
2456 #: n:424
2457 msgid "m"
2458 msgstr "m"
2460 #. TRANSLATORS: abbreviation for "centimetres" (unit of length),
2461 #. used e.g.  "50cm".
2463 #. If there should be a space between the number and this, include
2464 #. one in the translation.
2465 #: ../src/gfxcore.cc:1292
2466 #: ../src/printing.cc:1339
2467 #: n:425
2468 msgid "cm"
2469 msgstr "cm"
2471 #. TRANSLATORS: abbreviation for "miles" (unit of length,
2472 #. plural), used e.g.  "2 miles".
2474 #. If there should be a space between the number and this,
2475 #. include one in the translation.
2476 #: ../src/gfxcore.cc:1305
2477 #: n:426
2478 msgid " miles"
2479 msgstr " milles"
2481 #. TRANSLATORS: abbreviation for "mile" (unit of length,
2482 #. singular), used e.g.  "1 mile".
2484 #. If there should be a space between the number and this,
2485 #. include one in the translation.
2486 #: ../src/gfxcore.cc:1312
2487 #: n:427
2488 msgid " mile"
2489 msgstr " mille"
2491 #. TRANSLATORS: abbreviation for "feet" (unit of length), used e.g.
2492 #. as "10ft".
2494 #. If there should be a space between the number and this, include
2495 #. one in the translation.
2496 #: ../src/commands.c:331
2497 #: ../src/gfxcore.cc:1112
2498 #: ../src/gfxcore.cc:1204
2499 #: ../src/gfxcore.cc:1320
2500 #: ../src/mainfrm.cc:2233
2501 #: ../src/mainfrm.cc:2298
2502 #: ../src/mainfrm.cc:2318
2503 #: ../src/mainfrm.cc:2369
2504 #: ../src/mainfrm.cc:2400
2505 #: n:428
2506 msgid "ft"
2507 msgstr "ft"
2509 #. TRANSLATORS: abbreviation for "inches" (unit of length), used
2510 #. e.g. as "6in".
2512 #. If there should be a space between the number and this, include
2513 #. one in the translation.
2514 #: ../src/gfxcore.cc:1328
2515 #: n:429
2516 msgid "in"
2517 msgstr "in"
2519 #. TRANSLATORS: Menu item which turns off the "north arrow" in aven.
2520 #: ../src/gfxcore.cc:3906
2521 #: n:387
2522 msgid "&Hide Compass"
2523 msgstr "&Masquer le Compas"
2525 #. TRANSLATORS: Menu item which turns off the tilt indicator in aven.
2526 #: ../src/gfxcore.cc:3924
2527 #: n:384
2528 msgid "&Hide Clino"
2529 msgstr "&Masquer le Clinomètre"
2531 #. TRANSLATORS: Menu item which turns off the scale bar in aven.
2532 #: ../src/gfxcore.cc:3944
2533 #: n:385
2534 msgid "&Hide scale bar"
2535 msgstr "&Masquer l'échelle"
2537 #. TRANSLATORS: Menu item which turns off the colour key.
2538 #. The "Colour Key" is the thing in aven showing which colour
2539 #. corresponds to which depth, date, survey closure error, etc.
2540 #: ../src/gfxcore.cc:3967
2541 #: n:386
2542 msgid "&Hide colour key"
2543 msgstr "&Masquer l’échelle des couleurs"
2545 #. TRANSLATORS: degree symbol - probably should be translated to
2546 #. itself.
2547 #: ../src/commands.c:333
2548 #: ../src/gfxcore.cc:764
2549 #: ../src/gfxcore.cc:854
2550 #: ../src/gfxcore.cc:1176
2551 #: ../src/mainfrm.cc:2282
2552 #: ../src/mainfrm.cc:2408
2553 #: ../src/printing.cc:88
2554 #: n:344
2555 msgid "°"
2556 msgstr "°"
2558 #. TRANSLATORS: symbol for grad (400 grad = 360 degrees = full
2559 #. circle).
2560 #: ../src/commands.c:334
2561 #: ../src/gfxcore.cc:769
2562 #: ../src/gfxcore.cc:859
2563 #: ../src/gfxcore.cc:1176
2564 #: n:76
2565 msgid "ᵍ"
2566 msgstr "ᵍ"
2568 #. TRANSLATORS: alternative angle units (400 grad = 360 degrees =
2569 #. full circle).  Try to make this as short as sensibly possible.
2571 #. E.g. in Italian and Spanish we use "g.cent." rather than
2572 #. "gradi quattrocentesimali"/"grados centesimales"
2573 #: ../src/mainfrm.cc:2290
2574 #: ../src/mainfrm.cc:2411
2575 #: n:345
2576 msgid "grad"
2577 msgstr "grade"
2579 #. TRANSLATORS: symbol for percentage gradient (100% = 45
2580 #. degrees = 50 grad).
2581 #: ../src/commands.c:335
2582 #: ../src/gfxcore.cc:845
2583 #: ../src/gfxcore.cc:863
2584 #: n:96
2585 msgid "%"
2586 msgstr "%"
2588 #. TRANSLATORS: infinity symbol - used for the percentage gradient on
2589 #. vertical angles.
2590 #: ../src/gfxcore.cc:839
2591 #: n:431
2592 msgid "∞"
2593 msgstr "∞"
2595 #. TRANSLATORS: "H" is short for "Horizontal", "Brg" for "Bearing" (as
2596 #. in Compass bearing)
2597 #: ../src/mainfrm.cc:2302
2598 #: n:374
2599 #, c-format
2600 msgid "%s: H %.2f%s, Brg %03d%s"
2601 msgstr "%s: H %.2f%s, Azim %03d%s"
2603 #. TRANSLATORS: "V" is short for "Vertical"
2604 #: ../src/mainfrm.cc:2335
2605 #: n:375
2606 #, c-format
2607 msgid "%s: V %.2f%s"
2608 msgstr "%s: V %.2f%s"
2610 #. TRANSLATORS: labels for tabbed side panel this is for the tab with the
2611 #. tree hierarchy of survey station names
2612 #: ../src/mainfrm.cc:1101
2613 #: n:376
2614 msgid "Surveys"
2615 msgstr "Topographies"
2617 #: ../src/mainfrm.cc:1102
2618 #: n:377
2619 msgid "Presentation"
2620 msgstr "Présentation"
2622 #. TRANSLATORS: In aven's survey tree, right-clicking on the root
2623 #. gives a pop-up menu and this is an option (but only enabled if
2624 #. the view is restricted to a subsurvey). It reloads the current
2625 #. survey file with the who survey visible.
2626 #: ../src/aventreectrl.cc:132
2627 #: n:245
2628 msgid "Show all"
2629 msgstr "Tout montrer"
2631 #. TRANSLATORS: In aven's survey tree, right-clicking on a survey
2632 #. name gives a pop-up menu and this is an option.  It reloads the
2633 #. current survey file with the view restricted to the survey
2634 #. clicked upon.
2635 #: ../src/aventreectrl.cc:146
2636 #: n:246
2637 msgid "Hide others"
2638 msgstr "Cacher les autres"
2640 #: ../src/mainfrm.cc:255
2641 #: n:378
2642 msgid "Easting"
2643 msgstr "Est"
2645 #: ../src/mainfrm.cc:256
2646 #: n:379
2647 msgid "Northing"
2648 msgstr "Nord"
2650 #. TRANSLATORS: Aven menu items.  An “&” goes before the letter of any
2651 #. accelerator key.
2653 #. The string "\t" separates the menu text and any accelerator key.
2655 #. "File" menu.  The accelerators must be different within this group.
2656 #. c.f. 201, 380, 381.
2657 #: ../src/mainfrm.cc:784
2658 #: n:220
2659 msgid "&Open...\tCtrl+O"
2660 msgstr "&Ouvrir...\tCtrl+O"
2662 #. TRANSLATORS: Open a "Terrain file" - i.e. a digital model of the
2663 #. terrain.
2664 #: ../src/mainfrm.cc:787
2665 #: n:453
2666 msgid "Open &Terrain..."
2667 msgstr "Ouverture d’un &Terrain..."
2669 #: ../src/mainfrm.cc:788
2670 #: n:144
2671 msgid "Show &Log"
2672 msgstr "Afficher &Journal"
2674 #: ../src/mainfrm.cc:791
2675 #: n:380
2676 msgid "&Print...\tCtrl+P"
2677 msgstr "&Imprimer...\tCtrl+P"
2679 #: ../src/mainfrm.cc:792
2680 #: n:381
2681 msgid "P&age Setup..."
2682 msgstr "Configurer la &page..."
2684 #. TRANSLATORS: In the "File" menu
2685 #: ../src/mainfrm.cc:795
2686 #: n:201
2687 msgid "&Screenshot..."
2688 msgstr "&Copie d’écran..."
2690 #. TRANSLATORS: In the "File" menu - c.f. n:191
2691 #: ../src/mainfrm.cc:798
2692 #: n:247
2693 msgid "E&xtended Elevation..."
2694 msgstr "Coupe &Développée..."
2696 #: ../src/mainfrm.cc:796
2697 #: n:382
2698 msgid "&Export as..."
2699 msgstr "&Exporter sous..."
2701 #. TRANSLATORS: Title of file dialog to choose name and type of exported
2702 #. file.
2703 #: ../src/printing.cc:722
2704 #: n:401
2705 msgid "Export as:"
2706 msgstr "Exporter en tant que:"
2708 #. TRANSLATORS: Title of the export
2709 #. dialog
2710 #: ../src/printing.cc:359
2711 #: n:383
2712 msgid "Export"
2713 msgstr "Exporter"
2715 #. TRANSLATORS: for about box:
2716 #: ../src/aboutdlg.cc:141
2717 #: n:390
2718 msgid "System Information:"
2719 msgstr "Système d’information:"
2721 #. TRANSLATORS: Title of the print preview dialog
2722 #: ../src/printing.cc:760
2723 #: n:398
2724 msgid "Print Preview"
2725 msgstr "Aperçu avant impression"
2727 #. TRANSLATORS: Title of the print
2728 #. dialog
2729 #: ../src/printing.cc:356
2730 #: n:399
2731 msgid "Print"
2732 msgstr "Imprimer"
2734 #: ../src/printing.cc:654
2735 #: n:400
2736 msgid "&Print..."
2737 msgstr "&Imprimer..."
2739 #. TRANSLATORS: Here a "survey leg" is a set of measurements between two
2740 #. "survey stations".
2741 #: ../src/printing.cc:531
2742 #: n:403
2743 msgid "Sur&face Survey Legs"
2744 msgstr "Segments de topographie en Sur&face"
2746 #. TRANSLATORS: Title of dialog to edit a waypoint in a presentation.
2747 #: ../src/mainfrm.cc:142
2748 #: n:404
2749 msgid "Edit Waypoint"
2750 msgstr "Éditer un waypoint"
2752 #. TRANSLATORS: Note after "Scale" field in dialog to edit a waypoint
2753 #. in a presentation.
2754 #: ../src/mainfrm.cc:181
2755 #: n:278
2756 msgid " (unused in perspective view)"
2757 msgstr " (non utilisé dans la vue en perspective)"
2759 #. TRANSLATORS: Field label in dialog to edit a waypoint in a
2760 #. presentation.
2761 #: ../src/mainfrm.cc:188
2762 #: n:279
2763 msgid "Time: "
2764 msgstr "Temps: "
2766 #. TRANSLATORS: units+info after time field in dialog to edit a
2767 #. waypoint in a presentation.
2768 #: ../src/mainfrm.cc:192
2769 #: n:282
2770 msgid " secs (0 = auto; *6 = 6 times auto)"
2771 msgstr " secs (0 = auto; *6 = 6 fois auto)"
2773 #. TRANSLATORS: %s will be replaced with "Aven" currently (and
2774 #. perhaps by "Survex" or other things in future).
2775 #: ../src/aven.cc:297
2776 #: n:405
2777 #, c-format
2778 msgid "This version of %s requires OpenGL to work, but it isn’t available."
2779 msgstr "Cette version de %s a besoin d’OpenGL pour fonctionner, mais il n’est pas disponible."
2781 #: ../src/readval.c:348
2782 #: n:392
2783 msgid "Separator in survey name"
2784 msgstr "Séparateur dans le nom de la topographie"
2786 #. TRANSLATORS: Used in place of the station name when talking about an
2787 #. anonymous station.
2788 #: ../src/labelinfo.h:82
2789 #: n:56
2790 msgid "anonymous station"
2791 msgstr "station anonyme"
2793 #: ../src/readval.c:122
2794 #: ../src/readval.c:138
2795 #: ../src/readval.c:156
2796 #: n:3
2797 msgid "Can't have a leg between two anonymous stations"
2798 msgstr "Impossible d'avoir une visée entre deux stations anonymes"
2800 #: ../src/mainfrm.cc:875
2801 #: ../src/printing.cc:535
2802 #: n:406
2803 msgid "Spla&y Legs"
2804 msgstr "Visées l&atérales"
2806 #. TRANSLATORS: Item in the "Splay Legs" submenu - if this is selected,
2807 #. splay legs are not shown.
2808 #: ../src/mainfrm.cc:867
2809 #: n:407
2810 msgid "&Hide"
2811 msgstr "Mas&quer"
2813 #. TRANSLATORS: Item in the "Splay Legs" submenu - if this is selected,
2814 #. aven will show splay legs with less bright colours (rather than the
2815 #. same as other legs "Show" or not shown "Hide").
2816 #: ../src/mainfrm.cc:871
2817 #: n:408
2818 msgid "&Fade"
2819 msgstr "&Obscurcir"
2821 #. TRANSLATORS: Item in the "Splay Legs" submenu - if this is selected,
2822 #. splay legs are shown the same as other legs.
2823 #: ../src/mainfrm.cc:874
2824 #: n:409
2825 msgid "&Show"
2826 msgstr "&Montrer"
2828 #: ../src/extend.c:581
2829 #: n:105
2830 msgid "Reading in data - please wait…"
2831 msgstr "Lecture de données - attendez S.V.P. …"
2833 #. TRANSLATORS: for extend: the user specified breaking a loop or
2834 #. changing extend direction at this station, but we didn’t find it in
2835 #. the 3d file
2836 #: ../src/extend.c:267
2837 #: ../src/extend.c:286
2838 #: ../src/extend.c:333
2839 #: ../src/extend.c:377
2840 #: ../src/extend.c:421
2841 #: n:510
2842 #, c-format
2843 msgid "Failed to find station %s"
2844 msgstr "La station %s n’a pas été trouvée"
2846 #. TRANSLATORS: for extend: the user specified breaking a loop or
2847 #. changing extend direction at this leg, but we didn’t find it in the
2848 #. 3d file
2849 #: ../src/extend.c:313
2850 #: ../src/extend.c:357
2851 #: ../src/extend.c:401
2852 #: ../src/extend.c:446
2853 #: n:511
2854 #, c-format
2855 msgid "Failed to find leg %s → %s"
2856 msgstr "Visée %s → %s non trouvé"
2858 #. TRANSLATORS: for extend: "extend" is starting to produce an extended elevation from station %s
2859 #: ../src/extend.c:258
2860 #: n:512
2861 #, c-format
2862 msgid "Starting from station %s"
2863 msgstr "Début à la station %s"
2865 #. TRANSLATORS: for extend:
2866 #: ../src/extend.c:279
2867 #: n:513
2868 #, c-format
2869 msgid "Extending to the left from station %s"
2870 msgstr "Extension vers la gauche en partant de la station %s"
2872 #. TRANSLATORS: for extend:
2873 #: ../src/extend.c:326
2874 #: n:514
2875 #, c-format
2876 msgid "Extending to the right from station %s"
2877 msgstr "Extension vers la droite en partant de la station %s"
2879 #. TRANSLATORS: for extend:
2880 #: ../src/extend.c:300
2881 #: n:515
2882 #, c-format
2883 msgid "Extending to the left from leg %s → %s"
2884 msgstr "Extension vers la gauche en partant de la visée %s → %s"
2886 #. TRANSLATORS: for extend:
2887 #: ../src/extend.c:347
2888 #: n:516
2889 #, c-format
2890 msgid "Extending to the right from leg %s → %s"
2891 msgstr "Extension vers la droite en partant de la visée %s → %s"
2893 #. TRANSLATORS: for extend:
2894 #: ../src/extend.c:414
2895 #: n:517
2896 #, c-format
2897 msgid "Breaking survey loop at station %s"
2898 msgstr "Coupure de la boucle à la station %s"
2900 #. TRANSLATORS: for extend:
2901 #: ../src/extend.c:436
2902 #: n:518
2903 #, c-format
2904 msgid "Breaking survey loop at leg %s → %s"
2905 msgstr "Coupure de la boucle à la visée %s → %s"
2907 #. TRANSLATORS: for extend:
2908 #: ../src/extend.c:370
2909 #: n:519
2910 #, c-format
2911 msgid "Swapping extend direction from station %s"
2912 msgstr "Change la direction de la coupe développée à partir de la station %s"
2914 #. TRANSLATORS: for extend:
2915 #: ../src/extend.c:391
2916 #: n:520
2917 #, c-format
2918 msgid "Swapping extend direction from leg %s → %s"
2919 msgstr "Change la direction de la coupe développée à partir de la visée %s → %s"
2921 #. TRANSLATORS: for extend:
2922 #: ../src/extend.c:625
2923 #: n:521
2924 #, c-format
2925 msgid "Applying specfile: “%s”"
2926 msgstr "Application du fichier de spécification: “%s”"
2928 #. TRANSLATORS: for extend:
2929 #. Used to tell the user that a file is being written - %s is the filename
2930 #: ../src/extend.c:649
2931 #: n:522
2932 #, c-format
2933 msgid "Writing %s…"
2934 msgstr "Écriture de %s…"
2936 #. TRANSLATORS: --help output for sorterr --horizontal option
2937 #: ../src/sorterr.c:53
2938 #: n:179
2939 msgid "sort by horizontal error factor"
2940 msgstr "trier par facteur d’erreur horizontal"
2942 #. TRANSLATORS: --help output for sorterr --vertical option
2943 #: ../src/sorterr.c:55
2944 #: n:180
2945 msgid "sort by vertical error factor"
2946 msgstr "trier par facteur d’erreur vertical"
2948 #. TRANSLATORS: --help output for sorterr --percentage option
2949 #: ../src/sorterr.c:57
2950 #: n:181
2951 msgid "sort by percentage error"
2952 msgstr "trier par pourcentage d’erreur"
2954 #. TRANSLATORS: --help output for sorterr --per-leg option
2955 #: ../src/sorterr.c:59
2956 #: n:182
2957 msgid "sort by error per leg"
2958 msgstr "trier par erreur par visée"
2960 #. TRANSLATORS: --help output for sorterr --replace option
2961 #: ../src/sorterr.c:61
2962 #: n:183
2963 msgid "replace .err file with resorted version"
2964 msgstr "remplacer le fichier .err par la version assortie"
2966 #: ../src/sorterr.c:81
2967 #: ../src/sorterr.c:98
2968 #: ../src/sorterr.c:170
2969 #: n:112
2970 msgid "Couldn’t parse .err file"
2971 msgstr "La lecture du fichier .err a échoué"
2973 #. TRANSLATORS: for diffpos:
2974 #: ../src/diffpos.c:159
2975 #: n:500
2976 #, c-format
2977 msgid "Moved by (%3.2f,%3.2f,%3.2f): %s"
2978 msgstr "Déplacement de (%3.2f,%3.2f,%3.2f): %s"
2980 #. TRANSLATORS: for diffpos:
2981 #: ../src/diffpos.c:196
2982 #: n:501
2983 #, c-format
2984 msgid "Added: %s"
2985 msgstr "Ajout de: %s"
2987 #. TRANSLATORS: for diffpos:
2988 #: ../src/diffpos.c:219
2989 #: n:502
2990 #, c-format
2991 msgid "Deleted: %s"
2992 msgstr "Effacé: %s"
2994 #. TRANSLATORS: The first of two warnings given when a survey which has
2995 #. already been completed is reentered.  This example file crawl.svx:
2997 #. *begin crawl     ; <- second warning here
2998 #. 1 2 9.45 234 -01
2999 #. *end crawl
3000 #. *begin crawl     ; <- first warning here
3001 #. 2 3 7.67 223 -03
3002 #. *end crawl
3004 #. Would lead to:
3006 #. crawl.svx:4: Reentering an existing survey is deprecated
3007 #. crawl.svx:1: Originally entered here
3009 #. If you're unsure what "deprecated" means, see:
3010 #. https://en.wikipedia.org/wiki/Deprecation
3011 #: ../src/commands.c:596
3012 #: n:29
3013 msgid "Reentering an existing survey is deprecated"
3014 msgstr "Ré-utiliser un même nom de topographie n’est plus supporté"
3016 #. TRANSLATORS: The second of two warnings given when a survey which has
3017 #. already been completed is reentered.  This example file crawl.svx:
3019 #. *begin crawl
3020 #. 1 2 9.45 234 -01 # <- second warning here
3021 #. *end crawl
3022 #. *begin crawl     # <- first warning here
3023 #. 2 3 7.67 223 -03
3024 #. *end crawl
3026 #. Would lead to:
3028 #. crawl.svx:3: Reentering an existing survey is deprecated
3029 #. crawl.svx:1: Originally entered here
3031 #. If you're unsure what "deprecated" means, see:
3032 #. https://en.wikipedia.org/wiki/Deprecation
3033 #: ../src/commands.c:615
3034 #: n:30
3035 msgid "Originally entered here"
3036 msgstr "Première utilisation du nom de topographie ici"
3038 #. TRANSLATORS: Use of the ROOT character (which is "\" by default) is
3039 #. deprecated, so this error would be generated by:
3041 #. *equate \foo.7 1
3043 #. If you're unsure what "deprecated" means, see:
3044 #. https://en.wikipedia.org/wiki/Deprecation
3045 #: ../src/commands.c:513
3046 #: ../src/readval.c:86
3047 #: ../src/readval.c:90
3048 #: n:25
3049 msgid "ROOT is deprecated"
3050 msgstr "ROOT n’est plus utilisé"
3052 #. TRANSLATORS: --help output for dump3d --rewind option
3053 #: ../src/dump3d.c:51
3054 #: n:204
3055 msgid "rewind file and read it a second time"
3056 msgstr "rembobiner le fichier et le lire une seconde fois"
3058 #: ../src/dump3d.c:52
3059 #: n:396
3060 msgid "show survey date information (if present)"
3061 msgstr "montrer la date de la topographie (si présente)"
3063 #: ../src/findentrances.cc:111
3064 #: ../src/gfxcore.cc:2743
3065 #: ../src/gpx.cc:70
3066 #: ../src/kml.cc:69
3067 #: n:287
3068 #, c-format
3069 msgid "Failed to initialise input coordinate system “%s”"
3070 msgstr "Échec à l'initialisation du système de coordonnées d’entrée “%s”"
3072 #: ../src/findentrances.cc:114
3073 #: ../src/gfxcore.cc:2749
3074 #: ../src/gpx.cc:75
3075 #: ../src/kml.cc:74
3076 #: n:288
3077 #, c-format
3078 msgid "Failed to initialise output coordinate system “%s”"
3079 msgstr "Échec à l'initialisation du système de coordonnées de sortie “%s”"
3081 #: ../src/findentrances.cc:169
3082 #: n:388
3083 msgid "-d PROJ_DATUM 3D_FILE"
3084 msgstr "-d PROJ_DATUM FICHIER_3D"
3086 #. TRANSLATORS: The PROJ library is used to do coordinate transformations
3087 #. (https://trac.osgeo.org/proj/) - the user passes a string to tell PROJ
3088 #. what the input datum is.
3089 #: ../src/findentrances.cc:160
3090 #: n:389
3091 msgid "input datum as string to pass to PROJ"
3092 msgstr "données (chaine de caractères) à passer à PROJ"
3094 #. TRANSLATORS: The PROJ library is used to do coordinate
3095 #. transformations (https://trac.osgeo.org/proj/) - if the .3d file
3096 #. doesn't contain details of the coordinate projection in use, the
3097 #. user must specify it here for export formats which need to know it
3098 #. (e.g. GPX).
3099 #: ../src/printing.cc:614
3100 #: n:440
3101 msgid "Coordinate projection"
3102 msgstr "Projection des coordonnées"
3104 #: ../src/cad3d.c:661
3105 #: n:100
3106 msgid "do not generate station markers"
3107 msgstr "Ne pas générer de marqueurs station"
3109 #: ../src/cad3d.c:662
3110 #: n:101
3111 msgid "do not generate station labels"
3112 msgstr "Ne pas générer d'étiquettes station"
3114 #: ../src/cad3d.c:663
3115 #: n:102
3116 msgid "do not generate survey legs"
3117 msgstr "Ne pas générer de visées"
3119 #: ../src/cad3d.c:667
3120 #: n:103
3121 msgid "produce an elevation view"
3122 msgstr "Produire une vue en élévation"
3124 #: ../src/cad3d.c:664
3125 #: n:148
3126 #, c-format
3127 msgid "generate grid (default %sm)"
3128 msgstr "générer une grille (%sm par défaut)"
3130 #: ../src/cad3d.c:665
3131 #: n:149
3132 #, c-format
3133 msgid "station labels text height (default %s)"
3134 msgstr "hauteur du texte dans les étiquettes station (%s par défaut)"
3136 #: ../src/cad3d.c:666
3137 #: n:152
3138 #, c-format
3139 msgid "station marker size (default %s)"
3140 msgstr "taille des marqueurs station (%s par défaut)"
3142 #: ../src/cad3d.c:668
3143 #: n:155
3144 #, c-format
3145 msgid "factor to scale down by (default %s)"
3146 msgstr "Facteur de réduction (%s par défaut)"
3148 #: ../src/cad3d.c:669
3149 #: n:156
3150 msgid "produce DXF output"
3151 msgstr "Produire une sortie DXF"
3153 #. TRANSLATORS: "Skencil" is the name of a software package, so should not be
3154 #. translated.
3155 #: ../src/cad3d.c:672
3156 #: n:158
3157 msgid "produce Skencil output"
3158 msgstr "Produire une sortie Skencil"
3160 #. TRANSLATORS: "Compass" and "Carto" are the names of software packages,
3161 #. so should not be translated.
3162 #: ../src/cad3d.c:675
3163 #: n:159
3164 msgid "produce Compass PLT output for Carto"
3165 msgstr "Produire une sortie PLT Compass pour Carto"
3167 #: ../src/cad3d.c:676
3168 #: n:160
3169 msgid "produce SVG output"
3170 msgstr "Produire une sortie SVG"
3172 #, c-format
3173 #~ msgid "Error in format of font file “%s”"
3174 #~ msgstr "Erreur dans le format du fichier de fontes “%s”"
3176 #. TRANSLATORS: Show the terrain as solid rather than transparent.
3177 #~ msgid "Solid Su&rface"
3178 #~ msgstr "Surface S&olide"
3180 #. TRANSLATORS: number of stations found matching search
3181 #, c-format
3182 #~ msgid "%d found"
3183 #~ msgstr "%d trouvée(s)"
3185 #: ../src/mainfrm.cc:923
3186 #: n:347
3187 #~ msgid "&Preferences..."
3188 #~ msgstr "&Préférences..."
3190 #: n:348
3191 #~ msgid "Draw passage walls"
3192 #~ msgstr "Déssiner les parois"
3194 #: n:349
3195 #~ msgid "Estimate LRUD readings based on heuristics"
3196 #~ msgstr "Estimation heuristique des dimensions de galerie"
3198 #: n:350
3199 #~ msgid "Mark survey stations with crosses"
3200 #~ msgstr "Marquer les stations par une croix"
3202 #: n:351
3203 #~ msgid "Highlight stations marked as entrances"
3204 #~ msgstr "Montrer les entrées"
3206 #: n:352
3207 #~ msgid "Highlight stations marked as fixed points"
3208 #~ msgstr "Montrer les points fixes"
3210 #: n:353
3211 #~ msgid "Highlight stations which are exported"
3212 #~ msgstr "Montrer les stations exportées"
3214 #: n:354
3215 #~ msgid "Mark survey stations with their names"
3216 #~ msgstr "Afficher les stations par leurs noms"
3218 #: n:355
3219 #~ msgid "Allow names to overlap on the display (faster)"
3220 #~ msgstr "Permettre aux noms de se recouvrir (affichage plus rapide)"
3222 #. TRANSLATORS: Here a "survey leg" is a set of measurements between two
3223 #. "survey stations".
3224 #: n:357
3225 #~ msgid "Display underground survey legs"
3226 #~ msgstr "Afficher les visées sous-terraines"
3228 #. TRANSLATORS: Here a "survey leg" is a set of measurements between two
3229 #. "survey stations".
3230 #: n:358
3231 #~ msgid "Display surface survey legs"
3232 #~ msgstr "Afficher les visées de surface"
3234 #: n:359
3235 #~ msgid "Colour surface surveys by depth"
3236 #~ msgstr "Couleur de la topographie de surface en fonction de l’altitude"
3238 #: n:360
3239 #~ msgid "Draw surface legs with dashed lines"
3240 #~ msgstr "Représenter les visées de surfaces par des pointillés"
3242 #: n:361
3243 #~ msgid "Draw a grid"
3244 #~ msgstr "Afficher une grille"
3246 #: n:362
3247 #~ msgid "metric units"
3248 #~ msgstr "mètres"
3250 #. TRANSLATORS: Miles, Feet, Inches, etc.  What they call "English units" in
3251 #. the USA (rather confusingly now that England has largely gone metric!)
3252 #: n:363
3253 #~ msgid "imperial units"
3254 #~ msgstr "mesures anglaises"
3256 #. TRANSLATORS: Degrees are the angular measurement where there are 360 in a
3257 #. full circle.
3258 #: n:364
3259 #~ msgid "degrees (°)"
3260 #~ msgstr "degrés (°)"
3262 #. TRANSLATORS: Grads are the angular measurement where there are 400 in a
3263 #. full circle.
3264 #: n:365
3265 #~ msgid "grads"
3266 #~ msgstr "grades"
3268 #: n:366
3269 #~ msgid "Display measurements in"
3270 #~ msgstr "Afficher les distances en"
3272 #: n:367
3273 #~ msgid "Display angles in"
3274 #~ msgstr "Afficher les angles en"
3276 #. TRANSLATORS: reverses the sense of the mouse controls
3277 #: n:368
3278 #~ msgid "Reverse the sense of the controls"
3279 #~ msgstr "Inverser le sens des contrôles"
3281 #: n:369
3282 #~ msgid "Display scale bar"
3283 #~ msgstr "Afficher l’échelle"
3285 #: n:370
3286 #~ msgid "Display depth bar"
3287 #~ msgstr "Afficher la barre de profondeur"
3289 #: n:371
3290 #~ msgid "Display compass"
3291 #~ msgstr "Afficher la boussole"
3293 #: n:372
3294 #~ msgid "Display clinometer"
3295 #~ msgstr "Afficher le clinomètre"
3297 #: n:373
3298 #~ msgid "Display side panel"
3299 #~ msgstr "Afficher le panneau latéral"