OSDN Git Service

dc28fc5bc0d709115ffed1cdc47978cf31e4fd6b
[pf3gnuchains/gcc-fork.git] / libcpp / po / fr.po
1 # Messages français pour GNU concernant gcc.
2 # Copyright © 2001 Free Software Foundation, Inc.
3 # Michel Robitaille <robitail@IRO.UMontreal.CA>, traducteur depuis/since 1996.
4 #
5 # Vocabulaire utilisé
6 #       lvalue          = membre gauche
7 #       deprecated      = obsolète
8 #       out of range    = hors des limites
9 #       range           = gamme
10 #       scope           = porté, champ
11 #       shadowing       = masquer
12 #       embedded PIC    = PIC enchâssé
13 #       CPU             = processeur
14 #       structure with flexible member
15 #                       = structure ayant un membre flexible
16 #       flag            = fanion
17 #       forward declaration
18 #                       = déclaration anticipée
19 #       token           = élément lexical (dans le contexte du parsing)
20 #       to subscript    = indicer
21 #       top-level       = hors de toute fonction
22 #       member function = fonction membre
23 #
24 # Pas traduit:
25 #       thread
26 #
27 # J'ai des doutes pour :
28 #       inline          = enligne (pas systématiquement)
29 #                         oui dans le contexte du langage C par exemple MR
30 #                         non autrement ...de manière générale MR
31 #       section attribute       attribut de section OK MR
32 #       wide char               caractère long  ...non mieux caractère large MR 
33 #                               plus conforme à l'esprit.
34 #
35 # ------
36 #       literals                littéral, ou mot composé ?
37 # msgid "ISO C89 forbids compound literals"
38 # msgstr "le C89 ISO interdit les mots composés"
39 #
40 #       symbol table            table des symboles ou table de symbole
41 #       command map             carte des commandes
42 #       Combiner                combinateur
43 # msgid ""
44 # ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
45 # ";; %d successes.\n"
46 # "\n"
47 # msgstr ""
48 # ";; Statistiques du combinateur : %d tentatives, %d substitutions (%d requérant un nouvel espace),\n"
49 # ";; %d succès.\n"
50 # "\n"
51 #
52 #       promote                 promouvoir
53 # msgid "the left operand of \"%s\" changes sign when promoted"
54 # msgstr "L'opérande gauche de « %s » change de signe lors de sa promotion"
55 #
56 #        include guards        ???
57 # msgid "Multiple include guards may be useful for:\n"
58 # msgstr "De multiples balises pour les inclusions peuvent être utiles pour :\n"
59 #
60 #
61 #        universal-character-name ???
62 # msgid "incomplete universal-character-name"
63 # msgid "non-hex digit '%c' in universal-character-name"
64 # msgid "universal-character-name on EBCDIC target"
65 #
66 #       poisoning                       empoisonnement
67 # msgid "poisoning existing macro \"%s\""
68 # msgstr "empoisonnement de la macro existente « %s »"
69 # MR  9-jan 2004: poisoning etc... transformé par corruption corrompu etc..
70 # MR 24-mai 2004: poison etc...suite au msg concernant le #pragma once et #pragma poison 
71 #
72 # Autres règles:
73 #       - j'ai ajouté un adjectif par rapport à l'anglais si le message est
74 #         une phrase avec verbe conjugé. 
75 #       - ISO est considéré comme un adjectif dans « C ISO »
76 #         
77 # Erreurs corrigées:
78 #       librairies, assumer
79 #
80 # A faire:
81 #   - s/en ligne/en-ligne/  modifié 9-janv-2004 MR
82 #   - s/en-ligne/enligne/  modifié 18-février-2004 MR pcq expression ou terme enlignage vs inlining
83 #   - hors gamme  a été changé pour hors limite ...MR 09-jan-2004
84 #   - literal
85 #   - chaîne de format => formatage
86 #   - scope
87 #   - supporté est un faux ami
88 #
89 # A rapporter upstream:
90 # <<<<<<<<
91 # In c-opts.c, begining line 1732, a lot of options are of the kind:
92 #    "  -W[no-]trigraphs          Warn if trigraphs are encountered\n"
93 # I guess it would be better to change them all to something like
94 #    "  -W[no-]trigraphs          Warn [or not] if trigraphs are encountered\n"
95 #
96 #
97 # #: c-opts.c:1759
98 # "  -MP\t\t\t    Generate phony targets for all headers\n"
99 # you may want to change the \t to spaces, as it is done for the other lines.
100 #
101 # #: c-typeck.c:3166 c-typeck.c:4632 c-typeck.c:4648 c-typeck.c:4664
102 # #: final.c:3146 final.c:3148 gcc.c:4397 rtl-error.c:122 toplev.c:1694
103 # #: config/cris/cris.c:529 cp/typeck.c:4341 java/expr.c:364 java/verify.c:1467
104 # #: java/verify.c:1468 java/verify.c:1483
105 # #, c-format
106 # msgid "%s"
107 # msgstr "%s"
108 #
109 # Are you sure you want to translate the messages in cfgrtl.c, or are they
110 #  debugging informations ?
111 #
112 # You may want to use ngettext instead of putting (s) in text.
113 # msgid "null character(s) preserved in literal"
114 #
115 # >>>>>>>>>
116 #
117 msgid ""
118 msgstr ""
119 "Project-Id-Version: GNU cpplib 4.0-b20041128\n"
120 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
121 "POT-Creation-Date: 2005-04-20 21:43-0700\n"
122 "PO-Revision-Date: 2004-12-02 20:00-0500\n"
123 "Last-Translator: Michel Robitaille <robitail@IRO.UMontreal.CA>\n"
124 "Language-Team: French <traduc@traduc.org>\n"
125 "MIME-Version: 1.0\n"
126 "Content-Type: text/plain; charset=ISO-8859-1\n"
127 "Content-Transfer-Encoding: 8-bit\n"
128 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
129
130 #: charset.c:655
131 #, c-format
132 msgid "conversion from %s to %s not supported by iconv"
133 msgstr "conversion de %s vers %s n'est pas supporté par iconv"
134
135 #: charset.c:658
136 msgid "iconv_open"
137 msgstr "iconv_open"
138
139 #: charset.c:666
140 #, c-format
141 msgid "no iconv implementation, cannot convert from %s to %s"
142 msgstr "pas d'implantation iconv, ne peut convertir de %s vers %s"
143
144 #: charset.c:743
145 #, fuzzy, c-format
146 msgid "character 0x%lx is not in the basic source character set\n"
147 msgstr "conversion UCN vers le jeu source de caractères"
148
149 #: charset.c:760 charset.c:1243
150 msgid "converting to execution character set"
151 msgstr "conversion vers un jeu d'exécution de caractères"
152
153 #: charset.c:766
154 #, fuzzy, c-format
155 msgid "character 0x%lx is not unibyte in execution character set"
156 msgstr "conversion vers un jeu d'exécution de caractères"
157
158 #: charset.c:865
159 msgid "universal character names are only valid in C++ and C99"
160 msgstr "noms de caractère universel sont seulement valides en C++ et C89"
161
162 #: charset.c:868
163 #, c-format
164 msgid "the meaning of '\\%c' is different in traditional C"
165 msgstr "la signification de « \\%c » est différente en C traditionel"
166
167 # FIXME
168 #: charset.c:894
169 #, c-format
170 msgid "incomplete universal character name %.*s"
171 msgstr "nom de caractère universel incomplet %.*s"
172
173 #: charset.c:906
174 #, c-format
175 msgid "%.*s is not a valid universal character"
176 msgstr "%.*s n'est pas un caractère universel valide"
177
178 #: charset.c:916
179 #, c-format
180 msgid "universal character %.*s is not valid in an identifier"
181 msgstr "caractère universel %.*s n'est pas valide dans un identificcateur"
182
183 #: charset.c:920
184 #, c-format
185 msgid "universal character %.*s is not valid at the start of an identifier"
186 msgstr "caractère universel %.*s n'est pas valide au début d'un identificcateur"
187
188 #: charset.c:953
189 msgid "converting UCN to source character set"
190 msgstr "conversion UCN vers le jeu source de caractères"
191
192 #: charset.c:957
193 msgid "converting UCN to execution character set"
194 msgstr "conversion UCN vers le jeu d'exécution de caractères"
195
196 #: charset.c:1029
197 msgid "the meaning of '\\x' is different in traditional C"
198 msgstr "la signification de « \\x » est différente en C traditionel"
199
200 #: charset.c:1046
201 msgid "\\x used with no following hex digits"
202 msgstr "\\x utilisé sans être suivi de chiffres en hexdécimal"
203
204 #: charset.c:1053
205 msgid "hex escape sequence out of range"
206 msgstr "séquence d'échappement hexadécimale hors limite"
207
208 #: charset.c:1092
209 msgid "octal escape sequence out of range"
210 msgstr "séquence d'échappement octale hors limite"
211
212 #: charset.c:1160
213 msgid "the meaning of '\\a' is different in traditional C"
214 msgstr "la signification de « \\a » est différente en C traditionel"
215
216 #: charset.c:1167
217 #, c-format
218 msgid "non-ISO-standard escape sequence, '\\%c'"
219 msgstr "séquence d'échappement « \\%c » non conforme au standard ISO"
220
221 #: charset.c:1175
222 #, c-format
223 msgid "unknown escape sequence '\\%c'"
224 msgstr "séquence d'échappement « \\%c » inconnue"
225
226 #: charset.c:1178
227 #, c-format
228 msgid "unknown escape sequence: '\\%03o'"
229 msgstr "séquence d'échappement « \\%03o » inconnue"
230
231 #: charset.c:1184
232 msgid "converting escape sequence to execution character set"
233 msgstr "conversion d'une séquence d'échappement vers un jeu d'exécution de caractères"
234
235 #: charset.c:1306 charset.c:1369
236 msgid "character constant too long for its type"
237 msgstr "constante caractère trop longue pour son type"
238
239 #: charset.c:1309
240 msgid "multi-character character constant"
241 msgstr "constante caractère multi-caractères"
242
243 #: charset.c:1401
244 msgid "empty character constant"
245 msgstr "constante caractère vide"
246
247 #: charset.c:1450
248 #, c-format
249 msgid "failure to convert %s to %s"
250 msgstr "échec de conversion de %s vers %s"
251
252 #: directives.c:216
253 #, c-format
254 msgid "extra tokens at end of #%s directive"
255 msgstr "éléments lexicaux superflus à la fin de la directive #%s"
256
257 #: directives.c:303
258 #, c-format
259 msgid "#%s is a GCC extension"
260 msgstr "#%s est une extension GCC"
261
262 #: directives.c:315
263 msgid "suggest not using #elif in traditional C"
264 msgstr "il est suggéré de ne pas utiliser #elif en C traditionnel"
265
266 #: directives.c:318
267 #, c-format
268 msgid "traditional C ignores #%s with the # indented"
269 msgstr "le C traditionel ignore la directive #%s si le caractère # est indenté"
270
271 #: directives.c:322
272 #, c-format
273 msgid "suggest hiding #%s from traditional C with an indented #"
274 msgstr "il est suggéré de cacher #%s au C traditionel en indentant le « # »"
275
276 #: directives.c:348
277 msgid "embedding a directive within macro arguments is not portable"
278 msgstr "placer une directive dans les arguments d'une macro n'est pas portable"
279
280 #: directives.c:368
281 msgid "style of line directive is a GCC extension"
282 msgstr "la directive de style de ligne est extension GCC"
283
284 #: directives.c:418
285 #, c-format
286 msgid "invalid preprocessing directive #%s"
287 msgstr "directive de pré-traitement #%s invalide"
288
289 #: directives.c:489
290 msgid "\"defined\" cannot be used as a macro name"
291 msgstr "« defined » ne peut être utilisé comme nom de macro"
292
293 #: directives.c:495
294 #, c-format
295 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
296 msgstr "« %s » ne peut être utilisé comme nom de macro car c'est un opérateur en C++"
297
298 #: directives.c:498
299 #, c-format
300 msgid "no macro name given in #%s directive"
301 msgstr "aucun nom de macro donné dans la directive #%s"
302
303 #: directives.c:501
304 msgid "macro names must be identifiers"
305 msgstr "les noms de macro doivent être des identificateurs"
306
307 #: directives.c:542
308 #, c-format
309 msgid "undefining \"%s\""
310 msgstr "indéfinition de « %s »"
311
312 #: directives.c:597
313 msgid "missing terminating > character"
314 msgstr "caractère > de terminaison manquant"
315
316 #: directives.c:650
317 #, c-format
318 msgid "#%s expects \"FILENAME\" or <FILENAME>"
319 msgstr "#%s attend \"NOM_DE_FICHIER\" ou <NOM_DE_FICHIER>"
320
321 #: directives.c:673
322 #, fuzzy, c-format
323 msgid "empty filename in #%s"
324 msgstr "modes incompatibles dans %s"
325
326 #: directives.c:681
327 msgid "#include nested too deeply"
328 msgstr "#include imbriqué trop profondément"
329
330 #: directives.c:719
331 msgid "#include_next in primary source file"
332 msgstr "#include_next dans un fichier source primaire"
333
334 #: directives.c:745
335 #, c-format
336 msgid "invalid flag \"%s\" in line directive"
337 msgstr "fanion « %s » invalide dans la ligne de directive"
338
339 #: directives.c:797
340 #, c-format
341 msgid "\"%s\" after #line is not a positive integer"
342 msgstr "« %s » après #line n'est pas un nombre entier positif"
343
344 #: directives.c:803
345 msgid "line number out of range"
346 msgstr "numéro de ligne hors limite"
347
348 #: directives.c:816 directives.c:893
349 #, c-format
350 msgid "\"%s\" is not a valid filename"
351 msgstr "« %s » n'est pas un nom de fichier valide"
352
353 #: directives.c:853
354 #, c-format
355 msgid "\"%s\" after # is not a positive integer"
356 msgstr "« %s » après # n'est pas un nombre entier positif"
357
358 #: directives.c:955
359 msgid "invalid #ident directive"
360 msgstr "directive #ident invalide"
361
362 # FIXME
363 #: directives.c:1043
364 #, c-format
365 msgid "registering \"%s\" as both a pragma and a pragma namespace"
366 msgstr "enregistrement de \"%s\" à la fois comme une pragma et un espace de nom de pragma"
367
368 #: directives.c:1046
369 #, c-format
370 msgid "#pragma %s %s is already registered"
371 msgstr "la #pragma %s %s est déjà enregistrée"
372
373 #: directives.c:1049
374 #, c-format
375 msgid "#pragma %s is already registered"
376 msgstr "la #pragma %s est déjà enregistrée"
377
378 # FIXME
379 #: directives.c:1249
380 msgid "#pragma once in main file"
381 msgstr "#pragma once utilisée une seule fois dans le fichier principal"
382
383 # FIXME
384 #: directives.c:1272
385 msgid "invalid #pragma GCC poison directive"
386 msgstr "la directive GCC #pragma poison est invalide"
387
388 # FIXME
389 #: directives.c:1281
390 #, c-format
391 msgid "poisoning existing macro \"%s\""
392 msgstr "élimination de la macro existente « %s »"
393
394 #: directives.c:1302
395 msgid "#pragma system_header ignored outside include file"
396 msgstr "#pragma system_header ignorée en dehors du fichier d'inclusion"
397
398 #: directives.c:1326
399 #, c-format
400 msgid "cannot find source file %s"
401 msgstr "impossible de trouver le fichier source %s"
402
403 #: directives.c:1330
404 #, c-format
405 msgid "current file is older than %s"
406 msgstr "le fichier courant est plus vieux que %s"
407
408 #: directives.c:1444
409 msgid "_Pragma takes a parenthesized string literal"
410 msgstr "_Pragma prend une chaîne entourée de parenthèrese"
411
412 #: directives.c:1551
413 msgid "#else without #if"
414 msgstr "#else sans #if"
415
416 #: directives.c:1556
417 msgid "#else after #else"
418 msgstr "#else après #else"
419
420 #: directives.c:1558 directives.c:1591
421 msgid "the conditional began here"
422 msgstr "la condition débute ici"
423
424 #: directives.c:1584
425 msgid "#elif without #if"
426 msgstr "#elif sans #if"
427
428 #: directives.c:1589
429 msgid "#elif after #else"
430 msgstr "#elif après #else"
431
432 #: directives.c:1619
433 msgid "#endif without #if"
434 msgstr "#endif sans #if"
435
436 #: directives.c:1696
437 msgid "missing '(' after predicate"
438 msgstr "« ( » manquante après le prédicat"
439
440 #: directives.c:1711
441 msgid "missing ')' to complete answer"
442 msgstr "« ) » manquante pour completer la réponse"
443
444 #: directives.c:1731
445 msgid "predicate's answer is empty"
446 msgstr "la réponse du prédicat est vide"
447
448 #: directives.c:1758
449 msgid "assertion without predicate"
450 msgstr "assertion sans prédicat"
451
452 #: directives.c:1760
453 msgid "predicate must be an identifier"
454 msgstr "le prédicat doit être un identificateur"
455
456 # FIXME
457 #: directives.c:1846
458 #, c-format
459 msgid "\"%s\" re-asserted"
460 msgstr "« %s » re-asserti"
461
462 #: directives.c:2069
463 #, c-format
464 msgid "unterminated #%s"
465 msgstr "#%s non terminé"
466
467 #: errors.c:118
468 msgid "warning: "
469 msgstr "attention : "
470
471 #: errors.c:120
472 msgid "internal error: "
473 msgstr "erreur interne : "
474
475 #: errors.c:122
476 msgid "error: "
477 msgstr "erreur: "
478
479 #: errors.c:181
480 msgid "stdout"
481 msgstr "stdout"
482
483 #: errors.c:183
484 #, c-format
485 msgid "%s: %s"
486 msgstr "%s : %s"
487
488 #: expr.c:192
489 msgid "too many decimal points in number"
490 msgstr "trop de points décimaux dans le nombre"
491
492 #: expr.c:212
493 #, c-format
494 msgid "invalid digit \"%c\" in octal constant"
495 msgstr "chiffre « %c » invalide dans la constante en base 8"
496
497 #: expr.c:218
498 msgid "use of C99 hexadecimal floating constant"
499 msgstr "usage d'une constante hexadécimale constante à la C99"
500
501 #: expr.c:227
502 msgid "exponent has no digits"
503 msgstr "l'exposant n'a pas de chiffre"
504
505 #: expr.c:234
506 msgid "hexadecimal floating constants require an exponent"
507 msgstr "la contante hexadécimale flottante requière un exposant"
508
509 #: expr.c:240
510 #, c-format
511 msgid "invalid suffix \"%.*s\" on floating constant"
512 msgstr "suffixe « %.*s » invalide pour une constante flottante"
513
514 #: expr.c:250 expr.c:275
515 #, c-format
516 msgid "traditional C rejects the \"%.*s\" suffix"
517 msgstr "le C traditionnel interdit le suffixe « %.*s »"
518
519 #: expr.c:261
520 #, c-format
521 msgid "invalid suffix \"%.*s\" on integer constant"
522 msgstr "suffixe « %.*s » invalide pour une constante entière"
523
524 #: expr.c:283
525 msgid "use of C99 long long integer constant"
526 msgstr "usage d'une constante entière « long long » à la C99"
527
528 #: expr.c:290
529 msgid "imaginary constants are a GCC extension"
530 msgstr "les constantes imaginaires sont une extension GCC"
531
532 #: expr.c:376
533 msgid "integer constant is too large for its type"
534 msgstr "constante entière trop grande pour tenir dans son type"
535
536 #: expr.c:388
537 msgid "integer constant is so large that it is unsigned"
538 msgstr "cette constante entière est si grande qu'elle ne peut être signée"
539
540 #: expr.c:470
541 msgid "missing ')' after \"defined\""
542 msgstr "« ) » manquant après « defined »"
543
544 #: expr.c:477
545 msgid "operator \"defined\" requires an identifier"
546 msgstr "l'opérateur « defined » requiert un identificateur"
547
548 #: expr.c:485
549 #, c-format
550 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
551 msgstr "(« %s » est un élément lexical alternatif pour « %s » en C++)"
552
553 #: expr.c:495
554 msgid "this use of \"defined\" may not be portable"
555 msgstr "cette utilisation de « defined » peut ne pas être portable"
556
557 #: expr.c:534
558 msgid "floating constant in preprocessor expression"
559 msgstr "constante flottante dans une expresion pour le préprocesseur"
560
561 #: expr.c:540
562 msgid "imaginary number in preprocessor expression"
563 msgstr "constante complexe dans une expresion pour le préprocesseur"
564
565 #: expr.c:585
566 #, c-format
567 msgid "\"%s\" is not defined"
568 msgstr "« %s » n'est pas défini"
569
570 #: expr.c:716 expr.c:745
571 #, c-format
572 msgid "missing binary operator before token \"%s\""
573 msgstr "opérateur binaire manquant avant l'élément lexical « %s »"
574
575 #: expr.c:736
576 #, c-format
577 msgid "token \"%s\" is not valid in preprocessor expressions"
578 msgstr "l'élément lexical « %s » n'est pas valide dans les expressions pour le préprocesseur"
579
580 #: expr.c:753
581 msgid "missing expression between '(' and ')'"
582 msgstr "expression manquante entre '(' et ')'"
583
584 #: expr.c:756
585 msgid "#if with no expression"
586 msgstr "#if sans expression"
587
588 #: expr.c:759
589 #, c-format
590 msgid "operator '%s' has no right operand"
591 msgstr "l'opérateur « %s » n'a pas d'opérande droite"
592
593 #: expr.c:764
594 #, c-format
595 msgid "operator '%s' has no left operand"
596 msgstr "opérateur « %s » n'a pas d'opérande gauche"
597
598 #: expr.c:790
599 msgid " ':' without preceding '?'"
600 msgstr "« : » n'est pas précédé de « ? »"
601
602 #: expr.c:817
603 msgid "unbalanced stack in #if"
604 msgstr "pile non balancée dans #if"
605
606 #: expr.c:836
607 #, c-format
608 msgid "impossible operator '%u'"
609 msgstr "opérateur impossible « %u »"
610
611 #: expr.c:928
612 msgid "missing ')' in expression"
613 msgstr "« ) » manquante dans l'expresion"
614
615 #: expr.c:949
616 msgid "'?' without following ':'"
617 msgstr "« ? » n'est pas suivi de « : »"
618
619 #: expr.c:959
620 msgid "integer overflow in preprocessor expression"
621 msgstr "débordement d'entier dans l'expresion pour le préprocesseur"
622
623 #: expr.c:964
624 msgid "missing '(' in expression"
625 msgstr "« ( » manquante dans l'expresion"
626
627 #: expr.c:996
628 #, c-format
629 msgid "the left operand of \"%s\" changes sign when promoted"
630 msgstr "L'opérande gauche de « %s » change de signe lors de sa promotion"
631
632 #: expr.c:1001
633 #, c-format
634 msgid "the right operand of \"%s\" changes sign when promoted"
635 msgstr "L'opérande droite de « %s » change de signe lors de sa promotion"
636
637 #: expr.c:1260
638 msgid "traditional C rejects the unary plus operator"
639 msgstr "le C traditionnel rejette le plus unaire"
640
641 #: expr.c:1359
642 msgid "comma operator in operand of #if"
643 msgstr "opérateur virgule dans l'opérande de #if"
644
645 #: expr.c:1491
646 msgid "division by zero in #if"
647 msgstr "division par zéro dans #if"
648
649 #: files.c:401
650 msgid "NULL directory in find_file"
651 msgstr "répertoire NUL dans find_file"
652
653 #: files.c:454
654 msgid "one or more PCH files were found, but they were invalid"
655 msgstr "un ou plusieurs fichiers PCH ont été repérés, mais ils étaient invalides"
656
657 #: files.c:457
658 msgid "use -Winvalid-pch for more information"
659 msgstr "utiliser -Winvalid-pch pour plus d'informations"
660
661 # FIXME
662 #: files.c:522
663 #, c-format
664 msgid "%s is a block device"
665 msgstr "%s est un périphérique de blocs"
666
667 #: files.c:539
668 #, c-format
669 msgid "%s is too large"
670 msgstr "%s est trop grand"
671
672 #: files.c:574
673 #, c-format
674 msgid "%s is shorter than expected"
675 msgstr "%s est plus petit que prévu"
676
677 #: files.c:803
678 #, c-format
679 msgid "no include path in which to search for %s"
680 msgstr "aucun chemin d'inclusion dans lequel on pourrait repérer %s"
681
682 # FIXME
683 #: files.c:1096
684 msgid "Multiple include guards may be useful for:\n"
685 msgstr "De multiples balises pour les inclusions peuvent être utiles pour:\n"
686
687 #: init.c:393
688 msgid "cppchar_t must be an unsigned type"
689 msgstr "cppchar_t doit être d'un type non signé"
690
691 #: init.c:397
692 #, c-format
693 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
694 msgstr "l'arithmétique du préprocesseur a une précision maximale de %lu bits ; la cible requière %lu bits"
695
696 #: init.c:404
697 msgid "CPP arithmetic must be at least as precise as a target int"
698 msgstr "l'arithmétique de CPP doit être au moins aussi précise que le type int de la cible"
699
700 #: init.c:407
701 msgid "target char is less than 8 bits wide"
702 msgstr "sur la cible, « char » fait moins de 8 bits"
703
704 #: init.c:411
705 msgid "target wchar_t is narrower than target char"
706 msgstr "sur la cible, « wchar_t » est plus petit que « char »"
707
708 #: init.c:415
709 msgid "target int is narrower than target char"
710 msgstr "sur la cible, « int » est plus petit que « char »"
711
712 #: init.c:420
713 msgid "CPP half-integer narrower than CPP character"
714 msgstr "les demi-entiers de CPP sont plus petit que les caractères de CPP"
715
716 #: init.c:424
717 #, c-format
718 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
719 msgstr "CPP sur cette machine ne peut gérer les constantes larges de caractères de plus de %lu bits, mais la cible requière %lu bits"
720
721 #: lex.c:274
722 msgid "backslash and newline separated by space"
723 msgstr "« \\ » et retour de chariot séparés par un blanc"
724
725 #: lex.c:279
726 msgid "backslash-newline at end of file"
727 msgstr "« \\ » en fin de ligne à la fin du fichier"
728
729 #: lex.c:294
730 #, c-format
731 msgid "trigraph ??%c converted to %c"
732 msgstr "trigraphe ??%c converti en %c"
733
734 #: lex.c:301
735 #, c-format
736 msgid "trigraph ??%c ignored, use -trigraphs to enable"
737 msgstr "trigraphe ??%c ignoré, utilisez -trigraphs pour le permettre"
738
739 #: lex.c:347
740 msgid "\"/*\" within comment"
741 msgstr "« /* » à l'intérieur d'un commentaire"
742
743 #: lex.c:405
744 #, c-format
745 msgid "%s in preprocessing directive"
746 msgstr "%s dans la directive du préprocesseur"
747
748 # I18N
749 #: lex.c:414
750 msgid "null character(s) ignored"
751 msgstr "caractère(s) nul(s) ignoré(s)"
752
753 #: lex.c:449
754 msgid "'$' in identifier or number"
755 msgstr "« $ » dans un identificateur ou un nombre"
756
757 # FIXME
758 #: lex.c:510
759 #, c-format
760 msgid "attempt to use poisoned \"%s\""
761 msgstr "tentative d'utilisation d'un « %s » corrompu"
762
763 #: lex.c:518
764 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
765 msgstr "« __VA_ARGS__ » peut seulement appraître dans l'expansion des macros C99 à nombre variable d'arguments"
766
767 #: lex.c:614
768 msgid "null character(s) preserved in literal"
769 msgstr "caractère(s) nul préservé(s) dans la chaîne"
770
771 #: lex.c:805
772 msgid "no newline at end of file"
773 msgstr "pas de retour chariot à la fin du fichier"
774
775 #: lex.c:948 traditional.c:162
776 msgid "unterminated comment"
777 msgstr "commentaire non terminé"
778
779 #: lex.c:959
780 msgid "C++ style comments are not allowed in ISO C90"
781 msgstr "Les commentaires à la C++ ne sont pas permis en C89 ISO"
782
783 #: lex.c:961
784 msgid "(this will be reported only once per input file)"
785 msgstr "(ceci sera rapporté une seule fois seulement par fichier d'entrée)"
786
787 #: lex.c:966
788 msgid "multi-line comment"
789 msgstr "commentaire multi-lignes"
790
791 #: lex.c:1230
792 #, c-format
793 msgid "unspellable token %s"
794 msgstr "l'élément lexical %s ne peut être épelé"
795
796 #: line-map.c:309
797 #, c-format
798 msgid "In file included from %s:%u"
799 msgstr "Dans le fichier inclus à partir de %s:%u"
800
801 #: line-map.c:327
802 #, c-format
803 msgid ""
804 ",\n"
805 "                 from %s:%u"
806 msgstr ""
807 ",\n"
808 "          à partir de %s:%u"
809
810 #: macro.c:85
811 #, c-format
812 msgid "macro \"%s\" is not used"
813 msgstr "la macro « %s » n'est pas utilisée"
814
815 #: macro.c:124 macro.c:287
816 #, c-format
817 msgid "invalid built-in macro \"%s\""
818 msgstr "macro interne invalide « %s »"
819
820 #: macro.c:221
821 msgid "could not determine date and time"
822 msgstr "ne peut déterminer la date et l'heure"
823
824 #: macro.c:400
825 msgid "invalid string literal, ignoring final '\\'"
826 msgstr "chaîne invalide,  « \\ » final ignoré"
827
828 #: macro.c:483
829 #, c-format
830 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
831 msgstr "le collage de « %s » et de « %s » ne donne pas d'élément lexical de pré-traitement valide"
832
833 #: macro.c:521
834 msgid "ISO C99 requires rest arguments to be used"
835 msgstr "ISO C99 requiert que tous les arguments soient utilisés"
836
837 #: macro.c:526
838 #, c-format
839 msgid "macro \"%s\" requires %u arguments, but only %u given"
840 msgstr "macro « %s » requiert %u arguments, mais seulement %u ont été passés"
841
842 #: macro.c:531
843 #, c-format
844 msgid "macro \"%s\" passed %u arguments, but takes just %u"
845 msgstr "la macro « %s » a reçu %u arguments, mais elle n'en prend que %u"
846
847 #: macro.c:642 traditional.c:675
848 #, c-format
849 msgid "unterminated argument list invoking macro \"%s\""
850 msgstr "liste d'arguments non terminée invoquant la macro « %s »"
851
852 #: macro.c:745
853 #, c-format
854 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
855 msgstr "la macro « %s » ressemblant à une fonction doit utilisée avec des arguments en C traditionnel"
856
857 #: macro.c:1261
858 #, c-format
859 msgid "duplicate macro parameter \"%s\""
860 msgstr "paramètre de macro « %s » en double"
861
862 #: macro.c:1306
863 #, c-format
864 msgid "\"%s\" may not appear in macro parameter list"
865 msgstr "« %s » peut ne pas apparaître parmi les paramètres de macros"
866
867 #: macro.c:1314
868 msgid "macro parameters must be comma-separated"
869 msgstr "les paramètres de macro doivent être séparés par des virgules"
870
871 #: macro.c:1331
872 msgid "parameter name missing"
873 msgstr "nom de paramètre manquant"
874
875 #: macro.c:1348
876 msgid "anonymous variadic macros were introduced in C99"
877 msgstr "les macros anonymes à nombre variable d'arguments ont été introduites avec le C99"
878
879 #: macro.c:1353
880 msgid "ISO C does not permit named variadic macros"
881 msgstr "ISO C ne permet pas les macros nommées à nombre variable d'arguments"
882
883 #: macro.c:1362
884 msgid "missing ')' in macro parameter list"
885 msgstr "« ) » manquante dans la liste des paramètres de macros"
886
887 #: macro.c:1439
888 #, fuzzy
889 msgid "ISO C99 requires whitespace after the macro name"
890 msgstr "ISO C requiert un blanc après le nom de la macro"
891
892 #: macro.c:1463
893 #, fuzzy
894 msgid "missing whitespace after the macro name"
895 msgstr "ISO C requiert un blanc après le nom de la macro"
896
897 #: macro.c:1493
898 msgid "'#' is not followed by a macro parameter"
899 msgstr "« # » n'est pas suivi d'un paramètre de macro"
900
901 # FIXME
902 #: macro.c:1512
903 msgid "'##' cannot appear at either end of a macro expansion"
904 msgstr "« ## » ne peut apparaître à chacune des fins de l'expansion de macros"
905
906 #: macro.c:1608
907 #, c-format
908 msgid "\"%s\" redefined"
909 msgstr "« %s » redéfini"
910
911 #: macro.c:1613
912 msgid "this is the location of the previous definition"
913 msgstr "ceci est la localisation d'une précédente définition"
914
915 #: macro.c:1663
916 #, c-format
917 msgid "macro argument \"%s\" would be stringified in traditional C"
918 msgstr "l'argument macro « %s » serait changé en chaine en C traditionnel"
919
920 #: macro.c:1686
921 #, c-format
922 msgid "invalid hash type %d in cpp_macro_definition"
923 msgstr "type de hachage %d invalide dans cpp_macro_definition"
924
925 #: pch.c:84 pch.c:332 pch.c:354 pch.c:360
926 msgid "while writing precompiled header"
927 msgstr "lors de l'écriture de l'en-tête pré-compilée"
928
929 #: pch.c:467
930 #, c-format
931 msgid "%s: not used because `%.*s' not defined"
932 msgstr "%s: n'est pas utilisé parce que « %.*s » n'est pas définie"
933
934 #: pch.c:479
935 #, c-format
936 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
937 msgstr "%s: n'est pas utilisé parce que « %.*s » est défini en tant « %s » et non pas « %.*s »"
938
939 #: pch.c:520
940 #, c-format
941 msgid "%s: not used because `%s' is defined"
942 msgstr "%s: non utilisé parce que « %s » est défini"
943
944 #: pch.c:533 pch.c:696
945 msgid "while reading precompiled header"
946 msgstr "lors de la lecture de l'en-tête pré-compilée"
947
948 #: traditional.c:745
949 #, c-format
950 msgid "detected recursion whilst expanding macro \"%s\""
951 msgstr "récursion détectée lors de l'expansion de la macro « %s »"
952
953 #: traditional.c:912
954 msgid "syntax error in macro parameter list"
955 msgstr "erreur de syntaxe dans la liste de paramètres macro"
956
957 #~ msgid "`%s' attribute directive ignored"
958 #~ msgstr "attribut de directive « %s » ignoré"
959
960 #~ msgid "wrong number of arguments specified for `%s' attribute"
961 #~ msgstr "nombre erroné d'arguments spécifié pour l'attribut « %s »"
962
963 #~ msgid "`%s' attribute does not apply to types"
964 #~ msgstr "l'attribut « %s » ne s'applique pas aux types"
965
966 #~ msgid "`%s' attribute only applies to function types"
967 #~ msgstr "l'attribut « %s » ne s'applique qu'à des types de fonction"
968
969 #~ msgid "`%s' attribute ignored"
970 #~ msgstr "attribut « %s » ignoré"
971
972 #~ msgid "offset outside bounds of constant string"
973 #~ msgstr "décalage hors des limites d'une chaîne de constante"
974
975 #~ msgid "second arg to `__builtin_prefetch' must be a constant"
976 #~ msgstr "second argument de « __builtin_prefetch » doit être une constante"
977
978 #~ msgid "invalid second arg to __builtin_prefetch; using zero"
979 #~ msgstr "second argument invalide de « __builtin_prefetch »; utilisation de zéro"
980
981 #~ msgid "third arg to `__builtin_prefetch' must be a constant"
982 #~ msgstr "troisième argument de « __builtin_prefetch » doit être une constante"
983
984 #~ msgid "invalid third arg to __builtin_prefetch; using zero"
985 #~ msgstr "troisième argument invalide de « __builtin_prefetch »; utilisation de zéro"
986
987 #~ msgid "argument of `__builtin_args_info' must be constant"
988 #~ msgstr "argument de « __builtin_args_info » doit être une constante"
989
990 #~ msgid "argument of `__builtin_args_info' out of range"
991 #~ msgstr "argument de « __builtin_args_info » hors des limites"
992
993 #~ msgid "missing argument in `__builtin_args_info'"
994 #~ msgstr "argument manquant dans « __builtin_args_info »"
995
996 #~ msgid "`va_start' used in function with fixed args"
997 #~ msgstr "« va_start » utilisé dans une fonction ayant des arguments fixes"
998
999 #~ msgid "second parameter of `va_start' not last named argument"
1000 #~ msgstr "second paramètre de « va_start » n'est pas le dernier argument nommé"
1001
1002 #~ msgid "`__builtin_next_arg' called without an argument"
1003 #~ msgstr "« __builtin_next_arg » appelé sans argument"
1004
1005 #~ msgid "too many arguments to function `va_start'"
1006 #~ msgstr "trop d'arguments pour la function « va_start »"
1007
1008 #~ msgid "first argument to `va_arg' not of type `va_list'"
1009 #~ msgstr "premier argument de « va_arg » n'est pas de type « va_list »"
1010
1011 #~ msgid "`%s' is promoted to `%s' when passed through `...'"
1012 #~ msgstr "« %s » a été promu à « %s » lors du passage à travers « ... »"
1013
1014 #~ msgid "(so you should pass `%s' not `%s' to `va_arg')"
1015 #~ msgstr "(vous devriez donc passer « %s » et non « %s » à « va_arg »)"
1016
1017 #~ msgid "if this code is reached, the program will abort"
1018 #~ msgstr "si ce code est atteint, le programme s'arrêtera"
1019
1020 #~ msgid "invalid arg to `__builtin_frame_address'"
1021 #~ msgstr "argument de « __builtin_frame_address » invalide"
1022
1023 #~ msgid "invalid arg to `__builtin_return_address'"
1024 #~ msgstr "argument de « __builtin_return_address » invalide"
1025
1026 #~ msgid "unsupported arg to `__builtin_frame_address'"
1027 #~ msgstr "argument de « __builtin_frame_address » non supporté"
1028
1029 #~ msgid "unsupported arg to `__builtin_return_address'"
1030 #~ msgstr "argument de « __builtin_return_address » non supporté"
1031
1032 #~ msgid "second arg to `__builtin_expect' must be a constant"
1033 #~ msgstr "le second argument de « __builtin_expect » doit être une constante"
1034
1035 #~ msgid "__builtin_longjmp second argument must be 1"
1036 #~ msgstr "le second argument de « __builtin_longjmp » doit être 1"
1037
1038 #~ msgid "built-in function `%s' not currently supported"
1039 #~ msgstr "fonction interne « %s » n'est pas actuellement supportée"
1040
1041 #~ msgid "target format does not support infinity"
1042 #~ msgstr "le format cible ne supporte pas l'infini"
1043
1044 #~ msgid "%Hsuggest explicit braces to avoid ambiguous `else'"
1045 #~ msgstr "%Hon vous suggère des accolades explicitement pour éviter des « else » ambiguës"
1046
1047 #~ msgid "%J'%D' is not defined outside of function scope"
1048 #~ msgstr "%J« %D » n'est pas défini à l'extérieur de la portée de la fonction"
1049
1050 #~ msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"
1051 #~ msgstr "longueur de la chaîne « %d » plus grande que la longueur « %d » que les compilateurs ISO C%d doivent supporter"
1052
1053 #~ msgid "overflow in constant expression"
1054 #~ msgstr "débordement dans l'expression de la constante"
1055
1056 #~ msgid "integer overflow in expression"
1057 #~ msgstr "débordement d'entier dans l'expression"
1058
1059 #~ msgid "floating point overflow in expression"
1060 #~ msgstr "débordement d'un nombre en virgule flottante dans l'expression"
1061
1062 #~ msgid "vector overflow in expression"
1063 #~ msgstr "débordement du vecteur dans l'expression"
1064
1065 #~ msgid "large integer implicitly truncated to unsigned type"
1066 #~ msgstr "grand entier implicitement tronqué pour un type non signé"
1067
1068 #~ msgid "negative integer implicitly converted to unsigned type"
1069 #~ msgstr "entier négatif implicitement converti en un type non signé"
1070
1071 #~ msgid "overflow in implicit constant conversion"
1072 #~ msgstr "débordement dans la conversion implicte de la constante"
1073
1074 #~ msgid "operation on `%s' may be undefined"
1075 #~ msgstr "l'opération portant sur « %s » est peut être indéfinie"
1076
1077 #~ msgid "expression statement has incomplete type"
1078 #~ msgstr "la déclaration de l'expression a un type incomplet"
1079
1080 #~ msgid "case label does not reduce to an integer constant"
1081 #~ msgstr "l'étiquette du « case » ne se réduit pas en une constante entière"
1082
1083 #~ msgid "invalid truth-value expression"
1084 #~ msgstr "expression valeur de vérité invalide"
1085
1086 #~ msgid "invalid operands to binary %s"
1087 #~ msgstr "opérandes invalides pour le binaire %s"
1088
1089 #~ msgid "comparison is always false due to limited range of data type"
1090 #~ msgstr "comparaison est toujours fausse en raison d'une gamme limitée de type de données"
1091
1092 #~ msgid "comparison is always true due to limited range of data type"
1093 #~ msgstr "comparaison est toujours vraie en raison d'une gamme limitée de type de données"
1094
1095 #~ msgid "comparison of unsigned expression >= 0 is always true"
1096 #~ msgstr "comparaison d'une expression non signée >=0 est toujours vraie"
1097
1098 #~ msgid "comparison of unsigned expression < 0 is always false"
1099 #~ msgstr "comparaison d'une expression non signée < 0 est toujours fausse"
1100
1101 #~ msgid "pointer of type `void *' used in arithmetic"
1102 #~ msgstr "usage en arithmétique d'un pointeur de type « void * »"
1103
1104 #~ msgid "pointer to a function used in arithmetic"
1105 #~ msgstr "usage en arithmétique d'un pointeur vers une fonction"
1106
1107 #~ msgid "pointer to member function used in arithmetic"
1108 #~ msgstr "usage en arithmétique d'un pointeur vers une fonction membre"
1109
1110 #~ msgid "struct type value used where scalar is required"
1111 #~ msgstr "valeur de type « struct » utilisé là où un scalaire est attendu"
1112
1113 #~ msgid "union type value used where scalar is required"
1114 #~ msgstr "valeur de type « union » utilisé là où un scalaire est attendu"
1115
1116 #~ msgid "array type value used where scalar is required"
1117 #~ msgstr "valeur de type « array » utilisé là où un scalaire est attendu"
1118
1119 #~ msgid "the address of `%D', will always evaluate as `true'"
1120 #~ msgstr "l'adresse de « %D » sera toujours évaluée comme étant « true »"
1121
1122 #~ msgid "suggest parentheses around assignment used as truth value"
1123 #~ msgstr "parenthèses suggérées autour de l'affectation utilisée comme valeur de vérité"
1124
1125 #~ msgid "invalid use of `restrict'"
1126 #~ msgstr "usage de « restrict » invalide"
1127
1128 #~ msgid "invalid application of `sizeof' to a function type"
1129 #~ msgstr "application de « sizeof » sur un type de fonction invalide"
1130
1131 #~ msgid "invalid application of `%s' to a void type"
1132 #~ msgstr "application invalide de « %s » sur un type void"
1133
1134 #~ msgid "invalid application of `%s' to an incomplete type"
1135 #~ msgstr "application invalide de « %s » sur un type incomplet"
1136
1137 #~ msgid "`__alignof' applied to a bit-field"
1138 #~ msgstr "« __alignof » appliqué sur un champ de bits"
1139
1140 #~ msgid "cannot disable built-in function `%s'"
1141 #~ msgstr "ne peut désactiver la fonction interne « %s »"
1142
1143 #~ msgid "too few arguments to function `%s'"
1144 #~ msgstr "pas assez d'arguments pour la fonction « %s »"
1145
1146 #~ msgid "too many arguments to function `%s'"
1147 #~ msgstr "trop d'arguments pour la fonction « %s »"
1148
1149 #~ msgid "non-floating-point argument to function `%s'"
1150 #~ msgstr "argument pour la fonction « %s » n'étant pas en virgule flottante"
1151
1152 #~ msgid "pointers are not permitted as case values"
1153 #~ msgstr "les pointeurs ne sont pas permis comme valeurs de « case »"
1154
1155 #~ msgid "range expressions in switch statements are non-standard"
1156 #~ msgstr "l'étendue des expressions dans les déclarations switch ne sont pas standard"
1157
1158 #~ msgid "empty range specified"
1159 #~ msgstr "intervalle vide spécifié"
1160
1161 #~ msgid "duplicate (or overlapping) case value"
1162 #~ msgstr "valeur du « case » duppliquée (ou en chevauchant une autre)"
1163
1164 #~ msgid "%Jthis is the first entry overlapping that value"
1165 #~ msgstr "%Jest la première entrée chevauchant cette valeur"
1166
1167 #~ msgid "duplicate case value"
1168 #~ msgstr "valeur du « case » duppliquée"
1169
1170 #~ msgid "%Jpreviously used here"
1171 #~ msgstr "%Jprécédemment utilisé ici"
1172
1173 #~ msgid "multiple default labels in one switch"
1174 #~ msgstr "plusieurs étiquettes par défaut dans un « switch »"
1175
1176 #~ msgid "%Jthis is the first default label"
1177 #~ msgstr "%Jest la première étiquette par défaut"
1178
1179 #~ msgid "taking the address of a label is non-standard"
1180 #~ msgstr "prendre l'adresse d'une étiquette n'est pas standard"
1181
1182 #~ msgid "%Hignoring return value of `%D', declared with attribute warn_unused_result"
1183 #~ msgstr "%Hvaleur à retourner « %D » ignorée, déclarée avec l'attribut warn_unused_result"
1184
1185 #~ msgid "%Hignoring return value of function declared with attribute warn_unused_result"
1186 #~ msgstr "%Hvaleur à retourner ignorée de la fonction déclarée avec l'attribut warn_unused_result"
1187
1188 #~ msgid "unknown machine mode `%s'"
1189 #~ msgstr "mode machine « %s » inconnu"
1190
1191 #~ msgid "no data type for mode `%s'"
1192 #~ msgstr "aucun type de données pour le mode « %s »"
1193
1194 #~ msgid "invalid pointer mode `%s'"
1195 #~ msgstr "mode pointeur invalide « %s »"
1196
1197 #~ msgid "unable to emulate '%s'"
1198 #~ msgstr "impossible d'émuler « %s »"
1199
1200 #~ msgid "%Jsection attribute cannot be specified for local variables"
1201 #~ msgstr "%Jl'attribut de section ne peut être spécifié pour des variables locales"
1202
1203 #~ msgid "%Jsection of '%D' conflicts with previous declaration"
1204 #~ msgstr "%Jsection de « %D » en conflit avec une déclaration précédente"
1205
1206 #~ msgid "%Jsection attribute not allowed for '%D'"
1207 #~ msgstr "%Jattribut de section n'est pas permis pour « %D »"
1208
1209 #~ msgid "%Jsection attributes are not supported for this target"
1210 #~ msgstr "%Jattributs de section ne sont pas supportés pour la cible"
1211
1212 #~ msgid "requested alignment is not a constant"
1213 #~ msgstr "l'alignement demandé n'est pas une constante"
1214
1215 #~ msgid "requested alignment is not a power of 2"
1216 #~ msgstr "l'alignement demandé n'est pas une puissance de 2"
1217
1218 #~ msgid "requested alignment is too large"
1219 #~ msgstr "l'alignement demandé est trop grand"
1220
1221 #~ msgid "%Jalignment may not be specified for '%D'"
1222 #~ msgstr "%Jl'alignement ne peut pas être spécifié pour « %D »"
1223
1224 #~ msgid "%J'%D' defined both normally and as an alias"
1225 #~ msgstr "%J'%D défini à la fois normalement et en tant qu'alias"
1226
1227 #~ msgid "alias arg not a string"
1228 #~ msgstr "l'argument d'alias n'est pas une chaîne"
1229
1230 #~ msgid "visibility arg not a string"
1231 #~ msgstr "l'argument de visibilité n'est pas une chaîne"
1232
1233 #~ msgid "visibility arg must be one of \"default\", \"hidden\", \"protected\" or \"internal\""
1234 #~ msgstr "l'argument de visibilité doit être l'un de « default » (par défaut), « hidden » (masqué), « protected » (protégé) ou « internal » (interne)"
1235
1236 #~ msgid "tls_model arg not a string"
1237 #~ msgstr "l'argument de tls_model n'est pas une chaîne"
1238
1239 #~ msgid "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\""
1240 #~ msgstr "l'argument de tls_model doit être l'un de « local-exec », « initial-exec », « local-dynamic » or « global-dynamic »"
1241
1242 #~ msgid "%J'%E' attribute applies only to functions"
1243 #~ msgstr "%J'%E l'attribut ne s'applique seulement qu'à des fonctions"
1244
1245 #~ msgid "%Jcan't set '%E' attribute after definition"
1246 #~ msgstr "%Jne peut initialiser l'attribut « %E » après définition"
1247
1248 #~ msgid "`%s' attribute ignored for `%s'"
1249 #~ msgstr "attribut « %s » ignoré pour « %s »"
1250
1251 #~ msgid "invalid vector type for attribute `%s'"
1252 #~ msgstr "type de vecteur invalide pour l'attribut « %s »"
1253
1254 #~ msgid "no vector mode with the size and type specified could be found"
1255 #~ msgstr "aucun mode vecteur avec la taille et le type spécifié n'a été trouvé"
1256
1257 #~ msgid "nonnull attribute without arguments on a non-prototype"
1258 #~ msgstr "attribut non nul sans argument sur un non-prototype"
1259
1260 #~ msgid "nonnull argument has invalid operand number (arg %lu)"
1261 #~ msgstr "un argument non nul a un nombre d'opérande invalide (argument %lu)"
1262
1263 #~ msgid "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
1264 #~ msgstr "un argument non nul a un nombre d'opérande hors des bornes (arg %lu, opérande %lu)"
1265
1266 #~ msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
1267 #~ msgstr "un argument non nul référence une opérande qui n'est pas un pointeur (arg %lu, opérande %lu)"
1268
1269 #~ msgid "null argument where non-null required (arg %lu)"
1270 #~ msgstr "argument nul là où un non-nul est requis (arg %lu)"
1271
1272 #~ msgid "cleanup arg not an identifier"
1273 #~ msgstr "argument de nettoyage n'est pas un identificateur"
1274
1275 #~ msgid "cleanup arg not a function"
1276 #~ msgstr "argument de nettoyage n'est pas une fonction"
1277
1278 #~ msgid "%s at end of input"
1279 #~ msgstr "%s à la fin de l'entrée"
1280
1281 #~ msgid "%s before %s'%c'"
1282 #~ msgstr "%s avant %s« %c »"
1283
1284 #~ msgid "%s before %s'\\x%x'"
1285 #~ msgstr "%s avant %s'\\x%x'"
1286
1287 #~ msgid "%s before string constant"
1288 #~ msgstr "%s avant une chaîne constante"
1289
1290 #~ msgid "%s before numeric constant"
1291 #~ msgstr "%s avant une constante numérique"
1292
1293 #~ msgid "%s before \"%s\""
1294 #~ msgstr "%s avant « %s »"
1295
1296 #~ msgid "%s before '%s' token"
1297 #~ msgstr "%s avant un élément lexical « %s »"
1298
1299 #~ msgid "%s"
1300 #~ msgstr "%s"
1301
1302 #~ msgid "void value not ignored as it ought to be"
1303 #~ msgstr "valeur void n'a pas été ignorée comme elle aurait dû l'être"
1304
1305 #~ msgid "conversion to non-scalar type requested"
1306 #~ msgstr "conversion vers un type non scalaire demandée"
1307
1308 #~ msgid "%Jarray '%D' assumed to have one element"
1309 #~ msgstr "%Jon assume que le tableau « %D » n'a qu'un seul élément"
1310
1311 #~ msgid "%Jlabel `%D' used but not defined"
1312 #~ msgstr "%Jétiquette « %D » utilisée mais non définie"
1313
1314 #~ msgid "%Jlabel `%D' defined but not used"
1315 #~ msgstr "%Jétiquette « %D » définie mais non utilisée"
1316
1317 #~ msgid "%Jlabel `%D' declared but not defined"
1318 #~ msgstr "%Jétiquette « %D » utilisée mais non définie"
1319
1320 #~ msgid "%Junused variable `%D'"
1321 #~ msgstr "%Jvariable inutilisée « %D »"
1322
1323 #~ msgid "a parameter list with an ellipsis can't match an empty parameter name list declaration"
1324 #~ msgstr "un paramètre de la liste avec une ellipse ne peut concorder une déclaration vide de liste de noms de paramètres"
1325
1326 #~ msgid "an argument type that has a default promotion can't match an empty parameter name list declaration"
1327 #~ msgstr "un type d'argument ayant une promotion par défaut ne peut concorder avec une déclaration vide de noms de paramètres"
1328
1329 #~ msgid "%Jprototype for '%D' declares more arguments than previous old-style definition"
1330 #~ msgstr "%Jprototype pour « %D » déclare plus d'arguments que la définition précédente de style ancien"
1331
1332 #~ msgid "%Jprototype for '%D' declares fewer arguments than previous old-style definition"
1333 #~ msgstr "%Jprototype pour « %D » déclare moins d'arguments que la définition précédente de style ancien"
1334
1335 #~ msgid "%Jprototype for '%D' declares arg %d with incompatible type"
1336 #~ msgstr "%Jprototype pour « %D » déclare l'arguments %d avec un type incompatible"
1337
1338 #~ msgid "%Jprototype for '%D' follows non-prototype definition"
1339 #~ msgstr "%Jprototype pour « %D » suit la définition d'un non prototype"
1340
1341 #~ msgid "%Jprevious definition of '%D' was here"
1342 #~ msgstr "%Jdéfinition précédente de « %D » était ici"
1343
1344 #~ msgid "%Jprevious implicit declaration of '%D' was here"
1345 #~ msgstr "%Jdéclaration précédente implicite de « %D » était ici"
1346
1347 #~ msgid "%Jprevious declaration of '%D' was here"
1348 #~ msgstr "%Jdéclaration précédente de « %D » était ici"
1349
1350 #~ msgid "%J'%D' redeclared as different kind of symbol"
1351 #~ msgstr "%J« %D » redéclaré comme une sorte différente de symbole"
1352
1353 #~ msgid "%Jbuilt-in function '%D' declared as non-function"
1354 #~ msgstr "%Jfonction interne « %D » n'est pas déclarée comme une fonction"
1355
1356 #~ msgid "%Jshadowing built-in function '%D'"
1357 #~ msgstr "%Jmasquage de la fonction interne « %D »"
1358
1359 #~ msgid "%Jconflicting types for built-in function '%D'"
1360 #~ msgstr "%Jtypes conflictuels pour la fonction interne « %D »"
1361
1362 #~ msgid "%Jconflicting types for '%D'"
1363 #~ msgstr "%Jtypes conflictuels pour « %D »"
1364
1365 #~ msgid "%Jredefinition of typedef '%D'"
1366 #~ msgstr "%Jredéfinition de « %D »"
1367
1368 #~ msgid "%Jredefinition of '%D'"
1369 #~ msgstr "%Jredéfinition de « %D »"
1370
1371 #~ msgid "%Jstatic declaration of '%D' follows non-static declaration"
1372 #~ msgstr "%Jdéclaration statique de « %D » suit une déclaration non statique"
1373
1374 #~ msgid "%Jnon-static declaration of '%D' follows static declaration"
1375 #~ msgstr "%Jdéclaration non statique de « %D » suite une déclaration statique"
1376
1377 #~ msgid "%Jthread-local declaration of '%D' follows non-thread-local declaration"
1378 #~ msgstr "%Jdéclaration de thread local de « %D » suit une déclaration non thread-local"
1379
1380 #~ msgid "%Jnon-thread-local declaration of '%D' follows thread-local declaration"
1381 #~ msgstr "%Jdéclaration non thread local de « %D » suit une déclaration de thread local"
1382
1383 #~ msgid "%Jextern declaration of '%D' follows declaration with no linkage"
1384 #~ msgstr "%Jdéclaration externe de « %D » suit une déclaraion sans lien"
1385
1386 #~ msgid "%Jdeclaration of '%D' with no linkage follows extern declaration"
1387 #~ msgstr "%Jdéclaration de « %D » sasn lien suivant une déclaration externe"
1388
1389 #~ msgid "%Jredeclaration of '%D' with no linkage"
1390 #~ msgstr "%Jredéclaration de « %D » sans lien"
1391
1392 #~ msgid "%Jredeclaration of '%D' with different visibility (old visibility preserved)"
1393 #~ msgstr "%Jredéclaration de « %D » avec une visibilité différente (visibilité précédente conservée)"
1394
1395 #~ msgid "%Jinline declaration of '%D' follows declaration with attribute noinline"
1396 #~ msgstr "%Jdéclaration enligne de « %D » suit la déclaration avec un attribut non enligne"
1397
1398 #~ msgid "%Jdeclaration of '%D' with attribute noinline follows inline declaration "
1399 #~ msgstr "%Jéclaration de « %D » avec un attribut non enligne suit une déclaration enligne"
1400
1401 #~ msgid "%J'%D' declared inline after being called"
1402 #~ msgstr "%J« %D » déclaré enligne après avoir été appelé"
1403
1404 #~ msgid "%J'%D' declared inline after its definition"
1405 #~ msgstr "%J« %D » déclaré enligne après sa définition"
1406
1407 #~ msgid "%Jredefinition of parameter '%D'"
1408 #~ msgstr "%Jredéfinition du paramètre « %D »"
1409
1410 #~ msgid "%Jvolatile declaration of '%D' follows non-volatile declaration"
1411 #~ msgstr "%Jdéclaration volatile de « %D » suit une déclaration non volatile"
1412
1413 #~ msgid "%Jnon-volatile declaration of '%D' follows volatile declaration"
1414 #~ msgstr "%Jdéclaration non volatile de « %D » suit une déclaration volatile"
1415
1416 #~ msgid "%Jconst declaration of '%D' follows non-const declaration"
1417 #~ msgstr "%Jdéclaration de constante de « %D » suit une déclaration de non constante"
1418
1419 #~ msgid "%Jnon-const declaration of '%D' follows const declaration"
1420 #~ msgstr "%Jdéclaration de non constante de « %D » suit une déclaration de constante"
1421
1422 #~ msgid "%Jredundant redeclaration of '%D'"
1423 #~ msgstr "%Jdéclaration redondante de « %D »"
1424
1425 #~ msgid "%Jdeclaration of '%D' shadows a parameter"
1426 #~ msgstr "%Jdéclaration de « %D » masque un paramètre"
1427
1428 #~ msgid "%Jdeclaration of '%D' shadows a global declaration"
1429 #~ msgstr "%Jdéclaration de « %D » masque une déclaration globale"
1430
1431 #~ msgid "%Jdeclaration of '%D' shadows a previous local"
1432 #~ msgstr "%Jdéclaration de « %D » masque la déclaration d'un local précédent"
1433
1434 #~ msgid "%Jshadowed declaration is here"
1435 #~ msgstr "%Jdéclaration est masquée ici"
1436
1437 #~ msgid "nested extern declaration of `%s'"
1438 #~ msgstr "déclaration de « %s » externe imbriquée"
1439
1440 #~ msgid "%Jprevious declaration of '%D'"
1441 #~ msgstr "%Jdéclaration précédente de « %D »"
1442
1443 #~ msgid "implicit declaration of function `%s'"
1444 #~ msgstr "déclaration implicite de la fonction « %s »"
1445
1446 #~ msgid "`%s' undeclared here (not in a function)"
1447 #~ msgstr "« %s » non déclaré ici (hors de toute fonction)"
1448
1449 #~ msgid "`%s' undeclared (first use in this function)"
1450 #~ msgstr "« %s » non déclaré (première utilisation dans cette fonction)"
1451
1452 #~ msgid "(Each undeclared identifier is reported only once"
1453 #~ msgstr "(Chaque identificateur non déclaré est rapporté une seule fois"
1454
1455 #~ msgid "for each function it appears in.)"
1456 #~ msgstr "pour chaque fonction dans laquelle il apparaît.)"
1457
1458 #~ msgid "label %s referenced outside of any function"
1459 #~ msgstr "étiquette %s référencée à l'extérieur de toute fonction"
1460
1461 #~ msgid "duplicate label declaration `%s'"
1462 #~ msgstr "déclaration de l'étiquette « %s » en double"
1463
1464 #~ msgid "%Jthis is a previous declaration"
1465 #~ msgstr "%Jest la déclaration précédente"
1466
1467 #~ msgid "%Hduplicate label `%D'"
1468 #~ msgstr "%Hétiquette « %D » apparaît en double"
1469
1470 #~ msgid "%J`%D' previously defined here"
1471 #~ msgstr "%J« %D » précédemment défini ici"
1472
1473 #~ msgid "%J`%D' previously declared here"
1474 #~ msgstr "%J« %D » précédemment déclaré ici"
1475
1476 #~ msgid "%Htraditional C lacks a separate namespace for labels, identifier `%s' conflicts"
1477 #~ msgstr "%HC traditionnel manque d'un espace nom séparé pour les étiquettes, identificateur « %D » est en conflit"
1478
1479 #~ msgid "%H`%s' defined as wrong kind of tag"
1480 #~ msgstr "%H« %s » défini incorrectement comme une mauvais sorte d'étiquette"
1481
1482 #~ msgid "unnamed struct/union that defines no instances"
1483 #~ msgstr "struct/union sans nom ne définissant aucune instance"
1484
1485 #~ msgid "useless keyword or type name in empty declaration"
1486 #~ msgstr "mot clé ou nom de type inutile dans une déclaration vide"
1487
1488 #~ msgid "two types specified in one empty declaration"
1489 #~ msgstr "deux types spécifiés dans une déclaration vide"
1490
1491 #~ msgid "empty declaration"
1492 #~ msgstr "déclaration vide"
1493
1494 #~ msgid "ISO C90 does not support `static' or type qualifiers in parameter array declarators"
1495 #~ msgstr "ISO C90 ne supporte pas « static » ou les qualificateurs de type dans les déclarateurs de tableau de paramètres"
1496
1497 #~ msgid "ISO C90 does not support `[*]' array declarators"
1498 #~ msgstr "ISO C90 ne supporte pas « [*] » dans les déclarateurs de tableau"
1499
1500 #~ msgid "GCC does not yet properly implement `[*]' array declarators"
1501 #~ msgstr "GCC n'implémente pas encore correctement les déclarateurs de tableau « [*] »"
1502
1503 #~ msgid "static or type qualifiers in abstract declarator"
1504 #~ msgstr "static ou qualificateurs de type dans un déclarateur abstrait"
1505
1506 #~ msgid "%J'%D' is usually a function"
1507 #~ msgstr "%J« %D » est habituellement une fonction"
1508
1509 #~ msgid "typedef `%s' is initialized (use __typeof__ instead)"
1510 #~ msgstr "typedef « %s » est initialisé (utilisez __typeof__ à la place)"
1511
1512 #~ msgid "function `%s' is initialized like a variable"
1513 #~ msgstr "la fonction « %s » est initialisée comme une variable"
1514
1515 #~ msgid "parameter `%s' is initialized"
1516 #~ msgstr "le paramètre « %s » est initialisé"
1517
1518 #~ msgid "variable-sized object may not be initialized"
1519 #~ msgstr "un objet de taille variable peut ne pas être initialisé"
1520
1521 #~ msgid "variable `%s' has initializer but incomplete type"
1522 #~ msgstr "la variable « %s » est initialisée alors qu'elle est de type incomplet"
1523
1524 #~ msgid "elements of array `%s' have incomplete type"
1525 #~ msgstr "les éléments du tableau « %s » ont des types incomplets"
1526
1527 #~ msgid "%Jinline function '%D' given attribute noinline"
1528 #~ msgstr "%J fonction enligne « %D » a reçu l'attribut non enligne"
1529
1530 #~ msgid "%Jinitializer fails to determine size of '%D'"
1531 #~ msgstr "%Jinitialisateur a échoué à déterminer la taille de « %D »"
1532
1533 #~ msgid "%Jarray size missing in '%D'"
1534 #~ msgstr "%Jtaille du tableau est manquante dans « %D »"
1535
1536 #~ msgid "%Jzero or negative size array '%D'"
1537 #~ msgstr "%Jtableau « %D » de taille zéro ou négative"
1538
1539 #~ msgid "%Jstorage size of '%D' isn't known"
1540 #~ msgstr "%Jtaille de stockage de « %D » n'est pas connue"
1541
1542 #~ msgid "%Jstorage size of '%D' isn't constant"
1543 #~ msgstr "%Jtaille de stockage de « %D » n'est pas une constante"
1544
1545 #~ msgid "%Jignoring asm-specifier for non-static local variable '%D'"
1546 #~ msgstr "%Jspécificateur asm ignoré pour la variable locale non statique « %D »"
1547
1548 #~ msgid "ISO C forbids forward parameter declarations"
1549 #~ msgstr "ISO C interdit la déclaration anticipée de paramètres"
1550
1551 #~ msgid "<anonymous>"
1552 #~ msgstr "<anonymous>"
1553
1554 #~ msgid "bit-field `%s' width not an integer constant"
1555 #~ msgstr "la largeur du champ de bits « %s » n'est pas une constante entière"
1556
1557 #~ msgid "negative width in bit-field `%s'"
1558 #~ msgstr "largeur négative du champ de bits « %s »"
1559
1560 #~ msgid "zero width for bit-field `%s'"
1561 #~ msgstr "largeur nulle pour le champ de bits « %s »"
1562
1563 #~ msgid "bit-field `%s' has invalid type"
1564 #~ msgstr "le champ de bits « %s » a un type invalide"
1565
1566 #~ msgid "type of bit-field `%s' is a GCC extension"
1567 #~ msgstr "le type de champ de bit « %s » est une extension GCC"
1568
1569 #~ msgid "width of `%s' exceeds its type"
1570 #~ msgstr "la largeur de « %s » excède son type"
1571
1572 #~ msgid "`%s' is narrower than values of its type"
1573 #~ msgstr "« %s » est plus étroit que les valeurs de son type"
1574
1575 #~ msgid "`long long long' is too long for GCC"
1576 #~ msgstr "« long long long » est trop long pour GCC"
1577
1578 #~ msgid "ISO C90 does not support `long long'"
1579 #~ msgstr "ISO C90 ne permet pas « long long »"
1580
1581 #~ msgid "duplicate `%s'"
1582 #~ msgstr "« %s » apparaît en double"
1583
1584 #~ msgid "`__thread' before `extern'"
1585 #~ msgstr "« __thread » avant « extern »"
1586
1587 #~ msgid "`__thread' before `static'"
1588 #~ msgstr "« __thread » avant « static »"
1589
1590 #~ msgid "two or more data types in declaration of `%s'"
1591 #~ msgstr "deux types de données ou plus dans la déclaration de « %s »"
1592
1593 #~ msgid "`%s' fails to be a typedef or built in type"
1594 #~ msgstr "« %s » n'a pu devenir un typedef ou un type construit"
1595
1596 #~ msgid "type defaults to `int' in declaration of `%s'"
1597 #~ msgstr "dans la déclaration de « %s », utilisation de « int » par défaut pour le type"
1598
1599 #~ msgid "both long and short specified for `%s'"
1600 #~ msgstr "« long » et « short » spécifiés à la fois pour « %s »"
1601
1602 #~ msgid "long or short specified with char for `%s'"
1603 #~ msgstr "« long » ou « short » spécifié avec « char » pour « %s »"
1604
1605 #~ msgid "long or short specified with floating type for `%s'"
1606 #~ msgstr "« long » ou « short » spécifié avec un type flottant pour « %s »"
1607
1608 #~ msgid "the only valid combination is `long double'"
1609 #~ msgstr "la seule combinaison valide est « long double »"
1610
1611 #~ msgid "both signed and unsigned specified for `%s'"
1612 #~ msgstr "« %s » est à la fois signé et non signé"
1613
1614 #~ msgid "long, short, signed or unsigned invalid for `%s'"
1615 #~ msgstr "« long », « short », « signed » ou « unsigned » invalide pour « %s »"
1616
1617 #~ msgid "long, short, signed or unsigned used invalidly for `%s'"
1618 #~ msgstr "« long », « short », « signed » ou « unsigned » utilisé incorrectement pour « %s »"
1619
1620 #~ msgid "complex invalid for `%s'"
1621 #~ msgstr "« complex » invalide pour « %s »"
1622
1623 #~ msgid "ISO C90 does not support complex types"
1624 #~ msgstr "ISO C90 ne permet pas les types « complex »"
1625
1626 #~ msgid "ISO C does not support plain `complex' meaning `double complex'"
1627 #~ msgstr "ISO C ne permet pas d'utiliser « complex » à la place de « double complex »"
1628
1629 #~ msgid "ISO C does not support complex integer types"
1630 #~ msgstr "ISO C interdit le type d'entiers complexes"
1631
1632 #~ msgid "duplicate `const'"
1633 #~ msgstr "« const » apparaît en double"
1634
1635 #~ msgid "duplicate `restrict'"
1636 #~ msgstr "« restrict » apparaît en double"
1637
1638 #~ msgid "duplicate `volatile'"
1639 #~ msgstr "« volatile » apparaît en double"
1640
1641 #~ msgid "multiple storage classes in declaration of `%s'"
1642 #~ msgstr "multiples classes de stockage dans la déclaration de « %s »"
1643
1644 #~ msgid "function definition declared `auto'"
1645 #~ msgstr "définition de fonction déclaré « auto »"
1646
1647 #~ msgid "function definition declared `register'"
1648 #~ msgstr "définition de fonction déclarée « register »"
1649
1650 #~ msgid "function definition declared `typedef'"
1651 #~ msgstr "définition de fonction déclarée « typedef »"
1652
1653 #~ msgid "function definition declared `__thread'"
1654 #~ msgstr "définition de fonction déclarée « __thread »"
1655
1656 #~ msgid "storage class specified for structure field `%s'"
1657 #~ msgstr "classe de stockage spécifiée pour le champ de structure « %s »"
1658
1659 #~ msgid "storage class specified for parameter `%s'"
1660 #~ msgstr "classe de stockage spécifiée pour le paramètre « %s »"
1661
1662 #~ msgid "storage class specified for typename"
1663 #~ msgstr "classe de stockage spécifié pour un typename"
1664
1665 #~ msgid "`%s' initialized and declared `extern'"
1666 #~ msgstr "« %s » initialisé et déclaré « extern »"
1667
1668 #~ msgid "`%s' has both `extern' and initializer"
1669 #~ msgstr "« %s » a les deux « extern » et initialisateur"
1670
1671 #~ msgid "file-scope declaration of `%s' specifies `auto'"
1672 #~ msgstr "la déclaration de l'étendue de fichier « %s » spécifie « auto »"
1673
1674 #~ msgid "nested function `%s' declared `extern'"
1675 #~ msgstr "fonction imbriquée « %s » déclarée « extern »"
1676
1677 #~ msgid "function-scope `%s' implicitly auto and declared `__thread'"
1678 #~ msgstr "« %s » dans le champ de la fonction est implicitement déclaré auto, et déclaré « __thread »"
1679
1680 #~ msgid "static or type qualifiers in non-parameter array declarator"
1681 #~ msgstr "static ou qualificateurs de type dans un déclarateur de tableau n'étant pas un paramètre"
1682
1683 #~ msgid "declaration of `%s' as array of voids"
1684 #~ msgstr "déclaration de « %s » comme un tableau de « void »"
1685
1686 #~ msgid "declaration of `%s' as array of functions"
1687 #~ msgstr "déclaration de « %s » comme un tableau de fonctions"
1688
1689 #~ msgid "invalid use of structure with flexible array member"
1690 #~ msgstr "utilisation invalide d'une structure ayant un membre flexible"
1691
1692 #~ msgid "size of array `%s' has non-integer type"
1693 #~ msgstr "la taille du tableau « %s » n'est pas de type entier"
1694
1695 #~ msgid "ISO C forbids zero-size array `%s'"
1696 #~ msgstr "ISO C interdit le tableau de taille zéro « %s »"
1697
1698 #~ msgid "size of array `%s' is negative"
1699 #~ msgstr "la taille du tableau « %s » est négative"
1700
1701 #~ msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1702 #~ msgstr "ISO C90 interdit le tableau « %s » dont la taille ne peut être évaluée"
1703
1704 #~ msgid "ISO C90 forbids variable-size array `%s'"
1705 #~ msgstr "ISO C90 interdit le tableau « %s » de taille variable"
1706
1707 #~ msgid "size of array `%s' is too large"
1708 #~ msgstr "la taille du tableau « %s » est trop grande"
1709
1710 #~ msgid "ISO C90 does not support flexible array members"
1711 #~ msgstr "ISO C90 interdit les tableaux ayant des membres flexibles"
1712
1713 #~ msgid "array type has incomplete element type"
1714 #~ msgstr "les éléments du tableau sont de type incomplet"
1715
1716 #~ msgid "`%s' declared as function returning a function"
1717 #~ msgstr "« %s » déclaré comme une fonction retournant une fonction"
1718
1719 #~ msgid "`%s' declared as function returning an array"
1720 #~ msgstr "« %s » déclaré comme une fonction retournant un tableau"
1721
1722 #~ msgid "ISO C forbids qualified void function return type"
1723 #~ msgstr "ISO C interdit d'utiliser un void qualifié en valeur à retourner par la fonction"
1724
1725 #~ msgid "type qualifiers ignored on function return type"
1726 #~ msgstr "qualificateurs de type ignorés pour le type à retourner par la fonction"
1727
1728 #~ msgid "ISO C forbids qualified function types"
1729 #~ msgstr "ISO C interdit les types de fonction qualifiés"
1730
1731 #~ msgid "invalid type modifier within pointer declarator"
1732 #~ msgstr "modificateur de type invalide dans la déclaration de pointeur"
1733
1734 #~ msgid "ISO C forbids const or volatile function types"
1735 #~ msgstr "ISO C interdit les fonction de type volatile ou constante"
1736
1737 #~ msgid "variable or field `%s' declared void"
1738 #~ msgstr "variable ou champ « %s » déclaré « void »"
1739
1740 #~ msgid "attributes in parameter array declarator ignored"
1741 #~ msgstr "les attributs dans un déclarateur de tableau de paramètres sont ignorés"
1742
1743 #~ msgid "invalid type modifier within array declarator"
1744 #~ msgstr "modificateur invalide de type à l'intérieur d'un déclarateur de tableau"
1745
1746 #~ msgid "field `%s' declared as a function"
1747 #~ msgstr "champ « %s » déclaré comme une fonction"
1748
1749 #~ msgid "field `%s' has incomplete type"
1750 #~ msgstr "champ « %s » est de type incomplet"
1751
1752 #~ msgid "invalid storage class for function `%s'"
1753 #~ msgstr "classe de stockage invalide pour la fonction « %s »"
1754
1755 #~ msgid "`noreturn' function returns non-void value"
1756 #~ msgstr "fonction marquée « noreturn » retourne une valeur n'étant pas de type « void »"
1757
1758 #~ msgid "cannot inline function `main'"
1759 #~ msgstr "ne peut transformer « main » en fonction enligne"
1760
1761 #~ msgid "variable previously declared `static' redeclared `extern'"
1762 #~ msgstr "variable précédemment déclarée « static » redéclarée « extern »"
1763
1764 #~ msgid "%Jvariable '%D' declared `inline'"
1765 #~ msgstr "%Jvariable « %D » déclarée « inline »"
1766
1767 #~ msgid "thread-local storage not supported for this target"
1768 #~ msgstr "cette cible ne permet pas le stockage en local au thread"
1769
1770 #~ msgid "function declaration isn't a prototype"
1771 #~ msgstr "la déclaration de fonction n'est pas un prototype valide"
1772
1773 #~ msgid "parameter names (without types) in function declaration"
1774 #~ msgstr "noms de paramètres (sans type) dans la déclaration de fonction"
1775
1776 #~ msgid "parameter `%s' has incomplete type"
1777 #~ msgstr "le paramètre « %s » a un type incomplet"
1778
1779 #~ msgid "parameter has incomplete type"
1780 #~ msgstr "le paramètre a un type incomplet"
1781
1782 #~ msgid "\"void\" as only parameter may not be qualified"
1783 #~ msgstr "\"void\" comme seul paramètre ne peut être qualifié"
1784
1785 #~ msgid "\"void\" must be the only parameter"
1786 #~ msgstr "\"void\" doit être le seul paramètre"
1787
1788 #~ msgid "%Jparameter \"%D\" has just a forward declaration"
1789 #~ msgstr "%Jparamètre « %D » n'a qu'une déclaration anticipée"
1790
1791 #~ msgid "\"%s %s\" declared inside parameter list"
1792 #~ msgstr "\"%s %s\" déclarée à l'intérieur de la liste de paramètres"
1793
1794 #~ msgid "anonymous %s declared inside parameter list"
1795 #~ msgstr "structure anonyme %s déclarée à l'intérieur de la liste des paramètres"
1796
1797 #~ msgid "its scope is only this definition or declaration, which is probably not what you want"
1798 #~ msgstr "visible uniquement depuis cette définition ou déclaration, ce qui n'est probablement pas ce que vous désirez"
1799
1800 #~ msgid "redefinition of `union %s'"
1801 #~ msgstr "redéfinition de « union %s »"
1802
1803 #~ msgid "redefinition of `struct %s'"
1804 #~ msgstr "redéfinition de « struct %s »"
1805
1806 #~ msgid "declaration does not declare anything"
1807 #~ msgstr "déclaration ne déclarant rien du tout"
1808
1809 #~ msgid "%Jduplicate member '%D'"
1810 #~ msgstr "%Jmembre « %D » est double"
1811
1812 #~ msgid "%s defined inside parms"
1813 #~ msgstr "%s défini à l'intérieur des paramètres"
1814
1815 #~ msgid "union"
1816 #~ msgstr "union"
1817
1818 #~ msgid "structure"
1819 #~ msgstr "structure"
1820
1821 #~ msgid "%s has no %s"
1822 #~ msgstr "%s n'a pas de %s"
1823
1824 #~ msgid "struct"
1825 #~ msgstr "struct"
1826
1827 #~ msgid "named members"
1828 #~ msgstr "membres nommés"
1829
1830 #~ msgid "members"
1831 #~ msgstr "membres"
1832
1833 #~ msgid "nested redefinition of `%s'"
1834 #~ msgstr "redéfinition imbriquée de « %s »"
1835
1836 #~ msgid "%Jflexible array member in union"
1837 #~ msgstr "%Jmembre flexible de tableau dans l'union"
1838
1839 #~ msgid "%Jflexible array member not at end of struct"
1840 #~ msgstr "%Jle membre flexible de tableau n'est pas à la fin de la structure"
1841
1842 #~ msgid "%Jflexible array member in otherwise empty struct"
1843 #~ msgstr "%Jmembre flexible de tableau dans une structure vide par ailleurs"
1844
1845 #~ msgid "%Jinvalid use of structure with flexible array member"
1846 #~ msgstr "%Jutilisation invalide d'une structure ayant un membre flexible"
1847
1848 #~ msgid "union cannot be made transparent"
1849 #~ msgstr "union ne peut pas être rendu transparente"
1850
1851 #~ msgid "redeclaration of `enum %s'"
1852 #~ msgstr "redéclaration de « enum %s »"
1853
1854 #~ msgid "enum defined inside parms"
1855 #~ msgstr "enum défini à l'intérieur des paramètres"
1856
1857 #~ msgid "enumeration values exceed range of largest integer"
1858 #~ msgstr "valeurs d'énumération excède les bornes du plus grand entier"
1859
1860 #~ msgid "enumerator value for `%s' not integer constant"
1861 #~ msgstr "valeur de l'énumérateur pour « %s » n'est pas une constante entière"
1862
1863 #~ msgid "overflow in enumeration values"
1864 #~ msgstr "débordement dans les valeurs de l'énumération"
1865
1866 #~ msgid "ISO C restricts enumerator values to range of `int'"
1867 #~ msgstr "ISO C restreint les valeurs de l'énumérateur aux bornes d'un « int »"
1868
1869 #~ msgid "return type is an incomplete type"
1870 #~ msgstr "le type du retour est incomplet"
1871
1872 #~ msgid "return type defaults to `int'"
1873 #~ msgstr "le type du retour est « int » par défaut"
1874
1875 #~ msgid "%Jno previous prototype for '%D'"
1876 #~ msgstr "%Jaucun prototype précédent pour « %D »"
1877
1878 #~ msgid "%J'%D' was used with no prototype before its definition"
1879 #~ msgstr "%J« %D » a été utilisé sans prototype avant sa définition"
1880
1881 #~ msgid "%Jno previous declaration for '%D'"
1882 #~ msgstr "%Jaucune déclaration précédente pour « %D »"
1883
1884 #~ msgid "%J`%D' was used with no declaration before its definition"
1885 #~ msgstr "%J« %D » a été utilisé sans déclaration avant sa définition"
1886
1887 #~ msgid "%Jreturn type of '%D' is not `int'"
1888 #~ msgstr "%Jle type de retour de « %D » n'est pas « int »"
1889
1890 #~ msgid "%Jfirst argument of '%D' should be `int'"
1891 #~ msgstr "%Jle premier argument de « %D » devrait être « int »"
1892
1893 #~ msgid "%Jsecond argument of '%D' should be 'char **'"
1894 #~ msgstr "%Jle second argument de « %D » devrait être « char ** »"
1895
1896 #~ msgid "%Jthird argument of '%D' should probably be 'char **'"
1897 #~ msgstr "%Jle troisième argument de « %D » devrait probablement être « char ** »"
1898
1899 #~ msgid "%J'%D' takes only zero or two arguments"
1900 #~ msgstr "%J« %D » prend soit aucun argument ou soit deux arguments"
1901
1902 #~ msgid "%J'%D' is normally a non-static function"
1903 #~ msgstr "%J« %D » n'est pas normalement une fonction statique"
1904
1905 #~ msgid "%Jold-style parameter declarations in prototyped function definition"
1906 #~ msgstr "%Jdéclaration de paramètre d'ancien style dans la définition prototypée de fonction"
1907
1908 #~ msgid "%Jparameter name omitted"
1909 #~ msgstr "%Jnom de paramètre omis"
1910
1911 #~ msgid "%Jparameter name missing from parameter list"
1912 #~ msgstr "%Jnom du paramètre manquant dans la liste des paramètres"
1913
1914 #~ msgid "%J\"%D\" declared as a non-parameter"
1915 #~ msgstr "%J\"%D\" déclaré comme un non paramètre"
1916
1917 #~ msgid "%Jmultiple parameters named \"%D\""
1918 #~ msgstr "%Jplusieurs paramètres nommés « %D »"
1919
1920 #~ msgid "%Jparameter \"%D\" declared void"
1921 #~ msgstr "%Jparamètre \"%D\" déclaré «void »"
1922
1923 #~ msgid "%Jtype of \"%D\" defaults to \"int\""
1924 #~ msgstr "%Jtype de « %D » est « int » par défaut"
1925
1926 #~ msgid "%Jparameter \"%D\" has incomplete type"
1927 #~ msgstr "%Jparamètre \"%D\" a un type incomplet"
1928
1929 #~ msgid "%Jdeclaration for parameter \"%D\" but no such parameter"
1930 #~ msgstr "%Jdéclaration du paramètre « %D » mais pas de tel paramètre"
1931
1932 #~ msgid "number of arguments doesn't match prototype"
1933 #~ msgstr "le nombre d'arguments ne concorde pas avec celui du prototype"
1934
1935 #~ msgid "%Hprototype declaration"
1936 #~ msgstr "%Hdéclaration de prototype"
1937
1938 #~ msgid "promoted argument \"%D\" doesn't match prototype"
1939 #~ msgstr "argument promu \"%D\" ne concorde pas avec le prototype"
1940
1941 #~ msgid "argument \"%D\" doesn't match prototype"
1942 #~ msgstr "argument \"%D\" ne concorde pas avec le prototype"
1943
1944 #~ msgid "no return statement in function returning non-void"
1945 #~ msgstr "« return » manquant dans une fonction devant retourner une valeur"
1946
1947 #~ msgid "this function may return with or without a value"
1948 #~ msgstr "cette fonction devrait finir en retournant ou non une valeur"
1949
1950 #~ msgid "'for' loop initial declaration used outside C99 mode"
1951 #~ msgstr "déclaration initiale de la boucle « for » utilisée en dehors du mode C99"
1952
1953 #~ msgid "'struct %s' declared in 'for' loop initial declaration"
1954 #~ msgstr "« struct %s » déclarée dans la déclaration initiale de la boucle « for »"
1955
1956 #~ msgid "'union %s' declared in 'for' loop initial declaration"
1957 #~ msgstr "« union %s » déclarée dans la déclaration initiale de la boucle « for »"
1958
1959 #~ msgid "'enum %s' declared in 'for' loop initial declaration"
1960 #~ msgstr "« enum %s » déclarée dans la déclaration initiale de la boucle « for »"
1961
1962 #~ msgid "%Jdeclaration of non-variable '%D' in 'for' loop initial declaration"
1963 #~ msgstr "%Jdéclaration de « %D » (qui n'est pas une variable) dans la déclaration initiale de « for »"
1964
1965 #~ msgid "%Jdeclaration of static variable '%D' in 'for' loop initial declaration"
1966 #~ msgstr "%Jdéclaration de la variable statique « %D » dans la déclaration initiale de la boucle « for »"
1967
1968 #~ msgid "%Jdeclaration of 'extern' variable '%D' in 'for' loop initial declaration"
1969 #~ msgstr "%Jdéclaration de la variable externe « %D » dans la déclaration initiale « for »"
1970
1971 #~ msgid "%Jredefinition of global '%D'"
1972 #~ msgstr "%Jredéfinition globale de « %D »"
1973
1974 #~ msgid "%J'%D' previously defined here"
1975 #~ msgstr "%J« %D » précédemment défini ici"
1976
1977 #~ msgid "format string has invalid operand number"
1978 #~ msgstr "la chaîne de format a un nombre invalide d'opérandes"
1979
1980 #~ msgid "function does not return string type"
1981 #~ msgstr "fonction ne retourne pas un type « string »"
1982
1983 #~ msgid "format string arg not a string type"
1984 #~ msgstr "l'argument de la chaîne de format n'est pas de type « string »"
1985
1986 #~ msgid "unrecognized format specifier"
1987 #~ msgstr "spécificateur de format non reconnu"
1988
1989 #~ msgid "`%s' is an unrecognized format function type"
1990 #~ msgstr "« %s » a un format de type de fonction non reconnu"
1991
1992 #~ msgid "'...' has invalid operand number"
1993 #~ msgstr "« ... » a un nombre invalide d'opérandes"
1994
1995 #~ msgid "format string arg follows the args to be formatted"
1996 #~ msgstr "l'argument de la chaîne de format suit les arguments devant être formatés"
1997
1998 #~ msgid "` ' flag"
1999 #~ msgstr "fanion « »"
2000
2001 #~ msgid "the ` ' printf flag"
2002 #~ msgstr "le fanion « » de printf"
2003
2004 #~ msgid "`+' flag"
2005 #~ msgstr "fanion « + »"
2006
2007 #~ msgid "the `+' printf flag"
2008 #~ msgstr "le fanion « + » de printf"
2009
2010 #~ msgid "`#' flag"
2011 #~ msgstr "fanion « # »"
2012
2013 #~ msgid "the `#' printf flag"
2014 #~ msgstr "le fanion « # » de printf"
2015
2016 #~ msgid "`0' flag"
2017 #~ msgstr "fanion « 0 »"
2018
2019 #~ msgid "the `0' printf flag"
2020 #~ msgstr "le fanion « 0 » de printf"
2021
2022 #~ msgid "`-' flag"
2023 #~ msgstr "fanion « - »"
2024
2025 #~ msgid "the `-' printf flag"
2026 #~ msgstr "le fanion « - » de printf"
2027
2028 #~ msgid "`'' flag"
2029 #~ msgstr "fanion « ' »"
2030
2031 #~ msgid "the `'' printf flag"
2032 #~ msgstr "le fanion « ' » de printf"
2033
2034 #~ msgid "`I' flag"
2035 #~ msgstr "fanion « I »"
2036
2037 #~ msgid "the `I' printf flag"
2038 #~ msgstr "le fanion « I » de printf"
2039
2040 #~ msgid "field width"
2041 #~ msgstr "largeur de champ"
2042
2043 #~ msgid "field width in printf format"
2044 #~ msgstr "largeur de champ dans le format de printf"
2045
2046 #~ msgid "precision"
2047 #~ msgstr "précision"
2048
2049 #~ msgid "precision in printf format"
2050 #~ msgstr "précision dans le format de printf"
2051
2052 #~ msgid "length modifier"
2053 #~ msgstr "modificateur de longueur"
2054
2055 #~ msgid "length modifier in printf format"
2056 #~ msgstr "modificateur de longueur dans le format printf"
2057
2058 #~ msgid "assignment suppression"
2059 #~ msgstr "suppression d'affectation"
2060
2061 #~ msgid "the assignment suppression scanf feature"
2062 #~ msgstr "options de scanf pour la suppression d'affectation"
2063
2064 #~ msgid "`a' flag"
2065 #~ msgstr "fanion « a »"
2066
2067 #~ msgid "the `a' scanf flag"
2068 #~ msgstr "le fanion « a » de scanf"
2069
2070 #~ msgid "field width in scanf format"
2071 #~ msgstr "largeur de champ dans le format de scanf"
2072
2073 #~ msgid "length modifier in scanf format"
2074 #~ msgstr "modificateur de longueur dans le format de scanf"
2075
2076 #~ msgid "the `'' scanf flag"
2077 #~ msgstr "la fanion « ' » de scanf"
2078
2079 #~ msgid "the `I' scanf flag"
2080 #~ msgstr "le fanion « I » de scanf"
2081
2082 #~ msgid "`_' flag"
2083 #~ msgstr "fanion « _ »"
2084
2085 #~ msgid "the `_' strftime flag"
2086 #~ msgstr "le fanion « _ » de strftime"
2087
2088 #~ msgid "the `-' strftime flag"
2089 #~ msgstr "le fanion « - » de strftime"
2090
2091 #~ msgid "the `0' strftime flag"
2092 #~ msgstr "le fanion « 0 » de strftime"
2093
2094 #~ msgid "`^' flag"
2095 #~ msgstr "fanion « ^ »"
2096
2097 #~ msgid "the `^' strftime flag"
2098 #~ msgstr "la fanion « ^ » de strftime"
2099
2100 #~ msgid "the `#' strftime flag"
2101 #~ msgstr "le fanion « # » de strftime"
2102
2103 #~ msgid "field width in strftime format"
2104 #~ msgstr "largeur de champ dans le format de strftime"
2105
2106 #~ msgid "`E' modifier"
2107 #~ msgstr "modificateur « E »"
2108
2109 #~ msgid "the `E' strftime modifier"
2110 #~ msgstr "le modificateur « E » de strftime"
2111
2112 #~ msgid "`O' modifier"
2113 #~ msgstr "modificateur « O »"
2114
2115 #~ msgid "the `O' strftime modifier"
2116 #~ msgstr "le modificateur « O » de strftime"
2117
2118 #~ msgid "the `O' modifier"
2119 #~ msgstr "le modificateur « O »"
2120
2121 #~ msgid "fill character"
2122 #~ msgstr "caractère de remplissage"
2123
2124 #~ msgid "fill character in strfmon format"
2125 #~ msgstr "caractère de remplissage dans le format de strfmon"
2126
2127 #~ msgid "the `^' strfmon flag"
2128 #~ msgstr "le fanion « ^ » de strfmon"
2129
2130 #~ msgid "the `+' strfmon flag"
2131 #~ msgstr "le fanion « + » de strfmon"
2132
2133 #~ msgid "`(' flag"
2134 #~ msgstr "fanion « ( »"
2135
2136 #~ msgid "the `(' strfmon flag"
2137 #~ msgstr "le fanion « ( » de strfmon"
2138
2139 #~ msgid "`!' flag"
2140 #~ msgstr "fanion « ! »"
2141
2142 #~ msgid "the `!' strfmon flag"
2143 #~ msgstr "le fanion « ! » de strfmon"
2144
2145 #~ msgid "the `-' strfmon flag"
2146 #~ msgstr "le fanion « - » de strfmon"
2147
2148 #~ msgid "field width in strfmon format"
2149 #~ msgstr "largeur de champ dans le format de strfmon"
2150
2151 #~ msgid "left precision"
2152 #~ msgstr "précision de gauche"
2153
2154 #~ msgid "left precision in strfmon format"
2155 #~ msgstr "précision de gauche dans le format de strfmon"
2156
2157 #~ msgid "right precision"
2158 #~ msgstr "précision de droite"
2159
2160 #~ msgid "right precision in strfmon format"
2161 #~ msgstr "précision de droite dans le format de strfmon"
2162
2163 #~ msgid "length modifier in strfmon format"
2164 #~ msgstr "modificateur de longueur dans le format de strfmon"
2165
2166 #~ msgid "function might be possible candidate for `%s' format attribute"
2167 #~ msgstr "la fonction est peut être candidate pour l'attribut de format de « %s »"
2168
2169 #~ msgid "missing $ operand number in format"
2170 #~ msgstr "$ manquant dans le format pour l'opérande du nombre"
2171
2172 #~ msgid "%s does not support %%n$ operand number formats"
2173 #~ msgstr "%s ne permet pas le format d'opérande de nombre %%n$"
2174
2175 #~ msgid "operand number out of range in format"
2176 #~ msgstr "opérande de nombre au delà de la limite dans le format"
2177
2178 #~ msgid "format argument %d used more than once in %s format"
2179 #~ msgstr "argument de format %d utilisé plus d'une fois dans le format %s"
2180
2181 #~ msgid "format argument %d unused before used argument %d in $-style format"
2182 #~ msgstr "argument de format %d inutilisé avant l'utilisation de l'argument %d dans le format de style $"
2183
2184 #~ msgid "format not a string literal, format string not checked"
2185 #~ msgstr "le format n'est pas une chaîne littérale, le format n'est pas vérifé"
2186
2187 #~ msgid "format not a string literal and no format arguments"
2188 #~ msgstr "le format n'est pas une chaîne littérale et pas d'argument de format"
2189
2190 #~ msgid "format not a string literal, argument types not checked"
2191 #~ msgstr "le format n'est pas une chaîne littérale, le type des arguments n'est pas vérifié"
2192
2193 #~ msgid "too many arguments for format"
2194 #~ msgstr "trop d'arguments pour le format"
2195
2196 #~ msgid "unused arguments in $-style format"
2197 #~ msgstr "arguments inutilisés dans le format de style $"
2198
2199 #~ msgid "zero-length %s format string"
2200 #~ msgstr "chaîne de format de longueur nulle %s"
2201
2202 #~ msgid "format is a wide character string"
2203 #~ msgstr "le format est une chaîne large de caractères"
2204
2205 #~ msgid "unterminated format string"
2206 #~ msgstr "chaîne de format non terminée"
2207
2208 #~ msgid "embedded `\\0' in format"
2209 #~ msgstr "« \\0 » inclu dans le format"
2210
2211 #~ msgid "spurious trailing `%%' in format"
2212 #~ msgstr "des caractères « %% » douteux traînent dans le format"
2213
2214 #~ msgid "repeated %s in format"
2215 #~ msgstr "%s répété dans le format"
2216
2217 #~ msgid "missing fill character at end of strfmon format"
2218 #~ msgstr "caractère de remplissage manquant à la fin du format pour strfmon"
2219
2220 #~ msgid "too few arguments for format"
2221 #~ msgstr "trop peu d'arguments dans le format"
2222
2223 #~ msgid "zero width in %s format"
2224 #~ msgstr "largeur zéro dans le format %s"
2225
2226 #~ msgid "empty left precision in %s format"
2227 #~ msgstr "précision de gauche vide dans le format %s"
2228
2229 #~ msgid "field precision"
2230 #~ msgstr "champ de précision"
2231
2232 #~ msgid "empty precision in %s format"
2233 #~ msgstr "précision vide dans le format %s"
2234
2235 #~ msgid "%s does not support the `%s' %s length modifier"
2236 #~ msgstr "%s ne supporte pas « %s » %s comme modificateur de longueur"
2237
2238 #~ msgid "conversion lacks type at end of format"
2239 #~ msgstr "il manque un type pour la conversion à la fin du format"
2240
2241 #~ msgid "unknown conversion type character `%c' in format"
2242 #~ msgstr "type de caractère de conversion inconnu « %c » dans le format"
2243
2244 #~ msgid "unknown conversion type character 0x%x in format"
2245 #~ msgstr "type de caractère de conversion inconnu 0x%x dans le format"
2246
2247 #~ msgid "%s does not support the `%%%c' %s format"
2248 #~ msgstr "%s ne supporte pas le format « %%%c » %s"
2249
2250 #~ msgid "%s used with `%%%c' %s format"
2251 #~ msgstr "%s utilisé avec le format « %%%c » %s"
2252
2253 #~ msgid "%s does not support %s"
2254 #~ msgstr "%s ne supporte pas %s"
2255
2256 #~ msgid "%s does not support %s with the `%%%c' %s format"
2257 #~ msgstr "%s ne supporte pas %s avec le format « %%%c » %s "
2258
2259 #~ msgid "%s ignored with %s and `%%%c' %s format"
2260 #~ msgstr "%s ignoré avec %s et le format « %%%c » %s"
2261
2262 #~ msgid "%s ignored with %s in %s format"
2263 #~ msgstr "%s ignoré avec %s dans le format %s"
2264
2265 #~ msgid "use of %s and %s together with `%%%c' %s format"
2266 #~ msgstr "utilisation de %s et de %s ensemble dans le format « %%%c » %s"
2267
2268 #~ msgid "use of %s and %s together in %s format"
2269 #~ msgstr "utilisation de %s et de %s ensemble dans le format %s"
2270
2271 #~ msgid "`%%%c' yields only last 2 digits of year in some locales"
2272 #~ msgstr "« %%%c » laisse seulement les 2 derniers chiffres de l'année avec certaines locales"
2273
2274 #~ msgid "`%%%c' yields only last 2 digits of year"
2275 #~ msgstr "« %%%c » laisse seulement les 2 derniers chiffres de l'année"
2276
2277 #~ msgid "no closing `]' for `%%[' format"
2278 #~ msgstr "pas de « ] » fermant pour le format « %%[ »"
2279
2280 #~ msgid "use of `%s' length modifier with `%c' type character"
2281 #~ msgstr "utilisation du modificateur de longueur « %s » avec le type de caractère « %c »"
2282
2283 #~ msgid "%s does not support the `%%%s%c' %s format"
2284 #~ msgstr "%s ne supporte par le format « %%%s%c » %s"
2285
2286 #~ msgid "operand number specified with suppressed assignment"
2287 #~ msgstr "nombre d'opérandes spécifié avec des affectations suprimées"
2288
2289 #~ msgid "operand number specified for format taking no argument"
2290 #~ msgstr "nombre d'opérandes spécifié pour un format n'acceptant aucun argument"
2291
2292 #~ msgid "writing through null pointer (arg %d)"
2293 #~ msgstr "écriture à travers un pointeur nul (arg %d)"
2294
2295 #~ msgid "reading through null pointer (arg %d)"
2296 #~ msgstr "lecture à l'aide d'un pointeur nul (arg %d)"
2297
2298 #~ msgid "writing into constant object (arg %d)"
2299 #~ msgstr "écriture dans un objet constant (arg %d)"
2300
2301 #~ msgid "extra type qualifiers in format argument (arg %d)"
2302 #~ msgstr "qualificateur de type additionnel dans l'argument du format (arg %d)"
2303
2304 #~ msgid "format argument is not a pointer (arg %d)"
2305 #~ msgstr "l'argument de format n'est pas un pointeur (arg %d)"
2306
2307 #~ msgid "format argument is not a pointer to a pointer (arg %d)"
2308 #~ msgstr "l'argument de format n'est pas un pointeur de pointeur (arg %d)"
2309
2310 #~ msgid "pointer"
2311 #~ msgstr "pointeur"
2312
2313 #~ msgid "different type"
2314 #~ msgstr "type différent"
2315
2316 #~ msgid "%s is not type %s (arg %d)"
2317 #~ msgstr "%s n'est pas de type %s (arg %d)"
2318
2319 #~ msgid "%s format, %s arg (arg %d)"
2320 #~ msgstr "format %s, arg %s (arg %d)"
2321
2322 #~ msgid "args to be formatted is not '...'"
2323 #~ msgstr "les arguments devant être formatés ne sont pas « ... »"
2324
2325 #~ msgid "strftime formats cannot format arguments"
2326 #~ msgstr "Les formats de strftime ne peuvent pas formater d'argument"
2327
2328 #~ msgid "ignoring duplicate directory \"%s\"\n"
2329 #~ msgstr "le répertoire « %s » est ignoré car présent deux fois\n"
2330
2331 #~ msgid "  as it is a non-system directory that duplicates a system directory\n"
2332 #~ msgstr "  car il s'agit d'un répertoire non système dupliquant un répertoire système\n"
2333
2334 #~ msgid "ignoring nonexistent directory \"%s\"\n"
2335 #~ msgstr "le répertoire « %s » est ignoré car inexistant\n"
2336
2337 #~ msgid "#include \"...\" search starts here:\n"
2338 #~ msgstr "la recherche pour #include \"...\" débute ici :\n"
2339
2340 #~ msgid "#include <...> search starts here:\n"
2341 #~ msgstr "la recherche pour #include <...> débute ici:\n"
2342
2343 #~ msgid "End of search list.\n"
2344 #~ msgstr "Fin de la liste de recherche.\n"
2345
2346 #~ msgid "badly nested C headers from preprocessor"
2347 #~ msgstr "en-têtes C du préprocesseur incorrectement imbriqués"
2348
2349 #~ msgid "ignoring #pragma %s %s"
2350 #~ msgstr "#pragma %s %s ignoré"
2351
2352 #~ msgid "%Hstray '@' in program"
2353 #~ msgstr "%H« @ » perdu dans le programme"
2354
2355 #~ msgid "missing terminating %c character"
2356 #~ msgstr "caractère %c de terminaison manquant"
2357
2358 #~ msgid "stray '%c' in program"
2359 #~ msgstr "« %c » perdu dans le programme"
2360
2361 #~ msgid "stray '\\%o' in program"
2362 #~ msgstr "« \\%o » perdu dans le programme"
2363
2364 #~ msgid "this decimal constant is unsigned only in ISO C90"
2365 #~ msgstr "cette constante décimale est « unsigned » seulement en C90 ISO"
2366
2367 #~ msgid "this decimal constant would be unsigned in ISO C90"
2368 #~ msgstr "cette constante décimale serait « unsigned » en C90 ISO"
2369
2370 #~ msgid "integer constant is too large for \"%s\" type"
2371 #~ msgstr "constante entière trop grande pour le type « %s »"
2372
2373 #~ msgid "floating constant exceeds range of \"%s\""
2374 #~ msgstr "constante en nombre flottant excédant les limites de « %s »"
2375
2376 #~ msgid "traditional C rejects string constant concatenation"
2377 #~ msgstr "le C traditionel rejette la concaténation de chaînes de constantes"
2378
2379 #~ msgid "%Jfunction '%F' can never be inlined because it is suppressed using -fno-inline"
2380 #~ msgstr "%Jfonction « %F » ne jamais être enlignée parce qu'elle supprime l'utilisation de -fno-inline"
2381
2382 #~ msgid "%Jfunction '%F' can never be inlined because it might not be bound within this unit of translation"
2383 #~ msgstr "%Jfonction « %F » ne jamais être enlignée parce qu'elle ne peut être lié dans cette unité de traduction"
2384
2385 #~ msgid "%Jfunction '%F' can never be inlined because it uses attributes conflicting with inlining"
2386 #~ msgstr "%Jfonction « %F » ne jamais être enlignée parce qu'elle utilise un attribut en conflit avec l'enlignage"
2387
2388 #~ msgid "%Jfunction '%F' can never be inlined because it has pending sizes"
2389 #~ msgstr "%Jfonction « %F » ne jamais être enlignée parce qu'elle a des tailles en attente"
2390
2391 #~ msgid "%Jnested function '%F' can never be inlined because it has possibly saved pending sizes"
2392 #~ msgstr "%Jfonction imbriqué « %F » ne peut jamais être enlignée parce qu'ella possiblement sauvegardé des tailles en attente"
2393
2394 #~ msgid "no class name specified with \"%s\""
2395 #~ msgstr "aucun nom de classe spécifié avec \"%s\""
2396
2397 #~ msgid "assertion missing after \"%s\""
2398 #~ msgstr "assertion manquante après \"%s\""
2399
2400 #~ msgid "macro name missing after \"%s\""
2401 #~ msgstr "nom de macro manquant après \"%s\""
2402
2403 #~ msgid "missing path after \"%s\""
2404 #~ msgstr "cible manquante après \"%s\""
2405
2406 #~ msgid "missing filename after \"%s\""
2407 #~ msgstr "nom de fichier manquant après \"%s\""
2408
2409 #~ msgid "missing makefile target after \"%s\""
2410 #~ msgstr "cible manquante dans le makefile après \"%s\""
2411
2412 #~ msgid "-I- specified twice"
2413 #~ msgstr "-I- spécifié deux fois"
2414
2415 #~ msgid "switch \"%s\" is no longer supported"
2416 #~ msgstr "l'option « %s » n'est plus supportée"
2417
2418 #~ msgid "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"
2419 #~ msgstr "-fhandle-exceptions a été renommé -fexceptions (et est maintenant utilisé par défaut)"
2420
2421 #~ msgid "output filename specified twice"
2422 #~ msgstr "nom du fichier de sortie spécifié deux fois"
2423
2424 #~ msgid "-Wformat-y2k ignored without -Wformat"
2425 #~ msgstr "-Wformat-y2k ignorée sans -Wformat"
2426
2427 #~ msgid "-Wformat-extra-args ignored without -Wformat"
2428 #~ msgstr "-Wformat-extra-args ignorée sans -Wformat"
2429
2430 #~ msgid "-Wformat-zero-length ignored without -Wformat"
2431 #~ msgstr "-Wformat-zero-length ignorée sans -Wformat"
2432
2433 #~ msgid "-Wformat-nonliteral ignored without -Wformat"
2434 #~ msgstr "-Wformat-nonliteral ignorée sans -Wformat"
2435
2436 #~ msgid "-Wformat-security ignored without -Wformat"
2437 #~ msgstr "-Wformat-security ignorée sans -Wformat"
2438
2439 #~ msgid "-Wmissing-format-attribute ignored without -Wformat"
2440 #~ msgstr "-Wmissing-format-attribute ignorée sans -Wformat"
2441
2442 #~ msgid "opening output file %s: %m"
2443 #~ msgstr "ouverture du fichier de sortie %s: %m"
2444
2445 #~ msgid "too many filenames given.  Type %s --help for usage"
2446 #~ msgstr "trop de noms de fichiers. Taper %s --help pour en connaître l'usage"
2447
2448 #~ msgid "YYDEBUG not defined"
2449 #~ msgstr "YYDEBUG n'est pas défini"
2450
2451 #~ msgid "opening dependency file %s: %m"
2452 #~ msgstr "ouverture du fichier de dépendances %s: %m"
2453
2454 #~ msgid "closing dependency file %s: %m"
2455 #~ msgstr "fermeture du fichier de dépendances %s: %m"
2456
2457 #~ msgid "when writing output to %s: %m"
2458 #~ msgstr "lors de l'écriture de la sortie dans %s: %m"
2459
2460 #~ msgid "to generate dependencies you must specify either -M or -MM"
2461 #~ msgstr "pour générer les dépendances, vous devez spécifier -M ou -MM"
2462
2463 #~ msgid "<built-in>"
2464 #~ msgstr "<interne>"
2465
2466 #~ msgid "<command line>"
2467 #~ msgstr "<ligne de commande>"
2468
2469 #~ msgid "too late for # directive to set debug directory"
2470 #~ msgstr "il est trop tard pour la directive # pour fixer un répertoire de mise au point"
2471
2472 #~ msgid "syntax error"
2473 #~ msgstr "erreur de syntaxe"
2474
2475 # FIXME
2476 #~ msgid "syntax error: cannot back up"
2477 #~ msgstr "erreur de syntaxe : impossible de reculer"
2478
2479 #~ msgid "ISO C forbids an empty source file"
2480 #~ msgstr "ISO C interdit un fichier source vide"
2481
2482 #~ msgid "argument of `asm' is not a constant string"
2483 #~ msgstr "l'argument de « asm » n'est pas une chaîne de constante"
2484
2485 #~ msgid "ISO C forbids data definition with no type or storage class"
2486 #~ msgstr "ISO C interdit la définition de données sans type ni classe de stockage"
2487
2488 #~ msgid "data definition has no type or storage class"
2489 #~ msgstr "la définition de données n'a pas de type ni de classe de stockage"
2490
2491 #~ msgid "ISO C does not allow extra `;' outside of a function"
2492 #~ msgstr "ISO C ne permet pas de « ; » additionnel en dehors d'une fonction"
2493
2494 #~ msgid "`sizeof' applied to a bit-field"
2495 #~ msgstr "« sizeof » appliqué à un champ de bits"
2496
2497 #~ msgid "ISO C forbids omitting the middle term of a ?: expression"
2498 #~ msgstr "ISO C interdit l'omission du terme central de l'expression ?:"
2499
2500 # FIXME
2501 #~ msgid "ISO C90 forbids compound literals"
2502 #~ msgstr "ISO C90 interdit les mots composés"
2503
2504 #~ msgid "ISO C forbids braced-groups within expressions"
2505 #~ msgstr "ISO C interdit les groupes d'accolades à l'intérieur d'expressions"
2506
2507 #~ msgid "first argument to __builtin_choose_expr not a constant"
2508 #~ msgstr "le premier argument de « __builtin_choose_expr » n'est pas une constante"
2509
2510 #~ msgid "traditional C rejects ISO C style function definitions"
2511 #~ msgstr "le C traditionel rejette les définitions de fonction de style ISO C"
2512
2513 #~ msgid "old-style parameter declaration"
2514 #~ msgstr "déclaration de paramètre d'un style désuet"
2515
2516 #~ msgid "`%s' is not at beginning of declaration"
2517 #~ msgstr "« %s » n'est pas au début de la déclaration"
2518
2519 #~ msgid "`typeof' applied to a bit-field"
2520 #~ msgstr "« typeof » appliqué à un champ de bits"
2521
2522 #~ msgid "ISO C forbids empty initializer braces"
2523 #~ msgstr "ISO C interdit d'initialiser avec des accolades vides"
2524
2525 #~ msgid "ISO C90 forbids specifying subobject to initialize"
2526 #~ msgstr "ISO C90 interdit de spécifier des sous-objets à initialiser"
2527
2528 #~ msgid "obsolete use of designated initializer without `='"
2529 #~ msgstr "utilisation obsolète d'une initialisation désignée sans « = »"
2530
2531 #~ msgid "obsolete use of designated initializer with `:'"
2532 #~ msgstr "utilisation obsolète d'une initialisation désignée avec « : »"
2533
2534 #~ msgid "ISO C forbids specifying range of elements to initialize"
2535 #~ msgstr "ISO C interdit de spécifier les bornes des éléments à initaliser"
2536
2537 #~ msgid "ISO C forbids nested functions"
2538 #~ msgstr "ISO C interdit les fonctions imbriquées"
2539
2540 #~ msgid "ISO C forbids forward references to `enum' types"
2541 #~ msgstr "ISO C interdit les références anticipée vers un type « enum »"
2542
2543 #~ msgid "comma at end of enumerator list"
2544 #~ msgstr "virgule à la fin de liste d'énumerateurs"
2545
2546 #~ msgid "no semicolon at end of struct or union"
2547 #~ msgstr "pas de point virgule à la fin de la structure ou de l'union"
2548
2549 #~ msgid "extra semicolon in struct or union specified"
2550 #~ msgstr "point virgule superflu dans la structure ou dans l'union"
2551
2552 #~ msgid "ISO C doesn't support unnamed structs/unions"
2553 #~ msgstr "ISO C ne permet pas les structures et unions sans nom"
2554
2555 #~ msgid "ISO C forbids member declarations with no members"
2556 #~ msgstr "ISO C interdit les déclarations de membre sans aucun membre"
2557
2558 #~ msgid "label at end of compound statement"
2559 #~ msgstr "étiquette à la fin d'une déclaration composée"
2560
2561 #~ msgid "ISO C90 forbids mixed declarations and code"
2562 #~ msgstr "ISO C89 interdit les mélanges de déclarations et de code"
2563
2564 #~ msgid "ISO C forbids label declarations"
2565 #~ msgstr "ISO C interdit la déclaration d'étiquette"
2566
2567 #~ msgid "braced-group within expression allowed only inside a function"
2568 #~ msgstr "groupe entre accolades à l'intérieur d'expression permis seulement à l'intérieur d'une fonction"
2569
2570 #~ msgid "empty body in an else-statement"
2571 #~ msgstr "le corps du else est vide"
2572
2573 #~ msgid "%Hempty body in an if-statement"
2574 #~ msgstr "%Hle corps de la déclaration du if est vide"
2575
2576 #~ msgid "break statement not within loop or switch"
2577 #~ msgstr "mot-clé « break » à l'extérieur de toute boucle ou « switch »"
2578
2579 #~ msgid "continue statement not within a loop"
2580 #~ msgstr "mot-clé « continue » à l'extérieur de toute boucle"
2581
2582 #~ msgid "ISO C forbids `goto *expr;'"
2583 #~ msgstr "ISO C interdit « goto *expr; »"
2584
2585 #~ msgid "ISO C requires a named argument before `...'"
2586 #~ msgstr "ISO C requiert un argument nommé devant « ... »"
2587
2588 #~ msgid "`...' in old-style identifier list"
2589 #~ msgstr "« ... » dans une liste d'identificateurs de style ancien"
2590
2591 #~ msgid "parse error; also virtual memory exhausted"
2592 #~ msgstr "erreur d'analyse syntaxique; et la mémoire virtuelle est épuisée"
2593
2594 #~ msgid "parse error"
2595 #~ msgstr "erreur d'analyse syntaxique"
2596
2597 #~ msgid "parser stack overflow"
2598 #~ msgstr "débordement de la pile de l'analyseur syntaxique"
2599
2600 #~ msgid "syntax error at '%s' token"
2601 #~ msgstr "erreur de syntaxe à l'élément lexical « %s »"
2602
2603 #~ msgid "can't create precompiled header %s: %m"
2604 #~ msgstr "ne peut créer une en-tête précompilée %s: %m"
2605
2606 #~ msgid "can't write to %s: %m"
2607 #~ msgstr "ne peut écrire dans %s: %m"
2608
2609 #~ msgid "`%s' is not a valid output file"
2610 #~ msgstr "« %s » n'est pas un nom de fichier valide"
2611
2612 #~ msgid "can't write %s: %m"
2613 #~ msgstr "ne peut écrire dans %s: %m"
2614
2615 #~ msgid "can't seek in %s: %m"
2616 #~ msgstr "ne peut se positionner dans %s: %m"
2617
2618 #~ msgid "can't read %s: %m"
2619 #~ msgstr "ne peut lire %s: %m"
2620
2621 #~ msgid "%s: not compatible with this GCC version"
2622 #~ msgstr "%s: n'est pas compatible avec cette version de GCC"
2623
2624 #~ msgid "%s: not for %s"
2625 #~ msgstr "%s: non pour %s"
2626
2627 #~ msgid "%s: not a PCH file"
2628 #~ msgstr "%s: n'est pas un fichier PCH"
2629
2630 #~ msgid "%s: created on host `%.*s', but used on host `%s'"
2631 #~ msgstr "%s: créé sur l'hôte « %.*s », mais utilisé sur l'hôte « %s »"
2632
2633 #~ msgid "%s: created for target `%.*s', but used for target `%s'"
2634 #~ msgstr "%s: créé pour la cible « %.*s », mais utilisé pour la cible « %s »"
2635
2636 #~ msgid "%s: created by version `%.*s', but this is version `%s'"
2637 #~ msgstr "%s: créé pour la version « %.*s », mais utilisé avec la version « %s »"
2638
2639 #~ msgid "%s: created using different flags"
2640 #~ msgstr "%s: créé en utilisant des fanions différents"
2641
2642 #~ msgid "%s: created with -g%s, but used with -g%s"
2643 #~ msgstr "%s: créé avec -g%s, mais utilisé avec -g%s"
2644
2645 #~ msgid "%s: had text segment at different address"
2646 #~ msgstr "%s: a un segment texte à une adresse différente"
2647
2648 # I18N
2649 #~ msgid "calling fdopen"
2650 #~ msgstr "appel de fdopen()"
2651
2652 #~ msgid "reading"
2653 #~ msgstr "en lecture"
2654
2655 #~ msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2656 #~ msgstr "#pragma pack (pop) rencontré sans #pragma pack (push, <n>) correspondant"
2657
2658 #~ msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"
2659 #~ msgstr "#pragma pack(pop, %s) rencontré sans #pragma pack(push, %s, <n>) correspondant"
2660
2661 #~ msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2662 #~ msgstr "#pragma pack(push[, id], <n>) n'est pas permis sur cette cible"
2663
2664 #~ msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2665 #~ msgstr "#pragma pack(pop[, id], <n>) n'est pas permis sur cette cible"
2666
2667 #~ msgid "missing '(' after '#pragma pack' - ignored"
2668 #~ msgstr "« ( » manquante après « #pragma pack » - ignoré"
2669
2670 #~ msgid "malformed '#pragma pack' - ignored"
2671 #~ msgstr "« #pragma pack » mal composée - ignoré"
2672
2673 #~ msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2674 #~ msgstr "« #pragma pack(push[, id], <n>) » mal composée - ignoré"
2675
2676 #~ msgid "malformed '#pragma pack(pop[, id])' - ignored"
2677 #~ msgstr "« #pragma pack(pop[, id]) » mal composée, ignoré"
2678
2679 #~ msgid "unknown action '%s' for '#pragma pack' - ignored"
2680 #~ msgstr "action « %s » inconnue pour « #pragma pack » - ignoré"
2681
2682 #~ msgid "junk at end of '#pragma pack'"
2683 #~ msgstr "rebut à la fin de « #pragma pack »"
2684
2685 #~ msgid "alignment must be a small power of two, not %d"
2686 #~ msgstr "l'alignement doit être une petite puissance de 2, pas %d"
2687
2688 #~ msgid "%Japplying #pragma weak '%D' after first use results in unspecified behavior"
2689 #~ msgstr "%Japplication de la #pragma weak « %D » après la première utilisation conduit à un comportement non spécifié"
2690
2691 #~ msgid "malformed #pragma weak, ignored"
2692 #~ msgstr "#pragma weak mal composée, ignoré"
2693
2694 #~ msgid "junk at end of #pragma weak"
2695 #~ msgstr "rebut à la fin de #pragma weak"
2696
2697 #~ msgid "malformed #pragma redefine_extname, ignored"
2698 #~ msgstr "#pragma redefine_extname mal composée, ignoré"
2699
2700 #~ msgid "junk at end of #pragma redefine_extname"
2701 #~ msgstr "rebut à la fin de #pragma redefine_extname"
2702
2703 #~ msgid "#pragma redefine_extname conflicts with declaration"
2704 #~ msgstr "#pragma redefine_extname en conflit avec la déclaration"
2705
2706 #~ msgid "malformed #pragma extern_prefix, ignored"
2707 #~ msgstr "#pragma extern_prefix mal composée, ignoré"
2708
2709 #~ msgid "junk at end of #pragma extern_prefix"
2710 #~ msgstr "rebut à la fin de #pragma extern_prefix"
2711
2712 #~ msgid "asm declaration conflicts with previous rename"
2713 #~ msgstr "déclaration asm en conflit avec le changement de nom précédent"
2714
2715 #~ msgid "destructor needed for `%D'"
2716 #~ msgstr "destructeur requis pour « %D »"
2717
2718 #~ msgid "where case label appears here"
2719 #~ msgstr "où les étiquettes de « case » apparaissent ici"
2720
2721 # FIXME
2722 #~ msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"
2723 #~ msgstr "(les actions dans les « case » précédents requierent des destructeurs dans leur propre champ.)"
2724
2725 #~ msgid "%s qualifier ignored on asm"
2726 #~ msgstr "%s qualificateur ignoré avec asm"
2727
2728 # FIXME: c'est de l'assembleur ?
2729 #~ msgid "will never be executed"
2730 #~ msgstr "ne sera jamais exécuté"
2731
2732 #~ msgid "`%s' has an incomplete type"
2733 #~ msgstr "« %s » a un type incomplet"
2734
2735 #~ msgid "invalid use of void expression"
2736 #~ msgstr "utilisation invalide d'expression void"
2737
2738 #~ msgid "invalid use of flexible array member"
2739 #~ msgstr "utilisation invalide d'un membre flexible de tableau"
2740
2741 #~ msgid "invalid use of array with unspecified bounds"
2742 #~ msgstr "utilisation invalide d'un tableau sans borne spécifiée"
2743
2744 #~ msgid "invalid use of undefined type `%s %s'"
2745 #~ msgstr "utilisation invalide d'un type indéfini « %s %s »"
2746
2747 #~ msgid "invalid use of incomplete typedef `%s'"
2748 #~ msgstr "utilisation invalide d'un typedef incomplet « %s »"
2749
2750 #~ msgid "function types not truly compatible in ISO C"
2751 #~ msgstr "types de fonction pas vraiment compatibles en C ISO"
2752
2753 #~ msgid "types are not quite compatible"
2754 #~ msgstr "les types ne sont pas vraiment compatibles"
2755
2756 #~ msgid "function return types not compatible due to `volatile'"
2757 #~ msgstr "les types retournés d'une fonction ne sont pas compatibles en raison de « volatile »"
2758
2759 #~ msgid "arithmetic on pointer to an incomplete type"
2760 #~ msgstr "arithmétique sur un pointeur vers un type incomplet"
2761
2762 #~ msgid "%s has no member named `%s'"
2763 #~ msgstr "%s n'a pas de membre nommé « %s »"
2764
2765 #~ msgid "request for member `%s' in something not a structure or union"
2766 #~ msgstr "requête du membre « %s » dans quelque chose n'étant ni une structure ni une union"
2767
2768 #~ msgid "dereferencing pointer to incomplete type"
2769 #~ msgstr "déréférencement d'un pointeur de type incomplet"
2770
2771 #~ msgid "dereferencing `void *' pointer"
2772 #~ msgstr "déréférencement d'un pointeur « void * »"
2773
2774 #~ msgid "invalid type argument of `%s'"
2775 #~ msgstr "type d'argument invalide pour « %s »"
2776
2777 #~ msgid "subscript missing in array reference"
2778 #~ msgstr "indice manquant dans la référence du tableau"
2779
2780 #~ msgid "array subscript has type `char'"
2781 #~ msgstr "l'indice du tableau est de type « char »"
2782
2783 #~ msgid "array subscript is not an integer"
2784 #~ msgstr "l'indice du tableau n'est pas un entier"
2785
2786 #~ msgid "ISO C forbids subscripting `register' array"
2787 #~ msgstr "ISO C interdit de sous-indicer des tableaux  « register »"
2788
2789 #~ msgid "ISO C90 forbids subscripting non-lvalue array"
2790 #~ msgstr "ISO C90 interdit d'indicer de tableau n'étant pas membre gauche"
2791
2792 #~ msgid "subscript has type `char'"
2793 #~ msgstr "indice de type « char »"
2794
2795 #~ msgid "subscripted value is neither array nor pointer"
2796 #~ msgstr "la valeur indicée n'est ni un tableau ni un pointeur"
2797
2798 #~ msgid "local declaration of `%s' hides instance variable"
2799 #~ msgstr "la déclaration locale de « %s » masque l'instance d'une variable"
2800
2801 #~ msgid "called object is not a function"
2802 #~ msgstr "l'objet appelé n'est pas une fonction"
2803
2804 #~ msgid "function called through a non-compatible type"
2805 #~ msgstr "fonction appellée à travers un type non compatible"
2806
2807 #~ msgid "too many arguments to function"
2808 #~ msgstr "trop d'arguments pour la fonction"
2809
2810 #~ msgid "type of formal parameter %d is incomplete"
2811 #~ msgstr "le type du paramètre formel %d est incomplet"
2812
2813 #~ msgid "%s as integer rather than floating due to prototype"
2814 #~ msgstr "%s est entier plutôt que flottant en raison du prototype"
2815
2816 #~ msgid "%s as integer rather than complex due to prototype"
2817 #~ msgstr "%s est entier plutôt que complexe en raison du prototype"
2818
2819 #~ msgid "%s as complex rather than floating due to prototype"
2820 #~ msgstr "%s est complexe plutôt que flottant en raison du prototype"
2821
2822 #~ msgid "%s as floating rather than integer due to prototype"
2823 #~ msgstr "%s est flottant plutôt qu'entier en raison du prototype"
2824
2825 #~ msgid "%s as complex rather than integer due to prototype"
2826 #~ msgstr "%s est complexe plutôt qu'entier en raison du prototype"
2827
2828 #~ msgid "%s as floating rather than complex due to prototype"
2829 #~ msgstr "%s est flottant plutôt que complexe en raison du prototype"
2830
2831 #~ msgid "%s as `float' rather than `double' due to prototype"
2832 #~ msgstr "%s est « float » plutôt qu'un « double » en raison du prototype"
2833
2834 #~ msgid "%s with different width due to prototype"
2835 #~ msgstr "%s a une largeur différente en raison du prototype"
2836
2837 #~ msgid "%s as unsigned due to prototype"
2838 #~ msgstr "%s est non signé en raison du prototype"
2839
2840 #~ msgid "%s as signed due to prototype"
2841 #~ msgstr "%s est signé en raison du prototype"
2842
2843 #~ msgid "too few arguments to function"
2844 #~ msgstr "trop peu d'arguments pour la fonction"
2845
2846 #~ msgid "suggest parentheses around + or - inside shift"
2847 #~ msgstr "parenthèses suggérées autour de + ou - à l'intérieur du décalage"
2848
2849 #~ msgid "suggest parentheses around && within ||"
2850 #~ msgstr "parenthèses suggérées autour de && à l'intérieur de ||"
2851
2852 #~ msgid "suggest parentheses around arithmetic in operand of |"
2853 #~ msgstr "parenthèses suggérées autour de l'arithmétique dans l'opérande de |"
2854
2855 #~ msgid "suggest parentheses around comparison in operand of |"
2856 #~ msgstr "parenthèses suggérées autour de la comparaison dans l'opérande de |"
2857
2858 #~ msgid "suggest parentheses around arithmetic in operand of ^"
2859 #~ msgstr "parenthèses suggérées autour de l'arithmétique dans l'opérande de ^"
2860
2861 #~ msgid "suggest parentheses around comparison in operand of ^"
2862 #~ msgstr "parenthèses suggérées autour de la comparaison dans l'opérande de ^"
2863
2864 #~ msgid "suggest parentheses around + or - in operand of &"
2865 #~ msgstr "parenthèses suggérées autour de + ou - dans l'opérande de &"
2866
2867 #~ msgid "suggest parentheses around comparison in operand of &"
2868 #~ msgstr "parenthèses suggérées autour de la comparaison dans l'opérande de &"
2869
2870 #~ msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2871 #~ msgstr "les comparaisons telles que X<=Y<=Z n'ont pas de signification mathématique"
2872
2873 #~ msgid "pointer of type `void *' used in subtraction"
2874 #~ msgstr "pointeur de type « void * » utilisé dans une soustraction"
2875
2876 #~ msgid "pointer to a function used in subtraction"
2877 #~ msgstr "pointeur vers un fonction utilisé dans une soustraction"
2878
2879 #~ msgid "wrong type argument to unary plus"
2880 #~ msgstr "type d'argument erroné pour le plus unaire"
2881
2882 #~ msgid "wrong type argument to unary minus"
2883 #~ msgstr "type d'argument erroné pour le moins unaire"
2884
2885 #~ msgid "ISO C does not support `~' for complex conjugation"
2886 #~ msgstr "ISO C ne permet pas d'utiliser « ~ » pour le complexe conjugué"
2887
2888 #~ msgid "wrong type argument to bit-complement"
2889 #~ msgstr "type d'argument erroné pour un complément de bit"
2890
2891 #~ msgid "wrong type argument to abs"
2892 #~ msgstr "type d'argument erroné pour abs"
2893
2894 #~ msgid "wrong type argument to conjugation"
2895 #~ msgstr "type d'argument erroné pour la conjugaison"
2896
2897 #~ msgid "wrong type argument to unary exclamation mark"
2898 #~ msgstr "type d'argument erroné pour le point d'exclamation unaire"
2899
2900 #~ msgid "ISO C does not support `++' and `--' on complex types"
2901 #~ msgstr "ISO C ne permet pas « ++ » ni « -- » sur les types complexes"
2902
2903 #~ msgid "wrong type argument to increment"
2904 #~ msgstr "type d'argument erroné pour un incrément"
2905
2906 #~ msgid "wrong type argument to decrement"
2907 #~ msgstr "type d'argument erroné pour un décrément"
2908
2909 #~ msgid "increment of pointer to unknown structure"
2910 #~ msgstr "incrément d'un pointeur vers une structure inconnue"
2911
2912 #~ msgid "decrement of pointer to unknown structure"
2913 #~ msgstr "décrément d'un pointeur vers une structure inconnue"
2914
2915 #~ msgid "invalid lvalue in unary `&'"
2916 #~ msgstr "membre gauche invalide pour le « & » unaire"
2917
2918 #~ msgid "attempt to take address of bit-field structure member `%s'"
2919 #~ msgstr "tentative pour prendre l'adresse du membre « %s » d'une structure de champ de bits"
2920
2921 #~ msgid "use of conditional expressions as lvalues is deprecated"
2922 #~ msgstr "utilisation d'expressions conditionnelles comme lvalues est obsolète"
2923
2924 #~ msgid "use of compound expressions as lvalues is deprecated"
2925 #~ msgstr "utilisation d'expressions composées comme lvalues est obsolète"
2926
2927 #~ msgid "use of cast expressions as lvalues is deprecated"
2928 #~ msgstr "utilisation de transtypage d'expressions comme lvalues est obsolète"
2929
2930 #~ msgid "%s of read-only member `%s'"
2931 #~ msgstr "%s d'un membre en lecture seule « %s »"
2932
2933 #~ msgid "%s of read-only variable `%s'"
2934 #~ msgstr "%s d'une variable en lecture seule « %s »"
2935
2936 #~ msgid "%s of read-only location"
2937 #~ msgstr "%s d'une position en lecture seule"
2938
2939 #~ msgid "cannot take address of bit-field `%s'"
2940 #~ msgstr "ne peut prendre l'adresse du champ de bits « %s »"
2941
2942 #~ msgid "global register variable `%s' used in nested function"
2943 #~ msgstr "variable globale de registre « %s » utilisée dans une fonction imbriquée"
2944
2945 #~ msgid "register variable `%s' used in nested function"
2946 #~ msgstr "variable de registre « %s » utilisée dans une fonction imbriquée"
2947
2948 #~ msgid "address of global register variable `%s' requested"
2949 #~ msgstr "adresse d'une variable registre globale « %s » requise"
2950
2951 #~ msgid "cannot put object with volatile field into register"
2952 #~ msgstr "impossible de mettre un objet avec un champ volatile dans un registre"
2953
2954 #~ msgid "address of register variable `%s' requested"
2955 #~ msgstr "adresse d'une variable registre « %s » requise"
2956
2957 #~ msgid "signed and unsigned type in conditional expression"
2958 #~ msgstr "type signé et non signé dans une expression conditionnelle"
2959
2960 #~ msgid "ISO C forbids conditional expr with only one void side"
2961 #~ msgstr "ISO C interdit une expression conditionnelle dont un seul côté est « void »"
2962
2963 #~ msgid "ISO C forbids conditional expr between `void *' and function pointer"
2964 #~ msgstr "ISO C interdit une expression conditionnelle entre « void * » et un pointeur de fonction"
2965
2966 #~ msgid "pointer type mismatch in conditional expression"
2967 #~ msgstr "non concordance de type de pointeurs dans un expression conditionnelle"
2968
2969 #~ msgid "pointer/integer type mismatch in conditional expression"
2970 #~ msgstr "non concordance entre pointeur et entier dans une expression conditionnelle"
2971
2972 #~ msgid "type mismatch in conditional expression"
2973 #~ msgstr "non concordance de type dans une expression conditionnelle"
2974
2975 #~ msgid "left-hand operand of comma expression has no effect"
2976 #~ msgstr "l'opérande à gauche de la virgule n'a pas d'effet"
2977
2978 #~ msgid "cast specifies array type"
2979 #~ msgstr "le transtypage spécifie un type de tableau"
2980
2981 #~ msgid "cast specifies function type"
2982 #~ msgstr "le transtypage spécifie un type de fonction"
2983
2984 #~ msgid "ISO C forbids casting nonscalar to the same type"
2985 #~ msgstr "ISO C interdit le transtypage d'un type non scalaire vers lui-même"
2986
2987 #~ msgid "ISO C forbids casts to union type"
2988 #~ msgstr "ISO C interdit le transtypage vers un type union"
2989
2990 #~ msgid "cast to union type from type not present in union"
2991 #~ msgstr "transtypage vers un type union depuis un type absent de l'union"
2992
2993 #~ msgid "cast adds new qualifiers to function type"
2994 #~ msgstr "le transtypage ajoute un nouveau qualificateur au type de la fonction"
2995
2996 #~ msgid "cast discards qualifiers from pointer target type"
2997 #~ msgstr "le transtypage annule des qualificateurs du type pointeur ciblé"
2998
2999 #~ msgid "cast increases required alignment of target type"
3000 #~ msgstr "le transtypage augmente l'alignement requis pour le type ciblé"
3001
3002 #~ msgid "cast from pointer to integer of different size"
3003 #~ msgstr "transtypage d'un pointeur vers un entier de taille différente"
3004
3005 #~ msgid "cast does not match function type"
3006 #~ msgstr "le transtypage ne concorde pas avec le type de la fonction"
3007
3008 #~ msgid "cast to pointer from integer of different size"
3009 #~ msgstr "transtypage vers un pointeur depuis un entier de taille différente"
3010
3011 # FIXME
3012 #~ msgid "type-punning to incomplete type might break strict-aliasing rules"
3013 #~ msgstr "type-punning vers un type incomplet peut briser les règles stricte d'aliases"
3014
3015 # FIXME
3016 #~ msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3017 #~ msgstr "déréférencement du pointeur type-punned brisera les strictes d'aliases"
3018
3019 #~ msgid "ISO C forbids conversion of function pointer to object pointer type"
3020 #~ msgstr "ISO C interdit la conversion d'un pointeur de fonction en un type pointeur d'objet"
3021
3022 #~ msgid "ISO C forbids conversion of object pointer to function pointer type"
3023 #~ msgstr "ISO C interdit la conversion d'un pointeur d'objet vers un type de pointeur à une fonction"
3024
3025 #~ msgid "invalid lvalue in assignment"
3026 #~ msgstr "membre gauche de l'affectation invalide"
3027
3028 #~ msgid "assignment"
3029 #~ msgstr "affectation"
3030
3031 #~ msgid "cannot pass rvalue to reference parameter"
3032 #~ msgstr "impossible de passer un membre droit en paramètre par référence"
3033
3034 #~ msgid "%s makes qualified function pointer from unqualified"
3035 #~ msgstr "%s qualifie un pointeur de fonction non qualifié"
3036
3037 #~ msgid "%s discards qualifiers from pointer target type"
3038 #~ msgstr "%s annule des qualificateurs du type du pointeur cible"
3039
3040 #~ msgid "ISO C prohibits argument conversion to union type"
3041 #~ msgstr "ISO C interdit la conversion d'argument en type union"
3042
3043 #~ msgid "ISO C forbids %s between function pointer and `void *'"
3044 #~ msgstr "ISO C interdit %s entre pointeur de fonction et « void * »"
3045
3046 #~ msgid "pointer targets in %s differ in signedness"
3047 #~ msgstr "les cibles des pointeurs dans %s n'ont pas toutes de signe"
3048
3049 #~ msgid "%s from incompatible pointer type"
3050 #~ msgstr "%s d'un type pointeur incompatible"
3051
3052 #~ msgid "invalid use of non-lvalue array"
3053 #~ msgstr "utilisation invalide d'un tableau n'étant pas membre gauche"
3054
3055 #~ msgid "%s makes pointer from integer without a cast"
3056 #~ msgstr "%s transforme un entier en pointeur sans transtypage"
3057
3058 #~ msgid "%s makes integer from pointer without a cast"
3059 #~ msgstr "%s transforme un pointeur en entier sans transtypage"
3060
3061 #~ msgid "incompatible type for argument %d of `%s'"
3062 #~ msgstr "type incompatible pour l'argument n°%d de « %s »"
3063
3064 #~ msgid "incompatible type for argument %d of indirect function call"
3065 #~ msgstr "type incompatible pour l'argument n°%d de l'appel indirect de fonction"
3066
3067 #~ msgid "incompatible types in %s"
3068 #~ msgstr "type incompatibles dans %s"
3069
3070 #~ msgid "passing arg of `%s'"
3071 #~ msgstr "passage des arguments de « %s »"
3072
3073 #~ msgid "passing arg of pointer to function"
3074 #~ msgstr "passage des arguments au pointeur de fonction"
3075
3076 #~ msgid "passing arg %d of `%s'"
3077 #~ msgstr "passage de l'argument n°%d de « %s »"
3078
3079 #~ msgid "passing arg %d of pointer to function"
3080 #~ msgstr "passage de l'argument n°%d au pointeur de fonction"
3081
3082 #~ msgid "traditional C rejects automatic aggregate initialization"
3083 #~ msgstr "le C traditionel rejette l'initialisation automatique d'aggrégats"
3084
3085 #~ msgid "(near initialization for `%s')"
3086 #~ msgstr "(près de l'initialisation de « %s »)"
3087
3088 #~ msgid "char-array initialized from wide string"
3089 #~ msgstr "tableau de caractères initialisé à l'aide d'une chaîne large de caractères"
3090
3091 #~ msgid "int-array initialized from non-wide string"
3092 #~ msgstr "tableau d'entier initialisé à l'aide d'une chaîne non-large"
3093
3094 #~ msgid "initializer-string for array of chars is too long"
3095 #~ msgstr "la chaîne d'initialisation est trop longue pour le tableau de caractères"
3096
3097 #~ msgid "array initialized from non-constant array expression"
3098 #~ msgstr "tableau initialisé à l'aide de l'expression de tableau non constante"
3099
3100 #~ msgid "initializer element is not constant"
3101 #~ msgstr "un élément de l'initialisation n'est pas une constante"
3102
3103 #~ msgid "initialization"
3104 #~ msgstr "initialisation"
3105
3106 #~ msgid "initializer element is not computable at load time"
3107 #~ msgstr "un élément de l'initialisation n'est pas évaluable lors du chargement"
3108
3109 #~ msgid "invalid initializer"
3110 #~ msgstr "initialisation invalide"
3111
3112 #~ msgid "opaque vector types cannot be initialized"
3113 #~ msgstr "type de vecteur opaque ne peut être initialisé"
3114
3115 #~ msgid "extra brace group at end of initializer"
3116 #~ msgstr "groupe d'accolades superflu à la fin de l'initialisation"
3117
3118 #~ msgid "missing braces around initializer"
3119 #~ msgstr "accolades manquantes autour de l'initialisation"
3120
3121 #~ msgid "braces around scalar initializer"
3122 #~ msgstr "accolades autour d'une initialisation de scalaire"
3123
3124 #~ msgid "initialization of flexible array member in a nested context"
3125 #~ msgstr "initialisation d'un membre de tableau flexible dans un contexte imbriqué"
3126
3127 #~ msgid "initialization of a flexible array member"
3128 #~ msgstr "initialisation d'un membre de tableau flexible"
3129
3130 #~ msgid "missing initializer"
3131 #~ msgstr "initialisation manquante"
3132
3133 #~ msgid "empty scalar initializer"
3134 #~ msgstr "initialisation vide de scalaire"
3135
3136 #~ msgid "extra elements in scalar initializer"
3137 #~ msgstr "éléments superflus dans l'initialisation de scalaire"
3138
3139 #~ msgid "initialization designators may not nest"
3140 #~ msgstr "l'initialisation des désignateurs ne doit pas être imbriquée"
3141
3142 #~ msgid "array index in non-array initializer"
3143 #~ msgstr "index de tableau dans l'initialisation de quelque chose n'étant pas un tableau"
3144
3145 #~ msgid "field name not in record or union initializer"
3146 #~ msgstr "nom de champ dans l'initialisation de quelque chose n'étant ni un enregistrement ni une union"
3147
3148 #~ msgid "nonconstant array index in initializer"
3149 #~ msgstr "index de tableau non constant dans l'initialisation"
3150
3151 #~ msgid "array index in initializer exceeds array bounds"
3152 #~ msgstr "index de tableau hors limites lors de l'initialisation"
3153
3154 #~ msgid "empty index range in initializer"
3155 #~ msgstr "borne d'index vide lors de l'initialisation"
3156
3157 #~ msgid "array index range in initializer exceeds array bounds"
3158 #~ msgstr "plage d'index du tableau excédant les bornes lors de l'initialisation"
3159
3160 #~ msgid "unknown field `%s' specified in initializer"
3161 #~ msgstr "champ inconnu « %s » spécifié lors de l'initialisation"
3162
3163 #~ msgid "initialized field with side-effects overwritten"
3164 #~ msgstr "le champ initialisé par effet de bord a été écrasé"
3165
3166 #~ msgid "excess elements in char array initializer"
3167 #~ msgstr "éléments en excès dans l'initialisation de tableau de caractères"
3168
3169 #~ msgid "excess elements in struct initializer"
3170 #~ msgstr "éléments en excès dans l'initialisation de la structure"
3171
3172 #~ msgid "non-static initialization of a flexible array member"
3173 #~ msgstr "initialisation non statique d'un membre de tableau flexible"
3174
3175 #~ msgid "excess elements in union initializer"
3176 #~ msgstr "éléments en excès dans l'initialisation d'union"
3177
3178 #~ msgid "traditional C rejects initialization of unions"
3179 #~ msgstr "le C traditionel rejette l'initialisation d'union"
3180
3181 #~ msgid "excess elements in array initializer"
3182 #~ msgstr "éléments en excès dans l'initialisation de tableau"
3183
3184 #~ msgid "excess elements in vector initializer"
3185 #~ msgstr "éléments en excès dans l'initialisation du vecteur"
3186
3187 #~ msgid "excess elements in scalar initializer"
3188 #~ msgstr "éléments en excès dans l'initialisation d'un scalaire"
3189
3190 #~ msgid "asm template is not a string constant"
3191 #~ msgstr "le canevas asm n'est pas une chaîne de constante"
3192
3193 #~ msgid "invalid lvalue in asm statement"
3194 #~ msgstr "membre gauche invalide avec asm"
3195
3196 #~ msgid "modification by `asm'"
3197 #~ msgstr "modification par « asm »"
3198
3199 #~ msgid "function declared `noreturn' has a `return' statement"
3200 #~ msgstr "fonction déclarée avec « noreturn» utilisant le mot-clé « return »"
3201
3202 #~ msgid "`return' with no value, in function returning non-void"
3203 #~ msgstr "« return » sans valeur dans une fonction retournant autre chose que void"
3204
3205 #~ msgid "`return' with a value, in function returning void"
3206 #~ msgstr "« return » avec une valeur dans une fonction retournant un void"
3207
3208 #~ msgid "return"
3209 #~ msgstr "return"
3210
3211 #~ msgid "function returns address of local variable"
3212 #~ msgstr "cette fonction retourne l'adresse d'une variable locale"
3213
3214 #~ msgid "switch quantity not an integer"
3215 #~ msgstr "quantité du switch n'est pas un entier"
3216
3217 #~ msgid "`long' switch expression not converted to `int' in ISO C"
3218 #~ msgstr "expression « long » du switch non convertie en « int » par ISO C"
3219
3220 #~ msgid "case label not within a switch statement"
3221 #~ msgstr "étiquette de « case » en dehors de tout switch"
3222
3223 #~ msgid "`default' label not within a switch statement"
3224 #~ msgstr "étiquette « default » en dehors de tout switch"
3225
3226 #~ msgid "division by zero"
3227 #~ msgstr "division par zéro"
3228
3229 #~ msgid "right shift count is negative"
3230 #~ msgstr "le compteur de décalage vers la droite est négatif"
3231
3232 #~ msgid "right shift count >= width of type"
3233 #~ msgstr "compteur de décalage vers la droite >= à la largeur du type"
3234
3235 #~ msgid "left shift count is negative"
3236 #~ msgstr "le compteur de décalage vers la gauche est négatif"
3237
3238 #~ msgid "left shift count >= width of type"
3239 #~ msgstr "compteur de décalage vers la gauche >= à la largeur du type"
3240
3241 #~ msgid "shift count is negative"
3242 #~ msgstr "le compteur de décalage est négatif"
3243
3244 #~ msgid "shift count >= width of type"
3245 #~ msgstr "compteur de décalage >= à la largeur du type"
3246
3247 #~ msgid "comparing floating point with == or != is unsafe"
3248 #~ msgstr "comparer des nombres flottants à l'aide de == ou != n'est pas sûr"
3249
3250 #~ msgid "ISO C forbids comparison of `void *' with function pointer"
3251 #~ msgstr "ISO C interdit la comparaison de « void * » avec un pointeur de fonction"
3252
3253 #~ msgid "comparison of distinct pointer types lacks a cast"
3254 #~ msgstr "il manque un transtypage pour comparer des types distincts de pointeur"
3255
3256 #~ msgid "comparison between pointer and integer"
3257 #~ msgstr "comparaison entre un pointeur et un entier"
3258
3259 #~ msgid "ISO C forbids ordered comparisons of pointers to functions"
3260 #~ msgstr "ISO C interdit les comparaisons ordonnées de pointeurs vers des fonctions"
3261
3262 #~ msgid "comparison of complete and incomplete pointers"
3263 #~ msgstr "comparaison de pointeurs complet et incomplet"
3264
3265 #~ msgid "ordered comparison of pointer with integer zero"
3266 #~ msgstr "comparaison ordonnée de pointeur avec le zéro entier"
3267
3268 #~ msgid "unordered comparison on non-floating point argument"
3269 #~ msgstr "comparaison non ordonnée sur un argument n'étant pas en virgule flottante"
3270
3271 #~ msgid "comparison between signed and unsigned"
3272 #~ msgstr "comparaison entre élément signé et élément non signé"
3273
3274 #~ msgid "comparison of promoted ~unsigned with constant"
3275 #~ msgstr "comparaison entre élément promu ~unsigned et une constante"
3276
3277 #~ msgid "comparison of promoted ~unsigned with unsigned"
3278 #~ msgstr "comparaison entre élément promu ~unsigned et un élément non signé"
3279
3280 #~ msgid "%Jinlining failed in call to '%F'"
3281 #~ msgstr "%Jenlignage a échoué dans l'appel à « %F »"
3282
3283 #~ msgid "called from here"
3284 #~ msgstr "appelé d'ici"
3285
3286 #~ msgid "%Jcan't inline call to '%F'"
3287 #~ msgstr "%Jimpossible d'enligner l'appel à « %F »"
3288
3289 #~ msgid "ignoring return value of `%D', declared with attribute warn_unused_result"
3290 #~ msgstr "valeur à retourner « %D » ignorée, déclaré avec l'attribut warn_unused_result"
3291
3292 #~ msgid "ignoring return value of function declared with attribute warn_unused_result"
3293 #~ msgstr "valeur à retourner d'une fonction ignorée, déclaré avec l'attribut warn_unused_result"
3294
3295 #~ msgid "function call has aggregate value"
3296 #~ msgstr "l'appel de fonction a une valeur d'aggrégat"
3297
3298 #~ msgid "bb %d on wrong place"
3299 #~ msgstr "bb %d au mauvais endroit"
3300
3301 #~ msgid "prev_bb of %d should be %d, not %d"
3302 #~ msgstr "prev_bb de %d devrait être %d, pas %d"
3303
3304 #~ msgid "verify_flow_info: Wrong count of block %i %i"
3305 #~ msgstr "verify_flow_info: Nombre de blocs erroné %i %i"
3306
3307 #~ msgid "verify_flow_info: Wrong frequency of block %i %i"
3308 #~ msgstr "verify_flow_info: Fréquence de blocs erronée %i %i"
3309
3310 #~ msgid "verify_flow_info: Duplicate edge %i->%i"
3311 #~ msgstr "verify_flow_info: arrête dupliquée %i->%i"
3312
3313 #~ msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3314 #~ msgstr "verify_flow_info: probabilité de l'arrête %i->%i %i erronée"
3315
3316 #~ msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3317 #~ msgstr "verify_flow_info: Mauvais nombre d'arrête %i->%i %i"
3318
3319 #~ msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3320 #~ msgstr "verify_flow_info: l'arrête succ du bloc de base %d est corrompue"
3321
3322 #~ msgid "Wrong amount of branch edges after unconditional jump %i"
3323 #~ msgstr "Mauvais nombre d'arrêtes de branchement après le branchement inconditionnel %i"
3324
3325 #~ msgid "basic block %d pred edge is corrupted"
3326 #~ msgstr "arrête pred du bloc de base %d corrompue"
3327
3328 #~ msgid "basic block %i edge lists are corrupted"
3329 #~ msgstr "les listes d'arrêtes du  bloc de base %i sont corrompues"
3330
3331 #~ msgid "verify_flow_info failed"
3332 #~ msgstr "verify_flow_info a échoué"
3333
3334 #~ msgid "Size of loop %d should be %d, not %d."
3335 #~ msgstr "La taille de la boucle %d devrait être %d, et non %d."
3336
3337 # FIXME
3338 #~ msgid "Bb %d do not belong to loop %d."
3339 #~ msgstr "Bb %d n'appartient pas à la boucle %d."
3340
3341 #~ msgid "Loop %d's header does not have exactly 2 entries."
3342 #~ msgstr "L'en-tête de la boucle %d n'a pas exactement 2 entrées."
3343
3344 #~ msgid "Loop %d's latch does not have exactly 1 successor."
3345 #~ msgstr "Le verrou %d de la boucle n'a pas exactement 1 successeur."
3346
3347 #~ msgid "Loop %d's latch does not have header as successor."
3348 #~ msgstr "Le verrou %d de la boucle n'a pas une en-tête comme successeur."
3349
3350 #~ msgid "Loop %d's latch does not belong directly to it."
3351 #~ msgstr "Le verrou %d de la boucle ne lui appartient pas directement."
3352
3353 #~ msgid "Loop %d's header does not belong directly to it."
3354 #~ msgstr "L'entête de la boucle %d ne lui appartient pas directement."
3355
3356 #~ msgid "Loop %d's latch is marked as part of irreducible region."
3357 #~ msgstr "Le verrou %d de la boucle est défini comme faisant partie d'une zone irréductible"
3358
3359 #~ msgid "Basic block %d should be marked irreducible."
3360 #~ msgstr "bloc de base %d devrait être marqué irréductible."
3361
3362 #~ msgid "Basic block %d should not be marked irreducible."
3363 #~ msgstr "bloc de base %d ne devrait pas être marqué irréductible."
3364
3365 #~ msgid "Edge from %d to %d should be marked irreducible."
3366 #~ msgstr "Bordures à partir de %d à %d devraient être marqués irréductibles."
3367
3368 #~ msgid "Edge from %d to %d should not be marked irreducible."
3369 #~ msgstr "Bordures à partir de %d à %d ne devraient être marquées irréductibles."
3370
3371 #~ msgid "end insn %d for block %d not found in the insn stream"
3372 #~ msgstr "fin insn %d du bloc %d n'a pas été repéré dans le flot insn"
3373
3374 #~ msgid "insn %d is in multiple basic blocks (%d and %d)"
3375 #~ msgstr "insn %d est dans de multiples blocs de base (%d et %d)"
3376
3377 #~ msgid "head insn %d for block %d not found in the insn stream"
3378 #~ msgstr "en-tête insn %d du bloc %d n'a pas été repérée dans le flot insn"
3379
3380 #~ msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"
3381 #~ msgstr "verify_flow_info: REG_BR_PROB ne correspond pas à la config %wi %i"
3382
3383 #~ msgid "Missing REG_EH_REGION note in the end of bb %i"
3384 #~ msgstr "REG_EH_REGION note manquante à la fin du bb %i"
3385
3386 #~ msgid "Too many outgoing branch edges from bb %i"
3387 #~ msgstr "Trop d'arrêtes de branchement sortantes dans le bb %i"
3388
3389 #~ msgid "Fallthru edge after unconditional jump %i"
3390 #~ msgstr "Arrête fallthru après le branchement inconditionnel %i"
3391
3392 #~ msgid "Wrong amount of branch edges after conditional jump %i"
3393 #~ msgstr "Mauvais nombre d'arrêtes de branchement après le branchement conditionnel %i"
3394
3395 #~ msgid "Call edges for non-call insn in bb %i"
3396 #~ msgstr "Arrêtes d'appel pour un insn n'étant pas d'appel dans le bb %i"
3397
3398 #~ msgid "Abnormal edges for no purpose in bb %i"
3399 #~ msgstr "Arrête anormale sans but dans le bb %i"
3400
3401 #~ msgid "insn %d inside basic block %d but block_for_insn is NULL"
3402 #~ msgstr "insn %d à l'intérieur du bloc de base %d mais block_for_insn est NULL"
3403
3404 #~ msgid "insn %d inside basic block %d but block_for_insn is %i"
3405 #~ msgstr "insn %d à l'intérieur du bloc de base %d mais block_for_insn est %i"
3406
3407 #~ msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3408 #~ msgstr "NOTE_INSN_BASIC_BLOCK manquant pour le bloc %d"
3409
3410 #~ msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3411 #~ msgstr "NOTE_INSN_BASIC_BLOCK %d au milieu du bloc de base %d"
3412
3413 #~ msgid "in basic block %d:"
3414 #~ msgstr "dans le bloc de base %d :"
3415
3416 #~ msgid "flow control insn inside a basic block"
3417 #~ msgstr "insn de contrôle de flot à l'intérieur d'un bloc de base"
3418
3419 #~ msgid "missing barrier after block %i"
3420 #~ msgstr "barrière manquante après le boc %i"
3421
3422 #~ msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3423 #~ msgstr "verify_flow_info: blocs incorrects pour le fallthru %i->%i"
3424
3425 #~ msgid "verify_flow_info: Incorrect fallthru %i->%i"
3426 #~ msgstr "verify_flow_info: fallthru incorrect %i->%i"
3427
3428 #~ msgid "wrong insn in the fallthru edge"
3429 #~ msgstr "insn erronée dans l'arrête fallthru"
3430
3431 #~ msgid "basic blocks not laid down consecutively"
3432 #~ msgstr "les blocs de base ne se suivent pas consécutivement"
3433
3434 #~ msgid "insn outside basic block"
3435 #~ msgstr "insn à l'extérieur de tout bloc de base"
3436
3437 #~ msgid "return not followed by barrier"
3438 #~ msgstr "return n'est pas suivi d'une barrière"
3439
3440 # FIXME
3441 # bb est une abréviation courante dans cette partie du fichier pour « basic block »
3442 #~ msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3443 #~ msgstr "nombre de bb noté dans la chaîne d'insn (%d) != n_basic_blocks (%d)"
3444
3445 #~ msgid "function body not available"
3446 #~ msgstr "corps de la fonction n'est pas disponible"
3447
3448 #~ msgid "redefined extern inline functions are not considered for inlining"
3449 #~ msgstr "fonctions externes enlignes redéfinies n'ont pas été retenues pour l'enlignage"
3450
3451 #~ msgid "function not considered for inlining"
3452 #~ msgstr "fonction n'a pas été retenue pour l'enlignage"
3453
3454 #~ msgid "function not inlinable"
3455 #~ msgstr "fonction ne peut être enligne"
3456
3457 #~ msgid "%D renamed after being referenced in assembly"
3458 #~ msgstr "« %D » renommé après avoir été référencé durant l'assemblage"
3459
3460 #~ msgid "--param large-function-growth limit reached"
3461 #~ msgstr "--param large-function-growth limite atteinte"
3462
3463 #~ msgid "--param large-function-growth limit reached while inlining the caller"
3464 #~ msgstr "--param large-function-growth limite atteinte lors de l'enlignage de l'appelant"
3465
3466 #~ msgid "--param max-inline-insns-single limit reached"
3467 #~ msgstr "--param max-inline-insns-single limite atteinte"
3468
3469 #~ msgid "--param max-inline-insns-single limit reached after inlining into the callee"
3470 #~ msgstr "--param max-inline-insns-single limite atteinte après l'enlignage dans l'appellé"
3471
3472 #~ msgid "--param inline-unit-growth limit reached"
3473 #~ msgstr "--param inline-unit-growth limite atteinte"
3474
3475 #~ msgid "recursive inlining"
3476 #~ msgstr "enlignage récursif"
3477
3478 #~ msgid "internal error"
3479 #~ msgstr "erreur interne"
3480
3481 #~ msgid "no arguments"
3482 #~ msgstr "pas d'argument"
3483
3484 # I18N
3485 #~ msgid "fopen %s"
3486 #~ msgstr "fopen() %s"
3487
3488 # I18N
3489 #~ msgid "fclose %s"
3490 #~ msgstr "fclose() %s"
3491
3492 #~ msgid "collect2 version %s"
3493 #~ msgstr "collect2 version %s"
3494
3495 #~ msgid "%d constructor(s) found\n"
3496 #~ msgstr "%d constructeur(s) trouvé(s)\n"
3497
3498 #~ msgid "%d destructor(s)  found\n"
3499 #~ msgstr "%d destructeur(s)  trouvé(s)\n"
3500
3501 #~ msgid "%d frame table(s) found\n"
3502 #~ msgstr "%d table(s) de trame trouvée(s)\n"
3503
3504 #~ msgid "%s terminated with signal %d [%s]%s"
3505 #~ msgstr "%s terminé par le signal %d [%s]%s"
3506
3507 #~ msgid "%s returned %d exit status"
3508 #~ msgstr "%s a retourné %d comme valeur de sortie"
3509
3510 #~ msgid "[cannot find %s]"
3511 #~ msgstr "[%s introuvable]"
3512
3513 #~ msgid "cannot find `%s'"
3514 #~ msgstr "« %s » introuvable"
3515
3516 #~ msgid "redirecting stdout: %s"
3517 #~ msgstr "redirection de stdout : %s"
3518
3519 # FIXME
3520 #~ msgid "[Leaving %s]\n"
3521 #~ msgstr "[Laissant %s]\n"
3522
3523 #~ msgid ""
3524 #~ "\n"
3525 #~ "write_c_file - output name is %s, prefix is %s\n"
3526 #~ msgstr ""
3527 #~ "\n"
3528 #~ "write_c_file - le nom de sortie est %s, le préfixe est %s\n"
3529
3530 #~ msgid "cannot find `nm'"
3531 #~ msgstr "« nm » introuvable"
3532
3533 # I18N
3534 #~ msgid "pipe"
3535 #~ msgstr "pipe"
3536
3537 # I18N
3538 #~ msgid "fdopen"
3539 #~ msgstr "fdopen"
3540
3541 # I18N
3542 #~ msgid "dup2 %d 1"
3543 #~ msgstr "dup2 %d 1"
3544
3545 # I18N
3546 #~ msgid "close %d"
3547 #~ msgstr "close %d"
3548
3549 # I18N
3550 #~ msgid "execv %s"
3551 #~ msgstr "execv %s"
3552
3553 #~ msgid "init function found in object %s"
3554 #~ msgstr "fonction init trouvée dans l'objet %s"
3555
3556 #~ msgid "fini function found in object %s"
3557 #~ msgstr "fonction fini() trouvée dans l'objet %s"
3558
3559 # I18N
3560 #~ msgid "fclose"
3561 #~ msgstr "fclose"
3562
3563 #~ msgid "unable to open file '%s'"
3564 #~ msgstr "impossible d'ouvrir le fichier « %s »"
3565
3566 #~ msgid "unable to stat file '%s'"
3567 #~ msgstr "impossible d'analyser le fichier  « %s » avec stat()"
3568
3569 #~ msgid "unable to mmap file '%s'"
3570 #~ msgstr "incpable de projeter en mémoire le fichier « %s » avec nmap()"
3571
3572 #~ msgid "not found\n"
3573 #~ msgstr "introuvable\n"
3574
3575 #~ msgid "dynamic dependency %s not found"
3576 #~ msgstr "dépendance dynamique %s introuvable"
3577
3578 #~ msgid "bad magic number in file '%s'"
3579 #~ msgstr "le nombre magique du fichier « %s » est erroné"
3580
3581 #~ msgid "dynamic dependencies.\n"
3582 #~ msgstr "dépendances dynamiques.\n"
3583
3584 #~ msgid "cannot find `ldd'"
3585 #~ msgstr "« ldd » introuvable"
3586
3587 #~ msgid ""
3588 #~ "\n"
3589 #~ "ldd output with constructors/destructors.\n"
3590 #~ msgstr ""
3591 #~ "\n"
3592 #~ "sortie de ldd avec constructeurs/destructeurs.\n"
3593
3594 #~ msgid "unable to open dynamic dependency '%s'"
3595 #~ msgstr "incapable d'ouvrir la dépendance dynamique « %s »"
3596
3597 #~ msgid "%s: not a COFF file"
3598 #~ msgstr "%s : n'est pas un fichier COFF"
3599
3600 #~ msgid "%s: cannot open as COFF file"
3601 #~ msgstr "%s : ne peut ouvrir en tant que fichier COFF"
3602
3603 # I18N
3604 #~ msgid "library lib%s not found"
3605 #~ msgstr "bibliothèque lib%s introuvable"
3606
3607 #~ msgid ""
3608 #~ ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
3609 #~ ";; %d successes.\n"
3610 #~ "\n"
3611 #~ msgstr ""
3612 #~ ";; Statistiques du combinateur : %d tentatives, %d substitutions (%d requérant un nouvel espace),\n"
3613 #~ ";; %d succès.\n"
3614 #~ "\n"
3615
3616 #~ msgid ""
3617 #~ "\n"
3618 #~ ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
3619 #~ ";; %d successes.\n"
3620 #~ msgstr ""
3621 #~ "\n"
3622 #~ ";; Totaux du combinateur : %d tentatives, %d substitutions (%d requérant un nouvel espace),\n"
3623 #~ ";; %d succès.\n"
3624 #~ "\n"
3625
3626 #~ msgid "cannot convert to a pointer type"
3627 #~ msgstr "ne peut convertir en un type pointeur"
3628
3629 #~ msgid "pointer value used where a floating point value was expected"
3630 #~ msgstr "valeur de pointeur utilisée là où une valeur à virgule flottante était attendue"
3631
3632 #~ msgid "aggregate value used where a float was expected"
3633 #~ msgstr "valeur d'aggrégat utilisée là où un flottant était attendu"
3634
3635 #~ msgid "conversion to incomplete type"
3636 #~ msgstr "conversion vers un type incomplet"
3637
3638 #~ msgid "can't convert between vector values of different size"
3639 #~ msgstr "ne peut convertir entre des valeurs de vecteurs de tailles différentes"
3640
3641 #~ msgid "aggregate value used where an integer was expected"
3642 #~ msgstr "valeur d'aggrégat utilisée là où un entier était attendu"
3643
3644 #~ msgid "pointer value used where a complex was expected"
3645 #~ msgstr "valeur de pointeur utilisée là où un complexe était attendu"
3646
3647 #~ msgid "aggregate value used where a complex was expected"
3648 #~ msgstr "valeur d'aggrégat utilisée là où un complexe était attendu"
3649
3650 #~ msgid "can't convert value to a vector"
3651 #~ msgstr "ne peut convertir une valeur en vecteur"
3652
3653 #~ msgid "`%s' is not a gcov data file"
3654 #~ msgstr "« %s » n'est pas un fichier de données gcov"
3655
3656 #~ msgid "`%s' is version `%.4s', expected version `%.4s'"
3657 #~ msgstr "« %s » est de version « %.4s », version « %.4s » attendue"
3658
3659 #~ msgid "coverage mismatch for function %u while reading execution counters."
3660 #~ msgstr "non concordance de la couverture pour la fonction %u lors de la lecture des compteurs d'exécution"
3661
3662 #~ msgid "checksum is %x instead of %x"
3663 #~ msgstr "somme de contrôle est %x au lieu de %x"
3664
3665 #~ msgid "number of counters is %d instead of %d"
3666 #~ msgstr "nombre de compteurs est %d au lieu de %d"
3667
3668 #~ msgid "cannot merge separate %s counters for function %u"
3669 #~ msgstr "ne peut faire la fusion séparée des compteurs %s pour la fonction %u"
3670
3671 #~ msgid "`%s' has overflowed"
3672 #~ msgstr "« %s » a déborbé"
3673
3674 #~ msgid "`%s' is corrupted"
3675 #~ msgstr "« %s » est corrompu"
3676
3677 #~ msgid "file %s not found, execution counts assumed to be zero"
3678 #~ msgstr "fichier %s non repéré, compteur d'exécution assumé être à zéro"
3679
3680 #~ msgid "no coverage for function '%s' found."
3681 #~ msgstr "pas de couverture repérée pour la fonction « %s »"
3682
3683 #~ msgid "coverage mismatch for function '%s' while reading counter '%s'."
3684 #~ msgstr "non concordance de la couverture pour la fonction « %s » lors de la lecture des compteurs d'exécution « %s »"
3685
3686 #~ msgid "cannot open %s"
3687 #~ msgstr "ne peut ouvrir %s"
3688
3689 #~ msgid "error writing `%s'"
3690 #~ msgstr "erreur d'écriture dans %s"
3691
3692 #~ msgid "\"%s\" is not a valid option to the preprocessor"
3693 #~ msgstr "« %s » n'est pas une option valide pour le préprocesseur"
3694
3695 #~ msgid "too many input files"
3696 #~ msgstr "trop de fichiers d'entrée"
3697
3698 # FIXME: Initialisé, ou ensembles?
3699 #~ msgid ";; Processing block from %d to %d, %d sets.\n"
3700 #~ msgstr ";; traitement du bloc de %d à %d, %d initialisés.\n"
3701
3702 #~ msgid "%s:%d: confused by earlier errors, bailing out\n"
3703 #~ msgstr "%s:%d: embrouillé par les erreurs précédentes, abandon\n"
3704
3705 #~ msgid "compilation terminated.\n"
3706 #~ msgstr "compilation terminée.\n"
3707
3708 # FIXME
3709 #~ msgid "Internal compiler error: Error reporting routines re-entered.\n"
3710 #~ msgstr "erreur interne au compilateur : routine de rapport d'erreur préemptée.\n"
3711
3712 #~ msgid "in %s, at %s:%d"
3713 #~ msgstr "dans %s, à %s:%d"
3714
3715 # FIXME
3716 #~ msgid "dominator of %d should be %d, not %d"
3717 #~ msgstr "le dominateur de %d devrait être %d, et non %d"
3718
3719 #~ msgid "DW_LOC_OP %s not implemented\n"
3720 #~ msgstr "DW_LOC_OP %s n'est pas implanté\n"
3721
3722 #~ msgid "can't access real part of complex value in hard register"
3723 #~ msgstr "ne peut accéder à la partie réelle d'une valeur complexe dans un registre matériel"
3724
3725 #~ msgid "can't access imaginary part of complex value in hard register"
3726 #~ msgstr "ne peut accéder à la partie imaginaire d'une valeur complexe dans un registre matériel"
3727
3728 #~ msgid "Invalid rtl sharing found in the insn"
3729 #~ msgstr "partage rtl invalide repéré dans l'insn"
3730
3731 #~ msgid "Shared rtx"
3732 #~ msgstr "rtx partagé"
3733
3734 #~ msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
3735 #~ msgstr "ICE : emit_insn utilisé là où emit_jump_insn était attendu :\n"
3736
3737 #~ msgid "abort in %s, at %s:%d"
3738 #~ msgstr "abandon dans %s, à %s:%d"
3739
3740 #~ msgid "exception handling disabled, use -fexceptions to enable"
3741 #~ msgstr "traitement des exceptions désactivé, utiliser -fexceptions pour l'activer"
3742
3743 #~ msgid "argument of `__builtin_eh_return_regno' must be constant"
3744 #~ msgstr "l'argument de « __builtin_eh_return_regno » doit être une constante"
3745
3746 #~ msgid "__builtin_eh_return not supported on this target"
3747 #~ msgstr "« __builtin_eh_return » n'est pas possible sur cette cible"
3748
3749 # FIXME
3750 #~ msgid "stack limits not supported on this target"
3751 #~ msgstr "les limites de la pile ne sont pas supportées sur cette cible"
3752
3753 #~ msgid "function using short complex types cannot be inline"
3754 #~ msgstr "un foncton utilisant un type « complex short » ne peut être enligne"
3755
3756 #~ msgid "%Jprior parameter's size depends on '%D'"
3757 #~ msgstr "%Jtaille du paramètre précédent dépend de « %D »"
3758
3759 #~ msgid "returned value in block_exit_expr"
3760 #~ msgstr "valeur retournée dans block_exit_expr"
3761
3762 #~ msgid "cannot take the address of an unaligned member"
3763 #~ msgstr "ne peut prendre l'adresse d'un membre non aligné"
3764
3765 #~ msgid "negative insn length"
3766 #~ msgstr "longueur négative insn"
3767
3768 #~ msgid "could not split insn"
3769 #~ msgstr "n'a pu séparer insn"
3770
3771 #~ msgid "invalid `asm': "
3772 #~ msgstr "« asm » invalide: "
3773
3774 #~ msgid "nested assembly dialect alternatives"
3775 #~ msgstr "assemblage de dialectes alternatifs imbriqués"
3776
3777 #~ msgid "unterminated assembly dialect alternative"
3778 #~ msgstr "assemblage de dialectes alternatifs non terminé"
3779
3780 #~ msgid "operand number missing after %%-letter"
3781 #~ msgstr "numéro d'opérande manquant après %%-letter"
3782
3783 #~ msgid "operand number out of range"
3784 #~ msgstr "nombre d'opérandes hors limite"
3785
3786 #~ msgid "invalid %%-code"
3787 #~ msgstr "%%-code est invalide"
3788
3789 #~ msgid "`%%l' operand isn't a label"
3790 #~ msgstr "opérande « %%l » n'est pas une étiquette"
3791
3792 #~ msgid "floating constant misused"
3793 #~ msgstr "constante flottante mal utilisée"
3794
3795 #~ msgid "invalid expression as operand"
3796 #~ msgstr "expression invalide comme opérande"
3797
3798 #~ msgid "function might be possible candidate for attribute `noreturn'"
3799 #~ msgstr "fonction peut être une possible candidate pour l'attribut « norreturn »"
3800
3801 #~ msgid "`noreturn' function does return"
3802 #~ msgstr "fonction avec « noreturn » effectue des retour"
3803
3804 #~ msgid "control reaches end of non-void function"
3805 #~ msgstr "contrôle a atteint la fin non void de la fonction"
3806
3807 #~ msgid "Attempt to delete prologue/epilogue insn:"
3808 #~ msgstr "Tentative pour détruire le prologue/épilogue insn:"
3809
3810 #~ msgid "comparison is always %d due to width of bit-field"
3811 #~ msgstr "comparaison est toujours %d en raison de la largeur du champ de bits"
3812
3813 #~ msgid "comparison is always %d"
3814 #~ msgstr "comparaison est toujours %d"
3815
3816 #~ msgid "`or' of unmatched not-equal tests is always 1"
3817 #~ msgstr "« or » de tests non pairé de non égalité est troujours 1"
3818
3819 #~ msgid "`and' of mutually exclusive equal-tests is always 0"
3820 #~ msgstr "« and » de tests d'égalité mutuellement exclusifs est toujours 0"
3821
3822 #~ msgid "fold check: original tree changed by fold"
3823 #~ msgstr "vérification fold: arbre originale modifié par fold"
3824
3825 #~ msgid "%Jsize of variable '%D' is too large"
3826 #~ msgstr "%Jtaille de la variable « %D » est trop grande"
3827
3828 #~ msgid "impossible constraint in `asm'"
3829 #~ msgstr "contrainte impossible dans « asm »"
3830
3831 #~ msgid "%J'%D' might be used uninitialized in this function"
3832 #~ msgstr "%J« %D » pourrait être utilisé sans être initialisé dans cette fonction"
3833
3834 #~ msgid "%Jvariable '%D' might be clobbered by `longjmp' or `vfork'"
3835 #~ msgstr "%Jvariable « %D » pourrait être maltraitée par un «longjmp» ou un «vfork »"
3836
3837 #~ msgid "%Jargument '%D' might be clobbered by `longjmp' or `vfork'"
3838 #~ msgstr "%Jargument « %D » pourrait être maltraitée par un «longjmp» ou un «vfork »"
3839
3840 #~ msgid "function returns an aggregate"
3841 #~ msgstr "fonction retourne un aggrégat"
3842
3843 #~ msgid "%Junused parameter '%D'"
3844 #~ msgstr "%Jparamètre « %D » inutilisé"
3845
3846 #~ msgid "ambiguous abbreviation %s"
3847 #~ msgstr "abréviation %s est ambiguë"
3848
3849 #~ msgid "incomplete `%s' option"
3850 #~ msgstr "option « %s » est incomplète"
3851
3852 #~ msgid "missing argument to `%s' option"
3853 #~ msgstr "argument manquant à l'option « %s »"
3854
3855 #~ msgid "extraneous argument to `%s' option"
3856 #~ msgstr "argument superflu à l'option « %s »"
3857
3858 #~ msgid "Using built-in specs.\n"
3859 #~ msgstr "Utilisation des specs internes.\n"
3860
3861 #~ msgid ""
3862 #~ "Setting spec %s to '%s'\n"
3863 #~ "\n"
3864 #~ msgstr ""
3865 #~ "Initialisation des spec %s à « %s »\n"
3866 #~ "\n"
3867
3868 #~ msgid "Reading specs from %s\n"
3869 #~ msgstr "Lecture des spécification à partir de %s\n"
3870
3871 #~ msgid "specs %%include syntax malformed after %ld characters"
3872 #~ msgstr "syntaxe des specs %%include mal composée après %ld caractères"
3873
3874 #~ msgid "could not find specs file %s\n"
3875 #~ msgstr "ne peut repérer le fichiers des specs %s\n"
3876
3877 #~ msgid "specs %%rename syntax malformed after %ld characters"
3878 #~ msgstr "specs de la syntaxe %%rename mal composées après %ld caractères"
3879
3880 #~ msgid "specs %s spec was not found to be renamed"
3881 #~ msgstr "specs de la spécification %s n'a pas été trouvé pour être renommer"
3882
3883 #~ msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
3884 #~ msgstr "%s: tentative pour renommner la spécification « %s » à un spécification « %s » déjà définie"
3885
3886 #~ msgid "rename spec %s to %s\n"
3887 #~ msgstr "renommé les specs %s à %s\n"
3888
3889 #~ msgid ""
3890 #~ "spec is '%s'\n"
3891 #~ "\n"
3892 #~ msgstr ""
3893 #~ "spec est « %s »\n"
3894 #~ "\n"
3895
3896 #~ msgid "specs unknown %% command after %ld characters"
3897 #~ msgstr "specs inconnus de la commande %% après %ld caractères"
3898
3899 #~ msgid "specs file malformed after %ld characters"
3900 #~ msgstr "fichier de specs mal composé après %ld caractères"
3901
3902 #~ msgid "spec file has no spec for linking"
3903 #~ msgstr "fichier de specs n'a pas de spécification pour l'édition de liens"
3904
3905 #~ msgid "-pipe not supported"
3906 #~ msgstr "-pipe n'est pas supporté"
3907
3908 #~ msgid ""
3909 #~ "\n"
3910 #~ "Go ahead? (y or n) "
3911 #~ msgstr ""
3912 #~ "\n"
3913 #~ "Aller de l'avant? (y ou n) "
3914
3915 #~ msgid ""
3916 #~ "Internal error: %s (program %s)\n"
3917 #~ "Please submit a full bug report.\n"
3918 #~ "See %s for instructions."
3919 #~ msgstr ""
3920 #~ "Erreur internal error: %s (programme %s)\n"
3921 #~ "SVP soumettre un rapport complet d'anomalies.\n"
3922 #~ "Consulter %s pour les instructions."
3923
3924 #~ msgid "# %s %.2f %.2f\n"
3925 #~ msgstr "# %s %.2f %.2f\n"
3926
3927 #~ msgid "Usage: %s [options] file...\n"
3928 #~ msgstr "Usage: %s [options] fichier...\n"
3929
3930 #~ msgid "Options:\n"
3931 #~ msgstr "Options:\n"
3932
3933 #~ msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
3934 #~ msgstr "  -pass-exit-codes         quitter avec le plus grand code d'erreur de la phase\n"
3935
3936 #~ msgid "  --help                   Display this information\n"
3937 #~ msgstr "  --help                   afficher l'aide mémoire\n"
3938
3939 #~ msgid "  --target-help            Display target specific command line options\n"
3940 #~ msgstr "  --target-help            afficher les options spécifiques de la ligne de commande\n"
3941
3942 #~ msgid "  (Use '-v --help' to display command line options of sub-processes)\n"
3943 #~ msgstr "  (Utiliser «-v --help» pour afficher les options de la ligne de commande des sous-processus)\n"
3944
3945 #~ msgid "  -dumpspecs               Display all of the built in spec strings\n"
3946 #~ msgstr "  -dumpspecs               afficher tous les construits des chaînes de specs\n"
3947
3948 #~ msgid "  -dumpversion             Display the version of the compiler\n"
3949 #~ msgstr "  -dumpversion             afficher la version du compilateur\n"
3950
3951 #~ msgid "  -dumpmachine             Display the compiler's target processor\n"
3952 #~ msgstr "  -dumpmachine             afficher le processeur ciblé par le compilateur\n"
3953
3954 #~ msgid "  -print-search-dirs       Display the directories in the compiler's search path\n"
3955 #~ msgstr "  -print-search-dirs       afficher les répertoires du chemin de recherche du compiltateur\n"
3956
3957 #~ msgid "  -print-libgcc-file-name  Display the name of the compiler's companion library\n"
3958 #~ msgstr "  -print-libgcc-file-name  afficher le nom de la bibliothèque compagne du compilateur\n"
3959
3960 #~ msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"
3961 #~ msgstr "  -print-file-name=<lib>   afficher le chemin d'accès complet vers la bibliothèque <lib>\n"
3962
3963 #~ msgid "  -print-prog-name=<prog>  Display the full path to compiler component <prog>\n"
3964 #~ msgstr "  -print-prog-name=<prog>  afficher le chemin d'accès complet vers le composant du compilateur <prog>\n"
3965
3966 #~ msgid "  -print-multi-directory   Display the root directory for versions of libgcc\n"
3967 #~ msgstr "  -print-multi-directory   afficher la racine du répertoire des version libgcc\n"
3968
3969 #~ msgid ""
3970 #~ "  -print-multi-lib         Display the mapping between command line options and\n"
3971 #~ "                           multiple library search directories\n"
3972 #~ msgstr ""
3973 #~ "  -print-multi-lib         Afficher la table de projection entre les options de\n"
3974 #~ "                           la ligne de commande et les multiples répertoires de\n"
3975 #~ "                           recherches des bibliothèques\n"
3976
3977 #~ msgid "  -print-multi-os-directory Display the relative path to OS libraries\n"
3978 #~ msgstr "  -print-multi-os-directory   afficher le chemin relatif du répertoire vers les librairies de l'OS\n"
3979
3980 #~ msgid "  -Wa,<options>            Pass comma-separated <options> on to the assembler\n"
3981 #~ msgstr "  -Wa,<options>            passer les <options> séparées par des virgules à l'assembleur\n"
3982
3983 #~ msgid "  -Wp,<options>            Pass comma-separated <options> on to the preprocessor\n"
3984 #~ msgstr "  -Wp,<options>            passer les <options> séparées par des virgules au préprocesseur\n"
3985
3986 #~ msgid "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"
3987 #~ msgstr "  -Wl,<options>            passer les <options> séparées par des virgules  à l'éditeur de liens\n"
3988
3989 #~ msgid "  -Xassembler <arg>        Pass <arg> on to the assembler\n"
3990 #~ msgstr "  -Xassembler <arg>        passer l'<arg>ument à l'assembleur\n"
3991
3992 #~ msgid "  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor\n"
3993 #~ msgstr "  -Xpreprocessor <arg>     passer l'<arg>ument au pré-processeur\n"
3994
3995 #~ msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"
3996 #~ msgstr "  -Xlinker <argument>      passer l'<argument> à l'éditeur de liens\n"
3997
3998 #~ msgid "  -save-temps              Do not delete intermediate files\n"
3999 #~ msgstr "  -save-temps              ne pas détruire les fichiers intermédiaires\n"
4000
4001 #~ msgid "  -pipe                    Use pipes rather than intermediate files\n"
4002 #~ msgstr "  -pipe                    utiliser des pipes au lieu de fichiers intermédiares\n"
4003
4004 #~ msgid "  -time                    Time the execution of each subprocess\n"
4005 #~ msgstr "  -time                    mesurer le temps d'exécution de chaque sous-processus\n"
4006
4007 #~ msgid "  -specs=<file>            Override built-in specs with the contents of <file>\n"
4008 #~ msgstr "  -specs=<fichier>         écraser les specs internes à l'aide du contenu du <fichier>\n"
4009
4010 #~ msgid "  -std=<standard>          Assume that the input sources are for <standard>\n"
4011 #~ msgstr "  -std=<standard>          Présumer que les fichiers sources respectent le <standard>\n"
4012
4013 #~ msgid "  -B <directory>           Add <directory> to the compiler's search paths\n"
4014 #~ msgstr "  -B <répertoire>          ajouter le <répertoire> aux chemins de recherche du compilateur\n"
4015
4016 #~ msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"
4017 #~ msgstr "  -b <machine>             exécuter gcc pour la <machine> cible, si installé\n"
4018
4019 #~ msgid "  -V <version>             Run gcc version number <version>, if installed\n"
4020 #~ msgstr "  -V <version>             exécuter le numéro de <version> de gcc, si installée\n"
4021
4022 #~ msgid "  -v                       Display the programs invoked by the compiler\n"
4023 #~ msgstr "  -v                       afficher les programmes invoqués par le compilateur\n"
4024
4025 #~ msgid "  -###                     Like -v but options quoted and commands not executed\n"
4026 #~ msgstr "  -###                     identique à -v mais les options et les commandes entre guillemets ne sont pas exécutées\n"
4027
4028 #~ msgid "  -E                       Preprocess only; do not compile, assemble or link\n"
4029 #~ msgstr "  -E                       pré-traiter seulement; ne pas compiler, assembler ou éditer les liens\n"
4030
4031 #~ msgid "  -S                       Compile only; do not assemble or link\n"
4032 #~ msgstr "  -S                       compiler seulement; ne pas assembler ou éditer les liens\n"
4033
4034 #~ msgid "  -c                       Compile and assemble, but do not link\n"
4035 #~ msgstr "  -S                       compiler et assembler, mais ne pas éditer les liens\n"
4036
4037 #~ msgid "  -o <file>                Place the output into <file>\n"
4038 #~ msgstr "  -o <fichier>             placer la sortie dans le <fichier>\n"
4039
4040 #~ msgid ""
4041 #~ "  -x <language>            Specify the language of the following input files\n"
4042 #~ "                           Permissible languages include: c c++ assembler none\n"
4043 #~ "                           'none' means revert to the default behavior of\n"
4044 #~ "                           guessing the language based on the file's extension\n"
4045 #~ msgstr ""
4046 #~ "  -x <langage>             spécifier le langage des fichiers suivants d'entrée\n"
4047 #~ "                           Les langages permis sont: c c++ assembler none\n"
4048 #~ "                           « none » signifiant d'utiliser le comportement par défaut\n"
4049 #~ "                           en tentant d'identifier le langage par l'extension du fichier\n"
4050
4051 #~ msgid ""
4052 #~ "\n"
4053 #~ "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
4054 #~ " passed on to the various sub-processes invoked by %s.  In order to pass\n"
4055 #~ " other options on to these processes the -W<letter> options must be used.\n"
4056 #~ msgstr ""
4057 #~ "\n"
4058 #~ "Options débutant par -g, -f, -m, -O, -W, ou --param sont automatiquement\n"
4059 #~ " passés aux divers sous-processus invoqués par %s.  Afin de passer\n"
4060 #~ " les autres options à ces processus l'option -W<lettre> doit être utilisé.\n"
4061
4062 #~ msgid "`-%c' option must have argument"
4063 #~ msgstr "l'option « -%c » requière un argument"
4064
4065 #~ msgid "couldn't run `%s': %s"
4066 #~ msgstr "impossible d'exécuter « %s » : %s"
4067
4068 #~ msgid "%s (GCC) %s\n"
4069 #~ msgstr "%s (GCC) %s\n"
4070
4071 #~ msgid "(C)"
4072 #~ msgstr "©"
4073
4074 #~ msgid ""
4075 #~ "This is free software; see the source for copying conditions.  There is NO\n"
4076 #~ "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
4077 #~ "\n"
4078 #~ msgstr ""
4079 #~ "Ce logiciel est libre; voir les sources pour les conditions de copie.  Il n'y a PAS\n"
4080 #~ "GARANTIE; ni implicite pour le MARCHANDAGE ou pour un BUT PARTICULIER.\n"
4081 #~ "\n"
4082
4083 #~ msgid "argument to `-Xlinker' is missing"
4084 #~ msgstr "argument de «-Xlinker» est manquant"
4085
4086 #~ msgid "argument to `-Xpreprocessor' is missing"
4087 #~ msgstr "argument de « -Xpreprocessor » est manquant"
4088
4089 #~ msgid "argument to `-Xassembler' is missing"
4090 #~ msgstr "argument de « -Xassembler » est manquant"
4091
4092 #~ msgid "argument to `-l' is missing"
4093 #~ msgstr "argument pour « -l » est manquant"
4094
4095 #~ msgid "argument to `-specs' is missing"
4096 #~ msgstr "argument de « -specs » est manquant"
4097
4098 #~ msgid "argument to `-specs=' is missing"
4099 #~ msgstr "argument de «-specs=» est manquant"
4100
4101 #~ msgid "`-%c' must come at the start of the command line"
4102 #~ msgstr "« -%c » doit apparaître au début de la ligne de commande"
4103
4104 #~ msgid "argument to `-B' is missing"
4105 #~ msgstr "argument de « -B » est manquant"
4106
4107 #~ msgid "warning: -pipe ignored because -save-temps specified"
4108 #~ msgstr "AVERTISSEMENT: -pipe ignoré parce que -save-temps a été spécifié"
4109
4110 #~ msgid "warning: -pipe ignored because -time specified"
4111 #~ msgstr "AVERTISSEMENT: -pipe ignoré parce que -time a été spécifié"
4112
4113 #~ msgid "argument to `-x' is missing"
4114 #~ msgstr "argument pour « -x » est manquant"
4115
4116 #~ msgid "argument to `-%s' is missing"
4117 #~ msgstr "argument pour « -%s » est manquant"
4118
4119 #~ msgid "warning: `-x %s' after last input file has no effect"
4120 #~ msgstr "AVERTISSEMENT: « -x %s » après le dernier fichier d'entrée n'a pas d'effet"
4121
4122 #~ msgid "invalid specification!  Bug in cc"
4123 #~ msgstr "spécification invalide!  Bug dans cc."
4124
4125 #~ msgid "%s\n"
4126 #~ msgstr "%s\n"
4127
4128 #~ msgid "spec failure: '%%*' has not been initialized by pattern match"
4129 #~ msgstr "échec du spec: « %%* » n'a pas été initialisé par concordance du canevas"
4130
4131 #~ msgid "warning: use of obsolete %%[ operator in specs"
4132 #~ msgstr "AVERTISSEMENT: utilisation obsolète de l'opérateur %%[ dans les specs"
4133
4134 #~ msgid "Processing spec %c%s%c, which is '%s'\n"
4135 #~ msgstr "Traitement du spec %c%s%c, lequel est « %s »\n"
4136
4137 #~ msgid "spec failure: unrecognized spec option '%c'"
4138 #~ msgstr "échec de spec: option « %c » de spec non reconnue"
4139
4140 #~ msgid "unknown spec function `%s'"
4141 #~ msgstr "spécification de fonction inconnue « %s »:"
4142
4143 #~ msgid "error in args to spec function `%s'"
4144 #~ msgstr "ERREUR d'arguments pour la spécification de fonction « %s »"
4145
4146 #~ msgid "malformed spec function name"
4147 #~ msgstr "nom de spécification de fonction mal composé"
4148
4149 #~ msgid "no arguments for spec function"
4150 #~ msgstr "aucun argument pour la spécification de fonction"
4151
4152 #~ msgid "malformed spec function arguments"
4153 #~ msgstr "arguments de spécification de fonction mal composés"
4154
4155 #~ msgid "spec failure: more than one arg to SYSROOT_SUFFIX_SPEC."
4156 #~ msgstr "échec de spécification: plus d'un argument à SYSROOT_SUFFIX_SPEC."
4157
4158 #~ msgid "spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC."
4159 #~ msgstr "échec de spécification: plus d'un argument à SYSROOT_HEADERS_SUFFIX_SPEC."
4160
4161 #~ msgid "unrecognized option `-%s'"
4162 #~ msgstr "option « -%s » non reconnue"
4163
4164 #~ msgid "install: %s%s\n"
4165 #~ msgstr "installés: %s%s\n"
4166
4167 #~ msgid "programs: %s\n"
4168 #~ msgstr "programmes: %s\n"
4169
4170 #~ msgid "libraries: %s\n"
4171 #~ msgstr "libraries: %s\n"
4172
4173 #~ msgid ""
4174 #~ "\n"
4175 #~ "For bug reporting instructions, please see:\n"
4176 #~ msgstr ""
4177 #~ "\n"
4178 #~ "Pour les instructons afin de rapporter des anomales, SVP consulter:\n"
4179
4180 #~ msgid "Configured with: %s\n"
4181 #~ msgstr "Configuré avec: %s\n"
4182
4183 #~ msgid "Thread model: %s\n"
4184 #~ msgstr "Modèle de thread: %s\n"
4185
4186 #~ msgid "gcc version %s\n"
4187 #~ msgstr "version gcc %s\n"
4188
4189 #~ msgid "gcc driver version %s executing gcc version %s\n"
4190 #~ msgstr "version du pilote gcc %s exécutant le version %s de gcc\n"
4191
4192 #~ msgid "no input files"
4193 #~ msgstr "pas de fichier à l'entrée"
4194
4195 #~ msgid "%s: linker input file unused because linking not done"
4196 #~ msgstr "%s: fichier d'entrée d'édition de liens n'est pas utilisé parce l'édition de lien n'a pas été faite"
4197
4198 #~ msgid "cannot specify -o with -c or -S and multiple languages"
4199 #~ msgstr "ne peut spécifier -o avec -c ou -S et de multiples langages"
4200
4201 #~ msgid "%s: %s compiler not installed on this system"
4202 #~ msgstr "%s: %s compilateur n'est pas installé sur ce système"
4203
4204 #~ msgid "language %s not recognized"
4205 #~ msgstr "language %s n'est pas reconnu"
4206
4207 #~ msgid "internal gcc abort"
4208 #~ msgstr "abandon interne de gcc"
4209
4210 #~ msgid "Internal gcov abort.\n"
4211 #~ msgstr "Abandon interne de gcov.\n"
4212
4213 #~ msgid ""
4214 #~ "Usage: gcov [OPTION]... SOURCEFILE\n"
4215 #~ "\n"
4216 #~ msgstr ""
4217 #~ "Usage: gcov [OPTION]... FICHIER-SOURCE\n"
4218 #~ "\n"
4219
4220 #~ msgid ""
4221 #~ "Print code coverage information.\n"
4222 #~ "\n"
4223 #~ msgstr ""
4224 #~ "Produire les informations de la couverture du code.\n"
4225 #~ "\n"