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.
6 # lvalue = membre gauche
7 # deprecated = obsolète
8 # out of range = hors des limites
10 # scope = porté, champ
12 # embedded PIC = PIC enchâssé
14 # structure with flexible member
15 # = structure ayant un membre flexible
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
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.
36 # literals littéral, ou mot composé ?
37 # msgid "ISO C89 forbids compound literals"
38 # msgstr "le C89 ISO interdit les mots composés"
40 # symbol table table des symboles ou table de symbole
41 # command map carte des commandes
42 # Combiner combinateur
44 # ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
45 # ";; %d successes.\n"
48 # ";; Statistiques du combinateur : %d tentatives, %d substitutions (%d requérant un nouvel espace),\n"
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"
57 # msgid "Multiple include guards may be useful for:\n"
58 # msgstr "De multiples balises pour les inclusions peuvent être utiles pour :\n"
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"
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
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 »
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
85 # - chaîne de format => formatage
87 # - supporté est un faux ami
89 # A rapporter upstream:
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"
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.
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
109 # Are you sure you want to translate the messages in cfgrtl.c, or are they
110 # debugging informations ?
112 # You may want to use ngettext instead of putting (s) in text.
113 # msgid "null character(s) preserved in literal"
119 "Project-Id-Version: GNU cpplib 4.0.0\n"
120 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
121 "POT-Creation-Date: 2007-07-18 21:18-0700\n"
122 "PO-Revision-Date: 2005-06-12 08: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"
132 msgid "conversion from %s to %s not supported by iconv"
133 msgstr "conversion de %s vers %s n'est pas supporté par iconv"
141 msgid "no iconv implementation, cannot convert from %s to %s"
142 msgstr "pas d'implantation iconv, ne peut convertir de %s vers %s"
146 msgid "character 0x%lx is not in the basic source character set\n"
147 msgstr "caractère 0x%lx n'est pas dans le jeu de caractères de base\n"
149 #: charset.c:759 charset.c:1352
150 msgid "converting to execution character set"
151 msgstr "conversion vers un jeu d'exécution de caractères"
155 msgid "character 0x%lx is not unibyte in execution character set"
156 msgstr "caractère 0x%lx n'est pas unibyte dans le jeu de caractères d'exécution"
160 msgid "Character %x might not be NFKC"
164 msgid "universal character names are only valid in C++ and C99"
165 msgstr "noms de caractère universel sont seulement valides en C++ et C89"
169 msgid "the meaning of '\\%c' is different in traditional C"
170 msgstr "la signification de « \\%c » est différente en C traditionel"
173 msgid "In _cpp_valid_ucn but not a UCN"
179 msgid "incomplete universal character name %.*s"
180 msgstr "nom de caractère universel incomplet %.*s"
184 msgid "%.*s is not a valid universal character"
185 msgstr "%.*s n'est pas un caractère universel valide"
187 #: charset.c:1008 lex.c:472
188 msgid "'$' in identifier or number"
189 msgstr "« $ » dans un identificateur ou un nombre"
193 msgid "universal character %.*s is not valid in an identifier"
194 msgstr "caractère universel %.*s n'est pas valide dans un identificcateur"
198 msgid "universal character %.*s is not valid at the start of an identifier"
199 msgstr "caractère universel %.*s n'est pas valide au début d'un identificcateur"
201 #: charset.c:1056 charset.c:1571
202 msgid "converting UCN to source character set"
203 msgstr "conversion UCN vers le jeu source de caractères"
206 msgid "converting UCN to execution character set"
207 msgstr "conversion UCN vers le jeu d'exécution de caractères"
210 msgid "the meaning of '\\x' is different in traditional C"
211 msgstr "la signification de « \\x » est différente en C traditionel"
214 msgid "\\x used with no following hex digits"
215 msgstr "\\x utilisé sans être suivi de chiffres en hexdécimal"
218 msgid "hex escape sequence out of range"
219 msgstr "séquence d'échappement hexadécimale hors limite"
222 msgid "octal escape sequence out of range"
223 msgstr "séquence d'échappement octale hors limite"
226 msgid "the meaning of '\\a' is different in traditional C"
227 msgstr "la signification de « \\a » est différente en C traditionel"
231 msgid "non-ISO-standard escape sequence, '\\%c'"
232 msgstr "séquence d'échappement « \\%c » non conforme au standard ISO"
236 msgid "unknown escape sequence '\\%c'"
237 msgstr "séquence d'échappement « \\%c » inconnue"
241 msgid "unknown escape sequence: '\\%s'"
242 msgstr "séquence d'échappement « \\%c » inconnue"
245 msgid "converting escape sequence to execution character set"
246 msgstr "conversion d'une séquence d'échappement vers un jeu d'exécution de caractères"
248 #: charset.c:1415 charset.c:1478
249 msgid "character constant too long for its type"
250 msgstr "constante caractère trop longue pour son type"
253 msgid "multi-character character constant"
254 msgstr "constante caractère multi-caractères"
257 msgid "empty character constant"
258 msgstr "constante caractère vide"
262 msgid "failure to convert %s to %s"
263 msgstr "échec de conversion de %s vers %s"
265 #: directives.c:214 directives.c:240
267 msgid "extra tokens at end of #%s directive"
268 msgstr "éléments lexicaux superflus à la fin de la directive #%s"
272 msgid "#%s is a GCC extension"
273 msgstr "#%s est une extension GCC"
276 msgid "suggest not using #elif in traditional C"
277 msgstr "il est suggéré de ne pas utiliser #elif en C traditionnel"
281 msgid "traditional C ignores #%s with the # indented"
282 msgstr "le C traditionel ignore la directive #%s si le caractère # est indenté"
286 msgid "suggest hiding #%s from traditional C with an indented #"
287 msgstr "il est suggéré de cacher #%s au C traditionel en indentant le « # »"
290 msgid "embedding a directive within macro arguments is not portable"
291 msgstr "placer une directive dans les arguments d'une macro n'est pas portable"
294 msgid "style of line directive is a GCC extension"
295 msgstr "la directive de style de ligne est extension GCC"
299 msgid "invalid preprocessing directive #%s"
300 msgstr "directive de pré-traitement #%s invalide"
303 msgid "\"defined\" cannot be used as a macro name"
304 msgstr "« defined » ne peut être utilisé comme nom de macro"
308 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
309 msgstr "« %s » ne peut être utilisé comme nom de macro car c'est un opérateur en C++"
313 msgid "no macro name given in #%s directive"
314 msgstr "aucun nom de macro donné dans la directive #%s"
317 msgid "macro names must be identifiers"
318 msgstr "les noms de macro doivent être des identificateurs"
322 msgid "undefining \"%s\""
323 msgstr "indéfinition de « %s »"
326 msgid "missing terminating > character"
327 msgstr "caractère > de terminaison manquant"
331 msgid "#%s expects \"FILENAME\" or <FILENAME>"
332 msgstr "#%s attend \"NOM_DE_FICHIER\" ou <NOM_DE_FICHIER>"
336 msgid "empty filename in #%s"
337 msgstr "nom de fichier vide dans #%s"
340 msgid "#include nested too deeply"
341 msgstr "#include imbriqué trop profondément"
344 msgid "#include_next in primary source file"
345 msgstr "#include_next dans un fichier source primaire"
349 msgid "invalid flag \"%s\" in line directive"
350 msgstr "fanion « %s » invalide dans la ligne de directive"
354 msgid "\"%s\" after #line is not a positive integer"
355 msgstr "« %s » après #line n'est pas un nombre entier positif"
358 msgid "line number out of range"
359 msgstr "numéro de ligne hors limite"
361 #: directives.c:875 directives.c:952
363 msgid "\"%s\" is not a valid filename"
364 msgstr "« %s » n'est pas un nom de fichier valide"
368 msgid "\"%s\" after # is not a positive integer"
369 msgstr "« %s » après # n'est pas un nombre entier positif"
373 msgid "invalid #%s directive"
374 msgstr "directive #ident invalide"
378 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
384 msgid "registering pragma \"%s\" with name expansion and no namespace"
385 msgstr "enregistrement de \"%s\" à la fois comme une pragma et un espace de nom de pragma"
390 msgid "registering \"%s\" as both a pragma and a pragma namespace"
391 msgstr "enregistrement de \"%s\" à la fois comme une pragma et un espace de nom de pragma"
395 msgid "#pragma %s %s is already registered"
396 msgstr "la #pragma %s %s est déjà enregistrée"
400 msgid "#pragma %s is already registered"
401 msgstr "la #pragma %s est déjà enregistrée"
404 msgid "registering pragma with NULL handler"
409 msgid "#pragma once in main file"
410 msgstr "#pragma once utilisée une seule fois dans le fichier principal"
414 msgid "invalid #pragma GCC poison directive"
415 msgstr "la directive GCC #pragma poison est invalide"
420 msgid "poisoning existing macro \"%s\""
421 msgstr "élimination de la macro existente « %s »"
424 msgid "#pragma system_header ignored outside include file"
425 msgstr "#pragma system_header ignorée en dehors du fichier d'inclusion"
429 msgid "cannot find source file %s"
430 msgstr "impossible de trouver le fichier source %s"
434 msgid "current file is older than %s"
435 msgstr "le fichier courant est plus vieux que %s"
438 msgid "_Pragma takes a parenthesized string literal"
439 msgstr "_Pragma prend une chaîne entourée de parenthèrese"
442 msgid "#else without #if"
443 msgstr "#else sans #if"
446 msgid "#else after #else"
447 msgstr "#else après #else"
449 #: directives.c:1678 directives.c:1711
450 msgid "the conditional began here"
451 msgstr "la condition débute ici"
454 msgid "#elif without #if"
455 msgstr "#elif sans #if"
458 msgid "#elif after #else"
459 msgstr "#elif après #else"
462 msgid "#endif without #if"
463 msgstr "#endif sans #if"
466 msgid "missing '(' after predicate"
467 msgstr "« ( » manquante après le prédicat"
470 msgid "missing ')' to complete answer"
471 msgstr "« ) » manquante pour completer la réponse"
474 msgid "predicate's answer is empty"
475 msgstr "la réponse du prédicat est vide"
478 msgid "assertion without predicate"
479 msgstr "assertion sans prédicat"
482 msgid "predicate must be an identifier"
483 msgstr "le prédicat doit être un identificateur"
488 msgid "\"%s\" re-asserted"
489 msgstr "« %s » re-asserti"
493 msgid "unterminated #%s"
494 msgstr "#%s non terminé"
498 msgstr "attention : "
501 msgid "internal error: "
502 msgstr "erreur interne : "
518 msgid "too many decimal points in number"
519 msgstr "trop de points décimaux dans le nombre"
523 msgid "invalid digit \"%c\" in octal constant"
524 msgstr "chiffre « %c » invalide dans la constante en base 8"
527 msgid "use of C99 hexadecimal floating constant"
528 msgstr "usage d'une constante hexadécimale constante à la C99"
531 msgid "exponent has no digits"
532 msgstr "l'exposant n'a pas de chiffre"
535 msgid "hexadecimal floating constants require an exponent"
536 msgstr "la contante hexadécimale flottante requière un exposant"
540 msgid "invalid suffix \"%.*s\" on floating constant"
541 msgstr "suffixe « %.*s » invalide pour une constante flottante"
543 #: expr.c:261 expr.c:295
545 msgid "traditional C rejects the \"%.*s\" suffix"
546 msgstr "le C traditionnel interdit le suffixe « %.*s »"
550 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
551 msgstr "suffixe « %.*s » invalide pour une constante flottante"
555 msgid "invalid suffix \"%.*s\" on integer constant"
556 msgstr "suffixe « %.*s » invalide pour une constante entière"
559 msgid "use of C99 long long integer constant"
560 msgstr "usage d'une constante entière « long long » à la C99"
563 msgid "imaginary constants are a GCC extension"
564 msgstr "les constantes imaginaires sont une extension GCC"
567 msgid "integer constant is too large for its type"
568 msgstr "constante entière trop grande pour tenir dans son type"
571 msgid "integer constant is so large that it is unsigned"
572 msgstr "cette constante entière est si grande qu'elle ne peut être signée"
575 msgid "missing ')' after \"defined\""
576 msgstr "« ) » manquant après « defined »"
579 msgid "operator \"defined\" requires an identifier"
580 msgstr "l'opérateur « defined » requiert un identificateur"
584 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
585 msgstr "(« %s » est un élément lexical alternatif pour « %s » en C++)"
588 msgid "this use of \"defined\" may not be portable"
589 msgstr "cette utilisation de « defined » peut ne pas être portable"
592 msgid "floating constant in preprocessor expression"
593 msgstr "constante flottante dans une expresion pour le préprocesseur"
596 msgid "imaginary number in preprocessor expression"
597 msgstr "constante complexe dans une expresion pour le préprocesseur"
601 msgid "\"%s\" is not defined"
602 msgstr "« %s » n'est pas défini"
604 #: expr.c:733 expr.c:762
606 msgid "missing binary operator before token \"%s\""
607 msgstr "opérateur binaire manquant avant l'élément lexical « %s »"
611 msgid "token \"%s\" is not valid in preprocessor expressions"
612 msgstr "l'élément lexical « %s » n'est pas valide dans les expressions pour le préprocesseur"
615 msgid "missing expression between '(' and ')'"
616 msgstr "expression manquante entre '(' et ')'"
619 msgid "#if with no expression"
620 msgstr "#if sans expression"
624 msgid "operator '%s' has no right operand"
625 msgstr "l'opérateur « %s » n'a pas d'opérande droite"
629 msgid "operator '%s' has no left operand"
630 msgstr "opérateur « %s » n'a pas d'opérande gauche"
633 msgid " ':' without preceding '?'"
634 msgstr "« : » n'est pas précédé de « ? »"
637 msgid "unbalanced stack in #if"
638 msgstr "pile non balancée dans #if"
642 msgid "impossible operator '%u'"
643 msgstr "opérateur impossible « %u »"
646 msgid "missing ')' in expression"
647 msgstr "« ) » manquante dans l'expresion"
650 msgid "'?' without following ':'"
651 msgstr "« ? » n'est pas suivi de « : »"
654 msgid "integer overflow in preprocessor expression"
655 msgstr "débordement d'entier dans l'expresion pour le préprocesseur"
658 msgid "missing '(' in expression"
659 msgstr "« ( » manquante dans l'expresion"
663 msgid "the left operand of \"%s\" changes sign when promoted"
664 msgstr "L'opérande gauche de « %s » change de signe lors de sa promotion"
668 msgid "the right operand of \"%s\" changes sign when promoted"
669 msgstr "L'opérande droite de « %s » change de signe lors de sa promotion"
672 msgid "traditional C rejects the unary plus operator"
673 msgstr "le C traditionnel rejette le plus unaire"
676 msgid "comma operator in operand of #if"
677 msgstr "opérateur virgule dans l'opérande de #if"
680 msgid "division by zero in #if"
681 msgstr "division par zéro dans #if"
684 msgid "NULL directory in find_file"
685 msgstr "répertoire NUL dans find_file"
688 msgid "one or more PCH files were found, but they were invalid"
689 msgstr "un ou plusieurs fichiers PCH ont été repérés, mais ils étaient invalides"
692 msgid "use -Winvalid-pch for more information"
693 msgstr "utiliser -Winvalid-pch pour plus d'informations"
698 msgid "%s is a block device"
699 msgstr "%s est un périphérique de blocs"
703 msgid "%s is too large"
704 msgstr "%s est trop grand"
708 msgid "%s is shorter than expected"
709 msgstr "%s est plus petit que prévu"
713 msgid "no include path in which to search for %s"
714 msgstr "aucun chemin d'inclusion dans lequel on pourrait repérer %s"
718 msgid "Multiple include guards may be useful for:\n"
719 msgstr "De multiples balises pour les inclusions peuvent être utiles pour:\n"
722 msgid "cppchar_t must be an unsigned type"
723 msgstr "cppchar_t doit être d'un type non signé"
727 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
728 msgstr "l'arithmétique du préprocesseur a une précision maximale de %lu bits ; la cible requière %lu bits"
731 msgid "CPP arithmetic must be at least as precise as a target int"
732 msgstr "l'arithmétique de CPP doit être au moins aussi précise que le type int de la cible"
735 msgid "target char is less than 8 bits wide"
736 msgstr "sur la cible, « char » fait moins de 8 bits"
739 msgid "target wchar_t is narrower than target char"
740 msgstr "sur la cible, « wchar_t » est plus petit que « char »"
743 msgid "target int is narrower than target char"
744 msgstr "sur la cible, « int » est plus petit que « char »"
747 msgid "CPP half-integer narrower than CPP character"
748 msgstr "les demi-entiers de CPP sont plus petit que les caractères de CPP"
752 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
753 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"
756 msgid "backslash and newline separated by space"
757 msgstr "« \\ » et retour de chariot séparés par un blanc"
760 msgid "backslash-newline at end of file"
761 msgstr "« \\ » en fin de ligne à la fin du fichier"
765 msgid "trigraph ??%c converted to %c"
766 msgstr "trigraphe ??%c converti en %c"
770 msgid "trigraph ??%c ignored, use -trigraphs to enable"
771 msgstr "trigraphe ??%c ignoré, utilisez -trigraphs pour le permettre"
774 msgid "\"/*\" within comment"
775 msgstr "« /* » à l'intérieur d'un commentaire"
779 msgid "%s in preprocessing directive"
780 msgstr "%s dans la directive du préprocesseur"
784 msgid "null character(s) ignored"
785 msgstr "caractère(s) nul(s) ignoré(s)"
789 msgid "`%.*s' is not in NFKC"
790 msgstr "« %s » n'est pas un canevas"
794 msgid "`%.*s' is not in NFC"
795 msgstr "« %s » n'est pas un canevas"
800 msgid "attempt to use poisoned \"%s\""
801 msgstr "tentative d'utilisation d'un « %s » corrompu"
804 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
805 msgstr "« __VA_ARGS__ » peut seulement appraître dans l'expansion des macros C99 à nombre variable d'arguments"
808 msgid "null character(s) preserved in literal"
809 msgstr "caractère(s) nul préservé(s) dans la chaîne"
813 msgid "missing terminating %c character"
814 msgstr "caractère %c de terminaison manquant"
817 msgid "no newline at end of file"
818 msgstr "pas de retour chariot à la fin du fichier"
820 #: lex.c:1002 traditional.c:162
821 msgid "unterminated comment"
822 msgstr "commentaire non terminé"
825 msgid "C++ style comments are not allowed in ISO C90"
826 msgstr "Les commentaires à la C++ ne sont pas permis en C89 ISO"
829 msgid "(this will be reported only once per input file)"
830 msgstr "(ceci sera rapporté une seule fois seulement par fichier d'entrée)"
833 msgid "multi-line comment"
834 msgstr "commentaire multi-lignes"
838 msgid "unspellable token %s"
839 msgstr "l'élément lexical %s ne peut être épelé"
843 msgid "In file included from %s:%u"
844 msgstr "Dans le fichier inclus à partir de %s:%u"
857 msgid "macro \"%s\" is not used"
858 msgstr "la macro « %s » n'est pas utilisée"
860 #: macro.c:122 macro.c:312
862 msgid "invalid built-in macro \"%s\""
863 msgstr "macro interne invalide « %s »"
867 msgid "could not determine file timestamp"
868 msgstr "ne peut déterminer la date et l'heure"
871 msgid "could not determine date and time"
872 msgstr "ne peut déterminer la date et l'heure"
875 msgid "invalid string literal, ignoring final '\\'"
876 msgstr "chaîne invalide, « \\ » final ignoré"
880 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
881 msgstr "le collage de « %s » et de « %s » ne donne pas d'élément lexical de pré-traitement valide"
884 msgid "ISO C99 requires rest arguments to be used"
885 msgstr "ISO C99 requiert que tous les arguments soient utilisés"
889 msgid "macro \"%s\" requires %u arguments, but only %u given"
890 msgstr "macro « %s » requiert %u arguments, mais seulement %u ont été passés"
894 msgid "macro \"%s\" passed %u arguments, but takes just %u"
895 msgstr "la macro « %s » a reçu %u arguments, mais elle n'en prend que %u"
897 #: macro.c:659 traditional.c:675
899 msgid "unterminated argument list invoking macro \"%s\""
900 msgstr "liste d'arguments non terminée invoquant la macro « %s »"
904 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
905 msgstr "la macro « %s » ressemblant à une fonction doit utilisée avec des arguments en C traditionnel"
909 msgid "duplicate macro parameter \"%s\""
910 msgstr "paramètre de macro « %s » en double"
914 msgid "\"%s\" may not appear in macro parameter list"
915 msgstr "« %s » peut ne pas apparaître parmi les paramètres de macros"
918 msgid "macro parameters must be comma-separated"
919 msgstr "les paramètres de macro doivent être séparés par des virgules"
922 msgid "parameter name missing"
923 msgstr "nom de paramètre manquant"
926 msgid "anonymous variadic macros were introduced in C99"
927 msgstr "les macros anonymes à nombre variable d'arguments ont été introduites avec le C99"
930 msgid "ISO C does not permit named variadic macros"
931 msgstr "ISO C ne permet pas les macros nommées à nombre variable d'arguments"
934 msgid "missing ')' in macro parameter list"
935 msgstr "« ) » manquante dans la liste des paramètres de macros"
938 msgid "ISO C99 requires whitespace after the macro name"
939 msgstr "ISO C99 requiert un blanc après le nom de la macro"
942 msgid "missing whitespace after the macro name"
943 msgstr "blanc d'espacement manquant après le nom de la macro"
946 msgid "'#' is not followed by a macro parameter"
947 msgstr "« # » n'est pas suivi d'un paramètre de macro"
951 msgid "'##' cannot appear at either end of a macro expansion"
952 msgstr "« ## » ne peut apparaître à chacune des fins de l'expansion de macros"
956 msgid "\"%s\" redefined"
957 msgstr "« %s » redéfini"
960 msgid "this is the location of the previous definition"
961 msgstr "ceci est la localisation d'une précédente définition"
965 msgid "macro argument \"%s\" would be stringified in traditional C"
966 msgstr "l'argument macro « %s » serait changé en chaine en C traditionnel"
970 msgid "invalid hash type %d in cpp_macro_definition"
971 msgstr "type de hachage %d invalide dans cpp_macro_definition"
973 #: pch.c:84 pch.c:332 pch.c:354 pch.c:360
974 msgid "while writing precompiled header"
975 msgstr "lors de l'écriture de l'en-tête pré-compilée"
979 msgid "%s: not used because `%.*s' not defined"
980 msgstr "%s: n'est pas utilisé parce que « %.*s » n'est pas définie"
984 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
985 msgstr "%s: n'est pas utilisé parce que « %.*s » est défini en tant « %s » et non pas « %.*s »"
989 msgid "%s: not used because `%s' is defined"
990 msgstr "%s: non utilisé parce que « %s » est défini"
992 #: pch.c:533 pch.c:696
993 msgid "while reading precompiled header"
994 msgstr "lors de la lecture de l'en-tête pré-compilée"
998 msgid "detected recursion whilst expanding macro \"%s\""
999 msgstr "récursion détectée lors de l'expansion de la macro « %s »"
1001 #: traditional.c:912
1002 msgid "syntax error in macro parameter list"
1003 msgstr "erreur de syntaxe dans la liste de paramètres macro"
1005 #~ msgid "unknown escape sequence: '\\%03o'"
1006 #~ msgstr "séquence d'échappement « \\%03o » inconnue"
1008 #~ msgid "`%s' attribute directive ignored"
1009 #~ msgstr "attribut de directive « %s » ignoré"
1011 #~ msgid "wrong number of arguments specified for `%s' attribute"
1012 #~ msgstr "nombre erroné d'arguments spécifié pour l'attribut « %s »"
1014 #~ msgid "`%s' attribute does not apply to types"
1015 #~ msgstr "l'attribut « %s » ne s'applique pas aux types"
1017 #~ msgid "`%s' attribute only applies to function types"
1018 #~ msgstr "l'attribut « %s » ne s'applique qu'à des types de fonction"
1020 #~ msgid "`%s' attribute ignored"
1021 #~ msgstr "attribut « %s » ignoré"
1023 #~ msgid "offset outside bounds of constant string"
1024 #~ msgstr "décalage hors des limites d'une chaîne de constante"
1026 #~ msgid "second arg to `__builtin_prefetch' must be a constant"
1027 #~ msgstr "second argument de « __builtin_prefetch » doit être une constante"
1029 #~ msgid "invalid second arg to __builtin_prefetch; using zero"
1030 #~ msgstr "second argument invalide de « __builtin_prefetch »; utilisation de zéro"
1032 #~ msgid "third arg to `__builtin_prefetch' must be a constant"
1033 #~ msgstr "troisième argument de « __builtin_prefetch » doit être une constante"
1035 #~ msgid "invalid third arg to __builtin_prefetch; using zero"
1036 #~ msgstr "troisième argument invalide de « __builtin_prefetch »; utilisation de zéro"
1038 #~ msgid "argument of `__builtin_args_info' must be constant"
1039 #~ msgstr "argument de « __builtin_args_info » doit être une constante"
1041 #~ msgid "argument of `__builtin_args_info' out of range"
1042 #~ msgstr "argument de « __builtin_args_info » hors des limites"
1044 #~ msgid "missing argument in `__builtin_args_info'"
1045 #~ msgstr "argument manquant dans « __builtin_args_info »"
1047 #~ msgid "`va_start' used in function with fixed args"
1048 #~ msgstr "« va_start » utilisé dans une fonction ayant des arguments fixes"
1050 #~ msgid "second parameter of `va_start' not last named argument"
1051 #~ msgstr "second paramètre de « va_start » n'est pas le dernier argument nommé"
1053 #~ msgid "`__builtin_next_arg' called without an argument"
1054 #~ msgstr "« __builtin_next_arg » appelé sans argument"
1056 #~ msgid "too many arguments to function `va_start'"
1057 #~ msgstr "trop d'arguments pour la function « va_start »"
1059 #~ msgid "first argument to `va_arg' not of type `va_list'"
1060 #~ msgstr "premier argument de « va_arg » n'est pas de type « va_list »"
1062 #~ msgid "`%s' is promoted to `%s' when passed through `...'"
1063 #~ msgstr "« %s » a été promu à « %s » lors du passage à travers « ... »"
1065 #~ msgid "(so you should pass `%s' not `%s' to `va_arg')"
1066 #~ msgstr "(vous devriez donc passer « %s » et non « %s » à « va_arg »)"
1068 #~ msgid "if this code is reached, the program will abort"
1069 #~ msgstr "si ce code est atteint, le programme s'arrêtera"
1071 #~ msgid "invalid arg to `__builtin_frame_address'"
1072 #~ msgstr "argument de « __builtin_frame_address » invalide"
1074 #~ msgid "invalid arg to `__builtin_return_address'"
1075 #~ msgstr "argument de « __builtin_return_address » invalide"
1077 #~ msgid "unsupported arg to `__builtin_frame_address'"
1078 #~ msgstr "argument de « __builtin_frame_address » non supporté"
1080 #~ msgid "unsupported arg to `__builtin_return_address'"
1081 #~ msgstr "argument de « __builtin_return_address » non supporté"
1083 #~ msgid "second arg to `__builtin_expect' must be a constant"
1084 #~ msgstr "le second argument de « __builtin_expect » doit être une constante"
1086 #~ msgid "__builtin_longjmp second argument must be 1"
1087 #~ msgstr "le second argument de « __builtin_longjmp » doit être 1"
1089 #~ msgid "built-in function `%s' not currently supported"
1090 #~ msgstr "fonction interne « %s » n'est pas actuellement supportée"
1092 #~ msgid "target format does not support infinity"
1093 #~ msgstr "le format cible ne supporte pas l'infini"
1095 #~ msgid "%Hsuggest explicit braces to avoid ambiguous `else'"
1096 #~ msgstr "%Hon vous suggère des accolades explicitement pour éviter des « else » ambiguës"
1098 #~ msgid "%J'%D' is not defined outside of function scope"
1099 #~ msgstr "%J« %D » n'est pas défini à l'extérieur de la portée de la fonction"
1101 #~ msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"
1102 #~ msgstr "longueur de la chaîne « %d » plus grande que la longueur « %d » que les compilateurs ISO C%d doivent supporter"
1104 #~ msgid "overflow in constant expression"
1105 #~ msgstr "débordement dans l'expression de la constante"
1107 #~ msgid "integer overflow in expression"
1108 #~ msgstr "débordement d'entier dans l'expression"
1110 #~ msgid "floating point overflow in expression"
1111 #~ msgstr "débordement d'un nombre en virgule flottante dans l'expression"
1113 #~ msgid "vector overflow in expression"
1114 #~ msgstr "débordement du vecteur dans l'expression"
1116 #~ msgid "large integer implicitly truncated to unsigned type"
1117 #~ msgstr "grand entier implicitement tronqué pour un type non signé"
1119 #~ msgid "negative integer implicitly converted to unsigned type"
1120 #~ msgstr "entier négatif implicitement converti en un type non signé"
1122 #~ msgid "overflow in implicit constant conversion"
1123 #~ msgstr "débordement dans la conversion implicte de la constante"
1125 #~ msgid "operation on `%s' may be undefined"
1126 #~ msgstr "l'opération portant sur « %s » est peut être indéfinie"
1128 #~ msgid "expression statement has incomplete type"
1129 #~ msgstr "la déclaration de l'expression a un type incomplet"
1131 #~ msgid "case label does not reduce to an integer constant"
1132 #~ msgstr "l'étiquette du « case » ne se réduit pas en une constante entière"
1134 #~ msgid "invalid truth-value expression"
1135 #~ msgstr "expression valeur de vérité invalide"
1137 #~ msgid "invalid operands to binary %s"
1138 #~ msgstr "opérandes invalides pour le binaire %s"
1140 #~ msgid "comparison is always false due to limited range of data type"
1141 #~ msgstr "comparaison est toujours fausse en raison d'une gamme limitée de type de données"
1143 #~ msgid "comparison is always true due to limited range of data type"
1144 #~ msgstr "comparaison est toujours vraie en raison d'une gamme limitée de type de données"
1146 #~ msgid "comparison of unsigned expression >= 0 is always true"
1147 #~ msgstr "comparaison d'une expression non signée >=0 est toujours vraie"
1149 #~ msgid "comparison of unsigned expression < 0 is always false"
1150 #~ msgstr "comparaison d'une expression non signée < 0 est toujours fausse"
1152 #~ msgid "pointer of type `void *' used in arithmetic"
1153 #~ msgstr "usage en arithmétique d'un pointeur de type « void * »"
1155 #~ msgid "pointer to a function used in arithmetic"
1156 #~ msgstr "usage en arithmétique d'un pointeur vers une fonction"
1158 #~ msgid "pointer to member function used in arithmetic"
1159 #~ msgstr "usage en arithmétique d'un pointeur vers une fonction membre"
1161 #~ msgid "struct type value used where scalar is required"
1162 #~ msgstr "valeur de type « struct » utilisé là où un scalaire est attendu"
1164 #~ msgid "union type value used where scalar is required"
1165 #~ msgstr "valeur de type « union » utilisé là où un scalaire est attendu"
1167 #~ msgid "array type value used where scalar is required"
1168 #~ msgstr "valeur de type « array » utilisé là où un scalaire est attendu"
1170 #~ msgid "the address of `%D', will always evaluate as `true'"
1171 #~ msgstr "l'adresse de « %D » sera toujours évaluée comme étant « true »"
1173 #~ msgid "suggest parentheses around assignment used as truth value"
1174 #~ msgstr "parenthèses suggérées autour de l'affectation utilisée comme valeur de vérité"
1176 #~ msgid "invalid use of `restrict'"
1177 #~ msgstr "usage de « restrict » invalide"
1179 #~ msgid "invalid application of `sizeof' to a function type"
1180 #~ msgstr "application de « sizeof » sur un type de fonction invalide"
1182 #~ msgid "invalid application of `%s' to a void type"
1183 #~ msgstr "application invalide de « %s » sur un type void"
1185 #~ msgid "invalid application of `%s' to an incomplete type"
1186 #~ msgstr "application invalide de « %s » sur un type incomplet"
1188 #~ msgid "`__alignof' applied to a bit-field"
1189 #~ msgstr "« __alignof » appliqué sur un champ de bits"
1191 #~ msgid "cannot disable built-in function `%s'"
1192 #~ msgstr "ne peut désactiver la fonction interne « %s »"
1194 #~ msgid "too few arguments to function `%s'"
1195 #~ msgstr "pas assez d'arguments pour la fonction « %s »"
1197 #~ msgid "too many arguments to function `%s'"
1198 #~ msgstr "trop d'arguments pour la fonction « %s »"
1200 #~ msgid "non-floating-point argument to function `%s'"
1201 #~ msgstr "argument pour la fonction « %s » n'étant pas en virgule flottante"
1203 #~ msgid "pointers are not permitted as case values"
1204 #~ msgstr "les pointeurs ne sont pas permis comme valeurs de « case »"
1206 #~ msgid "range expressions in switch statements are non-standard"
1207 #~ msgstr "l'étendue des expressions dans les déclarations switch ne sont pas standard"
1209 #~ msgid "empty range specified"
1210 #~ msgstr "intervalle vide spécifié"
1212 #~ msgid "duplicate (or overlapping) case value"
1213 #~ msgstr "valeur du « case » duppliquée (ou en chevauchant une autre)"
1215 #~ msgid "%Jthis is the first entry overlapping that value"
1216 #~ msgstr "%Jest la première entrée chevauchant cette valeur"
1218 #~ msgid "duplicate case value"
1219 #~ msgstr "valeur du « case » duppliquée"
1221 #~ msgid "%Jpreviously used here"
1222 #~ msgstr "%Jprécédemment utilisé ici"
1224 #~ msgid "multiple default labels in one switch"
1225 #~ msgstr "plusieurs étiquettes par défaut dans un « switch »"
1227 #~ msgid "%Jthis is the first default label"
1228 #~ msgstr "%Jest la première étiquette par défaut"
1230 #~ msgid "taking the address of a label is non-standard"
1231 #~ msgstr "prendre l'adresse d'une étiquette n'est pas standard"
1233 #~ msgid "%Hignoring return value of `%D', declared with attribute warn_unused_result"
1234 #~ msgstr "%Hvaleur à retourner « %D » ignorée, déclarée avec l'attribut warn_unused_result"
1236 #~ msgid "%Hignoring return value of function declared with attribute warn_unused_result"
1237 #~ msgstr "%Hvaleur à retourner ignorée de la fonction déclarée avec l'attribut warn_unused_result"
1239 #~ msgid "unknown machine mode `%s'"
1240 #~ msgstr "mode machine « %s » inconnu"
1242 #~ msgid "no data type for mode `%s'"
1243 #~ msgstr "aucun type de données pour le mode « %s »"
1245 #~ msgid "invalid pointer mode `%s'"
1246 #~ msgstr "mode pointeur invalide « %s »"
1248 #~ msgid "unable to emulate '%s'"
1249 #~ msgstr "impossible d'émuler « %s »"
1251 #~ msgid "%Jsection attribute cannot be specified for local variables"
1252 #~ msgstr "%Jl'attribut de section ne peut être spécifié pour des variables locales"
1254 #~ msgid "%Jsection of '%D' conflicts with previous declaration"
1255 #~ msgstr "%Jsection de « %D » en conflit avec une déclaration précédente"
1257 #~ msgid "%Jsection attribute not allowed for '%D'"
1258 #~ msgstr "%Jattribut de section n'est pas permis pour « %D »"
1260 #~ msgid "%Jsection attributes are not supported for this target"
1261 #~ msgstr "%Jattributs de section ne sont pas supportés pour la cible"
1263 #~ msgid "requested alignment is not a constant"
1264 #~ msgstr "l'alignement demandé n'est pas une constante"
1266 #~ msgid "requested alignment is not a power of 2"
1267 #~ msgstr "l'alignement demandé n'est pas une puissance de 2"
1269 #~ msgid "requested alignment is too large"
1270 #~ msgstr "l'alignement demandé est trop grand"
1272 #~ msgid "%Jalignment may not be specified for '%D'"
1273 #~ msgstr "%Jl'alignement ne peut pas être spécifié pour « %D »"
1275 #~ msgid "%J'%D' defined both normally and as an alias"
1276 #~ msgstr "%J'%D défini à la fois normalement et en tant qu'alias"
1278 #~ msgid "alias arg not a string"
1279 #~ msgstr "l'argument d'alias n'est pas une chaîne"
1281 #~ msgid "visibility arg not a string"
1282 #~ msgstr "l'argument de visibilité n'est pas une chaîne"
1284 #~ msgid "visibility arg must be one of \"default\", \"hidden\", \"protected\" or \"internal\""
1285 #~ msgstr "l'argument de visibilité doit être l'un de « default » (par défaut), « hidden » (masqué), « protected » (protégé) ou « internal » (interne)"
1287 #~ msgid "tls_model arg not a string"
1288 #~ msgstr "l'argument de tls_model n'est pas une chaîne"
1290 #~ msgid "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\""
1291 #~ msgstr "l'argument de tls_model doit être l'un de « local-exec », « initial-exec », « local-dynamic » or « global-dynamic »"
1293 #~ msgid "%J'%E' attribute applies only to functions"
1294 #~ msgstr "%J'%E l'attribut ne s'applique seulement qu'à des fonctions"
1296 #~ msgid "%Jcan't set '%E' attribute after definition"
1297 #~ msgstr "%Jne peut initialiser l'attribut « %E » après définition"
1299 #~ msgid "`%s' attribute ignored for `%s'"
1300 #~ msgstr "attribut « %s » ignoré pour « %s »"
1302 #~ msgid "invalid vector type for attribute `%s'"
1303 #~ msgstr "type de vecteur invalide pour l'attribut « %s »"
1305 #~ msgid "no vector mode with the size and type specified could be found"
1306 #~ msgstr "aucun mode vecteur avec la taille et le type spécifié n'a été trouvé"
1308 #~ msgid "nonnull attribute without arguments on a non-prototype"
1309 #~ msgstr "attribut non nul sans argument sur un non-prototype"
1311 #~ msgid "nonnull argument has invalid operand number (arg %lu)"
1312 #~ msgstr "un argument non nul a un nombre d'opérande invalide (argument %lu)"
1314 #~ msgid "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
1315 #~ msgstr "un argument non nul a un nombre d'opérande hors des bornes (arg %lu, opérande %lu)"
1317 #~ msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
1318 #~ msgstr "un argument non nul référence une opérande qui n'est pas un pointeur (arg %lu, opérande %lu)"
1320 #~ msgid "null argument where non-null required (arg %lu)"
1321 #~ msgstr "argument nul là où un non-nul est requis (arg %lu)"
1323 #~ msgid "cleanup arg not an identifier"
1324 #~ msgstr "argument de nettoyage n'est pas un identificateur"
1326 #~ msgid "cleanup arg not a function"
1327 #~ msgstr "argument de nettoyage n'est pas une fonction"
1329 #~ msgid "%s at end of input"
1330 #~ msgstr "%s à la fin de l'entrée"
1332 #~ msgid "%s before %s'%c'"
1333 #~ msgstr "%s avant %s« %c »"
1335 #~ msgid "%s before %s'\\x%x'"
1336 #~ msgstr "%s avant %s'\\x%x'"
1338 #~ msgid "%s before string constant"
1339 #~ msgstr "%s avant une chaîne constante"
1341 #~ msgid "%s before numeric constant"
1342 #~ msgstr "%s avant une constante numérique"
1344 #~ msgid "%s before \"%s\""
1345 #~ msgstr "%s avant « %s »"
1347 #~ msgid "%s before '%s' token"
1348 #~ msgstr "%s avant un élément lexical « %s »"
1353 #~ msgid "void value not ignored as it ought to be"
1354 #~ msgstr "valeur void n'a pas été ignorée comme elle aurait dû l'être"
1356 #~ msgid "conversion to non-scalar type requested"
1357 #~ msgstr "conversion vers un type non scalaire demandée"
1359 #~ msgid "%Jarray '%D' assumed to have one element"
1360 #~ msgstr "%Jon assume que le tableau « %D » n'a qu'un seul élément"
1362 #~ msgid "%Jlabel `%D' used but not defined"
1363 #~ msgstr "%Jétiquette « %D » utilisée mais non définie"
1365 #~ msgid "%Jlabel `%D' defined but not used"
1366 #~ msgstr "%Jétiquette « %D » définie mais non utilisée"
1368 #~ msgid "%Jlabel `%D' declared but not defined"
1369 #~ msgstr "%Jétiquette « %D » utilisée mais non définie"
1371 #~ msgid "%Junused variable `%D'"
1372 #~ msgstr "%Jvariable inutilisée « %D »"
1374 #~ msgid "a parameter list with an ellipsis can't match an empty parameter name list declaration"
1375 #~ msgstr "un paramètre de la liste avec une ellipse ne peut concorder une déclaration vide de liste de noms de paramètres"
1377 #~ msgid "an argument type that has a default promotion can't match an empty parameter name list declaration"
1378 #~ msgstr "un type d'argument ayant une promotion par défaut ne peut concorder avec une déclaration vide de noms de paramètres"
1380 #~ msgid "%Jprototype for '%D' declares more arguments than previous old-style definition"
1381 #~ msgstr "%Jprototype pour « %D » déclare plus d'arguments que la définition précédente de style ancien"
1383 #~ msgid "%Jprototype for '%D' declares fewer arguments than previous old-style definition"
1384 #~ msgstr "%Jprototype pour « %D » déclare moins d'arguments que la définition précédente de style ancien"
1386 #~ msgid "%Jprototype for '%D' declares arg %d with incompatible type"
1387 #~ msgstr "%Jprototype pour « %D » déclare l'arguments %d avec un type incompatible"
1389 #~ msgid "%Jprototype for '%D' follows non-prototype definition"
1390 #~ msgstr "%Jprototype pour « %D » suit la définition d'un non prototype"
1392 #~ msgid "%Jprevious definition of '%D' was here"
1393 #~ msgstr "%Jdéfinition précédente de « %D » était ici"
1395 #~ msgid "%Jprevious implicit declaration of '%D' was here"
1396 #~ msgstr "%Jdéclaration précédente implicite de « %D » était ici"
1398 #~ msgid "%Jprevious declaration of '%D' was here"
1399 #~ msgstr "%Jdéclaration précédente de « %D » était ici"
1401 #~ msgid "%J'%D' redeclared as different kind of symbol"
1402 #~ msgstr "%J« %D » redéclaré comme une sorte différente de symbole"
1404 #~ msgid "%Jbuilt-in function '%D' declared as non-function"
1405 #~ msgstr "%Jfonction interne « %D » n'est pas déclarée comme une fonction"
1407 #~ msgid "%Jshadowing built-in function '%D'"
1408 #~ msgstr "%Jmasquage de la fonction interne « %D »"
1410 #~ msgid "%Jconflicting types for built-in function '%D'"
1411 #~ msgstr "%Jtypes conflictuels pour la fonction interne « %D »"
1413 #~ msgid "%Jconflicting types for '%D'"
1414 #~ msgstr "%Jtypes conflictuels pour « %D »"
1416 #~ msgid "%Jredefinition of typedef '%D'"
1417 #~ msgstr "%Jredéfinition de « %D »"
1419 #~ msgid "%Jredefinition of '%D'"
1420 #~ msgstr "%Jredéfinition de « %D »"
1422 #~ msgid "%Jstatic declaration of '%D' follows non-static declaration"
1423 #~ msgstr "%Jdéclaration statique de « %D » suit une déclaration non statique"
1425 #~ msgid "%Jnon-static declaration of '%D' follows static declaration"
1426 #~ msgstr "%Jdéclaration non statique de « %D » suite une déclaration statique"
1428 #~ msgid "%Jthread-local declaration of '%D' follows non-thread-local declaration"
1429 #~ msgstr "%Jdéclaration de thread local de « %D » suit une déclaration non thread-local"
1431 #~ msgid "%Jnon-thread-local declaration of '%D' follows thread-local declaration"
1432 #~ msgstr "%Jdéclaration non thread local de « %D » suit une déclaration de thread local"
1434 #~ msgid "%Jextern declaration of '%D' follows declaration with no linkage"
1435 #~ msgstr "%Jdéclaration externe de « %D » suit une déclaraion sans lien"
1437 #~ msgid "%Jdeclaration of '%D' with no linkage follows extern declaration"
1438 #~ msgstr "%Jdéclaration de « %D » sasn lien suivant une déclaration externe"
1440 #~ msgid "%Jredeclaration of '%D' with no linkage"
1441 #~ msgstr "%Jredéclaration de « %D » sans lien"
1443 #~ msgid "%Jredeclaration of '%D' with different visibility (old visibility preserved)"
1444 #~ msgstr "%Jredéclaration de « %D » avec une visibilité différente (visibilité précédente conservée)"
1446 #~ msgid "%Jinline declaration of '%D' follows declaration with attribute noinline"
1447 #~ msgstr "%Jdéclaration enligne de « %D » suit la déclaration avec un attribut non enligne"
1449 #~ msgid "%Jdeclaration of '%D' with attribute noinline follows inline declaration "
1450 #~ msgstr "%Jéclaration de « %D » avec un attribut non enligne suit une déclaration enligne"
1452 #~ msgid "%J'%D' declared inline after being called"
1453 #~ msgstr "%J« %D » déclaré enligne après avoir été appelé"
1455 #~ msgid "%J'%D' declared inline after its definition"
1456 #~ msgstr "%J« %D » déclaré enligne après sa définition"
1458 #~ msgid "%Jredefinition of parameter '%D'"
1459 #~ msgstr "%Jredéfinition du paramètre « %D »"
1461 #~ msgid "%Jvolatile declaration of '%D' follows non-volatile declaration"
1462 #~ msgstr "%Jdéclaration volatile de « %D » suit une déclaration non volatile"
1464 #~ msgid "%Jnon-volatile declaration of '%D' follows volatile declaration"
1465 #~ msgstr "%Jdéclaration non volatile de « %D » suit une déclaration volatile"
1467 #~ msgid "%Jconst declaration of '%D' follows non-const declaration"
1468 #~ msgstr "%Jdéclaration de constante de « %D » suit une déclaration de non constante"
1470 #~ msgid "%Jnon-const declaration of '%D' follows const declaration"
1471 #~ msgstr "%Jdéclaration de non constante de « %D » suit une déclaration de constante"
1473 #~ msgid "%Jredundant redeclaration of '%D'"
1474 #~ msgstr "%Jdéclaration redondante de « %D »"
1476 #~ msgid "%Jdeclaration of '%D' shadows a parameter"
1477 #~ msgstr "%Jdéclaration de « %D » masque un paramètre"
1479 #~ msgid "%Jdeclaration of '%D' shadows a global declaration"
1480 #~ msgstr "%Jdéclaration de « %D » masque une déclaration globale"
1482 #~ msgid "%Jdeclaration of '%D' shadows a previous local"
1483 #~ msgstr "%Jdéclaration de « %D » masque la déclaration d'un local précédent"
1485 #~ msgid "%Jshadowed declaration is here"
1486 #~ msgstr "%Jdéclaration est masquée ici"
1488 #~ msgid "nested extern declaration of `%s'"
1489 #~ msgstr "déclaration de « %s » externe imbriquée"
1491 #~ msgid "%Jprevious declaration of '%D'"
1492 #~ msgstr "%Jdéclaration précédente de « %D »"
1494 #~ msgid "implicit declaration of function `%s'"
1495 #~ msgstr "déclaration implicite de la fonction « %s »"
1497 #~ msgid "`%s' undeclared here (not in a function)"
1498 #~ msgstr "« %s » non déclaré ici (hors de toute fonction)"
1500 #~ msgid "`%s' undeclared (first use in this function)"
1501 #~ msgstr "« %s » non déclaré (première utilisation dans cette fonction)"
1503 #~ msgid "(Each undeclared identifier is reported only once"
1504 #~ msgstr "(Chaque identificateur non déclaré est rapporté une seule fois"
1506 #~ msgid "for each function it appears in.)"
1507 #~ msgstr "pour chaque fonction dans laquelle il apparaît.)"
1509 #~ msgid "label %s referenced outside of any function"
1510 #~ msgstr "étiquette %s référencée à l'extérieur de toute fonction"
1512 #~ msgid "duplicate label declaration `%s'"
1513 #~ msgstr "déclaration de l'étiquette « %s » en double"
1515 #~ msgid "%Jthis is a previous declaration"
1516 #~ msgstr "%Jest la déclaration précédente"
1518 #~ msgid "%Hduplicate label `%D'"
1519 #~ msgstr "%Hétiquette « %D » apparaît en double"
1521 #~ msgid "%J`%D' previously defined here"
1522 #~ msgstr "%J« %D » précédemment défini ici"
1524 #~ msgid "%J`%D' previously declared here"
1525 #~ msgstr "%J« %D » précédemment déclaré ici"
1527 #~ msgid "%Htraditional C lacks a separate namespace for labels, identifier `%s' conflicts"
1528 #~ msgstr "%HC traditionnel manque d'un espace nom séparé pour les étiquettes, identificateur « %D » est en conflit"
1530 #~ msgid "%H`%s' defined as wrong kind of tag"
1531 #~ msgstr "%H« %s » défini incorrectement comme une mauvais sorte d'étiquette"
1533 #~ msgid "unnamed struct/union that defines no instances"
1534 #~ msgstr "struct/union sans nom ne définissant aucune instance"
1536 #~ msgid "useless keyword or type name in empty declaration"
1537 #~ msgstr "mot clé ou nom de type inutile dans une déclaration vide"
1539 #~ msgid "two types specified in one empty declaration"
1540 #~ msgstr "deux types spécifiés dans une déclaration vide"
1542 #~ msgid "empty declaration"
1543 #~ msgstr "déclaration vide"
1545 #~ msgid "ISO C90 does not support `static' or type qualifiers in parameter array declarators"
1546 #~ msgstr "ISO C90 ne supporte pas « static » ou les qualificateurs de type dans les déclarateurs de tableau de paramètres"
1548 #~ msgid "ISO C90 does not support `[*]' array declarators"
1549 #~ msgstr "ISO C90 ne supporte pas « [*] » dans les déclarateurs de tableau"
1551 #~ msgid "GCC does not yet properly implement `[*]' array declarators"
1552 #~ msgstr "GCC n'implémente pas encore correctement les déclarateurs de tableau « [*] »"
1554 #~ msgid "static or type qualifiers in abstract declarator"
1555 #~ msgstr "static ou qualificateurs de type dans un déclarateur abstrait"
1557 #~ msgid "%J'%D' is usually a function"
1558 #~ msgstr "%J« %D » est habituellement une fonction"
1560 #~ msgid "typedef `%s' is initialized (use __typeof__ instead)"
1561 #~ msgstr "typedef « %s » est initialisé (utilisez __typeof__ à la place)"
1563 #~ msgid "function `%s' is initialized like a variable"
1564 #~ msgstr "la fonction « %s » est initialisée comme une variable"
1566 #~ msgid "parameter `%s' is initialized"
1567 #~ msgstr "le paramètre « %s » est initialisé"
1569 #~ msgid "variable-sized object may not be initialized"
1570 #~ msgstr "un objet de taille variable peut ne pas être initialisé"
1572 #~ msgid "variable `%s' has initializer but incomplete type"
1573 #~ msgstr "la variable « %s » est initialisée alors qu'elle est de type incomplet"
1575 #~ msgid "elements of array `%s' have incomplete type"
1576 #~ msgstr "les éléments du tableau « %s » ont des types incomplets"
1578 #~ msgid "%Jinline function '%D' given attribute noinline"
1579 #~ msgstr "%J fonction enligne « %D » a reçu l'attribut non enligne"
1581 #~ msgid "%Jinitializer fails to determine size of '%D'"
1582 #~ msgstr "%Jinitialisateur a échoué à déterminer la taille de « %D »"
1584 #~ msgid "%Jarray size missing in '%D'"
1585 #~ msgstr "%Jtaille du tableau est manquante dans « %D »"
1587 #~ msgid "%Jzero or negative size array '%D'"
1588 #~ msgstr "%Jtableau « %D » de taille zéro ou négative"
1590 #~ msgid "%Jstorage size of '%D' isn't known"
1591 #~ msgstr "%Jtaille de stockage de « %D » n'est pas connue"
1593 #~ msgid "%Jstorage size of '%D' isn't constant"
1594 #~ msgstr "%Jtaille de stockage de « %D » n'est pas une constante"
1596 #~ msgid "%Jignoring asm-specifier for non-static local variable '%D'"
1597 #~ msgstr "%Jspécificateur asm ignoré pour la variable locale non statique « %D »"
1599 #~ msgid "ISO C forbids forward parameter declarations"
1600 #~ msgstr "ISO C interdit la déclaration anticipée de paramètres"
1602 #~ msgid "<anonymous>"
1603 #~ msgstr "<anonymous>"
1605 #~ msgid "bit-field `%s' width not an integer constant"
1606 #~ msgstr "la largeur du champ de bits « %s » n'est pas une constante entière"
1608 #~ msgid "negative width in bit-field `%s'"
1609 #~ msgstr "largeur négative du champ de bits « %s »"
1611 #~ msgid "zero width for bit-field `%s'"
1612 #~ msgstr "largeur nulle pour le champ de bits « %s »"
1614 #~ msgid "bit-field `%s' has invalid type"
1615 #~ msgstr "le champ de bits « %s » a un type invalide"
1617 #~ msgid "type of bit-field `%s' is a GCC extension"
1618 #~ msgstr "le type de champ de bit « %s » est une extension GCC"
1620 #~ msgid "width of `%s' exceeds its type"
1621 #~ msgstr "la largeur de « %s » excède son type"
1623 #~ msgid "`%s' is narrower than values of its type"
1624 #~ msgstr "« %s » est plus étroit que les valeurs de son type"
1626 #~ msgid "`long long long' is too long for GCC"
1627 #~ msgstr "« long long long » est trop long pour GCC"
1629 #~ msgid "ISO C90 does not support `long long'"
1630 #~ msgstr "ISO C90 ne permet pas « long long »"
1632 #~ msgid "duplicate `%s'"
1633 #~ msgstr "« %s » apparaît en double"
1635 #~ msgid "`__thread' before `extern'"
1636 #~ msgstr "« __thread » avant « extern »"
1638 #~ msgid "`__thread' before `static'"
1639 #~ msgstr "« __thread » avant « static »"
1641 #~ msgid "two or more data types in declaration of `%s'"
1642 #~ msgstr "deux types de données ou plus dans la déclaration de « %s »"
1644 #~ msgid "`%s' fails to be a typedef or built in type"
1645 #~ msgstr "« %s » n'a pu devenir un typedef ou un type construit"
1647 #~ msgid "type defaults to `int' in declaration of `%s'"
1648 #~ msgstr "dans la déclaration de « %s », utilisation de « int » par défaut pour le type"
1650 #~ msgid "both long and short specified for `%s'"
1651 #~ msgstr "« long » et « short » spécifiés à la fois pour « %s »"
1653 #~ msgid "long or short specified with char for `%s'"
1654 #~ msgstr "« long » ou « short » spécifié avec « char » pour « %s »"
1656 #~ msgid "long or short specified with floating type for `%s'"
1657 #~ msgstr "« long » ou « short » spécifié avec un type flottant pour « %s »"
1659 #~ msgid "the only valid combination is `long double'"
1660 #~ msgstr "la seule combinaison valide est « long double »"
1662 #~ msgid "both signed and unsigned specified for `%s'"
1663 #~ msgstr "« %s » est à la fois signé et non signé"
1665 #~ msgid "long, short, signed or unsigned invalid for `%s'"
1666 #~ msgstr "« long », « short », « signed » ou « unsigned » invalide pour « %s »"
1668 #~ msgid "long, short, signed or unsigned used invalidly for `%s'"
1669 #~ msgstr "« long », « short », « signed » ou « unsigned » utilisé incorrectement pour « %s »"
1671 #~ msgid "complex invalid for `%s'"
1672 #~ msgstr "« complex » invalide pour « %s »"
1674 #~ msgid "ISO C90 does not support complex types"
1675 #~ msgstr "ISO C90 ne permet pas les types « complex »"
1677 #~ msgid "ISO C does not support plain `complex' meaning `double complex'"
1678 #~ msgstr "ISO C ne permet pas d'utiliser « complex » à la place de « double complex »"
1680 #~ msgid "ISO C does not support complex integer types"
1681 #~ msgstr "ISO C interdit le type d'entiers complexes"
1683 #~ msgid "duplicate `const'"
1684 #~ msgstr "« const » apparaît en double"
1686 #~ msgid "duplicate `restrict'"
1687 #~ msgstr "« restrict » apparaît en double"
1689 #~ msgid "duplicate `volatile'"
1690 #~ msgstr "« volatile » apparaît en double"
1692 #~ msgid "multiple storage classes in declaration of `%s'"
1693 #~ msgstr "multiples classes de stockage dans la déclaration de « %s »"
1695 #~ msgid "function definition declared `auto'"
1696 #~ msgstr "définition de fonction déclaré « auto »"
1698 #~ msgid "function definition declared `register'"
1699 #~ msgstr "définition de fonction déclarée « register »"
1701 #~ msgid "function definition declared `typedef'"
1702 #~ msgstr "définition de fonction déclarée « typedef »"
1704 #~ msgid "function definition declared `__thread'"
1705 #~ msgstr "définition de fonction déclarée « __thread »"
1707 #~ msgid "storage class specified for structure field `%s'"
1708 #~ msgstr "classe de stockage spécifiée pour le champ de structure « %s »"
1710 #~ msgid "storage class specified for parameter `%s'"
1711 #~ msgstr "classe de stockage spécifiée pour le paramètre « %s »"
1713 #~ msgid "storage class specified for typename"
1714 #~ msgstr "classe de stockage spécifié pour un typename"
1716 #~ msgid "`%s' initialized and declared `extern'"
1717 #~ msgstr "« %s » initialisé et déclaré « extern »"
1719 #~ msgid "`%s' has both `extern' and initializer"
1720 #~ msgstr "« %s » a les deux « extern » et initialisateur"
1722 #~ msgid "file-scope declaration of `%s' specifies `auto'"
1723 #~ msgstr "la déclaration de l'étendue de fichier « %s » spécifie « auto »"
1725 #~ msgid "nested function `%s' declared `extern'"
1726 #~ msgstr "fonction imbriquée « %s » déclarée « extern »"
1728 #~ msgid "function-scope `%s' implicitly auto and declared `__thread'"
1729 #~ msgstr "« %s » dans le champ de la fonction est implicitement déclaré auto, et déclaré « __thread »"
1731 #~ msgid "static or type qualifiers in non-parameter array declarator"
1732 #~ msgstr "static ou qualificateurs de type dans un déclarateur de tableau n'étant pas un paramètre"
1734 #~ msgid "declaration of `%s' as array of voids"
1735 #~ msgstr "déclaration de « %s » comme un tableau de « void »"
1737 #~ msgid "declaration of `%s' as array of functions"
1738 #~ msgstr "déclaration de « %s » comme un tableau de fonctions"
1740 #~ msgid "invalid use of structure with flexible array member"
1741 #~ msgstr "utilisation invalide d'une structure ayant un membre flexible"
1743 #~ msgid "size of array `%s' has non-integer type"
1744 #~ msgstr "la taille du tableau « %s » n'est pas de type entier"
1746 #~ msgid "ISO C forbids zero-size array `%s'"
1747 #~ msgstr "ISO C interdit le tableau de taille zéro « %s »"
1749 #~ msgid "size of array `%s' is negative"
1750 #~ msgstr "la taille du tableau « %s » est négative"
1752 #~ msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1753 #~ msgstr "ISO C90 interdit le tableau « %s » dont la taille ne peut être évaluée"
1755 #~ msgid "ISO C90 forbids variable-size array `%s'"
1756 #~ msgstr "ISO C90 interdit le tableau « %s » de taille variable"
1758 #~ msgid "size of array `%s' is too large"
1759 #~ msgstr "la taille du tableau « %s » est trop grande"
1761 #~ msgid "ISO C90 does not support flexible array members"
1762 #~ msgstr "ISO C90 interdit les tableaux ayant des membres flexibles"
1764 #~ msgid "array type has incomplete element type"
1765 #~ msgstr "les éléments du tableau sont de type incomplet"
1767 #~ msgid "`%s' declared as function returning a function"
1768 #~ msgstr "« %s » déclaré comme une fonction retournant une fonction"
1770 #~ msgid "`%s' declared as function returning an array"
1771 #~ msgstr "« %s » déclaré comme une fonction retournant un tableau"
1773 #~ msgid "ISO C forbids qualified void function return type"
1774 #~ msgstr "ISO C interdit d'utiliser un void qualifié en valeur à retourner par la fonction"
1776 #~ msgid "type qualifiers ignored on function return type"
1777 #~ msgstr "qualificateurs de type ignorés pour le type à retourner par la fonction"
1779 #~ msgid "ISO C forbids qualified function types"
1780 #~ msgstr "ISO C interdit les types de fonction qualifiés"
1782 #~ msgid "invalid type modifier within pointer declarator"
1783 #~ msgstr "modificateur de type invalide dans la déclaration de pointeur"
1785 #~ msgid "ISO C forbids const or volatile function types"
1786 #~ msgstr "ISO C interdit les fonction de type volatile ou constante"
1788 #~ msgid "variable or field `%s' declared void"
1789 #~ msgstr "variable ou champ « %s » déclaré « void »"
1791 #~ msgid "attributes in parameter array declarator ignored"
1792 #~ msgstr "les attributs dans un déclarateur de tableau de paramètres sont ignorés"
1794 #~ msgid "invalid type modifier within array declarator"
1795 #~ msgstr "modificateur invalide de type à l'intérieur d'un déclarateur de tableau"
1797 #~ msgid "field `%s' declared as a function"
1798 #~ msgstr "champ « %s » déclaré comme une fonction"
1800 #~ msgid "field `%s' has incomplete type"
1801 #~ msgstr "champ « %s » est de type incomplet"
1803 #~ msgid "invalid storage class for function `%s'"
1804 #~ msgstr "classe de stockage invalide pour la fonction « %s »"
1806 #~ msgid "`noreturn' function returns non-void value"
1807 #~ msgstr "fonction marquée « noreturn » retourne une valeur n'étant pas de type « void »"
1809 #~ msgid "cannot inline function `main'"
1810 #~ msgstr "ne peut transformer « main » en fonction enligne"
1812 #~ msgid "variable previously declared `static' redeclared `extern'"
1813 #~ msgstr "variable précédemment déclarée « static » redéclarée « extern »"
1815 #~ msgid "%Jvariable '%D' declared `inline'"
1816 #~ msgstr "%Jvariable « %D » déclarée « inline »"
1818 #~ msgid "thread-local storage not supported for this target"
1819 #~ msgstr "cette cible ne permet pas le stockage en local au thread"
1821 #~ msgid "function declaration isn't a prototype"
1822 #~ msgstr "la déclaration de fonction n'est pas un prototype valide"
1824 #~ msgid "parameter names (without types) in function declaration"
1825 #~ msgstr "noms de paramètres (sans type) dans la déclaration de fonction"
1827 #~ msgid "parameter `%s' has incomplete type"
1828 #~ msgstr "le paramètre « %s » a un type incomplet"
1830 #~ msgid "parameter has incomplete type"
1831 #~ msgstr "le paramètre a un type incomplet"
1833 #~ msgid "\"void\" as only parameter may not be qualified"
1834 #~ msgstr "\"void\" comme seul paramètre ne peut être qualifié"
1836 #~ msgid "\"void\" must be the only parameter"
1837 #~ msgstr "\"void\" doit être le seul paramètre"
1839 #~ msgid "%Jparameter \"%D\" has just a forward declaration"
1840 #~ msgstr "%Jparamètre « %D » n'a qu'une déclaration anticipée"
1842 #~ msgid "\"%s %s\" declared inside parameter list"
1843 #~ msgstr "\"%s %s\" déclarée à l'intérieur de la liste de paramètres"
1845 #~ msgid "anonymous %s declared inside parameter list"
1846 #~ msgstr "structure anonyme %s déclarée à l'intérieur de la liste des paramètres"
1848 #~ msgid "its scope is only this definition or declaration, which is probably not what you want"
1849 #~ msgstr "visible uniquement depuis cette définition ou déclaration, ce qui n'est probablement pas ce que vous désirez"
1851 #~ msgid "redefinition of `union %s'"
1852 #~ msgstr "redéfinition de « union %s »"
1854 #~ msgid "redefinition of `struct %s'"
1855 #~ msgstr "redéfinition de « struct %s »"
1857 #~ msgid "declaration does not declare anything"
1858 #~ msgstr "déclaration ne déclarant rien du tout"
1860 #~ msgid "%Jduplicate member '%D'"
1861 #~ msgstr "%Jmembre « %D » est double"
1863 #~ msgid "%s defined inside parms"
1864 #~ msgstr "%s défini à l'intérieur des paramètres"
1869 #~ msgid "structure"
1870 #~ msgstr "structure"
1872 #~ msgid "%s has no %s"
1873 #~ msgstr "%s n'a pas de %s"
1878 #~ msgid "named members"
1879 #~ msgstr "membres nommés"
1884 #~ msgid "nested redefinition of `%s'"
1885 #~ msgstr "redéfinition imbriquée de « %s »"
1887 #~ msgid "%Jflexible array member in union"
1888 #~ msgstr "%Jmembre flexible de tableau dans l'union"
1890 #~ msgid "%Jflexible array member not at end of struct"
1891 #~ msgstr "%Jle membre flexible de tableau n'est pas à la fin de la structure"
1893 #~ msgid "%Jflexible array member in otherwise empty struct"
1894 #~ msgstr "%Jmembre flexible de tableau dans une structure vide par ailleurs"
1896 #~ msgid "%Jinvalid use of structure with flexible array member"
1897 #~ msgstr "%Jutilisation invalide d'une structure ayant un membre flexible"
1899 #~ msgid "union cannot be made transparent"
1900 #~ msgstr "union ne peut pas être rendu transparente"
1902 #~ msgid "redeclaration of `enum %s'"
1903 #~ msgstr "redéclaration de « enum %s »"
1905 #~ msgid "enum defined inside parms"
1906 #~ msgstr "enum défini à l'intérieur des paramètres"
1908 #~ msgid "enumeration values exceed range of largest integer"
1909 #~ msgstr "valeurs d'énumération excède les bornes du plus grand entier"
1911 #~ msgid "enumerator value for `%s' not integer constant"
1912 #~ msgstr "valeur de l'énumérateur pour « %s » n'est pas une constante entière"
1914 #~ msgid "overflow in enumeration values"
1915 #~ msgstr "débordement dans les valeurs de l'énumération"
1917 #~ msgid "ISO C restricts enumerator values to range of `int'"
1918 #~ msgstr "ISO C restreint les valeurs de l'énumérateur aux bornes d'un « int »"
1920 #~ msgid "return type is an incomplete type"
1921 #~ msgstr "le type du retour est incomplet"
1923 #~ msgid "return type defaults to `int'"
1924 #~ msgstr "le type du retour est « int » par défaut"
1926 #~ msgid "%Jno previous prototype for '%D'"
1927 #~ msgstr "%Jaucun prototype précédent pour « %D »"
1929 #~ msgid "%J'%D' was used with no prototype before its definition"
1930 #~ msgstr "%J« %D » a été utilisé sans prototype avant sa définition"
1932 #~ msgid "%Jno previous declaration for '%D'"
1933 #~ msgstr "%Jaucune déclaration précédente pour « %D »"
1935 #~ msgid "%J`%D' was used with no declaration before its definition"
1936 #~ msgstr "%J« %D » a été utilisé sans déclaration avant sa définition"
1938 #~ msgid "%Jreturn type of '%D' is not `int'"
1939 #~ msgstr "%Jle type de retour de « %D » n'est pas « int »"
1941 #~ msgid "%Jfirst argument of '%D' should be `int'"
1942 #~ msgstr "%Jle premier argument de « %D » devrait être « int »"
1944 #~ msgid "%Jsecond argument of '%D' should be 'char **'"
1945 #~ msgstr "%Jle second argument de « %D » devrait être « char ** »"
1947 #~ msgid "%Jthird argument of '%D' should probably be 'char **'"
1948 #~ msgstr "%Jle troisième argument de « %D » devrait probablement être « char ** »"
1950 #~ msgid "%J'%D' takes only zero or two arguments"
1951 #~ msgstr "%J« %D » prend soit aucun argument ou soit deux arguments"
1953 #~ msgid "%J'%D' is normally a non-static function"
1954 #~ msgstr "%J« %D » n'est pas normalement une fonction statique"
1956 #~ msgid "%Jold-style parameter declarations in prototyped function definition"
1957 #~ msgstr "%Jdéclaration de paramètre d'ancien style dans la définition prototypée de fonction"
1959 #~ msgid "%Jparameter name omitted"
1960 #~ msgstr "%Jnom de paramètre omis"
1962 #~ msgid "%Jparameter name missing from parameter list"
1963 #~ msgstr "%Jnom du paramètre manquant dans la liste des paramètres"
1965 #~ msgid "%J\"%D\" declared as a non-parameter"
1966 #~ msgstr "%J\"%D\" déclaré comme un non paramètre"
1968 #~ msgid "%Jmultiple parameters named \"%D\""
1969 #~ msgstr "%Jplusieurs paramètres nommés « %D »"
1971 #~ msgid "%Jparameter \"%D\" declared void"
1972 #~ msgstr "%Jparamètre \"%D\" déclaré «void »"
1974 #~ msgid "%Jtype of \"%D\" defaults to \"int\""
1975 #~ msgstr "%Jtype de « %D » est « int » par défaut"
1977 #~ msgid "%Jparameter \"%D\" has incomplete type"
1978 #~ msgstr "%Jparamètre \"%D\" a un type incomplet"
1980 #~ msgid "%Jdeclaration for parameter \"%D\" but no such parameter"
1981 #~ msgstr "%Jdéclaration du paramètre « %D » mais pas de tel paramètre"
1983 #~ msgid "number of arguments doesn't match prototype"
1984 #~ msgstr "le nombre d'arguments ne concorde pas avec celui du prototype"
1986 #~ msgid "%Hprototype declaration"
1987 #~ msgstr "%Hdéclaration de prototype"
1989 #~ msgid "promoted argument \"%D\" doesn't match prototype"
1990 #~ msgstr "argument promu \"%D\" ne concorde pas avec le prototype"
1992 #~ msgid "argument \"%D\" doesn't match prototype"
1993 #~ msgstr "argument \"%D\" ne concorde pas avec le prototype"
1995 #~ msgid "no return statement in function returning non-void"
1996 #~ msgstr "« return » manquant dans une fonction devant retourner une valeur"
1998 #~ msgid "this function may return with or without a value"
1999 #~ msgstr "cette fonction devrait finir en retournant ou non une valeur"
2001 #~ msgid "'for' loop initial declaration used outside C99 mode"
2002 #~ msgstr "déclaration initiale de la boucle « for » utilisée en dehors du mode C99"
2004 #~ msgid "'struct %s' declared in 'for' loop initial declaration"
2005 #~ msgstr "« struct %s » déclarée dans la déclaration initiale de la boucle « for »"
2007 #~ msgid "'union %s' declared in 'for' loop initial declaration"
2008 #~ msgstr "« union %s » déclarée dans la déclaration initiale de la boucle « for »"
2010 #~ msgid "'enum %s' declared in 'for' loop initial declaration"
2011 #~ msgstr "« enum %s » déclarée dans la déclaration initiale de la boucle « for »"
2013 #~ msgid "%Jdeclaration of non-variable '%D' in 'for' loop initial declaration"
2014 #~ msgstr "%Jdéclaration de « %D » (qui n'est pas une variable) dans la déclaration initiale de « for »"
2016 #~ msgid "%Jdeclaration of static variable '%D' in 'for' loop initial declaration"
2017 #~ msgstr "%Jdéclaration de la variable statique « %D » dans la déclaration initiale de la boucle « for »"
2019 #~ msgid "%Jdeclaration of 'extern' variable '%D' in 'for' loop initial declaration"
2020 #~ msgstr "%Jdéclaration de la variable externe « %D » dans la déclaration initiale « for »"
2022 #~ msgid "%Jredefinition of global '%D'"
2023 #~ msgstr "%Jredéfinition globale de « %D »"
2025 #~ msgid "%J'%D' previously defined here"
2026 #~ msgstr "%J« %D » précédemment défini ici"
2028 #~ msgid "format string has invalid operand number"
2029 #~ msgstr "la chaîne de format a un nombre invalide d'opérandes"
2031 #~ msgid "function does not return string type"
2032 #~ msgstr "fonction ne retourne pas un type « string »"
2034 #~ msgid "format string arg not a string type"
2035 #~ msgstr "l'argument de la chaîne de format n'est pas de type « string »"
2037 #~ msgid "unrecognized format specifier"
2038 #~ msgstr "spécificateur de format non reconnu"
2040 #~ msgid "`%s' is an unrecognized format function type"
2041 #~ msgstr "« %s » a un format de type de fonction non reconnu"
2043 #~ msgid "'...' has invalid operand number"
2044 #~ msgstr "« ... » a un nombre invalide d'opérandes"
2046 #~ msgid "format string arg follows the args to be formatted"
2047 #~ msgstr "l'argument de la chaîne de format suit les arguments devant être formatés"
2050 #~ msgstr "fanion « »"
2052 #~ msgid "the ` ' printf flag"
2053 #~ msgstr "le fanion « » de printf"
2056 #~ msgstr "fanion « + »"
2058 #~ msgid "the `+' printf flag"
2059 #~ msgstr "le fanion « + » de printf"
2062 #~ msgstr "fanion « # »"
2064 #~ msgid "the `#' printf flag"
2065 #~ msgstr "le fanion « # » de printf"
2068 #~ msgstr "fanion « 0 »"
2070 #~ msgid "the `0' printf flag"
2071 #~ msgstr "le fanion « 0 » de printf"
2074 #~ msgstr "fanion « - »"
2076 #~ msgid "the `-' printf flag"
2077 #~ msgstr "le fanion « - » de printf"
2080 #~ msgstr "fanion « ' »"
2082 #~ msgid "the `'' printf flag"
2083 #~ msgstr "le fanion « ' » de printf"
2086 #~ msgstr "fanion « I »"
2088 #~ msgid "the `I' printf flag"
2089 #~ msgstr "le fanion « I » de printf"
2091 #~ msgid "field width"
2092 #~ msgstr "largeur de champ"
2094 #~ msgid "field width in printf format"
2095 #~ msgstr "largeur de champ dans le format de printf"
2097 #~ msgid "precision"
2098 #~ msgstr "précision"
2100 #~ msgid "precision in printf format"
2101 #~ msgstr "précision dans le format de printf"
2103 #~ msgid "length modifier"
2104 #~ msgstr "modificateur de longueur"
2106 #~ msgid "length modifier in printf format"
2107 #~ msgstr "modificateur de longueur dans le format printf"
2109 #~ msgid "assignment suppression"
2110 #~ msgstr "suppression d'affectation"
2112 #~ msgid "the assignment suppression scanf feature"
2113 #~ msgstr "options de scanf pour la suppression d'affectation"
2116 #~ msgstr "fanion « a »"
2118 #~ msgid "the `a' scanf flag"
2119 #~ msgstr "le fanion « a » de scanf"
2121 #~ msgid "field width in scanf format"
2122 #~ msgstr "largeur de champ dans le format de scanf"
2124 #~ msgid "length modifier in scanf format"
2125 #~ msgstr "modificateur de longueur dans le format de scanf"
2127 #~ msgid "the `'' scanf flag"
2128 #~ msgstr "la fanion « ' » de scanf"
2130 #~ msgid "the `I' scanf flag"
2131 #~ msgstr "le fanion « I » de scanf"
2134 #~ msgstr "fanion « _ »"
2136 #~ msgid "the `_' strftime flag"
2137 #~ msgstr "le fanion « _ » de strftime"
2139 #~ msgid "the `-' strftime flag"
2140 #~ msgstr "le fanion « - » de strftime"
2142 #~ msgid "the `0' strftime flag"
2143 #~ msgstr "le fanion « 0 » de strftime"
2146 #~ msgstr "fanion « ^ »"
2148 #~ msgid "the `^' strftime flag"
2149 #~ msgstr "la fanion « ^ » de strftime"
2151 #~ msgid "the `#' strftime flag"
2152 #~ msgstr "le fanion « # » de strftime"
2154 #~ msgid "field width in strftime format"
2155 #~ msgstr "largeur de champ dans le format de strftime"
2157 #~ msgid "`E' modifier"
2158 #~ msgstr "modificateur « E »"
2160 #~ msgid "the `E' strftime modifier"
2161 #~ msgstr "le modificateur « E » de strftime"
2163 #~ msgid "`O' modifier"
2164 #~ msgstr "modificateur « O »"
2166 #~ msgid "the `O' strftime modifier"
2167 #~ msgstr "le modificateur « O » de strftime"
2169 #~ msgid "the `O' modifier"
2170 #~ msgstr "le modificateur « O »"
2172 #~ msgid "fill character"
2173 #~ msgstr "caractère de remplissage"
2175 #~ msgid "fill character in strfmon format"
2176 #~ msgstr "caractère de remplissage dans le format de strfmon"
2178 #~ msgid "the `^' strfmon flag"
2179 #~ msgstr "le fanion « ^ » de strfmon"
2181 #~ msgid "the `+' strfmon flag"
2182 #~ msgstr "le fanion « + » de strfmon"
2185 #~ msgstr "fanion « ( »"
2187 #~ msgid "the `(' strfmon flag"
2188 #~ msgstr "le fanion « ( » de strfmon"
2191 #~ msgstr "fanion « ! »"
2193 #~ msgid "the `!' strfmon flag"
2194 #~ msgstr "le fanion « ! » de strfmon"
2196 #~ msgid "the `-' strfmon flag"
2197 #~ msgstr "le fanion « - » de strfmon"
2199 #~ msgid "field width in strfmon format"
2200 #~ msgstr "largeur de champ dans le format de strfmon"
2202 #~ msgid "left precision"
2203 #~ msgstr "précision de gauche"
2205 #~ msgid "left precision in strfmon format"
2206 #~ msgstr "précision de gauche dans le format de strfmon"
2208 #~ msgid "right precision"
2209 #~ msgstr "précision de droite"
2211 #~ msgid "right precision in strfmon format"
2212 #~ msgstr "précision de droite dans le format de strfmon"
2214 #~ msgid "length modifier in strfmon format"
2215 #~ msgstr "modificateur de longueur dans le format de strfmon"
2217 #~ msgid "function might be possible candidate for `%s' format attribute"
2218 #~ msgstr "la fonction est peut être candidate pour l'attribut de format de « %s »"
2220 #~ msgid "missing $ operand number in format"
2221 #~ msgstr "$ manquant dans le format pour l'opérande du nombre"
2223 #~ msgid "%s does not support %%n$ operand number formats"
2224 #~ msgstr "%s ne permet pas le format d'opérande de nombre %%n$"
2226 #~ msgid "operand number out of range in format"
2227 #~ msgstr "opérande de nombre au delà de la limite dans le format"
2229 #~ msgid "format argument %d used more than once in %s format"
2230 #~ msgstr "argument de format %d utilisé plus d'une fois dans le format %s"
2232 #~ msgid "format argument %d unused before used argument %d in $-style format"
2233 #~ msgstr "argument de format %d inutilisé avant l'utilisation de l'argument %d dans le format de style $"
2235 #~ msgid "format not a string literal, format string not checked"
2236 #~ msgstr "le format n'est pas une chaîne littérale, le format n'est pas vérifé"
2238 #~ msgid "format not a string literal and no format arguments"
2239 #~ msgstr "le format n'est pas une chaîne littérale et pas d'argument de format"
2241 #~ msgid "format not a string literal, argument types not checked"
2242 #~ msgstr "le format n'est pas une chaîne littérale, le type des arguments n'est pas vérifié"
2244 #~ msgid "too many arguments for format"
2245 #~ msgstr "trop d'arguments pour le format"
2247 #~ msgid "unused arguments in $-style format"
2248 #~ msgstr "arguments inutilisés dans le format de style $"
2250 #~ msgid "zero-length %s format string"
2251 #~ msgstr "chaîne de format de longueur nulle %s"
2253 #~ msgid "format is a wide character string"
2254 #~ msgstr "le format est une chaîne large de caractères"
2256 #~ msgid "unterminated format string"
2257 #~ msgstr "chaîne de format non terminée"
2259 #~ msgid "embedded `\\0' in format"
2260 #~ msgstr "« \\0 » inclu dans le format"
2262 #~ msgid "spurious trailing `%%' in format"
2263 #~ msgstr "des caractères « %% » douteux traînent dans le format"
2265 #~ msgid "repeated %s in format"
2266 #~ msgstr "%s répété dans le format"
2268 #~ msgid "missing fill character at end of strfmon format"
2269 #~ msgstr "caractère de remplissage manquant à la fin du format pour strfmon"
2271 #~ msgid "too few arguments for format"
2272 #~ msgstr "trop peu d'arguments dans le format"
2274 #~ msgid "zero width in %s format"
2275 #~ msgstr "largeur zéro dans le format %s"
2277 #~ msgid "empty left precision in %s format"
2278 #~ msgstr "précision de gauche vide dans le format %s"
2280 #~ msgid "field precision"
2281 #~ msgstr "champ de précision"
2283 #~ msgid "empty precision in %s format"
2284 #~ msgstr "précision vide dans le format %s"
2286 #~ msgid "%s does not support the `%s' %s length modifier"
2287 #~ msgstr "%s ne supporte pas « %s » %s comme modificateur de longueur"
2289 #~ msgid "conversion lacks type at end of format"
2290 #~ msgstr "il manque un type pour la conversion à la fin du format"
2292 #~ msgid "unknown conversion type character `%c' in format"
2293 #~ msgstr "type de caractère de conversion inconnu « %c » dans le format"
2295 #~ msgid "unknown conversion type character 0x%x in format"
2296 #~ msgstr "type de caractère de conversion inconnu 0x%x dans le format"
2298 #~ msgid "%s does not support the `%%%c' %s format"
2299 #~ msgstr "%s ne supporte pas le format « %%%c » %s"
2301 #~ msgid "%s used with `%%%c' %s format"
2302 #~ msgstr "%s utilisé avec le format « %%%c » %s"
2304 #~ msgid "%s does not support %s"
2305 #~ msgstr "%s ne supporte pas %s"
2307 #~ msgid "%s does not support %s with the `%%%c' %s format"
2308 #~ msgstr "%s ne supporte pas %s avec le format « %%%c » %s "
2310 #~ msgid "%s ignored with %s and `%%%c' %s format"
2311 #~ msgstr "%s ignoré avec %s et le format « %%%c » %s"
2313 #~ msgid "%s ignored with %s in %s format"
2314 #~ msgstr "%s ignoré avec %s dans le format %s"
2316 #~ msgid "use of %s and %s together with `%%%c' %s format"
2317 #~ msgstr "utilisation de %s et de %s ensemble dans le format « %%%c » %s"
2319 #~ msgid "use of %s and %s together in %s format"
2320 #~ msgstr "utilisation de %s et de %s ensemble dans le format %s"
2322 #~ msgid "`%%%c' yields only last 2 digits of year in some locales"
2323 #~ msgstr "« %%%c » laisse seulement les 2 derniers chiffres de l'année avec certaines locales"
2325 #~ msgid "`%%%c' yields only last 2 digits of year"
2326 #~ msgstr "« %%%c » laisse seulement les 2 derniers chiffres de l'année"
2328 #~ msgid "no closing `]' for `%%[' format"
2329 #~ msgstr "pas de « ] » fermant pour le format « %%[ »"
2331 #~ msgid "use of `%s' length modifier with `%c' type character"
2332 #~ msgstr "utilisation du modificateur de longueur « %s » avec le type de caractère « %c »"
2334 #~ msgid "%s does not support the `%%%s%c' %s format"
2335 #~ msgstr "%s ne supporte par le format « %%%s%c » %s"
2337 #~ msgid "operand number specified with suppressed assignment"
2338 #~ msgstr "nombre d'opérandes spécifié avec des affectations suprimées"
2340 #~ msgid "operand number specified for format taking no argument"
2341 #~ msgstr "nombre d'opérandes spécifié pour un format n'acceptant aucun argument"
2343 #~ msgid "writing through null pointer (arg %d)"
2344 #~ msgstr "écriture à travers un pointeur nul (arg %d)"
2346 #~ msgid "reading through null pointer (arg %d)"
2347 #~ msgstr "lecture à l'aide d'un pointeur nul (arg %d)"
2349 #~ msgid "writing into constant object (arg %d)"
2350 #~ msgstr "écriture dans un objet constant (arg %d)"
2352 #~ msgid "extra type qualifiers in format argument (arg %d)"
2353 #~ msgstr "qualificateur de type additionnel dans l'argument du format (arg %d)"
2355 #~ msgid "format argument is not a pointer (arg %d)"
2356 #~ msgstr "l'argument de format n'est pas un pointeur (arg %d)"
2358 #~ msgid "format argument is not a pointer to a pointer (arg %d)"
2359 #~ msgstr "l'argument de format n'est pas un pointeur de pointeur (arg %d)"
2362 #~ msgstr "pointeur"
2364 #~ msgid "different type"
2365 #~ msgstr "type différent"
2367 #~ msgid "%s is not type %s (arg %d)"
2368 #~ msgstr "%s n'est pas de type %s (arg %d)"
2370 #~ msgid "%s format, %s arg (arg %d)"
2371 #~ msgstr "format %s, arg %s (arg %d)"
2373 #~ msgid "args to be formatted is not '...'"
2374 #~ msgstr "les arguments devant être formatés ne sont pas « ... »"
2376 #~ msgid "strftime formats cannot format arguments"
2377 #~ msgstr "Les formats de strftime ne peuvent pas formater d'argument"
2379 #~ msgid "ignoring duplicate directory \"%s\"\n"
2380 #~ msgstr "le répertoire « %s » est ignoré car présent deux fois\n"
2382 #~ msgid " as it is a non-system directory that duplicates a system directory\n"
2383 #~ msgstr " car il s'agit d'un répertoire non système dupliquant un répertoire système\n"
2385 #~ msgid "ignoring nonexistent directory \"%s\"\n"
2386 #~ msgstr "le répertoire « %s » est ignoré car inexistant\n"
2388 #~ msgid "#include \"...\" search starts here:\n"
2389 #~ msgstr "la recherche pour #include \"...\" débute ici :\n"
2391 #~ msgid "#include <...> search starts here:\n"
2392 #~ msgstr "la recherche pour #include <...> débute ici:\n"
2394 #~ msgid "End of search list.\n"
2395 #~ msgstr "Fin de la liste de recherche.\n"
2397 #~ msgid "badly nested C headers from preprocessor"
2398 #~ msgstr "en-têtes C du préprocesseur incorrectement imbriqués"
2400 #~ msgid "ignoring #pragma %s %s"
2401 #~ msgstr "#pragma %s %s ignoré"
2403 #~ msgid "%Hstray '@' in program"
2404 #~ msgstr "%H« @ » perdu dans le programme"
2406 #~ msgid "stray '%c' in program"
2407 #~ msgstr "« %c » perdu dans le programme"
2409 #~ msgid "stray '\\%o' in program"
2410 #~ msgstr "« \\%o » perdu dans le programme"
2412 #~ msgid "this decimal constant is unsigned only in ISO C90"
2413 #~ msgstr "cette constante décimale est « unsigned » seulement en C90 ISO"
2415 #~ msgid "this decimal constant would be unsigned in ISO C90"
2416 #~ msgstr "cette constante décimale serait « unsigned » en C90 ISO"
2418 #~ msgid "integer constant is too large for \"%s\" type"
2419 #~ msgstr "constante entière trop grande pour le type « %s »"
2421 #~ msgid "floating constant exceeds range of \"%s\""
2422 #~ msgstr "constante en nombre flottant excédant les limites de « %s »"
2424 #~ msgid "traditional C rejects string constant concatenation"
2425 #~ msgstr "le C traditionel rejette la concaténation de chaînes de constantes"
2427 #~ msgid "%Jfunction '%F' can never be inlined because it is suppressed using -fno-inline"
2428 #~ msgstr "%Jfonction « %F » ne jamais être enlignée parce qu'elle supprime l'utilisation de -fno-inline"
2430 #~ msgid "%Jfunction '%F' can never be inlined because it might not be bound within this unit of translation"
2431 #~ msgstr "%Jfonction « %F » ne jamais être enlignée parce qu'elle ne peut être lié dans cette unité de traduction"
2433 #~ msgid "%Jfunction '%F' can never be inlined because it uses attributes conflicting with inlining"
2434 #~ msgstr "%Jfonction « %F » ne jamais être enlignée parce qu'elle utilise un attribut en conflit avec l'enlignage"
2436 #~ msgid "%Jfunction '%F' can never be inlined because it has pending sizes"
2437 #~ msgstr "%Jfonction « %F » ne jamais être enlignée parce qu'elle a des tailles en attente"
2439 #~ msgid "%Jnested function '%F' can never be inlined because it has possibly saved pending sizes"
2440 #~ msgstr "%Jfonction imbriqué « %F » ne peut jamais être enlignée parce qu'ella possiblement sauvegardé des tailles en attente"
2442 #~ msgid "no class name specified with \"%s\""
2443 #~ msgstr "aucun nom de classe spécifié avec \"%s\""
2445 #~ msgid "assertion missing after \"%s\""
2446 #~ msgstr "assertion manquante après \"%s\""
2448 #~ msgid "macro name missing after \"%s\""
2449 #~ msgstr "nom de macro manquant après \"%s\""
2451 #~ msgid "missing path after \"%s\""
2452 #~ msgstr "cible manquante après \"%s\""
2454 #~ msgid "missing filename after \"%s\""
2455 #~ msgstr "nom de fichier manquant après \"%s\""
2457 #~ msgid "missing makefile target after \"%s\""
2458 #~ msgstr "cible manquante dans le makefile après \"%s\""
2460 #~ msgid "-I- specified twice"
2461 #~ msgstr "-I- spécifié deux fois"
2463 #~ msgid "switch \"%s\" is no longer supported"
2464 #~ msgstr "l'option « %s » n'est plus supportée"
2466 #~ msgid "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"
2467 #~ msgstr "-fhandle-exceptions a été renommé -fexceptions (et est maintenant utilisé par défaut)"
2469 #~ msgid "output filename specified twice"
2470 #~ msgstr "nom du fichier de sortie spécifié deux fois"
2472 #~ msgid "-Wformat-y2k ignored without -Wformat"
2473 #~ msgstr "-Wformat-y2k ignorée sans -Wformat"
2475 #~ msgid "-Wformat-extra-args ignored without -Wformat"
2476 #~ msgstr "-Wformat-extra-args ignorée sans -Wformat"
2478 #~ msgid "-Wformat-zero-length ignored without -Wformat"
2479 #~ msgstr "-Wformat-zero-length ignorée sans -Wformat"
2481 #~ msgid "-Wformat-nonliteral ignored without -Wformat"
2482 #~ msgstr "-Wformat-nonliteral ignorée sans -Wformat"
2484 #~ msgid "-Wformat-security ignored without -Wformat"
2485 #~ msgstr "-Wformat-security ignorée sans -Wformat"
2487 #~ msgid "-Wmissing-format-attribute ignored without -Wformat"
2488 #~ msgstr "-Wmissing-format-attribute ignorée sans -Wformat"
2490 #~ msgid "opening output file %s: %m"
2491 #~ msgstr "ouverture du fichier de sortie %s: %m"
2493 #~ msgid "too many filenames given. Type %s --help for usage"
2494 #~ msgstr "trop de noms de fichiers. Taper %s --help pour en connaître l'usage"
2496 #~ msgid "YYDEBUG not defined"
2497 #~ msgstr "YYDEBUG n'est pas défini"
2499 #~ msgid "opening dependency file %s: %m"
2500 #~ msgstr "ouverture du fichier de dépendances %s: %m"
2502 #~ msgid "closing dependency file %s: %m"
2503 #~ msgstr "fermeture du fichier de dépendances %s: %m"
2505 #~ msgid "when writing output to %s: %m"
2506 #~ msgstr "lors de l'écriture de la sortie dans %s: %m"
2508 #~ msgid "to generate dependencies you must specify either -M or -MM"
2509 #~ msgstr "pour générer les dépendances, vous devez spécifier -M ou -MM"
2511 #~ msgid "<built-in>"
2512 #~ msgstr "<interne>"
2514 #~ msgid "<command line>"
2515 #~ msgstr "<ligne de commande>"
2517 #~ msgid "too late for # directive to set debug directory"
2518 #~ msgstr "il est trop tard pour la directive # pour fixer un répertoire de mise au point"
2520 #~ msgid "syntax error"
2521 #~ msgstr "erreur de syntaxe"
2524 #~ msgid "syntax error: cannot back up"
2525 #~ msgstr "erreur de syntaxe : impossible de reculer"
2527 #~ msgid "ISO C forbids an empty source file"
2528 #~ msgstr "ISO C interdit un fichier source vide"
2530 #~ msgid "argument of `asm' is not a constant string"
2531 #~ msgstr "l'argument de « asm » n'est pas une chaîne de constante"
2533 #~ msgid "ISO C forbids data definition with no type or storage class"
2534 #~ msgstr "ISO C interdit la définition de données sans type ni classe de stockage"
2536 #~ msgid "data definition has no type or storage class"
2537 #~ msgstr "la définition de données n'a pas de type ni de classe de stockage"
2539 #~ msgid "ISO C does not allow extra `;' outside of a function"
2540 #~ msgstr "ISO C ne permet pas de « ; » additionnel en dehors d'une fonction"
2542 #~ msgid "`sizeof' applied to a bit-field"
2543 #~ msgstr "« sizeof » appliqué à un champ de bits"
2545 #~ msgid "ISO C forbids omitting the middle term of a ?: expression"
2546 #~ msgstr "ISO C interdit l'omission du terme central de l'expression ?:"
2549 #~ msgid "ISO C90 forbids compound literals"
2550 #~ msgstr "ISO C90 interdit les mots composés"
2552 #~ msgid "ISO C forbids braced-groups within expressions"
2553 #~ msgstr "ISO C interdit les groupes d'accolades à l'intérieur d'expressions"
2555 #~ msgid "first argument to __builtin_choose_expr not a constant"
2556 #~ msgstr "le premier argument de « __builtin_choose_expr » n'est pas une constante"
2558 #~ msgid "traditional C rejects ISO C style function definitions"
2559 #~ msgstr "le C traditionel rejette les définitions de fonction de style ISO C"
2561 #~ msgid "old-style parameter declaration"
2562 #~ msgstr "déclaration de paramètre d'un style désuet"
2564 #~ msgid "`%s' is not at beginning of declaration"
2565 #~ msgstr "« %s » n'est pas au début de la déclaration"
2567 #~ msgid "`typeof' applied to a bit-field"
2568 #~ msgstr "« typeof » appliqué à un champ de bits"
2570 #~ msgid "ISO C forbids empty initializer braces"
2571 #~ msgstr "ISO C interdit d'initialiser avec des accolades vides"
2573 #~ msgid "ISO C90 forbids specifying subobject to initialize"
2574 #~ msgstr "ISO C90 interdit de spécifier des sous-objets à initialiser"
2576 #~ msgid "obsolete use of designated initializer without `='"
2577 #~ msgstr "utilisation obsolète d'une initialisation désignée sans « = »"
2579 #~ msgid "obsolete use of designated initializer with `:'"
2580 #~ msgstr "utilisation obsolète d'une initialisation désignée avec « : »"
2582 #~ msgid "ISO C forbids specifying range of elements to initialize"
2583 #~ msgstr "ISO C interdit de spécifier les bornes des éléments à initaliser"
2585 #~ msgid "ISO C forbids nested functions"
2586 #~ msgstr "ISO C interdit les fonctions imbriquées"
2588 #~ msgid "ISO C forbids forward references to `enum' types"
2589 #~ msgstr "ISO C interdit les références anticipée vers un type « enum »"
2591 #~ msgid "comma at end of enumerator list"
2592 #~ msgstr "virgule à la fin de liste d'énumerateurs"
2594 #~ msgid "no semicolon at end of struct or union"
2595 #~ msgstr "pas de point virgule à la fin de la structure ou de l'union"
2597 #~ msgid "extra semicolon in struct or union specified"
2598 #~ msgstr "point virgule superflu dans la structure ou dans l'union"
2600 #~ msgid "ISO C doesn't support unnamed structs/unions"
2601 #~ msgstr "ISO C ne permet pas les structures et unions sans nom"
2603 #~ msgid "ISO C forbids member declarations with no members"
2604 #~ msgstr "ISO C interdit les déclarations de membre sans aucun membre"
2606 #~ msgid "label at end of compound statement"
2607 #~ msgstr "étiquette à la fin d'une déclaration composée"
2609 #~ msgid "ISO C90 forbids mixed declarations and code"
2610 #~ msgstr "ISO C89 interdit les mélanges de déclarations et de code"
2612 #~ msgid "ISO C forbids label declarations"
2613 #~ msgstr "ISO C interdit la déclaration d'étiquette"
2615 #~ msgid "braced-group within expression allowed only inside a function"
2616 #~ msgstr "groupe entre accolades à l'intérieur d'expression permis seulement à l'intérieur d'une fonction"
2618 #~ msgid "empty body in an else-statement"
2619 #~ msgstr "le corps du else est vide"
2621 #~ msgid "%Hempty body in an if-statement"
2622 #~ msgstr "%Hle corps de la déclaration du if est vide"
2624 #~ msgid "break statement not within loop or switch"
2625 #~ msgstr "mot-clé « break » à l'extérieur de toute boucle ou « switch »"
2627 #~ msgid "continue statement not within a loop"
2628 #~ msgstr "mot-clé « continue » à l'extérieur de toute boucle"
2630 #~ msgid "ISO C forbids `goto *expr;'"
2631 #~ msgstr "ISO C interdit « goto *expr; »"
2633 #~ msgid "ISO C requires a named argument before `...'"
2634 #~ msgstr "ISO C requiert un argument nommé devant « ... »"
2636 #~ msgid "`...' in old-style identifier list"
2637 #~ msgstr "« ... » dans une liste d'identificateurs de style ancien"
2639 #~ msgid "parse error; also virtual memory exhausted"
2640 #~ msgstr "erreur d'analyse syntaxique; et la mémoire virtuelle est épuisée"
2642 #~ msgid "parse error"
2643 #~ msgstr "erreur d'analyse syntaxique"
2645 #~ msgid "parser stack overflow"
2646 #~ msgstr "débordement de la pile de l'analyseur syntaxique"
2648 #~ msgid "syntax error at '%s' token"
2649 #~ msgstr "erreur de syntaxe à l'élément lexical « %s »"
2651 #~ msgid "can't create precompiled header %s: %m"
2652 #~ msgstr "ne peut créer une en-tête précompilée %s: %m"
2654 #~ msgid "can't write to %s: %m"
2655 #~ msgstr "ne peut écrire dans %s: %m"
2657 #~ msgid "`%s' is not a valid output file"
2658 #~ msgstr "« %s » n'est pas un nom de fichier valide"
2660 #~ msgid "can't write %s: %m"
2661 #~ msgstr "ne peut écrire dans %s: %m"
2663 #~ msgid "can't seek in %s: %m"
2664 #~ msgstr "ne peut se positionner dans %s: %m"
2666 #~ msgid "can't read %s: %m"
2667 #~ msgstr "ne peut lire %s: %m"
2669 #~ msgid "%s: not compatible with this GCC version"
2670 #~ msgstr "%s: n'est pas compatible avec cette version de GCC"
2672 #~ msgid "%s: not for %s"
2673 #~ msgstr "%s: non pour %s"
2675 #~ msgid "%s: not a PCH file"
2676 #~ msgstr "%s: n'est pas un fichier PCH"
2678 #~ msgid "%s: created on host `%.*s', but used on host `%s'"
2679 #~ msgstr "%s: créé sur l'hôte « %.*s », mais utilisé sur l'hôte « %s »"
2681 #~ msgid "%s: created for target `%.*s', but used for target `%s'"
2682 #~ msgstr "%s: créé pour la cible « %.*s », mais utilisé pour la cible « %s »"
2684 #~ msgid "%s: created by version `%.*s', but this is version `%s'"
2685 #~ msgstr "%s: créé pour la version « %.*s », mais utilisé avec la version « %s »"
2687 #~ msgid "%s: created using different flags"
2688 #~ msgstr "%s: créé en utilisant des fanions différents"
2690 #~ msgid "%s: created with -g%s, but used with -g%s"
2691 #~ msgstr "%s: créé avec -g%s, mais utilisé avec -g%s"
2693 #~ msgid "%s: had text segment at different address"
2694 #~ msgstr "%s: a un segment texte à une adresse différente"
2697 #~ msgid "calling fdopen"
2698 #~ msgstr "appel de fdopen()"
2701 #~ msgstr "en lecture"
2703 #~ msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2704 #~ msgstr "#pragma pack (pop) rencontré sans #pragma pack (push, <n>) correspondant"
2706 #~ msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"
2707 #~ msgstr "#pragma pack(pop, %s) rencontré sans #pragma pack(push, %s, <n>) correspondant"
2709 #~ msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2710 #~ msgstr "#pragma pack(push[, id], <n>) n'est pas permis sur cette cible"
2712 #~ msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2713 #~ msgstr "#pragma pack(pop[, id], <n>) n'est pas permis sur cette cible"
2715 #~ msgid "missing '(' after '#pragma pack' - ignored"
2716 #~ msgstr "« ( » manquante après « #pragma pack » - ignoré"
2718 #~ msgid "malformed '#pragma pack' - ignored"
2719 #~ msgstr "« #pragma pack » mal composée - ignoré"
2721 #~ msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2722 #~ msgstr "« #pragma pack(push[, id], <n>) » mal composée - ignoré"
2724 #~ msgid "malformed '#pragma pack(pop[, id])' - ignored"
2725 #~ msgstr "« #pragma pack(pop[, id]) » mal composée, ignoré"
2727 #~ msgid "unknown action '%s' for '#pragma pack' - ignored"
2728 #~ msgstr "action « %s » inconnue pour « #pragma pack » - ignoré"
2730 #~ msgid "junk at end of '#pragma pack'"
2731 #~ msgstr "rebut à la fin de « #pragma pack »"
2733 #~ msgid "alignment must be a small power of two, not %d"
2734 #~ msgstr "l'alignement doit être une petite puissance de 2, pas %d"
2736 #~ msgid "%Japplying #pragma weak '%D' after first use results in unspecified behavior"
2737 #~ msgstr "%Japplication de la #pragma weak « %D » après la première utilisation conduit à un comportement non spécifié"
2739 #~ msgid "malformed #pragma weak, ignored"
2740 #~ msgstr "#pragma weak mal composée, ignoré"
2742 #~ msgid "junk at end of #pragma weak"
2743 #~ msgstr "rebut à la fin de #pragma weak"
2745 #~ msgid "malformed #pragma redefine_extname, ignored"
2746 #~ msgstr "#pragma redefine_extname mal composée, ignoré"
2748 #~ msgid "junk at end of #pragma redefine_extname"
2749 #~ msgstr "rebut à la fin de #pragma redefine_extname"
2751 #~ msgid "#pragma redefine_extname conflicts with declaration"
2752 #~ msgstr "#pragma redefine_extname en conflit avec la déclaration"
2754 #~ msgid "malformed #pragma extern_prefix, ignored"
2755 #~ msgstr "#pragma extern_prefix mal composée, ignoré"
2757 #~ msgid "junk at end of #pragma extern_prefix"
2758 #~ msgstr "rebut à la fin de #pragma extern_prefix"
2760 #~ msgid "asm declaration conflicts with previous rename"
2761 #~ msgstr "déclaration asm en conflit avec le changement de nom précédent"
2763 #~ msgid "destructor needed for `%D'"
2764 #~ msgstr "destructeur requis pour « %D »"
2766 #~ msgid "where case label appears here"
2767 #~ msgstr "où les étiquettes de « case » apparaissent ici"
2770 #~ msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"
2771 #~ msgstr "(les actions dans les « case » précédents requierent des destructeurs dans leur propre champ.)"
2773 #~ msgid "%s qualifier ignored on asm"
2774 #~ msgstr "%s qualificateur ignoré avec asm"
2776 # FIXME: c'est de l'assembleur ?
2777 #~ msgid "will never be executed"
2778 #~ msgstr "ne sera jamais exécuté"
2780 #~ msgid "`%s' has an incomplete type"
2781 #~ msgstr "« %s » a un type incomplet"
2783 #~ msgid "invalid use of void expression"
2784 #~ msgstr "utilisation invalide d'expression void"
2786 #~ msgid "invalid use of flexible array member"
2787 #~ msgstr "utilisation invalide d'un membre flexible de tableau"
2789 #~ msgid "invalid use of array with unspecified bounds"
2790 #~ msgstr "utilisation invalide d'un tableau sans borne spécifiée"
2792 #~ msgid "invalid use of undefined type `%s %s'"
2793 #~ msgstr "utilisation invalide d'un type indéfini « %s %s »"
2795 #~ msgid "invalid use of incomplete typedef `%s'"
2796 #~ msgstr "utilisation invalide d'un typedef incomplet « %s »"
2798 #~ msgid "function types not truly compatible in ISO C"
2799 #~ msgstr "types de fonction pas vraiment compatibles en C ISO"
2801 #~ msgid "types are not quite compatible"
2802 #~ msgstr "les types ne sont pas vraiment compatibles"
2804 #~ msgid "function return types not compatible due to `volatile'"
2805 #~ msgstr "les types retournés d'une fonction ne sont pas compatibles en raison de « volatile »"
2807 #~ msgid "arithmetic on pointer to an incomplete type"
2808 #~ msgstr "arithmétique sur un pointeur vers un type incomplet"
2810 #~ msgid "%s has no member named `%s'"
2811 #~ msgstr "%s n'a pas de membre nommé « %s »"
2813 #~ msgid "request for member `%s' in something not a structure or union"
2814 #~ msgstr "requête du membre « %s » dans quelque chose n'étant ni une structure ni une union"
2816 #~ msgid "dereferencing pointer to incomplete type"
2817 #~ msgstr "déréférencement d'un pointeur de type incomplet"
2819 #~ msgid "dereferencing `void *' pointer"
2820 #~ msgstr "déréférencement d'un pointeur « void * »"
2822 #~ msgid "invalid type argument of `%s'"
2823 #~ msgstr "type d'argument invalide pour « %s »"
2825 #~ msgid "subscript missing in array reference"
2826 #~ msgstr "indice manquant dans la référence du tableau"
2828 #~ msgid "array subscript has type `char'"
2829 #~ msgstr "l'indice du tableau est de type « char »"
2831 #~ msgid "array subscript is not an integer"
2832 #~ msgstr "l'indice du tableau n'est pas un entier"
2834 #~ msgid "ISO C forbids subscripting `register' array"
2835 #~ msgstr "ISO C interdit de sous-indicer des tableaux « register »"
2837 #~ msgid "ISO C90 forbids subscripting non-lvalue array"
2838 #~ msgstr "ISO C90 interdit d'indicer de tableau n'étant pas membre gauche"
2840 #~ msgid "subscript has type `char'"
2841 #~ msgstr "indice de type « char »"
2843 #~ msgid "subscripted value is neither array nor pointer"
2844 #~ msgstr "la valeur indicée n'est ni un tableau ni un pointeur"
2846 #~ msgid "local declaration of `%s' hides instance variable"
2847 #~ msgstr "la déclaration locale de « %s » masque l'instance d'une variable"
2849 #~ msgid "called object is not a function"
2850 #~ msgstr "l'objet appelé n'est pas une fonction"
2852 #~ msgid "function called through a non-compatible type"
2853 #~ msgstr "fonction appellée à travers un type non compatible"
2855 #~ msgid "too many arguments to function"
2856 #~ msgstr "trop d'arguments pour la fonction"
2858 #~ msgid "type of formal parameter %d is incomplete"
2859 #~ msgstr "le type du paramètre formel %d est incomplet"
2861 #~ msgid "%s as integer rather than floating due to prototype"
2862 #~ msgstr "%s est entier plutôt que flottant en raison du prototype"
2864 #~ msgid "%s as integer rather than complex due to prototype"
2865 #~ msgstr "%s est entier plutôt que complexe en raison du prototype"
2867 #~ msgid "%s as complex rather than floating due to prototype"
2868 #~ msgstr "%s est complexe plutôt que flottant en raison du prototype"
2870 #~ msgid "%s as floating rather than integer due to prototype"
2871 #~ msgstr "%s est flottant plutôt qu'entier en raison du prototype"
2873 #~ msgid "%s as complex rather than integer due to prototype"
2874 #~ msgstr "%s est complexe plutôt qu'entier en raison du prototype"
2876 #~ msgid "%s as floating rather than complex due to prototype"
2877 #~ msgstr "%s est flottant plutôt que complexe en raison du prototype"
2879 #~ msgid "%s as `float' rather than `double' due to prototype"
2880 #~ msgstr "%s est « float » plutôt qu'un « double » en raison du prototype"
2882 #~ msgid "%s with different width due to prototype"
2883 #~ msgstr "%s a une largeur différente en raison du prototype"
2885 #~ msgid "%s as unsigned due to prototype"
2886 #~ msgstr "%s est non signé en raison du prototype"
2888 #~ msgid "%s as signed due to prototype"
2889 #~ msgstr "%s est signé en raison du prototype"
2891 #~ msgid "too few arguments to function"
2892 #~ msgstr "trop peu d'arguments pour la fonction"
2894 #~ msgid "suggest parentheses around + or - inside shift"
2895 #~ msgstr "parenthèses suggérées autour de + ou - à l'intérieur du décalage"
2897 #~ msgid "suggest parentheses around && within ||"
2898 #~ msgstr "parenthèses suggérées autour de && à l'intérieur de ||"
2900 #~ msgid "suggest parentheses around arithmetic in operand of |"
2901 #~ msgstr "parenthèses suggérées autour de l'arithmétique dans l'opérande de |"
2903 #~ msgid "suggest parentheses around comparison in operand of |"
2904 #~ msgstr "parenthèses suggérées autour de la comparaison dans l'opérande de |"
2906 #~ msgid "suggest parentheses around arithmetic in operand of ^"
2907 #~ msgstr "parenthèses suggérées autour de l'arithmétique dans l'opérande de ^"
2909 #~ msgid "suggest parentheses around comparison in operand of ^"
2910 #~ msgstr "parenthèses suggérées autour de la comparaison dans l'opérande de ^"
2912 #~ msgid "suggest parentheses around + or - in operand of &"
2913 #~ msgstr "parenthèses suggérées autour de + ou - dans l'opérande de &"
2915 #~ msgid "suggest parentheses around comparison in operand of &"
2916 #~ msgstr "parenthèses suggérées autour de la comparaison dans l'opérande de &"
2918 #~ msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2919 #~ msgstr "les comparaisons telles que X<=Y<=Z n'ont pas de signification mathématique"
2921 #~ msgid "pointer of type `void *' used in subtraction"
2922 #~ msgstr "pointeur de type « void * » utilisé dans une soustraction"
2924 #~ msgid "pointer to a function used in subtraction"
2925 #~ msgstr "pointeur vers un fonction utilisé dans une soustraction"
2927 #~ msgid "wrong type argument to unary plus"
2928 #~ msgstr "type d'argument erroné pour le plus unaire"
2930 #~ msgid "wrong type argument to unary minus"
2931 #~ msgstr "type d'argument erroné pour le moins unaire"
2933 #~ msgid "ISO C does not support `~' for complex conjugation"
2934 #~ msgstr "ISO C ne permet pas d'utiliser « ~ » pour le complexe conjugué"
2936 #~ msgid "wrong type argument to bit-complement"
2937 #~ msgstr "type d'argument erroné pour un complément de bit"
2939 #~ msgid "wrong type argument to abs"
2940 #~ msgstr "type d'argument erroné pour abs"
2942 #~ msgid "wrong type argument to conjugation"
2943 #~ msgstr "type d'argument erroné pour la conjugaison"
2945 #~ msgid "wrong type argument to unary exclamation mark"
2946 #~ msgstr "type d'argument erroné pour le point d'exclamation unaire"
2948 #~ msgid "ISO C does not support `++' and `--' on complex types"
2949 #~ msgstr "ISO C ne permet pas « ++ » ni « -- » sur les types complexes"
2951 #~ msgid "wrong type argument to increment"
2952 #~ msgstr "type d'argument erroné pour un incrément"
2954 #~ msgid "wrong type argument to decrement"
2955 #~ msgstr "type d'argument erroné pour un décrément"
2957 #~ msgid "increment of pointer to unknown structure"
2958 #~ msgstr "incrément d'un pointeur vers une structure inconnue"
2960 #~ msgid "decrement of pointer to unknown structure"
2961 #~ msgstr "décrément d'un pointeur vers une structure inconnue"
2963 #~ msgid "invalid lvalue in unary `&'"
2964 #~ msgstr "membre gauche invalide pour le « & » unaire"
2966 #~ msgid "attempt to take address of bit-field structure member `%s'"
2967 #~ msgstr "tentative pour prendre l'adresse du membre « %s » d'une structure de champ de bits"
2969 #~ msgid "use of conditional expressions as lvalues is deprecated"
2970 #~ msgstr "utilisation d'expressions conditionnelles comme lvalues est obsolète"
2972 #~ msgid "use of compound expressions as lvalues is deprecated"
2973 #~ msgstr "utilisation d'expressions composées comme lvalues est obsolète"
2975 #~ msgid "use of cast expressions as lvalues is deprecated"
2976 #~ msgstr "utilisation de transtypage d'expressions comme lvalues est obsolète"
2978 #~ msgid "%s of read-only member `%s'"
2979 #~ msgstr "%s d'un membre en lecture seule « %s »"
2981 #~ msgid "%s of read-only variable `%s'"
2982 #~ msgstr "%s d'une variable en lecture seule « %s »"
2984 #~ msgid "%s of read-only location"
2985 #~ msgstr "%s d'une position en lecture seule"
2987 #~ msgid "cannot take address of bit-field `%s'"
2988 #~ msgstr "ne peut prendre l'adresse du champ de bits « %s »"
2990 #~ msgid "global register variable `%s' used in nested function"
2991 #~ msgstr "variable globale de registre « %s » utilisée dans une fonction imbriquée"
2993 #~ msgid "register variable `%s' used in nested function"
2994 #~ msgstr "variable de registre « %s » utilisée dans une fonction imbriquée"
2996 #~ msgid "address of global register variable `%s' requested"
2997 #~ msgstr "adresse d'une variable registre globale « %s » requise"
2999 #~ msgid "cannot put object with volatile field into register"
3000 #~ msgstr "impossible de mettre un objet avec un champ volatile dans un registre"
3002 #~ msgid "address of register variable `%s' requested"
3003 #~ msgstr "adresse d'une variable registre « %s » requise"
3005 #~ msgid "signed and unsigned type in conditional expression"
3006 #~ msgstr "type signé et non signé dans une expression conditionnelle"
3008 #~ msgid "ISO C forbids conditional expr with only one void side"
3009 #~ msgstr "ISO C interdit une expression conditionnelle dont un seul côté est « void »"
3011 #~ msgid "ISO C forbids conditional expr between `void *' and function pointer"
3012 #~ msgstr "ISO C interdit une expression conditionnelle entre « void * » et un pointeur de fonction"
3014 #~ msgid "pointer type mismatch in conditional expression"
3015 #~ msgstr "non concordance de type de pointeurs dans un expression conditionnelle"
3017 #~ msgid "pointer/integer type mismatch in conditional expression"
3018 #~ msgstr "non concordance entre pointeur et entier dans une expression conditionnelle"
3020 #~ msgid "type mismatch in conditional expression"
3021 #~ msgstr "non concordance de type dans une expression conditionnelle"
3023 #~ msgid "left-hand operand of comma expression has no effect"
3024 #~ msgstr "l'opérande à gauche de la virgule n'a pas d'effet"
3026 #~ msgid "cast specifies array type"
3027 #~ msgstr "le transtypage spécifie un type de tableau"
3029 #~ msgid "cast specifies function type"
3030 #~ msgstr "le transtypage spécifie un type de fonction"
3032 #~ msgid "ISO C forbids casting nonscalar to the same type"
3033 #~ msgstr "ISO C interdit le transtypage d'un type non scalaire vers lui-même"
3035 #~ msgid "ISO C forbids casts to union type"
3036 #~ msgstr "ISO C interdit le transtypage vers un type union"
3038 #~ msgid "cast to union type from type not present in union"
3039 #~ msgstr "transtypage vers un type union depuis un type absent de l'union"
3041 #~ msgid "cast adds new qualifiers to function type"
3042 #~ msgstr "le transtypage ajoute un nouveau qualificateur au type de la fonction"
3044 #~ msgid "cast discards qualifiers from pointer target type"
3045 #~ msgstr "le transtypage annule des qualificateurs du type pointeur ciblé"
3047 #~ msgid "cast increases required alignment of target type"
3048 #~ msgstr "le transtypage augmente l'alignement requis pour le type ciblé"
3050 #~ msgid "cast from pointer to integer of different size"
3051 #~ msgstr "transtypage d'un pointeur vers un entier de taille différente"
3053 #~ msgid "cast does not match function type"
3054 #~ msgstr "le transtypage ne concorde pas avec le type de la fonction"
3056 #~ msgid "cast to pointer from integer of different size"
3057 #~ msgstr "transtypage vers un pointeur depuis un entier de taille différente"
3060 #~ msgid "type-punning to incomplete type might break strict-aliasing rules"
3061 #~ msgstr "type-punning vers un type incomplet peut briser les règles stricte d'aliases"
3064 #~ msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3065 #~ msgstr "déréférencement du pointeur type-punned brisera les strictes d'aliases"
3067 #~ msgid "ISO C forbids conversion of function pointer to object pointer type"
3068 #~ msgstr "ISO C interdit la conversion d'un pointeur de fonction en un type pointeur d'objet"
3070 #~ msgid "ISO C forbids conversion of object pointer to function pointer type"
3071 #~ msgstr "ISO C interdit la conversion d'un pointeur d'objet vers un type de pointeur à une fonction"
3073 #~ msgid "invalid lvalue in assignment"
3074 #~ msgstr "membre gauche de l'affectation invalide"
3076 #~ msgid "assignment"
3077 #~ msgstr "affectation"
3079 #~ msgid "cannot pass rvalue to reference parameter"
3080 #~ msgstr "impossible de passer un membre droit en paramètre par référence"
3082 #~ msgid "%s makes qualified function pointer from unqualified"
3083 #~ msgstr "%s qualifie un pointeur de fonction non qualifié"
3085 #~ msgid "%s discards qualifiers from pointer target type"
3086 #~ msgstr "%s annule des qualificateurs du type du pointeur cible"
3088 #~ msgid "ISO C prohibits argument conversion to union type"
3089 #~ msgstr "ISO C interdit la conversion d'argument en type union"
3091 #~ msgid "ISO C forbids %s between function pointer and `void *'"
3092 #~ msgstr "ISO C interdit %s entre pointeur de fonction et « void * »"
3094 #~ msgid "pointer targets in %s differ in signedness"
3095 #~ msgstr "les cibles des pointeurs dans %s n'ont pas toutes de signe"
3097 #~ msgid "%s from incompatible pointer type"
3098 #~ msgstr "%s d'un type pointeur incompatible"
3100 #~ msgid "invalid use of non-lvalue array"
3101 #~ msgstr "utilisation invalide d'un tableau n'étant pas membre gauche"
3103 #~ msgid "%s makes pointer from integer without a cast"
3104 #~ msgstr "%s transforme un entier en pointeur sans transtypage"
3106 #~ msgid "%s makes integer from pointer without a cast"
3107 #~ msgstr "%s transforme un pointeur en entier sans transtypage"
3109 #~ msgid "incompatible type for argument %d of `%s'"
3110 #~ msgstr "type incompatible pour l'argument n°%d de « %s »"
3112 #~ msgid "incompatible type for argument %d of indirect function call"
3113 #~ msgstr "type incompatible pour l'argument n°%d de l'appel indirect de fonction"
3115 #~ msgid "incompatible types in %s"
3116 #~ msgstr "type incompatibles dans %s"
3118 #~ msgid "passing arg of `%s'"
3119 #~ msgstr "passage des arguments de « %s »"
3121 #~ msgid "passing arg of pointer to function"
3122 #~ msgstr "passage des arguments au pointeur de fonction"
3124 #~ msgid "passing arg %d of `%s'"
3125 #~ msgstr "passage de l'argument n°%d de « %s »"
3127 #~ msgid "passing arg %d of pointer to function"
3128 #~ msgstr "passage de l'argument n°%d au pointeur de fonction"
3130 #~ msgid "traditional C rejects automatic aggregate initialization"
3131 #~ msgstr "le C traditionel rejette l'initialisation automatique d'aggrégats"
3133 #~ msgid "(near initialization for `%s')"
3134 #~ msgstr "(près de l'initialisation de « %s »)"
3136 #~ msgid "char-array initialized from wide string"
3137 #~ msgstr "tableau de caractères initialisé à l'aide d'une chaîne large de caractères"
3139 #~ msgid "int-array initialized from non-wide string"
3140 #~ msgstr "tableau d'entier initialisé à l'aide d'une chaîne non-large"
3142 #~ msgid "initializer-string for array of chars is too long"
3143 #~ msgstr "la chaîne d'initialisation est trop longue pour le tableau de caractères"
3145 #~ msgid "array initialized from non-constant array expression"
3146 #~ msgstr "tableau initialisé à l'aide de l'expression de tableau non constante"
3148 #~ msgid "initializer element is not constant"
3149 #~ msgstr "un élément de l'initialisation n'est pas une constante"
3151 #~ msgid "initialization"
3152 #~ msgstr "initialisation"
3154 #~ msgid "initializer element is not computable at load time"
3155 #~ msgstr "un élément de l'initialisation n'est pas évaluable lors du chargement"
3157 #~ msgid "invalid initializer"
3158 #~ msgstr "initialisation invalide"
3160 #~ msgid "opaque vector types cannot be initialized"
3161 #~ msgstr "type de vecteur opaque ne peut être initialisé"
3163 #~ msgid "extra brace group at end of initializer"
3164 #~ msgstr "groupe d'accolades superflu à la fin de l'initialisation"
3166 #~ msgid "missing braces around initializer"
3167 #~ msgstr "accolades manquantes autour de l'initialisation"
3169 #~ msgid "braces around scalar initializer"
3170 #~ msgstr "accolades autour d'une initialisation de scalaire"
3172 #~ msgid "initialization of flexible array member in a nested context"
3173 #~ msgstr "initialisation d'un membre de tableau flexible dans un contexte imbriqué"
3175 #~ msgid "initialization of a flexible array member"
3176 #~ msgstr "initialisation d'un membre de tableau flexible"
3178 #~ msgid "missing initializer"
3179 #~ msgstr "initialisation manquante"
3181 #~ msgid "empty scalar initializer"
3182 #~ msgstr "initialisation vide de scalaire"
3184 #~ msgid "extra elements in scalar initializer"
3185 #~ msgstr "éléments superflus dans l'initialisation de scalaire"
3187 #~ msgid "initialization designators may not nest"
3188 #~ msgstr "l'initialisation des désignateurs ne doit pas être imbriquée"
3190 #~ msgid "array index in non-array initializer"
3191 #~ msgstr "index de tableau dans l'initialisation de quelque chose n'étant pas un tableau"
3193 #~ msgid "field name not in record or union initializer"
3194 #~ msgstr "nom de champ dans l'initialisation de quelque chose n'étant ni un enregistrement ni une union"
3196 #~ msgid "nonconstant array index in initializer"
3197 #~ msgstr "index de tableau non constant dans l'initialisation"
3199 #~ msgid "array index in initializer exceeds array bounds"
3200 #~ msgstr "index de tableau hors limites lors de l'initialisation"
3202 #~ msgid "empty index range in initializer"
3203 #~ msgstr "borne d'index vide lors de l'initialisation"
3205 #~ msgid "array index range in initializer exceeds array bounds"
3206 #~ msgstr "plage d'index du tableau excédant les bornes lors de l'initialisation"
3208 #~ msgid "unknown field `%s' specified in initializer"
3209 #~ msgstr "champ inconnu « %s » spécifié lors de l'initialisation"
3211 #~ msgid "initialized field with side-effects overwritten"
3212 #~ msgstr "le champ initialisé par effet de bord a été écrasé"
3214 #~ msgid "excess elements in char array initializer"
3215 #~ msgstr "éléments en excès dans l'initialisation de tableau de caractères"
3217 #~ msgid "excess elements in struct initializer"
3218 #~ msgstr "éléments en excès dans l'initialisation de la structure"
3220 #~ msgid "non-static initialization of a flexible array member"
3221 #~ msgstr "initialisation non statique d'un membre de tableau flexible"
3223 #~ msgid "excess elements in union initializer"
3224 #~ msgstr "éléments en excès dans l'initialisation d'union"
3226 #~ msgid "traditional C rejects initialization of unions"
3227 #~ msgstr "le C traditionel rejette l'initialisation d'union"
3229 #~ msgid "excess elements in array initializer"
3230 #~ msgstr "éléments en excès dans l'initialisation de tableau"
3232 #~ msgid "excess elements in vector initializer"
3233 #~ msgstr "éléments en excès dans l'initialisation du vecteur"
3235 #~ msgid "excess elements in scalar initializer"
3236 #~ msgstr "éléments en excès dans l'initialisation d'un scalaire"
3238 #~ msgid "asm template is not a string constant"
3239 #~ msgstr "le canevas asm n'est pas une chaîne de constante"
3241 #~ msgid "invalid lvalue in asm statement"
3242 #~ msgstr "membre gauche invalide avec asm"
3244 #~ msgid "modification by `asm'"
3245 #~ msgstr "modification par « asm »"
3247 #~ msgid "function declared `noreturn' has a `return' statement"
3248 #~ msgstr "fonction déclarée avec « noreturn» utilisant le mot-clé « return »"
3250 #~ msgid "`return' with no value, in function returning non-void"
3251 #~ msgstr "« return » sans valeur dans une fonction retournant autre chose que void"
3253 #~ msgid "`return' with a value, in function returning void"
3254 #~ msgstr "« return » avec une valeur dans une fonction retournant un void"
3259 #~ msgid "function returns address of local variable"
3260 #~ msgstr "cette fonction retourne l'adresse d'une variable locale"
3262 #~ msgid "switch quantity not an integer"
3263 #~ msgstr "quantité du switch n'est pas un entier"
3265 #~ msgid "`long' switch expression not converted to `int' in ISO C"
3266 #~ msgstr "expression « long » du switch non convertie en « int » par ISO C"
3268 #~ msgid "case label not within a switch statement"
3269 #~ msgstr "étiquette de « case » en dehors de tout switch"
3271 #~ msgid "`default' label not within a switch statement"
3272 #~ msgstr "étiquette « default » en dehors de tout switch"
3274 #~ msgid "division by zero"
3275 #~ msgstr "division par zéro"
3277 #~ msgid "right shift count is negative"
3278 #~ msgstr "le compteur de décalage vers la droite est négatif"
3280 #~ msgid "right shift count >= width of type"
3281 #~ msgstr "compteur de décalage vers la droite >= à la largeur du type"
3283 #~ msgid "left shift count is negative"
3284 #~ msgstr "le compteur de décalage vers la gauche est négatif"
3286 #~ msgid "left shift count >= width of type"
3287 #~ msgstr "compteur de décalage vers la gauche >= à la largeur du type"
3289 #~ msgid "shift count is negative"
3290 #~ msgstr "le compteur de décalage est négatif"
3292 #~ msgid "shift count >= width of type"
3293 #~ msgstr "compteur de décalage >= à la largeur du type"
3295 #~ msgid "comparing floating point with == or != is unsafe"
3296 #~ msgstr "comparer des nombres flottants à l'aide de == ou != n'est pas sûr"
3298 #~ msgid "ISO C forbids comparison of `void *' with function pointer"
3299 #~ msgstr "ISO C interdit la comparaison de « void * » avec un pointeur de fonction"
3301 #~ msgid "comparison of distinct pointer types lacks a cast"
3302 #~ msgstr "il manque un transtypage pour comparer des types distincts de pointeur"
3304 #~ msgid "comparison between pointer and integer"
3305 #~ msgstr "comparaison entre un pointeur et un entier"
3307 #~ msgid "ISO C forbids ordered comparisons of pointers to functions"
3308 #~ msgstr "ISO C interdit les comparaisons ordonnées de pointeurs vers des fonctions"
3310 #~ msgid "comparison of complete and incomplete pointers"
3311 #~ msgstr "comparaison de pointeurs complet et incomplet"
3313 #~ msgid "ordered comparison of pointer with integer zero"
3314 #~ msgstr "comparaison ordonnée de pointeur avec le zéro entier"
3316 #~ msgid "unordered comparison on non-floating point argument"
3317 #~ msgstr "comparaison non ordonnée sur un argument n'étant pas en virgule flottante"
3319 #~ msgid "comparison between signed and unsigned"
3320 #~ msgstr "comparaison entre élément signé et élément non signé"
3322 #~ msgid "comparison of promoted ~unsigned with constant"
3323 #~ msgstr "comparaison entre élément promu ~unsigned et une constante"
3325 #~ msgid "comparison of promoted ~unsigned with unsigned"
3326 #~ msgstr "comparaison entre élément promu ~unsigned et un élément non signé"
3328 #~ msgid "%Jinlining failed in call to '%F'"
3329 #~ msgstr "%Jenlignage a échoué dans l'appel à « %F »"
3331 #~ msgid "called from here"
3332 #~ msgstr "appelé d'ici"
3334 #~ msgid "%Jcan't inline call to '%F'"
3335 #~ msgstr "%Jimpossible d'enligner l'appel à « %F »"
3337 #~ msgid "ignoring return value of `%D', declared with attribute warn_unused_result"
3338 #~ msgstr "valeur à retourner « %D » ignorée, déclaré avec l'attribut warn_unused_result"
3340 #~ msgid "ignoring return value of function declared with attribute warn_unused_result"
3341 #~ msgstr "valeur à retourner d'une fonction ignorée, déclaré avec l'attribut warn_unused_result"
3343 #~ msgid "function call has aggregate value"
3344 #~ msgstr "l'appel de fonction a une valeur d'aggrégat"
3346 #~ msgid "bb %d on wrong place"
3347 #~ msgstr "bb %d au mauvais endroit"
3349 #~ msgid "prev_bb of %d should be %d, not %d"
3350 #~ msgstr "prev_bb de %d devrait être %d, pas %d"
3352 #~ msgid "verify_flow_info: Wrong count of block %i %i"
3353 #~ msgstr "verify_flow_info: Nombre de blocs erroné %i %i"
3355 #~ msgid "verify_flow_info: Wrong frequency of block %i %i"
3356 #~ msgstr "verify_flow_info: Fréquence de blocs erronée %i %i"
3358 #~ msgid "verify_flow_info: Duplicate edge %i->%i"
3359 #~ msgstr "verify_flow_info: arrête dupliquée %i->%i"
3361 #~ msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3362 #~ msgstr "verify_flow_info: probabilité de l'arrête %i->%i %i erronée"
3364 #~ msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3365 #~ msgstr "verify_flow_info: Mauvais nombre d'arrête %i->%i %i"
3367 #~ msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3368 #~ msgstr "verify_flow_info: l'arrête succ du bloc de base %d est corrompue"
3370 #~ msgid "Wrong amount of branch edges after unconditional jump %i"
3371 #~ msgstr "Mauvais nombre d'arrêtes de branchement après le branchement inconditionnel %i"
3373 #~ msgid "basic block %d pred edge is corrupted"
3374 #~ msgstr "arrête pred du bloc de base %d corrompue"
3376 #~ msgid "basic block %i edge lists are corrupted"
3377 #~ msgstr "les listes d'arrêtes du bloc de base %i sont corrompues"
3379 #~ msgid "verify_flow_info failed"
3380 #~ msgstr "verify_flow_info a échoué"
3382 #~ msgid "Size of loop %d should be %d, not %d."
3383 #~ msgstr "La taille de la boucle %d devrait être %d, et non %d."
3386 #~ msgid "Bb %d do not belong to loop %d."
3387 #~ msgstr "Bb %d n'appartient pas à la boucle %d."
3389 #~ msgid "Loop %d's header does not have exactly 2 entries."
3390 #~ msgstr "L'en-tête de la boucle %d n'a pas exactement 2 entrées."
3392 #~ msgid "Loop %d's latch does not have exactly 1 successor."
3393 #~ msgstr "Le verrou %d de la boucle n'a pas exactement 1 successeur."
3395 #~ msgid "Loop %d's latch does not have header as successor."
3396 #~ msgstr "Le verrou %d de la boucle n'a pas une en-tête comme successeur."
3398 #~ msgid "Loop %d's latch does not belong directly to it."
3399 #~ msgstr "Le verrou %d de la boucle ne lui appartient pas directement."
3401 #~ msgid "Loop %d's header does not belong directly to it."
3402 #~ msgstr "L'entête de la boucle %d ne lui appartient pas directement."
3404 #~ msgid "Loop %d's latch is marked as part of irreducible region."
3405 #~ msgstr "Le verrou %d de la boucle est défini comme faisant partie d'une zone irréductible"
3407 #~ msgid "Basic block %d should be marked irreducible."
3408 #~ msgstr "bloc de base %d devrait être marqué irréductible."
3410 #~ msgid "Basic block %d should not be marked irreducible."
3411 #~ msgstr "bloc de base %d ne devrait pas être marqué irréductible."
3413 #~ msgid "Edge from %d to %d should be marked irreducible."
3414 #~ msgstr "Bordures à partir de %d à %d devraient être marqués irréductibles."
3416 #~ msgid "Edge from %d to %d should not be marked irreducible."
3417 #~ msgstr "Bordures à partir de %d à %d ne devraient être marquées irréductibles."
3419 #~ msgid "end insn %d for block %d not found in the insn stream"
3420 #~ msgstr "fin insn %d du bloc %d n'a pas été repéré dans le flot insn"
3422 #~ msgid "insn %d is in multiple basic blocks (%d and %d)"
3423 #~ msgstr "insn %d est dans de multiples blocs de base (%d et %d)"
3425 #~ msgid "head insn %d for block %d not found in the insn stream"
3426 #~ msgstr "en-tête insn %d du bloc %d n'a pas été repérée dans le flot insn"
3428 #~ msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"
3429 #~ msgstr "verify_flow_info: REG_BR_PROB ne correspond pas à la config %wi %i"
3431 #~ msgid "Missing REG_EH_REGION note in the end of bb %i"
3432 #~ msgstr "REG_EH_REGION note manquante à la fin du bb %i"
3434 #~ msgid "Too many outgoing branch edges from bb %i"
3435 #~ msgstr "Trop d'arrêtes de branchement sortantes dans le bb %i"
3437 #~ msgid "Fallthru edge after unconditional jump %i"
3438 #~ msgstr "Arrête fallthru après le branchement inconditionnel %i"
3440 #~ msgid "Wrong amount of branch edges after conditional jump %i"
3441 #~ msgstr "Mauvais nombre d'arrêtes de branchement après le branchement conditionnel %i"
3443 #~ msgid "Call edges for non-call insn in bb %i"
3444 #~ msgstr "Arrêtes d'appel pour un insn n'étant pas d'appel dans le bb %i"
3446 #~ msgid "Abnormal edges for no purpose in bb %i"
3447 #~ msgstr "Arrête anormale sans but dans le bb %i"
3449 #~ msgid "insn %d inside basic block %d but block_for_insn is NULL"
3450 #~ msgstr "insn %d à l'intérieur du bloc de base %d mais block_for_insn est NULL"
3452 #~ msgid "insn %d inside basic block %d but block_for_insn is %i"
3453 #~ msgstr "insn %d à l'intérieur du bloc de base %d mais block_for_insn est %i"
3455 #~ msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3456 #~ msgstr "NOTE_INSN_BASIC_BLOCK manquant pour le bloc %d"
3458 #~ msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3459 #~ msgstr "NOTE_INSN_BASIC_BLOCK %d au milieu du bloc de base %d"
3461 #~ msgid "in basic block %d:"
3462 #~ msgstr "dans le bloc de base %d :"
3464 #~ msgid "flow control insn inside a basic block"
3465 #~ msgstr "insn de contrôle de flot à l'intérieur d'un bloc de base"
3467 #~ msgid "missing barrier after block %i"
3468 #~ msgstr "barrière manquante après le boc %i"
3470 #~ msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3471 #~ msgstr "verify_flow_info: blocs incorrects pour le fallthru %i->%i"
3473 #~ msgid "verify_flow_info: Incorrect fallthru %i->%i"
3474 #~ msgstr "verify_flow_info: fallthru incorrect %i->%i"
3476 #~ msgid "wrong insn in the fallthru edge"
3477 #~ msgstr "insn erronée dans l'arrête fallthru"
3479 #~ msgid "basic blocks not laid down consecutively"
3480 #~ msgstr "les blocs de base ne se suivent pas consécutivement"
3482 #~ msgid "insn outside basic block"
3483 #~ msgstr "insn à l'extérieur de tout bloc de base"
3485 #~ msgid "return not followed by barrier"
3486 #~ msgstr "return n'est pas suivi d'une barrière"
3489 # bb est une abréviation courante dans cette partie du fichier pour « basic block »
3490 #~ msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3491 #~ msgstr "nombre de bb noté dans la chaîne d'insn (%d) != n_basic_blocks (%d)"
3493 #~ msgid "function body not available"
3494 #~ msgstr "corps de la fonction n'est pas disponible"
3496 #~ msgid "redefined extern inline functions are not considered for inlining"
3497 #~ msgstr "fonctions externes enlignes redéfinies n'ont pas été retenues pour l'enlignage"
3499 #~ msgid "function not considered for inlining"
3500 #~ msgstr "fonction n'a pas été retenue pour l'enlignage"
3502 #~ msgid "function not inlinable"
3503 #~ msgstr "fonction ne peut être enligne"
3505 #~ msgid "%D renamed after being referenced in assembly"
3506 #~ msgstr "« %D » renommé après avoir été référencé durant l'assemblage"
3508 #~ msgid "--param large-function-growth limit reached"
3509 #~ msgstr "--param large-function-growth limite atteinte"
3511 #~ msgid "--param large-function-growth limit reached while inlining the caller"
3512 #~ msgstr "--param large-function-growth limite atteinte lors de l'enlignage de l'appelant"
3514 #~ msgid "--param max-inline-insns-single limit reached"
3515 #~ msgstr "--param max-inline-insns-single limite atteinte"
3517 #~ msgid "--param max-inline-insns-single limit reached after inlining into the callee"
3518 #~ msgstr "--param max-inline-insns-single limite atteinte après l'enlignage dans l'appellé"
3520 #~ msgid "--param inline-unit-growth limit reached"
3521 #~ msgstr "--param inline-unit-growth limite atteinte"
3523 #~ msgid "recursive inlining"
3524 #~ msgstr "enlignage récursif"
3526 #~ msgid "internal error"
3527 #~ msgstr "erreur interne"
3529 #~ msgid "no arguments"
3530 #~ msgstr "pas d'argument"
3534 #~ msgstr "fopen() %s"
3537 #~ msgid "fclose %s"
3538 #~ msgstr "fclose() %s"
3540 #~ msgid "collect2 version %s"
3541 #~ msgstr "collect2 version %s"
3543 #~ msgid "%d constructor(s) found\n"
3544 #~ msgstr "%d constructeur(s) trouvé(s)\n"
3546 #~ msgid "%d destructor(s) found\n"
3547 #~ msgstr "%d destructeur(s) trouvé(s)\n"
3549 #~ msgid "%d frame table(s) found\n"
3550 #~ msgstr "%d table(s) de trame trouvée(s)\n"
3552 #~ msgid "%s terminated with signal %d [%s]%s"
3553 #~ msgstr "%s terminé par le signal %d [%s]%s"
3555 #~ msgid "%s returned %d exit status"
3556 #~ msgstr "%s a retourné %d comme valeur de sortie"
3558 #~ msgid "[cannot find %s]"
3559 #~ msgstr "[%s introuvable]"
3561 #~ msgid "cannot find `%s'"
3562 #~ msgstr "« %s » introuvable"
3564 #~ msgid "redirecting stdout: %s"
3565 #~ msgstr "redirection de stdout : %s"
3568 #~ msgid "[Leaving %s]\n"
3569 #~ msgstr "[Laissant %s]\n"
3573 #~ "write_c_file - output name is %s, prefix is %s\n"
3576 #~ "write_c_file - le nom de sortie est %s, le préfixe est %s\n"
3578 #~ msgid "cannot find `nm'"
3579 #~ msgstr "« nm » introuvable"
3590 #~ msgid "dup2 %d 1"
3591 #~ msgstr "dup2 %d 1"
3595 #~ msgstr "close %d"
3599 #~ msgstr "execv %s"
3601 #~ msgid "init function found in object %s"
3602 #~ msgstr "fonction init trouvée dans l'objet %s"
3604 #~ msgid "fini function found in object %s"
3605 #~ msgstr "fonction fini() trouvée dans l'objet %s"
3611 #~ msgid "unable to open file '%s'"
3612 #~ msgstr "impossible d'ouvrir le fichier « %s »"
3614 #~ msgid "unable to stat file '%s'"
3615 #~ msgstr "impossible d'analyser le fichier « %s » avec stat()"
3617 #~ msgid "unable to mmap file '%s'"
3618 #~ msgstr "incpable de projeter en mémoire le fichier « %s » avec nmap()"
3620 #~ msgid "not found\n"
3621 #~ msgstr "introuvable\n"
3623 #~ msgid "dynamic dependency %s not found"
3624 #~ msgstr "dépendance dynamique %s introuvable"
3626 #~ msgid "bad magic number in file '%s'"
3627 #~ msgstr "le nombre magique du fichier « %s » est erroné"
3629 #~ msgid "dynamic dependencies.\n"
3630 #~ msgstr "dépendances dynamiques.\n"
3632 #~ msgid "cannot find `ldd'"
3633 #~ msgstr "« ldd » introuvable"
3637 #~ "ldd output with constructors/destructors.\n"
3640 #~ "sortie de ldd avec constructeurs/destructeurs.\n"
3642 #~ msgid "unable to open dynamic dependency '%s'"
3643 #~ msgstr "incapable d'ouvrir la dépendance dynamique « %s »"
3645 #~ msgid "%s: not a COFF file"
3646 #~ msgstr "%s : n'est pas un fichier COFF"
3648 #~ msgid "%s: cannot open as COFF file"
3649 #~ msgstr "%s : ne peut ouvrir en tant que fichier COFF"
3652 #~ msgid "library lib%s not found"
3653 #~ msgstr "bibliothèque lib%s introuvable"
3656 #~ ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
3657 #~ ";; %d successes.\n"
3660 #~ ";; Statistiques du combinateur : %d tentatives, %d substitutions (%d requérant un nouvel espace),\n"
3661 #~ ";; %d succès.\n"
3666 #~ ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
3667 #~ ";; %d successes.\n"
3670 #~ ";; Totaux du combinateur : %d tentatives, %d substitutions (%d requérant un nouvel espace),\n"
3671 #~ ";; %d succès.\n"
3674 #~ msgid "cannot convert to a pointer type"
3675 #~ msgstr "ne peut convertir en un type pointeur"
3677 #~ msgid "pointer value used where a floating point value was expected"
3678 #~ msgstr "valeur de pointeur utilisée là où une valeur à virgule flottante était attendue"
3680 #~ msgid "aggregate value used where a float was expected"
3681 #~ msgstr "valeur d'aggrégat utilisée là où un flottant était attendu"
3683 #~ msgid "conversion to incomplete type"
3684 #~ msgstr "conversion vers un type incomplet"
3686 #~ msgid "can't convert between vector values of different size"
3687 #~ msgstr "ne peut convertir entre des valeurs de vecteurs de tailles différentes"
3689 #~ msgid "aggregate value used where an integer was expected"
3690 #~ msgstr "valeur d'aggrégat utilisée là où un entier était attendu"
3692 #~ msgid "pointer value used where a complex was expected"
3693 #~ msgstr "valeur de pointeur utilisée là où un complexe était attendu"
3695 #~ msgid "aggregate value used where a complex was expected"
3696 #~ msgstr "valeur d'aggrégat utilisée là où un complexe était attendu"
3698 #~ msgid "can't convert value to a vector"
3699 #~ msgstr "ne peut convertir une valeur en vecteur"
3701 #~ msgid "`%s' is not a gcov data file"
3702 #~ msgstr "« %s » n'est pas un fichier de données gcov"
3704 #~ msgid "`%s' is version `%.4s', expected version `%.4s'"
3705 #~ msgstr "« %s » est de version « %.4s », version « %.4s » attendue"
3707 #~ msgid "coverage mismatch for function %u while reading execution counters."
3708 #~ msgstr "non concordance de la couverture pour la fonction %u lors de la lecture des compteurs d'exécution"
3710 #~ msgid "checksum is %x instead of %x"
3711 #~ msgstr "somme de contrôle est %x au lieu de %x"
3713 #~ msgid "number of counters is %d instead of %d"
3714 #~ msgstr "nombre de compteurs est %d au lieu de %d"
3716 #~ msgid "cannot merge separate %s counters for function %u"
3717 #~ msgstr "ne peut faire la fusion séparée des compteurs %s pour la fonction %u"
3719 #~ msgid "`%s' has overflowed"
3720 #~ msgstr "« %s » a déborbé"
3722 #~ msgid "`%s' is corrupted"
3723 #~ msgstr "« %s » est corrompu"
3725 #~ msgid "file %s not found, execution counts assumed to be zero"
3726 #~ msgstr "fichier %s non repéré, compteur d'exécution assumé être à zéro"
3728 #~ msgid "no coverage for function '%s' found."
3729 #~ msgstr "pas de couverture repérée pour la fonction « %s »"
3731 #~ msgid "coverage mismatch for function '%s' while reading counter '%s'."
3732 #~ msgstr "non concordance de la couverture pour la fonction « %s » lors de la lecture des compteurs d'exécution « %s »"
3734 #~ msgid "cannot open %s"
3735 #~ msgstr "ne peut ouvrir %s"
3737 #~ msgid "error writing `%s'"
3738 #~ msgstr "erreur d'écriture dans %s"
3740 #~ msgid "\"%s\" is not a valid option to the preprocessor"
3741 #~ msgstr "« %s » n'est pas une option valide pour le préprocesseur"
3743 #~ msgid "too many input files"
3744 #~ msgstr "trop de fichiers d'entrée"
3746 # FIXME: Initialisé, ou ensembles?
3747 #~ msgid ";; Processing block from %d to %d, %d sets.\n"
3748 #~ msgstr ";; traitement du bloc de %d à %d, %d initialisés.\n"
3750 #~ msgid "%s:%d: confused by earlier errors, bailing out\n"
3751 #~ msgstr "%s:%d: embrouillé par les erreurs précédentes, abandon\n"
3753 #~ msgid "compilation terminated.\n"
3754 #~ msgstr "compilation terminée.\n"
3757 #~ msgid "Internal compiler error: Error reporting routines re-entered.\n"
3758 #~ msgstr "erreur interne au compilateur : routine de rapport d'erreur préemptée.\n"
3760 #~ msgid "in %s, at %s:%d"
3761 #~ msgstr "dans %s, à %s:%d"
3764 #~ msgid "dominator of %d should be %d, not %d"
3765 #~ msgstr "le dominateur de %d devrait être %d, et non %d"
3767 #~ msgid "DW_LOC_OP %s not implemented\n"
3768 #~ msgstr "DW_LOC_OP %s n'est pas implanté\n"
3770 #~ msgid "can't access real part of complex value in hard register"
3771 #~ msgstr "ne peut accéder à la partie réelle d'une valeur complexe dans un registre matériel"
3773 #~ msgid "can't access imaginary part of complex value in hard register"
3774 #~ msgstr "ne peut accéder à la partie imaginaire d'une valeur complexe dans un registre matériel"
3776 #~ msgid "Invalid rtl sharing found in the insn"
3777 #~ msgstr "partage rtl invalide repéré dans l'insn"
3779 #~ msgid "Shared rtx"
3780 #~ msgstr "rtx partagé"
3782 #~ msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
3783 #~ msgstr "ICE : emit_insn utilisé là où emit_jump_insn était attendu :\n"
3785 #~ msgid "abort in %s, at %s:%d"
3786 #~ msgstr "abandon dans %s, à %s:%d"
3788 #~ msgid "exception handling disabled, use -fexceptions to enable"
3789 #~ msgstr "traitement des exceptions désactivé, utiliser -fexceptions pour l'activer"
3791 #~ msgid "argument of `__builtin_eh_return_regno' must be constant"
3792 #~ msgstr "l'argument de « __builtin_eh_return_regno » doit être une constante"
3794 #~ msgid "__builtin_eh_return not supported on this target"
3795 #~ msgstr "« __builtin_eh_return » n'est pas possible sur cette cible"
3798 #~ msgid "stack limits not supported on this target"
3799 #~ msgstr "les limites de la pile ne sont pas supportées sur cette cible"
3801 #~ msgid "function using short complex types cannot be inline"
3802 #~ msgstr "un foncton utilisant un type « complex short » ne peut être enligne"
3804 #~ msgid "%Jprior parameter's size depends on '%D'"
3805 #~ msgstr "%Jtaille du paramètre précédent dépend de « %D »"
3807 #~ msgid "returned value in block_exit_expr"
3808 #~ msgstr "valeur retournée dans block_exit_expr"
3810 #~ msgid "cannot take the address of an unaligned member"
3811 #~ msgstr "ne peut prendre l'adresse d'un membre non aligné"
3813 #~ msgid "negative insn length"
3814 #~ msgstr "longueur négative insn"
3816 #~ msgid "could not split insn"
3817 #~ msgstr "n'a pu séparer insn"
3819 #~ msgid "invalid `asm': "
3820 #~ msgstr "« asm » invalide: "
3822 #~ msgid "nested assembly dialect alternatives"
3823 #~ msgstr "assemblage de dialectes alternatifs imbriqués"
3825 #~ msgid "unterminated assembly dialect alternative"
3826 #~ msgstr "assemblage de dialectes alternatifs non terminé"
3828 #~ msgid "operand number missing after %%-letter"
3829 #~ msgstr "numéro d'opérande manquant après %%-letter"
3831 #~ msgid "operand number out of range"
3832 #~ msgstr "nombre d'opérandes hors limite"
3834 #~ msgid "invalid %%-code"
3835 #~ msgstr "%%-code est invalide"
3837 #~ msgid "`%%l' operand isn't a label"
3838 #~ msgstr "opérande « %%l » n'est pas une étiquette"
3840 #~ msgid "floating constant misused"
3841 #~ msgstr "constante flottante mal utilisée"
3843 #~ msgid "invalid expression as operand"
3844 #~ msgstr "expression invalide comme opérande"
3846 #~ msgid "function might be possible candidate for attribute `noreturn'"
3847 #~ msgstr "fonction peut être une possible candidate pour l'attribut « norreturn »"
3849 #~ msgid "`noreturn' function does return"
3850 #~ msgstr "fonction avec « noreturn » effectue des retour"
3852 #~ msgid "control reaches end of non-void function"
3853 #~ msgstr "contrôle a atteint la fin non void de la fonction"
3855 #~ msgid "Attempt to delete prologue/epilogue insn:"
3856 #~ msgstr "Tentative pour détruire le prologue/épilogue insn:"
3858 #~ msgid "comparison is always %d due to width of bit-field"
3859 #~ msgstr "comparaison est toujours %d en raison de la largeur du champ de bits"
3861 #~ msgid "comparison is always %d"
3862 #~ msgstr "comparaison est toujours %d"
3864 #~ msgid "`or' of unmatched not-equal tests is always 1"
3865 #~ msgstr "« or » de tests non pairé de non égalité est troujours 1"
3867 #~ msgid "`and' of mutually exclusive equal-tests is always 0"
3868 #~ msgstr "« and » de tests d'égalité mutuellement exclusifs est toujours 0"
3870 #~ msgid "fold check: original tree changed by fold"
3871 #~ msgstr "vérification fold: arbre originale modifié par fold"
3873 #~ msgid "%Jsize of variable '%D' is too large"
3874 #~ msgstr "%Jtaille de la variable « %D » est trop grande"
3876 #~ msgid "impossible constraint in `asm'"
3877 #~ msgstr "contrainte impossible dans « asm »"
3879 #~ msgid "%J'%D' might be used uninitialized in this function"
3880 #~ msgstr "%J« %D » pourrait être utilisé sans être initialisé dans cette fonction"
3882 #~ msgid "%Jvariable '%D' might be clobbered by `longjmp' or `vfork'"
3883 #~ msgstr "%Jvariable « %D » pourrait être maltraitée par un «longjmp» ou un «vfork »"
3885 #~ msgid "%Jargument '%D' might be clobbered by `longjmp' or `vfork'"
3886 #~ msgstr "%Jargument « %D » pourrait être maltraitée par un «longjmp» ou un «vfork »"
3888 #~ msgid "function returns an aggregate"
3889 #~ msgstr "fonction retourne un aggrégat"
3891 #~ msgid "%Junused parameter '%D'"
3892 #~ msgstr "%Jparamètre « %D » inutilisé"
3894 #~ msgid "ambiguous abbreviation %s"
3895 #~ msgstr "abréviation %s est ambiguë"
3897 #~ msgid "incomplete `%s' option"
3898 #~ msgstr "option « %s » est incomplète"
3900 #~ msgid "missing argument to `%s' option"
3901 #~ msgstr "argument manquant à l'option « %s »"
3903 #~ msgid "extraneous argument to `%s' option"
3904 #~ msgstr "argument superflu à l'option « %s »"
3906 #~ msgid "Using built-in specs.\n"
3907 #~ msgstr "Utilisation des specs internes.\n"
3910 #~ "Setting spec %s to '%s'\n"
3913 #~ "Initialisation des spec %s à « %s »\n"
3916 #~ msgid "Reading specs from %s\n"
3917 #~ msgstr "Lecture des spécification à partir de %s\n"
3919 #~ msgid "specs %%include syntax malformed after %ld characters"
3920 #~ msgstr "syntaxe des specs %%include mal composée après %ld caractères"
3922 #~ msgid "could not find specs file %s\n"
3923 #~ msgstr "ne peut repérer le fichiers des specs %s\n"
3925 #~ msgid "specs %%rename syntax malformed after %ld characters"
3926 #~ msgstr "specs de la syntaxe %%rename mal composées après %ld caractères"
3928 #~ msgid "specs %s spec was not found to be renamed"
3929 #~ msgstr "specs de la spécification %s n'a pas été trouvé pour être renommer"
3931 #~ msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
3932 #~ msgstr "%s: tentative pour renommner la spécification « %s » à un spécification « %s » déjà définie"
3934 #~ msgid "rename spec %s to %s\n"
3935 #~ msgstr "renommé les specs %s à %s\n"
3941 #~ "spec est « %s »\n"
3944 #~ msgid "specs unknown %% command after %ld characters"
3945 #~ msgstr "specs inconnus de la commande %% après %ld caractères"
3947 #~ msgid "specs file malformed after %ld characters"
3948 #~ msgstr "fichier de specs mal composé après %ld caractères"
3950 #~ msgid "spec file has no spec for linking"
3951 #~ msgstr "fichier de specs n'a pas de spécification pour l'édition de liens"
3953 #~ msgid "-pipe not supported"
3954 #~ msgstr "-pipe n'est pas supporté"
3958 #~ "Go ahead? (y or n) "
3961 #~ "Aller de l'avant? (y ou n) "
3964 #~ "Internal error: %s (program %s)\n"
3965 #~ "Please submit a full bug report.\n"
3966 #~ "See %s for instructions."
3968 #~ "Erreur internal error: %s (programme %s)\n"
3969 #~ "SVP soumettre un rapport complet d'anomalies.\n"
3970 #~ "Consulter %s pour les instructions."
3972 #~ msgid "# %s %.2f %.2f\n"
3973 #~ msgstr "# %s %.2f %.2f\n"
3975 #~ msgid "Usage: %s [options] file...\n"
3976 #~ msgstr "Usage: %s [options] fichier...\n"
3978 #~ msgid "Options:\n"
3979 #~ msgstr "Options:\n"
3981 #~ msgid " -pass-exit-codes Exit with highest error code from a phase\n"
3982 #~ msgstr " -pass-exit-codes quitter avec le plus grand code d'erreur de la phase\n"
3984 #~ msgid " --help Display this information\n"
3985 #~ msgstr " --help afficher l'aide mémoire\n"
3987 #~ msgid " --target-help Display target specific command line options\n"
3988 #~ msgstr " --target-help afficher les options spécifiques de la ligne de commande\n"
3990 #~ msgid " (Use '-v --help' to display command line options of sub-processes)\n"
3991 #~ msgstr " (Utiliser «-v --help» pour afficher les options de la ligne de commande des sous-processus)\n"
3993 #~ msgid " -dumpspecs Display all of the built in spec strings\n"
3994 #~ msgstr " -dumpspecs afficher tous les construits des chaînes de specs\n"
3996 #~ msgid " -dumpversion Display the version of the compiler\n"
3997 #~ msgstr " -dumpversion afficher la version du compilateur\n"
3999 #~ msgid " -dumpmachine Display the compiler's target processor\n"
4000 #~ msgstr " -dumpmachine afficher le processeur ciblé par le compilateur\n"
4002 #~ msgid " -print-search-dirs Display the directories in the compiler's search path\n"
4003 #~ msgstr " -print-search-dirs afficher les répertoires du chemin de recherche du compiltateur\n"
4005 #~ msgid " -print-libgcc-file-name Display the name of the compiler's companion library\n"
4006 #~ msgstr " -print-libgcc-file-name afficher le nom de la bibliothèque compagne du compilateur\n"
4008 #~ msgid " -print-file-name=<lib> Display the full path to library <lib>\n"
4009 #~ msgstr " -print-file-name=<lib> afficher le chemin d'accès complet vers la bibliothèque <lib>\n"
4011 #~ msgid " -print-prog-name=<prog> Display the full path to compiler component <prog>\n"
4012 #~ msgstr " -print-prog-name=<prog> afficher le chemin d'accès complet vers le composant du compilateur <prog>\n"
4014 #~ msgid " -print-multi-directory Display the root directory for versions of libgcc\n"
4015 #~ msgstr " -print-multi-directory afficher la racine du répertoire des version libgcc\n"
4018 #~ " -print-multi-lib Display the mapping between command line options and\n"
4019 #~ " multiple library search directories\n"
4021 #~ " -print-multi-lib Afficher la table de projection entre les options de\n"
4022 #~ " la ligne de commande et les multiples répertoires de\n"
4023 #~ " recherches des bibliothèques\n"
4025 #~ msgid " -print-multi-os-directory Display the relative path to OS libraries\n"
4026 #~ msgstr " -print-multi-os-directory afficher le chemin relatif du répertoire vers les librairies de l'OS\n"
4028 #~ msgid " -Wa,<options> Pass comma-separated <options> on to the assembler\n"
4029 #~ msgstr " -Wa,<options> passer les <options> séparées par des virgules à l'assembleur\n"
4031 #~ msgid " -Wp,<options> Pass comma-separated <options> on to the preprocessor\n"
4032 #~ msgstr " -Wp,<options> passer les <options> séparées par des virgules au préprocesseur\n"
4034 #~ msgid " -Wl,<options> Pass comma-separated <options> on to the linker\n"
4035 #~ msgstr " -Wl,<options> passer les <options> séparées par des virgules à l'éditeur de liens\n"
4037 #~ msgid " -Xassembler <arg> Pass <arg> on to the assembler\n"
4038 #~ msgstr " -Xassembler <arg> passer l'<arg>ument à l'assembleur\n"
4040 #~ msgid " -Xpreprocessor <arg> Pass <arg> on to the preprocessor\n"
4041 #~ msgstr " -Xpreprocessor <arg> passer l'<arg>ument au pré-processeur\n"
4043 #~ msgid " -Xlinker <arg> Pass <arg> on to the linker\n"
4044 #~ msgstr " -Xlinker <argument> passer l'<argument> à l'éditeur de liens\n"
4046 #~ msgid " -save-temps Do not delete intermediate files\n"
4047 #~ msgstr " -save-temps ne pas détruire les fichiers intermédiaires\n"
4049 #~ msgid " -pipe Use pipes rather than intermediate files\n"
4050 #~ msgstr " -pipe utiliser des pipes au lieu de fichiers intermédiares\n"
4052 #~ msgid " -time Time the execution of each subprocess\n"
4053 #~ msgstr " -time mesurer le temps d'exécution de chaque sous-processus\n"
4055 #~ msgid " -specs=<file> Override built-in specs with the contents of <file>\n"
4056 #~ msgstr " -specs=<fichier> écraser les specs internes à l'aide du contenu du <fichier>\n"
4058 #~ msgid " -std=<standard> Assume that the input sources are for <standard>\n"
4059 #~ msgstr " -std=<standard> Présumer que les fichiers sources respectent le <standard>\n"
4061 #~ msgid " -B <directory> Add <directory> to the compiler's search paths\n"
4062 #~ msgstr " -B <répertoire> ajouter le <répertoire> aux chemins de recherche du compilateur\n"
4064 #~ msgid " -b <machine> Run gcc for target <machine>, if installed\n"
4065 #~ msgstr " -b <machine> exécuter gcc pour la <machine> cible, si installé\n"
4067 #~ msgid " -V <version> Run gcc version number <version>, if installed\n"
4068 #~ msgstr " -V <version> exécuter le numéro de <version> de gcc, si installée\n"
4070 #~ msgid " -v Display the programs invoked by the compiler\n"
4071 #~ msgstr " -v afficher les programmes invoqués par le compilateur\n"
4073 #~ msgid " -### Like -v but options quoted and commands not executed\n"
4074 #~ msgstr " -### identique à -v mais les options et les commandes entre guillemets ne sont pas exécutées\n"
4076 #~ msgid " -E Preprocess only; do not compile, assemble or link\n"
4077 #~ msgstr " -E pré-traiter seulement; ne pas compiler, assembler ou éditer les liens\n"
4079 #~ msgid " -S Compile only; do not assemble or link\n"
4080 #~ msgstr " -S compiler seulement; ne pas assembler ou éditer les liens\n"
4082 #~ msgid " -c Compile and assemble, but do not link\n"
4083 #~ msgstr " -S compiler et assembler, mais ne pas éditer les liens\n"
4085 #~ msgid " -o <file> Place the output into <file>\n"
4086 #~ msgstr " -o <fichier> placer la sortie dans le <fichier>\n"
4089 #~ " -x <language> Specify the language of the following input files\n"
4090 #~ " Permissible languages include: c c++ assembler none\n"
4091 #~ " 'none' means revert to the default behavior of\n"
4092 #~ " guessing the language based on the file's extension\n"
4094 #~ " -x <langage> spécifier le langage des fichiers suivants d'entrée\n"
4095 #~ " Les langages permis sont: c c++ assembler none\n"
4096 #~ " « none » signifiant d'utiliser le comportement par défaut\n"
4097 #~ " en tentant d'identifier le langage par l'extension du fichier\n"
4101 #~ "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
4102 #~ " passed on to the various sub-processes invoked by %s. In order to pass\n"
4103 #~ " other options on to these processes the -W<letter> options must be used.\n"
4106 #~ "Options débutant par -g, -f, -m, -O, -W, ou --param sont automatiquement\n"
4107 #~ " passés aux divers sous-processus invoqués par %s. Afin de passer\n"
4108 #~ " les autres options à ces processus l'option -W<lettre> doit être utilisé.\n"
4110 #~ msgid "`-%c' option must have argument"
4111 #~ msgstr "l'option « -%c » requière un argument"
4113 #~ msgid "couldn't run `%s': %s"
4114 #~ msgstr "impossible d'exécuter « %s » : %s"
4116 #~ msgid "%s (GCC) %s\n"
4117 #~ msgstr "%s (GCC) %s\n"
4123 #~ "This is free software; see the source for copying conditions. There is NO\n"
4124 #~ "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
4127 #~ "Ce logiciel est libre; voir les sources pour les conditions de copie. Il n'y a PAS\n"
4128 #~ "GARANTIE; ni implicite pour le MARCHANDAGE ou pour un BUT PARTICULIER.\n"
4131 #~ msgid "argument to `-Xlinker' is missing"
4132 #~ msgstr "argument de «-Xlinker» est manquant"
4134 #~ msgid "argument to `-Xpreprocessor' is missing"
4135 #~ msgstr "argument de « -Xpreprocessor » est manquant"
4137 #~ msgid "argument to `-Xassembler' is missing"
4138 #~ msgstr "argument de « -Xassembler » est manquant"
4140 #~ msgid "argument to `-l' is missing"
4141 #~ msgstr "argument pour « -l » est manquant"
4143 #~ msgid "argument to `-specs' is missing"
4144 #~ msgstr "argument de « -specs » est manquant"
4146 #~ msgid "argument to `-specs=' is missing"
4147 #~ msgstr "argument de «-specs=» est manquant"
4149 #~ msgid "`-%c' must come at the start of the command line"
4150 #~ msgstr "« -%c » doit apparaître au début de la ligne de commande"
4152 #~ msgid "argument to `-B' is missing"
4153 #~ msgstr "argument de « -B » est manquant"
4155 #~ msgid "warning: -pipe ignored because -save-temps specified"
4156 #~ msgstr "AVERTISSEMENT: -pipe ignoré parce que -save-temps a été spécifié"
4158 #~ msgid "warning: -pipe ignored because -time specified"
4159 #~ msgstr "AVERTISSEMENT: -pipe ignoré parce que -time a été spécifié"
4161 #~ msgid "argument to `-x' is missing"
4162 #~ msgstr "argument pour « -x » est manquant"
4164 #~ msgid "argument to `-%s' is missing"
4165 #~ msgstr "argument pour « -%s » est manquant"
4167 #~ msgid "warning: `-x %s' after last input file has no effect"
4168 #~ msgstr "AVERTISSEMENT: « -x %s » après le dernier fichier d'entrée n'a pas d'effet"
4170 #~ msgid "invalid specification! Bug in cc"
4171 #~ msgstr "spécification invalide! Bug dans cc."
4176 #~ msgid "spec failure: '%%*' has not been initialized by pattern match"
4177 #~ msgstr "échec du spec: « %%* » n'a pas été initialisé par concordance du canevas"
4179 #~ msgid "warning: use of obsolete %%[ operator in specs"
4180 #~ msgstr "AVERTISSEMENT: utilisation obsolète de l'opérateur %%[ dans les specs"
4182 #~ msgid "Processing spec %c%s%c, which is '%s'\n"
4183 #~ msgstr "Traitement du spec %c%s%c, lequel est « %s »\n"
4185 #~ msgid "spec failure: unrecognized spec option '%c'"
4186 #~ msgstr "échec de spec: option « %c » de spec non reconnue"
4188 #~ msgid "unknown spec function `%s'"
4189 #~ msgstr "spécification de fonction inconnue « %s »:"
4191 #~ msgid "error in args to spec function `%s'"
4192 #~ msgstr "ERREUR d'arguments pour la spécification de fonction « %s »"
4194 #~ msgid "malformed spec function name"
4195 #~ msgstr "nom de spécification de fonction mal composé"
4197 #~ msgid "no arguments for spec function"
4198 #~ msgstr "aucun argument pour la spécification de fonction"
4200 #~ msgid "malformed spec function arguments"
4201 #~ msgstr "arguments de spécification de fonction mal composés"
4203 #~ msgid "spec failure: more than one arg to SYSROOT_SUFFIX_SPEC."
4204 #~ msgstr "échec de spécification: plus d'un argument à SYSROOT_SUFFIX_SPEC."
4206 #~ msgid "spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC."
4207 #~ msgstr "échec de spécification: plus d'un argument à SYSROOT_HEADERS_SUFFIX_SPEC."
4209 #~ msgid "unrecognized option `-%s'"
4210 #~ msgstr "option « -%s » non reconnue"
4212 #~ msgid "install: %s%s\n"
4213 #~ msgstr "installés: %s%s\n"
4215 #~ msgid "programs: %s\n"
4216 #~ msgstr "programmes: %s\n"
4218 #~ msgid "libraries: %s\n"
4219 #~ msgstr "libraries: %s\n"
4223 #~ "For bug reporting instructions, please see:\n"
4226 #~ "Pour les instructons afin de rapporter des anomales, SVP consulter:\n"
4228 #~ msgid "Configured with: %s\n"
4229 #~ msgstr "Configuré avec: %s\n"
4231 #~ msgid "Thread model: %s\n"
4232 #~ msgstr "Modèle de thread: %s\n"
4234 #~ msgid "gcc version %s\n"
4235 #~ msgstr "version gcc %s\n"
4237 #~ msgid "gcc driver version %s executing gcc version %s\n"
4238 #~ msgstr "version du pilote gcc %s exécutant le version %s de gcc\n"
4240 #~ msgid "no input files"
4241 #~ msgstr "pas de fichier à l'entrée"
4243 #~ msgid "%s: linker input file unused because linking not done"
4244 #~ msgstr "%s: fichier d'entrée d'édition de liens n'est pas utilisé parce l'édition de lien n'a pas été faite"
4246 #~ msgid "cannot specify -o with -c or -S and multiple languages"
4247 #~ msgstr "ne peut spécifier -o avec -c ou -S et de multiples langages"
4249 #~ msgid "%s: %s compiler not installed on this system"
4250 #~ msgstr "%s: %s compilateur n'est pas installé sur ce système"
4252 #~ msgid "language %s not recognized"
4253 #~ msgstr "language %s n'est pas reconnu"
4255 #~ msgid "internal gcc abort"
4256 #~ msgstr "abandon interne de gcc"
4258 #~ msgid "Internal gcov abort.\n"
4259 #~ msgstr "Abandon interne de gcov.\n"
4262 #~ "Usage: gcov [OPTION]... SOURCEFILE\n"
4265 #~ "Usage: gcov [OPTION]... FICHIER-SOURCE\n"
4269 #~ "Print code coverage information.\n"
4272 #~ "Produire les informations de la couverture du code.\n"
4275 #~ msgid " -h, --help Print this help, then exit\n"
4276 #~ msgstr " -h, --help afficher l'aide mémoire\n"
4278 #~ msgid " -v, --version Print version number, then exit\n"
4279 #~ msgstr " -v, --version exécuter le numéro de <version> de gcc, si installée\n"
4281 #~ msgid " -a, --all-blocks Show information for every basic block\n"
4282 #~ msgstr " -a, --all-blocks afficher l'information pour chaque bloc de base\n"
4284 #~ msgid " -b, --branch-probabilities Include branch probabilities in output\n"
4285 #~ msgstr " -b, --branch-probabilities inclure les probabilités de branchement dans la sortie\n"
4288 #~ " -c, --branch-counts Given counts of branches taken\n"
4289 #~ " rather than percentages\n"
4291 #~ " -c, --branch-counts donner le décompte de branchements pris\n"
4292 #~ " plutôt que les pourcentages\n"
4294 #~ msgid " -n, --no-output Do not create an output file\n"
4295 #~ msgstr " -n, --no-output ne créer de fichier de sortie\n"
4298 #~ " -l, --long-file-names Use long output file names for included\n"
4299 #~ " source files\n"
4301 #~ " -l, --long-file-names utiliser des longs noms de fichiers pour\n"
4302 #~ " les fichier sources d'inclusion\n"
4304 #~ msgid " -f, --function-summaries Output summaries for each function\n"
4305 #~ msgstr " -f, --function-summaries produire un sommaire pour chaque fonction\n"
4307 #~ msgid " -o, --object-directory DIR|FILE Search for object files in DIR or called FILE\n"
4308 #~ msgstr " -o, --object-directory RÉP|FICHIERS rechercher les fichiers objets dans le RÉPertoire ou appellés FICHIERS\n"
4310 #~ msgid " -p, --preserve-paths Preserve all pathname components\n"
4311 #~ msgstr " -p, --preserve-paths préserver tous les composants des chemins d'accès\n"
4313 #~ msgid " -u, --unconditional-branches Show unconditional branch counts too\n"
4314 #~ msgstr " -u, --unconditional-branches afficher les compteurs de branchement inconditionnel aussi\n"
4318 #~ "For bug reporting instructions, please see:\n"
4322 #~ "Pour les instructons afin de rapporter des anomales, SVP consulter:\n"
4325 #~ msgid "gcov (GCC) %s\n"
4326 #~ msgstr "gcov (GCC) %s\n"
4329 #~ "This is free software; see the source for copying conditions.\n"
4330 #~ "There is NO warranty; not even for MERCHANTABILITY or \n"
4331 #~ "FITNESS FOR A PARTICULAR PURPOSE.\n"
4334 #~ "Ce logiciel est libre; voir les sources pour les conditions de copie. \n"
4335 #~ "Il n'y a PAS GARANTIE; ni implicite pour le MARCHANDAGE ou\n"
4336 #~ "pour un BUT PARTICULIER.\n"
4339 #~ msgid "%s:no functions found\n"
4340 #~ msgstr "%s: aucune fonction repérée\n"
4346 #~ msgid "%s:creating `%s'\n"
4347 #~ msgstr "%s: création de « %s »\n"
4349 #~ msgid "%s:error writing output file `%s'\n"
4350 #~ msgstr "%s: ERREUR d'écriture dans le fichier de sortie « %s ».\n"
4352 #~ msgid "%s:could not open output file `%s'\n"
4353 #~ msgstr "%s: ne peut ouvrir le fichier de sortie « %s ».\n"
4355 #~ msgid "%s:cannot open graph file\n"
4356 #~ msgstr "%s: ne peut ouvrir le fichier de graphe\n"
4358 #~ msgid "%s:not a gcov graph file\n"
4359 #~ msgstr "%s: n'est pas un fichier de graphe gcov\n"
4361 #~ msgid "%s:version `%.4s', prefer `%.4s'\n"
4362 #~ msgstr "%s:version « %.4s », préfère « %.4s »\n"
4364 #~ msgid "%s:already seen blocks for `%s'\n"
4365 #~ msgstr "%s:blocs déjà vus pour « %s »\n"
4367 #~ msgid "%s:corrupted\n"
4368 #~ msgstr "%s:corrompu\n"
4370 #~ msgid "%s:cannot open data file\n"
4371 #~ msgstr "%s: ne peut ouvrir le fichier de données\n"
4373 #~ msgid "%s:not a gcov data file\n"
4374 #~ msgstr "%s: n'est pas un fichier de données gcov\n"
4376 #~ msgid "%s:version `%.4s', prefer version `%.4s'\n"
4377 #~ msgstr "%s:version « %.4s », préfère la version « %.4s »\n"
4379 #~ msgid "%s:stamp mismatch with graph file\n"
4380 #~ msgstr "%s: estampille ne concorde par avec le fichier de graphe\n"
4382 #~ msgid "%s:unknown function `%u'\n"
4383 #~ msgstr "%s: fonction inconnue « %u »\n"
4385 #~ msgid "%s:profile mismatch for `%s'\n"
4386 #~ msgstr "%s: profile ne concorde pas pour « %s »\n"
4388 #~ msgid "%s:overflowed\n"
4389 #~ msgstr "%s: débordement\n"
4391 #~ msgid "%s:`%s' lacks entry and/or exit blocks\n"
4392 #~ msgstr "%s:« %s » manque de blocs d'entrée et/ou de sortie\n"
4394 #~ msgid "%s:`%s' has arcs to entry block\n"
4395 #~ msgstr "%s:« %s » possède des arcs vers un bloc d'entrée\n"
4397 #~ msgid "%s:`%s' has arcs from exit block\n"
4398 #~ msgstr "%s:« %s » possèdes des arcs à partir du bloc de sortie\n"
4400 #~ msgid "%s:graph is unsolvable for `%s'\n"
4401 #~ msgstr "%s: graphe n'a pas de solution pour « %s »\n"
4403 #~ msgid "%s `%s'\n"
4404 #~ msgstr "%s « %s »\n"
4406 #~ msgid "Lines executed:%s of %d\n"
4407 #~ msgstr "Lignes exécutées: %s de %d\n"
4409 #~ msgid "No executable lines"
4410 #~ msgstr "Auncue ligne exécutable"
4412 #~ msgid "Branches executed:%s of %d\n"
4413 #~ msgstr "Branchements exécutés: %s de %d\n"
4415 #~ msgid "Taken at least once:%s of %d\n"
4416 #~ msgstr "Branchements pris au moins une fois: %s de %d\n"
4418 #~ msgid "No branches\n"
4419 #~ msgstr "Pas de branchement\n"
4421 #~ msgid "Calls executed:%s of %d\n"
4422 #~ msgstr "Appels exécutés: %s de %d\n"
4424 #~ msgid "No calls\n"
4425 #~ msgstr "Pas d'appel\n"
4427 #~ msgid "%s:no lines for `%s'\n"
4428 #~ msgstr "%s: pas de ligne pour « %s »\n"
4430 #~ msgid "call %2d returned %s\n"
4431 #~ msgstr "appel %2d a retourné %s\n"
4433 # FIXME: c'est de l'assembleur ?
4434 #~ msgid "call %2d never executed\n"
4435 #~ msgstr "call %2d n'est jamais été exécuté\n"
4437 #~ msgid "branch %2d taken %s%s\n"
4438 #~ msgstr "branchement %2d a pris %s%s\n"
4440 #~ msgid "branch %2d never executed\n"
4441 #~ msgstr "branchement %2d n'a jamais été exécuté\n"
4443 #~ msgid "unconditional %2d taken %s\n"
4444 #~ msgstr "inconditionnel %2d a pris %s\n"
4446 # FIXME: c'est de l'assembleur ?
4447 #~ msgid "unconditional %2d never executed\n"
4448 #~ msgstr "inconditionnel %2d n'a jamais été exécuté\n"
4450 #~ msgid "%s:cannot open source file\n"
4451 #~ msgstr "%s: ne peut ouvrir le fichier source\n"
4453 #~ msgid "%s:source file is newer than graph file `%s'\n"
4454 #~ msgstr "%s: fichier source est plus récent que le fichier graphe « %s »\n"
4456 #~ msgid "GCSE disabled"
4457 #~ msgstr "GCSE désactivé"
4459 #~ msgid "NULL pointer checks disabled"
4460 #~ msgstr "vérification des pointeurs NULS désactivée"
4462 #~ msgid "jump bypassing disabled"
4463 #~ msgstr "saut d'évitement désactivé"
4465 #~ msgid "%s: %d basic blocks and %d edges/basic block"
4466 #~ msgstr "%s: %d blocs de base et %d blocs edges/basic"
4468 #~ msgid "%s: %d basic blocks and %d registers"
4469 #~ msgstr "%s: %d blocs basic et %d registres"
4471 #~ msgid "can't write PCH file: %m"
4472 #~ msgstr "ne peut écrire le fichier PCH: %m"
4474 #~ msgid "can't get position in PCH file: %m"
4475 #~ msgstr "ne peut obtenir la position dans le fichier PCH: %m"
4477 #~ msgid "can't write padding to PCH file: %m"
4478 #~ msgstr "ne peut écrire de remplissage dans le fichier PCH: %m"
4480 #~ msgid "can't read PCH file: %m"
4481 #~ msgstr "ne peut lire le fichier PCH: %m"
4483 #~ msgid "had to relocate PCH"
4484 #~ msgstr "a dû relocaliser PCH"
4486 #~ msgid "open /dev/zero: %m"
4487 #~ msgstr "ouverture de /dev/zero: %m"
4489 #~ msgid "can't write PCH file"
4490 #~ msgstr "ne peut écrire dans le fichier PCH"
4492 #~ msgid "Generating PCH files is not supported when using ggc-simple.c"
4493 #~ msgstr "Génération des ficheirs PCH n'est pas supporté lors de l'utilisation de ggc-simple.c"
4495 #~ msgid "%s cannot be used in asm here"
4496 #~ msgstr "%s ne peut être utilisé dans asm ici"
4498 #~ msgid "can't open %s: %m"
4499 #~ msgstr "ne peut ouvrir %s: %m"
4501 #~ msgid "fix_sched_param: unknown param: %s"
4502 #~ msgstr "fix_sched_param: paramètre inconnu: %s"
4504 #~ msgid "function cannot be inline"
4505 #~ msgstr "fonction ne pas pas être enligne"
4507 #~ msgid "varargs function cannot be inline"
4508 #~ msgstr "varargs de fonction ne peuvent par être enligne"
4510 #~ msgid "function using alloca cannot be inline"
4511 #~ msgstr "fonction utilisant alloca ne pas pas être enligne"
4513 #~ msgid "function using longjmp cannot be inline"
4514 #~ msgstr "fonction utilisant longjmp ne peut pas être enligne"
4516 #~ msgid "function using setjmp cannot be inline"
4517 #~ msgstr "fonction utilisant setjmp ne peut pas être enligne"
4519 #~ msgid "function uses __builtin_eh_return"
4520 #~ msgstr "fonction utilise « __builtin_eh_return »"
4522 #~ msgid "function with nested functions cannot be inline"
4523 #~ msgstr "fonction avec fonctions imbriquées ne peut pas être enligne"
4525 #~ msgid "function with label addresses used in initializers cannot inline"
4526 #~ msgstr "un fonction avec étiquette d'adresses utilisée pour l'initialisation ne peut pas être enligne (inline)"
4528 #~ msgid "function too large to be inline"
4529 #~ msgstr "fonction trop grande pour être enligne"
4531 #~ msgid "no prototype, and parameter address used; cannot be inline"
4532 #~ msgstr "pas de prototpe, et de adresse de paramètre utilisée; ne peut pas être enligne"
4534 #~ msgid "inline functions not supported for this return value type"
4535 #~ msgstr "fonctions enligne ne peuvent pas être supportées pour ce type de valeur retournée"
4537 #~ msgid "function with varying-size return value cannot be inline"
4538 #~ msgstr "fonction avec une valeur retournée de taille variable ne peut pas être enligne"
4540 #~ msgid "function with varying-size parameter cannot be inline"
4541 #~ msgstr "fonction avec un paramètre de taille variable ne peut pas être enligne"
4543 #~ msgid "function with transparent unit parameter cannot be inline"
4544 #~ msgstr "fonction avec une unité transparente de paramètre ne peut pas être enligne"
4546 #~ msgid "function with computed jump cannot inline"
4547 #~ msgstr "fonction avec un saut calculé ne peut pas être enligne"
4549 #~ msgid "function with nonlocal goto cannot be inline"
4550 #~ msgstr "fonction avec un goto non local ne peut pas être enligne"
4552 #~ msgid "function with target specific attribute(s) cannot be inlined"
4553 #~ msgstr "fonction avec des attributs spécifiques à la cible ne peut pas être enligne"
4555 # FIXME: c'est de l'assembleur ?
4556 #~ msgid "%Hwill never be executed"
4557 #~ msgstr "%Hne sera jamais exécuté"
4559 #~ msgid "This switch lacks documentation"
4560 #~ msgstr "Cette option manque de documentation"
4562 #~ msgid "command line option \"%s\" is valid for %s but not for %s"
4563 #~ msgstr "l'option de la ligne de commande \"%s\" est valide pour %s mais pas pour %s"
4565 #~ msgid "missing argument to \"%s\""
4566 #~ msgstr "argument manquant à \"%s\""
4568 #~ msgid "argument to \"%s\" should be a non-negative integer"
4569 #~ msgstr "argument de \"%s\" doit être un entier non négatif"
4571 #~ msgid "unrecognized command line option \"%s\""
4572 #~ msgstr "option \"%s\" de la ligne de commande non reconnue"
4574 #~ msgid "-Wuninitialized is not supported without -O"
4575 #~ msgstr "-Wuninitialized n'est pas supporté sans -O"
4577 #~ msgid "unrecognized register name \"%s\""
4578 #~ msgstr "nom de registre non reconnue \"%s\""
4580 #~ msgid "unknown tls-model \"%s\""
4581 #~ msgstr "tls-model \"%s\" inconnu"
4583 #~ msgid "-fwritable-strings is deprecated; see documentation for details"
4584 #~ msgstr "-fwritable-strings est obsolète, voir la documentation pour les détails"
4586 #~ msgid "%s: --param arguments should be of the form NAME=VALUE"
4587 #~ msgstr "%s: arguments de --param devrait être de la forme NOM=VALEUR"
4589 #~ msgid "invalid --param value `%s'"
4590 #~ msgstr "valeur de --param invalide « %s »"
4592 #~ msgid "target system does not support debug output"
4593 #~ msgstr "le ssytème cible ne supporte pas la sortie pour mise au point"
4595 #~ msgid "debug format \"%s\" conflicts with prior selection"
4596 #~ msgstr "le format de mise au point \"%s\" entre en conflit avec une sélection précédente"
4598 #~ msgid "unrecognised debug output level \"%s\""
4599 #~ msgstr "niveau de sortie de mise au point non reconnu \"%s\""
4601 #~ msgid "debug output level %s is too high"
4602 #~ msgstr "niveau de sortie de mise au point %s est trop élevé"
4604 #~ msgid "The following options are language-independent:\n"
4605 #~ msgstr "Les options suivantes sont indépendantes du langage:\n"
4608 #~ "The %s front end recognizes the following options:\n"
4611 #~ "L'interface %s reconnaît les options suivantes:\n"
4614 #~ msgid "The --param option recognizes the following as parameters:\n"
4615 #~ msgstr "L'option --param reconnaît les paramètres suivant:\n"
4617 #~ msgid "invalid parameter `%s'"
4618 #~ msgstr "paramètre invalide « %s »"
4620 #~ msgid "corrupted profile info: run_max * runs < sum_max"
4621 #~ msgstr "profile info corrompu: run_max * runs < sum_max"
4623 #~ msgid "corrupted profile info: sum_all is smaller than sum_max"
4624 #~ msgstr "info profile corrompu: sum_all est plus petit que sum_max"
4626 #~ msgid "corrupted profile info: edge from %i to %i exceeds maximal count"
4627 #~ msgstr "info de profilage corrompu: bordure (edge) %i à %i excède le compte maximal"
4629 #~ msgid "corrupted profile info: number of iterations for basic block %d thought to be %i"
4630 #~ msgstr "info de profilage corrompu: nombre d'itérations pour un bloc basic %d devrait être %i"
4632 #~ msgid "corrupted profile info: number of executions for edge %d-%d thought to be %i"
4633 #~ msgstr "info de profilage corrompu: nombre d'exécutions pour bordures (edge) %d-%d devrait être %i"
4635 #~ msgid "%s: internal abort\n"
4636 #~ msgstr "%s: abandon interne\n"
4638 #~ msgid "%s: error writing file `%s': %s\n"
4639 #~ msgstr "%s: erreur d'écriture au fichier « %s »: %s\n"
4641 #~ msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
4642 #~ msgstr "%s: usage « %s [ -VqfnkN ] [ -i <chaîne> ] [ nom-de-fichier ... ] »\n"
4644 #~ msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
4645 #~ msgstr "%s: usage « %s [ -VqfnkNlgC ] [ -B <répertoire> ] [ nom-de-fichier ... ] »\n"
4647 #~ msgid "%s: warning: no read access for file `%s'\n"
4648 #~ msgstr "%s: AVERTISSEMENT: aucun accès en lecture du fichier « %s »\n"
4650 #~ msgid "%s: warning: no write access for file `%s'\n"
4651 #~ msgstr "%s: AVERTISSEMENT: aucun accès en écriture du fichier « %s »\n"
4653 #~ msgid "%s: warning: no write access for dir containing `%s'\n"
4654 #~ msgstr "%s: AVERTISSEMENT: aucun accès en écriture du répertoire contenant « %s »\n"
4656 #~ msgid "%s: invalid file name: %s\n"
4657 #~ msgstr "%s: nom de fichier invalide: %s\n"
4659 #~ msgid "%s: %s: can't get status: %s\n"
4660 #~ msgstr "%s: %s: ne peut obtenir l'état: %s\n"
4664 #~ "%s: fatal error: aux info file corrupted at line %d\n"
4667 #~ "%s: erreur fatale: fichier auxiliaire d'infos à la ligne %d\n"
4669 #~ msgid "%s:%d: declaration of function `%s' takes different forms\n"
4670 #~ msgstr "%s:%d: déclaration de fonction « %s » prend différentes formes\n"
4672 #~ msgid "%s: compiling `%s'\n"
4673 #~ msgstr "%s: en compilation « %s »\n"
4675 #~ msgid "%s: wait: %s\n"
4676 #~ msgstr "%s: en attente: %s\n"
4678 #~ msgid "%s: subprocess got fatal signal %d\n"
4679 #~ msgstr "%s: sous-processus a reçu le signal fatal %d\n"
4681 #~ msgid "%s: %s exited with status %d\n"
4682 #~ msgstr "%s: %s a terminé avec le statut %d\n"
4684 #~ msgid "%s: warning: missing SYSCALLS file `%s'\n"
4685 #~ msgstr "%s: AVERTISSEMENT: fichier des SYSCALLS « %s » est manquant\n"
4687 #~ msgid "%s: can't read aux info file `%s': %s\n"
4688 #~ msgstr "%s: ne peut lire le fichier auxiliaire d'infos « %s »: %s\n"
4690 #~ msgid "%s: can't get status of aux info file `%s': %s\n"
4691 #~ msgstr "%s: ne peut obtenir l'état du fichier auxiliaire d'infos « %s »: %s\n"
4693 #~ msgid "%s: can't open aux info file `%s' for reading: %s\n"
4694 #~ msgstr "%s: ne peut ouvrir le fichier auxiliaire d'infos « %s » en lecture: %s\n"
4696 #~ msgid "%s: error reading aux info file `%s': %s\n"
4697 #~ msgstr "%s: erreur lors de la lecture du fichier auxilaire d'infos « %s »: %s\n"
4699 #~ msgid "%s: error closing aux info file `%s': %s\n"
4700 #~ msgstr "%s: erreur lors de la fermeture du fichier auxiliaire d'infos « %s »: %s\n"
4702 #~ msgid "%s: can't delete aux info file `%s': %s\n"
4703 #~ msgstr "%s: ne peut détruire le fichier auxiliaire d'infos « %s »: %s\n"
4705 #~ msgid "%s: can't delete file `%s': %s\n"
4706 #~ msgstr "%s: ne peut détruire le fichier « %s »: %s\n"
4708 #~ msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
4709 #~ msgstr "%s: AVERTISSEMENT: ne peut renommer le fichier « %s » à « %s »: %s\n"
4711 #~ msgid "%s: conflicting extern definitions of '%s'\n"
4712 #~ msgstr "%s: définitions externes conflictuelles de « %s »\n"
4714 #~ msgid "%s: declarations of '%s' will not be converted\n"
4715 #~ msgstr "%s: déclarations de « %s » ne seront pas converties\n"
4717 #~ msgid "%s: conflict list for '%s' follows:\n"
4718 #~ msgstr "%s: liste conflictuelle pour « %s » suit:\n"
4720 #~ msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
4721 #~ msgstr "%s: AVERTISSEMENT: using la liste des formels de %s(%d) pour la fonction « %s »\n"
4723 #~ msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
4724 #~ msgstr "%s: %d: « %s » utilisé mais manquant dans les SYSCALLS\n"
4726 #~ msgid "%s: %d: warning: no extern definition for `%s'\n"
4727 #~ msgstr "%s: %d: AVERTISSEMENT: pas de définition externe pour « %s »\n"
4729 #~ msgid "%s: warning: no static definition for `%s' in file `%s'\n"
4730 #~ msgstr "%s: AVERTISSEMENT: pas de définition statique pour « %s » dans le fichier« %s »\n"
4732 #~ msgid "%s: multiple static defs of `%s' in file `%s'\n"
4733 #~ msgstr "%s: multiples définitions statiques de « %s » dans le fichier « %s »\n"
4735 #~ msgid "%s: %d: warning: source too confusing\n"
4736 #~ msgstr "%s: %d: AVERTISSEMENT: trop de confusions dans le source\n"
4738 #~ msgid "%s: %d: warning: varargs function declaration not converted\n"
4739 #~ msgstr "%s: %d: AVERTISSEMENT: déclaration de varargs de fonction non convertis\n"
4741 #~ msgid "%s: declaration of function `%s' not converted\n"
4742 #~ msgstr "%s: déclaration de la fonction « %s » non convertie\n"
4744 #~ msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
4745 #~ msgstr "%s: AVERTISSEMENT: trop de paramètres de listes dans la déclaration de « %s »\n"
4749 #~ "%s: warning: too few parameter lists in declaration of `%s'\n"
4752 #~ "%s: AVERTISSEMENT: trop peu de paramètres de listes dans la déclaration de « %s »\n"
4754 #~ msgid "%s: %d: warning: found `%s' but expected `%s'\n"
4755 #~ msgstr "%s: %d: AVERTISSEMENT: a obtenu « %s » mais attendait « %s »\n"
4757 #~ msgid "%s: local declaration for function `%s' not inserted\n"
4758 #~ msgstr "%s: déclaration locale pour la fonction « %s » n'a pas été insérée\n"
4762 #~ "%s: %d: warning: can't add declaration of `%s' into macro call\n"
4765 #~ "%s: %d: AVERTISSEMENT: ne peut ajouter une déclaration de « %s » dans l'appel macro\n"
4767 #~ msgid "%s: global declarations for file `%s' not inserted\n"
4768 #~ msgstr "%s: déclarations globale du fichier « %s » n'ont pas été insérées\n"
4770 #~ msgid "%s: definition of function `%s' not converted\n"
4771 #~ msgstr "%s: définition de la fonction « %s » n'a pas été convertie\n"
4773 #~ msgid "%s: %d: warning: definition of %s not converted\n"
4774 #~ msgstr "%s: %d: AVERTISSEMENT: définition de %s n'a pas été convertie\n"
4776 #~ msgid "%s: found definition of `%s' at %s(%d)\n"
4777 #~ msgstr "%s: définition de « %s » trouvé à %s(%d)\n"
4779 #~ msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
4780 #~ msgstr "%s: %d: AVERTISSEMENT: « %s » exclu par le préprocesseur\n"
4782 #~ msgid "%s: function definition not converted\n"
4783 #~ msgstr "%s: définition de fonction n'a pas été convertie\n"
4785 #~ msgid "%s: `%s' not converted\n"
4786 #~ msgstr "%s: « %s » n'a pas été converti\n"
4788 #~ msgid "%s: would convert file `%s'\n"
4789 #~ msgstr "%s: devrait convertir le fichier « %s »\n"
4791 #~ msgid "%s: converting file `%s'\n"
4792 #~ msgstr "%s: conversion du fichier « %s »\n"
4794 #~ msgid "%s: can't get status for file `%s': %s\n"
4795 #~ msgstr "%s: ne peut obtenur l'état du fichier « %s »: %s\n"
4797 #~ msgid "%s: can't open file `%s' for reading: %s\n"
4798 #~ msgstr "%s: ne peut ouvrir le fichier « %s » en lecture: %s\n"
4802 #~ "%s: error reading input file `%s': %s\n"
4805 #~ "%s: erreur de lecture du fichier d'entrée « %s »: %s\n"
4807 #~ msgid "%s: can't create/open clean file `%s': %s\n"
4808 #~ msgstr "%s: ne peut créer/ouvrir un fichier propre « %s »: %s\n"
4810 #~ msgid "%s: warning: file `%s' already saved in `%s'\n"
4811 #~ msgstr "%s: AVERTISSEMENT: fichier « %s » est déjà sauvegardé dans « %s »\n"
4813 #~ msgid "%s: can't link file `%s' to `%s': %s\n"
4814 #~ msgstr "%s: ne peut lier le fichier « %s » à « %s »: %s\n"
4816 #~ msgid "%s: can't create/open output file `%s': %s\n"
4817 #~ msgstr "%s: ne peut créer/ouvrier le fichier de sortie « %s »: %s\n"
4819 #~ msgid "%s: can't change mode of file `%s': %s\n"
4820 #~ msgstr "%s: ne peut changer le mode du fichier « %s »: %s\n"
4822 #~ msgid "%s: cannot get working directory: %s\n"
4823 #~ msgstr "%s: ne peut repérer le répertoire de travail: %s\n"
4825 #~ msgid "%s: input file names must have .c suffixes: %s\n"
4826 #~ msgstr "%s: noms de fichiers d'entrée doivent avoir le suffixe .c: %s\n"
4828 #~ msgid "Didn't find a coloring.\n"
4829 #~ msgstr "N'a pas repéré une coloration.\n"
4831 #~ msgid "output constraint %d must specify a single register"
4832 #~ msgstr "Contrainte de sortie %d doit spécifier un simple registre"
4834 #~ msgid "output constraint %d cannot be specified together with \"%s\" clobber"
4835 #~ msgstr "contrainte de sortie %d ne doit pas être spécifié avec « %s » clobber"
4837 #~ msgid "output regs must be grouped at top of stack"
4838 #~ msgstr "registres de sortie doivent être regroupés au haut de la pile"
4840 #~ msgid "implicitly popped regs must be grouped at top of stack"
4841 #~ msgstr "les registres implicitement dépilés doivent être groupés au haut de la pile"
4843 #~ msgid "output operand %d must use `&' constraint"
4844 #~ msgstr "opérande de sortie %d doit utiliser la contrainte « & »"
4846 #~ msgid "can't use '%s' as a %s register"
4847 #~ msgstr "ne peut utiliser « %s » comme le registre %s"
4849 #~ msgid "unknown register name: %s"
4850 #~ msgstr "nom de registre inconnu: %s"
4852 #~ msgid "global register variable follows a function definition"
4853 #~ msgstr "variable registre globale suit la définition d'une fonction"
4855 #~ msgid "register used for two global register variables"
4856 #~ msgstr "registre utilisé pour deux variables registres globales"
4858 #~ msgid "call-clobbered register used for global register variable"
4859 #~ msgstr "registre maltraité par un appel utilisé par un variable registre globale"
4861 #~ msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
4862 #~ msgstr "validate_value_data: [%u] next_regno erroné pour une chaîne vide (%u)"
4864 #~ msgid "validate_value_data: Loop in regno chain (%u)"
4865 #~ msgstr "validate_value_data: boucle dans la chaîne regno (%u)"
4867 #~ msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
4868 #~ msgstr "validate_value_data: [%u] oldest_regno erroné (%u)"
4870 #~ msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
4871 #~ msgstr "validate_value_data: [%u] registre non vide dans la chaîne (%s %u %i)"
4873 #~ msgid "cannot reload integer constant operand in `asm'"
4874 #~ msgstr "ne peut recharger l'opérande de constante entière dans « asm »"
4876 #~ msgid "impossible register constraint in `asm'"
4877 #~ msgstr "impossible de contraindre les registres en « asm »"
4879 #~ msgid "`&' constraint used with no register class"
4880 #~ msgstr "contrainte « & » utilisé sans classe registre"
4882 #~ msgid "unable to generate reloads for:"
4883 #~ msgstr "incapable de générer des recharges pour:"
4885 #~ msgid "inconsistent operand constraints in an `asm'"
4886 #~ msgstr "contrainte d'opérande inconsistente en « asm »"
4888 #~ msgid "frame size too large for reliable stack checking"
4889 #~ msgstr "taille de trame trop grande pour une vérification fiable de la pile"
4891 #~ msgid "try reducing the number of local variables"
4892 #~ msgstr "essayer de réduire le nombre de variables locales"
4894 #~ msgid "can't find a register in class `%s' while reloading `asm'"
4895 #~ msgstr "ne peut repérer un registre dans la classe « %s » durant le rechargement «asm »"
4897 #~ msgid "unable to find a register to spill in class `%s'"
4898 #~ msgstr "incapable de trouver un registre de déversement dans la classe « %s »"
4900 #~ msgid "this is the insn:"
4901 #~ msgstr "ceci est le insn:"
4903 #~ msgid "`asm' operand requires impossible reload"
4904 #~ msgstr "opérande « asm » requiert une recharge impossible"
4906 #~ msgid "could not find a spill register"
4907 #~ msgstr "ne peut repérer un registre de déversement"
4909 #~ msgid "`asm' operand constraint incompatible with operand size"
4910 #~ msgstr "contrainte de l'opérande « asm » incompatible avec la taille de l'opérande"
4912 #~ msgid "VOIDmode on an output"
4913 #~ msgstr "mode VOID sur une sortie"
4915 #~ msgid "output operand is constant in `asm'"
4916 #~ msgstr "opérande de sortie est une constante dans « asm »"
4918 #~ msgid "unrecognizable insn:"
4919 #~ msgstr "insn non reconnaissable:"
4921 #~ msgid "insn does not satisfy its constraints:"
4922 #~ msgstr "insn ne satisfait pas à ses contraintes:"
4924 #~ msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
4925 #~ msgstr "vérification RTL: accès de elt %d de « %s » avec le dernier elt %d dans %s, à %s:%d"
4927 #~ msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
4928 #~ msgstr "vérification RTL: attendu elt %d de type « %c », a « %c » (rtx %s) dans %s, à %s:%d"
4930 #~ msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
4931 #~ msgstr "vérification RTL: attendu elt %d de type « %c » ou « %c », a « %c » (rtx %s) dans %s, à %s:%d"
4933 #~ msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
4934 #~ msgstr "vérification RTL: code attendu « %s », a « %s » dans %s, à %s:%d"
4936 #~ msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
4937 #~ msgstr "vérification RTL: code attendu « %s » ou « %s », a « %s » dans %s, à %s:%d"
4939 #~ msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
4940 #~ msgstr "vérification RTL: accès de elt %d du vecteur avec le dernier elt %d dans %s, à %s:%d"
4942 #~ msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
4943 #~ msgstr "vérification du fanion RTL: %s utilisé avec un code rtx inattendu, « %s » dans %s, à %s:%d"
4945 #~ msgid "jump to `%s' invalidly jumps into binding contour"
4946 #~ msgstr "saut vers « %s » saute de manière invalide dans un contour de liaison"
4948 #~ msgid "%Jlabel '%D' used before containing binding contour"
4949 #~ msgstr "%Jétiquette « %D » utilisé avant de contenir le contour de liaison"
4951 #~ msgid "output operand constraint lacks `='"
4952 #~ msgstr "contrainte de sortie de l'opérande manque « = »"
4954 #~ msgid "output constraint `%c' for operand %d is not at the beginning"
4955 #~ msgstr "contrainte de sortie « %c » pour l'opérande %d n'est pas au début"
4957 #~ msgid "operand constraint contains incorrectly positioned '+' or '='"
4958 #~ msgstr "contrainte de l'opérande contient « + » ou « - » incorrectement positionné"
4960 #~ msgid "`%%' constraint used with last operand"
4961 #~ msgstr "contrainte « %% » utilisée avec la dernière opérande"
4963 #~ msgid "matching constraint not valid in output operand"
4964 #~ msgstr "contrainte concordante n'est pas valide dans une opérande de sortie"
4966 #~ msgid "read-write constraint does not allow a register"
4967 #~ msgstr "contrainte de lecture-éccriture ne permet pas de registre"
4969 #~ msgid "input operand constraint contains `%c'"
4970 #~ msgstr "contrainte d'entrée de l'opérande contient « %c »"
4972 #~ msgid "matching constraint references invalid operand number"
4973 #~ msgstr "nombre d'opérandes invalides pour références de containte concordantes"
4975 #~ msgid "invalid punctuation `%c' in constraint"
4976 #~ msgstr "ponctuation invalide « %c » dans la contrainte"
4978 #~ msgid "matching constraint does not allow a register"
4979 #~ msgstr "contrainte de concordance ne permet pas de reigstre"
4981 #~ msgid "asm-specifier for variable `%s' conflicts with asm clobber list"
4982 #~ msgstr "asm-specifier pour la variable « %s » est en conflit avec la liste asm clobber"
4984 #~ msgid "unknown register name `%s' in `asm'"
4985 #~ msgstr "nom de registre inconnu « %s » dans «asm »"
4987 #~ msgid "PIC register `%s' clobbered in `asm'"
4988 #~ msgstr "registre PIC « %s » est maltraité dans «asm »"
4990 #~ msgid "more than %d operands in `asm'"
4991 #~ msgstr "plus que %d opérandes dans « asm »"
4993 #~ msgid "output number %d not directly addressable"
4994 #~ msgstr "nombre de sortie %d n,est pas directement adressable"
4996 #~ msgid "asm operand %d probably doesn't match constraints"
4997 #~ msgstr "opérande asm %d ne concorde pas probablement avec les contraintes"
4999 #~ msgid "use of memory input without lvalue in asm operand %d is deprecated"
5000 #~ msgstr "utilisation de l'entré mémoire sans lvalue dans l'opérande asm %d est obsolète"
5002 #~ msgid "asm clobber conflict with output operand"
5003 #~ msgstr "asm clobber est en conflit sans opérande de sortie"
5005 #~ msgid "asm clobber conflict with input operand"
5006 #~ msgstr "asm globber est en conflit avec l'opérande d'entrée"
5008 #~ msgid "too many alternatives in `asm'"
5009 #~ msgstr "trop d'alternatives dans « asm »"
5011 #~ msgid "operand constraints for `asm' differ in number of alternatives"
5012 #~ msgstr "contraintes de l'opérande pour « asm » diffèrent en nombre d'alternatives"
5014 #~ msgid "duplicate asm operand name '%s'"
5015 #~ msgstr "nom d'opérande asm « %s » apparaît en double"
5017 #~ msgid "missing close brace for named operand"
5018 #~ msgstr "accolade de fermeture manquante pour l'opérandé nommée"
5020 #~ msgid "undefined named operand '%s'"
5021 #~ msgstr "opérande nommée « %s » indéfinie"
5023 #~ msgid "%Hstatement with no effect"
5024 #~ msgstr "%Hdéclaration sasn effet"
5026 #~ msgid "%Hvalue computed is not used"
5027 #~ msgstr "%Hvaleur calculée n'est pas utilisée"
5029 #~ msgid "%Junused variable '%D'"
5030 #~ msgstr "%Jvariable « %D » inutilisée"
5032 #~ msgid "%Hunreachable code at beginning of %s"
5033 #~ msgstr "%Hcode inatteignable au début de %s"
5035 #~ msgid "enumeration value `%s' not handled in switch"
5036 #~ msgstr "valeur d'énumération « %s » n'est pas traitée dans le switch"
5038 #~ msgid "case value `%ld' not in enumerated type"
5039 #~ msgstr "valeur du case « %ld » n'est pas dans le type énuméré"
5041 #~ msgid "case value `%ld' not in enumerated type `%s'"
5042 #~ msgstr "valeur du case « %ld » n'est pas dans le type énuméré « %s »"
5044 #~ msgid "switch missing default case"
5045 #~ msgstr "switch n'a pas de case par défaut"
5047 #~ msgid "type size can't be explicitly evaluated"
5048 #~ msgstr "taille du type ne peut être explicitement évaluée"
5050 #~ msgid "variable-size type declared outside of any function"
5051 #~ msgstr "type de taille variable déclaré à l'extérieur den'importe quelle fonction"
5053 #~ msgid "%Jsize of '%D' is %d bytes"
5054 #~ msgstr "%Jtaille de « %D » est de %d octets"
5056 #~ msgid "%Jsize of '%D' is larger than %d bytes"
5057 #~ msgstr "%Jtaille de « %D » est plus grande que %d octets"
5059 #~ msgid "%Jpacked attribute causes inefficient alignment for '%D'"
5060 #~ msgstr "%Jattribut empaqueté provoque un alignement inefficient pour « %D »"
5062 #~ msgid "%Jpacked attribute is unnecessary for '%D'"
5063 #~ msgstr "%Jattribut empaqueté n'est pas nécessaire pour « %D »"
5065 #~ msgid "%Jpadding struct to align '%D'"
5066 #~ msgstr "%Jremplissage du struct pour aligner « %D »"
5068 #~ msgid "padding struct size to alignment boundary"
5069 #~ msgstr "remplissage la taille du struct pour aligner les frontières"
5071 #~ msgid "packed attribute causes inefficient alignment for `%s'"
5072 #~ msgstr "attribut empaqueté provoque un alignement inefficient pour « %s »"
5074 #~ msgid "packed attribute is unnecessary for `%s'"
5075 #~ msgstr "attribut empaqueté n'est pas nécessaire pour « %s »"
5077 #~ msgid "packed attribute causes inefficient alignment"
5078 #~ msgstr "attribut empaqueté provoque un alignement inefficient"
5080 #~ msgid "packed attribute is unnecessary"
5081 #~ msgstr "attribut empaqueté n'est pas nécessaire"
5083 #~ msgid "__builtin_saveregs not supported by this target"
5084 #~ msgstr "« __builtin_saveregs » n'est pas supporté par cette cible"
5086 #~ msgid "cannot timevar_pop '%s' when top of timevars stack is '%s'"
5087 #~ msgstr "ne peut faire timevar_pop « %s » lorsque le haut de la pile timevars est « %s »"
5091 #~ "Execution times (seconds)\n"
5094 #~ "Temps d'exécution (secondes)\n"
5097 #~ msgstr " TOTAL :"
5099 #~ msgid "time in %s: %ld.%06ld (%ld%%)\n"
5100 #~ msgstr "temps passé dans %s: %ld.%06ld (%ld%%)\n"
5102 #~ msgid "collect: reading %s\n"
5103 #~ msgstr "collect: lecture de %s\n"
5105 #~ msgid "collect: recompiling %s\n"
5106 #~ msgstr "collect: recompilation de %s\n"
5108 #~ msgid "collect: tweaking %s in %s\n"
5109 #~ msgstr "collect: tordage de %s dans %s\n"
5111 #~ msgid "collect: relinking\n"
5112 #~ msgstr "collect: ré-édition des liens\n"
5114 #~ msgid "ld returned %d exit status"
5115 #~ msgstr "ld a retourné %d code d'état d'exécution"
5125 #~ msgid "invalid option argument `%s'"
5126 #~ msgstr "argument de l'option invalide « %s »"
5128 #~ msgid "getting core file size maximum limit: %m"
5129 #~ msgstr "limite maximale obtenue de la taille du fichier de vidange (core file): %m"
5131 #~ msgid "setting core file size limit to maximum: %m"
5132 #~ msgstr "initialisation de la limite maximal de la taille du fichier de vidance (core file): %m"
5134 #~ msgid "%J'%F' used but never defined"
5135 #~ msgstr "%J« %F » utilisé mais n'a jamais été défini"
5137 #~ msgid "%J'%F' declared `static' but never defined"
5138 #~ msgstr "%J« %F » déclaré « static » mais n'a jamais été définie"
5140 #~ msgid "%J'%D' defined but not used"
5141 #~ msgstr "%J« %F » défini mais n'a pas été utilisé"
5143 #~ msgid "`%s' is deprecated (declared at %s:%d)"
5144 #~ msgstr "« %s » est obsolète (déclaré à %s:%d)"
5146 #~ msgid "`%s' is deprecated"
5147 #~ msgstr "« %s » est obsolète"
5149 #~ msgid "type is deprecated (declared at %s:%d)"
5150 #~ msgstr "type est obsolète (déclaré à %s:%d)"
5152 #~ msgid "type is deprecated"
5153 #~ msgstr "type est obsolète"
5155 #~ msgid "invalid register name `%s' for register variable"
5156 #~ msgstr "nom de registre invalide « %s » pour un variable registre"
5158 #~ msgid "branch target register load optimization is not intended to be run twice"
5159 #~ msgstr "optimisation du chargement du registre cible de branchement est pas prévu pour être exécuté deux fois"
5163 #~ "Target specific options:\n"
5166 #~ "Options spécifiques à la cible:\n"
5168 #~ msgid " -m%-23s [undocumented]\n"
5169 #~ msgstr " -m%-23s [non documenté]\n"
5173 #~ "There are undocumented target specific options as well.\n"
5176 #~ "Il y a des options spécifiques à la cible qui ne sont pas documentés aussi.\n"
5178 #~ msgid " They exist, but they are not documented.\n"
5179 #~ msgstr " Ils existent, mais ils ne sont pas documentés.\n"
5181 #~ msgid "unrecognized gcc debugging option: %c"
5182 #~ msgstr "option gcc de mise au point non reconnue: %c"
5184 #~ msgid "invalid option `%s'"
5185 #~ msgstr "option invalide « %s »"
5188 #~ "%s%s%s version %s (%s)\n"
5189 #~ "%s\tcompiled by GNU C version %s.\n"
5190 #~ "%s%s%s version %s (%s) compiled by CC.\n"
5192 #~ "%s%s%s version %s (%s)\n"
5193 #~ "%s\tcompilé par GNU C version %s.\n"
5194 #~ "%s%s%s version %s (%s) compilé par CC.\n"
5196 #~ msgid "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
5197 #~ msgstr "heuristiques %s%sGGC: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
5199 #~ msgid "options passed: "
5200 #~ msgstr "options passées: "
5202 #~ msgid "options enabled: "
5203 #~ msgstr "options autorisées: "
5205 #~ msgid "can't open %s for writing: %m"
5206 #~ msgstr "ne peut ouvrir %s en écriture: %m"
5208 #~ msgid "created and used with different settings of -fpic"
5209 #~ msgstr "créé et utilisé avec des configurations différentes de -fpic"
5211 #~ msgid "created and used with different settings of -fpie"
5212 #~ msgstr "créé et utilisé avec des configurations différentes de -fpie"
5214 #~ msgid "created and used with differing settings of `-m%s'"
5215 #~ msgstr "créé et utilisé avec des configurations différentes de « -m%s »"
5217 #~ msgid "out of memory"
5218 #~ msgstr "mémoire épuisée"
5220 #~ msgid "instruction scheduling not supported on this target machine"
5221 #~ msgstr "instruction d'ordonnancement n'est pas supportée sur cette machine cible"
5223 #~ msgid "this target machine does not have delayed branches"
5224 #~ msgstr "cette machine cible n'a pas de branchments avec délais"
5226 #~ msgid "-f%sleading-underscore not supported on this target machine"
5227 #~ msgstr "-f%sleading-underscore n'est pas supporté sur cette machine cible"
5229 #~ msgid "target system does not support the \"%s\" debug format"
5230 #~ msgstr "système cible ne supporte par le format \"%s\" de mise au point"
5232 #~ msgid "-ffunction-sections not supported for this target"
5233 #~ msgstr "-ffunction-sections n'est pas supporté pour cette cible"
5235 #~ msgid "-fdata-sections not supported for this target"
5236 #~ msgstr "-fdata-sections n'est pas supporté pour cette machine cible"
5238 #~ msgid "-ffunction-sections disabled; it makes profiling impossible"
5239 #~ msgstr "-ffunction-sections désactivé; cela rend le profilage impossible"
5241 #~ msgid "-fprefetch-loop-arrays not supported for this target"
5242 #~ msgstr "-fprefetch-loop-arrays n'est pas supporté pour cette machine cible"
5244 #~ msgid "-fprefetch-loop-arrays not supported for this target (try -march switches)"
5245 #~ msgstr "-fprefetch-loop-arrays n'est pas supporté sur cette machine cible (essayer -march options)"
5247 #~ msgid "-fprefetch-loop-arrays is not supported with -Os"
5248 #~ msgstr "-fprefetch-loop-arrays n'est pas supporté avec -Os"
5250 #~ msgid "-ffunction-sections may affect debugging on some targets"
5251 #~ msgstr "-ffunction-sections peut affecter la mise au point sur quelques machines cibles."
5253 #~ msgid "error writing to %s: %m"
5254 #~ msgstr "erreur d'écriture dans %s: %m"
5256 #~ msgid "error closing %s: %m"
5257 #~ msgstr "erreur de fermeture %s: %m"
5259 #~ msgid "could not open dump file `%s'"
5260 #~ msgstr "ne peut ouvrir le fichier de vidange « %s »"
5262 #~ msgid "ignoring unknown option `%.*s' in `-fdump-%s'"
5263 #~ msgstr "option inconnue « %.*s » ignorée dans « -fdump-%s »"
5265 #~ msgid "%Jfunction '%F' can never be inlined because it uses alloca (override using the always_inline attribute)"
5266 #~ msgstr "%Jfonction « %F » ne peut être enligne parce qu'elle utilise alloca (écrasant l'utiliastion de l'attribut always_inline)"
5268 #~ msgid "%Jfunction '%F' can never be inlined because it uses setjmp"
5269 #~ msgstr "%Jfonction « %F » ne peut être enligne parce qu'elle utilise setjmp"
5271 #~ msgid "%Jfunction '%F' can never be inlined because it uses variable argument lists"
5272 #~ msgstr "%Jfonction « %F » ne peut être enligne parce qu'elle utilise une liste variable d'arguments"
5274 #~ msgid "%Jfunction '%F' can never be inlined because it uses setjmp-longjmp exception handling"
5275 #~ msgstr "%Jfonction « %F » ne peut être enligne parce qu'elle utilise le traitement d'exception setjmp-longjmp"
5277 #~ msgid "%Jfunction '%F' can never be inlined because it contains a nested function"
5278 #~ msgstr "%Jfonction « %F » ne peut être enligne parce qu'elle contient une fonction imbriquée"
5280 #~ msgid "%Jfunction '%F' can never be inlined because it contains a computed goto"
5281 #~ msgstr "%Jfonction « %F » ne peut être enligne parce qu'elle contient un goto calculé"
5283 #~ msgid "%Jfunction '%F' can never be inlined because it contains a nonlocal goto"
5284 #~ msgstr "%Jfonction « %F » ne peut être enligne parce qu'elle contient un goto qui n'est pas local"
5286 #~ msgid "%Jfunction '%F' can never be inlined because it uses variable sized variables"
5287 #~ msgstr "%Jfonction « %F » ne peut être enligne parce qu'elle utilise une taille variable de variables"
5289 #~ msgid "%Jinlining failed in call to '%F': %s"
5290 #~ msgstr "%Jl'enlignage de l'appel à « %F »: %s a échoué"
5292 #~ msgid "%Jsize of return value of '%D' is %u bytes"
5293 #~ msgstr "%Jtaille de la valeur retournée par « %D » est %u octets"
5295 #~ msgid "%Jsize of return value of '%D' is larger than %wd bytes"
5296 #~ msgstr "%Jtaille de la valeur retournée par « %D » supérieure à %wd octets"
5298 #~ msgid "arrays of functions are not meaningful"
5299 #~ msgstr "tableaux de fonctions n'a pas grand sens"
5301 #~ msgid "function return type cannot be function"
5302 #~ msgstr "Le type retourné d'une fonction ne peut être une fonction"
5304 #~ msgid "invalid initializer for bit string"
5305 #~ msgstr "initialisation invalide pour une chaîne de bits"
5307 #~ msgid "tree check: expected %s, have %s in %s, at %s:%d"
5308 #~ msgstr "vérification de l'arbre: attendait %s, obtenu %s dans %s, à %s:%d"
5310 #~ msgid "tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
5311 #~ msgstr "vérification de l'arbre: attendait classe « %c », obtenu « %c » (%s) dans %s, à %s:%d"
5313 #~ msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
5314 #~ msgstr "vérification de l'arbre: accès de elt %d de tree-vec avec %d elts dans %s, à %s:%d"
5316 #~ msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"
5317 #~ msgstr "vérification de l'arbre: opérande accédé %d de %s avec %d opérandes dans %s, à %s:%d"
5319 #~ msgid "%J%D causes a section type conflict"
5320 #~ msgstr "%J%D cause un conflit du type de section"
5322 #~ msgid "%Jregister name not specified for '%D'"
5323 #~ msgstr "%Jnom de registre n'est pas spécifié pour « %D »"
5325 #~ msgid "%Jinvalid register name for '%D'"
5326 #~ msgstr "%Jnom de registre invalide pour « %D »"
5328 #~ msgid "%Jdata type of '%D' isn't suitable for a register"
5329 #~ msgstr "%Jtype de données de « %D » n'est pas applicable pour un registre"
5331 #~ msgid "%Jregister specified for '%D' isn't suitable for data type"
5332 #~ msgstr "%Jregistre spécifié pour « %D » n'est applicable à un type de données"
5334 #~ msgid "global register variable has initial value"
5335 #~ msgstr "variable globale registre a une valeur initiale"
5337 #~ msgid "volatile register variables don't work as you might wish"
5338 #~ msgstr "variables resgistres volatiles ne fonctionne pas comme vous le souhaiteriez"
5340 #~ msgid "%Jregister name given for non-register variable '%D'"
5341 #~ msgstr "%Jnom de registre donné pour une variable non registre « %D »"
5343 #~ msgid "%Jstorage size of `%D' isn't known"
5344 #~ msgstr "%Jtaille de stockage de « %D » n'est pas connue"
5346 #~ msgid "%Jalignment of '%D' is greater than maximum object file alignment. Using %d"
5347 #~ msgstr "%Jalignement de « %D » est plus grand que l'alignement maximal du fichier objet. %d est utilisé."
5349 #~ msgid "thread-local COMMON data not implemented"
5350 #~ msgstr "thread-local COMMON data n'est pas implanté"
5352 #~ msgid "%Jrequested alignment for '%D' is greater than implemented alignment of %d"
5353 #~ msgstr "%Jrequête d'alignement pour '%D' est plus grand que l'alignement implanté de %d"
5355 #~ msgid "initializer for integer value is too complicated"
5356 #~ msgstr "initialisation d'entier trop compliquée"
5358 #~ msgid "initializer for floating value is not a floating constant"
5359 #~ msgstr "l'initialisation d'une valeur à virgule flottante n'est pas une constante à virgule flottante"
5361 #~ msgid "unknown set constructor type"
5362 #~ msgstr "type de jeu de constructeurs inconnu"
5364 #~ msgid "invalid initial value for member `%s'"
5365 #~ msgstr "valeur initiale invalide pour le membre « %s »"
5367 #~ msgid "%Jweak declaration of '%D' must precede definition"
5368 #~ msgstr "%Jdéclaration faible de « %D » qui doit être précédée d'une définition"
5370 #~ msgid "%Jweak declaration of '%D' after first use results in unspecified behavior"
5371 #~ msgstr "%Jdéclaration faible de « %D » après une première utilisation des résultats d'un comportement non spécifié"
5373 #~ msgid "%Jweak declaration of '%D' must be public"
5374 #~ msgstr "%Jdéclaration faible de « %D » doit être publique"
5376 #~ msgid "%Jweak declaration of '%D' not supported"
5377 #~ msgstr "%Jdéclaration faible de « %D » n'est pas supportée"
5379 #~ msgid "only weak aliases are supported in this configuration"
5380 #~ msgstr "seulement les alias faibles sont supportés dans cette configuration"
5382 #~ msgid "alias definitions not supported in this configuration; ignored"
5383 #~ msgstr "définitions d'alias ne sont pas supportés dans cette configuration; ignoré"
5385 #~ msgid "visibility attribute not supported in this configuration; ignored"
5386 #~ msgstr "visibilité de l'attribut n'est pas supporté dans cette configuration; ignoré"
5388 #~ msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
5389 #~ msgstr "tableau virtuel %s[%lu]: élément %lu hors limite dans %s, à %s:%d"
5391 #~ msgid "underflowed virtual array %s in %s, at %s:%d"
5392 #~ msgstr "sous débordement du tableau virtuele %s dans %s, à %s:%d"
5394 #~ msgid "no sclass for %s stab (0x%x)\n"
5395 #~ msgstr "pas de sclass pour le stab %s (0x%x)\n"
5397 #~ msgid "fatal error: "
5398 #~ msgstr "erreur fatale: "
5400 #~ msgid "internal compiler error: "
5401 #~ msgstr "erreur interne du compilateur: "
5403 #~ msgid "sorry, unimplemented: "
5404 #~ msgstr "désolé, pas implanté: "
5406 #~ msgid "anachronism: "
5407 #~ msgstr "anachronisme: "
5413 #~ msgstr "mise au point: "
5415 #~ msgid "The maximum number of instructions in a single function eligible for inlining"
5416 #~ msgstr "Le nombre maximum d'instructions dans une fonction simple éligible au type enligne"
5418 #~ msgid "The maximum number of instructions when automatically inlining"
5419 #~ msgstr "Le nombre maximum d'instructions lorsqu'automatiquement de type enligne"
5421 #~ msgid "The maximum number of instructions for the RTL inliner"
5422 #~ msgstr "Le nombre maximum d'instructions pour la fonction d'enlignage RTL"
5424 #~ msgid "The maximum number of instructions to consider to fill a delay slot"
5425 #~ msgstr "Le nombre maximum d'instructions à considérer pour remplir une slot délai"
5427 #~ msgid "The maximum number of instructions to consider to find accurate live register information"
5428 #~ msgstr "Le nombre maximum d'instructions à considérer pour repérer un registre d'information actif et précis"
5430 #~ msgid "The maximum length of scheduling's pending operations list"
5431 #~ msgstr "La longueur maximale de la liste des opération en attente d'ordonnancement"
5433 #~ msgid "The size of function body to be considered large"
5434 #~ msgstr "La taille du corps de la fonction est considéré comme étant grande"
5436 #~ msgid "Maximal growth due to inlining of large function (in percent)"
5437 #~ msgstr "Croissance maximal en raison de l'enlignage d'une grande fonction (en pourcent)"
5439 #~ msgid "how much can given compilation unit grow because of the inlining (in percent)"
5440 #~ msgstr "quelle croissance d'une unité de compilation peut être tolérée en raison de l'enlignage (en pourcent)"
5442 #~ msgid "The maximum amount of memory to be allocated by GCSE"
5443 #~ msgstr "La taille maximale de mémoire à être alloué par GCSE"
5445 #~ msgid "The maximum number of passes to make when doing GCSE"
5446 #~ msgstr "Le nombre maxium de passes à effectuer lors de l'exécution de GCSE"
5448 #~ msgid "The maximum number of instructions to consider to unroll in a loop"
5449 #~ msgstr "Le nombre maximum d'instructions à considérer à inclure dans une boucle"
5451 #~ msgid "The maximum number of instructions to consider to unroll in a loop on average"
5452 #~ msgstr "Le nombre maximum d'instructions à considérer à inclure dans une boucle en moyenne"
5454 #~ msgid "The maximum number of unrollings of a single loop"
5455 #~ msgstr "Le nombre maximum d'instructions à inclure dans une boucle simple"
5457 #~ msgid "The maximum number of insns of a peeled loop"
5458 #~ msgstr "Le nombre maximum d'insns de boucle réduite"
5460 #~ msgid "The maximum number of peelings of a single loop"
5461 #~ msgstr "Le nombre maxium de passes de réduction d'une boucle simple"
5463 #~ msgid "The maximum number of insns of a completely peeled loop"
5464 #~ msgstr "Le nombre maximum d'insns d'une boucle complètement réduite"
5466 #~ msgid "The maximum number of peelings of a single loop that is peeled completely"
5467 #~ msgstr "Le nombre maximum de réductions d'une boucle simple qui a été complètement réduite"
5469 #~ msgid "The maximum number of insns of a peeled loop that rolls only once"
5470 #~ msgstr "Le nombre maximum d'insns d'une boucle réduite qui tourne une seule fois"
5472 #~ msgid "The maximum number of insns of an unswitched loop"
5473 #~ msgstr "Le nombre maximum d'insns d'une boucle sans branchement"
5475 #~ msgid "The maximum number of unswitchings in a single loop"
5476 #~ msgstr "Le nombre maximum de non branchement dans une boucle simple"
5478 #~ msgid "Select fraction of the maximal count of repetitions of basic block in program given basic block needs to have to be considered hot"
5479 #~ msgstr "Sélectionner la fraction du décompte maximal de répétition du bloc de base dans le programme selon le bloc de bsae donné doit être considéré comme chaud « hot »"
5481 #~ msgid "Select fraction of the maximal frequency of executions of basic block in function given basic block needs to have to be considered hot"
5482 #~ msgstr "Sélectionner la fraction de la fréquence maximale d'exécutions du bloc de base dans la fonction selon le bloc de bsae donné doit être considéré comme chaud « hot »"
5484 #~ msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is available"
5485 #~ msgstr "Le pourcentage de fonction, pondéré par la fréquence d'exécutions, qui doit être couvert la formation de la trace. Utilisé lorsque le feedback par profile est disponible"
5487 #~ msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is not available"
5488 #~ msgstr "Le pourcentage de fonction, pondéré par la fréquence d'exécutions, qui doit être couvert la formation de la trace. Utilisé lorsque le feedback par profilage n'est disponible"
5490 #~ msgid "Maximal code growth caused by tail duplication (in percent)"
5491 #~ msgstr "Croissance maximal du code en raison de duplication de queue (en pourcent)"
5493 #~ msgid "Stop reverse growth if the reverse probability of best edge is less than this threshold (in percent)"
5494 #~ msgstr "Stopper la croissance renversée si la probabilité inverse des meilleures bordures est inférieure à ce seuil (en pourcent)"
5496 #~ msgid "Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is available"
5497 #~ msgstr "Stopper la croissance anticipée si la probabilité des meilleures bordures est inférieure à ce seuil (en pourcent). Utilisé lorsque le feedback par profilage est disponible"
5499 #~ msgid "Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is not available"
5500 #~ msgstr "Stopper la croissance anticipée si la probabilité des meilleures bordures est inférieure à ce seuil (en pourcent). Utilisé lorsque le feedback par profilage n'est pas disponible"
5502 #~ msgid "The maximum number of incoming edges to consider for crossjumping"
5503 #~ msgstr "Le nombre maximum de bordures à considérer pour les sauts croisés"
5505 #~ msgid "The maximum length of path considered in cse"
5506 #~ msgstr "La longueur maximale des chemins considérés dans cse"
5508 #~ msgid "The maximum memory locations recorded by cselib"
5509 #~ msgstr "Le nombre maximum de localisations mémoire enregistrées par cselib"
5511 #~ msgid "Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the heap"
5512 #~ msgstr "L'expansion minimale des tas pour lancer la collecte des rebuts, en pourcentage de la taille totale du tas."
5514 #~ msgid "Minimum heap size before we start collecting garbage, in kilobytes"
5515 #~ msgstr "La taille minimale du tas avant de lancer la collecte des rebuts, en kilo-octets."
5517 #~ msgid "The maximum number of instructions to search backward when looking for equivalent reload"
5518 #~ msgstr "Le nombre maximum d'instructions à rechercher antérieurement lors d'une recherche d'une recharge équivalente"
5520 #~ msgid "too many #pragma options align=reset"
5521 #~ msgstr "trop d'options pour #pragma pour align=reset"
5523 #~ msgid "malformed '#pragma options', ignoring"
5524 #~ msgstr "« #pragma options » mal composé, ignoré"
5526 #~ msgid "junk at end of '#pragma options'"
5527 #~ msgstr "rebut à la fin de « #pragma options »"
5529 #~ msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
5530 #~ msgstr "« #pragma options align={mac68k|power|reset} » mal composé, ignoré"
5532 #~ msgid "missing '(' after '#pragma unused', ignoring"
5533 #~ msgstr "« ( » manquante après « #pragma unused », ignoré"
5535 #~ msgid "missing ')' after '#pragma unused', ignoring"
5536 #~ msgstr "« ( » manquante après « #pragma unused », ignoré"
5538 #~ msgid "junk at end of '#pragma unused'"
5539 #~ msgstr "rebut à la fin de « #pragma unused »"
5541 #~ msgid "internal and protected visibility attributes not supportedin this configuration; ignored"
5542 #~ msgstr "visibilité des attributs internes et protégées n'est pas supportée dans cette configuration; ignoré"
5544 #~ msgid "-msystem-v and -p are incompatible"
5545 #~ msgstr "-msystem-v et -p sont incompatibles"
5547 #~ msgid "-msystem-v and -mthreads are incompatible"
5548 #~ msgstr "-msystem-v et -mthreads sont incompatibles"
5550 #~ msgid "profiler support for WindISS"
5551 #~ msgstr "support du profileur pour WindISS"
5553 #~ msgid "-f%s ignored for Unicos/Mk (not supported)"
5554 #~ msgstr "-f%s ignoré pour Unicos/Mk (non supporté)"
5556 #~ msgid "-mieee not supported on Unicos/Mk"
5557 #~ msgstr "-mieee n'est pas supporté sur Unicos/Mk"
5559 #~ msgid "-mieee-with-inexact not supported on Unicos/Mk"
5560 #~ msgstr "-mieee-with-inexact n'est pas supporté sur Unicos/Mk"
5562 #~ msgid "bad value `%s' for -mtrap-precision switch"
5563 #~ msgstr "valeur « %s » erronée pour l'option -mtrap-precision"
5565 #~ msgid "bad value `%s' for -mfp-rounding-mode switch"
5566 #~ msgstr "valeur « %s » erronée pour l'option -mfp-rounding-mode"
5568 #~ msgid "bad value `%s' for -mfp-trap-mode switch"
5569 #~ msgstr "valeur « %s » erronée pour l'option -mfp-trap-mode"
5571 #~ msgid "bad value `%s' for -mtls-size switch"
5572 #~ msgstr "valeur « %s » erronée pour l'option -mtls-size"
5574 #~ msgid "bad value `%s' for -mcpu switch"
5575 #~ msgstr "valeur « %s » erronée pour l'option -mcpu"
5577 #~ msgid "trap mode not supported on Unicos/Mk"
5578 #~ msgstr "mode trappe n'est pas supporté sur Unicos/Mk"
5580 #~ msgid "fp software completion requires -mtrap-precision=i"
5581 #~ msgstr "complétion logicielle FP requiert -mtrap-precision=i"
5583 #~ msgid "rounding mode not supported for VAX floats"
5584 #~ msgstr "mode d'arondissement n'est pas supporté pour les flottants sur VAX"
5586 #~ msgid "trap mode not supported for VAX floats"
5587 #~ msgstr "mode trappe n'est pas supporté avec les flottants sur VAX"
5589 #~ msgid "128-bit long double not supported for VAX floats"
5590 #~ msgstr "long double de 128 bits ne sont pas supporté pour les flottants sur VAX"
5592 #~ msgid "L%d cache latency unknown for %s"
5593 #~ msgstr "latence de la cache L%d inconnue pour %s"
5595 #~ msgid "bad value `%s' for -mmemory-latency"
5596 #~ msgstr "valeur « %s » erronée pour -mmemory-latency"
5598 #~ msgid "invalid %%H value"
5599 #~ msgstr "valeur %%H invalide"
5601 #~ msgid "invalid %%J value"
5602 #~ msgstr "valeur %%J invalide"
5604 #~ msgid "invalid %%r value"
5605 #~ msgstr "valeur %%r invalide"
5607 #~ msgid "invalid %%R value"
5608 #~ msgstr "valeur %%R invalide"
5610 #~ msgid "invalid %%N value"
5611 #~ msgstr "valeur %%N invalide"
5613 #~ msgid "invalid %%P value"
5614 #~ msgstr "valeur %%P invalide"
5616 #~ msgid "invalid %%h value"
5617 #~ msgstr "valeur %%h invalide"
5619 #~ msgid "invalid %%L value"
5620 #~ msgstr "valeur %%L invalide"
5622 #~ msgid "invalid %%m value"
5623 #~ msgstr "valeur %%m invalide"
5625 #~ msgid "invalid %%M value"
5626 #~ msgstr "valeur %%M invalide"
5628 #~ msgid "invalid %%U value"
5629 #~ msgstr "valeur %%U invalide"
5631 #~ msgid "invalid %%s value"
5632 #~ msgstr "valeur %%s invalide"
5634 #~ msgid "invalid %%C value"
5635 #~ msgstr "valeur %%C invalide"
5637 #~ msgid "invalid %%E value"
5638 #~ msgstr "valeur %%E invalide"
5640 #~ msgid "unknown relocation unspec"
5641 #~ msgstr "relocalisation unspec inconnue"
5643 #~ msgid "invalid %%xn code"
5644 #~ msgstr "valeur %%xn invalide"
5646 #~ msgid "bad builtin fcode"
5647 #~ msgstr "construit interne erroné de fcode"
5649 #~ msgid "Use hardware fp"
5650 #~ msgstr "Utiliser le FP matériel"
5652 #~ msgid "Do not use hardware fp"
5653 #~ msgstr "Ne pas utiliser l'unité FP matérielle"
5655 #~ msgid "Use fp registers"
5656 #~ msgstr "Utiliser les registres FP"
5658 #~ msgid "Do not use fp registers"
5659 #~ msgstr "Ne pas utiliser les registres FP"
5661 #~ msgid "Do not assume GAS"
5662 #~ msgstr "Ne pas présumer la présence de GAS"
5664 #~ msgid "Assume GAS"
5665 #~ msgstr "Présumer la présence de GAS"
5667 #~ msgid "Request IEEE-conformant math library routines (OSF/1)"
5668 #~ msgstr "Requête des routine de la bibliothèque mathématique conforme IEEE (OSF/1)"
5670 #~ msgid "Emit IEEE-conformant code, without inexact exceptions"
5671 #~ msgstr "Produire du code conforme IEEE, sans exceptions inexactes"
5673 #~ msgid "Emit IEEE-conformant code, with inexact exceptions"
5674 #~ msgstr "Produire du code conforme IEEE, avec exceptions inexactes"
5676 #~ msgid "Do not emit complex integer constants to read-only memory"
5677 #~ msgstr "Ne pas produire des constantes entières complexes en mémoire en mode lecture seulement"
5679 #~ msgid "Use VAX fp"
5680 #~ msgstr "Utiliser les registres FP sur VAX"
5682 #~ msgid "Do not use VAX fp"
5683 #~ msgstr "Ne pas utiliser les registres FP sur VAX"
5685 #~ msgid "Emit code for the byte/word ISA extension"
5686 #~ msgstr "Produire du code pour les octets/mots des extensions ISA"
5688 #~ msgid "Emit code for the motion video ISA extension"
5689 #~ msgstr "Produire du code pour les extensions vidéo ISA"
5691 #~ msgid "Emit code for the fp move and sqrt ISA extension"
5692 #~ msgstr "Produire du code pour les déplacements FP et sqrt des extensions ISA"
5694 #~ msgid "Emit code for the counting ISA extension"
5695 #~ msgstr "Produire du code pour les extensions ISA de comptage"
5697 #~ msgid "Emit code using explicit relocation directives"
5698 #~ msgstr "Produire du code utilisant des directives explicites de relocalisation"
5700 #~ msgid "Emit 16-bit relocations to the small data areas"
5701 #~ msgstr "Produire du code de 16 bits pour le relocalisation des petites zones de données"
5703 #~ msgid "Emit 32-bit relocations to the small data areas"
5704 #~ msgstr "Produire du code de 32 bits pour le relocalisation des petites zones de données"
5706 #~ msgid "Emit direct branches to local functions"
5707 #~ msgstr "Omettre le branchement direct aux fonctions locales"
5709 #~ msgid "Emit rdval instead of rduniq for thread pointer"
5710 #~ msgstr "Produire rdval au lieu de rduniq pour le pointeur de thread"
5712 #~ msgid "Use 128-bit long double"
5713 #~ msgstr "Utiliser un long double de 128 bits"
5715 #~ msgid "Use 64-bit long double"
5716 #~ msgstr "Utiliser un long double de 64 bits"
5718 #~ msgid "Use features of and schedule given CPU"
5719 #~ msgstr "Utiliser les options et ordonnancer pour le processeur donné "
5721 #~ msgid "Schedule given CPU"
5722 #~ msgstr "Ordonnancer le processeur donné"
5724 #~ msgid "Control the generated fp rounding mode"
5725 #~ msgstr "Contrôler le mode d'arondissement FP généré"
5727 #~ msgid "Control the IEEE trap mode"
5728 #~ msgstr "Contrôler le mode trappe IEEE"
5730 #~ msgid "Control the precision given to fp exceptions"
5731 #~ msgstr "Contrôler la précision donnée des exceptions FP"
5733 #~ msgid "Tune expected memory latency"
5734 #~ msgstr "Ajuster la latence mémoire attendue"
5736 #~ msgid "Specify bit size of immediate TLS offsets"
5737 #~ msgstr "Spécifier la taille de bit des décalages immédiats TLS"
5739 #~ msgid "bad value (%s) for -mcpu switch"
5740 #~ msgstr "valeur (%s) erronée pour l'option -mcpu"
5742 #~ msgid "argument of `%s' attribute is not a string constant"
5743 #~ msgstr "argument de l'attribut « %s » n'est pas une chaîne de constante"
5745 #~ msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
5746 #~ msgstr "l'argument de l'attribut « %s » n'est pas «ilink1» ou «ilink2 »"
5748 #~ msgid "invalid operand to %%R code"
5749 #~ msgstr "opérande invalide pour le code %%R"
5751 #~ msgid "invalid operand to %%H/%%L code"
5752 #~ msgstr "opérande invalide pour le code %%H/%%L"
5754 #~ msgid "invalid operand to %%U code"
5755 #~ msgstr "opérande invalide pour le code %%U"
5757 #~ msgid "invalid operand to %%V code"
5758 #~ msgstr "opérande invalide pour le code %%V"
5760 #~ msgid "invalid operand output code"
5761 #~ msgstr "opérande invalide pour le code de sortie"
5763 #~ msgid "switch -mcpu=%s conflicts with -march= switch"
5764 #~ msgstr "l'option -mcpu=%s est en conflit avec l'option -march= "
5766 #~ msgid "bad value (%s) for %s switch"
5767 #~ msgstr "valeur (%s) erronée pour l'option %s"
5769 #~ msgid "target CPU does not support APCS-32"
5770 #~ msgstr "le processeur cible ne supporte pas APCS-32"
5772 #~ msgid "target CPU does not support APCS-26"
5773 #~ msgstr "le processeur cible ne supporte pas APCS-26"
5775 #~ msgid "target CPU does not support interworking"
5776 #~ msgstr "le processeur cible ne supporte pas l'inter-réseautage"
5778 #~ msgid "target CPU does not support THUMB instructions"
5779 #~ msgstr "le processeur cible ne supporte pas les instructions THUMB"
5781 #~ msgid "future releases of GCC will not support -mapcs-26"
5782 #~ msgstr "les prochaines versions de GCC ne supporteront pas -mapcs-26"
5784 #~ msgid "enabling backtrace support is only meaningful when compiling for the Thumb"
5785 #~ msgstr "autoriser le support de pistage arrière si seulement significatif lors de la compilation pour le Thumb"
5787 #~ msgid "enabling callee interworking support is only meaningful when compiling for the Thumb"
5788 #~ msgstr "autoriser le support d'inter-réseautage des appelés si seulement significatif lors de la compilation pour le Thumb"
5790 #~ msgid "enabling caller interworking support is only meaningful when compiling for the Thumb"
5791 #~ msgstr "autoriser le support d'inter-réseautage des appelants si seulement significatif lors de la compilation pour le Thumb"
5793 #~ msgid "interworking forces APCS-32 to be used"
5794 #~ msgstr "l'inter-réseautage force l'utilisation de APCS-32"
5796 #~ msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
5797 #~ msgstr "-mapcs-stack-check incompatible avec -mno-apcs-frame"
5799 #~ msgid "-fpic and -mapcs-reent are incompatible"
5800 #~ msgstr "-fpic et -mapcs-reent sont incompatibles"
5802 #~ msgid "APCS reentrant code not supported. Ignored"
5803 #~ msgstr "Code réentrant APCS n'est pas supporté. Ignoré"
5805 #~ msgid "-g with -mno-apcs-frame may not give sensible debugging"
5806 #~ msgstr "-g avec -mno-apcs-frame peut ne pas donner une mise au point sensée"
5808 #~ msgid "passing floating point arguments in fp regs not yet supported"
5809 #~ msgstr "passage d'argument en virgule flottante dans les registres FP n'est pas encore supporté"
5811 #~ msgid "invalid floating point emulation option: -mfpe-%s"
5812 #~ msgstr "option d'émulation en virgule flottante invalide: -mfpe-%s"
5814 #~ msgid "-mfpe switch not supported by ep9312 target cpu - ignored."
5815 #~ msgstr "opeion -mfpe n'est pas supportée par le processeur cible ep9312 - ignoré"
5817 #~ msgid "structure size boundary can only be set to 8 or 32"
5818 #~ msgstr "taille des bornes de la structure peut seulement être 8 ou 32"
5820 #~ msgid "-mpic-register= is useless without -fpic"
5821 #~ msgstr "-mpic-register= est inutile sans -fpic"
5823 #~ msgid "unable to use '%s' for PIC register"
5824 #~ msgstr "incapable d'utiliser « %s » pour un registre PIC"
5826 #~ msgid "`%s' attribute only applies to functions"
5827 #~ msgstr "attribut « %s » s'applique seulement aux fonctions"
5829 #~ msgid "unable to compute real location of stacked parameter"
5830 #~ msgstr "incapable de calculer la localisation réelle de la pile de paramètres"
5832 #~ msgid "selector must be an immediate"
5833 #~ msgstr "sélecteur doit être un immédiat"
5835 #~ msgid "mask must be an immediate"
5836 #~ msgstr "masque doit être un immédiat"
5838 #~ msgid "no low registers available for popping high registers"
5839 #~ msgstr "pas de registre bas disponible pour faire ressortir les registres du haut"
5841 #~ msgid "interrupt Service Routines cannot be coded in Thumb mode"
5842 #~ msgstr "routines d'interruption de service ne peuvent être codées en mode THUMB"
5844 #~ msgid "%Jinitialized variable '%D' is marked dllimport"
5845 #~ msgstr "%Jvariable initialisé « %D » est marquée dllimport"
5847 #~ msgid "%Jstatic variable '%D' is marked dllimport"
5848 #~ msgstr "%Jvariable statique « %D » est marquée dllimport"
5850 #~ msgid "Generate APCS conformant stack frames"
5851 #~ msgstr "Générer des trames de pile conformes à APCS"
5853 #~ msgid "Store function names in object code"
5854 #~ msgstr "Sotcker les noms de fonctions dans le code objet"
5856 #~ msgid "Use the 32-bit version of the APCS"
5857 #~ msgstr "Utilise la version 32 bts de APCS"
5859 #~ msgid "Pass FP arguments in FP registers"
5860 #~ msgstr "Passer les arguments FP par les registres FP"
5862 #~ msgid "Generate re-entrant, PIC code"
5863 #~ msgstr "Générer du code PIC ré-entrant"
5865 #~ msgid "The MMU will trap on unaligned accesses"
5866 #~ msgstr "Le MMU va intercepter les accès mal alignés"
5868 #~ msgid "Use library calls to perform FP operations"
5869 #~ msgstr "Utiliser les appels de bibliothèque pour exécuter les opérations FP"
5871 #~ msgid "Use hardware floating point instructions"
5872 #~ msgstr "Utiliser les instructions matérielles en virgule flottante"
5874 #~ msgid "Assume target CPU is configured as big endian"
5875 #~ msgstr "Présumer que le processeur cible est un système à octets de poids fort"
5877 #~ msgid "Assume target CPU is configured as little endian"
5878 #~ msgstr "Présumer que le processeur cible est un système à octets de poids faible"
5880 #~ msgid "Assume big endian bytes, little endian words"
5881 #~ msgstr "Présumer un système à octets de poids fort pour les octets et faible pour les mots"
5883 #~ msgid "Support calls between Thumb and ARM instruction sets"
5884 #~ msgstr "Supporter les appels des jeux d'instructions THUMB et ARM"
5886 #~ msgid "Generate a call to abort if a noreturn function returns"
5887 #~ msgstr "Générer un appel pour stopper si une fonction sans retour retourne un résultat"
5889 #~ msgid "Do not move instructions into a function's prologue"
5890 #~ msgstr "Ne pas déplacer les instruction dans le prologue de fonction"
5892 #~ msgid "Do not load the PIC register in function prologues"
5893 #~ msgstr "Ne pas charger le registre PIC dans les prologue de fonction"
5895 #~ msgid "Generate call insns as indirect calls, if necessary"
5896 #~ msgstr "Générer l'appel insn comme un appel indirect, si nécessaire"
5898 #~ msgid "Compile for the Thumb not the ARM"
5899 #~ msgstr "Compiler pour le THUMB et non pas le ARM"
5901 #~ msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
5902 #~ msgstr "Thumb: générer (non feuilles) trames de pile même si non nécessaire"
5904 #~ msgid "Thumb: Generate (leaf) stack frames even if not needed"
5905 #~ msgstr "Thumb : Générer (feuilles) trames de pile même si non nécessaire"
5907 #~ msgid "Thumb: Assume non-static functions may be called from ARM code"
5908 #~ msgstr "Thumb : Présumer que les fonctions non statiques peuvent être appelées du code ARM"
5910 #~ msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
5911 #~ msgstr "Thumb : Présumer que les pointeurs de fonction peuvent tomber dans le code en dehors non sensible au Thumb"
5913 #~ msgid "Cirrus: Place NOPs to avoid invalid instruction combinations"
5914 #~ msgstr "Cirrus: insérer des NOP pour éviter un combinaison d'instructions invalides"
5916 #~ msgid "Cirrus: Do not break up invalid instruction combinations with NOPs"
5917 #~ msgstr "Cirrus: ne pas briser la combinaison d'instructions invalides avec des NOP"
5919 #~ msgid "Specify the name of the target CPU"
5920 #~ msgstr "Spécifier le nom du processeur cible"
5922 #~ msgid "Specify the name of the target architecture"
5923 #~ msgstr "Spécifier le nom de l'architecture cible"
5925 #~ msgid "Specify the version of the floating point emulator"
5926 #~ msgstr "Spécifier la version de l'émulateur en virgule flottante"
5928 #~ msgid "Specify the minimum bit alignment of structures"
5929 #~ msgstr "Spécifier le minimum de bits pour l'alignement de structures"
5931 #~ msgid "Specify the register to be used for PIC addressing"
5932 #~ msgstr "Spécifier le registre à utiliser pour l'adressage PIC"
5934 #~ msgid "Ignore dllimport attribute for functions"
5935 #~ msgstr "Ignorer l'attribut dllimport pour les fonctions"
5937 #~ msgid "large frame pointer change (%d) with -mtiny-stack"
5938 #~ msgstr "grand pointeur de trames change (%d) avec -mtiny-stack"
5940 #~ msgid "bad address, not (reg+disp):"
5941 #~ msgstr "adresse erronée, pas (reg+disp):"
5943 #~ msgid "internal compiler error. Bad address:"
5944 #~ msgstr "erreur internal du compilateur. Adresse erronée:"
5946 #~ msgid "internal compiler error. Unknown mode:"
5947 #~ msgstr "erreur internal du compilateur. Mode inconnu:"
5949 #~ msgid "invalid insn:"
5950 #~ msgstr "insn invalide:"
5952 #~ msgid "incorrect insn:"
5953 #~ msgstr "insn incoorect:"
5955 #~ msgid "unknown move insn:"
5956 #~ msgstr "insn de déplacement inconnu:"
5958 #~ msgid "bad shift insn:"
5959 #~ msgstr "décalage insn erroné:"
5961 #~ msgid "internal compiler error. Incorrect shift:"
5962 #~ msgstr "erreur internal du compilateur. Décalage incorrect:"
5964 #~ msgid "only initialized variables can be placed into program memory area"
5965 #~ msgstr "seules les variables initialisées peuvent être placées dans la zone mémoire du programme"
5967 #~ msgid "only uninitialized variables can be placed in the .noinit section"
5968 #~ msgstr "seuls les variables non initialisées peuvent être placées dans une section .noinit"
5970 #~ msgid "MCU `%s' supported for assembler only"
5971 #~ msgstr "MCU « %s » est supporté pour l'assembleur seulement"
5973 #~ msgid "Assume int to be 8 bit integer"
5974 #~ msgstr "Présumer que les int sont des entiers de 8 bits"
5976 #~ msgid "Change the stack pointer without disabling interrupts"
5977 #~ msgstr "Changer le pointeur de pile sans désactiver les interruptions"
5979 #~ msgid "Use subroutines for function prologue/epilogue"
5980 #~ msgstr "Utiliser des sous-routines pour le prologue/epilogue de fonction"
5982 #~ msgid "Change only the low 8 bits of the stack pointer"
5983 #~ msgstr "Changer seulement les 8 bits du bas du pointeur de pile"
5985 #~ msgid "Do not generate tablejump insns"
5986 #~ msgstr "Ne pas générer les sauts de table insns"
5988 #~ msgid "Use rjmp/rcall (limited range) on >8K devices"
5989 #~ msgstr "Utiliser rjpm/rcall (étendue limitée) sur des périphériques >8K"
5991 #~ msgid "Output instruction sizes to the asm file"
5992 #~ msgstr "Produire les tailles d'instructions dans le fichier asm"
5994 #~ msgid "Specify the initial stack address"
5995 #~ msgstr "Spécifier l'adresse initiale de la pile"
5997 #~ msgid "Specify the MCU name"
5998 #~ msgstr "Spécifier le nom du MCU"
6000 #~ msgid "trampolines not supported"
6001 #~ msgstr "trampolines ne sont pas supportées"
6003 #~ msgid "missing '(' after '#pragma %s' - ignored"
6004 #~ msgstr "«(» manquante après «#pragma %s» - ignoré"
6006 #~ msgid "missing function name in '#pragma %s' - ignored"
6007 #~ msgstr "nom de fonction manquant dans «#pragma %s» - ignoré"
6009 #~ msgid "malformed '#pragma %s' - ignored"
6010 #~ msgstr "«#pragma %s» mal composé - ignoré"
6012 #~ msgid "missing section name in '#pragma %s' - ignored"
6013 #~ msgstr "nom de section manquant dans «#pragma %s» - ignoré"
6015 #~ msgid "missing ')' for '#pragma %s' - ignored"
6016 #~ msgstr "«)» manquante pour «#pragma %s» - ignoré"
6018 #~ msgid "junk at end of '#pragma %s'"
6019 #~ msgstr "rebut à la fin de «#pragma %s'"
6021 #~ msgid "unknown CPU version %d, using 40.\n"
6022 #~ msgstr "version de processeur %d inconnue, 40 est utilisé.\n"
6024 #~ msgid "ISR %s requires %d words of local vars, max is 32767"
6025 #~ msgstr "ISR %s requiert %d mots de var. locales, max est 32767."
6027 #~ msgid "using CONST_DOUBLE for address"
6028 #~ msgstr "CONST_DOUBLE utilisé pour l'adresse"
6030 #~ msgid "c4x_address_cost: Invalid addressing mode"
6031 #~ msgstr "c4x_address_cost: mode d'adressage invalide"
6033 #~ msgid "c4x_print_operand: %%L inconsistency"
6034 #~ msgstr "c4x_print_operand: %%L inconsistent"
6036 #~ msgid "c4x_print_operand: %%N inconsistency"
6037 #~ msgstr "c4x_print_operand: %%N inconsistent"
6039 #~ msgid "c4x_print_operand: %%O inconsistency"
6040 #~ msgstr "c4x_print_operand: %%O inconsisten"
6042 #~ msgid "c4x_print_operand: Bad operand case"
6043 #~ msgstr "c4x_print_operand: opérande erronée pour un case"
6045 #~ msgid "c4x_print_operand_address: Bad post_modify"
6046 #~ msgstr "c4x_print_operand_address: post-modification erronée"
6048 #~ msgid "c4x_print_operand_address: Bad pre_modify"
6049 #~ msgstr "c4x_print_operand_address: pré-modification erronée"
6051 #~ msgid "c4x_print_operand_address: Bad operand case"
6052 #~ msgstr "c4x_print_operand_address: opérande erronée pour un case"
6054 #~ msgid "c4x_rptb_insert: Cannot find start label"
6055 #~ msgstr "c4x_rptb_insert: ne peut repérer l'étiquette de départ"
6057 #~ msgid "mode not QImode"
6058 #~ msgstr "mode n'est pas QImode"
6060 #~ msgid "invalid indirect memory address"
6061 #~ msgstr "adresse mémoire d'indirection invalide"
6063 #~ msgid "invalid indirect (S) memory address"
6064 #~ msgstr "adresse mémoire (S) d'indirection invalide"
6066 #~ msgid "c4x_valid_operands: Internal error"
6067 #~ msgstr "c4x_valid_operands: erreur interne"
6069 #~ msgid "c4x_operand_subword: invalid mode"
6070 #~ msgstr "c4x_oprande_subword: mode invalide"
6072 #~ msgid "c4x_operand_subword: invalid operand"
6073 #~ msgstr "c4x_operand_subword: opérande invalide"
6075 #~ msgid "c4x_operand_subword: invalid autoincrement"
6076 #~ msgstr "c4x_operand_subword: autoincrement invalide"
6078 #~ msgid "c4x_operand_subword: invalid address"
6079 #~ msgstr "c4x_operand_subword: adresse invalide"
6081 #~ msgid "c4x_operand_subword: address not offsettable"
6082 #~ msgstr "c4x_operand_subword: un décalage d'adresse ne peut s'appliquer sur cette adresse"
6084 #~ msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
6085 #~ msgstr "c4x_rptb_rpts_p: étiquette supérieur de bloc de répétition déplacée\n"
6087 #~ msgid "Small memory model"
6088 #~ msgstr "Modèle de mémoire petite"
6090 #~ msgid "Big memory model"
6091 #~ msgstr "Modèle de mémoire grande"
6093 #~ msgid "Use MPYI instruction for C3x"
6094 #~ msgstr "Utiliser les instructions MPYI pour C3x"
6096 #~ msgid "Do not use MPYI instruction for C3x"
6097 #~ msgstr "Ne pas utiliser les instructions MPYI pour C3x"
6099 #~ msgid "Use fast but approximate float to integer conversion"
6100 #~ msgstr "Utiliser le mode rapide mais approximatif de conversion de flottant à entier"
6102 #~ msgid "Use slow but accurate float to integer conversion"
6103 #~ msgstr "Utiliser le mode lent mais précis de conversion de flottant à entier"
6105 #~ msgid "Enable use of RTPS instruction"
6106 #~ msgstr "Autoriser l'utilisation de l'instruction RTPS"
6108 #~ msgid "Disable use of RTPS instruction"
6109 #~ msgstr "Interdire l'utilisation de l'instruction RTPS"
6111 #~ msgid "Enable use of RTPB instruction"
6112 #~ msgstr "Autoriser l'utilisation de l'instruction RTPB"
6114 #~ msgid "Disable use of RTPB instruction"
6115 #~ msgstr "Interdire l'utilisation de l'instruction RTPB"
6117 #~ msgid "Generate code for C30 CPU"
6118 #~ msgstr "Générer du code pour processeur C30"
6120 #~ msgid "Generate code for C31 CPU"
6121 #~ msgstr "Générer du code pour processeur C31"
6123 #~ msgid "Generate code for C32 CPU"
6124 #~ msgstr "Générer du code pour processeur C32"
6126 #~ msgid "Generate code for C33 CPU"
6127 #~ msgstr "Générer du code pour processeur C33"
6129 #~ msgid "Generate code for C40 CPU"
6130 #~ msgstr "Générer du code pour processeur C40"
6132 #~ msgid "Generate code for C44 CPU"
6133 #~ msgstr "Générer du code pour processeur C44"
6135 #~ msgid "Emit code compatible with TI tools"
6136 #~ msgstr "Produire du code compatible avec les outils TI"
6138 #~ msgid "Emit code to use GAS extensions"
6139 #~ msgstr "Produire du code pour utiliser les extensions GAS"
6141 #~ msgid "Save DP across ISR in small memory model"
6142 #~ msgstr "Sauvegarder DP à travers ISR dans le modèle de mémoire restreinte"
6144 #~ msgid "Don't save DP across ISR in small memory model"
6145 #~ msgstr "Ne pas sauvegarder DP à travers ISR dans le modèle de mémoire restreinte"
6147 #~ msgid "Pass arguments on the stack"
6148 #~ msgstr "Passer les arguments sur la pile"
6150 #~ msgid "Pass arguments in registers"
6151 #~ msgstr "Passer les arguments par les registres"
6153 #~ msgid "Enable new features under development"
6154 #~ msgstr "Autoriser les nouvelles options en développement"
6156 #~ msgid "Disable new features under development"
6157 #~ msgstr "Désactiver les nouvelles options en développement"
6159 #~ msgid "Use the BK register as a general purpose register"
6160 #~ msgstr "Utiliser le registre BK comme registre général tout usage"
6162 #~ msgid "Do not allocate BK register"
6163 #~ msgstr "Ne pas allouer de registre BK"
6165 #~ msgid "Enable use of DB instruction"
6166 #~ msgstr "Activer l'utilisation d'instruction DB"
6168 #~ msgid "Disable use of DB instruction"
6169 #~ msgstr "Désactiver l'utilisation d'instruction DB"
6171 #~ msgid "Enable debugging"
6172 #~ msgstr "Permettre la mise au point"
6174 #~ msgid "Disable debugging"
6175 #~ msgstr "Désactiver la mise au point"
6177 #~ msgid "Force constants into registers to improve hoisting"
6178 #~ msgstr "Forcer les constantes dans les registres pour améliorer la montée"
6180 #~ msgid "Don't force constants into registers"
6181 #~ msgstr "Ne pas forcer les constantes dans les registres"
6183 #~ msgid "Force RTL generation to emit valid 3 operand insns"
6184 #~ msgstr "Forcer la génération RTL pour produire des opérandes insn 3 valides"
6186 #~ msgid "Allow RTL generation to emit invalid 3 operand insns"
6187 #~ msgstr "Autoriser la génération RTL pour produire des opérandes insn 3 invalides"
6189 #~ msgid "Allow unsigned iteration counts for RPTB/DB"
6190 #~ msgstr "Autoriser un compteur non signé d'itérations pour RPTB/DB"
6192 #~ msgid "Disallow unsigned iteration counts for RPTB/DB"
6193 #~ msgstr "Interdire un compteur non signé d'itération pour RPTB/DB"
6195 #~ msgid "Preserve all 40 bits of FP reg across call"
6196 #~ msgstr "Préserver tous les 40 bits du registre FP à travers les appels"
6198 #~ msgid "Only preserve 32 bits of FP reg across call"
6199 #~ msgstr "Préserver seulement 32 bits du registre FP à travers les appels"
6201 #~ msgid "Enable parallel instructions"
6202 #~ msgstr "Autoriser les instructions parallèles"
6204 #~ msgid "Disable parallel instructions"
6205 #~ msgstr "Interdire les instructions parallèles"
6207 #~ msgid "Enable MPY||ADD and MPY||SUB instructions"
6208 #~ msgstr "Autoriser les instructions MPY||ADD et MPY||SUB"
6210 #~ msgid "Disable MPY||ADD and MPY||SUB instructions"
6211 #~ msgstr "Interdire les instructions MPY||ADD et MPY||SUB"
6213 #~ msgid "Assume that pointers may be aliased"
6214 #~ msgstr "Présumer que les pointeurs peuvent être aliasés"
6216 #~ msgid "Assume that pointers not aliased"
6217 #~ msgstr "Présumer que les pointeurs ne peuvent pas être aliasés"
6219 #~ msgid "Specify maximum number of iterations for RPTS"
6220 #~ msgstr "Spécifier le nombre maximum d'itérations pour RPTS"
6222 #~ msgid "Select CPU to generate code for"
6223 #~ msgstr "Sélectionner le processeur pour lequel le code doit être généré"
6225 #~ msgid "unexpected index-type in cris_print_index"
6226 #~ msgstr "type d'index inattendu dans cris_print_index"
6228 #~ msgid "unexpected base-type in cris_print_base"
6229 #~ msgstr "type de base inattendu dans cris_print_base"
6231 #~ msgid "stackframe too big: %d bytes"
6232 #~ msgstr "trame de pile trop grande: %d octets"
6234 #~ msgid "allocated but unused delay list in epilogue"
6235 #~ msgstr "alloué mais liste de délai non utilisée dans l'épilogue"
6237 #~ msgid "unexpected function type needing stack adjustment for __builtin_eh_return"
6238 #~ msgstr "type de fonction inattendue ajustement de la pile nécessaire pour « __builtin_eh_return »"
6240 #~ msgid "invalid operand for 'b' modifier"
6241 #~ msgstr "opérande invalide pour le modificateur « b »"
6243 #~ msgid "invalid operand for 'v' modifier"
6244 #~ msgstr "opérande invalide pour le modificateur « v »"
6246 #~ msgid "invalid operand for 'P' modifier"
6247 #~ msgstr "opérande invalide pour le modificateur « P »"
6249 #~ msgid "invalid operand for 'p' modifier"
6250 #~ msgstr "opérande invalide pour le modificateur « p »"
6252 #~ msgid "invalid operand for 'z' modifier"
6253 #~ msgstr "opérande invalide pour le modificateur « z »"
6255 #~ msgid "invalid operand for 'H' modifier"
6256 #~ msgstr "opérande invalide pour le modificateur « H »"
6258 #~ msgid "bad register"
6259 #~ msgstr "registre erroné"
6261 #~ msgid "invalid operand for 'e' modifier"
6262 #~ msgstr "opérande invalide pour le modificateur « e »"
6264 #~ msgid "invalid operand for 'm' modifier"
6265 #~ msgstr "opérande invalide pour le modificateur « m »"
6267 #~ msgid "invalid operand for 'A' modifier"
6268 #~ msgstr "opérande invalide pour le modificateur « A »"
6270 #~ msgid "invalid operand for 'D' modifier"
6271 #~ msgstr "opérande invalide pour le modificateur « D »"
6273 #~ msgid "invalid operand for 'T' modifier"
6274 #~ msgstr "opérande invalide pour le modificateur « T »"
6276 #~ msgid "invalid operand modifier letter"
6277 #~ msgstr "opérande invalide pour le modificateur de lettre"
6279 #~ msgid "internal error: bad register: %d"
6280 #~ msgstr "erreur interne: registre erroné: %d"
6282 #~ msgid "unexpected multiplicative operand"
6283 #~ msgstr "opérande multiplicative inattendue"
6285 #~ msgid "unexpected operand"
6286 #~ msgstr "opérande inattendue"
6288 #~ msgid "unrecognized address"
6289 #~ msgstr "adresse non reconnue"
6291 #~ msgid "internal error: sideeffect-insn affecting main effect"
6292 #~ msgstr "erreur interne: effet de bord de insn sideeffect-insn ayant un effet principal"
6294 #~ msgid "internal error: cris_side_effect_mode_ok with bad operands"
6295 #~ msgstr "erreur interne: cris_side_effect_mode_ok avec des opérandes erronées"
6297 #~ msgid "unrecognized supposed constant"
6298 #~ msgstr "supposée constante non reconnue"
6300 #~ msgid "unrecognized supposed constant in cris_global_pic_symbol"
6301 #~ msgstr "supposée constante non reconnue dans cris_global_pic_symbol"
6303 #~ msgid "-max-stackframe=%d is not usable, not between 0 and %d"
6304 #~ msgstr "-max-stackframe=%d n'est pas utilisable, n'est pas entre 0 et %d"
6306 #~ msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
6307 #~ msgstr "spécification de version CRIS inconnue dans -march= ou -mcpu= : %s"
6309 #~ msgid "unknown CRIS cpu version specification in -mtune= : %s"
6310 #~ msgstr "spécification de version CRIS inconnue dans -mtune= : %s"
6312 #~ msgid "-fPIC and -fpic are not supported in this configuration"
6313 #~ msgstr "-fPIC et -fpic ne sont pas supportées par cette configuration"
6315 #~ msgid "that particular -g option is invalid with -maout and -melinux"
6316 #~ msgstr "l'option particulière -g est invalide avec -maout et -melinux"
6318 #~ msgid "unexpected side-effects in address"
6319 #~ msgstr "effets de bord inattendue dans l'adresse"
6321 #~ msgid "unexpected PIC symbol"
6322 #~ msgstr "symbole PIC inattendue"
6324 #~ msgid "PIC register isn't set up"
6325 #~ msgstr "le registre n'est pas initialisé"
6327 #~ msgid "unexpected address expression"
6328 #~ msgstr "expression d'adresse inattendue"
6330 #~ msgid "emitting PIC operand, but PIC register isn't set up"
6331 #~ msgstr "génération d'une opérande PIC mais le registre PIC n'est pas initialisé"
6333 #~ msgid "unexpected NOTE as addr_const:"
6334 #~ msgstr "NOTE inattendu comme addr_conts:"
6336 #~ msgid "Compile for the MMU-less Etrax 100-based elinux system"
6337 #~ msgstr "Compiler pour le MMU-less Etrax 100-based de système elinux"
6339 #~ msgid "For elinux, request a specified stack-size for this program"
6340 #~ msgstr "Pour elinux, faire la requête pour un taille de pile spécifique pour ce programme"
6342 #~ msgid "Work around bug in multiplication instruction"
6343 #~ msgstr "Travailler autour de l'anomalie dans l'instructions de multiplication"
6345 #~ msgid "Compile for ETRAX 4 (CRIS v3)"
6346 #~ msgstr "Compilé pour ETRAX 4 (CRIS v3)"
6348 #~ msgid "Compile for ETRAX 100 (CRIS v8)"
6349 #~ msgstr "Compile pour ETRAX 100 (CRIS v8)"
6351 #~ msgid "Emit verbose debug information in assembly code"
6352 #~ msgstr "Produire des informations de mise au point dans le code assemblé"
6354 #~ msgid "Do not use condition codes from normal instructions"
6355 #~ msgstr "Ne pas utiliser du code conditionnel pour des instructions normales"
6357 #~ msgid "Do not emit addressing modes with side-effect assignment"
6358 #~ msgstr "Ne pas produire de modes d'adressage avec des affectations avec effet de bord"
6360 #~ msgid "Do not tune stack alignment"
6361 #~ msgstr "Ne pas ajuster l'alignement de la pile"
6363 #~ msgid "Do not tune writable data alignment"
6364 #~ msgstr "Ne pas ajuster l'alignement les sections de données dynamiques"
6366 #~ msgid "Do not tune code and read-only data alignment"
6367 #~ msgstr "Ne pas ajuster l'alignement du code et des sections de données statiques"
6369 #~ msgid "Align code and data to 32 bits"
6370 #~ msgstr "Aligner le code et les données sur 32 bits"
6372 #~ msgid "Don't align items in code or data"
6373 #~ msgstr "Ne pas aligner les items dans le code ou les données"
6375 #~ msgid "Do not emit function prologue or epilogue"
6376 #~ msgstr "Ne pas générer de prologue ou d'épilogue de fonction"
6378 #~ msgid "Use the most feature-enabling options allowed by other options"
6379 #~ msgstr "Utiliser le plus d'options autorisant autorisant des options permises par les autres options"
6381 #~ msgid "Override -mbest-lib-options"
6382 #~ msgstr "Écraser -mbest-lib-options"
6384 #~ msgid "Generate code for the specified chip or CPU version"
6385 #~ msgstr "Générer le code pour la version de processeur ou de circuit spécifiée"
6387 #~ msgid "Tune alignment for the specified chip or CPU version"
6388 #~ msgstr "Ajuster l'alignement pour la version de processeur ou de circuit spécifiée"
6390 #~ msgid "Warn when a stackframe is larger than the specified size"
6391 #~ msgstr "Avertir lorsqu'une trame de pile est plus grande que la taille spécifiée"
6393 #~ msgid "no FUNCTION_PROFILER for CRIS"
6394 #~ msgstr "pas de FUNCTION_PROFILER pour CRIS"
6396 #~ msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
6397 #~ msgstr "ensemble avec -fpic et -fPIC, ne pas utiliser les références GOTPLT"
6399 #~ msgid "bad modes_tieable_p for register %s, mode1 %s, mode2 %s"
6400 #~ msgstr "modes_tieable_p erronée pour le registre %s, mode1 %s, mode2 %s"
6402 #~ msgid "bad insn to d30v_print_operand_address:"
6403 #~ msgstr "insn erroné pour d30v_print_operand_addresse:"
6405 #~ msgid "bad insn to d30v_print_operand_memory_reference:"
6406 #~ msgstr "insn erroné pour d30v_print_operand_memory_reference:"
6408 #~ msgid "bad insn to d30v_print_operand, 'f' modifier:"
6409 #~ msgstr "insn erroné pour d30v_print_operand, modificateur « f »:"
6411 #~ msgid "bad insn to d30v_print_operand, 'A' modifier:"
6412 #~ msgstr "insn erroné pour d30v_print_operand, modificateur « A »:"
6414 #~ msgid "bad insn to d30v_print_operand, 'M' modifier:"
6415 #~ msgstr "insn erroné pour d30v_print_operand, modificateur « M »:"
6417 #~ msgid "bad insn to print_operand, 'F' or 'T' modifier:"
6418 #~ msgstr "insn erroné pour print_operand, modificateur « F » ou « T »:"
6420 #~ msgid "bad insn to print_operand, 'B' modifier:"
6421 #~ msgstr "insn erroné pour print_operand, modificateur « B »:"
6423 #~ msgid "bad insn to print_operand, 'E' modifier:"
6424 #~ msgstr "insn erroné pour print_operand, modificateur « E »:"
6426 #~ msgid "bad insn to print_operand, 'R' modifier:"
6427 #~ msgstr "insn erroné to print_operand, modificateur « R »:"
6429 #~ msgid "bad insn to print_operand, 's' modifier:"
6430 #~ msgstr "insn erroné to print_operand, modificateur « s »:"
6432 #~ msgid "bad insn in d30v_print_operand, 0 case"
6433 #~ msgstr "insn erroné dans d30v_print_operand, cas 0"
6435 #~ msgid "d30v_emit_comparison"
6436 #~ msgstr "d30v_emit_comparison"
6438 #~ msgid "bad call to d30v_move_2words"
6439 #~ msgstr "appel erroné à d30v_move_2words"
6441 #~ msgid "Enable use of conditional move instructions"
6442 #~ msgstr "Autoriser l'utilisation des instructions conditionnelles move"
6444 #~ msgid "Disable use of conditional move instructions"
6445 #~ msgstr "Interdire l'utilisation des instructions conditionnelles move"
6447 #~ msgid "Debug argument support in compiler"
6448 #~ msgstr "Mettre au point le support d'argument dans le compilateur"
6450 #~ msgid "Debug stack support in compiler"
6451 #~ msgstr "Mettre au point le support de la pile dans le compilateur"
6453 #~ msgid "Debug memory address support in compiler"
6454 #~ msgstr "Mettre au point le support d'adresses dans le compilateur"
6456 #~ msgid "Make adjacent short instructions parallel if possible"
6457 #~ msgstr "Rendre adjacentes les instructions short en instructions parallèles si possible"
6459 #~ msgid "Do not make adjacent short instructions parallel"
6460 #~ msgstr "Ne pas rendre adjacentes les instructions short en instructions parallèles"
6462 #~ msgid "Link programs/data to be in external memory by default"
6463 #~ msgstr "Faire l'édition de lien des programmes/données comme étant externe à la mémoire par défaut"
6465 #~ msgid "Link programs/data to be in onchip memory by default"
6466 #~ msgstr "Faire l'édition de lien des programmes/données comme étant interne dans la circuiterie de la mémoire par défaut"
6468 #~ msgid "Change the branch costs within the compiler"
6469 #~ msgstr "Changer les coûts de branchement à l'intérieur du compilateur"
6471 #~ msgid "Change the threshold for conversion to conditional execution"
6472 #~ msgstr "Changer le seuil pour la conversion en une exécution conditionnelle"
6474 #~ msgid "stack size > 32k"
6475 #~ msgstr "taille de la pile > 32k"
6477 #~ msgid "invalid addressing mode"
6478 #~ msgstr "mode d'adressage invalide"
6480 #~ msgid "bad register extension code"
6481 #~ msgstr "code d'extension de registre erroné"
6483 #~ msgid "invalid offset in ybase addressing"
6484 #~ msgstr "décalage invalide dans l'adresse ybase"
6486 #~ msgid "invalid register in ybase addressing"
6487 #~ msgstr "registre invalide dans l'adressage ybase"
6489 #~ msgid "invalid shift operator in emit_1600_core_shift"
6490 #~ msgstr "opérateur de décalage invalide dans emit_1600_core_shift"
6492 #~ msgid "invalid mode for gen_tst_reg"
6493 #~ msgstr "mode invalide pour gen_tst_reg"
6495 #~ msgid "invalid mode for integer comparison in gen_compare_reg"
6496 #~ msgstr "mode invalide pour la comparaison d'entiers dans gen_compare_reg"
6498 #~ msgid "Pass parameters in registers (default)"
6499 #~ msgstr "Passer les paramètres par les registres (par défaut)"
6501 #~ msgid "Don't pass parameters in registers"
6502 #~ msgstr "Ne pas passer les paramètres par les registres"
6504 #~ msgid "Generate code for near calls"
6505 #~ msgstr "Générer du code pour les appels proches"
6507 #~ msgid "Don't generate code for near calls"
6508 #~ msgstr "Ne pas générer du code pour les appels proches"
6510 #~ msgid "Generate code for near jumps"
6511 #~ msgstr "Générer du code pour les sauts proches"
6513 #~ msgid "Don't generate code for near jumps"
6514 #~ msgstr "Ne pas générer du code pour les sauts proches"
6516 #~ msgid "Generate code for a bit-manipulation unit"
6517 #~ msgstr "Générer du code pour une unité de manipulation de bits"
6519 #~ msgid "Don't generate code for a bit-manipulation unit"
6520 #~ msgstr "Ne pas générer du code pour une unité de manipulation de bits"
6522 #~ msgid "Generate code for memory map1"
6523 #~ msgstr "Générer du code pour la mémoire map1"
6525 #~ msgid "Generate code for memory map2"
6526 #~ msgstr "Générer du code pour la mémoire map2"
6528 #~ msgid "Generate code for memory map3"
6529 #~ msgstr "Générer du code pour la mémoire map3"
6531 #~ msgid "Generate code for memory map4"
6532 #~ msgstr "Générer du code pour la mémoire map4"
6534 #~ msgid "Ouput extra code for initialized data"
6535 #~ msgstr "Produire du code additionnel pour les données initialisées"
6537 #~ msgid "Don't let reg. allocator use ybase registers"
6538 #~ msgstr "Ne pas laisser l'allocateur de registres utiliser les registres ybase"
6540 #~ msgid "Output extra debug info in Luxworks environment"
6541 #~ msgstr "Produire des informations supplémentaires de mise au point dans l'environnement Luxworks"
6543 #~ msgid "Save temp. files in Luxworks environment"
6544 #~ msgstr "Sauvegarder les fichiers temporaires dans l'environnement Luxworks"
6546 #~ msgid "Specify alternate name for text section"
6547 #~ msgstr "Spécifier un nom alternatif pour la section texte"
6549 #~ msgid "Specify alternate name for data section"
6550 #~ msgstr "Spécifier un nom alternatif pour la section données"
6552 #~ msgid "Specify alternate name for bss section"
6553 #~ msgstr "Spécifier un nom alternatif pour la section bss"
6555 #~ msgid "Specify alternate name for constant section"
6556 #~ msgstr "Spécifier un nom alternatif pour la section des constantes"
6558 #~ msgid "Specify alternate name for dsp16xx chip"
6559 #~ msgstr "Spécifier un nom alternatif pour le cirsuit dsp16xx"
6561 #~ msgid "profiling not implemented yet"
6562 #~ msgstr "profilage n'est pas implanté encore"
6564 #~ msgid "trampolines not yet implemented"
6565 #~ msgstr "trampolines ne sont pas encore implantées"
6567 #~ msgid "fr30_print_operand_address: unhandled address"
6568 #~ msgstr "fr30_print_operand_address: adresse non traitée"
6570 #~ msgid "fr30_print_operand: unrecognized %%p code"
6571 #~ msgstr "fr30_print_operand: code %%p non reconnue"
6573 #~ msgid "fr30_print_operand: unrecognized %%b code"
6574 #~ msgstr "fr30_print_operand: code %%b non reconnue"
6576 #~ msgid "fr30_print_operand: unrecognized %%B code"
6577 #~ msgstr "fr30_print_operand: code %%B non reconnu"
6579 #~ msgid "fr30_print_operand: invalid operand to %%A code"
6580 #~ msgstr "fr30_print_operand: opérande invalide pour code %%A"
6582 #~ msgid "fr30_print_operand: invalid %%x code"
6583 #~ msgstr "fr30_print_operand: code %%x invalide"
6585 #~ msgid "fr30_print_operand: invalid %%F code"
6586 #~ msgstr "fr30_print_operand: code %%F invalide"
6588 #~ msgid "fr30_print_operand: unknown code"
6589 #~ msgstr "fr30_print_operand: code inconnu"
6591 #~ msgid "fr30_print_operand: unhandled MEM"
6592 #~ msgstr "fr30_print_operand: MEM non traité"
6594 #~ msgid "Assume small address space"
6595 #~ msgstr "Présumer un petit espace d'adressage"
6597 #~ msgid "Unknown cpu: -mcpu=%s"
6598 #~ msgstr "Processeur inconnu : -mcpu=%s"
6600 #~ msgid "-fpic and -gdwarf are incompatible (-fpic and -g/-gdwarf-2 are fine)"
6601 #~ msgstr "-fpic et -gdwarf sont incompatibles (-fpic et -g/-gdwarf-2 sont acceptables)"
6603 #~ msgid "Bad insn to frv_print_operand_address:"
6604 #~ msgstr "insn erroné pour frv_print_operand_addresse:"
6606 #~ msgid "Bad register to frv_print_operand_memory_reference_reg:"
6607 #~ msgstr "registre erroné pour frv_print_operand_memory_reference_reg:"
6609 #~ msgid "Bad insn to frv_print_operand_memory_reference:"
6610 #~ msgstr "insn erroné pour frv_print_operand_memory_reference:"
6612 #~ msgid "Bad insn in frv_print_operand, bad const_double"
6613 #~ msgstr "insn erroné dans frv_print_operand, bad const_double"
6615 #~ msgid "Bad insn to frv_print_operand, 'C' modifier:"
6616 #~ msgstr "insn erroné pour frv_print_operand, modificateur « C »:"
6618 #~ msgid "Bad insn to frv_print_operand, 'c' modifier:"
6619 #~ msgstr "insn erroné pour frv_print_operand, modificateur « c »:"
6621 #~ msgid "Bad insn to frv_print_operand, 'e' modifier:"
6622 #~ msgstr "insn erroné pour frv_print_operand, modificateur « e »:"
6624 #~ msgid "Bad insn to frv_print_operand, 'F' modifier:"
6625 #~ msgstr "insn erroné pour frv_print_operand, modificateur « F »:"
6627 #~ msgid "Bad insn to frv_print_operand, 'f' modifier:"
6628 #~ msgstr "insn erroné pour frv_print_operand, modificateur « f »:"
6630 #~ msgid "Bad insn to frv_print_operand, 'L' modifier:"
6631 #~ msgstr "insn erroné pour frv_print_operand, modificateur « L »:"
6633 #~ msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
6634 #~ msgstr "insn erroné pour frv_print_operand, modificateur « M/N »:"
6636 #~ msgid "Bad insn to frv_print_operand, 'O' modifier:"
6637 #~ msgstr "insn erroné pour frv_print_operand, modificateur « O »:"
6639 #~ msgid "Bad insn to frv_print_operand, P modifier:"
6640 #~ msgstr "insn erroné pour frv_print_operand, modificateur « P »:"
6642 #~ msgid "Bad insn in frv_print_operand, z case"
6643 #~ msgstr "insn erroné dans frv_print_operand, case z"
6645 #~ msgid "Bad insn in frv_print_operand, 0 case"
6646 #~ msgstr "insn erroné dans frv_print_operand, case 0"
6648 #~ msgid "frv_print_operand: unknown code"
6649 #~ msgstr "frv_print_operand: code inconnu"
6651 #~ msgid "Bad output_move_single operand"
6652 #~ msgstr "opérande output_move_single erronée"
6654 #~ msgid "Bad output_move_double operand"
6655 #~ msgstr "opérande output_move_double erronée"
6657 #~ msgid "Bad output_condmove_single operand"
6658 #~ msgstr "opérande output_condmove_single erronée"
6660 #~ msgid "frv_registers_update"
6661 #~ msgstr "frv_registers_update"
6663 #~ msgid "frv_registers_used_p"
6664 #~ msgstr "frv_registers_used_p"
6666 #~ msgid "frv_registers_set_p"
6667 #~ msgstr "frv_registers_set_p"
6669 #~ msgid "accumulator is not a constant integer"
6670 #~ msgstr "accumulateur n'est pas une constante en entier"
6672 #~ msgid "accumulator number is out of bounds"
6673 #~ msgstr "numéro de l'accumulateur est hors limite"
6675 #~ msgid "inappropriate accumulator for `%s'"
6676 #~ msgstr "accumulateur inapproprié pour « %s »"
6678 #~ msgid "`%s' expects a constant argument"
6679 #~ msgstr "« %s » attend un argument de constante"
6681 #~ msgid "constant argument out of range for `%s'"
6682 #~ msgstr "argument de constante hors limite pour « %s »"
6684 #~ msgid "media functions are not available unless -mmedia is used"
6685 #~ msgstr "fonctions média ne sont pas disponibles à mois que -mmedia soit utilisé"
6687 #~ msgid "this media function is only available on the fr500"
6688 #~ msgstr "cette fonction média est seulement disponible sur le fr500"
6690 #~ msgid "this media function is only available on the fr400"
6691 #~ msgstr "cette fonction média est seulement disponible sur le fr400"
6696 #~ msgid "-ms2600 is used without -ms"
6697 #~ msgstr "-ms2600 est utilisé sans -ms"
6699 #~ msgid "-mn is used without -mh or -ms"
6700 #~ msgstr "-mm est utilisé sans -mh ou -ms"
6702 #~ msgid "Generate H8S code"
6703 #~ msgstr "Générer du code H8S"
6705 #~ msgid "Do not generate H8S code"
6706 #~ msgstr "Ne pas générer du code H8S"
6708 #~ msgid "Generate H8S/2600 code"
6709 #~ msgstr "Générer du code H8S/S2600"
6711 #~ msgid "Do not generate H8S/2600 code"
6712 #~ msgstr "Ne pas générer du code H8S/2600"
6714 #~ msgid "Make integers 32 bits wide"
6715 #~ msgstr "Rendre les entiers larges de 32 bits"
6717 #~ msgid "Use registers for argument passing"
6718 #~ msgstr "Utiliser les registres pour le passage d'arguments"
6720 #~ msgid "Do not use registers for argument passing"
6721 #~ msgstr "Ne pas utiliser les registres pour le passage d'arguments"
6723 #~ msgid "Consider access to byte sized memory slow"
6724 #~ msgstr "Considérer l'accès mémoire lent pour la taille d'octets"
6726 #~ msgid "Enable linker relaxing"
6727 #~ msgstr "Activer la rélâche par l'éditeur de liens"
6729 #~ msgid "Generate H8/300H code"
6730 #~ msgstr "Générer du code H8/300H"
6732 #~ msgid "Enable the normal mode"
6733 #~ msgstr "Activer le mode normal"
6735 #~ msgid "Do not generate H8/300H code"
6736 #~ msgstr "Ne pas générer du code H8/300H"
6738 #~ msgid "Use H8/300 alignment rules"
6739 #~ msgstr "Utiliser les règles d'alignement H8/300"
6741 #~ msgid "junk at end of #pragma map"
6742 #~ msgstr "rebut à la fin de #pragma map"
6744 #~ msgid "malformed #pragma map, ignored"
6745 #~ msgstr "#pragma map mal composé, ignoré"
6747 #~ msgid "real name is too long - alias ignored"
6748 #~ msgstr "nom réel est trop long - alias ignoré"
6750 #~ msgid "alias name is too long - alias ignored"
6751 #~ msgstr "nom d'alias est trop long - alias ignoré"
6753 #~ msgid "internal error--no jump follows compare:"
6754 #~ msgstr "erreur interne--pas de saut suivant la comparaison:"
6756 #~ msgid "Generate char instructions"
6757 #~ msgstr "Générer des instructions « char »"
6759 #~ msgid "Do not generate char instructions"
6760 #~ msgstr "Ne pas générer des instructions « char »"
6762 #~ msgid "code model %s not supported in PIC mode"
6763 #~ msgstr "model de code %s n'est pas supporté en mode PIC"
6765 #~ msgid "bad value (%s) for -mcmodel= switch"
6766 #~ msgstr "valeur erronée (%s) pour l'opton -mcmodel="
6768 #~ msgid "bad value (%s) for -masm= switch"
6769 #~ msgstr "valeur erronée (%s) pour l'option -masm"
6771 #~ msgid "code model `%s' not supported in the %s bit mode"
6772 #~ msgstr "model de code « %s » n'est pas supporté dans le mode %s bits"
6774 #~ msgid "code model `large' not supported yet"
6775 #~ msgstr "model de code « large » n'est pas supporté encore"
6777 #~ msgid "%i-bit mode not compiled in"
6778 #~ msgstr "mode %i bits pas compilé en"
6780 #~ msgid "CPU you selected does not support x86-64 instruction set"
6781 #~ msgstr "le processeur sélectionné ne supporte pas le jeu d'instructions x86-64"
6783 #~ msgid "bad value (%s) for -march= switch"
6784 #~ msgstr "valeur erronée (%s) pour l'option -march="
6786 #~ msgid "bad value (%s) for -mtune= switch"
6787 #~ msgstr "valeur erronée (%s) pour l'option -mtune="
6789 #~ msgid "-mregparm=%d is not between 0 and %d"
6790 #~ msgstr "-mregparm=%d n'est pas entre 0 et %d"
6792 #~ msgid "-malign-loops is obsolete, use -falign-loops"
6793 #~ msgstr "-malign-loops est obsolète, utiliser -falign-loops"
6795 #~ msgid "-malign-loops=%d is not between 0 and %d"
6796 #~ msgstr "-malign-loops=%d n'est pas entre 0 et %d"
6798 #~ msgid "-malign-jumps is obsolete, use -falign-jumps"
6799 #~ msgstr "-malign-jumps est obsolète, utiliser -falign-loops"
6801 #~ msgid "-malign-functions is obsolete, use -falign-functions"
6802 #~ msgstr "-malign-functions est obsolète, utiliser -falign-loops"
6804 #~ msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
6805 #~ msgstr "-mpreferred-stack-boundary=%d n'est pas entre %d et 12"
6807 #~ msgid "-mbranch-cost=%d is not between 0 and 5"
6808 #~ msgstr "-mbranch-cost=%d n'est pas entre 0 et 5"
6810 #~ msgid "bad value (%s) for -mtls-dialect= switch"
6811 #~ msgstr "valeur erronée (%s) pour l'option -mtls-dialect"
6813 #~ msgid "-malign-double makes no sense in the 64bit mode"
6814 #~ msgstr "-malign-double n'a aucun sens en mode 64 bits"
6816 #~ msgid "-mrtd calling convention not supported in the 64bit mode"
6817 #~ msgstr "la conversion d'appel -mrtd n'est pas supporté en mode 64 bits"
6819 #~ msgid "SSE instruction set disabled, using 387 arithmetics"
6820 #~ msgstr "jeu d'instructions SSE désactivé, arithmétique 387 est utilisé"
6822 #~ msgid "387 instruction set disabled, using SSE arithmetics"
6823 #~ msgstr "jeu d'instructions 387 désactivé, arithmétique SSE est utilisé"
6825 #~ msgid "bad value (%s) for -mfpmath= switch"
6826 #~ msgstr "valeur erronée (%s) pour l'option -mfpmath"
6828 #~ msgid "fastcall and stdcall attributes are not compatible"
6829 #~ msgstr "les attributs fastcall et stdcall ne sont pas compatibles"
6831 #~ msgid "fastcall and regparm attributes are not compatible"
6832 #~ msgstr "les attributs fastcall et regparm ne sont pas compatibles"
6834 #~ msgid "`%s' attribute requires an integer constant argument"
6835 #~ msgstr "l'attribut « %s » requiert un argument de type constante entière"
6837 #~ msgid "argument to `%s' attribute larger than %d"
6838 #~ msgstr "l'argument pour l'attribut « %s » est plus grand que %d"
6840 #~ msgid "SSE vector argument without SSE enabled changes the ABI"
6841 #~ msgstr "l'argument vecteur SSE sans autorisation SSE modifie l'ABI "
6843 #~ msgid "MMX vector argument without MMX enabled changes the ABI"
6844 #~ msgstr "l'argument vecteur SSE sans autorisation MXX modifie l'ABI "
6846 #~ msgid "SSE vector return without SSE enabled changes the ABI"
6847 #~ msgstr "vecteur SSE retourné sans autorisation SSE des changements de l'ABI "
6849 #~ msgid "invalid UNSPEC as operand"
6850 #~ msgstr "UNSPEC invalide comme opérande"
6852 #~ msgid "extended registers have no high halves"
6853 #~ msgstr "registres étendus n'a pas de demis hauts"
6855 #~ msgid "unsupported operand size for extended register"
6856 #~ msgstr "taille d'opérande non supportée pour un registre étendu"
6858 #~ msgid "operand is neither a constant nor a condition code, invalid operand code 'c'"
6859 #~ msgstr "l'opérande n'est ni une constante ni du code de condition, code d'opérande invalide « c »"
6861 #~ msgid "invalid operand code `%c'"
6862 #~ msgstr "opérande invalide pour « %c »"
6864 #~ msgid "invalid constraints for operand"
6865 #~ msgstr "contrainte invalide pour l'opérande"
6867 #~ msgid "unknown insn mode"
6868 #~ msgstr "mode insn inconnu"
6870 #~ msgid "selector must be an integer constant in the range 0..%i"
6871 #~ msgstr "le sélecteur doit être une constante entière entre les bornes 0..%i"
6873 #~ msgid "shift must be an immediate"
6874 #~ msgstr "décalage doit être un immédiat"
6876 #~ msgid "`%s' incompatible attribute ignored"
6877 #~ msgstr "attribut « %s » incompatible ignoré"
6879 #~ msgid "%Jfunction `%D' definition is marked dllimport."
6880 #~ msgstr "%Jdéfinition de la fonction « %D » est marquée dllimport"
6882 #~ msgid "%Jvariable `%D' definition is marked dllimport."
6883 #~ msgstr "%Jdéfinition de la variable « %D » est marquée dllimport"
6885 #~ msgid "%Jexternal linkage required for symbol '%D' because of '%s' attribute."
6886 #~ msgstr "%Jédition de lien externe requise pour le symbole « %D » en raison de l'attribut « %s »"
6888 #~ msgid "`%s' attribute only applies to variables"
6889 #~ msgstr "attribut « %s » s'applique seulement aux variables"
6891 #~ msgid "%Jfunction '%D' is defined after prior declaration as dllimport: attribute ignored"
6892 #~ msgstr "%Jfonction « %D » est définie après un déclaration antérieure en tant que dllimport: attribut ignoré"
6894 #~ msgid "%Jinline function '%D' is declared as dllimport: attribute ignored."
6895 #~ msgstr "%Jfonction enligne « %D » est déclarée en tant que dllimport: attribut ignoré."
6897 #~ msgid "%Jdefinition of static data member '%D' of dllimport'd class."
6898 #~ msgstr "%Jdéfinition d'un membre statique de données « %D » de la classe dllimport"
6900 #~ msgid "%Jinconsistent dll linkage for '%D', dllexport assumed."
6901 #~ msgstr "%Jédition de lien dll inconsistent pour « %D »: dllexport assumé."
6903 #~ msgid "`%s' declared as both exported to and imported from a DLL"
6904 #~ msgstr "« %s » déclaré à la fois comme exporté et importé d'une DLL"
6906 #~ msgid "%Jfailure in redeclaration of '%D': dllimport'd symbol lacks external linkage."
6907 #~ msgstr "%Jéchec dans la redéclation de « %D »: symbol dllimporté manque de liens externes."
6909 #~ msgid "%J'%D' defined locally after being referenced with dllimport linkage"
6910 #~ msgstr "%J« %D » défini localement après avoir été référencé avec lien dllimport."
6912 #~ msgid "%J'%D' redeclared without dllimport attribute after being referenced with dllimport linkage"
6913 #~ msgstr "%J« %D » redéclaré sans attribut dllimport après avoir été référencé avec lien dllimport."
6915 #~ msgid "%J'%D' causes a section type conflict"
6916 #~ msgstr "%J« %D » cause un conflit du type de section"
6918 #~ msgid "Use the Cygwin interface"
6919 #~ msgstr "Utiliser l'interface Cygwin"
6921 #~ msgid "Use the Mingw32 interface"
6922 #~ msgstr "Utiliser l'interface Mingw32"
6924 #~ msgid "Create GUI application"
6925 #~ msgstr "Créer une application de type GUI"
6927 #~ msgid "Don't set Windows defines"
6928 #~ msgstr "Ne pas initialiser les définitions Windows"
6930 #~ msgid "Set Windows defines"
6931 #~ msgstr "Initialiser les définitions Windows"
6933 #~ msgid "Create console application"
6934 #~ msgstr "Créer une application de type console"
6936 #~ msgid "Generate code for a DLL"
6937 #~ msgstr "Générer le code pour un DLL"
6939 #~ msgid "Ignore dllimport for functions"
6940 #~ msgstr "Ignorer dllimport pour fonctions"
6942 #~ msgid "Use Mingw-specific thread support"
6943 #~ msgstr "Utilise le support de thread spécifique à Mingw"
6945 #~ msgid "-f%s ignored for target (all code is position independent)"
6946 #~ msgstr "-f%s ignoré pour la cible (tout le code set indépendant de la position)"
6948 #~ msgid "-mbnu210 is ignored (option is obsolete)"
6949 #~ msgstr "-mbnu210 est ignoré (option obsolète)"
6951 #~ msgid "ms-bitfields not supported for objc"
6952 #~ msgstr "ms-bitfields n'est pas supporté pour objc"
6954 #~ msgid "Alternate calling convention"
6955 #~ msgstr "Convention alternative d'appels"
6957 #~ msgid "Use normal calling convention"
6958 #~ msgstr "Utiliser la convention normale d'appels"
6960 #~ msgid "Align some doubles on dword boundary"
6961 #~ msgstr "Aligner quelques doubles sur des frontières de mots doubles"
6963 #~ msgid "Align doubles on word boundary"
6964 #~ msgstr "Aligner les doubles sur des frontières de mots"
6966 #~ msgid "Uninitialized locals in .bss"
6967 #~ msgstr "Var. locales non initialisées dans .bss"
6969 #~ msgid "Uninitialized locals in .data"
6970 #~ msgstr "Var. locales non initialisées dans .data"
6972 #~ msgid "Use IEEE math for fp comparisons"
6973 #~ msgstr "Utiliser les mathématiques IEEE pour les comparaisons FP"
6975 #~ msgid "Do not use IEEE math for fp comparisons"
6976 #~ msgstr "Ne pas utiliser les mathématiques IEEE pour les comparaisons FP"
6978 #~ msgid "Return values of functions in FPU registers"
6979 #~ msgstr "Retourner les valeurs de fonctions dans les registres FPU"
6981 #~ msgid "Do not return values of functions in FPU registers"
6982 #~ msgstr "Ne pas retourner les valeurs de fonctions dans les registres FPU"
6984 #~ msgid "Do not generate sin, cos, sqrt for FPU"
6985 #~ msgstr "Ne pas générer sin, cos, sqrt pour le FPU"
6987 #~ msgid "Generate sin, cos, sqrt for FPU"
6988 #~ msgstr "Générer sin, cos, sqrt pour le FPU"
6990 #~ msgid "Omit the frame pointer in leaf functions"
6991 #~ msgstr "Omettre le pointeur de trame dans les fonctions feuilles"
6993 #~ msgid "Enable stack probing"
6994 #~ msgstr "Autoriser le sondage de la pile"
6996 #~ msgid "Align destination of the string operations"
6997 #~ msgstr "Aligner la destination des opérations sur les chaînes"
6999 #~ msgid "Do not align destination of the string operations"
7000 #~ msgstr "Ne pas aligner la destination des opérations sur les chaînes"
7002 #~ msgid "Inline all known string operations"
7003 #~ msgstr "Permettre l'enlignage dans toutes les opérations portant sur les chaînes"
7005 #~ msgid "Do not inline all known string operations"
7006 #~ msgstr "Ne pas permettre l'enlignage dans toutes les opérations portant sur les chaînes"
7008 #~ msgid "Use push instructions to save outgoing arguments"
7009 #~ msgstr "Utiliser les instructions push pour sauvegardes les arguments sortants"
7011 #~ msgid "Do not use push instructions to save outgoing arguments"
7012 #~ msgstr "Ne pas utiliser les instructions push pour sauvegardes les arguments sortants"
7014 #~ msgid "Support MMX built-in functions"
7015 #~ msgstr "Supporte les fonctions internes MMX"
7017 #~ msgid "Do not support MMX built-in functions"
7018 #~ msgstr "Ne supporte pas les fonctions internes MMX"
7020 #~ msgid "Support 3DNow! built-in functions"
7021 #~ msgstr "Supporte les fonctions internes 3DNOW!"
7023 #~ msgid "Do not support 3DNow! built-in functions"
7024 #~ msgstr "Ne supporte pas les fonctions internes 3DNOW!"
7026 #~ msgid "Support MMX and SSE built-in functions and code generation"
7027 #~ msgstr "Supporte les fonctions internes MMX et SSE et la génération de code"
7029 #~ msgid "Do not support MMX and SSE built-in functions and code generation"
7030 #~ msgstr "Ne supporte pas les fonctions internes MMX et SSE et la génération de code"
7032 #~ msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
7033 #~ msgstr "Supporte les fonctions internes MMX, SSE et SSE2 et la génération de code"
7035 #~ msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
7036 #~ msgstr "Ne supporte pas les fonctions internes MMX, SSE et SSE2 et la génération de code"
7038 #~ msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
7039 #~ msgstr "Supporte les fonctions internes MMX, SSE, SSE2 et SSE3 et la génération de code"
7041 #~ msgid "Do not support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"
7042 #~ msgstr "Ne supporte pas les fonctions internes MMX, SSE, SSE2 et SSE3 et la génération de code"
7044 #~ msgid "sizeof(long double) is 16"
7045 #~ msgstr "sizeof(long double) est 16"
7047 #~ msgid "sizeof(long double) is 12"
7048 #~ msgstr "sizeof(long double) est 12"
7050 #~ msgid "Generate 64bit x86-64 code"
7051 #~ msgstr "Générer du code 64 bits pour x86-64"
7053 #~ msgid "Generate 32bit i386 code"
7054 #~ msgstr "Générer du code 32 bits pour i386"
7056 #~ msgid "Use native (MS) bitfield layout"
7057 #~ msgstr "Utiliser une configuration de champ de bits native (MS)"
7059 #~ msgid "Use gcc default bitfield layout"
7060 #~ msgstr "Utiliser la configuration par défaut de gcc pour les champs de bits"
7062 #~ msgid "Use red-zone in the x86-64 code"
7063 #~ msgstr "Utiliser la zone-rouge pour le code x86-64"
7065 #~ msgid "Do not use red-zone in the x86-64 code"
7066 #~ msgstr "Ne pas utiliser la zone-rouge pour le code x86-64"
7068 #~ msgid "Use direct references against %gs when accessing tls data"
7069 #~ msgstr "Utiliser la référence directe envers %gs lors de l'accès des données tls"
7071 #~ msgid "Do not use direct references against %gs when accessing tls data"
7072 #~ msgstr "Ne pas utiliser la référence directe envers %gs lors de l'accès des données tls"
7074 #~ msgid "Schedule code for given CPU"
7075 #~ msgstr "Ordonnancer le code pour le processeur donné"
7077 #~ msgid "Generate floating point mathematics using given instruction set"
7078 #~ msgstr "Générer les mathématiques en virgule flottante avec le jeu d'instructions données"
7080 #~ msgid "Generate code for given CPU"
7081 #~ msgstr "Générer le code pour le processeur donné"
7083 #~ msgid "Number of registers used to pass integer arguments"
7084 #~ msgstr "Nombre de registres utilisés pour passer les arguments entiers"
7086 #~ msgid "Loop code aligned to this power of 2"
7087 #~ msgstr "Codes de boucles alignés selon une puissance de 2"
7089 #~ msgid "Jump targets are aligned to this power of 2"
7090 #~ msgstr "Sauts de cibles alignés selon une puissance de 2"
7092 #~ msgid "Function starts are aligned to this power of 2"
7093 #~ msgstr "Débuts des fonction alignés selon une puissance de 2"
7095 #~ msgid "Attempt to keep stack aligned to this power of 2"
7096 #~ msgstr "Tentative de conservation de la pile alignée selon une puissance de 2"
7098 #~ msgid "Branches are this expensive (1-5, arbitrary units)"
7099 #~ msgstr "Branchements coûteux à ce point (1-4, unités arbitraires)"
7101 #~ msgid "Use given x86-64 code model"
7102 #~ msgstr "Utiliser le modèle de x86-64 donné"
7104 #~ msgid "Use given assembler dialect"
7105 #~ msgstr "Utiliser la syntaxe de l'assembleur donné"
7107 #~ msgid "Use given thread-local storage dialect"
7108 #~ msgstr "Utiliser le dialecte de stockage du thread local fourni"
7110 #~ msgid "Generate ELF output"
7111 #~ msgstr "Générer la sortie ELF"
7113 #~ msgid "environment variable DJGPP not defined"
7114 #~ msgstr "variable d'environment DJGPP non définie"
7116 #~ msgid "environment variable DJGPP points to missing file '%s'"
7117 #~ msgstr "variable d'environment DJGPP pointe sur un fichier manquant « %s »"
7119 #~ msgid "environment variable DJGPP points to corrupt file '%s'"
7120 #~ msgstr "variable d'environment DJGPP pointe vers un fichier corrompu « %s »"
7122 #~ msgid "Generate code which uses the FPU"
7123 #~ msgstr "Générer du code qui utilise le FPU"
7125 #~ msgid "Do not generate code which uses the FPU"
7126 #~ msgstr "Ne pas générer du code qui utilise le FPU"
7128 #~ msgid "sorry, not implemented: #pragma align NAME=SIZE"
7129 #~ msgstr "désolé, pas implanté: #pragma align NOM=TAILLE"
7131 #~ msgid "malformed #pragma align - ignored"
7132 #~ msgstr "#pragma align mal composé - ignoré"
7134 #~ msgid "sorry, not implemented: #pragma noalign NAME"
7135 #~ msgstr "désolé, pas implanté: #pragma noalign NOM"
7137 #~ msgid "conflicting architectures defined - using C series"
7138 #~ msgstr "architectures conflictuelles définies - utilise les séries C"
7140 #~ msgid "conflicting architectures defined - using K series"
7141 #~ msgstr "architectures conflictuelles définies - utilise les séries K"
7143 #~ msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
7144 #~ msgstr "iC2.0 et iC3.0 sont incompatibles - utilise iC3.0"
7146 #~ msgid "stack limit expression is not supported"
7147 #~ msgstr "expression limitant la pile n'est pas supportée"
7149 #~ msgid "Generate SA code"
7150 #~ msgstr "Générer du code SA"
7152 #~ msgid "Generate SB code"
7153 #~ msgstr "Générer du code SB"
7155 #~ msgid "Generate KA code"
7156 #~ msgstr "Générer du code KA"
7158 #~ msgid "Generate KB code"
7159 #~ msgstr "Générer du code KB"
7161 #~ msgid "Generate JA code"
7162 #~ msgstr "Générer du code JA"
7164 #~ msgid "Generate JD code"
7165 #~ msgstr "Générer du code JD"
7167 #~ msgid "Generate JF code"
7168 #~ msgstr "Générer du code JF"
7170 #~ msgid "generate RP code"
7171 #~ msgstr "Générer du code RP"
7173 #~ msgid "Generate MC code"
7174 #~ msgstr "Générer du code MC"
7176 #~ msgid "Generate CA code"
7177 #~ msgstr "Générer du code CA"
7179 #~ msgid "Generate CF code"
7180 #~ msgstr "Générer du code CF"
7182 #~ msgid "Use software floating point"
7183 #~ msgstr "Utiliser le traitement par logiciel des nombres flottants"
7185 #~ msgid "Use alternate leaf function entries"
7186 #~ msgstr "Utiliser les entrées alternatives pour les fonctions de feuilles"
7188 #~ msgid "Do not use alternate leaf function entries"
7189 #~ msgstr "Ne pas utiliser les entrées alternatives pour les fonctions de feuilles"
7191 #~ msgid "Perform tail call optimization"
7192 #~ msgstr "Effectuer une optimisation sur mesure des appels"
7194 #~ msgid "Do not perform tail call optimization"
7195 #~ msgstr "Ne pas effectuer une optimisation sur mesure des appels"
7197 #~ msgid "Use complex addressing modes"
7198 #~ msgstr "Utiliser les modes d'adressage complexes"
7200 #~ msgid "Do not use complex addressing modes"
7201 #~ msgstr "Ne pas utiliser les modes d'adressage complexes"
7203 #~ msgid "Align code to 8 byte boundary"
7204 #~ msgstr "Aligner le code sur des frontières de 8 octets"
7206 #~ msgid "Do not align code to 8 byte boundary"
7207 #~ msgstr "Ne pas aligner le code sur des frontières de 8 octets"
7209 #~ msgid "Enable compatibility with iC960 v2.0"
7210 #~ msgstr "Autoriser la compatibilité avec iC960 v2.0"
7212 #~ msgid "Enable compatibility with iC960 v3.0"
7213 #~ msgstr "Autoriser la compatibilité avec iC960 v3.0"
7215 #~ msgid "Enable compatibility with ic960 assembler"
7216 #~ msgstr "Autoriser la compatibilité avec l'assembleur iC960"
7218 #~ msgid "Do not permit unaligned accesses"
7219 #~ msgstr "Ne pas permettre les accès non alignés"
7221 #~ msgid "Permit unaligned accesses"
7222 #~ msgstr "Permettre les accès non alignés"
7224 #~ msgid "Layout types like Intel's v1.3 gcc"
7225 #~ msgstr "Utiliser une disposition de type Intel's v1.3 gcc"
7227 #~ msgid "Do not layout types like Intel's v1.3 gcc"
7228 #~ msgstr "Ne pas utiliser une disposition de type Intel's v1.3 gcc"
7230 #~ msgid "Use 64 bit long doubles"
7231 #~ msgstr "Utiliser les doubles longs de 64 bits"
7233 #~ msgid "Enable linker relaxation"
7234 #~ msgstr "Autoriser la relâche par l'éditeur de liens"
7236 #~ msgid "Do not enable linker relaxation"
7237 #~ msgstr "Ne pas autoriser la relâche par l'éditeur de liens"
7239 #~ msgid "malformed #pragma builtin"
7240 #~ msgstr "construit #pragma mal composé"
7242 #~ msgid "invalid argument of `%s' attribute"
7243 #~ msgstr "type d'argument invalide pour l'attribut « %s »"
7245 #~ msgid "%Jan address area attribute cannot be specified for local variables"
7246 #~ msgstr "%Jun attribut d'adresse de zone de données ne peut pas être spécifié pour des variables locales"
7248 #~ msgid "%Jaddress area of '%s' conflicts with previous declaration"
7249 #~ msgstr "%Jl'adresse de la zone « %s » entre en conflit avec un déclaration précédente"
7251 #~ msgid "%Jaddress area attribute cannot be specified for functions"
7252 #~ msgstr "%Jl'attribut de la zone d'adresse ne peut pas être spécifié pour des fonctiones"
7254 #~ msgid "ia64_print_operand: unknown code"
7255 #~ msgstr "ia64_print_operand: code inconnu"
7257 #~ msgid "value of -mfixed-range must have form REG1-REG2"
7258 #~ msgstr "valeur de -mfixed-range doit avoir la forme REG1-REG2"
7260 #~ msgid "%s-%s is an empty range"
7261 #~ msgstr "%s-%s est une étendue vide"
7263 #~ msgid "cannot optimize floating point division for both latency and throughput"
7264 #~ msgstr "ne peut optimiser la division en point flottant à la fois pour la latence et le débit"
7266 #~ msgid "cannot optimize integer division for both latency and throughput"
7267 #~ msgstr "ne peut optimiser la division entière à la fois pour la latence et le débit"
7269 #~ msgid "cannot optimize square root for both latency and throughput"
7270 #~ msgstr "ne peut optimiser la racine carrée à la fois pour la latence et le débit"
7272 #~ msgid "not yet implemented: latency-optimized inline square root"
7273 #~ msgstr "pas encore implanté: racine carrée enligne optimisée pour la latence"
7275 #~ msgid "bad value (%s) for -mtls-size= switch"
7276 #~ msgstr "valeur erronée (%s) pour l'option -mtls-size"
7278 #~ msgid "bad value (%s) for -tune= switch"
7279 #~ msgstr "valeur erronée (%s) pour l'option -tune="
7281 #~ msgid "Generate big endian code"
7282 #~ msgstr "Générer du code de système à octets de poids fort"
7284 #~ msgid "Generate little endian code"
7285 #~ msgstr "Générer du code de système à octets de poids faible"
7287 #~ msgid "Generate code for GNU as"
7288 #~ msgstr "Générer du code pour GNU tel que"
7290 #~ msgid "Generate code for Intel as"
7291 #~ msgstr "Générer du code pour Intel tel que"
7293 #~ msgid "Generate code for GNU ld"
7294 #~ msgstr "Générer du code pour GNU ld"
7296 #~ msgid "Generate code for Intel ld"
7297 #~ msgstr "Générer du code pour Intel ld"
7299 #~ msgid "Generate code without GP reg"
7300 #~ msgstr "Générer du code sans registre GP"
7302 #~ msgid "Emit stop bits before and after volatile extended asms"
7303 #~ msgstr "Produire de stop bits avant et après les asms étendus"
7305 #~ msgid "Don't emit stop bits before and after volatile extended asms"
7306 #~ msgstr "Ne pas produire de stop bits avant et après les asms étendus"
7308 #~ msgid "Emit code for Itanium (TM) processor B step"
7309 #~ msgstr "Produire du code pour le processeur B Itanium (TM)"
7311 #~ msgid "Use in/loc/out register names"
7312 #~ msgstr "Utilise les noms des registres in/loc/out "
7314 #~ msgid "Disable use of sdata/scommon/sbss"
7315 #~ msgstr "Interdire l'utilisation de sdata/scommon/sbss"
7317 #~ msgid "Enable use of sdata/scommon/sbss"
7318 #~ msgstr "Autoriser l'utilisation de sdata/scommon/sbss"
7320 #~ msgid "gp is constant (but save/restore gp on indirect calls)"
7321 #~ msgstr "gp est une constante (mais save/restore gp fait par appels indirects)"
7323 #~ msgid "Generate self-relocatable code"
7324 #~ msgstr "Générer du code auto-relocalisable"
7326 #~ msgid "Generate inline floating point division, optimize for latency"
7327 #~ msgstr "Générer la division enligne en point flottant, optimiser pour la latence"
7329 #~ msgid "Generate inline floating point division, optimize for throughput"
7330 #~ msgstr "Générer la division en point flottant enligne, optimiser pour le débit"
7332 #~ msgid "Generate inline integer division, optimize for latency"
7333 #~ msgstr "Générer la division entière enligne, optimiser pour la latence"
7335 #~ msgid "Generate inline integer division, optimize for throughput"
7336 #~ msgstr "Générer la divisions entière enligne, optimiser pour le débit"
7338 #~ msgid "Generate inline square root, optimize for latency"
7339 #~ msgstr "Générer la racine carrée enligne, optimiser pour la latence"
7341 #~ msgid "Generate inline square root, optimize for throughput"
7342 #~ msgstr "Générer la racine carrée enligne, optimiser pour le débit"
7344 #~ msgid "Enable Dwarf 2 line debug info via GNU as"
7345 #~ msgstr "Autoriser les infos de lignes de mise au point Dwarf 2 via GNU tel que"
7347 #~ msgid "Disable Dwarf 2 line debug info via GNU as"
7348 #~ msgstr "Interdire les infos de lignes de mise au point Dwarf 2 via GNU tel que"
7350 #~ msgid "Enable earlier placing stop bits for better scheduling"
7351 #~ msgstr "Autoriser l'insertion antérieure de stop bits pour un meilleur ordonnancement"
7353 #~ msgid "Disable earlier placing stop bits"
7354 #~ msgstr "Interdire l'installation antérieure de bits d'arrêt"
7356 #~ msgid "Specify range of registers to make fixed"
7357 #~ msgstr "spécifier l'étendue des registres pour la rendre fixe"
7359 #~ msgid "bad operand"
7360 #~ msgstr "opérande erronée"
7362 #~ msgid "bad value (%s) for -mcpu= switch"
7363 #~ msgstr "valeur erronée (%s) pour l'option -mcpu="
7365 #~ msgid "The compiler does not support -march=%s."
7366 #~ msgstr "Le compilateur ne supporte pas -march=%s."
7368 #~ msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
7369 #~ msgstr "gp_offset (%ld) ou end_offset (%ld) est plus petit que zéro."
7371 #~ msgid "argument `%d' is not a constant"
7372 #~ msgstr "l'argument de « %d » n'est pas une constante"
7374 #~ msgid "PRINT_OPERAND_ADDRESS, null pointer"
7375 #~ msgstr "PRINT_OPERAND_ADDRESS, pointeur nul"
7377 #~ msgid "PRINT_OPERAND: Unknown punctuation '%c'"
7378 #~ msgstr "PRINT_OPERAND: ponctuation « %c » inconnue"
7380 #~ msgid "PRINT_OPERAND null pointer"
7381 #~ msgstr "PRINT_OPERAND pointeur nul"
7383 #~ msgid "invalid %%P operand"
7384 #~ msgstr "opérande %%P invalide"
7386 #~ msgid "invalid %%p value"
7387 #~ msgstr "valeur %%p invalide"
7389 #~ msgid "invalid use of %%d, %%x, or %%X"
7390 #~ msgstr "utilisation invalide de %%d, %%x, ou %%X"
7392 #~ msgid "No default crt0.o"
7393 #~ msgstr "Aucun défaut pour crt0.o"
7395 #~ msgid "Use GP relative sdata/sbss sections"
7396 #~ msgstr "Utiliser GP en mode relatif aux sections sdata/sbss"
7398 #~ msgid "Don't use GP relative sdata/sbss sections"
7399 #~ msgstr "Ne pas utiliser GP en mode relatif aux sections sdata/sbss"
7401 #~ msgid "Use ROM instead of RAM"
7402 #~ msgstr "Utiliser le ROM au lieu de la RAM"
7404 #~ msgid "Don't use ROM instead of RAM"
7405 #~ msgstr "Ne pas utiliser le ROM au lieu de la RAM"
7407 #~ msgid "Put uninitialized constants in ROM (needs -membedded-data)"
7408 #~ msgstr "Placer les constantes non itialisées dans le ROM (a besoin de -membedded-data)"
7410 #~ msgid "Don't put uninitialized constants in ROM"
7411 #~ msgstr "Ne pas placer les constantes non itialisées dans le ROM (a besoin de -membedded-data)"
7413 #~ msgid "Specify CPU for scheduling purposes"
7414 #~ msgstr "Spécifier le processeur pour les besoins de l'ordonnancement"
7416 #~ msgid "Specify CPU for code generation purposes"
7417 #~ msgstr "Spécifier le processeur pour les besoins de la génération de code"
7419 #~ msgid "bad value (%s) for -mmodel switch"
7420 #~ msgstr "valeur erronée (%s) pour l'option -mmodel"
7422 #~ msgid "bad value (%s) for -msdata switch"
7423 #~ msgstr "valeur erronée (%s) pour l'option -msdata"
7425 #~ msgid "bad value (%s) for -flush-trap=n (0=<n<=15)"
7426 #~ msgstr "valeur erronée (%s) pour l'option -flush-trap=n (0=<n<=15)"
7428 #~ msgid "invalid operand to %%s code"
7429 #~ msgstr "opérande invalide pour le code %%s"
7431 #~ msgid "invalid operand to %%p code"
7432 #~ msgstr "opérande invalide pour le code %%p"
7434 #~ msgid "bad insn for 'A'"
7435 #~ msgstr "insn erroné pour « A »"
7437 #~ msgid "invalid operand to %%T/%%B code"
7438 #~ msgstr "opérande invalide pour le code %%T/%%B"
7440 #~ msgid "invalid operand to %%N code"
7441 #~ msgstr "opérande invalide pour le code %%N"
7443 #~ msgid "pre-increment address is not a register"
7444 #~ msgstr "pré-incrément d'adresse n'est pas un registre"
7446 #~ msgid "pre-decrement address is not a register"
7447 #~ msgstr "pré-décrément d'adresse n'est pas un registre"
7449 #~ msgid "post-increment address is not a register"
7450 #~ msgstr "post-incrément d'adresse n'est pas un registre"
7452 #~ msgid "bad address"
7453 #~ msgstr "adresse erronée"
7455 #~ msgid "lo_sum not of register"
7456 #~ msgstr "lo_sum n'est pas un registre"
7458 #~ msgid "Display compile time statistics"
7459 #~ msgstr "Afficher les statistiques de temps de compilation"
7461 #~ msgid "Align all loops to 32 byte boundary"
7462 #~ msgstr "Aligner toutes les boucles sur des frontières de 32 octets"
7464 #~ msgid "Only issue one instruction per cycle"
7465 #~ msgstr "Émettre seulement une instruction par cycle"
7467 #~ msgid "Prefer branches over conditional execution"
7468 #~ msgstr "Privilégier les branchements au lieu d'une exécution conditionnelle"
7470 #~ msgid "Code size: small, medium or large"
7471 #~ msgstr "Taille du code: small, medium ou large"
7473 #~ msgid "Small data area: none, sdata, use"
7474 #~ msgstr "Petite zone de données: none, sdata, use"
7476 #~ msgid "Don't call any cache flush functions"
7477 #~ msgstr "Ne pas faire d'appel de fonction de vidange de la cache"
7479 #~ msgid "Specify cache flush function"
7480 #~ msgstr "Spécifier la fonction de vidange de la cache"
7482 #~ msgid "Don't call any cache flush trap"
7483 #~ msgstr "Ne pas faire d'appel de fonction de déroutement de vidange de la cache"
7485 #~ msgid "Specify cache flush trap number"
7486 #~ msgstr "Spécifier la fonction de déroutement de vidange de la cache"
7488 #~ msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
7489 #~ msgstr "-f%s ignoré pour 68HC11/68HC12 (non supporté)"
7491 #~ msgid "`trap' and `far' attributes are not compatible, ignoring `far'"
7492 #~ msgstr "attributs « trap » et « far » ne sont pas compatibles, « far » ignoré "
7494 #~ msgid "`trap' attribute is already used"
7495 #~ msgstr "attribut « trap » est déjà utilisé"
7497 #~ msgid "move insn not handled"
7498 #~ msgstr "déplacement insn non traité"
7500 #~ msgid "invalid register in the move instruction"
7501 #~ msgstr "registre invalide dans l'instruction de déplacement"
7503 #~ msgid "invalid operand in the instruction"
7504 #~ msgstr "opérande invalide dans l'instruction"
7506 #~ msgid "invalid register in the instruction"
7507 #~ msgstr "registre invalide dans l'instruction"
7509 #~ msgid "operand 1 must be a hard register"
7510 #~ msgstr "l'opérande 1 doit être un registre matériel"
7512 #~ msgid "invalid rotate insn"
7513 #~ msgstr "rotation invalide insn"
7515 #~ msgid "registers IX, IY and Z used in the same INSN"
7516 #~ msgstr "registres IX, IY et Z utilisés dans le même INSN"
7518 #~ msgid "cannot do z-register replacement"
7519 #~ msgstr "ne peut effectuer le remplacement d'un registre z"
7521 #~ msgid "invalid Z register replacement for insn"
7522 #~ msgstr "remplacement invalide de registre Z pour insn"
7524 #~ msgid "Compile with 16-bit integer mode"
7525 #~ msgstr "Compiler en mode entier de 16 bits"
7527 #~ msgid "Compile with 32-bit integer mode"
7528 #~ msgstr "Compiler en mode entier de 32 bits"
7530 #~ msgid "Auto pre/post decrement increment allowed"
7531 #~ msgstr "Auto pré/post décrementation incrémentation permise"
7533 #~ msgid "Auto pre/post decrement increment not allowed"
7534 #~ msgstr "Auto pré/post décrementation incrémentation non permise"
7536 #~ msgid "Min/max instructions allowed"
7537 #~ msgstr "instructions min/max permises"
7539 #~ msgid "Min/max instructions not allowed"
7540 #~ msgstr "instructions min/max ne sont pas permises"
7542 #~ msgid "Use call and rtc for function calls and returns"
7543 #~ msgstr "Utiliser call et rtc pour les appels fonction et les retours"
7545 #~ msgid "Use jsr and rts for function calls and returns"
7546 #~ msgstr "Utiliser jsr et rtc pour les appels de fonction et les retours"
7548 #~ msgid "Do not use direct addressing mode for soft registers"
7549 #~ msgstr "Ne pas utiliser les modes directs d'adressage pour des registres logiciels"
7551 #~ msgid "Use direct addressing mode for soft registers"
7552 #~ msgstr "Ne pas utiliser les modes directs d'adressage pour les registres logiciels"
7554 #~ msgid "Compile for a 68HC11"
7555 #~ msgstr "Compiler pour un 68HC11"
7557 #~ msgid "Compile for a 68HC12"
7558 #~ msgstr "Compiler pour un 68HC12"
7560 #~ msgid "Compile for a 68HCS12"
7561 #~ msgstr "Compiler pour un 68HCS12"
7563 #~ msgid "Specify the register allocation order"
7564 #~ msgstr "Spécifier l'ordre d'allocation des registres"
7566 #~ msgid "Indicate the number of soft registers available"
7567 #~ msgstr "Indiquer le nombre de registres logiciels disponibles"
7569 #~ msgid "-malign-loops=%d is not between 1 and %d"
7570 #~ msgstr "-malign-loops=%d n'est pas entre 1 et %d"
7572 #~ msgid "-mshared-library-id= specified without -mid-shared-library"
7573 #~ msgstr "-mshared-library-id= spécifié sans -mid-shared-library"
7575 #~ msgid "-mshared-library-id=%d is not between 0 and %d"
7576 #~ msgstr "-mshared-library-id=%d n'est pas entre 0 et %d"
7578 #~ msgid "cannot specify both -msep-data and -mid-shared-library"
7579 #~ msgstr "ne peut spécifier à la fois -msep-data et -mid-shared-library"
7581 #~ msgid "-malign-jumps=%d is not between 1 and %d"
7582 #~ msgstr "-malign-jumps=%d n'est pas entre 1 et %d"
7584 #~ msgid "-malign-functions=%d is not between 1 and %d"
7585 #~ msgstr "-malign-functions=%d n'est pas entre 1 et %d"
7587 #~ msgid "-fPIC is not currently supported on the 68000 or 68010\n"
7588 #~ msgstr "-fPIC n'est pas couramment supporté pour le 68000 ou 68010\n"
7590 #~ msgid "Generate code for a 68020"
7591 #~ msgstr "Générer le code pour un 68020"
7593 #~ msgid "Generate code for a 68000"
7594 #~ msgstr "Générer le code pour un 68000"
7596 #~ msgid "Use the bit-field instructions"
7597 #~ msgstr "Utiliser les instructions de champs de bits"
7599 #~ msgid "Do not use the bit-field instructions"
7600 #~ msgstr "Ne pas utiliser les instructions de champs de bits"
7602 #~ msgid "Consider type `int' to be 16 bits wide"
7603 #~ msgstr "Considérer le type « int » comme ayant une largeur de 16 bits"
7605 #~ msgid "Consider type `int' to be 32 bits wide"
7606 #~ msgstr "Considérer le type « int » comme ayant une largeur de 32 bits"
7608 #~ msgid "Generate code with library calls for floating point"
7609 #~ msgstr "Générer du code avec les appels de bibliothèques pour la virgule flottante"
7611 #~ msgid "Generate code for a 68040, without any new instructions"
7612 #~ msgstr "Générer du code pour un 68040 sans les nouvelles instructions"
7614 #~ msgid "Generate code for a 68060, without any new instructions"
7615 #~ msgstr "Générer du code pour un 68060 sans les nouvelles instructions"
7617 #~ msgid "Generate code for a 68030"
7618 #~ msgstr "Générer du code pour un 68030"
7620 #~ msgid "Generate code for a 68040"
7621 #~ msgstr "Générer du code pour un 68040"
7623 #~ msgid "Generate code for a 68060"
7624 #~ msgstr "Générer du code pour un 68060"
7626 #~ msgid "Generate code for a 520X"
7627 #~ msgstr "Générer du code pour un 520X"
7629 #~ msgid "Generate code for a 5206e"
7630 #~ msgstr "Générer du code pour un 5206e"
7632 #~ msgid "Generate code for a 528x"
7633 #~ msgstr "Générer du code pour un 528x"
7635 #~ msgid "Generate code for a 5307"
7636 #~ msgstr "Générer du code pour un 5307"
7638 #~ msgid "Generate code for a 5407"
7639 #~ msgstr "Générer du code pour un 5407"
7641 #~ msgid "Generate code for a 68851"
7642 #~ msgstr "Générer le code pour un 68851"
7644 #~ msgid "Do no generate code for a 68851"
7645 #~ msgstr "Ne pas générer de code pour un 68851"
7647 #~ msgid "Generate code for a 68302"
7648 #~ msgstr "Générer du code pour un 68302"
7650 #~ msgid "Generate code for a 68332"
7651 #~ msgstr "Générer du code pour un 68332"
7653 #~ msgid "Generate code for a cpu32"
7654 #~ msgstr "Générer du code pour un cpu32"
7656 #~ msgid "Align variables on a 32-bit boundary"
7657 #~ msgstr "Aligner les variables sur des frontières de 32 bits"
7659 #~ msgid "Align variables on a 16-bit boundary"
7660 #~ msgstr "Aligner les variables sur des frontières de 16 bits"
7662 #~ msgid "Enable separate data segment"
7663 #~ msgstr "Autoriser des segments de données séparés"
7665 #~ msgid "Disable separate data segment"
7666 #~ msgstr "Désactiver les segments séparés de données"
7668 #~ msgid "Enable ID based shared library"
7669 #~ msgstr "Autoriser les identificateurs de librairies partagées de base"
7671 #~ msgid "Disable ID based shared library"
7672 #~ msgstr "Interdire les identificateurs de librairies partagées de base"
7674 #~ msgid "Generate pc-relative code"
7675 #~ msgstr "Générer du code relatif au compteur de programme (PC)"
7677 #~ msgid "Do not use unaligned memory references"
7678 #~ msgstr "Ne pas utiliser des références mémoire non alignées"
7680 #~ msgid "Use unaligned memory references"
7681 #~ msgstr "Utiliser des références mémoire non alignées"
7683 #~ msgid "Use different calling convention using 'rtd'"
7684 #~ msgstr "Utiliser une convention différente d'appel en utilisant « rtd »"
7686 #~ msgid "ID of shared library to build"
7687 #~ msgstr "Identification de librairie partagé à construire"
7689 #~ msgid "invalid option `-mstack-increment=%s'"
7690 #~ msgstr "opton invalide « -mstack-increment=%s »"
7692 #~ msgid "Inline constants if it can be done in 2 insns or less"
7693 #~ msgstr "Constante enligne si elle peut être dans 2 insn ou moins"
7695 #~ msgid "Inline constants if it only takes 1 instruction"
7696 #~ msgstr "Constante enligne si elle prend seulement 1 instruction"
7698 #~ msgid "Set maximum alignment to 4"
7699 #~ msgstr "Initialiser l'alignement maximal à 4"
7701 #~ msgid "Set maximum alignment to 8"
7702 #~ msgstr "Initialiser l'alignement maximal à 8"
7704 #~ msgid "Do not use the divide instruction"
7705 #~ msgstr "Ne pas utiliser l'instruction de division"
7707 #~ msgid "Do not arbitrary sized immediates in bit operations"
7708 #~ msgstr "Ne pas calculer la taille des immédiats dans les opérations sur les bits"
7710 #~ msgid "Always treat bit-field as int-sized"
7711 #~ msgstr "Toujours traiter les champs de bits comme si la taille entière"
7713 #~ msgid "Force functions to be aligned to a 4 byte boundary"
7714 #~ msgstr "Forcer les fonctions à être alignés sur des frontières de 4 octets"
7716 #~ msgid "Force functions to be aligned to a 2 byte boundary"
7717 #~ msgstr "Forcer les fonctions à être alignés sur des frontières de 2 octets"
7719 #~ msgid "Emit call graph information"
7720 #~ msgstr "Produire les informations du graphe d'appel"
7722 #~ msgid "Prefer word accesses over byte accesses"
7723 #~ msgstr "Préférer l'accès à des mots plutôt qu'un accès à des octets"
7725 #~ msgid "Generate code for the M*Core M340"
7726 #~ msgstr "Générer du code pour M*Core M340"
7728 #~ msgid "Maximum amount for a single stack increment operation"
7729 #~ msgstr "Montant maximal pour une opération d'incrémentation simple de la pile"
7732 #~ msgstr "test erroné"
7734 #~ msgid "bad value (%s) for -mabi= switch"
7735 #~ msgstr "valeur erronée (%s) pour l'option -mabi"
7737 #~ msgid "-mips%s conflicts with the other architecture options, which specify a MIPS%d processor"
7738 #~ msgstr "-mips%s en conflit avec d'autres options d'architecture, lesquelles spécifie un processeur MIPS%d"
7740 #~ msgid "-march=%s is not compatible with the selected ABI"
7741 #~ msgstr "-march=%s n'est pas compatible avec l'ABI sélectionné"
7743 #~ msgid "-mgp64 used with a 32-bit processor"
7744 #~ msgstr "-mgp64 utilisé avec un processeur de 32 bits"
7746 #~ msgid "-mgp32 used with a 64-bit ABI"
7747 #~ msgstr "-mgp32 utilisé avec un ABI de 64 bits"
7749 #~ msgid "-mgp64 used with a 32-bit ABI"
7750 #~ msgstr "-mgp64 utilisé avec un ABI de 32 bits"
7752 #~ msgid "unsupported combination: %s"
7753 #~ msgstr "combinaison non supportée: %s"
7755 #~ msgid "-g is only supported using GNU as,"
7756 #~ msgstr "L'option -g est seulement supportée lorsque GNU est utilisé tel,"
7758 #~ msgid "-g is only supported using GNU as with -mabi=32,"
7759 #~ msgstr "L'option -g est seulement supportée lorsque GNU est utilisé avec -mabi=32,"
7761 #~ msgid "-g option disabled"
7762 #~ msgstr "option -g désactivée"
7764 #~ msgid "generation of Branch Likely instructions enabled, but not supported by architecture"
7765 #~ msgstr "activer la génération d'instructions identiques à des branchements mais non supportés par l'architecture"
7767 #~ msgid "-G is incompatible with PIC code which is the default"
7768 #~ msgstr "-G est incompatible avec le code PIC par défaut"
7770 #~ msgid "-membedded-pic and -mabicalls are incompatible"
7771 #~ msgstr "-membedded-pic et -mabicalls sont incompatibles"
7773 #~ msgid "-G and -membedded-pic are incompatible"
7774 #~ msgstr "-G et -membedded-pic sont incompatibles"
7776 #~ msgid "non-PIC n64 with explicit relocations"
7777 #~ msgstr "non PIC n64 avec une relocalisation explicite"
7779 #~ msgid "mips_debugger_offset called with non stack/frame/arg pointer"
7780 #~ msgstr "mips_debugger_offset appellé avec un pointeur non stack/frame/arg"
7782 #~ msgid "internal error: %%) found without a %%( in assembler pattern"
7783 #~ msgstr "erreur interne: %%) trouvé sans %%( dans le canevas d'assemblage"
7785 #~ msgid "internal error: %%] found without a %%[ in assembler pattern"
7786 #~ msgstr "erreur interne: %%] trouvé sans %%[ dans le canevas d'assemblage"
7788 #~ msgid "internal error: %%> found without a %%< in assembler pattern"
7789 #~ msgstr "erreur interne: %%> trouvé sans %%< dans le canevas d'assemblage"
7791 #~ msgid "internal error: %%} found without a %%{ in assembler pattern"
7792 #~ msgstr "erreur interne: %%} trouvé sans %%{ dans le canevas d'assemblage"
7794 #~ msgid "PRINT_OPERAND: unknown punctuation '%c'"
7795 #~ msgstr "PRINT_OPERAND: ponctuation « %c » inconnue"
7797 #~ msgid "PRINT_OPERAND, invalid insn for %%C"
7798 #~ msgstr "PRINT_OPERAND insn invalide pour %%C"
7800 #~ msgid "PRINT_OPERAND, invalid insn for %%N"
7801 #~ msgstr "PRINT_OPERAND insn invalide pour %%N"
7803 #~ msgid "PRINT_OPERAND, invalid insn for %%F"
7804 #~ msgstr "PRINT_OPERAND insn invalide pour %%F"
7806 #~ msgid "PRINT_OPERAND, invalid insn for %%W"
7807 #~ msgstr "PRINT_OPERAND insn invalide pour %%W"
7809 #~ msgid "PRINT_OPERAND, invalid operand for relocation"
7810 #~ msgstr "PRINT_OPERAND, opérande invalide pour la relocalisation"
7812 #~ msgid "can not handle inconsistent calls to `%s'"
7813 #~ msgstr "ne peut traiter des appels inconsistents à « %s »"
7815 #~ msgid "the cpu name must be lower case"
7816 #~ msgstr "le nom du cpu doit être en minuscules"
7818 #~ msgid "bad value (%s) for %s"
7819 #~ msgstr "valeur (%s) erronée pour %s"
7821 #~ msgid "can't rewind temp file: %m"
7822 #~ msgstr "ne peut rembobiner le fichier temporaire: %m"
7824 #~ msgid "can't write to output file: %m"
7825 #~ msgstr "ne peut écrire dans le fichier de sortie: %m"
7827 #~ msgid "can't read from temp file: %m"
7828 #~ msgstr "ne peut lire du fichier temporaire: %m"
7830 #~ msgid "can't close temp file: %m"
7831 #~ msgstr "ne peut fermer le fichier temporaire: %m"
7833 #~ msgid "Same as -mabi=32, just trickier"
7834 #~ msgstr "Identique à -mabi=32, juste plus complexe"
7836 #~ msgid "Use 64-bit int type"
7837 #~ msgstr "Utiliser le type int de 64 bits"
7839 #~ msgid "Use 64-bit long type"
7840 #~ msgstr "Utiliser le type long de 64 bits"
7842 #~ msgid "Use 32-bit long type"
7843 #~ msgstr "Utiliser le type long de 32 bits"
7845 #~ msgid "Optimize lui/addiu address loads"
7846 #~ msgstr "Optimiser les chargements d'adresses lui/addiu"
7848 #~ msgid "Don't optimize lui/addiu address loads"
7849 #~ msgstr "Ne pas optimiser les chargements d'adresses lui/addiu"
7851 #~ msgid "Use MIPS as"
7852 #~ msgstr "Utiliser MIPS tel que"
7854 #~ msgid "Use GNU as"
7855 #~ msgstr "Utiliser GNU tel que"
7857 #~ msgid "Use symbolic register names"
7858 #~ msgstr "Utiliser les noms de registres symboliques"
7860 #~ msgid "Don't use symbolic register names"
7861 #~ msgstr "Ne pas utiliser les noms de registres symboliques"
7863 #~ msgid "Use GP relative sdata/sbss sections (now ignored)"
7864 #~ msgstr "Utiliser GP en mode relatif aux sections sdata/sbss (maintenant ignoré)"
7866 #~ msgid "Don't use GP relative sdata/sbss sections (now ignored)"
7867 #~ msgstr "Ne pas utiliser GP en mode relatif aux sections sdata/sbss (maintenant ignoré)"
7869 #~ msgid "Output compiler statistics (now ignored)"
7870 #~ msgstr "Afficher les statistiques de compilation (maintenant ignoré)"
7872 #~ msgid "Don't output compiler statistics"
7873 #~ msgstr "Ne pas afficher les statistiques de compilation"
7875 #~ msgid "Don't optimize block moves"
7876 #~ msgstr "Ne pas optimiser les déplacements de blocs"
7878 #~ msgid "Optimize block moves"
7879 #~ msgstr "Optimiser les déplacements de blocs"
7881 #~ msgid "Use mips-tfile asm postpass"
7882 #~ msgstr "Utiliser la post-passe de type mips-tfile de l'assembleur"
7884 #~ msgid "Don't use mips-tfile asm postpass"
7885 #~ msgstr "Ne pas utiliser la post-passe de type mips-tfile de l'assembleur"
7887 #~ msgid "Use hardware floating point"
7888 #~ msgstr "Utiliser l'unité matérielle en virgule flottante"
7890 #~ msgid "Use 64-bit FP registers"
7891 #~ msgstr "Utiliser les registres FP de 64 bits"
7893 #~ msgid "Use 32-bit FP registers"
7894 #~ msgstr "Utiliser les registres FP de 32 bits"
7896 #~ msgid "Use 64-bit general registers"
7897 #~ msgstr "Utiliser les registres généraux de 64 bits"
7899 #~ msgid "Use 32-bit general registers"
7900 #~ msgstr "Utiliser les registres généraux de 32 bits"
7902 #~ msgid "Use Irix PIC"
7903 #~ msgstr "Utiliser le code PIC Irix"
7905 #~ msgid "Don't use Irix PIC"
7906 #~ msgstr "Ne pas utiliser le code PIC Irix"
7908 #~ msgid "Use indirect calls"
7909 #~ msgstr "Utiliser les appels indirects"
7911 #~ msgid "Don't use indirect calls"
7912 #~ msgstr "Ne pas utiliser les appels indirects"
7914 #~ msgid "Use embedded PIC"
7915 #~ msgstr "Utiliser le code PIC enchâssé"
7917 #~ msgid "Don't use embedded PIC"
7918 #~ msgstr "Ne pas utiliser le code PIC enchâssé"
7920 #~ msgid "Use big-endian byte order"
7921 #~ msgstr "Utiliser l'ordre des octets pour système à octets de poids fort"
7923 #~ msgid "Use little-endian byte order"
7924 #~ msgstr "Utiliser l'ordre des octets pour système à octets de poids faible"
7926 #~ msgid "Use single (32-bit) FP only"
7927 #~ msgstr "Utiliser un simple FP (32 bits) seulement"
7929 #~ msgid "Don't use single (32-bit) FP only"
7930 #~ msgstr "Ne pas utiliser un simple FP (32 bits) seulement"
7932 #~ msgid "Use multiply accumulate"
7933 #~ msgstr "Utiliser les multiplications par accumulations"
7935 #~ msgid "Don't use multiply accumulate"
7936 #~ msgstr "Ne pas utiliser les multiplications par accumulations"
7938 #~ msgid "Don't generate fused multiply/add instructions"
7939 #~ msgstr "Ne pas générer des instructions fusionnés de multiplication/addition"
7941 #~ msgid "Generate fused multiply/add instructions"
7942 #~ msgstr "Générer des instructions fusionnés de multiplication/addition"
7944 #~ msgid "Work around early 4300 hardware bug"
7945 #~ msgstr "Contourner le bug matériel des premiers 4300"
7947 #~ msgid "Don't work around early 4300 hardware bug"
7948 #~ msgstr "Ne pas contourner le bug matériel des premiers 4300"
7950 #~ msgid "Work around errata for early SB-1 revision 2 cores"
7951 #~ msgstr "Contourner l'erreur pour la révision 2 du noyau des versions initiales SB-1"
7953 #~ msgid "Don't work around errata for early SB-1 revision 2 cores"
7954 #~ msgstr "Ne pas contourner l'erreur pour la révision 2 du noyau des versions initiales SB-1"
7956 #~ msgid "Trap on integer divide by zero"
7957 #~ msgstr "Intercepter les divisions par zéros sur des entiers"
7959 #~ msgid "Don't trap on integer divide by zero"
7960 #~ msgstr "Ne pas intercepter les divisions par zéros sur des entiers"
7962 #~ msgid "Use Branch Likely instructions, overriding default for arch"
7963 #~ msgstr "Utiliser des instructions se comportant comme des branchements, écrasant le défaut de l'architecture"
7965 #~ msgid "Don't use Branch Likely instructions, overriding default for arch"
7966 #~ msgstr "Ne pas utiliser des instructions se comportant comme des branchements, écrasant le défaut de l'architecture"
7968 #~ msgid "Use NewABI-style %reloc() assembly operators"
7969 #~ msgstr "Utiliser NewABI-style %reloc() les opérateurs d'assemblage"
7971 #~ msgid "Use assembler macros instead of relocation operators"
7972 #~ msgstr "Utiliser les macros assembleurs au lieu des opérateurs de relocalisation"
7974 #~ msgid "Generate mips16 code"
7975 #~ msgstr "Générer du code mips16"
7977 #~ msgid "Generate normal-mode code"
7978 #~ msgstr "Générer du code en mode normal"
7980 #~ msgid "Lift restrictions on GOT size"
7981 #~ msgstr "Enlever les restrictions sur la taille GOT"
7983 #~ msgid "Do not lift restrictions on GOT size"
7984 #~ msgstr "Ne pas enlever les restrictions sur la taille GOT"
7986 #~ msgid "Specify an ABI"
7987 #~ msgstr "Spécifier une ABI"
7989 #~ msgid "Specify a Standard MIPS ISA"
7990 #~ msgstr "Spécifier le standard MIPS ISA"
7992 #~ msgid "mips16 function profiling"
7993 #~ msgstr "profilage de fonction mips16"
7995 #~ msgid "-f%s not supported: ignored"
7996 #~ msgstr "-f%s n'est pas supporté: ignoré"
7998 #~ msgid "too large function value type, needs %d registers, have only %d registers for this"
7999 #~ msgstr "valeur de type de fonction trop grande, a besoin de %d registres mais seuls %d disponibles"
8001 #~ msgid "function_profiler support for MMIX"
8002 #~ msgstr "function_profiler supporté pour MMIX"
8004 #~ msgid "MMIX Internal: Last named vararg would not fit in a register"
8005 #~ msgstr "MMIX interne: dernier vararg nommé ne pourra être inséré dans un registre"
8007 #~ msgid "MMIX Internal: Expected a CONST_INT, not this"
8008 #~ msgstr "MMIX interne: attendait CONST_INT, pas ceci"
8010 #~ msgid "MMIX Internal: Bad register: %d"
8011 #~ msgstr "MMIX interne: registre erroné: %d"
8013 #~ msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
8014 #~ msgstr "MMIX interne: valeur erronée pour « m », pas un CONST_INT"
8016 #~ msgid "MMIX Internal: Expected a register, not this"
8017 #~ msgstr "MMIX interne: attendait un registre, pas ceci"
8019 #~ msgid "MMIX Internal: Expected a constant, not this"
8020 #~ msgstr "MMIX interne: attendait une constante, pas ceci"
8022 #~ msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
8023 #~ msgstr "MMIX interne: cas « %c » manquant dans mmix_print_operand"
8025 #~ msgid "MMIX Internal: Cannot decode this operand"
8026 #~ msgstr "MMIX interne: ne peut décoder cette opérande"
8028 #~ msgid "MMIX Internal: This is not a recognized address"
8029 #~ msgstr "MMIX interne: ce n'est pas une adresse reconnue"
8031 #~ msgid "stack frame not a multiple of 8 bytes: %d"
8032 #~ msgstr "trame de pile n'est pas un multiple de 8 octets: %d"
8034 #~ msgid "stack frame not a multiple of octabyte: %d"
8035 #~ msgstr "trame de pile n'est pas un multiple de 8 octets: %d"
8037 #~ msgid "MMIX Internal: %s is not a shiftable int"
8038 #~ msgstr "MMIX interne: %s n'est pas un entier pouvant décalé"
8040 #~ msgid "MMIX Internal: Trying to output invalidly reversed condition:"
8041 #~ msgstr "MMIX interne: tentative de produire incorrectement une condition renversée:"
8043 #~ msgid "MMIX Internal: What's the CC of this?"
8044 #~ msgstr "MMIX interne: quel sorte de CC est-ce?"
8046 #~ msgid "MMIX Internal: What is the CC of this?"
8047 #~ msgstr "MMIX interne: quel sorte de CC est-ce?"
8049 #~ msgid "MMIX Internal: This is not a constant:"
8050 #~ msgstr "interne MMIX: ce n'est pas une constante:"
8052 #~ msgid "Set start-address of the program"
8053 #~ msgstr "Adress de départ du programme fixée"
8055 #~ msgid "Set start-address of data"
8056 #~ msgstr "Adresse de départ des données fixée"
8058 #~ msgid "For intrinsics library: pass all parameters in registers"
8059 #~ msgstr "Pour les bibliothèques intrinsèques : passer tous les paramètres par registre"
8061 #~ msgid "Use register stack for parameters and return value"
8062 #~ msgstr "Utiliser le registre de la pile pour les paramètres et la valeur retournée"
8064 #~ msgid "Use call-clobbered registers for parameters and return value"
8065 #~ msgstr "utiliser les registres d'appels maltraités pour les paramètres et les valeurs retournées"
8067 #~ msgid "Use epsilon-respecting floating point compare instructions"
8068 #~ msgstr "Utiliser un epsilon respectant les instructions de comparaison en virgule flottante"
8070 #~ msgid "Use zero-extending memory loads, not sign-extending ones"
8071 #~ msgstr "utiliser des chargements mémoire avec zéro extension, pas celles avec signe d'extension"
8073 #~ msgid "Generate divide results with reminder having the same sign as the divisor (not the dividend)"
8074 #~ msgstr "générer des résultats de division avec reste ayant le même signe que le diviseur (pas le dividende)"
8076 #~ msgid "Prepend global symbols with \":\" (for use with PREFIX)"
8077 #~ msgstr "pré ajouter les symboles globaux avec «:» (pour l'utilisation avec PREFIX)"
8079 #~ msgid "Do not provide a default start-address 0x100 of the program"
8080 #~ msgstr "Ne pas fournir d'adresse de départ par défaut 0x100 du programme"
8082 #~ msgid "Link to emit program in ELF format (rather than mmo)"
8083 #~ msgstr "Faire l'édition de liens pour produire le programme en format ELF (au lieu de mmo)"
8085 #~ msgid "Use P-mnemonics for branches statically predicted as taken"
8086 #~ msgstr "Utiliser les mnémoniques P pour les branchements statiquement prévus à être pris"
8088 #~ msgid "Don't use P-mnemonics for branches"
8089 #~ msgstr "Ne pas utiliser les mnémoniques P pour les branchements"
8091 #~ msgid "Use addresses that allocate global registers"
8092 #~ msgstr "Utiliser les adresses qui allouent des registres globaux"
8094 #~ msgid "Do not use addresses that allocate global registers"
8095 #~ msgstr "Ne pas utiliser des adresses qui allouent des registres globaux"
8097 #~ msgid "Generate a single exit point for each function"
8098 #~ msgstr "Générer un point de sortie simple pour chaque fonction"
8100 #~ msgid "Do not generate a single exit point for each function"
8101 #~ msgstr "Ne pas générer un point de sortie simple pour chaque fonction"
8103 #~ msgid "Target the AM33 processor"
8104 #~ msgstr "Cible le processeur AM33"
8106 #~ msgid "Target the AM33/2.0 processor"
8107 #~ msgstr "Cibler le processeur AM33/2.0"
8109 #~ msgid "Enable linker relaxations"
8110 #~ msgstr "Autoriser la relâche de l'éditeur de liens"
8112 #~ msgid "Work around hardware multiply bug"
8113 #~ msgstr "Contourner le bug matériel de la multiplication"
8115 #~ msgid "Do not work around hardware multiply bug"
8116 #~ msgstr "Ne pas contourner le bug matériel de la multiplication"
8118 #~ msgid "Don't use hardware fp"
8119 #~ msgstr "Ne pas utiliser le FP matériel"
8121 #~ msgid "Alternative calling convention"
8122 #~ msgstr "Convention alternative d'appels"
8124 #~ msgid "Pass some arguments in registers"
8125 #~ msgstr "Passer quelques arguments par les registres"
8127 #~ msgid "Pass all arguments on stack"
8128 #~ msgstr "PAsser tous les arguments par la pile"
8130 #~ msgid "Optimize for 32532 cpu"
8131 #~ msgstr "Optimiser pour le processeur 32532"
8133 #~ msgid "Optimize for 32332 cpu"
8134 #~ msgstr "Optimiser pour le processeur 32332"
8136 #~ msgid "Optimize for 32032"
8137 #~ msgstr "Optimiser pour le 32022"
8139 #~ msgid "Register sb is zero. Use for absolute addressing"
8140 #~ msgstr "Registre sb est zéro. Utilisé pour l'adressage absolu"
8142 #~ msgid "Do not use register sb"
8143 #~ msgstr "Ne pas utiliser le registre sb"
8145 #~ msgid "Use bit-field instructions"
8146 #~ msgstr "Utiliser les instructions de champs de bits"
8148 #~ msgid "Do not use bit-field instructions"
8149 #~ msgstr "Ne pas utiliser les instructions de champs de bits"
8151 #~ msgid "Generate code for high memory"
8152 #~ msgstr "Générer du code pour la partie haute de la mémoire"
8154 #~ msgid "Generate code for low memory"
8155 #~ msgstr "Générer du code pour la partie basse de la mémoire"
8157 #~ msgid "32381 fpu"
8158 #~ msgstr "FPU 32381"
8160 #~ msgid "Use multiply-accumulate fp instructions"
8161 #~ msgstr "Utiliser les instructions FP de multiplications avec accumulations"
8163 #~ msgid "Do not use multiply-accumulate fp instructions"
8164 #~ msgstr "Ne pas utiliser les instructions FP de multiplications avec accumulations"
8166 #~ msgid "\"Small register classes\" kludge"
8167 #~ msgstr "\"Petites classes de registres\" kludge"
8169 #~ msgid "No \"Small register classes\" kludge"
8170 #~ msgstr "Pas de \"Petites classes de registres\" kludge"
8173 #~ "unknown -mschedule= option (%s).\n"
8174 #~ "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
8176 #~ "Option inconnue -mschedule= (%s)\n"
8177 #~ "Les options valides sont 700, 7100, 7100LC, 7200, 7300 et 8000\n"
8180 #~ "unknown -march= option (%s).\n"
8181 #~ "Valid options are 1.0, 1.1, and 2.0\n"
8183 #~ "Option inconnue -march= (%s)\n"
8184 #~ "Les options valides sont 1.0, 1.1 et 2.0\n"
8186 #~ msgid "PIC code generation is not supported in the portable runtime model\n"
8187 #~ msgstr "La génération de code PIC n'est pas supportée dans le modèle portable d'exécution\n"
8189 #~ msgid "PIC code generation is not compatible with fast indirect calls\n"
8190 #~ msgstr "La génération de code PIC n'est pas compatible avec les appels indirects rapides.\n"
8192 #~ msgid "-g is only supported when using GAS on this processor,"
8193 #~ msgstr "L'option -g est seulement supportée lorsque GAS est utilisé sur ce processeur,"
8195 #~ msgid "Generate cpp defines for server IO"
8196 #~ msgstr "Générer les defines pour les IO d'un serveur"
8198 #~ msgid "Generate cpp defines for workstation IO"
8199 #~ msgstr "Générer les defines pour les IO d'une station de travail"
8201 #~ msgid "Generate PA1.1 code"
8202 #~ msgstr "Générer du code PA1.1"
8204 #~ msgid "Generate PA1.0 code"
8205 #~ msgstr "Générer du code PA1.0"
8207 #~ msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
8208 #~ msgstr "Générer du code PA2.0 (nécessite binutils 2.10 ou supérieur)"
8210 #~ msgid "Disable FP regs"
8211 #~ msgstr "Désactiver les registres FP"
8213 #~ msgid "Do not disable FP regs"
8214 #~ msgstr "Ne pas désactiver les registres FP"
8216 #~ msgid "Disable space regs"
8217 #~ msgstr "Désactiver l'espace registre"
8219 #~ msgid "Do not disable space regs"
8220 #~ msgstr "Ne pas désactiver l'espace registre"
8222 #~ msgid "Put jumps in call delay slots"
8223 #~ msgstr "Mettre des sauts dant les fentes de délais"
8225 #~ msgid "Do not put jumps in call delay slots"
8226 #~ msgstr "Ne pas mettre des sauts dant les fentes de délais"
8228 #~ msgid "Disable indexed addressing"
8229 #~ msgstr "désactiver l'adressage indexé"
8231 #~ msgid "Do not disable indexed addressing"
8232 #~ msgstr "Ne pas désactiver l'adressage indexé"
8234 #~ msgid "Use portable calling conventions"
8235 #~ msgstr "Utiliser les conventions d'appels portables"
8237 #~ msgid "Do not use portable calling conventions"
8238 #~ msgstr "Ne pas utiliser les conventions d'appel portables"
8240 #~ msgid "Assume code will be assembled by GAS"
8241 #~ msgstr "Assumer que le code sera assemblé par GAS"
8243 #~ msgid "Do not assume code will be assembled by GAS"
8244 #~ msgstr "Ne pas assumer que le code sera assemblé par GAS"
8246 #~ msgid "Do not use software floating point"
8247 #~ msgstr "Ne pas utiliser le logiciel pour virgule flottante"
8249 #~ msgid "Emit long load/store sequences"
8250 #~ msgstr "Générer des instructions multiples pour chargement/stockage"
8252 #~ msgid "Do not emit long load/store sequences"
8253 #~ msgstr "Ne pas générer les instructions multiples de chargement/stockage"
8255 #~ msgid "Generate fast indirect calls"
8256 #~ msgstr "Ne pas utiliser les appels rapides indirects"
8258 #~ msgid "Do not generate fast indirect calls"
8259 #~ msgstr "Ne pas générer de directives rapides indirects"
8261 #~ msgid "Generate code for huge switch statements"
8262 #~ msgstr "Générer du code pour les grandes déclarations de branchements"
8264 #~ msgid "Do not generate code for huge switch statements"
8265 #~ msgstr "Ne pas générer du code pour les grandes déclarations de branchement"
8267 #~ msgid "Always generate long calls"
8268 #~ msgstr "Générer toujours des appels longs"
8270 #~ msgid "Generate long calls only when needed"
8271 #~ msgstr "Générer des appels longs lorsque nécessaire"
8273 #~ msgid "Enable linker optimizations"
8274 #~ msgstr "Activer les optimisations par l'éditeur de liens"
8276 #~ msgid "Specify architecture for code generation. Values are 1.0, 1.1, and 2.0. 2.0 requires gas snapshot 19990413 or later."
8277 #~ msgstr "Spécifier l'architecture pour la génération de code. Les valeurs sont 1.0, 1.1 et 2.0. 2.0 requiert gas snapshot 19990413 ou plus récent."
8279 #~ msgid "Assume code will be linked by GNU ld"
8280 #~ msgstr "Assumer que le code sera lié par GNU ld"
8282 #~ msgid "Assume code will be linked by HP ld"
8283 #~ msgstr "Assumer que le code sera lié par HP ld"
8285 #~ msgid "Do not use hardware floating point"
8286 #~ msgstr "Ne pas utiliser le matériel pour virgule flottante"
8288 #~ msgid "Return floating point results in ac0"
8289 #~ msgstr "Le résultat retourné en virgule flottante se retrouve dans AC0."
8291 #~ msgid "Return floating point results in memory"
8292 #~ msgstr "Le résultat retourné en virgule flottante se retrouve en mémoire."
8294 #~ msgid "Generate code for an 11/40"
8295 #~ msgstr "Générer du code pour un 11/40"
8297 #~ msgid "Generate code for an 11/45"
8298 #~ msgstr "Générer du code pour un 11/45"
8300 #~ msgid "Generate code for an 11/10"
8301 #~ msgstr "Générer du code pour un 11/10"
8303 #~ msgid "Use 32 bit int"
8304 #~ msgstr "Utiliser des int de 32 bits"
8306 #~ msgid "Use 16 bit int"
8307 #~ msgstr "Utiliser des int de 16 bits"
8309 #~ msgid "Use 32 bit float"
8310 #~ msgstr "Utiliser des flottants de 32 bits"
8312 #~ msgid "Use 64 bit float"
8313 #~ msgstr "Utiliser des flottants de 64 bits"
8315 #~ msgid "Target has split I&D"
8316 #~ msgstr "Cible a un I&D séparé"
8318 #~ msgid "Target does not have split I&D"
8319 #~ msgstr "Cible n'a pas un I&D séparé"
8321 #~ msgid "Use UNIX assembler syntax"
8322 #~ msgstr "Utliser la syntaxe de l'assembleur UNIX"
8324 #~ msgid "Use DEC assembler syntax"
8325 #~ msgstr "Utliser la syntaxe de l'assembleur DEC"
8327 #~ msgid "Segmentation Fault (code)"
8328 #~ msgstr "Faute de segmentation (code)"
8330 #~ msgid "Out of stack space.\n"
8331 #~ msgstr "Manque d'espace sur la pile.\n"
8333 #~ msgid "Try running `%s' in the shell to raise its limit.\n"
8334 #~ msgstr "Essayer d'exécuter « %s » dans le shell pour augmenter la limite.\n"
8336 #~ msgid "Segmentation Fault"
8337 #~ msgstr "Faute de segmentation"
8339 #~ msgid "While setting up signal stack: %m"
8340 #~ msgstr "Lors de la configuration de la pile de signaux: %m"
8342 #~ msgid "While setting up signal handler: %m"
8343 #~ msgstr "Lors de la configuration de la routine de traitement de signal: %m"
8345 #~ msgid "couldn't unmap pch_address_space: %m\n"
8346 #~ msgstr "ne peut défaire la map pch_address_space: %m\n"
8348 #~ msgid "ignoring malformed #pragma longcall"
8349 #~ msgstr "#pragma longcall mal composé"
8351 #~ msgid "missing open paren"
8352 #~ msgstr "parenthèse ouvrante manquante"
8354 #~ msgid "missing number"
8355 #~ msgstr "nombre manquant"
8357 #~ msgid "missing close paren"
8358 #~ msgstr "parenthèse fermante manquante"
8360 #~ msgid "number must be 0 or 1"
8361 #~ msgstr "le nombre doit être 0 ou 1"
8363 #~ msgid "junk at end of #pragma longcall"
8364 #~ msgstr "rebut à la fin de #pragma longcall"
8366 #~ msgid "-mmultiple is not supported on little endian systems"
8367 #~ msgstr "-mmultiple n'est pas supporté sur des système à octets de poids faible"
8369 #~ msgid "-mstring is not supported on little endian systems"
8370 #~ msgstr "-mstring n'est pas supporté sur des système à octets de poids faible"
8372 #~ msgid "unknown -mdebug-%s switch"
8373 #~ msgstr "option -mdebug-%s inconnue"
8375 #~ msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
8376 #~ msgstr "argument « %s » inconnu de l'option -mtraceback; attendu « full », « partial » ou « none »"
8378 #~ msgid "Unknown switch -mlong-double-%s"
8379 #~ msgstr "option -mlong-double-%s inconnue"
8381 #~ msgid "unknown -m%s= option specified: '%s'"
8382 #~ msgstr "option -m%s= inconnue spécifiée: « %s »"
8384 #~ msgid "not configured for ABI: '%s'"
8385 #~ msgstr "pas configuré pour ABI: « %s »"
8387 #~ msgid "unknown ABI specified: '%s'"
8388 #~ msgstr "ABI spécifié inconnu: « %s »"
8390 #~ msgid "unknown -malign-XXXXX option specified: '%s'"
8391 #~ msgstr "option -malign-XXXXX inconnue spécifiée: « %s »"
8393 #~ msgid "Cannot return value in vector register because altivec instructions are disabled, use -maltivec to enable them."
8394 #~ msgstr "Ne peut retourner la valeur dans le registre de vecteur parce que les instructions altivec sont désactivées, utiliser -maltivec pour les autoriser"
8396 #~ msgid "Cannot pass argument in vector register because altivec instructions are disabled, use -maltivec to enable them."
8397 #~ msgstr "Ne peut relayer l'argument dans le registre de vecteur parce que les instructions altivec sont désactivées, utiliser -maltivec pour les autoriser"
8399 #~ msgid "argument 1 must be a 5-bit signed literal"
8400 #~ msgstr "argument 1 doit être un litéral signé de 5 bits"
8402 #~ msgid "argument 2 must be a 5-bit unsigned literal"
8403 #~ msgstr "argument 2 doit être un litéral non signé de 5 bits"
8405 #~ msgid "argument 1 of __builtin_altivec_predicate must be a constant"
8406 #~ msgstr "argument 1 de « __builtin_altivec_predicate » doit être une constante"
8408 #~ msgid "argument 1 of __builtin_altivec_predicate is out of range"
8409 #~ msgstr "argument 1 de « __builtin_altivec_predicate » est hors limite"
8411 #~ msgid "argument 3 must be a 4-bit unsigned literal"
8412 #~ msgstr "argument 3 doit être un litéral non signé de 4 bits"
8414 #~ msgid "argument to `%s' must be a 2-bit unsigned literal"
8415 #~ msgstr "argument de « %s » doit être un litéral non signé de 2 bits"
8417 #~ msgid "argument to dss must be a 2-bit unsigned literal"
8418 #~ msgstr "argument de dss doit être un litéral non signé de 2 bits"
8420 #~ msgid "argument 1 of __builtin_spe_predicate must be a constant"
8421 #~ msgstr "argument 1 de « __builtin_spe_predicate » doit être une constante"
8423 #~ msgid "argument 1 of __builtin_spe_predicate is out of range"
8424 #~ msgstr "argument 1 de « __builtin_spe_predicate » est hors limite"
8426 #~ msgid "your function will be miscompiled"
8427 #~ msgstr "votre fonction sera mal compilée"
8429 #~ msgid "invalid %%f value"
8430 #~ msgstr "valeur %%f invalide"
8432 #~ msgid "invalid %%F value"
8433 #~ msgstr "valeur %%F invalide"
8435 #~ msgid "invalid %%G value"
8436 #~ msgstr "valeur %%G invalide"
8438 #~ msgid "invalid %%j code"
8439 #~ msgstr "valeur %%j invalide"
8441 #~ msgid "invalid %%J code"
8442 #~ msgstr "valeur %%J invalide"
8444 #~ msgid "invalid %%k value"
8445 #~ msgstr "valeur %%k invalide"
8447 #~ msgid "invalid %%K value"
8448 #~ msgstr "valeur %%K invalide"
8450 #~ msgid "invalid %%O value"
8451 #~ msgstr "valeur %%O invalide"
8453 #~ msgid "invalid %%q value"
8454 #~ msgstr "valeur %%q invalide"
8456 #~ msgid "invalid %%S value"
8457 #~ msgstr "valeur %%S invalide"
8459 #~ msgid "invalid %%T value"
8460 #~ msgstr "valeur %%T invalide"
8462 #~ msgid "invalid %%u value"
8463 #~ msgstr "valeur %%u invalide"
8465 #~ msgid "invalid %%v value"
8466 #~ msgstr "valeur %%v invalide"
8468 #~ msgid "no profiling of 64-bit code for this ABI"
8469 #~ msgstr "pas de profilage du code de 64 bits pour cet ABI"
8471 #~ msgid "Always pass floating-point arguments in memory"
8472 #~ msgstr "Toujours passer des arguments en virgule flottante en mémoire"
8474 #~ msgid "Don't always pass floating-point arguments in memory"
8475 #~ msgstr "Na pas toujours passer des arguments en virgule flottante en mémoire"
8477 #~ msgid "Support message passing with the Parallel Environment"
8478 #~ msgstr "Supporter le passage de messages dans un environnement parallèle"
8480 #~ msgid "Compile for 64-bit pointers"
8481 #~ msgstr "Compiler pour des pointeurs de 64 bits"
8483 #~ msgid "Compile for 32-bit pointers"
8484 #~ msgstr "Compiler pour des pointeurs de 32 bits"
8486 #~ msgid "-maix64 and POWER architecture are incompatible"
8487 #~ msgstr "-maix64 et architecture POWER sont incompatibles"
8489 #~ msgid "-maix64 requires PowerPC64 architecture remain enabled"
8490 #~ msgstr "-maix64 requiert une architecture PowerPC64 qui demeure sélectionnée"
8492 #~ msgid "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
8493 #~ msgstr "-maix64 requis: calcul en 64 bits avec un adressage de 32 bits n'est pas encore supporté"
8495 #~ msgid "Generate code suitable for executables (NOT shared libs)"
8496 #~ msgstr "Générer du code adapté pour les exécutables (PAS les librairies partagées)"
8498 #~ msgid "-mdynamic-no-pic overrides -fpic or -fPIC"
8499 #~ msgstr "-mdynamic-no-pic écrase -fpic ou -fPIC"
8501 #~ msgid "-fpic is not supported; -fPIC assumed"
8502 #~ msgstr "-fpic n'est pas supporté; -fPIC assumé"
8504 #~ msgid "-m64 requires a PowerPC64 cpu"
8505 #~ msgstr "-m64 requiert un processeur PowerPC64"
8507 #~ msgid "Call mcount for profiling before a function prologue"
8508 #~ msgstr "Appeller mcount pour le profilage avant le prologue de la fonction"
8510 #~ msgid "Call mcount for profiling after a function prologue"
8511 #~ msgstr "Ne pas appeller mcount pour le profilage avant le prologue de la fonction"
8513 #~ msgid "Use POWER instruction set"
8514 #~ msgstr "Utiliser le jeu d'instructions du POWER"
8516 #~ msgid "Use POWER2 instruction set"
8517 #~ msgstr "Utiliser le jeu d'instructions du POWER2"
8519 #~ msgid "Do not use POWER2 instruction set"
8520 #~ msgstr "Ne pas utiliser le jeu d'instructions du POWER2"
8522 #~ msgid "Do not use POWER instruction set"
8523 #~ msgstr "Ne pas utiliser le jeu d'instructions du POWER"
8525 #~ msgid "Use PowerPC instruction set"
8526 #~ msgstr "Utiliser le jeu d'instructions du PowerPC"
8528 #~ msgid "Do not use PowerPC instruction set"
8529 #~ msgstr "Ne pas utiliser le jeu d'instructions du PowerPC"
8531 #~ msgid "Use PowerPC General Purpose group optional instructions"
8532 #~ msgstr "Utiliser le groupe d'instructions optionnelles d'utilité général du PowerPC"
8534 #~ msgid "Do not use PowerPC General Purpose group optional instructions"
8535 #~ msgstr "Ne pas utiliser le groupe d'instructions optionnelles d'usage général du PowerPC"
8537 #~ msgid "Use PowerPC Graphics group optional instructions"
8538 #~ msgstr "Utiliser le groupe d'instructions graphiques optionnelles du PowerPC"
8540 #~ msgid "Do not use PowerPC Graphics group optional instructions"
8541 #~ msgstr "Ne pas utiliser le groupe d'instructions optionnelles graphiques du PowerPC"
8543 #~ msgid "Use PowerPC-64 instruction set"
8544 #~ msgstr "Utiliser le jeu d'instructions du PowerPC-64"
8546 #~ msgid "Do not use PowerPC-64 instruction set"
8547 #~ msgstr "Ne pas utiliser le jeu d'instructions du PowerPC-64"
8549 #~ msgid "Use AltiVec instructions"
8550 #~ msgstr "Utiliser les instructions AltiVec"
8552 #~ msgid "Do not use AltiVec instructions"
8553 #~ msgstr "Ne pas utiliser les instructions AltiVec"
8555 #~ msgid "Use new mnemonics for PowerPC architecture"
8556 #~ msgstr "Utiliser les nouvelles mnémoniques pour l'architecture du PowerPC"
8558 #~ msgid "Use old mnemonics for PowerPC architecture"
8559 #~ msgstr "Utiliser les anciennes mnémoniques pour l'architecture du PowerPC"
8561 #~ msgid "Put everything in the regular TOC"
8562 #~ msgstr "Place tout dans le TOC régulier"
8564 #~ msgid "Place floating point constants in TOC"
8565 #~ msgstr "Placer les constantes en virgule flottante dans le TOC"
8567 #~ msgid "Do not place floating point constants in TOC"
8568 #~ msgstr "Ne pas placer les constantes en virgule flottante dans le TOC"
8570 #~ msgid "Place symbol+offset constants in TOC"
8571 #~ msgstr "Placer les constantes symboles+décalages dans le TOC"
8573 #~ msgid "Do not place symbol+offset constants in TOC"
8574 #~ msgstr "Ne pas placer les constantes symboles+décalages dans le TOC"
8576 #~ msgid "Place variable addresses in the regular TOC"
8577 #~ msgstr "Placer les adresses variables dans un TOC régulier"
8579 #~ msgid "Generate load/store multiple instructions"
8580 #~ msgstr "Générer les instructions multiples de chargement/stockage"
8582 #~ msgid "Do not generate load/store multiple instructions"
8583 #~ msgstr "Ne pas générer les instructions multiples de chargement/stockage"
8585 #~ msgid "Generate string instructions for block moves"
8586 #~ msgstr "Générer les instructions chaînes pour les déplacements de blocs"
8588 #~ msgid "Do not generate string instructions for block moves"
8589 #~ msgstr "Ne pas générer les instructions chaînes pour les déplacements de blocs"
8591 #~ msgid "Generate load/store with update instructions"
8592 #~ msgstr "Générer les instructions de mise à jour de chargement/stockage"
8594 #~ msgid "Do not generate load/store with update instructions"
8595 #~ msgstr "Ne pas générer les instructions de mise à jour de chargement/stockage"
8597 #~ msgid "Do not generate fused multiply/add instructions"
8598 #~ msgstr "Ne pas générer des instructions fusionnés de multiplication/addition"
8600 #~ msgid "Do not schedule the start and end of the procedure"
8601 #~ msgstr "Ne pas ordonnancer le début et la fin de la procédure"
8603 #~ msgid "Return all structures in memory (AIX default)"
8604 #~ msgstr "Retourner toutes les structures en mémoire (par défaut sur AIX)"
8606 #~ msgid "Return small structures in registers (SVR4 default)"
8607 #~ msgstr "Retourner les petites structures par les registres (par défaut sur SVR4)"
8609 #~ msgid "Generate single field mfcr instruction"
8610 #~ msgstr "Générer des instructions à champ simple mfcr"
8612 #~ msgid "Do not generate single field mfcr instruction"
8613 #~ msgstr "Ne pas générer des instructions à champ simple mfcr"
8615 #~ msgid "Use features of and schedule code for given CPU"
8616 #~ msgstr "Utiliser les options et ordonnancer le code pour le processeur donné"
8618 #~ msgid "Enable debug output"
8619 #~ msgstr "Autoriser la sortie lors de la mise au point"
8621 #~ msgid "Select full, part, or no traceback table"
8622 #~ msgstr "Sélectionner « full », « part » ou « none »"
8624 #~ msgid "Specify ABI to use"
8625 #~ msgstr "Spécifier l'ABI à utiliser"
8627 #~ msgid "Specify size of long double (64 or 128 bits)"
8628 #~ msgstr "Spécifier la taille des long double (64 ou 128 bits)"
8630 #~ msgid "Specify yes/no if isel instructions should be generated"
8631 #~ msgstr "Spécifier yes (pour oui)/ no (pour non) si les instruction isel doivent être générés"
8633 #~ msgid "Specify yes/no if SPE SIMD instructions should be generated"
8634 #~ msgstr "Spécifier yes (pour oui) /no (pour non) si les instructions SPE SIMD doivent être générées"
8636 #~ msgid "Specify yes/no if using floating point in the GPRs"
8637 #~ msgstr "Spécifier yes (pour oui) /no (pour non) si les nombres en virgule flottante sont utilisés dans le GPR"
8639 #~ msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
8640 #~ msgstr "Spécifier yes (pour oui)/ no (pour non) si les instruction VRSAVE doivent être générés pour ALtiVec"
8642 #~ msgid "Avoid all range limits on call instructions"
8643 #~ msgstr "Éviter toutes les limites sur les instructions d'appel"
8645 #~ msgid "Determine which dependences between insns are considered costly"
8646 #~ msgstr "Déterminer laquelle des dépendances entre les insns qui sont considérées coûteuses"
8648 #~ msgid "Specify which post scheduling nop insertion scheme to apply"
8649 #~ msgstr "Spécifier lequel schème de post ordonnancement d'insertion de NOP doit être appliqué"
8651 #~ msgid "Specify alignment of structure fields default/natural"
8652 #~ msgstr "Spécifier l'alignement des champs de structure par défaut/naturel"
8654 #~ msgid "Specify scheduling priority for dispatch slot restricted insns"
8655 #~ msgstr "Spécifier la priorité d'ordonnancement pour la répartition de fentes insns restreintes"
8657 #~ msgid "RETURN_ADDRESS_OFFSET not supported"
8658 #~ msgstr "RETURN_ADDRESS_OFFSET n'est pas supporté"
8660 #~ msgid "Select ABI calling convention"
8661 #~ msgstr "Sélectionner la convention d'appel ABI"
8663 #~ msgid "Select method for sdata handling"
8664 #~ msgstr "Sélectionner la méthode de traitement sdata"
8666 #~ msgid "Align to the base type of the bit-field"
8667 #~ msgstr "Aligner à la base du type du champ de bits"
8669 #~ msgid "Don't align to the base type of the bit-field"
8670 #~ msgstr "Ne pas aligner à la base du type du champ de bits"
8672 #~ msgid "Don't assume that unaligned accesses are handled by the system"
8673 #~ msgstr "Ne pas présumer que les accès non alignées sont traités par le système"
8675 #~ msgid "Assume that unaligned accesses are handled by the system"
8676 #~ msgstr "Présumer que les accès non alignées sont traités par le système"
8678 #~ msgid "Produce code relocatable at runtime"
8679 #~ msgstr "Produire du code relocalisable au moment de l'exécution"
8681 #~ msgid "Don't produce code relocatable at runtime"
8682 #~ msgstr "Ne pas produire du code relocalisable au moment de l'exécution"
8684 #~ msgid "Produce little endian code"
8685 #~ msgstr "Produire du code pour système à octets de poids faible (little endian)"
8687 #~ msgid "Produce big endian code"
8688 #~ msgstr "Produire du code pour système à octets de poids fort (big endian)"
8690 #~ msgid "no description yet"
8691 #~ msgstr "aucune description encore"
8694 #~ msgstr "Utiliser EABI"
8696 #~ msgid "Don't use EABI"
8697 #~ msgstr "Ne pas utiliser EABI"
8699 #~ msgid "Do not allow bit-fields to cross word boundaries"
8700 #~ msgstr "Ne pas permettre les champs de bits de traverser des frontières de mots"
8702 #~ msgid "Use alternate register names"
8703 #~ msgstr "Utiliser les noms alternatifs de registres"
8705 #~ msgid "Don't use alternate register names"
8706 #~ msgstr "Ne pas utiliser les noms alternatifs de registres"
8708 #~ msgid "Link with libsim.a, libc.a and sim-crt0.o"
8709 #~ msgstr "Faire l'édition de liens avec libsim.a, libc.a et sim-crt0.o"
8711 #~ msgid "Link with libads.a, libc.a and crt0.o"
8712 #~ msgstr "Faire l'édition de liens avec libads.a, libc.a and crt0.o"
8714 #~ msgid "Link with libyk.a, libc.a and crt0.o"
8715 #~ msgstr "Faire l'édition de liens avec libyk.a, libc.a and crt0.o"
8717 #~ msgid "Link with libmvme.a, libc.a and crt0.o"
8718 #~ msgstr "Faire l'édition de liens avec libmvme.a, libc.a and crt0.o"
8720 #~ msgid "Set the PPC_EMB bit in the ELF flags header"
8721 #~ msgstr "Initialiser le bit PPC_EMB bit dans l'en-tête des fanions ELF"
8723 #~ msgid "Use the WindISS simulator"
8724 #~ msgstr "Utiliser le simulateur WindISS"
8726 #~ msgid "Generate 64-bit code"
8727 #~ msgstr "Générer du code 64 bits"
8729 #~ msgid "Generate 32-bit code"
8730 #~ msgstr "Générer du code 32 bits"
8732 #~ msgid "bad value for -mcall-%s"
8733 #~ msgstr "valeur erronée pour -mcall-%s"
8735 #~ msgid "bad value for -msdata=%s"
8736 #~ msgstr "valeur erronée pour -msdata=%s"
8738 #~ msgid "-mrelocatable and -msdata=%s are incompatible"
8739 #~ msgstr "-mrelocatable et -msdata=%s sont incompatibles"
8741 #~ msgid "-f%s and -msdata=%s are incompatible"
8742 #~ msgstr "-f%s et -msdata=%s sont incompatibles"
8744 #~ msgid "-msdata=%s and -mcall-%s are incompatible"
8745 #~ msgstr "-msdata=%s et -mcall-%s sont incompatibles"
8747 #~ msgid "-mrelocatable and -mno-minimal-toc are incompatible"
8748 #~ msgstr "-mrelocatable et -mno-minimal-toc sont incompatibles"
8750 #~ msgid "-mrelocatable and -mcall-%s are incompatible"
8751 #~ msgstr "-mrelocatable et -mcall-%s sont incompatibles"
8753 #~ msgid "-fPIC and -mcall-%s are incompatible"
8754 #~ msgstr "-fPIC et -mcall-%s sont incompatibles"
8756 #~ msgid "-mcall-aixdesc must be big endian"
8757 #~ msgstr "-mcall-aixdesc doit être pour un système à octets de poids fort"
8759 #~ msgid "-m%s not supported in this configuration"
8760 #~ msgstr "-m%s n'est pas supporté par cette configuration"
8762 #~ msgid "Unknown cpu used in -march=%s."
8763 #~ msgstr "Processeur inconnu utilisé dans -march=%s"
8765 #~ msgid "Unknown cpu used in -mtune=%s."
8766 #~ msgstr "Processeur inconnu dans -mtune=%s"
8768 #~ msgid "z/Architecture mode not supported on %s."
8769 #~ msgstr "z/mode d'architecture n'est pas supporté sur %s"
8771 #~ msgid "64-bit ABI not supported in ESA/390 mode."
8772 #~ msgstr "ABI 64 bits n'est pas supporté en mode ESA/390"
8774 #~ msgid "invalid UNSPEC as operand (1)"
8775 #~ msgstr "UNSPEC invalide comme opérande (1)"
8777 #~ msgid "invalid UNSPEC as operand (2)"
8778 #~ msgstr "UNSPEC invalide comme opérande (2)"
8780 #~ msgid "UNKNOWN in s390_output_symbolic_const !?"
8781 #~ msgstr "INCONNU dans s390_output_symbolic_const !?"
8783 #~ msgid "Cannot decompose address."
8784 #~ msgstr "Ne pas décomposer l'adresse"
8786 #~ msgid "UNKNOWN in print_operand !?"
8787 #~ msgstr "INCONNNU dans print_operand !?"
8789 #~ msgid "Total size of local variables exceeds architecture limit."
8790 #~ msgstr "Taille totale des variables locales excède la limite de l'architecture"
8792 #~ msgid "Set backchain"
8793 #~ msgstr "Fixer la chaîne arrière"
8795 #~ msgid "Don't set backchain (faster, but debug harder"
8796 #~ msgstr "Ne pas fixer la chaîne arrière (plus rapide mais plus difficle à mettre au point)"
8798 #~ msgid "Use bras for executable < 64k"
8799 #~ msgstr "Utiliser « bras » pour les exécutables < 64k"
8801 #~ msgid "Don't use bras"
8802 #~ msgstr "Ne pas utiliser bras"
8804 #~ msgid "Additional debug prints"
8805 #~ msgstr "Imprimer des informations additionnelles en mode débug"
8807 #~ msgid "Don't print additional debug prints"
8808 #~ msgstr "Ne pas imprimer des informations additionnelles en mode débug"
8810 #~ msgid "64 bit ABI"
8811 #~ msgstr "ABI de 64 bits"
8813 #~ msgid "31 bit ABI"
8814 #~ msgstr "ABI de 64 bits"
8816 #~ msgid "z/Architecture"
8817 #~ msgstr "z/Architecture"
8819 #~ msgid "ESA/390 architecture"
8820 #~ msgstr "architecture ESA/390"
8822 #~ msgid "mvcle use"
8823 #~ msgstr "mvcle utilisé"
8828 #~ msgid "enable tpf OS code"
8829 #~ msgstr "autoriser le code OS tpf"
8831 #~ msgid "disable tpf OS code"
8832 #~ msgstr "interdire le code OS tpf"
8834 #~ msgid "disable fused multiply/add instructions"
8835 #~ msgstr "interdire les instructions fusionnés de multiplication/addition"
8837 #~ msgid "enable fused multiply/add instructions"
8838 #~ msgstr "autoriser les instructions fusionnés de multiplication/addition"
8840 #~ msgid "__builtin_saveregs not supported by this subtarget"
8841 #~ msgstr "__builtin_saveregs n'est pas supporté par la sous-cible"
8843 #~ msgid "attribute interrupt_handler is not compatible with -m5-compact"
8844 #~ msgstr "attribut interrupt_handler n'est pas compatible avec -m5-compact"
8846 #~ msgid "`%s' attribute only applies to interrupt functions"
8847 #~ msgstr "attribut « %s » s'applique seulement à des fonctions d'interruption"
8849 #~ msgid "`%s' attribute argument not a string constant"
8850 #~ msgstr "l'attribut « %s » de l'argument n'est pas une contante chaîne"
8852 #~ msgid "`%s' attribute argument not an integer constant"
8853 #~ msgstr "l'attribut « %s » de l'argument n'est pas une contante entière"
8855 #~ msgid "Profiling is not supported on this target."
8856 #~ msgstr "le profilage n'est pas supporté sur cette cible"
8858 #~ msgid "%s is not supported by this configuration"
8859 #~ msgstr "%s n'est pas supporté par cette configuration"
8861 #~ msgid "-mlong-double-64 not allowed with -m64"
8862 #~ msgstr "-mlong-double-64 n'est pas permis avec -m64"
8864 #~ msgid "-mcmodel= is not supported on 32 bit systems"
8865 #~ msgstr "-mcmodel= n'est pas supporté sur les systèmes de 32 bits"
8867 #~ msgid "invalid %%Y operand"
8868 #~ msgstr "opérande %%Y invalide"
8870 #~ msgid "invalid %%A operand"
8871 #~ msgstr "opérande %%A invalide"
8873 #~ msgid "invalid %%B operand"
8874 #~ msgstr "Opérande %%B invalide"
8876 #~ msgid "invalid %%c operand"
8877 #~ msgstr "opérande %%c invalide"
8879 #~ msgid "invalid %%C operand"
8880 #~ msgstr "opérande %%C invalide"
8882 #~ msgid "invalid %%d operand"
8883 #~ msgstr "opérande %%d invalide"
8885 #~ msgid "invalid %%D operand"
8886 #~ msgstr "opérande %%D invalide"
8888 #~ msgid "invalid %%f operand"
8889 #~ msgstr "opérande %%f invalide"
8891 #~ msgid "invalid %%s operand"
8892 #~ msgstr "opérande %%s invalide"
8894 #~ msgid "long long constant not a valid immediate operand"
8895 #~ msgstr "constante long long n'est pas une opérande immédiate valide"
8897 #~ msgid "floating point constant not a valid immediate operand"
8898 #~ msgstr "constante en virgule flottante n'est pas une opérande immédiate valide"
8900 #~ msgid "Use 128 bit long doubles"
8901 #~ msgstr "Utiliser des longs doubles de 128 bits"
8903 #~ msgid "Generate code for big endian"
8904 #~ msgstr "Générer du code pour un système à octets de poids fort"
8906 #~ msgid "Generate code for little endian"
8907 #~ msgstr "Générer du code pour un système à octets de poids faible"
8909 #~ msgid "Use little-endian byte order for data"
8910 #~ msgstr "Utiliser l'ordre des octets de poids faible pour les données"
8912 #~ msgid "Assume possible double misalignment"
8913 #~ msgstr "Présumer un possible mauvais alignement des doubles"
8915 #~ msgid "Assume all doubles are aligned"
8916 #~ msgstr "Présumer que tous les doubles sont alignés"
8918 #~ msgid "Pass -assert pure-text to linker"
8919 #~ msgstr "Passer -assert pure-text à l'éditeur de liens"
8921 #~ msgid "Do not pass -assert pure-text to linker"
8922 #~ msgstr "Ne pas passer -assert pure-text à l'éditeur de liens"
8924 #~ msgid "Use flat register window model"
8925 #~ msgstr "Utiliser le modèle de fenêtre de registre plat"
8927 #~ msgid "Do not use flat register window model"
8928 #~ msgstr "Ne pas utiliser le modèle de fenêtre de registre plat"
8930 #~ msgid "Use ABI reserved registers"
8931 #~ msgstr "Utiliser les registres réservés ABI"
8933 #~ msgid "Do not use ABI reserved registers"
8934 #~ msgstr "Ne pas utiliser les registres réservés ABI"
8936 #~ msgid "Use hardware quad fp instructions"
8937 #~ msgstr "Utiliser les instructions matérielles quad FP"
8939 #~ msgid "Do not use hardware quad fp instructions"
8940 #~ msgstr "Ne pas utiliser les instructions matérielles quad FP"
8942 #~ msgid "Compile for v8plus ABI"
8943 #~ msgstr "Compiler pour ABI v8plus"
8945 #~ msgid "Do not compile for v8plus ABI"
8946 #~ msgstr "Ne pas compiler pour ABI v8plus"
8948 #~ msgid "Utilize Visual Instruction Set"
8949 #~ msgstr "Utiliser le jeu d'instructions Visual"
8951 #~ msgid "Do not utilize Visual Instruction Set"
8952 #~ msgstr "Ne pas utiliser le jeu d'instructions Visual"
8954 #~ msgid "Optimize for Cypress processors"
8955 #~ msgstr "Optimiser pour les processeurs Cypress"
8957 #~ msgid "Optimize for SPARCLite processors"
8958 #~ msgstr "Optimiser pour les processeurs SPARCLite"
8960 #~ msgid "Optimize for F930 processors"
8961 #~ msgstr "Optimiser pour les processeurs F930"
8963 #~ msgid "Optimize for F934 processors"
8964 #~ msgstr "Optimiser pour les processeurs F934"
8966 #~ msgid "Use V8 SPARC ISA"
8967 #~ msgstr "Utiliser le V8 SPARC ISA"
8969 #~ msgid "Optimize for SuperSPARC processors"
8970 #~ msgstr "Optimiser pour les processeurs SuperSPARC"
8972 #~ msgid "Pointers are 64-bit"
8973 #~ msgstr "Pointeurs sont de 64 bits"
8975 #~ msgid "Pointers are 32-bit"
8976 #~ msgstr "Pointeurs sont de 32 bits"
8978 #~ msgid "Use 32-bit ABI"
8979 #~ msgstr "Utiliser ABI de 32 bits"
8981 #~ msgid "Use 64-bit ABI"
8982 #~ msgstr "Utiliser ABI de 64 bits"
8984 #~ msgid "Use stack bias"
8985 #~ msgstr "Utiliser le biais de la pile"
8987 #~ msgid "Do not use stack bias"
8988 #~ msgstr "Ne pas utiliser le biais de la pile"
8990 #~ msgid "Use structs on stronger alignment for double-word copies"
8991 #~ msgstr "Utiliser des structs avec alignement plus fort pour les copies de mots-doubles"
8993 #~ msgid "Do not use structs on stronger alignment for double-word copies"
8994 #~ msgstr "Ne pas utiliser des structs avec alignement plus fort pour les copies de mots-doubles"
8996 #~ msgid "Optimize tail call instructions in assembler and linker"
8997 #~ msgstr "Optimiser sur mesure les instructions d'appel avec l'assembleur et l'éditeur de liens"
8999 #~ msgid "Do not optimize tail call instructions in assembler or linker"
9000 #~ msgstr "Ne pas optimiser sur mesure les instructions d'appel avec l'assembleur et l'éditeur de liens"
9002 #~ msgid "Use given SPARC code model"
9003 #~ msgstr "Utiliser le modèle donné de code pour le SPARC"
9005 #~ msgid "Constant halfword load operand out of range."
9006 #~ msgstr "chargement de l'opérande de la constante demi-mot est hors limite"
9008 #~ msgid "Constant arithmetic operand out of range."
9009 #~ msgstr "opérande arithmétique de la constante est hors limite"
9011 #~ msgid "Local variable memory requirements exceed capacity."
9012 #~ msgstr "La mémoire requise pour les variables locales excède la capacité disponible."
9014 #~ msgid "function_profiler support"
9015 #~ msgstr "function_profiler supporté"
9017 #~ msgid "cannot use va_start in interrupt function"
9018 #~ msgstr "ne peut utiliser va-start dans une fonction d'interruption"
9020 #~ msgid "`B' operand is not constant"
9021 #~ msgstr "opérande « B » n'est pas une constante"
9023 #~ msgid "`B' operand has multiple bits set"
9024 #~ msgstr "l'opérande « B » a de multiples jeux de bits"
9026 #~ msgid "`o' operand is not constant"
9027 #~ msgstr "opérande « o » n'est pas une constante"
9029 #~ msgid "xstormy16_print_operand: unknown code"
9030 #~ msgstr "xstormy16_print_operand: code inconnu"
9032 #~ msgid "switch statement of size %lu entries too large"
9033 #~ msgstr "déclaration de switch de taille %lu entrée est trop grande"
9035 #~ msgid "#pragma GHS endXXXX found without previous startXXX"
9036 #~ msgstr "#pragma GHS endXXXX repéré sans être précédé de startXXX"
9038 #~ msgid "#pragma GHS endXXX does not match previous startXXX"
9039 #~ msgstr "#pragma GHS endXXX ne concorde pas avec le précédent startXXX"
9041 #~ msgid "cannot set interrupt attribute: no current function"
9042 #~ msgstr "ne peut initialiser l'attribut d'interruption: aucune fonction courante"
9044 #~ msgid "cannot set interrupt attribute: no such identifier"
9045 #~ msgstr "ne peut initialiser l'attribut d'interruption: pas de tel identificateur"
9047 #~ msgid "junk at end of #pragma ghs section"
9048 #~ msgstr "rebut à la fin de la section #pragma ghs"
9050 #~ msgid "unrecognized section name \"%s\""
9051 #~ msgstr "nom de section non reconnue « %s »"
9053 #~ msgid "malformed #pragma ghs section"
9054 #~ msgstr "sectin mal composée #pragma ghs"
9056 #~ msgid "junk at end of #pragma ghs interrupt"
9057 #~ msgstr "rebut à la fin de l'interruption #pragma ghs"
9059 #~ msgid "junk at end of #pragma ghs starttda"
9060 #~ msgstr "rebut à la fin de #pragma ghs starttda"
9062 #~ msgid "junk at end of #pragma ghs startsda"
9063 #~ msgstr "rebut à la fin de #pragma ghs startsda"
9065 #~ msgid "junk at end of #pragma ghs startzda"
9066 #~ msgstr "rebut à la fin de #pragma ghs startzda"
9068 #~ msgid "junk at end of #pragma ghs endtda"
9069 #~ msgstr "rebut à la fin de #pragma ghs endtda"
9071 #~ msgid "junk at end of #pragma ghs endsda"
9072 #~ msgstr "rebut à la fin de #pragma ghs endsda"
9074 #~ msgid "junk at end of #pragma ghs endzda"
9075 #~ msgstr "rebut à la fin de #pragma ghs endzda"
9077 #~ msgid "%s=%s is not numeric"
9078 #~ msgstr "%s=%s n'est pas numérique"
9080 #~ msgid "%s=%s is too large"
9081 #~ msgstr "%s=%s est trop grand"
9083 #~ msgid "const_double_split got a bad insn:"
9084 #~ msgstr "const_double_split a reçu un insn erroné:"
9086 #~ msgid "output_move_single:"
9087 #~ msgstr "output_move_single:"
9089 #~ msgid "%Jdata area attributes cannot be specified for local variables"
9090 #~ msgstr "%Jattribut de zone de donnéées ne peut être spécifié pour des variables locales"
9092 #~ msgid "%Jdata area of '%D' conflicts with previous declaration"
9093 #~ msgstr "%Jzone de données de « %D » entre en conflit avec un déclaration précédente"
9095 #~ msgid "bogus JR construction: %d\n"
9096 #~ msgstr "construction JR boggé: %d\n"
9098 #~ msgid "bad amount of stack space removal: %d"
9099 #~ msgstr "taille erronée pour l'enlèvement d'espace de la pile: %d"
9101 #~ msgid "bogus JARL construction: %d\n"
9102 #~ msgstr "construction JARL boggée: %d\n"
9104 #~ msgid "Bogus DISPOSE construction: %d\n"
9105 #~ msgstr "construction DISPOSE boggé: %d\n"
9107 #~ msgid "Too much stack space to dispose of: %d"
9108 #~ msgstr "Trop d'espace pour l'empilage pour la disposition de: %d"
9110 #~ msgid "Bogus PREPEARE construction: %d\n"
9111 #~ msgstr "construction PREPEARE boggée: %d\n"
9113 #~ msgid "Too much stack space to prepare: %d"
9114 #~ msgstr "Trop d'espace pour l'empilage pour la préparation: %d"
9116 #~ msgid "Support Green Hills ABI"
9117 #~ msgstr "Supporter l'ABI Green Hills"
9119 #~ msgid "Prohibit PC relative function calls"
9120 #~ msgstr "Interdire les appels relatifs de fonctions par le PC"
9122 #~ msgid "Reuse r30 on a per function basis"
9123 #~ msgstr "Ré-utiliser R30 sur une base par fonction"
9125 #~ msgid "Use stubs for function prologues"
9126 #~ msgstr "Utiliser des stubs pour les prologues de fonction"
9128 #~ msgid "Same as: -mep -mprolog-function"
9129 #~ msgstr "Identique à: -mep -mprolog-function"
9131 #~ msgid "Enable backend debugging"
9132 #~ msgstr "Autoriser la mise au point par la fin"
9134 #~ msgid "Compile for the v850 processor"
9135 #~ msgstr "Compiler pour le processeur v850"
9137 #~ msgid "Compile for v850e1 processor"
9138 #~ msgstr "Compiler pour le processeur v850e1"
9140 #~ msgid "Compile for v850e processor"
9141 #~ msgstr "Compiler pour le processeur v850e"
9143 #~ msgid "Enable the use of the short load instructions"
9144 #~ msgstr "Activer l'utilisation d'instructions courtes de chargement"
9146 #~ msgid "Do not use the callt instruction"
9147 #~ msgstr "Ne pas utiliser l'instruction callt"
9149 #~ msgid "Do not use registers r2 and r5"
9150 #~ msgstr "Ne pas utiliser les registres r2 et r5"
9152 #~ msgid "Enforce strict alignment"
9153 #~ msgstr "Forcer l'alignement stricte"
9155 #~ msgid "Use 4 byte entries in switch tables"
9156 #~ msgstr "Utiliser des entrées de 4 octets dans les tables de switch"
9158 #~ msgid "Set the max size of data eligible for the TDA area"
9159 #~ msgstr "Initialiser la taille maximale des données éligibles pour la zone TDA"
9161 #~ msgid "Set the max size of data eligible for the SDA area"
9162 #~ msgstr "Initialiser la taille maximale des données éligibles pour la zone SDA"
9164 #~ msgid "Set the max size of data eligible for the ZDA area"
9165 #~ msgstr "Initialiser la taille maximale des données éligibles pour la zone ZDA"
9167 #~ msgid "boolean registers required for the floating-point option"
9168 #~ msgstr "registres booléens requis pour l'option de virgule flottante"
9170 #~ msgid "-f%s is not supported with CONST16 instructions"
9171 #~ msgstr "-f%s n'est pas supporté avec les instructions CONST16"
9173 #~ msgid "PIC is required but not supported with CONST16 instructions"
9174 #~ msgstr "PIC est requis mais non supporté avec des instructions CONST16"
9176 #~ msgid "invalid %%D value"
9177 #~ msgstr "valeur %%D invalide"
9179 #~ msgid "invalid mask"
9180 #~ msgstr "masque invalide"
9182 #~ msgid "invalid %%x value"
9183 #~ msgstr "valeur %%x invalide"
9185 #~ msgid "invalid %%d value"
9186 #~ msgstr "valeur %%d invalide"
9188 #~ msgid "invalid %%t/%%b value"
9189 #~ msgstr "valeur %%t/%%b invalide"
9191 #~ msgid "invalid address"
9192 #~ msgstr "adresse invalide"
9194 #~ msgid "no register in address"
9195 #~ msgstr "pas de registre dans l'adresse"
9197 #~ msgid "address offset not a constant"
9198 #~ msgstr "décalage d'adresse n'est pas une constante"
9200 #~ msgid "only uninitialized variables can be placed in a .bss section"
9201 #~ msgstr "seules les variables non initialisées peuvent être placées dans une section .bss"
9203 #~ msgid "Use CONST16 instruction to load constants"
9204 #~ msgstr "Utiliser les instructions CONST16 pour charger les constantes"
9206 #~ msgid "Use PC-relative L32R instruction to load constants"
9207 #~ msgstr "Utiliser les instructions L32R relatives au PC pour charger les constantes"
9209 #~ msgid "Disable fused multiply/add and multiply/subtract FP instructions"
9210 #~ msgstr "Interdire les instructions fusionnés FP de multiplication/addition et de multiplication/soustraction"
9212 #~ msgid "Enable fused multiply/add and multiply/subtract FP instructions"
9213 #~ msgstr "Permettre les instructions fusionnés FP de multiplication/addition et de multiplication/soustraction"
9215 #~ msgid "Intersperse literal pools with code in the text section"
9216 #~ msgstr "Entrecouper les lots de litéraux avec le code dans la section texte"
9218 #~ msgid "Put literal pools in a separate literal section"
9219 #~ msgstr "Placer les lots de litéraux dans des sections séparées de litéraux"
9221 #~ msgid "Automatically align branch targets to reduce branch penalties"
9222 #~ msgstr "Aligner automatiquement les branchements cibles pour réduire les pénalités de branchement"
9224 #~ msgid "Do not automatically align branch targets"
9225 #~ msgstr "Ne pas aligner automatiquement les branchements cibles pour réduire les pénalités de branchement"
9227 #~ msgid "Use indirect CALLXn instructions for large programs"
9228 #~ msgstr "Utiliser les instructions indirectes CALLXn pour les grands programmes"
9230 #~ msgid "Use direct CALLn instructions for fast calls"
9231 #~ msgstr "Utiliser les instructions directes CALLn pour des appels rapides"
9233 #~ msgid "missing argument to \"-%s\""
9234 #~ msgstr "argument manquant à « -%s »"
9236 #~ msgid "`-gnat' misspelled as `-gant'"
9237 #~ msgstr "« -gnat » mal épellé comme « -gant »"
9239 #~ msgid "unable to call pointer to member function here"
9240 #~ msgstr "incapable de faire l'appel avec le pointeur vers la fonction membre ici"
9242 #~ msgid "%s %D(%T, %T, %T) <built-in>"
9243 #~ msgstr "%s %D(%T, %T, %T) <construit-interne>"
9245 #~ msgid "%s %D(%T, %T) <built-in>"
9246 #~ msgstr "%s %D(%T, %T) <construit-interne>"
9248 #~ msgid "%s %D(%T) <built-in>"
9249 #~ msgstr "%s %D(%T) <interne>"
9251 #~ msgid "%s %T <conversion>"
9252 #~ msgstr "%s %T <conversion>"
9254 #~ msgid "%J%s %+#D <near match>"
9255 #~ msgstr "%J%s %+#D <près d'une concordance>"
9257 #~ msgid "%J%s %+#D"
9258 #~ msgstr "%J%s %+#D"
9260 #~ msgid "candidates are:"
9261 #~ msgstr "candidats sont:"
9263 #~ msgid "conversion from `%T' to `%T' is ambiguous"
9264 #~ msgstr "conversion de « %T » vers « %T » est ambiguë"
9266 #~ msgid "no matching function for call to `%D(%A)'"
9267 #~ msgstr "pas de fonction concordante pour l'appel de « %D(%A) »"
9269 #~ msgid "call of overloaded `%D(%A)' is ambiguous"
9270 #~ msgstr "appel du surchargé « %D(%A) » est ambiguë"
9272 #~ msgid "pointer-to-member function %E cannot be called without an object; consider using .* or ->*"
9273 #~ msgstr "pointeur vers fonction membre %E ne peut être appelé sans un objet; utilisez .* ou ->*"
9275 #~ msgid "no match for call to `(%T) (%A)'"
9276 #~ msgstr "pas de concordance pour l'appel de « (%T) (%A) »"
9278 #~ msgid "call of `(%T) (%A)' is ambiguous"
9279 #~ msgstr "appel de « (%T) (%A) » est ambiguë"
9281 #~ msgid "%s for ternary 'operator?:' in '%E ? %E : %E'"
9282 #~ msgstr "%s pour « operator?: » ternaire dans « %E ? %E : %E »"
9284 #~ msgid "%s for 'operator%s' in '%E%s'"
9285 #~ msgstr "%s pour « operator%s » dans « %E%s »"
9287 #~ msgid "%s for 'operator[]' in '%E[%E]'"
9288 #~ msgstr "%s pour « operator[] » dans « %E[%E] »"
9290 #~ msgid "%s for '%s' in '%s %E'"
9291 #~ msgstr "%s pour « %s » dans « %s %E »"
9293 #~ msgid "%s for 'operator%s' in '%E %s %E'"
9294 #~ msgstr "%s pour « operator%s » dans « %E %s %E »"
9296 #~ msgid "%s for 'operator%s' in '%s%E'"
9297 #~ msgstr "%s pour « operator%s » dans « %s%E »"
9299 #~ msgid "ISO C++ forbids omitting the middle term of a ?: expression"
9300 #~ msgstr "ISO C++ interdit l'omission du terme milieu de l'expression ?:"
9302 #~ msgid "`%E' has type `void' and is not a throw-expression"
9303 #~ msgstr "« %E » a le type « void » et n'est pas une expression de retour de type throw"
9305 #~ msgid "operands to ?: have different types"
9306 #~ msgstr "opérande vers ?: a différents types"
9308 #~ msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
9309 #~ msgstr "non concordance de type énuméré dans l'expression conditionnelle: « %T » vs « %T »"
9311 #~ msgid "enumeral and non-enumeral type in conditional expression"
9312 #~ msgstr "type énuméré et non énuméré dans l'expression conditionnelle"
9314 #~ msgid "no `%D(int)' declared for postfix `%s', trying prefix operator instead"
9315 #~ msgstr "pas « %D(int) » déclaré pour le postfixe « %s », essaie avec l'oprateur préfixe à la place"
9317 #~ msgid "using synthesized `%#D' for copy assignment"
9318 #~ msgstr "utilisation du synthétisé « %#D » pour l'affectaion par copie"
9320 #~ msgid " where cfront would use `%#D'"
9321 #~ msgstr " où cfront utiliserait « %#D »"
9323 #~ msgid "comparison between `%#T' and `%#T'"
9324 #~ msgstr "comparaison entre « %#T » et « %#T »"
9326 #~ msgid "no suitable `operator %s' for `%T'"
9327 #~ msgstr "pas « operator %s » adapté pour « %T »"
9329 #~ msgid "`%+#D' is private"
9330 #~ msgstr "« %+#D » est privé"
9332 #~ msgid "`%+#D' is protected"
9333 #~ msgstr "« %+#D » est protégé"
9335 #~ msgid "`%+#D' is inaccessible"
9336 #~ msgstr "« %+#D » et inaccessible"
9338 #~ msgid "within this context"
9339 #~ msgstr "à l'intérieur du contexte"
9341 #~ msgid "invalid conversion from `%T' to `%T'"
9342 #~ msgstr "conversion invalide de « %T » vers « %T »"
9344 #~ msgid " initializing argument %P of `%D'"
9345 #~ msgstr " initialisation de l'argument %P de « %D »"
9347 #~ msgid "cannot bind bitfield `%E' to `%T'"
9348 #~ msgstr "ne peut lier le champ de bits « %E » avec « %T »"
9350 #~ msgid "cannot bind packed field `%E' to `%T'"
9351 #~ msgstr "ne peut lier le champs empaqueté « %E » avec « %T »"
9353 #~ msgid "cannot bind rvalue `%E' to `%T'"
9354 #~ msgstr "ne peut lier la rvalue « %E » avec « %T »"
9356 #~ msgid "cannot pass objects of non-POD type `%#T' through `...'; call will abort at runtime"
9357 #~ msgstr "ne peut recevoir d'objets de type non POD « %#T » through « ... »; l'appel échouera lors de l'éxecution"
9359 #~ msgid "cannot receive objects of non-POD type `%#T' through `...'; call will abort at runtime"
9360 #~ msgstr "ne peut recevoir d'objets de type non POD « %#T » through « ... »; l'appel échouera lors de l'éxecution"
9362 #~ msgid "the default argument for parameter %d of `%D' has not yet been parsed"
9363 #~ msgstr "argument par défaut pour le paramètre %d de « %D » n'a pas encore été analysé"
9365 #~ msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
9366 #~ msgstr "passant « %T» comme «cet» argument de « %#D » écarte les qualificateurs"
9368 #~ msgid "`%T' is not an accessible base of `%T'"
9369 #~ msgstr "« %T » est une base accessible de « %T »"
9371 #~ msgid "could not find class$ field in java interface type `%T'"
9372 #~ msgstr "ne peut repérer le champ classe$ dans le type d'interface JAVA « %T »"
9374 #~ msgid "call to non-function `%D'"
9375 #~ msgstr "appel à une non fonction « %D »"
9377 #~ msgid "request for member `%D' in `%E', which is of non-aggregate type `%T'"
9378 #~ msgstr "requête du membre « %D » dans « %E », lequel n'est pas de type aggrégat « %T »"
9380 #~ msgid "no matching function for call to `%T::%s(%A)%#V'"
9381 #~ msgstr "pas de fonction concordante pour l'appel à « %T::%s(%A)%#V »"
9383 #~ msgid "call of overloaded `%s(%A)' is ambiguous"
9384 #~ msgstr "appel du surchargé « %s(%A) » est ambiguë"
9386 #~ msgid "cannot call member function `%D' without object"
9387 #~ msgstr "ne peut appeler la fonction membre « %D » sans objet"
9389 #~ msgid "passing `%T' chooses `%T' over `%T'"
9390 #~ msgstr "passant « %T » à choisit « %T » au lieu de « %T »"
9392 #~ msgid " in call to `%D'"
9393 #~ msgstr " dans l'appel de « %D »"
9395 #~ msgid "choosing `%D' over `%D'"
9396 #~ msgstr "choix de « %D » à la place de « %D »"
9398 #~ msgid " for conversion from `%T' to `%T'"
9399 #~ msgstr " pour la conversion de « %T » vers « %T »"
9401 #~ msgid " because conversion sequence for the argument is better"
9402 #~ msgstr " parce que la séquence de conversion pour l'argument est meilleure"
9404 #~ msgid "ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second:"
9405 #~ msgstr "ISO C++ indique qu'ils sont ambiguës même à travers la plus mauvaise conversion pour le premier que la plus mauvaise pour la seconde:"
9407 #~ msgid "candidate 1:"
9408 #~ msgstr "candidat 1:"
9410 #~ msgid "candidate 2:"
9411 #~ msgstr "candidat 2:"
9413 #~ msgid "could not convert `%E' to `%T'"
9414 #~ msgstr "ne peut convertir « %E » vers « %T »"
9416 #~ msgid "invalid initialization of non-const reference of type '%T' from a temporary of type '%T'"
9417 #~ msgstr "initialisation invalide pour une référence à un non constante de type « %T » à partir d'un type temporaire de type « %T »"
9419 #~ msgid "invalid initialization of reference of type '%T' from expression of type '%T'"
9420 #~ msgstr "initialisation invalide de référence d'un type « %T » à partir d'une expression de type « %T »"
9422 #~ msgid "cannot convert from base `%T' to derived type `%T' via virtual base `%T'"
9423 #~ msgstr "ne peut convertir de la base « %T » à un type dérivé « %T » via la base virtuel « %T »"
9425 #~ msgid "Java class '%T' cannot have an implicit non-trivial destructor"
9426 #~ msgstr "classe Java « %T » ne peut avoir un destructeur implicite non trivial"
9428 #~ msgid "Java class '%T' cannot have a destructor"
9429 #~ msgstr "classe Java « %T » ne peut avoir un destructeur"
9431 #~ msgid "`%#D' and `%#D' cannot be overloaded"
9432 #~ msgstr "« %#D » et « %#D » ne peut être surchargé"
9434 #~ msgid "conflicting access specifications for method `%D', ignored"
9435 #~ msgstr "spécifications d'accès conflictuelles pour la méthode « %D », ignoré"
9437 #~ msgid "conflicting access specifications for field `%s', ignored"
9438 #~ msgstr "spécifications d'accès conflictuelles pour le champ « %s », ignoré"
9440 #~ msgid "`%D' names constructor"
9441 #~ msgstr "« %D » nomme le constructeur"
9443 #~ msgid "`%D' invalid in `%T'"
9444 #~ msgstr "« %D » invalide dans « %T »"
9446 #~ msgid "no members matching `%D' in `%#T'"
9447 #~ msgstr "aucun membre concordant « %D » dans « %#T »"
9449 #~ msgid "`%D' invalid in `%#T'"
9450 #~ msgstr "« %D » invalide dans « %#T »"
9452 #~ msgid " because of local method `%#D' with same name"
9453 #~ msgstr " parce que la méthode locale « %#D » a le même nom"
9455 #~ msgid " because of local member `%#D' with same name"
9456 #~ msgstr " parce que le membre local « %#D » a le même nom"
9458 #~ msgid "base class `%#T' has a non-virtual destructor"
9459 #~ msgstr "classe de base « %#T » a un destructeur non virtuel"
9461 #~ msgid "base `%T' with only non-default constructor in class without a constructor"
9462 #~ msgstr "base « %T » avec seulement le constructeur non par défaut dans la classe sans un constructeur"
9464 #~ msgid "all member functions in class `%T' are private"
9465 #~ msgstr "toutes les fonctions membres de la classe « %T » sont privés"
9467 #~ msgid "`%#T' only defines a private destructor and has no friends"
9468 #~ msgstr "« %#T » définit seulement les constructeurs privés et n'a pas d'amis"
9470 #~ msgid "`%#T' only defines private constructors and has no friends"
9471 #~ msgstr "« %#T » définit seulement les constructeurs privés et n'a pas d'amis"
9473 #~ msgid "no unique final overrider for `%D' in `%T'"
9474 #~ msgstr "pas d'écraseur unique final pour « %D » dans « %T »"
9476 #~ msgid "`%D' was hidden"
9477 #~ msgstr "« %D » était caché"
9480 #~ msgstr " par « %D »"
9482 #~ msgid "`%#D' invalid; an anonymous union can only have non-static data members"
9483 #~ msgstr "« %#D » invalide; une union anonyme peut seulement avoir des données non statiques de membres"
9485 #~ msgid "private member `%#D' in anonymous union"
9486 #~ msgstr "membre privé « %#D » dans une union anonyme"
9488 #~ msgid "protected member `%#D' in anonymous union"
9489 #~ msgstr "membre protégé « %#D » dans une union anonyme"
9491 #~ msgid "vtable layout for class `%T' may not be ABI-compliant and may change in a future version of GCC due to implicit virtual destructor"
9492 #~ msgstr "disposition vtable pour la classe « %T » peut ne pas être compatible avec l'ABI et peut être modifié dans une version future deGCC en raison d'un destructeur virtuel implicite"
9494 #~ msgid "bit-field `%#D' with non-integral type"
9495 #~ msgstr "largeur du champ de bits « %#D » n'est pas une constante entière"
9497 #~ msgid "bit-field `%D' width not an integer constant"
9498 #~ msgstr "largeur du champ de bits « %D » n'est pas une constante entière"
9500 #~ msgid "negative width in bit-field `%D'"
9501 #~ msgstr "largeur négative du champ de bits « %D »"
9503 #~ msgid "zero width for bit-field `%D'"
9504 #~ msgstr "largeur zéro pour le champ de bits « %D »"
9506 #~ msgid "width of `%D' exceeds its type"
9507 #~ msgstr "largeur de « %D » excède son type"
9509 #~ msgid "`%D' is too small to hold all values of `%#T'"
9510 #~ msgstr "« %D » est trop petit pour contenir toutes les valeurs de « %#T »"
9512 #~ msgid "member `%#D' with constructor not allowed in union"
9513 #~ msgstr "membre « %#D » avec consructeur n'est pas permis dans l'union"
9515 #~ msgid "member `%#D' with destructor not allowed in union"
9516 #~ msgstr "membre « %#D » avec destructeur n'est pas permis dans l'union"
9518 #~ msgid "member `%#D' with copy assignment operator not allowed in union"
9519 #~ msgstr "membre « %#D » avec opérateur d,affectation par copie n'st pas permis dans l'union"
9521 #~ msgid "multiple fields in union `%T' initialized"
9522 #~ msgstr "champs multiples dans l'union « %T » initialisés"
9524 #~ msgid "ignoring packed attribute on unpacked non-POD field `%#D'"
9525 #~ msgstr "attribut empaqueté ignoré sur un champ non POD non paqueté « %#D »"
9527 #~ msgid "`%D' may not be static because it is a member of a union"
9528 #~ msgstr "« %D » peut ne pas être statique parce qu'il est membre de l'uniont"
9530 #~ msgid "`%D' may not have reference type `%T' because it is a member of a union"
9531 #~ msgstr "« %D » peut ne pas avoir de type référencé « %T » parce qu'il est membre de l'union"
9533 #~ msgid "field `%D' in local class cannot be static"
9534 #~ msgstr "champ « %D » dans une classe locale ne peut être statique"
9536 #~ msgid "field `%D' invalidly declared function type"
9537 #~ msgstr "champ « %D » incorrectement validé comme un type de fonction"
9539 #~ msgid "field `%D' invalidly declared method type"
9540 #~ msgstr "champ « %D » incorrectement validé comme un type de méthode"
9542 #~ msgid "non-static reference `%#D' in class without a constructor"
9543 #~ msgstr "référence non statique « %#D » dans la classe sans un constructeur"
9545 #~ msgid "non-static const member `%#D' in class without a constructor"
9546 #~ msgstr "constante non statique de membre « %#D » dans la classe sans un constructeur"
9548 #~ msgid "field `%#D' with same name as class"
9549 #~ msgstr "champ « %#D » avec le même nom qu'une classe"
9551 #~ msgid "`%#T' has pointer data members"
9552 #~ msgstr "« %#T » a un pointeur vers un membre de données"
9554 #~ msgid " but does not override `%T(const %T&)'"
9555 #~ msgstr " mais n'écrase pas « %T(const %T&) »"
9557 #~ msgid " or `operator=(const %T&)'"
9558 #~ msgstr " ou « operator=(const %T&) »"
9560 #~ msgid " but does not override `operator=(const %T&)'"
9561 #~ msgstr " mais n'écrase pas « operator=(const %T&) »"
9563 #~ msgid "offset of empty base `%T' may not be ABI-compliant and maychange in a future version of GCC"
9564 #~ msgstr "décalage d'une base vide « %T » peut ne pas être compatible avec l'ABI et peut être modifié dans une version future de GCC"
9566 #~ msgid "class `%T' will be considered nearly empty in a future version of GCC"
9567 #~ msgstr "classe « %T » devra être considérée pratiquement vide dans une version future de GCC"
9569 #~ msgid "initializer specified for non-virtual method `%D'"
9570 #~ msgstr "initialisation spécifiée pour une méthode non virtuelle « %D »"
9572 #~ msgid "offset of virtual base `%T' is not ABI-compliant and may change in a future version of GCC"
9573 #~ msgstr "décalage relatif d'une base virtuelle « %T » n'est pas compatible avec l'ABI et peut être modifié dans une version future de GCC"
9575 #~ msgid "direct base `%T' inaccessible in `%T' due to ambiguity"
9576 #~ msgstr "base directe « %T » inaccessible dans « %T » en raison de l'ambiguité"
9578 #~ msgid "virtual base `%T' inaccessible in `%T' due to ambiguity"
9579 #~ msgstr "base virtuelle « %T » inaccessible dans « %T » en raison de l'ambiguité"
9581 #~ msgid "size assigned to `%T' may not be ABI-compliant and may change in a future version of GCC"
9582 #~ msgstr "taille assignée à « %T » peut ne pas être compatible avec l'ABI et peut être modifié dans une version future de GCC"
9584 #~ msgid "the offset of `%D' may not be ABI-compliant and may change in a future version of GCC"
9585 #~ msgstr "le décalage relatif de « %D » peut ne pas être compatible avec l'ABI et peut être modifié dans une version future de GCC"
9587 #~ msgid "offset of `%D' is not ABI-compliant and may change in a future version of GCC"
9588 #~ msgstr "le décalage relatif de « %D » peut ne pas être compatible avec l'ABI et peut être modifié dans une version future de GCC"
9590 #~ msgid "`%D' contains empty classes which may cause base classes to be placed at different locations in a future version of GCC"
9591 #~ msgstr "« %D » contient des classes vides lesquelles peuvent placer les classes de base à une localisation différente dans une version future de GCC"
9593 #~ msgid "layout of classes derived from empty class `%T' may change in a future version of GCC"
9594 #~ msgstr "disposition des classes est dérivés de la classe vide « %T » peut être modifiée dans une version future de GCC"
9596 #~ msgid "redefinition of `%#T'"
9597 #~ msgstr "redéfinition de « %#T »"
9599 #~ msgid "`%#T' has virtual functions but non-virtual destructor"
9600 #~ msgstr "« %#T » a des fonctions virtuelles mais un destructeur non virtuel"
9602 #~ msgid "trying to finish struct, but kicked out due to previous parse errors"
9603 #~ msgstr "tentative de complétion du struct, mais a été stoppé en raison d'erreurs précédentes d'analyses syntaxiques"
9605 #~ msgid "language string `\"%s\"' not recognized"
9606 #~ msgstr "chaîne du langage « \"%s\" » n'est pas reconnue"
9608 #~ msgid "cannot resolve overloaded function `%D' based on conversion to type `%T'"
9609 #~ msgstr "ne peut résoudre la fonction surchargé « %D » basé sur la conversion vers le type « %T »"
9611 #~ msgid "no matches converting function `%D' to type `%#T'"
9612 #~ msgstr "pas de concordance de conversion de fonction « %D » vers le type « %#T »"
9614 #~ msgid "converting overloaded function `%D' to type `%#T' is ambiguous"
9615 #~ msgstr "conversion d'une fonction surchargée « %D » vers le type « %#T » est ambiguë"
9617 #~ msgid "assuming pointer to member `%D'"
9618 #~ msgstr "pointeur assumé vers le membre « %D »"
9620 #~ msgid "(a pointer to member can only be formed with `&%E')"
9621 #~ msgstr "(un pointeur vers un membre peut seulement être formé avec «&%E»)"
9623 #~ msgid "not enough type information"
9624 #~ msgstr "pas assez d'information sur le type"
9626 #~ msgid "argument of type `%T' does not match `%T'"
9627 #~ msgstr "argument de type « %T » ne concorde pas avec « %T »"
9629 #~ msgid "invalid operation on uninstantiated type"
9630 #~ msgstr "opération invalide sur un type non instancié"
9632 #~ msgid "declaration of `%#D'"
9633 #~ msgstr "déclaration de « %#D »"
9635 #~ msgid "changes meaning of `%D' from `%+#D'"
9636 #~ msgstr "changements signifiant de « %D » à partir de « %+#D »"
9638 #~ msgid "inter-module optimisations not implemented yet"
9639 #~ msgstr "les optimisations inter-module n'est pas implanté encore"
9641 #~ msgid "can't convert from incomplete type `%T' to `%T'"
9642 #~ msgstr "ne peut convertir d'un type incomplet « %T » vers « %T »"
9644 #~ msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
9645 #~ msgstr "conversion de « %E » à partir de « %T » vers « %T » est ambiguë"
9647 #~ msgid "converting from `%T' to `%T'"
9648 #~ msgstr "conversion de « %T » vers « %T »"
9650 #~ msgid "cannot convert `%E' from type `%T' to type `%T'"
9651 #~ msgstr "ne peut convertir « %E » du type « %T » vers le type « %T »"
9653 #~ msgid "pointer to member cast from `%T' to `%T' is via virtual base"
9654 #~ msgstr "pointeur vers un membre transtypé de « %T » à « %T » est fait via une base virtuelle"
9656 #~ msgid "invalid conversion from '%T' to '%T'"
9657 #~ msgstr "conversion invalide de « %T » vers « %T »"
9659 #~ msgid "conversion from `%T' to `%T' discards qualifiers"
9660 #~ msgstr "conversion de « %T » à « %T » écarte les qualificateurs"
9662 #~ msgid "casting `%T' to `%T' does not dereference pointer"
9663 #~ msgstr "transtypage de « %T » vers « %T » ne fait pas de dé-référence de pointeur"
9665 #~ msgid "cannot convert type `%T' to type `%T'"
9666 #~ msgstr "ne peut convertir type « %T » vers le type « %T »"
9668 #~ msgid "conversion from `%#T' to `%#T'"
9669 #~ msgstr "conversion de « %#T » vers « %#T »"
9671 #~ msgid "`%#T' used where a `%T' was expected"
9672 #~ msgstr "« %#T » utilisé où « %T » était attendu"
9674 #~ msgid "`%#T' used where a floating point value was expected"
9675 #~ msgstr "« %#T » utilisé où un nombre flottant était attendu"
9677 #~ msgid "conversion from `%T' to non-scalar type `%T' requested"
9678 #~ msgstr "conversion de « %T » vers un type non scalaire « %T » demandée"
9680 #~ msgid "object of incomplete type `%T' will not be accessed in %s"
9681 #~ msgstr "objet de type incomplet « %T » ne sera pas accessible dans %s"
9683 #~ msgid "object of type `%T' will not be accessed in %s"
9684 #~ msgstr "objet de type « %T » ne sera pas acccessible dans %s"
9686 #~ msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
9687 #~ msgstr "objet « %E » d'un type incomplet « %T » ne sera pas accessible dans %s"
9689 #~ msgid "%s cannot resolve address of overloaded function"
9690 #~ msgstr "%s ne peut résoudre l'adresse la fonction surchargée"
9692 #~ msgid "%s is a reference, not call, to function `%E'"
9693 #~ msgstr "%s est un référence, pas un appel, à la fonction « %E »"
9695 #~ msgid "%s has no effect"
9696 #~ msgstr "%s n'a pas d'effet"
9698 #~ msgid "converting NULL to non-pointer type"
9699 #~ msgstr "conversion d'un NULL vers un type non pointeur"
9701 #~ msgid "ambiguous default type conversion from `%T'"
9702 #~ msgstr "conversion de type par défaut ambiguë à partir de « %T »"
9704 #~ msgid " candidate conversions include `%D' and `%D'"
9705 #~ msgstr " conversions de candidat inclut « %D » et « %D »"
9707 #~ msgid "label `%D' used but not defined"
9708 #~ msgstr "étiquette « %D » utilisée mais non définie"
9710 #~ msgid "label `%D' defined but not used"
9711 #~ msgstr "étiquette « %D » définie mais non utilisée"
9713 #~ msgid "previous declaration of `%D'"
9714 #~ msgstr "déclaration précédente de « %D »"
9716 #~ msgid "%Jfunction '%D' redeclared as inline"
9717 #~ msgstr "%Jfonction « %D » redéclarée comme étant enligne"
9719 #~ msgid "%Jprevious declaration of '%D' with attribute noinline"
9720 #~ msgstr "%Jdéclaration précédente de « %D » avec l'attribut non enligne"
9722 #~ msgid "%Jfunction '%D' redeclared with attribute noinline"
9723 #~ msgstr "%Jfonction « %D » redéclarée avec l'attribut non enligne"
9725 #~ msgid "%Jprevious declaration of '%D' was inline"
9726 #~ msgstr "%Jdéclaration précédente de « %D » était enligne"
9728 #~ msgid "shadowing %s function `%#D'"
9729 #~ msgstr "%s masque la fonction « %#D »"
9731 #~ msgid "library function `%#D' redeclared as non-function `%#D'"
9732 #~ msgstr "fonction « %#D » de la bibliothèque redéclarée comme n'étant pas une fonction « %#D »"
9734 #~ msgid "conflicts with built-in declaration `%#D'"
9735 #~ msgstr "conflits avec la déclaration interne de « %#D »"
9737 #~ msgid "new declaration `%#D'"
9738 #~ msgstr "nouvelle déclaration de « %#D »"
9740 #~ msgid "ambiguates built-in declaration `%#D'"
9741 #~ msgstr "ambiguités de la déclaration interne de « %#D »"
9743 #~ msgid "`%#D' redeclared as different kind of symbol"
9744 #~ msgstr "« %#D » redéclaré comme une sorte différente de symbole"
9746 #~ msgid "previous declaration of `%#D'"
9747 #~ msgstr "déclaration précédente de « %#D »"
9749 #~ msgid "declaration of template `%#D'"
9750 #~ msgstr "déclaration du canevas « %#D »"
9752 #~ msgid "conflicts with previous declaration `%#D'"
9753 #~ msgstr "conflits avec la déclaration précédente de « %#D »"
9755 #~ msgid "ambiguates old declaration `%#D'"
9756 #~ msgstr "ambiguités d'une vieille déclaration de « %#D »"
9758 #~ msgid "declaration of C function `%#D' conflicts with"
9759 #~ msgstr "déclaration de la fonction C « %#D » en conflit avec"
9761 #~ msgid "previous declaration `%#D' here"
9762 #~ msgstr "déclaration précédente de « %#D » ici"
9764 #~ msgid "conflicting declaration '%#D'"
9765 #~ msgstr "déclaration conflictuelle « %#D »"
9767 #~ msgid "'%D' has a previous declaration as `%#D'"
9768 #~ msgstr "« %D » a une déclaration précédente tel que « %#D »"
9770 #~ msgid "`%#D' previously defined here"
9771 #~ msgstr "« %#D » précédemment défini ici"
9773 #~ msgid "`%#D' previously declared here"
9774 #~ msgstr "« %#D » précédemment déclaré ici"
9776 #~ msgid "prototype for `%#D'"
9777 #~ msgstr "prototype de « %#D »"
9779 #~ msgid "%Jfollows non-prototype definition here"
9780 #~ msgstr "%Jsuit la définition d'un non prototype ici"
9782 #~ msgid "previous declaration of `%#D' with %L linkage"
9783 #~ msgstr "déclaration précédente de « %#D » avec le lien %L"
9785 #~ msgid "conflicts with new declaration with %L linkage"
9786 #~ msgstr "conflits avec la nouvelle déclaration avec le lien %L"
9788 #~ msgid "default argument given for parameter %d of `%#D'"
9789 #~ msgstr "argument par défaut donné pour le paramètre %d de « %#D »"
9791 #~ msgid "after previous specification in `%#D'"
9792 #~ msgstr "après la déclaration précédente dans « %#D »"
9794 #~ msgid "`%#D' was used before it was declared inline"
9795 #~ msgstr "« %#D » a été utilisé avant qu'il ne soit déclaré enligne"
9797 #~ msgid "%Jprevious non-inline declaration here"
9798 #~ msgstr "%Jdéclaration précédente non enligne ici"
9800 #~ msgid "redundant redeclaration of `%D' in same scope"
9801 #~ msgstr "déclaration redondante de « %D » dans la même étendue"
9803 #~ msgid "declaration of `%F' throws different exceptions"
9804 #~ msgstr "déclaration de « %F » amène différentes exceptions"
9806 #~ msgid "than previous declaration `%F'"
9807 #~ msgstr "qu'une précédente déclaratio « %F »"
9809 #~ msgid "explicit specialization of %D after first use"
9810 #~ msgstr "spécialisation explicite de %D après la première utilisation"
9812 #~ msgid "%J'%D': visibility attribute ignored because it"
9813 #~ msgstr "%J« %D »: attribut de visibilité ignoré en cause de lui"
9815 #~ msgid "%Jconflicts with previous declaration here"
9816 #~ msgstr "%Jentre en conflit avec la déclaration précédente ici"
9818 #~ msgid "implicit declaration of function `%#D'"
9819 #~ msgstr "déclaration implicite de la fonction « %#D »"
9821 #~ msgid "label `%s' referenced outside of any function"
9822 #~ msgstr "étiquette « %s » référencée à l'extérieur de n'importe quelle fonction"
9824 #~ msgid "jump to label `%D'"
9825 #~ msgstr "saut à l'étiquette « %D »"
9827 #~ msgid "jump to case label"
9828 #~ msgstr "saut à l'étiquette du « case »"
9830 #~ msgid "%H from here"
9831 #~ msgstr "%H à partir d'ici"
9833 #~ msgid " crosses initialization of `%#D'"
9834 #~ msgstr " initialisation croisée pour « %#D »"
9836 #~ msgid " enters scope of non-POD `%#D'"
9837 #~ msgstr " entre dans la porté d'un non POD « %#D »"
9839 #~ msgid " enters try block"
9840 #~ msgstr " entre dans le bloc d'essais"
9842 #~ msgid " enters catch block"
9843 #~ msgstr " entre dans le bloc d'interceptions"
9845 #~ msgid " from here"
9846 #~ msgstr " à partir d'ici"
9848 #~ msgid "%J enters catch block"
9849 #~ msgstr "%J entre dans le bloc d'interception"
9851 #~ msgid " skips initialization of `%#D'"
9852 #~ msgstr " saut d'initialisation pour « %#D »"
9854 #~ msgid "label named wchar_t"
9855 #~ msgstr "étiquette nommée wchar_t"
9857 #~ msgid "duplicate label `%D'"
9858 #~ msgstr "étiquette « %D » apparaît en double"
9860 #~ msgid "`%D' used without template parameters"
9861 #~ msgstr "« %D » utilisé sans canevas de paramétres"
9863 #~ msgid "no class template named `%#T' in `%#T'"
9864 #~ msgstr "pas de canevas de classe nommé « %#T » in « %#T »"
9866 #~ msgid "no type named `%#T' in `%#T'"
9867 #~ msgstr "pas de type nommé dans « %#T » dans « %#T »"
9869 #~ msgid "%Jan anonymous union cannot have function members"
9870 #~ msgstr "%Jun UNION anonyme ne peut avoir de fonctions membres"
9872 #~ msgid "member %#D' with constructor not allowed in anonymous aggregate"
9873 #~ msgstr "membre « %#D » avec constructeur n'est pas permis dans un aggrégat anonyme"
9875 #~ msgid "member %#D' with destructor not allowed in anonymous aggregate"
9876 #~ msgstr "membre « %#D » avec destructeur n'est pas permis dans un aggrégat anonyme"
9878 #~ msgid "member %#D' with copy assignment operator not allowed in anonymous aggregate"
9879 #~ msgstr "membre « %#D » avec opérateur d'affectation par copie n'est pas permis dans un aggrégat anonyme"
9881 #~ msgid "redeclaration of C++ built-in type `%T'"
9882 #~ msgstr "redéclaration du type interne C++ « %T »"
9884 #~ msgid "multiple types in one declaration"
9885 #~ msgstr "types multiples dans une déclaration"
9887 #~ msgid "missing type-name in typedef-declaration"
9888 #~ msgstr "nom de type manquant dans la déclaration typedef"
9890 #~ msgid "ISO C++ prohibits anonymous structs"
9891 #~ msgstr "ISO C++ interdit les structures anonymes"
9893 #~ msgid "`%D' can only be specified for functions"
9894 #~ msgstr "« %D » ne peut seulement être spécifier pour les fonctions"
9896 #~ msgid "`%D' can only be specified inside a class"
9897 #~ msgstr "« %D » peut seulement être spécifié à l'intérieur d'une classe"
9899 #~ msgid "`%D' can only be specified for constructors"
9900 #~ msgstr "« %D » ne peut seulement être spécifié pour les constructeurs"
9902 #~ msgid "`%D' can only be specified for objects and functions"
9903 #~ msgstr "« %D » ne peut seulement être spécifié pour les objets et les fonctions"
9905 #~ msgid "typedef `%D' is initialized (use __typeof__ instead)"
9906 #~ msgstr "typedef « %D » est initialisé (use __typeof__ instead)"
9908 #~ msgid "function `%#D' is initialized like a variable"
9909 #~ msgstr "fonction « %#D » est initialisée comme une variable"
9911 #~ msgid "declaration of `%#D' has `extern' and is initialized"
9912 #~ msgstr "déclaration de « %#D » est externe et initialisé"
9914 #~ msgid "`%#D' is not a static member of `%#T'"
9915 #~ msgstr "« %#D » n'est pas un membre statique de « %#T »"
9917 #~ msgid "ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"
9918 #~ msgstr "ISO C++ ne permet pas que « %T::%D » soit défini comme « %T::%D »"
9920 #~ msgid "duplicate initialization of %D"
9921 #~ msgstr "initialisation en double de %D"
9923 #~ msgid "declaration of `%#D' outside of class is not definition"
9924 #~ msgstr "déclaraion de « %#D » en dehors de la classe n'est pas une définition"
9926 #~ msgid "variable `%#D' has initializer but incomplete type"
9927 #~ msgstr "la variable « %#D » est initialisée, mais a un type incomplet"
9929 #~ msgid "elements of array `%#D' have incomplete type"
9930 #~ msgstr "éléments du tableau « %#D » ont un type incomplet"
9932 #~ msgid "aggregate `%#D' has incomplete type and cannot be defined"
9933 #~ msgstr "aggrégat « %#D » a un type incomplet et ne peut être défini"
9935 #~ msgid "`%D' declared as reference but not initialized"
9936 #~ msgstr "« %D » déclaré comme référence mais n'est pas initialisé"
9938 #~ msgid "ISO C++ forbids use of initializer list to initialize reference `%D'"
9939 #~ msgstr "ISO C++ interdit l'usage de liste d'initialiseur pour initialiser la référence « %D »"
9941 #~ msgid "cannot initialize `%T' from `%T'"
9942 #~ msgstr "ne peut initialiser « %T » à partir de « %T »"
9944 #~ msgid "initializer fails to determine size of `%D'"
9945 #~ msgstr "l'initialisation n'a pu déterminer la taille de « %D »"
9947 #~ msgid "array size missing in `%D'"
9948 #~ msgstr "taille de tableau manquante dans « %D »"
9950 #~ msgid "zero-size array `%D'"
9951 #~ msgstr "tableau « %D » de taille zéro"
9953 #~ msgid "storage size of `%D' isn't known"
9954 #~ msgstr "taille de stockage de « %D » n'est pas connue"
9956 #~ msgid "storage size of `%D' isn't constant"
9957 #~ msgstr "taille de stockage de « %D » n'est pas une constante"
9959 #~ msgid "sorry: semantics of inline function static data `%#D' are wrong (you'll wind up with multiple copies)"
9960 #~ msgstr "désolé: sémantique de fonction enligne de données statiques « %#D » est erronée (vous obtiendrez de multiples copies)"
9962 #~ msgid "%J you can work around this by removing the initializer"
9963 #~ msgstr "%J vous pouvez contourner cela en enlevant l'initialiseur"
9965 #~ msgid "uninitialized const `%D'"
9966 #~ msgstr "constante « %D » non initialisée"
9968 #~ msgid "brace-enclosed initializer used to initialize `%T'"
9969 #~ msgstr "initialiseur utilisé entre accolades pour initialiser « %T »"
9971 #~ msgid "initializer for `%T' must be brace-enclosed"
9972 #~ msgstr "initialiseur de « %T » doit être entre accolades"
9974 #~ msgid "ISO C++ does not allow designated initializers"
9975 #~ msgstr "ISO C++ ne permet de désigner les initialiseurs"
9977 #~ msgid "`%T' has no non-static data member named `%D'"
9978 #~ msgstr "« %T » n'a pas de membre de données non statique nommé « %D »"
9980 #~ msgid "name `%D' used in a GNU-style designated initializer for an array"
9981 #~ msgstr "nom « %D » utilisé dans un style GNU de l'initialisateur désigné pour un tableau"
9983 #~ msgid "too many initializers for `%T'"
9984 #~ msgstr "trop d'initialiseurs pour « %T »"
9986 #~ msgid "variable-sized object `%D' may not be initialized"
9987 #~ msgstr "objet de taille variable « %D » peut ne pas être initialisé"
9989 #~ msgid "`%D' has incomplete type"
9990 #~ msgstr "« %D » a un type incomplet"
9992 #~ msgid "`%D' must be initialized by constructor, not by `{...}'"
9993 #~ msgstr "« %D » doit être initialisé par un constructeur, non pas par « {...} »"
9995 #~ msgid "structure `%D' with uninitialized const members"
9996 #~ msgstr "structure « %D » avec constantes non initialisées de membres"
9998 #~ msgid "structure `%D' with uninitialized reference members"
9999 #~ msgstr "structure « %D » avec références non initialisées de membres"
10001 #~ msgid "assignment (not initialization) in declaration"
10002 #~ msgstr "affectation (non pas l'initialisation) dans la déclaration"
10004 #~ msgid "cannot initialize `%D' to namespace `%D'"
10005 #~ msgstr "ne peut initialiser « %D » à l'espace de noms « %D »"
10007 #~ msgid "shadowing previous type declaration of `%#D'"
10008 #~ msgstr "masque la déclaration précédente de « %#D »"
10010 #~ msgid "`%D' cannot be thread-local because it has non-POD type `%T'"
10011 #~ msgstr "« %D » ne peut être utilisé comme un thread local parce qu'il a un non POD de type « %T »"
10013 #~ msgid "`%D' is thread-local and so cannot be dynamically initialized"
10014 #~ msgstr "« %D » est un thread local et ne peut donc pas être initialisé dynamiquement"
10016 #~ msgid "invalid catch parameter"
10017 #~ msgstr "paramètre d'interception invalide"
10019 #~ msgid "destructor for alien class `%T' cannot be a member"
10020 #~ msgstr "destructeur pour la classe étrangère « %T » ne peut être un membre"
10022 #~ msgid "constructor for alien class `%T' cannot be a member"
10023 #~ msgstr "constructeur pour la classe étrangère « %T » ne peut être un membre"
10025 #~ msgid "`%D' declared as a `virtual' %s"
10026 #~ msgstr "« %D» déclaré comme « virtual » %s"
10028 #~ msgid "`%D' declared as an `inline' %s"
10029 #~ msgstr "« %D» déclaré comme « inline » %s"
10031 #~ msgid "`const' and `volatile' function specifiers on `%D' invalid in %s declaration"
10032 #~ msgstr "spécificateurs de fonction « const» et «volatile» invalide pour « %D » dans la déclaration %s"
10034 #~ msgid "`%D' declared as a friend"
10035 #~ msgstr "« %D » déclaré comme un ami"
10037 #~ msgid "`%D' declared with an exception specification"
10038 #~ msgstr "« %D » déclaré avec une exception de spécification"
10040 #~ msgid "cannot declare `::main' to be a template"
10041 #~ msgstr "ne peut déclarer « ::main » comme étant un canevas"
10043 #~ msgid "cannot declare `::main' to be inline"
10044 #~ msgstr "ne peut déclarer «::main» à être enligne"
10046 #~ msgid "cannot declare `::main' to be static"
10047 #~ msgstr "ne peut déclarer « ::main » comme étant static"
10049 #~ msgid "`main' must return `int'"
10050 #~ msgstr "« main» doit retourner « int »"
10052 #~ msgid "non-local function `%#D' uses anonymous type"
10053 #~ msgstr "fonction non locale « %#D » utilise un type anonyme"
10055 #~ msgid "`%#D' does not refer to the unqualified type, so it is not used for linkage"
10056 #~ msgstr "« %#D » ne réfère pas à un type non qualifié, aussi il n'est pas utilisé pour la liaison"
10058 #~ msgid "non-local function `%#D' uses local type `%T'"
10059 #~ msgstr "fonction non locale « %#D » utilise un type local « %T »"
10061 #~ msgid "%smember function `%D' cannot have `%T' method qualifier"
10062 #~ msgstr "%sfonction membre « %D » ne peut avoir « %T » comme qualificateur de méthode"
10064 #~ msgid "defining explicit specialization `%D' in friend declaration"
10065 #~ msgstr "définition explicite de spécialisation « %D » dans lka déclaration ami"
10067 #~ msgid "invalid use of template-id `%D' in declaration of primary template"
10068 #~ msgstr "utilisation invalide du template-id « %D » dans la déclaration du canevas primaire"
10070 #~ msgid "default arguments are not allowed in declaration of friend template specialization `%D'"
10071 #~ msgstr "arguments par défaut ne sont pas permis dans la déclaration amie de la spécialisation du canevas « %D »"
10073 #~ msgid "`inline' is not allowed in declaration of friend template specialization `%D'"
10074 #~ msgstr "« inline» n'estpas permis dans la déclaration amie de la spécialisation du canevas « %D »"
10076 #~ msgid "definition of implicitly-declared `%D'"
10077 #~ msgstr "définition implicitement déclarée « %D »"
10079 #~ msgid "no `%#D' member function declared in class `%T'"
10080 #~ msgstr "pas de fonction membre « %#D » déclarée dans la classe « %T »"
10082 #~ msgid "non-local variable `%#D' uses local type `%T'"
10083 #~ msgstr "variable non locale « %#D » utilise un type local « %T »"
10085 #~ msgid "invalid in-class initialization of static data member of non-integral type `%T'"
10086 #~ msgstr "initialisation invalide dans la class de données de membre statiques d'un non entier de type « %T »"
10088 #~ msgid "ISO C++ forbids in-class initialization of non-const static member `%D'"
10089 #~ msgstr "ISO C++ interdit l'initialisation intra-classe d'un membre statique non constant « %D »"
10091 #~ msgid "ISO C++ forbids initialization of member constant `%D' of non-integral type `%T'"
10092 #~ msgstr "ISO C++ interdit l'initialisation d'une membre constant « %D » d'un type non entier « %T »"
10094 #~ msgid "size of array `%D' has non-integral type `%T'"
10095 #~ msgstr "taille du tableau « %D » n'est pas de type entier « %T »"
10097 #~ msgid "size of array has non-integral type `%T'"
10098 #~ msgstr "taille du tableau a type non entier « %T »"
10100 #~ msgid "size of array `%D' is negative"
10101 #~ msgstr "taille du tableau « %D » est négative"
10103 #~ msgid "size of array is negative"
10104 #~ msgstr "taille du tableau est négative"
10106 #~ msgid "ISO C++ forbids zero-size array `%D'"
10107 #~ msgstr "ISO C++ interdit les tableaux de taille zéro « %D »"
10109 #~ msgid "ISO C++ forbids zero-size array"
10110 #~ msgstr "ISO C++ interdit les tableaux de taille zéro"
10112 #~ msgid "size of array `%D' is not an integral constant-expression"
10113 #~ msgstr "taille du tableau « %D » n'a pas une expression de constante de type entier"
10115 #~ msgid "size of array is not an integral constant-expression"
10116 #~ msgstr "taille du tableau n'est pas une expression de constante de type entier"
10118 #~ msgid "ISO C++ forbids variable-size array `%D'"
10119 #~ msgstr "ISO C++ interdit les tableaus de taille variable « %D »"
10121 #~ msgid "ISO C++ forbids variable-size array"
10122 #~ msgstr "ISO C++ interdit le tableau de taille variable"
10124 #~ msgid "overflow in array dimension"
10125 #~ msgstr "débordement dans les dimensions du tableau"
10127 #~ msgid "declaration of `%D' as %s"
10128 #~ msgstr "déclaration de « %D » comme « %s »"
10130 #~ msgid "creating %s"
10131 #~ msgstr "création de %s"
10133 #~ msgid "declaration of `%D' as multidimensional array must have bounds for all dimensions except the first"
10134 #~ msgstr "déclaration de « %D » comme tableau multidimensionel doit avoir des bornes pour chaque dimension excepté pour la première"
10136 #~ msgid "multidimensional array must have bounds for all dimensions except the first"
10137 #~ msgstr "tableau multidimensionel doit avoir des bornes pour chaque dimension excepté pour la première"
10139 #~ msgid "return type specification for constructor invalid"
10140 #~ msgstr "spécification de type retourné pour un constructeur est invalide"
10142 #~ msgid "return type specification for destructor invalid"
10143 #~ msgstr "spécification de type retourné pour un destructeur est invalide"
10145 #~ msgid "operator `%T' declared to return `%T'"
10146 #~ msgstr "opérateur « %T » déclaré comme retournant « %T »"
10148 #~ msgid "return type specified for `operator %T'"
10149 #~ msgstr "type spécifié retourné pour l'opérateur « %T »"
10151 #~ msgid "destructors must be member functions"
10152 #~ msgstr "les destructeurs doivent être des fonctions membres"
10154 #~ msgid "destructor `%T' must match class name `%T'"
10155 #~ msgstr "destructeur « %T » doit concorder avec le nom de la classe « %T »"
10157 #~ msgid "declarator-id missing; using reserved word `%D'"
10158 #~ msgstr "declarator-id manquant; utilisation du mot réservé « %D »"
10160 #~ msgid "type `%T' is not derived from type `%T'"
10161 #~ msgstr "type « %T » n'est pas dérivé du type « %T »"
10163 #~ msgid "`%T' specified as declarator-id"
10164 #~ msgstr "« %T » spécifié comme declarator-id"
10166 #~ msgid " perhaps you want `%T' for a constructor"
10167 #~ msgstr " peut-être que vous voulez « %T » comme constructeur"
10169 #~ msgid "invalid use of template-name '%E' in a declarator"
10170 #~ msgstr "utilisation invalide du template-name « %E » dans le déclarateur"
10172 #~ msgid "declaration of `%D' as non-function"
10173 #~ msgstr "déclaration de « %D » comme non-fonction"
10175 #~ msgid "`bool' is now a keyword"
10176 #~ msgstr "« bool » est maintenant un mot clé"
10178 #~ msgid "extraneous `%T' ignored"
10179 #~ msgstr "« %T » surperflu ignoré"
10181 #~ msgid "multiple declarations `%T' and `%T'"
10182 #~ msgstr "multiples déclarations « %T » et « %T »"
10184 #~ msgid "ISO C++ does not support `long long'"
10185 #~ msgstr "ISO C++ ne permet pas « long long »"
10187 #~ msgid "ISO C++ forbids declaration of `%s' with no type"
10188 #~ msgstr "ISO C++ interdit la déclaration de « %s » sans type"
10190 #~ msgid "short, signed or unsigned invalid for `%s'"
10191 #~ msgstr "short, signed ou unsigned est invalide pour « %s »"
10193 #~ msgid "long and short specified together for `%s'"
10194 #~ msgstr "long et short spécifiés ensembles pour « %s »"
10196 #~ msgid "signed and unsigned given together for `%s'"
10197 #~ msgstr "signed et unsigned donnés ensembles pour « %s »"
10199 #~ msgid "qualifiers are not allowed on declaration of `operator %T'"
10200 #~ msgstr "qualificateurs ne sont pas permis dans la déclaration de « operator %T »"
10202 #~ msgid "member `%D' cannot be declared both virtual and static"
10203 #~ msgstr "membre « %D » ne peut être déclaré virtuel et statique"
10205 #~ msgid "`%T::%D' is not a valid declarator"
10206 #~ msgstr "« %T::%D » n'est pas un déclarateur valide"
10208 #~ msgid "storage class specifiers invalid in parameter declarations"
10209 #~ msgstr "spécificateurs de classe de stockage invalides dans la déclaration des paramètres"
10211 #~ msgid "typedef declaration invalid in parameter declaration"
10212 #~ msgstr "déclaration typedef invalide dans le paramètre de la déclaration"
10214 #~ msgid "virtual outside class declaration"
10215 #~ msgstr "virtuel en dehors de la déclaration de classe"
10217 #~ msgid "storage class specified for %s `%s'"
10218 #~ msgstr "classe de stockage spécifiée pour %s « %s »"
10220 #~ msgid "top-level declaration of `%s' specifies `auto'"
10221 #~ msgstr "la déclaration hors de toute fonction de « %s » a spécifié « auto »"
10223 #~ msgid "storage class specifiers invalid in friend function declarations"
10224 #~ msgstr "spécificateurs de classe de stockage invalide dans les déclarations de fonction amie"
10226 #~ msgid "destructor cannot be static member function"
10227 #~ msgstr "le destructeur ne peut être une fonction membre statique"
10229 #~ msgid "destructors may not be `%s'"
10230 #~ msgstr "destructeurs ne peut être « %s »"
10232 #~ msgid "constructor cannot be static member function"
10233 #~ msgstr "le constructeur ne peut être une fonction membre statique"
10235 #~ msgid "constructors cannot be declared virtual"
10236 #~ msgstr "constructeurs ne peut être déclarés virtuels"
10238 #~ msgid "constructors may not be `%s'"
10239 #~ msgstr "constructeurs ne peuvent pas être « %s »"
10241 #~ msgid "return value type specifier for constructor ignored"
10242 #~ msgstr "type de valeur retournée d'un spécificateur pour un constructeur est ignoré"
10244 #~ msgid "can't initialize friend function `%s'"
10245 #~ msgstr "ne peut initialiser la fonction amie « %s »"
10247 #~ msgid "virtual functions cannot be friends"
10248 #~ msgstr "fonctions virtuelles ne peuvent être amies"
10250 #~ msgid "friend declaration not in class definition"
10251 #~ msgstr "déclaration amie n'est pas dans la définition de classe"
10253 #~ msgid "can't define friend function `%s' in a local class definition"
10254 #~ msgstr "ne peut définir une fonction amie « %s » dans une définition locale de classe"
10256 #~ msgid "destructors may not have parameters"
10257 #~ msgstr "destructeurs ne peuvent pas avoir de paramètre"
10259 #~ msgid "cannot declare reference to `%#T'"
10260 #~ msgstr "ne peut déclarer une référence vers « %#T »"
10262 #~ msgid "cannot declare pointer to `%#T'"
10263 #~ msgstr "ne peut déclarer un pointeur vers « %#T »"
10265 #~ msgid "cannot declare pointer to `%#T' member"
10266 #~ msgstr "ne peut déclarer un pointeur vers le membre « %#T »"
10268 #~ msgid "extra qualification `%T::' on member `%s' ignored"
10269 #~ msgstr "qualification additionnelle « %T:: » sur le membre « %s » est ignorée"
10271 #~ msgid "cannot declare member function `%T::%s' within `%T'"
10272 #~ msgstr "ne peut déclarer la fonction membre « %T::%s » à l'intérieur de « %T »"
10274 #~ msgid "cannot declare member `%T::%s' within `%T'"
10275 #~ msgstr "ne peut déclarer le membre « %T::%s » à l'intérieur de « %T »"
10277 #~ msgid "data member may not have variably modified type `%T'"
10278 #~ msgstr "membre de données peut ne pas avoir de type « %T » modifié de manière variable"
10280 #~ msgid "parameter may not have variably modified type `%T'"
10281 #~ msgstr "paramètre peut ne pas avoir de type « %T » modifié de manière variable"
10283 #~ msgid "only declarations of constructors can be `explicit'"
10284 #~ msgstr "seuls les déclarations de constructeurs peuvent être « explicit »"
10286 #~ msgid "non-member `%s' cannot be declared `mutable'"
10287 #~ msgstr "le non membre « %s » ne peut être déclaré « mutable »"
10289 #~ msgid "non-object member `%s' cannot be declared `mutable'"
10290 #~ msgstr "un membre non objet « %s » ne peut être déclaré « mutable »"
10292 #~ msgid "function `%s' cannot be declared `mutable'"
10293 #~ msgstr "fonction « %s » ne peut être déclarée « mutable »"
10295 #~ msgid "static `%s' cannot be declared `mutable'"
10296 #~ msgstr "static « %s » ne peut être déclaré « mutable »"
10298 #~ msgid "const `%s' cannot be declared `mutable'"
10299 #~ msgstr "const « %s » ne peut être déclaré « mutable »"
10301 #~ msgid "template-id `%D' used as a declarator"
10302 #~ msgstr "identificateur de canevas « %D » utilisé comme déclarateur"
10304 #~ msgid "ISO C++ forbids nested type `%D' with same name as enclosing class"
10305 #~ msgstr "ISO C++ interdit le type imbriqué « %D » avec le même nom que la classe de fermeture"
10307 #~ msgid "%Jtypedef name may not be a nested-name-specifier"
10308 #~ msgstr "%Jnom du typedef peut ne pas être un nom de spécificateur imbriqué"
10310 #~ msgid "%Jinvalid type qualifier for non-member function type"
10311 #~ msgstr "%Jqualificateur de type invalide pour un type de fonction non membre"
10313 #~ msgid "type qualifiers specified for friend class declaration"
10314 #~ msgstr "qulificateurs de types spécifiés pour la déclaration d'une classe amie"
10316 #~ msgid "`inline' specified for friend class declaration"
10317 #~ msgstr "« inline » spécifié pour la déclaration d'une classe amie"
10319 #~ msgid "template parameters cannot be friends"
10320 #~ msgstr "paramètres du canevas ne peuvent pas être amis"
10322 #~ msgid "friend declaration requires class-key, i.e. `friend class %T::%D'"
10323 #~ msgstr "déclaration ami requiert une clé de classe, i.e. « friend class %T::%D »"
10325 #~ msgid "friend declaration requires class-key, i.e. `friend %#T'"
10326 #~ msgstr "déclaration amie requiert une clé de classes, i.e. « friend %#T »"
10328 #~ msgid "trying to make class `%T' a friend of global scope"
10329 #~ msgstr "tentative de rendre la classe « %T » un ami de la portée globale"
10331 #~ msgid "invalid qualifiers on non-member function type"
10332 #~ msgstr "qualificteurs invalide pour un type de fonction (autre que fonction membre)"
10334 #~ msgid "abstract declarator `%T' used as declaration"
10335 #~ msgstr "déclaration abstrait « %T » utilisé dans la déclaration"
10337 #~ msgid "unnamed variable or field declared void"
10338 #~ msgstr "variable non nommée ou champ déclaré void"
10340 #~ msgid "variable or field declared void"
10341 #~ msgstr "variable ou champ déclaré void"
10343 #~ msgid "cannot use `::' in parameter declaration"
10344 #~ msgstr "ne peut utiliser «::» dans le paramètre d'un déclaration"
10346 #~ msgid "invalid use of `::'"
10347 #~ msgstr "utilisation invalide de « :: »"
10349 #~ msgid "function `%D' cannot be declared friend"
10350 #~ msgstr "fonction « %D » ne peut être déclarée amie"
10352 #~ msgid "can't make `%D' into a method -- not in a class"
10353 #~ msgstr "ne peut rendre « %D » dans la méthode -- n'est pas dans la classe"
10355 #~ msgid "function `%D' declared virtual inside a union"
10356 #~ msgstr "fonction « %D » déclaré comme virtuelle à l'intérieur d'un agrégat"
10358 #~ msgid "`%D' cannot be declared virtual, since it is always static"
10359 #~ msgstr "« %D » ne peut être déclaré virtuel, alors qu'il est toujours statique"
10361 #~ msgid "field `%D' has incomplete type"
10362 #~ msgstr "champ « %D » a un type incomplet"
10364 #~ msgid "name `%T' has incomplete type"
10365 #~ msgstr "nom « %T » a un type incomplet"
10367 #~ msgid " in instantiation of template `%T'"
10368 #~ msgstr " dans l'instanciation du canevas « %T »"
10370 #~ msgid "`%s' is neither function nor member function; cannot be declared friend"
10371 #~ msgstr "« %s » n'est ni une fonction ni une fonction membre ; ne peut être déclaré ami"
10373 #~ msgid "member functions are implicitly friends of their class"
10374 #~ msgstr "les fonctions membres sont implicitement amis de leur classe"
10376 #~ msgid "ISO C++ forbids initialization of member `%D'"
10377 #~ msgstr "ISO C++ interdit l'initialisation du membre « %D »"
10379 #~ msgid "making `%D' static"
10380 #~ msgstr "rendant « %D » statique"
10382 #~ msgid "storage class `auto' invalid for function `%s'"
10383 #~ msgstr "classe de stockage « auto» invalide pour une fonction « %s »"
10385 #~ msgid "storage class `register' invalid for function `%s'"
10386 #~ msgstr "classe de stockage « register» invalide pour une fonction « %s »"
10388 #~ msgid "storage class `__thread' invalid for function `%s'"
10389 #~ msgstr "classe de stockage « __thread » invalide pour la fonction « %s »"
10391 #~ msgid "storage class `static' invalid for function `%s' declared out of global scope"
10392 #~ msgstr "classe de stockage « static» invalide pour une fonction « %s » déclarée en dehors de la portée globale"
10394 #~ msgid "storage class `inline' invalid for function `%s' declared out of global scope"
10395 #~ msgstr "classe de stockage « inline» invalide pour une fonction « %s » déclarée en dehors de la portée globale"
10397 #~ msgid "virtual non-class function `%s'"
10398 #~ msgstr "fonction virtuelle d'une non classe « %s »"
10400 #~ msgid "cannot declare member function `%D' to have static linkage"
10401 #~ msgstr "ne peut déclarer la fonction membre « %D » comme ayant un lien statique"
10403 #~ msgid "cannot declare static function inside another function"
10404 #~ msgstr "ne peut déclarer une fonction statique à l'intérieur d'une autre fonction"
10406 #~ msgid "`static' may not be used when defining (as opposed to declaring) a static data member"
10407 #~ msgstr "« static » ne peut pas être utilisé lors de la définition (contrairement à la déclaration) de données de membres statiques"
10409 #~ msgid "static member `%D' declared `register'"
10410 #~ msgstr "mambre statique « %D» déclaré «register »"
10412 #~ msgid "cannot explicitly declare member `%#D' to have extern linkage"
10413 #~ msgstr "ne peut explicitement déclarer le membre « %#D » comme ayant une liaison externe"
10415 #~ msgid "default argument for `%#D' has type `%T'"
10416 #~ msgstr "argument par défaut pour « %#D » à un type « %T »"
10418 #~ msgid "default argument for parameter of type `%T' has type `%T'"
10419 #~ msgstr "argument par défaut pour le paramètre de type « %T » a le type « %T »"
10421 #~ msgid "default argument `%E' uses local variable `%D'"
10422 #~ msgstr "argument par défaut « %E » utiliser une variable locale « %D »"
10424 #~ msgid "invalid string constant `%E'"
10425 #~ msgstr "constante chaîne invalide « %E »"
10427 #~ msgid "invalid integer constant in parameter list, did you forget to give parameter name?"
10428 #~ msgstr "constante entière invalide dans la liste de paramètre, avez-vous oublier de donner un nom de paramètre?"
10430 #~ msgid "parameter `%D' invalidly declared method type"
10431 #~ msgstr "paramètre « %D » incorrectement validé comme type de méthode"
10433 #~ msgid "parameter `%D' includes %s to array of unknown bound `%T'"
10434 #~ msgstr "paramètre « %D » inclut %s au tableau de bornes inconnues « %T »"
10436 #~ msgid "invalid constructor; you probably meant `%T (const %T&)'"
10437 #~ msgstr "constructeur invalide; vous vouliez probablement dire « %T (const %T&) »"
10439 #~ msgid "`%D' must be a nonstatic member function"
10440 #~ msgstr "« %D » doit être une fonction membre non statique"
10442 #~ msgid "`%D' must be either a non-static member function or a non-member function"
10443 #~ msgstr "« %D » doit être soit un membre non statique de fonction ou une fonction non membre"
10445 #~ msgid "`%D' must have an argument of class or enumerated type"
10446 #~ msgstr "« %D » doit avoir un argument de classe ou de type énuméré"
10448 #~ msgid "conversion to %s%s will never use a type conversion operator"
10449 #~ msgstr "conversion de %s%s ne sera jamais utilisé dans un type d'opérateur de conversion"
10451 #~ msgid "ISO C++ prohibits overloading operator ?:"
10452 #~ msgstr "ISO C++ interdit la surcharge de l'opérateur ?:"
10454 #~ msgid "postfix `%D' must take `int' as its argument"
10455 #~ msgstr "postfixe « %D» doit prendre « int » comme argument"
10457 #~ msgid "postfix `%D' must take `int' as its second argument"
10458 #~ msgstr "postfixe « %D» doit prndre « int » pour son second argument"
10460 #~ msgid "`%D' must take either zero or one argument"
10461 #~ msgstr "« %D » doit prendre seulement zéro ou un autre argument"
10463 #~ msgid "`%D' must take either one or two arguments"
10464 #~ msgstr "« %D » doit prendre seulement un OU deux arguments"
10466 #~ msgid "prefix `%D' should return `%T'"
10467 #~ msgstr "préfixe « %D » devrait retourner « %T »"
10469 #~ msgid "postfix `%D' should return `%T'"
10470 #~ msgstr "postfixe « %D » devrait retourner « %T »"
10472 #~ msgid "`%D' must take `void'"
10473 #~ msgstr "« %D» doit prendre « void »"
10475 #~ msgid "`%D' must take exactly one argument"
10476 #~ msgstr "« %D » doit prendre exactement un argument"
10478 #~ msgid "`%D' must take exactly two arguments"
10479 #~ msgstr "« %D » doit prendre exactemenr deux arguments"
10481 #~ msgid "user-defined `%D' always evaluates both arguments"
10482 #~ msgstr "« %D » défini par l'usager évalue toujours les 2 arguments"
10484 #~ msgid "`%D' should return by value"
10485 #~ msgstr "« %D » devrait retourner par valeur"
10487 #~ msgid "`%D' cannot have default arguments"
10488 #~ msgstr "« %D » ne peut avoir d'arguments par défaut"
10490 #~ msgid "using typedef-name `%D' after `%s'"
10491 #~ msgstr "utilisation d'un nom de typedef « %D » après « %s »"
10493 #~ msgid "using template type parameter `%T' after `%s'"
10494 #~ msgstr "utilisation de type de canevas de paramètre « %T » après « %s »"
10496 #~ msgid "`%T' referred to as `%s'"
10497 #~ msgstr "« %TD » référé comme « %s »"
10499 #~ msgid "`%T' referred to as enum"
10500 #~ msgstr "« %T » référé comme enum"
10502 #~ msgid "template argument required for `%s %T'"
10503 #~ msgstr "argument du canevas est requis pour « %s %T »"
10505 #~ msgid "use of enum `%#D' without previous declaration"
10506 #~ msgstr "utilisation de enum « %#D » sans déclaration précédente"
10508 #~ msgid "derived union `%T' invalid"
10509 #~ msgstr "union dérivée « %T » invalide"
10511 #~ msgid "base type `%T' fails to be a struct or class type"
10512 #~ msgstr "type de base « %T » a échoué pour devenir un type de classe ou un type construit"
10514 #~ msgid "recursive type `%T' undefined"
10515 #~ msgstr "type récursif « %T » non défini"
10517 #~ msgid "duplicate base type `%T' invalid"
10518 #~ msgstr "duplication du type de base « %T » invalide"
10520 #~ msgid "Java class '%T' cannot have multiple bases"
10521 #~ msgstr "classe Java « %T » ne peut avoir de bases multiples"
10523 #~ msgid "Java class '%T' cannot have virtual bases"
10524 #~ msgstr "classe Java « %T » ne peut avoir de bases virtuelles"
10526 #~ msgid "multiple definition of `%#T'"
10527 #~ msgstr "définition multiple de « %#T »"
10529 #~ msgid "%Jprevious definition here"
10530 #~ msgstr "%Jdéfinition précédente ici"
10532 #~ msgid "no integral type can represent all of the enumerator values for `%T'"
10533 #~ msgstr "aucun type entier peut représenter toutes les valeurs de l'énumérateur pour « %T »"
10535 #~ msgid "enumerator value for `%D' not integer constant"
10536 #~ msgstr "valeur de l'énumérateur pour « %D » n'est pas une constante entière"
10538 #~ msgid "overflow in enumeration values at `%D'"
10539 #~ msgstr "débordement dans les valeurs de l'énumération à « %D »"
10541 #~ msgid "return type `%#T' is incomplete"
10542 #~ msgstr "type retourné « %#T » est incomplet"
10544 #~ msgid "return type for `main' changed to `int'"
10545 #~ msgstr "type retourné pour « main » est changé pour «int »"
10547 #~ msgid "`%D' implicitly declared before its definition"
10548 #~ msgstr "« %D » implicitement déclaré avant sa définition"
10550 #~ msgid "`operator=' should return a reference to `*this'"
10551 #~ msgstr "« operator= » devrait retourner une référence à «*ceci »"
10553 #~ msgid "parameter `%D' declared void"
10554 #~ msgstr "paramètre « %D » déclaré «void »"
10556 #~ msgid "invalid member function declaration"
10557 #~ msgstr "déclaration de membre de fonction invalide"
10559 #~ msgid "`%D' is already defined in class `%T'"
10560 #~ msgstr "« %D » est déjà défini dans la classe « %T »"
10562 #~ msgid "static member function `%#D' declared with type qualifiers"
10563 #~ msgstr "membre de fonction statique « %#D » déclaré avec des qualificateurs de tyep"
10565 #~ msgid "duplicate type qualifiers in %s declaration"
10566 #~ msgstr "qualificateurs de types dupliqués dans déclaration %s"
10568 #~ msgid "name missing for member function"
10569 #~ msgstr "nom manquant pour le membre d'une fonction"
10571 #~ msgid "ambiguous conversion for array subscript"
10572 #~ msgstr "comversion ambigue pour un sous-tableau"
10574 #~ msgid "invalid types `%T[%T]' for array subscript"
10575 #~ msgstr "types invalides « %T[%T] » pour un sous-script de tableau"
10577 #~ msgid "deleting array `%#D'"
10578 #~ msgstr "destruction du tableau « %#D »"
10580 #~ msgid "type `%#T' argument given to `delete', expected pointer"
10581 #~ msgstr "type « %#T » de l'argument donné pour « delete », attendait un pointeur"
10583 #~ msgid "cannot delete a function. Only pointer-to-objects are valid arguments to `delete'"
10584 #~ msgstr "ne peut détruire une fonction. Seuls les pointeurs-d'objets sont des arguments valable pour destruction"
10586 #~ msgid "deleting `%T' is undefined"
10587 #~ msgstr "destruction de « %T » est indéfinie"
10589 #~ msgid "invalid declaration of member template `%#D' in local class"
10590 #~ msgstr "déclaration invalide du canevas de membre « %#D » dans la classe locale"
10592 #~ msgid "invalid use of `virtual' in template declaration of `%#D'"
10593 #~ msgstr "utilisation invalide de « virtual» dans la déclaration d'un canevas de « %#D »"
10595 #~ msgid "template declaration of `%#D'"
10596 #~ msgstr "déclaration du canevas de « %#D »"
10598 #~ msgid "Java method '%D' has non-Java return type `%T'"
10599 #~ msgstr "méthode Java « %D » a un type non Java retourné « %T »"
10601 #~ msgid "Java method '%D' has non-Java parameter type `%T'"
10602 #~ msgstr "méthode Java « %D » a un paramètre non Java de type « %T »"
10604 #~ msgid "prototype for `%#D' does not match any in class `%T'"
10605 #~ msgstr "prototype pour « %#D » ne concorde avec aucun dans la classe « %T »"
10607 #~ msgid "local class `%#T' shall not have static data member `%#D'"
10608 #~ msgstr "la classe locale « %#T » ne doit pas être un membre de données statiques de « %#D »"
10610 #~ msgid "initializer invalid for static member with constructor"
10611 #~ msgstr "initialisation invalide pour un membre statique avec constructeur"
10613 #~ msgid "(an out of class initialization is required)"
10614 #~ msgstr "(une initialisation en dehors de la classe est requise)"
10616 #~ msgid "member `%D' conflicts with virtual function table field name"
10617 #~ msgstr "membre « %D » en conflit avec un nom de champ de table d'une fonction virtuelle"
10619 #~ msgid "`%D' is already defined in `%T'"
10620 #~ msgstr "« %D » est déjà défini dans « %T »"
10622 #~ msgid "field initializer is not constant"
10623 #~ msgstr "l'initialisation du champ n'est pas une constante"
10625 #~ msgid "`asm' specifiers are not permitted on non-static data members"
10626 #~ msgstr "spécificateurs « asm » ne sont pas permis pour des données de membres non statiques"
10628 #~ msgid "cannot declare `%D' to be a bit-field type"
10629 #~ msgstr "ne peut déclarer « %D » comme étant un type de champ de bits"
10631 #~ msgid "cannot declare bit-field `%D' with function type"
10632 #~ msgstr "ne peut déclarer un champ de bits « %D » avec un type de fonction"
10634 #~ msgid "`%D' is already defined in the class %T"
10635 #~ msgstr "« %D » est déjà défini dans la classe %T"
10637 #~ msgid "static member `%D' cannot be a bit-field"
10638 #~ msgstr "membre statique « %D » ne peut être un champ de bits"
10640 #~ msgid "initializer specified for non-member function `%D'"
10641 #~ msgstr "initialisation spécifiée pour une fonction « %D » n'étant pas membre"
10643 #~ msgid "invalid initializer for virtual method `%D'"
10644 #~ msgstr "initialisation invalide pour la méthode virtuelle « %D »"
10646 #~ msgid "anonymous struct not inside named type"
10647 #~ msgstr "struct anonyme n'est pas l'intérieur du type nommé"
10649 #~ msgid "namespace-scope anonymous aggregates must be static"
10650 #~ msgstr "aggrégats anonymes de champs d'espace nom doit être statique"
10652 #~ msgid "anonymous union with no members"
10653 #~ msgstr "aggrégat anonyme sans aucun membre"
10655 #~ msgid "`operator new' must return type `%T'"
10656 #~ msgstr "« operator new » doit retourner un type « %T »"
10658 #~ msgid "`operator new' takes type `size_t' (`%T') as first parameter"
10659 #~ msgstr "« operator new » prend le type « size_t » (« %T ») comme premier paramètre"
10661 #~ msgid "`operator delete' must return type `%T'"
10662 #~ msgstr "« operator delete » doit retourner le type « %T »"
10664 #~ msgid "`operator delete' takes type `%T' as first parameter"
10665 #~ msgstr "« operator delete » prend le type « %T » comme premier paramètre"
10667 #~ msgid "inline function `%D' used but never defined"
10668 #~ msgstr "fonction enligne « %D » utilisé mais n'a jamais été défini"
10670 #~ msgid "default argument missing for parameter %P of `%+#D'"
10671 #~ msgstr "argument par défaut manquant pour le paramètre %P de « %+#D »"
10673 #~ msgid "unexpected letter `%c' in locate_error\n"
10674 #~ msgstr "lettre inattendue « %c » dans locate_error\n"
10676 #~ msgid "type `%T' is disallowed in Java `throw' or `catch'"
10677 #~ msgstr "type « %T» n'est pas permis en Java «throw» ou «catch »"
10679 #~ msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
10680 #~ msgstr "appel en Java de « catch» ou «throw» avec «jthrowable » undéfini"
10682 #~ msgid "type `%T' is not derived from `java::lang::Throwable'"
10683 #~ msgstr "type « %T» n'est pas dérivé de «java::lang::Throwable »"
10685 #~ msgid "mixing C++ and Java catches in a single translation unit"
10686 #~ msgstr "mélange des interceptions C++ et Java dans une unité simple de traduction "
10688 #~ msgid "throwing NULL, which has integral, not pointer type"
10689 #~ msgstr "retounrnant NULL (par throw), lequel est entier, pas de type pointeur"
10691 #~ msgid "`%D' should never be overloaded"
10692 #~ msgstr "« %D » ne devrait jamais être surchargé"
10694 #~ msgid " in thrown expression"
10695 #~ msgstr " dans l'expression projetée"
10697 #~ msgid "expression '%E' of abstract class type '%T' cannot be used in throw-expression"
10698 #~ msgstr "expression « %E » de la classe abstraite de type « %T » ne peut être utilisé dans une expression throw"
10700 #~ msgid "exception of type `%T' will be caught"
10701 #~ msgstr "exception du type « %T » sera interceptée"
10703 #~ msgid " by earlier handler for `%T'"
10704 #~ msgstr " par un handler antérieur pour « %T »"
10706 #~ msgid "`...' handler must be the last handler for its try block"
10707 #~ msgstr "« ... » handler doit être le dernier handler de son bloc d'essai"
10709 #~ msgid "`%D' is already a friend of class `%T'"
10710 #~ msgstr "« %D » est déjà un ami de la classe « %T »"
10712 #~ msgid "invalid type `%T' declared `friend'"
10713 #~ msgstr "type invalide « %T» déclaré «friend »"
10715 #~ msgid "partial specialization `%T' declared `friend'"
10716 #~ msgstr "spécialisation partielle « %T» déclarée «friend »"
10718 #~ msgid "class `%T' is implicitly friends with itself"
10719 #~ msgstr "classe « %T » est implicitement ami avec elle-même"
10721 #~ msgid "typename type `%#T' declared `friend'"
10722 #~ msgstr "type typename « %#T» déclaré «friend »"
10724 #~ msgid "template parameter type `%T' declared `friend'"
10725 #~ msgstr "type paramètre du canevas « %T» déclaré «friend »"
10727 #~ msgid "`%#T' is not a template"
10728 #~ msgstr "« %#T » n'est pas un canevas"
10730 #~ msgid "`%D' is already a friend of `%T'"
10731 #~ msgstr "« %D » est déjà un ami de « %T »"
10733 #~ msgid "`%T' is already a friend of `%T'"
10734 #~ msgstr "« %T » est déjà un ami de « %T »"
10736 #~ msgid "member `%D' declared as friend before type `%T' defined"
10737 #~ msgstr "membre « %D » déclaré comme ami avant la définition du type « %T »"
10739 #~ msgid "friend declaration `%#D' declares a non-template function"
10740 #~ msgstr "déclaration amie « %#D » déclare une fonction non canevas"
10742 #~ msgid "(if this is not what you intended, make sure the function template has already been declared and add <> after the function name here) -Wno-non-template-friend disables this warning"
10743 #~ msgstr "(si ce n'est pas ce que vous vouliez faire, soyez sûr que le canevas de la fonction a déjà été déclaré et ajouter <> après le nom de la fonction ici) -Wno-non-template-friend désactive le présent avertissement"
10745 #~ msgid "argument to `%s' missing\n"
10746 #~ msgstr "argument pour « %s » est manquant\n"
10748 #~ msgid "`%D' should be initialized in the member initialization list"
10749 #~ msgstr "« %D » devrait être initialisé dans la liste d'initialisation du membre"
10751 #~ msgid "default-initialization of `%#D', which has reference type"
10752 #~ msgstr "initialisation par défaut de « %#D », lequel a un type référencé"
10754 #~ msgid "uninitialized reference member `%D'"
10755 #~ msgstr "référence de membre non initialisé « %D »"
10757 #~ msgid "uninitialized member `%D' with `const' type `%T'"
10758 #~ msgstr "membre non initialisé « %D » avec « const » type « %T »"
10760 #~ msgid "`%D' will be initialized after"
10761 #~ msgstr "« %D » sera initialisé après"
10763 #~ msgid "base `%T' will be initialized after"
10764 #~ msgstr "base « %T » sera initialisé après"
10767 #~ msgstr " « %D »"
10769 #~ msgid " base `%T'"
10770 #~ msgstr " base « %T »"
10772 #~ msgid " when initialized here"
10773 #~ msgstr " lorsqu'initialisé ici"
10775 #~ msgid "multiple initializations given for `%D'"
10776 #~ msgstr "multiples initialisations données pour « %D »"
10778 #~ msgid "multiple initializations given for base `%T'"
10779 #~ msgstr "multiples initialisations données pour base « %T »"
10781 #~ msgid "initializations for multiple members of `%T'"
10782 #~ msgstr "initialisation de multiples membres de « %T »"
10784 #~ msgid "base class `%#T' should be explicitly initialized in the copy constructor"
10785 #~ msgstr "classe de base « %#T » devrait être explicitement initialisé dans la copie du constructeur"
10787 #~ msgid "class `%T' does not have any field named `%D'"
10788 #~ msgstr "classe « %T » n'a pas aucun champ nommé « %D »"
10790 #~ msgid "`%#D' is a static data member; it can only be initialized at its definition"
10791 #~ msgstr "« %#D » est un membre statique de données; il peut seulement être initialisée lors de sa définition"
10793 #~ msgid "`%#D' is not a non-static data member of `%T'"
10794 #~ msgstr "« %#D » n'est pas un membre statique de données de « %T »"
10796 #~ msgid "unnamed initializer for `%T', which has no base classes"
10797 #~ msgstr "initialiseur sans nom pour « %T », lequel n'a pas de classe de base"
10799 #~ msgid "unnamed initializer for `%T', which uses multiple inheritance"
10800 #~ msgstr "initialiseur sans nom pour « %T », lequel utilise de multiples héritages"
10802 #~ msgid "'%D' is both a direct base and an indirect virtual base"
10803 #~ msgstr "« %D » est à la fois une base directe et indirecte virtuelle"
10805 #~ msgid "type `%D' is not a direct or virtual base of `%T'"
10806 #~ msgstr "type « %D » n'est pas une base directe ou virtuelle de « %T »"
10808 #~ msgid "type `%D' is not a direct base of `%T'"
10809 #~ msgstr "type « %D » n'est pas une base directe de « %T »"
10811 #~ msgid "bad array initializer"
10812 #~ msgstr "mauvaise initialisation de tableau"
10814 #~ msgid "`%T' is not an aggregate type"
10815 #~ msgstr "« %T » n'est pas de type aggrégat"
10817 #~ msgid "`%T' fails to be an aggregate typedef"
10818 #~ msgstr "« %T » a échoué à être un typedef d'aggrégat"
10820 #~ msgid "type `%T' is of non-aggregate type"
10821 #~ msgstr "type « %T » est un type qui n'est pas d'aggrégat"
10823 #~ msgid "qualified type `%T' does not match destructor name `~%T'"
10824 #~ msgstr "type qualifé « %T » ne concorde pas le nom du destructeur «~%T»"
10826 #~ msgid "incomplete type `%T' does not have member `%D'"
10827 #~ msgstr "type incomplet « %T » n'a pas de membre « %D »"
10829 #~ msgid "`%D' is not a member of type `%T'"
10830 #~ msgstr "« %D » n'est pas un membre de type « %T »"
10832 #~ msgid "invalid pointer to bit-field `%D'"
10833 #~ msgstr "pointeur invalide pour un champ de bits « %D »"
10835 #~ msgid "invalid use of non-static member function `%D'"
10836 #~ msgstr "utilisation invalide d'un membre non statique de fonction « %D »"
10838 #~ msgid "invalid use of non-static data member `%D'"
10839 #~ msgstr "utilisation invalide d'un membre non statique de données « %D »"
10841 #~ msgid "new of array type fails to specify size"
10842 #~ msgstr "new sur un type tableau a échoué dans l'évaluation de la taille"
10844 #~ msgid "size in array new must have integral type"
10845 #~ msgstr "taille d'un nouveau tableau (new) doit avoir un type entier"
10847 #~ msgid "zero size array reserves no space"
10848 #~ msgstr "tableau de taille zéro ne réserve pas d'espace"
10850 #~ msgid "new cannot be applied to a reference type"
10851 #~ msgstr "new ne peut être appliqué à un type référencé"
10853 #~ msgid "new cannot be applied to a function type"
10854 #~ msgstr "new ne peut être appliqué à un type de fonction"
10856 #~ msgid "call to Java constructor, while `jclass' undefined"
10857 #~ msgstr "appel d'un constructeur Java, alors que « jclass » est indéfini"
10859 #~ msgid "can't find class$"
10860 #~ msgstr "ne peut repérer class$"
10862 #~ msgid "invalid type `void' for new"
10863 #~ msgstr "type « void » invalide pour new"
10865 #~ msgid "uninitialized const in `new' of `%#T'"
10866 #~ msgstr "constante non initialisée dans « new» pour « %#T »"
10868 #~ msgid "call to Java constructor with `%s' undefined"
10869 #~ msgstr "appel au constructeur Java avec « %s » indéfini"
10871 #~ msgid "request for member `%D' is ambiguous"
10872 #~ msgstr "la requête pour le membre « %D » est ambiguë"
10874 #~ msgid "ISO C++ forbids initialization in array new"
10875 #~ msgstr "ISO C++ interdit l'initialisation d'un nouveau tableau"
10877 #~ msgid "initializer ends prematurely"
10878 #~ msgstr "fin prématurée de l'initialisation"
10880 #~ msgid "cannot initialize multi-dimensional array with initializer"
10881 #~ msgstr "ne peut initialiser un table multi-dimensionnel avec initialiseur"
10883 #~ msgid "possible problem detected in invocation of delete operator:"
10884 #~ msgstr "problème possible détecté dans l'invocation de l'opérateur delete:"
10886 #~ msgid "neither the destructor nor the class-specific "
10887 #~ msgstr "ni le destructeur ni la classe spécifique"
10889 #~ msgid "operator delete will be called, even if they are "
10890 #~ msgstr "l'opérateur de destruction sera appellé, même s'ils sont "
10892 #~ msgid "declared when the class is defined."
10893 #~ msgstr "déclarés lorsque la classe est définie."
10895 #~ msgid "unknown array size in delete"
10896 #~ msgstr "taille du tableau inconnue dans delete"
10898 #~ msgid "type to vector delete is neither pointer or array type"
10899 #~ msgstr "type du vesteur delete n'est ni un pointeur ou un type tableau"
10901 #~ msgid "type name expected before `*'"
10902 #~ msgstr "nom de type attendu avec «*»"
10904 #~ msgid "junk at end of #pragma %s"
10905 #~ msgstr "rebut à la fin de #pragma %s"
10907 #~ msgid "invalid #pragma %s"
10908 #~ msgstr "#pragma %s invalde"
10910 #~ msgid "#pragma vtable no longer supported"
10911 #~ msgstr "#pragma vtable n'est plus supporté"
10913 #~ msgid "#pragma implementation for %s appears after file is included"
10914 #~ msgstr "implantation de #pragma pour %s apparaît après l'inclusion du fichier"
10916 #~ msgid "junk at end of #pragma GCC java_exceptions"
10917 #~ msgstr "rebut à la fin de #pragma GCC java_exceptions"
10919 #~ msgid "`%D' not defined"
10920 #~ msgstr "« %D » n'est pas défini"
10922 #~ msgid "`%D' was not declared in this scope"
10923 #~ msgstr "« %D » n'a pas été déclaré dans cet horizon"
10925 #~ msgid "`%D' undeclared (first use this function)"
10926 #~ msgstr "« %D » non déclaré (première utilisation dans cette fonction)"
10928 #~ msgid "(Each undeclared identifier is reported only once for each function it appears in.)"
10929 #~ msgstr "(Chaque identificateur non déclaré est rapporté seulement une seule fois pour la fonction dans laquelle il apparaît.)"
10931 #~ msgid "there are no arguments to `%D' that depend on a template parameter, so a declaration of `%D' must be available"
10932 #~ msgstr "il n'y a pas d'argument à « %D » qui dépend d'un paramètre du canevas, aussi une déclaration de « %D » doit être disponible"
10934 #~ msgid "(if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)"
10935 #~ msgstr "(si vous utilisez « -fpermissive », G++ acceptera votre core, mais permettre l'utilisation d'un nom non déclaré est obsolète)"
10937 #~ msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
10938 #~ msgstr "call_expr ne peut être mutilé en raison d'un faute dans l'ABI C++"
10940 #~ msgid "omitted middle operand to `?:' operand cannot be mangled"
10941 #~ msgstr "opérande du milieu « ?: » omise, l'opérande ne peut être mutilée"
10943 #~ msgid "the mangled name of `%D' will change in a future version of GCC"
10944 #~ msgstr "le nom mutilé de « %D » sera modifié dans une version future de GCC"
10946 #~ msgid "generic thunk code fails for method `%#D' which uses `...'"
10947 #~ msgstr "code « thunk» générique a échoué pour la méthode « %#D » laquelle utilise « ... »"
10949 #~ msgid "non-static const member `%#D', can't use default assignment operator"
10950 #~ msgstr "constante non statique du membre « %#D », ne peut utiliser l'opérateur d'affectation par défaut"
10952 #~ msgid "non-static reference member `%#D', can't use default assignment operator"
10953 #~ msgstr "référence non statique du membre « %#D », ne peut utiliser l'opérateur d'affectation par défaut"
10955 #~ msgid "`%#D' used prior to declaration"
10956 #~ msgstr "« %#D » utilisé précédemment avant sa déclaration"
10958 #~ msgid "redeclaration of `wchar_t' as `%T'"
10959 #~ msgstr "redéclaration de « wchar_t» comme « %T »"
10961 #~ msgid "invalid redeclaration of `%D'"
10962 #~ msgstr "redéclaration invalide de « %D »"
10965 #~ msgstr "comme « %D »"
10967 #~ msgid "type mismatch with previous external decl of `%#D'"
10968 #~ msgstr "non concordance de type avec la déclaration externe précédente de « %D »"
10970 #~ msgid "previous external decl of `%#D'"
10971 #~ msgstr "déclaration externe précédente de « %#D »"
10973 #~ msgid "`%D' was previously implicitly declared to return `int'"
10974 #~ msgstr "« %D » a été précédemment implicitement déclaré comme retournant un entier"
10976 #~ msgid "extern declaration of `%#D' doesn't match"
10977 #~ msgstr "déclaration externe de « %#D » ne concorde pas"
10979 #~ msgid "global declaration `%#D'"
10980 #~ msgstr "déclaration globale « %#D »"
10982 #~ msgid "declaration of '%#D' shadows a parameter"
10983 #~ msgstr "déclaration de « %#D » masque un paramètre"
10985 #~ msgid "declaration of '%D' shadows a member of 'this'"
10986 #~ msgstr "déclaration de « %D » masque un membre de « this »"
10988 #~ msgid "declaration of '%D' shadows a previous local"
10989 #~ msgstr "déclaration de « %D » masque la déclaration d'un local précédent"
10991 #~ msgid "declaration of '%D' shadows a global declaration"
10992 #~ msgstr "déclaration de « %D » masque une déclaration globale"
10994 #~ msgid "name lookup of `%D' changed"
10995 #~ msgstr "recherche du nom « %D » a changé"
10997 #~ msgid " matches this `%D' under ISO standard rules"
10998 #~ msgstr " concorde avec « %D » selon les règles standards ISO"
11000 #~ msgid " matches this `%D' under old rules"
11001 #~ msgstr " concorde avec « %D » selon les vieilles règles"
11003 #~ msgid "name lookup of `%D' changed for new ISO `for' scoping"
11004 #~ msgstr "recherche du nom de « %D » changé pour la nouvelle étendue ISO pour le « for »"
11006 #~ msgid " cannot use obsolete binding at `%D' because it has a destructor"
11007 #~ msgstr " ne peut utiliser une liaison obsolète à « %D » parce qu'il a un destructeur"
11009 #~ msgid " using obsolete binding at `%D'"
11010 #~ msgstr " utilisation de liaison obsolète à « %D »"
11012 #~ msgid "%s %s(%E) %p %d\n"
11013 #~ msgstr "%s %s(%E) %p %d\n"
11015 #~ msgid "%s %s %p %d\n"
11016 #~ msgstr "%s %s %p %d\n"
11018 #~ msgid "XXX is_class_level != (current_scope == class_scope)\n"
11019 #~ msgstr "XXX is_class_level != (current_scope == class_scope)\n"
11021 #~ msgid "`%#D' hides constructor for `%#T'"
11022 #~ msgstr "« %#D » cache un constructeur pour « %#T »"
11024 #~ msgid "`%#D' conflicts with previous using declaration `%#D'"
11025 #~ msgstr "« %#D » en conflit avec une déclaration précédente « %#D »"
11027 #~ msgid "previous non-function declaration `%#D'"
11028 #~ msgstr "déclaration précédente d'un non fonction « %#D »"
11030 #~ msgid "conflicts with function declaration `%#D'"
11031 #~ msgstr "conflits avec la déclaration de fonction de « %#D »"
11033 #~ msgid "a using-declaration cannot specify a template-id. Try `using %D'"
11034 #~ msgstr "l'utilisation d'une déclaration ne peut spécifier un template-id. Essayer « using %D »"
11036 #~ msgid "namespace `%D' not allowed in using-declaration"
11037 #~ msgstr "espace de noms « %D » n'est pas permis dans l'utilisation d'une déclaration"
11039 #~ msgid "`%T' is not a namespace"
11040 #~ msgstr "« %T » n'est pas un espace de noms"
11042 #~ msgid "`%D' not declared"
11043 #~ msgstr "« %D » n'est pas déclaré"
11045 #~ msgid "`%D' is already declared in this scope"
11046 #~ msgstr "« %D » est déjà déclaré dans cette portée"
11048 #~ msgid "using declaration `%D' introduced ambiguous type `%T'"
11049 #~ msgstr "l'utlisation de la déclaration « %D » introduit un type ambigu « %T »"
11051 #~ msgid "`%#D' redeclared as %C"
11052 #~ msgstr "« %#D » rédéclaré comme %C"
11054 #~ msgid "`%D' has the same name as the class in which it is declared"
11055 #~ msgstr "« %D » a le même nom que la classe dans laquelle il est déclaré"
11057 #~ msgid "using-declaration for non-member at class scope"
11058 #~ msgstr "l'utilisation de déclaration pour un non membre au niveau de la portée de la classe"
11060 #~ msgid "using-declaration cannot name destructor"
11061 #~ msgstr "utilisation de déclaration ne peut nommer le destructeur"
11063 #~ msgid "declaration of `%D' not in a namespace surrounding `%D'"
11064 #~ msgstr "déclaration de « %D » n'est pas dans l'espace de noms entourant « %D »"
11066 #~ msgid "`%D' should have been declared inside `%D'"
11067 #~ msgstr "« %D » devrait avoir été déclaré à l'intérieur de « %D »"
11069 #~ msgid "namespace alias `%D' not allowed here, assuming `%D'"
11070 #~ msgstr "alias d'espace de noms « %D » n'est pas permis ici, on assume « %D »"
11072 #~ msgid "unknown namespace `%D'"
11073 #~ msgstr "espace de nomes inconnu « %D »"
11075 #~ msgid "namespace `%T' undeclared"
11076 #~ msgstr "espace de noms « %T » n'est pas déclaré"
11078 #~ msgid "strong using only meaningful at namespace scope"
11079 #~ msgstr "forte n'ayant un sens seulement sur l'étendue de l'espace nom"
11081 #~ msgid "`%D' attribute directive ignored"
11082 #~ msgstr "« %D » attribut de directive ignoré"
11084 #~ msgid "use of `%D' is ambiguous"
11085 #~ msgstr "utilisation de « %D » est ambiguë"
11087 #~ msgid " first declared as `%#D' here"
11088 #~ msgstr " d'abord déclaré comme « %#D » ici"
11090 #~ msgid " also declared as `%#D' here"
11091 #~ msgstr " aussi déclaré comme « %#D » ici"
11093 #~ msgid "`%D' denotes an ambiguous type"
11094 #~ msgstr "« %D » dénote un type ambigu"
11096 #~ msgid "%J first type here"
11097 #~ msgstr "%J premier type ici"
11099 #~ msgid "%J other type here"
11100 #~ msgstr "%J autre type ici"
11102 #~ msgid "invalid use of `%D'"
11103 #~ msgstr "utilisation invalide de « %D »"
11105 #~ msgid "`%D::%D' is not a template"
11106 #~ msgstr "« %D::%D » n'est pas un canevas"
11108 #~ msgid "`%D' undeclared in namespace `%D'"
11109 #~ msgstr "« %D » non déclaré dans l'espace de noms « %D »"
11111 #~ msgid "`%D' is not a function,"
11112 #~ msgstr "« %D » n'est pas une fonction"
11114 #~ msgid " conflict with `%D'"
11115 #~ msgstr " en conflit avec « %D »"
11117 #~ msgid "XXX entering pop_everything ()\n"
11118 #~ msgstr "XXX on entre dans pop_everything ()\n"
11120 #~ msgid "XXX leaving pop_everything ()\n"
11121 #~ msgstr "XXX on quitte pop_everything ()\n"
11123 #~ msgid "invalid token"
11124 #~ msgstr "jeton invalide"
11126 #~ msgid "`%D::%D' has not been declared"
11127 #~ msgstr "« %D::%D » n'a pas été déclaré"
11129 #~ msgid "`::%D' has not been declared"
11130 #~ msgstr "« ::%D » n'a pas été déclaré"
11132 #~ msgid "`%D' has not been declared"
11133 #~ msgstr "« %D » n'a pas été déclaré"
11135 #~ msgid "`%D::%D' %s"
11136 #~ msgstr "« %D::%D » %s"
11138 #~ msgid "`::%D' %s"
11139 #~ msgstr "« ::%D » %s"
11142 #~ msgstr "« %D » %s"
11144 #~ msgid "new types may not be defined in a return type"
11145 #~ msgstr "nouveaux types ne peuvent être définis dans un type à retourner"
11147 #~ msgid "`%T' is not a template"
11148 #~ msgstr "« %T » n'est pas un canevas"
11150 #~ msgid "invalid template-id"
11151 #~ msgstr "id de canevas invalide"
11153 #~ msgid "%s cannot appear in a constant-expression"
11154 #~ msgstr "%s ne peut apparaître dans une expression de constante"
11156 #~ msgid "`%s' does not name a type"
11157 #~ msgstr "« %s » ne nomme pas un type"
11159 #~ msgid "(perhaps `typename %T::%s' was intended)"
11160 #~ msgstr "(peut-être « typename %T::%s » était votre intention"
11162 #~ msgid "ISO C++ forbids braced-groups within expressions"
11163 #~ msgstr "ISO C++ interdit les groupes d'accolades à l'intérieur des expressions"
11165 #~ msgid "statement-expressions are allowed only inside functions"
11166 #~ msgstr "expression de déclaration sont permises seulement à l'intérieur de fonctions"
11168 #~ msgid "`this' may not be used in this context"
11169 #~ msgstr "« cela » ne peut être utilisé dans ce contexte"
11171 #~ msgid "local variable `%D' may not appear in this context"
11172 #~ msgstr "variable locale « %D » ne peut apparaître dans ce contexte"
11174 #~ msgid "typedef-name `%D' used as destructor declarator"
11175 #~ msgstr "nom du typdef « %D » utilisé comme déclarateur de destructeur"
11177 #~ msgid "ISO C++ forbids compound-literals"
11178 #~ msgstr "ISO C++ interdit les chaînes composées"
11180 #~ msgid "array bound forbidden after parenthesized type-id"
11181 #~ msgstr "les limites du tableau interdisent ce qui suit après le type-id mis entre parenthèses"
11183 #~ msgid "try removing the parentheses around the type-id"
11184 #~ msgstr "essayer d'enlever les parenthèses autour du type-id"
11186 #~ msgid "expression in new-declarator must have integral or enumeration type"
11187 #~ msgstr "expression dans le nouveau déclarateur doit être un type entier ou d'énumération"
11189 #~ msgid "use of old-style cast"
11190 #~ msgstr "utilisation d'un vieux style de transtypage (cast)"
11192 #~ msgid "case label `%E' not within a switch statement"
11193 #~ msgstr "étiquette du CASE « %E » n'est pas à l'intérieur de la déclaration du SWITCH"
11195 #~ msgid "ISO C++ forbids computed gotos"
11196 #~ msgstr "ISO C++ interdit les gotos calculés"
11198 #~ msgid "extra `;'"
11199 #~ msgstr "« ; » superflu"
11201 #~ msgid "mixing declarations and function-definitions is forbidden"
11202 #~ msgstr "mélange de déclarations et de définitions de fonction est interdit"
11204 #~ msgid "duplicate `friend'"
11205 #~ msgstr "« friend » apparaît en double"
11207 #~ msgid "class definition may not be declared a friend"
11208 #~ msgstr "définition de classe ne peut pas être déclaré comme ami"
11210 #~ msgid "only constructors take base initializers"
11211 #~ msgstr "seuls les constructeurs prennent des initialiseurs de base"
11213 #~ msgid "anachronistic old-style base class initializer"
11214 #~ msgstr "ancien style anachronique d'initialiseur de classe de base"
11216 #~ msgid "keyword `export' not implemented, and will be ignored"
11217 #~ msgstr "mot clé « export » n'est pas implanté et sera ignoré"
11219 #~ msgid "`<::' cannot begin a template-argument list"
11220 #~ msgstr "« <:: » ne peut pas être au début d'une liste d'un canevas d'arguments"
11222 #~ msgid "`<:' is an alternate spelling for `['. Insert whitespace between `<' and `::'"
11223 #~ msgstr "« <: » est une épellation alternative pour « [ ». Insérer des blancs d,espacement entre « < » et « :: »"
11225 #~ msgid "(if you use `-fpermissive' G++ will accept your code)"
11226 #~ msgstr "(si vous utiliser « -fpermissive » G++ acceptera votre code)"
11228 #~ msgid "non-template `%D' used as template"
11229 #~ msgstr "« %D » qui n'est pas un canevas est utilisé comme canevas"
11231 #~ msgid "(use `%T::template %D' to indicate that it is a template)"
11232 #~ msgstr "(utiliser « %T::template %D » pour indiquer que c'est un canevas)"
11234 #~ msgid "using `typename' outside of template"
11235 #~ msgstr "utilisation de « typename » en dehors du canevas"
11237 #~ msgid "expected type-name"
11238 #~ msgstr "un nom de type attendu"
11240 #~ msgid "type attributes are honored only at type definition"
11241 #~ msgstr "type d'attributs sont honorés seulement lors de la définitions de type"
11243 #~ msgid "a template-id may not appear in a using-declaration"
11244 #~ msgstr "un id de canevas ne peut pas apparaître dans l'utilisation de la déclaration"
11246 #~ msgid "an asm-specification is not allowed on a function-definition"
11247 #~ msgstr "une spécification asm n'est pas permise dans la définition de fonction"
11249 #~ msgid "attributes are not allowed on a function-definition"
11250 #~ msgstr "attributs ne sont pas permis dans la définition de fonction"
11252 #~ msgid "attributes after parenthesized initializer ignored"
11253 #~ msgstr "attributs après l'initialisateur mis entre parenthèses sont ignorés"
11255 #~ msgid "file ends in default argument"
11256 #~ msgstr "fin de fichier dans l'argument par défaut"
11258 #~ msgid "deprecated use of default argument for parameter of non-function"
11259 #~ msgstr "utilisation de l'argument par défaut pour un paramètre d'une non fonction"
11261 #~ msgid "default arguments are only permitted for function parameters"
11262 #~ msgstr "arguments par défaut sont permis seulement pour les paramètres de fonction"
11264 #~ msgid "declaration of `%D' in `%D' which does not enclose `%D'"
11265 #~ msgstr "déclaration de « %D » dans « %D » lequel n'entoure pas « %D »"
11267 #~ msgid "extra qualification ignored"
11268 #~ msgstr "qualification superflue ignorée"
11270 #~ msgid "an explicit specialization must be preceded by 'template <>'"
11271 #~ msgstr "spécialisation explicite doit être précédé par « template <> »"
11273 #~ msgid "extra semicolon"
11274 #~ msgstr "« ; » superflu"
11276 #~ msgid "a class-key must be used when declaring a friend"
11277 #~ msgstr "une clé de classe doit être utilise lors de la déclaration d'un ami"
11279 #~ msgid "friend declaration does not name a class or function"
11280 #~ msgstr "déclaration amie ne nomme pas une classe ou une fonction"
11282 #~ msgid "pure-specifier on function-definition"
11283 #~ msgstr "spécificateur pur lors de la définition d'une fonction"
11285 #~ msgid "keyword `typename' not allowed outside of templates"
11286 #~ msgstr "mot clé « typename » n'est pas permis en dehors du canevas"
11288 #~ msgid "keyword `typename' not allowed in this context (the base class is implicitly a type)"
11289 #~ msgstr "mot clé « typename » n'est pas permis dans ce contexte (la classe de base est implicitement un type)"
11291 #~ msgid "reference to `%D' is ambiguous"
11292 #~ msgstr "référence à « %D » est ambiguë"
11294 #~ msgid "too few template-parameter-lists"
11295 #~ msgstr "trop peu de canevas de listes de paramètres"
11297 #~ msgid "too many template-parameter-lists"
11298 #~ msgstr "trop de canevas de listes de paramètres"
11300 #~ msgid "invalid function declaration"
11301 #~ msgstr "déclaration de fonction invalide"
11303 #~ msgid "named return values are no longer supported"
11304 #~ msgstr "valeurs nommées à retourner ne sont plus supportées"
11306 #~ msgid "`>>' should be `> >' within a nested template argument list"
11307 #~ msgstr "« >> » devrait être « > > » à l'intérieur du canevas de la liste d'arguments"
11309 #~ msgid "spurious `>>', use `>' to terminate a template argument list"
11310 #~ msgstr "faux « >> », utiliser « > » pour terminer la liste d'argument du canevas"
11312 #~ msgid "missing `>' to terminate the template argument list"
11313 #~ msgstr "« > » manquant pour terminer la liste d'argument du canevas"
11315 #~ msgid "`%s' tag used in naming `%#T'"
11316 #~ msgstr "étiquette « %s » utilisée dans la dénomination de « %#T »"
11318 #~ msgid "%D redeclared with different access"
11319 #~ msgstr "« %#D » redéclaré avec un accès différent"
11321 #~ msgid "`template' (as a disambiguator) is only allowed within templates"
11322 #~ msgstr "« template » (afin de rendre moins ambiguë) est seulement permis à l'intérieur des canevas"
11324 #~ msgid "data member `%D' cannot be a member template"
11325 #~ msgstr "membre de données « %D » ne peut être membre du canevas"
11327 #~ msgid "invalid member template declaration `%D'"
11328 #~ msgstr "déclaration de membre de canevas invalide « %D »"
11330 #~ msgid "explicit specialization in non-namespace scope `%D'"
11331 #~ msgstr "spécialisation explicite dans la portée d'un non espace de noms « %D »"
11333 #~ msgid "enclosing class templates are not explicitly specialized"
11334 #~ msgstr "fermetures de canevass de classe ne sont pas explicitement spécialisées"
11336 #~ msgid "specializing `%#T' in different namespace"
11337 #~ msgstr "spécialisation de « %#T » dans différents espaces de noms"
11339 #~ msgid " from definition of `%#D'"
11340 #~ msgstr " à partir de la définition de « %#D »"
11342 #~ msgid "specialization of `%T' after instantiation"
11343 #~ msgstr "spécialisation de « %T » après instanciation"
11345 #~ msgid "specialization `%T' after instantiation `%T'"
11346 #~ msgstr "spécialisation de « %T » après instanciation « %T »"
11348 #~ msgid "explicit specialization of non-template `%T'"
11349 #~ msgstr "spécialisation explicite du non canevas « %T »"
11351 #~ msgid "specialization of %D after instantiation"
11352 #~ msgstr "spécialisation de %D après instanciation"
11355 #~ msgstr "%s %+#D"
11357 #~ msgid "`%D' is not a function template"
11358 #~ msgstr "« %D » n'est pas un canevas de fonction"
11360 #~ msgid "template-id `%D' for `%+D' does not match any template declaration"
11361 #~ msgstr "template-id « %D » pour « %+D » ne concorde pas avec aucune déclaration de canevas"
11363 #~ msgid "ambiguous template specialization `%D' for `%+D'"
11364 #~ msgstr "spécialisation de canevas amibiguë « %D » pour « %+D »"
11366 #~ msgid "template-id `%D' in declaration of primary template"
11367 #~ msgstr "template-id « %D » dans la déclaration de canevas primaire"
11369 #~ msgid "template parameter list used in explicit instantiation"
11370 #~ msgstr "canevas de liste de paramètres utilisé dans une instanciation explicite"
11372 #~ msgid "definition provided for explicit instantiation"
11373 #~ msgstr "définition fournie pour une instanciation explicite"
11375 #~ msgid "too many template parameter lists in declaration of `%D'"
11376 #~ msgstr "trop de canevass de listes de paramètres dans la déclaration de « %D »"
11378 #~ msgid "too few template parameter lists in declaration of `%D'"
11379 #~ msgstr "trop peu de canevass de listes de paramètres dans la déclaration de « %D »"
11381 #~ msgid "explicit specialization not preceded by `template <>'"
11382 #~ msgstr "spécialisation explicite n'est pas précédée de « template <> »"
11384 #~ msgid "partial specialization `%D' of function template"
11385 #~ msgstr "spécialisation partielle « %D » du canevas de fonction"
11387 #~ msgid "default argument specified in explicit specialization"
11388 #~ msgstr "argument par défaut spécifié dans la spécialisation explicite"
11390 #~ msgid "template specialization with C linkage"
11391 #~ msgstr "spécialisation de canevas avec édition de liens C"
11393 #~ msgid "specialization of implicitly-declared special member function"
11394 #~ msgstr "spécialisation d'un membre spécial d'nue fonction déclaré implicitement"
11396 #~ msgid "no member function `%D' declared in `%T'"
11397 #~ msgstr "pas de membre de fonction « %D » déclaré dans « %T »"
11399 #~ msgid "too many template parameter lists in declaration of `%T'"
11400 #~ msgstr "trop de canevass de listes de paramètres dans la déclaration de « %T »"
11402 #~ msgid " shadows template parm `%#D'"
11403 #~ msgstr " masque le paramètre du canevas « %#D »"
11405 #~ msgid "template parameters not used in partial specialization:"
11406 #~ msgstr "paramètres du canevas ne sont pas utilisés dans la spécialisation partielle:"
11409 #~ msgstr " « %D »"
11411 #~ msgid "partial specialization `%T' does not specialize any template arguments"
11412 #~ msgstr "spécialisation partielle « %T » ne spécialise pas aucun canevas d'arguments"
11414 #~ msgid "template argument `%E' involves template parameter(s)"
11415 #~ msgstr "canevas d'argument « %E » implique des paramètres du canevas"
11417 #~ msgid "type `%T' of template argument `%E' depends on template parameter(s)"
11418 #~ msgstr "type « %T » du canevas d'argument « %E » dépend des paramètres du canevas"
11420 #~ msgid "no default argument for `%D'"
11421 #~ msgstr "pas d'argument par défaut pour « %D »"
11423 #~ msgid "template with C linkage"
11424 #~ msgstr "canevas avec liaison C"
11426 #~ msgid "template class without a name"
11427 #~ msgstr "canevas de classe sans nom"
11429 #~ msgid "destructor `%D' declared as member template"
11430 #~ msgstr "destructeur « %D » déclaré en tant que membre du canevas"
11432 #~ msgid "`%D' does not declare a template type"
11433 #~ msgstr "« %D » ne déclare pas un type de canevas"
11435 #~ msgid "template definition of non-template `%#D'"
11436 #~ msgstr "définition de canevas d'un non canevas « %#D »"
11438 #~ msgid "expected %d levels of template parms for `%#D', got %d"
11439 #~ msgstr "attendait %d niveaux de canevas de paramètres pour « %#D », obtenu %d"
11441 #~ msgid "got %d template parameters for `%#D'"
11442 #~ msgstr "a obtenu %d paramètres de canevas pour « %#D »"
11444 #~ msgid "got %d template parameters for `%#T'"
11445 #~ msgstr "a obtenu %d paramètres de canevas pour « %#T »"
11447 #~ msgid " but %d required"
11448 #~ msgstr " mais %d son requis"
11450 #~ msgid "`%T' is not a template type"
11451 #~ msgstr "« %T » n'est pas un type canevas"
11453 #~ msgid "previous declaration `%D'"
11454 #~ msgstr "déclaration précédente de « %D »"
11456 #~ msgid "used %d template parameter%s instead of %d"
11457 #~ msgstr "utilisé %d canevass paramètre%s au lieu de %d"
11459 #~ msgid "template parameter `%#D'"
11460 #~ msgstr "canevas de paramètre « %#D »"
11462 #~ msgid "redeclared here as `%#D'"
11463 #~ msgstr "redéclaré ici comme « %#D »"
11465 #~ msgid "redefinition of default argument for `%#D'"
11466 #~ msgstr "redéfinition de l'argument par défaut pour « %#D »"
11468 #~ msgid "%J original definition appeared here"
11469 #~ msgstr "%J définition originale apparaît ici"
11471 #~ msgid "`%E' is not a valid template argument"
11472 #~ msgstr "« %E » n'est pas un argument valide pour le canevas"
11474 #~ msgid "it must be the address of a function with external linkage"
11475 #~ msgstr "il doit être l'adresse d'une fonction avec lien externe"
11477 #~ msgid "it must be the address of an object with external linkage"
11478 #~ msgstr "il doît être l'adresse d'un objet avec lien externe"
11480 #~ msgid "it must be a pointer-to-member of the form `&X::Y'"
11481 #~ msgstr "il doit être un pointeur-vers-un-membre de la forme «&X::Y»"
11483 #~ msgid "string literal %E is not a valid template argument because it is the address of an object with static linkage"
11484 #~ msgstr "chaîne %E n'est pas un canevas d'argument valide parce que c'est l'adresse d'un objet avec lien statique"
11486 #~ msgid "address of non-extern `%E' cannot be used as template argument"
11487 #~ msgstr "adresse du non externe « %E » ne peut être utilisé comme canevas d'argument"
11489 #~ msgid "non-constant `%E' cannot be used as template argument"
11490 #~ msgstr "la non const « %E » ne peut être utilisé comme un canevas d'argument"
11492 #~ msgid "type '%T' cannot be used as a value for a non-type template-parameter"
11493 #~ msgstr "type « %T » ne peut être utilisé comme une valeur pour un non type de paramètre de canevas"
11495 #~ msgid "invalid use of '%D' as a non-type template-argument"
11496 #~ msgstr "utilisation invalide de « %D » pour un non type de paramètre de canevas"
11498 #~ msgid "invalid use of '%E' as a non-type template-argument"
11499 #~ msgstr "utilisation invalide de « %E » pour un non type de paramètre de canevas"
11501 #~ msgid "to refer to a type member of a template parameter, use `typename %E'"
11502 #~ msgstr "pour référencer un type de membre de canevas de paramètres, utiliser « typename %E »"
11504 #~ msgid "type/value mismatch at argument %d in template parameter list for `%D'"
11505 #~ msgstr "non concordance de type/valeur pour l'argument %d dans la liste des paramètres du canevas de « %D »"
11507 #~ msgid " expected a constant of type `%T', got `%T'"
11508 #~ msgstr " attendait une constante de type « %T », a obtenu « %T »"
11510 #~ msgid " expected a class template, got `%E'"
11511 #~ msgstr " attendait un canevas de classe, a obtenu « %E »"
11513 #~ msgid " expected a type, got `%E'"
11514 #~ msgstr " attendait un type, a obtenu « %E »"
11516 #~ msgid " expected a type, got `%T'"
11517 #~ msgstr " attendait un type, a obtenu « %T »"
11519 #~ msgid " expected a class template, got `%T'"
11520 #~ msgstr " attendait un canevas de classe, a obtenu « %T »"
11522 #~ msgid " expected a template of type `%D', got `%D'"
11523 #~ msgstr " attendait un canevas de type « %D », a obtenu « %D »"
11525 #~ msgid "could not convert template argument `%E' to `%T'"
11526 #~ msgstr "ne peut convertir l'argument du canevas « %E » vers « %T »"
11528 #~ msgid "wrong number of template arguments (%d, should be %d)"
11529 #~ msgstr "nombre erroné d'arguments du canevas (%d devrait être %d)"
11531 #~ msgid "provided for `%D'"
11532 #~ msgstr "fournie pour « %D »"
11534 #~ msgid "template argument %d is invalid"
11535 #~ msgstr "canevas de l'argument %d est invalide"
11537 #~ msgid "non-template used as template"
11538 #~ msgstr "non canevas utilisé comme canevas"
11540 #~ msgid "non-template type `%T' used as a template"
11541 #~ msgstr "type non canevas « %T » utilisé comme un canevas"
11543 #~ msgid "for template declaration `%D'"
11544 #~ msgstr "pour la déclaration du canevas « %D »"
11546 #~ msgid "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN to increase the maximum) instantiating `%D'"
11547 #~ msgstr "instantiation de la profondeur du canevas excède le maximum de %d (utiliser -ftemplate-depth-NN pour augmenter le maximum) lors de l'instanciation de « %D »"
11549 #~ msgid "ambiguous class template instantiation for `%#T'"
11550 #~ msgstr "instanciation ambiguë de canevas de classe pour « %#T »"
11553 #~ msgstr "%s %+#T"
11555 #~ msgid "instantiation of `%D' as type `%T'"
11556 #~ msgstr "instanciation de « %D » comme type « %T »"
11558 #~ msgid "invalid parameter type `%T'"
11559 #~ msgstr "paramètre invalide pour le type « %T »"
11561 #~ msgid "in declaration `%D'"
11562 #~ msgstr "dans la déclaration de « %D »"
11564 #~ msgid "creating pointer to member function of non-class type `%T'"
11565 #~ msgstr "création d'un pointeur vers le membre d'une fonction d'un type non classe « %T »"
11567 #~ msgid "creating array with size zero"
11568 #~ msgstr "création d'un tableau de taille zéro"
11570 #~ msgid "creating array with size zero (`%E')"
11571 #~ msgstr "création d'un tableau de taille zéro (« %E »)"
11573 #~ msgid "forming reference to void"
11574 #~ msgstr "formation d'une référence en void"
11576 #~ msgid "forming %s to reference type `%T'"
11577 #~ msgstr "formant %s pour référencer le type « %T »"
11579 #~ msgid "creating pointer to member of non-class type `%T'"
11580 #~ msgstr "création d'un pointeur vers le membre d'un type non classe « %T »"
11582 #~ msgid "creating pointer to member reference type `%T'"
11583 #~ msgstr "création d'un pointeur vers le membre de référence du type « %T »"
11585 #~ msgid "creating array of `%T'"
11586 #~ msgstr "création du tableau « %T »"
11588 #~ msgid "creating array of `%T', which is an abstract class type"
11589 #~ msgstr "création d'un tableau « %T », lequel est un type de classe abstraite"
11591 #~ msgid "`%T' is not a class, struct, or union type"
11592 #~ msgstr "« %T » n'est pas une classe, struct ou un type d'union"
11594 #~ msgid "use of `%s' in template"
11595 #~ msgstr "utilisation de « %s » dans le canevas"
11597 #~ msgid "dependent-name `%E' is parsed as a non-type, but instantiation yields a type"
11598 #~ msgstr "nom dépendant « %E » est analysé comme un non type, mais son instantiation le rend comme un type"
11600 #~ msgid "say `typename %E' if a type is meant"
11601 #~ msgstr "utiliser « typename %E » si un type est désiré"
11603 #~ msgid "`%T' uses anonymous type"
11604 #~ msgstr "« %T » utilise un type anonyme"
11606 #~ msgid "`%T' uses local type `%T'"
11607 #~ msgstr "« %T » utilise un type local « %T »"
11609 #~ msgid "`%T' is a variably modified type"
11610 #~ msgstr "« %T » est type modifié de manière variable"
11612 #~ msgid "integral expression `%E' is not constant"
11613 #~ msgstr "expression intégrale « %E » n'est pas une constante"
11615 #~ msgid " trying to instantiate `%D'"
11616 #~ msgstr " tentative d'instanciation « %D »"
11618 #~ msgid "incomplete type unification"
11619 #~ msgstr "type d'unification incomplète"
11621 #~ msgid "use of `%s' in template type unification"
11622 #~ msgstr "utilisation de « %s » dans le canevas du type d'unification"
11624 #~ msgid "explicit instantiation of non-template `%#D'"
11625 #~ msgstr "instanciation explicite d'un non canevas « %#D »"
11627 #~ msgid "no matching template for `%D' found"
11628 #~ msgstr "non concordance de canevas pour « %D » repéré"
11630 #~ msgid "explicit instantiation of `%#D'"
11631 #~ msgstr "instanciation explicite de « %#D »"
11633 #~ msgid "duplicate explicit instantiation of `%#D'"
11634 #~ msgstr "duplication d'instanciation explicite de « %#D »"
11636 #~ msgid "ISO C++ forbids the use of `extern' on explicit instantiations"
11637 #~ msgstr "ISO C++ interdit l'utilisation de « extern » sur instanciations explicites"
11639 #~ msgid "storage class `%D' applied to template instantiation"
11640 #~ msgstr "classe de stockage « %D » appliqué à l'instanciation du canevas"
11642 #~ msgid "explicit instantiation of non-template type `%T'"
11643 #~ msgstr "instanciation explicite de type non canevas « %T »"
11645 #~ msgid "explicit instantiation of `%#T' before definition of template"
11646 #~ msgstr "instanciation explicite de « %#T » avant la définition de canevas"
11648 #~ msgid "ISO C++ forbids the use of `%s' on explicit instantiations"
11649 #~ msgstr "ISO C++ interdit l'utilisation de « %s » sur instanciations explicites"
11651 #~ msgid "duplicate explicit instantiation of `%#T'"
11652 #~ msgstr "duplication d'instanciation explicite de « %#T »"
11654 #~ msgid "explicit instantiation of `%D' but no definition available"
11655 #~ msgstr "instanciation explicite de « %D » mais pas de définition disponible"
11657 #~ msgid "`%#T' is not a valid type for a template constant parameter"
11658 #~ msgstr "« %#T » n'a pas un type valide pour un canevas de parametre de constante"
11660 #~ msgid "-frepo must be used with -c"
11661 #~ msgstr "-frepo doit être utilisé avec -c"
11663 #~ msgid "mysterious repository information in %s"
11664 #~ msgstr "dépôt mystérieux d'informations dans %s"
11666 #~ msgid "can't create repository information file `%s'"
11667 #~ msgstr "ne peut créer le fichier « %s » pour dépôt d'informations"
11669 #~ msgid "cannot use typeid with -fno-rtti"
11670 #~ msgstr "ne peut utiliser typeid avec -fno-rtti"
11672 #~ msgid "must #include <typeinfo> before using typeid"
11673 #~ msgstr "doit utiliser #include <typeinfo> avant d'utiliser typeid"
11675 #~ msgid "cannot create type information for type `%T' because its size is variable"
11676 #~ msgstr "ne peut créer une information pour le type « %T » parce que sa taille est variable"
11678 #~ msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
11679 #~ msgstr "dynamic_cast de « %#D » vers « %#T » ne pourra jamais réussir"
11681 #~ msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
11682 #~ msgstr "ne peut effectuer un dynamic_cast « %E » (du type « %#T ») vers le type « %#T » (%s)"
11684 #~ msgid "`%T' is an ambiguous base of `%T'"
11685 #~ msgstr "« %T » est une base ambiguë de « %T »"
11687 #~ msgid "`%T' is an inaccessible base of `%T'"
11688 #~ msgstr "« %T » est une base inaccessible de « %T »"
11690 #~ msgid "invalid covariant return type for `%#D'"
11691 #~ msgstr "type retourné covariant invalide pour « %#D »"
11693 #~ msgid " overriding `%#D'"
11694 #~ msgstr " écrasant « %#D »"
11696 #~ msgid "conflicting return type specified for `%#D'"
11697 #~ msgstr "types retournés conflictuels spécifiés pour « %#D »"
11699 #~ msgid "looser throw specifier for `%#F'"
11700 #~ msgstr "a placé un spécificateur pour « %#F »"
11702 #~ msgid " overriding `%#F'"
11703 #~ msgstr " écrasant « %#F »"
11705 #~ msgid "`%#D' cannot be declared"
11706 #~ msgstr "« %#D » ne peut être déclaré"
11708 #~ msgid " since `%#D' declared in base class"
11709 #~ msgstr " alors que « %#D » est déclaré dans la classe de base"
11711 #~ msgid "`%#D' needs a final overrider"
11712 #~ msgstr "« %#D » a besoin d'un écraseur final"
11714 #~ msgid "type of asm operand `%E' could not be determined"
11715 #~ msgstr "type d'opérande asm « %E » ne peut être déterminé"
11717 #~ msgid "invalid use of member `%D' in static member function"
11718 #~ msgstr "utilisation invalide du membre « %D » dans un membre statique de fonction"
11720 #~ msgid "from this location"
11721 #~ msgstr "à partir de cette localisation"
11723 #~ msgid "object missing in reference to `%D'"
11724 #~ msgstr "objet manquant dans la référence à « %D »"
11726 #~ msgid "arguments to destructor are not allowed"
11727 #~ msgstr "arguments au destructeur ne sont pas permis"
11729 #~ msgid "`this' is unavailable for static member functions"
11730 #~ msgstr "« cela » n'est pas disponible pour les membres statiques de fonctions"
11732 #~ msgid "invalid use of `this' in non-member function"
11733 #~ msgstr "utilisation invalide de « ceci » dans un non membre de fonction"
11735 #~ msgid "invalid use of `this' at top level"
11736 #~ msgstr "utilisation invalide de « this » hors de toute fonction"
11738 #~ msgid "invalid qualifying scope in pseudo-destructor name"
11739 #~ msgstr "étendue invalide du qualificateur dans un nom de pseudo-destructeur"
11741 #~ msgid "`%E' is not of type `%T'"
11742 #~ msgstr "« %E » n'est pas un type « %T »"
11744 #~ msgid "template type parameters must use the keyword `class' or `typename'"
11745 #~ msgstr "canevas de type de paramètres doit utiliser le mot clé « class» ou «typename »"
11747 #~ msgid "invalid use of type `%T' as a default value for a template template-parameter"
11748 #~ msgstr "utilisation invalide du type « %T » comme valeur par défaut pour un canevas de paramètres de canevas"
11750 #~ msgid "invalid use of `%D' as a default value for a template template-parameter"
11751 #~ msgstr "utilisation invalide de « %D » comme valeur par défaut pour un canevas de paramètres de canevas"
11753 #~ msgid "invalid default argument for a template template parameter"
11754 #~ msgstr "utilisation invalide d'argumenet pour un canevas de paramètres de canevas"
11756 #~ msgid "definition of `%#T' inside template parameter list"
11757 #~ msgstr "définition de « %#T » à l'intérieur d'un canevas de liste de paramètres"
11759 #~ msgid "invalid definition of qualified type `%T'"
11760 #~ msgstr "définition invalide d'un type qualifié « %T »"
11762 #~ msgid "previous definition of `%#T'"
11763 #~ msgstr "définition précédente de « %#T »"
11765 #~ msgid "invalid base-class specification"
11766 #~ msgstr "spécification de base de classe invalide"
11768 #~ msgid "base class `%T' has cv qualifiers"
11769 #~ msgstr "classe de base « %T » a des qualificateurs cv"
11771 #~ msgid "multiple declarators in template declaration"
11772 #~ msgstr "déclarateurs multiples dans la déclaration de canevas"
11774 #~ msgid "incomplete type `%T' used in nested name specifier"
11775 #~ msgstr "type « %T » incomplet utilisé dans un spécificateur de noms imbriqué"
11777 #~ msgid "`%D' is not a member of `%T'"
11778 #~ msgstr "« %D » n'est pas un membre de « %T »"
11780 #~ msgid "`%D' is not a member of `%D'"
11781 #~ msgstr "« %D » n'est pas un membre de « %D »"
11783 #~ msgid "template parameter `%D' of type `%T' is not allowed in an integral constant expression because it is not of integral or enumeration type"
11784 #~ msgstr "paramètre « %D » du canevas du type « %T » ne sont pas permises dans une expression intégrale de constante parce qu'elle n'est pas intégral ou un type énumération"
11786 #~ msgid "`%D' cannot appear in a constant-expression"
11787 #~ msgstr "« %D » ne peut apparaître dans une expression de constante"
11789 #~ msgid "use of namespace `%D' as expression"
11790 #~ msgstr "utilisation d'un espace de dnomes « %D » comme expression"
11792 #~ msgid "use of class template `%T' as expression"
11793 #~ msgstr "utilisation du canevas de classe « %T » comme expression"
11795 #~ msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
11796 #~ msgstr "requête du membre « %D » est ambiquë dans de mutliples héritage de treillis"
11798 #~ msgid "use of %s from containing function"
11799 #~ msgstr "utilisation de %s d'un fonction contenante"
11801 #~ msgid " `%#D' declared here"
11802 #~ msgstr " « %#D » déclaré ici"
11804 #~ msgid "type of `%E' is unknown"
11805 #~ msgstr "type « %E » est inconnu"
11807 #~ msgid "non-lvalue in %s"
11808 #~ msgstr "n'est pas un membre gauche dans %s"
11810 #~ msgid "`%V' qualifiers cannot be applied to `%T'"
11811 #~ msgstr "qualificateur « %V » ne peut pas être appliqué à « %T »"
11813 #~ msgid "`%s' attribute can only be applied to Java class definitions"
11814 #~ msgstr "attribut « %s » peut seulement être appliqué aux définitions de classes Java"
11816 #~ msgid "`%s' attribute can only be applied to class definitions"
11817 #~ msgstr "attribut « %s » peut seulement être appliqué aux définitions de classes"
11819 #~ msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default"
11820 #~ msgstr "« %s » est obsolète; vtables g++ sont maintenant COM-compatibles par défaut"
11822 #~ msgid "requested init_priority is not an integer constant"
11823 #~ msgstr "init_priority demandé n'est pas une constante entière"
11825 #~ msgid "can only use `%s' attribute on file-scope definitions of objects of class type"
11826 #~ msgstr "peut seulement utiliser l'attribut « %s » sur la portée de fichier de définitions des objets de type de classe"
11828 #~ msgid "requested init_priority is out of range"
11829 #~ msgstr "init_priority demandé est hors limite"
11831 #~ msgid "requested init_priority is reserved for internal use"
11832 #~ msgstr "init_priority demandé est réservé pour un usage interne"
11834 #~ msgid "`%s' attribute is not supported on this platform"
11835 #~ msgstr "attribut « %s » n'est pas supporté sur cette plate-forme"
11837 #~ msgid "lang_* check: failed in %s, at %s:%d"
11838 #~ msgstr "vérification lang_* : éched dans %s, à %s:%d"
11840 #~ msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
11841 #~ msgstr "%s entre des types distincs de pointeurs « %T » et « %T » manque de transtypage"
11843 #~ msgid "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
11844 #~ msgstr "ISO C++ interdit %s entre les pointeurs de type « void * » et les pointeurs de fonctions"
11846 #~ msgid "%s between distinct pointer-to-member types `%T' and `%T' lacks a cast"
11847 #~ msgstr "%s entre des types distincs de pointeurs vers les membres « %T » et « %T » manque de transtypage"
11849 #~ msgid "invalid application of `%s' to a member function"
11850 #~ msgstr "application invalide de « %s » à une fonction membre"
11852 #~ msgid "invalid application of `%s' to a bit-field"
11853 #~ msgstr "application invalide de « %s » sur un champ de bits"
11855 #~ msgid "ISO C++ forbids applying `%s' to an expression of function type"
11856 #~ msgstr "ISO C++ interdit l'application de « %s » à une expression d'un type de fonction"
11858 #~ msgid "invalid use of non-static member function"
11859 #~ msgstr "utilisation invalide d'un membre non statique de fonction"
11861 #~ msgid "deprecated conversion from string constant to `%T'"
11862 #~ msgstr "conversion obsolète de la chaîne de constante vers « %T »"
11864 #~ msgid "request for member `%D' in `%E', which is of non-class type `%T'"
11865 #~ msgstr "requête du membre « %D » dans « %E », lequel n'est pas de type classe « %T »"
11867 #~ msgid "invalid use of nonstatic data member '%E'"
11868 #~ msgstr "utilisation invalide d'un membre de données non statique « %E »"
11870 #~ msgid "invalid access to non-static data member `%D' of NULL object"
11871 #~ msgstr "accès invalide à un membre de données non statique « %D » d'un objet null"
11873 #~ msgid "(perhaps the `offsetof' macro was used incorrectly)"
11874 #~ msgstr "(peut-être que le macro « offsetof » a été utilisé incorrectement)"
11876 #~ msgid "the type being destroyed is `%T', but the destructor refers to `%T'"
11877 #~ msgstr "le type devant être détruit est « %T », mais le destructeur réfère à « %T »"
11879 #~ msgid "`%D::%D' is not a member of `%T'"
11880 #~ msgstr "« %D::%D » n'est pas un membre de « %T »"
11882 #~ msgid "`%T' is not a base of `%T'"
11883 #~ msgstr "« %D » n'est pas une base de « %T »"
11885 #~ msgid "'%D' has no member named '%E'"
11886 #~ msgstr "« %D » n'a pas de membre nommé « %E »"
11888 #~ msgid "`%D' is not a member template function"
11889 #~ msgstr "« %D » n'est pas une membre du canevas de fonction"
11891 #~ msgid "`%T' is not a pointer-to-object type"
11892 #~ msgstr "« %T » n'est pas un type pointeur-vers-objet"
11894 #~ msgid "invalid use of `%s' on pointer to member"
11895 #~ msgstr "utilisation invalide de « %s » sur un pointeur vers un membre"
11897 #~ msgid "invalid type argument"
11898 #~ msgstr "type d'argument invalide"
11900 #~ msgid "ISO C++ forbids subscripting non-lvalue array"
11901 #~ msgstr "ISO C++ interdit le souscriptage de non lvalue de tableau"
11903 #~ msgid "subscripting array declared `register'"
11904 #~ msgstr "souscriptage de tableau déclaré « register »"
11906 #~ msgid "object missing in use of `%E'"
11907 #~ msgstr "objet manquant dans l'usage de « %E »"
11909 #~ msgid "ISO C++ forbids calling `::main' from within program"
11910 #~ msgstr "ISO C++ interdit l'appel de «::main» depuis l'intérieur du programme"
11912 #~ msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
11913 #~ msgstr "doit utiliser .* ou ->* pour l'appel de la fonction pointer-to-member dans « %E (...) »"
11915 #~ msgid "`%E' cannot be used as a function"
11916 #~ msgstr "« %E » ne peut être utilisé comme une fonction"
11918 #~ msgid "too many arguments to %s `%+#D'"
11919 #~ msgstr "trop d'arguments pour %s « %+#D »"
11921 #~ msgid "at this point in file"
11922 #~ msgstr "à ce point dans le fichier"
11924 #~ msgid "parameter %P of `%D' has incomplete type `%T'"
11925 #~ msgstr "paramètre %P de « %D » a un type incomplet « %T »"
11927 #~ msgid "parameter %P has incomplete type `%T'"
11928 #~ msgstr "paramètre %P a un type incomplet « %T »"
11930 #~ msgid "too few arguments to %s `%+#D'"
11931 #~ msgstr "pas assez d'argument pour %s « %+#D »"
11933 #~ msgid "assuming cast to type `%T' from overloaded function"
11934 #~ msgstr "transtypage vers le type « %T » est assumé à partir de la fonction surchargée"
11936 #~ msgid "division by zero in `%E / 0'"
11937 #~ msgstr "division par zéro dans « %E / 0 »"
11939 #~ msgid "division by zero in `%E / 0.'"
11940 #~ msgstr "division par zéro dans « %E / 0. »"
11942 #~ msgid "division by zero in `%E %% 0'"
11943 #~ msgstr "division par zéro dans « %E %% 0 »"
11945 #~ msgid "division by zero in `%E %% 0.'"
11946 #~ msgstr "division par zéro dans « %E %% 0. »"
11948 #~ msgid "%s rotate count is negative"
11949 #~ msgstr "compteur de rotation %s est négatif"
11951 #~ msgid "%s rotate count >= width of type"
11952 #~ msgstr "compteur de rotation %s >= largeur du type"
11954 #~ msgid "ISO C++ forbids comparison between pointer and integer"
11955 #~ msgstr "ISO C++ interdit la comparaison entre un pointeur et un entier"
11957 #~ msgid "comparison between types `%#T' and `%#T'"
11958 #~ msgstr "comparaison entre les types « %#T » et « %#T »"
11960 #~ msgid "comparison between signed and unsigned integer expressions"
11961 #~ msgstr "comparaison entre des expressions entières signée et non signée"
11963 #~ msgid "invalid operands of types `%T' and `%T' to binary `%O'"
11964 #~ msgstr "opérandes invalides pour les types « %T » et « %T » en binaire « %O »"
11966 #~ msgid "NULL used in arithmetic"
11967 #~ msgstr "NULL utilisé en arithmétique"
11969 #~ msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
11970 #~ msgstr "ISO C++ interdit l'utilisation d'un pointeur de type « void * » dans une soustraction"
11972 #~ msgid "ISO C++ forbids using pointer to a function in subtraction"
11973 #~ msgstr "ISO C++ interdit l'utilisation d'un pointeur survers une fonction dans une soustraction"
11975 #~ msgid "ISO C++ forbids using pointer to a method in subtraction"
11976 #~ msgstr "ISO C++ interdit l'utilisation d'un pointeur survers une méthode dans une soustraction"
11978 #~ msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
11979 #~ msgstr "utilisation invalide d'un pointeur vers un type incomplet dans un pointeur arithmétique"
11981 #~ msgid "invalid use of '%E' to form a pointer-to-member-function. Use a qualified-id."
11982 #~ msgstr "utilisation invalide de « %E » pour former pointer-to-member-function. Utiliser un identifateur qualifié"
11984 #~ msgid "parenthesis around '%E' cannot be used to form a pointer-to-member-function"
11985 #~ msgstr "parenthèses autour de « %E » ne peuvent être utilisées pour former pointer-to-member-function"
11987 #~ msgid "taking address of temporary"
11988 #~ msgstr "prise de l'adresse du temporaire"
11991 #~ msgid "ISO C++ forbids %sing an enum"
11992 #~ msgstr "ISO C++ interdit de %ser un enum"
11994 #~ msgid "cannot %s a pointer to incomplete type `%T'"
11995 #~ msgstr "ne peut utiliser %s comme pointeur sur un type incomplet « %T »"
11997 #~ msgid "ISO C++ forbids %sing a pointer of type `%T'"
11998 #~ msgstr "ISO C++ interdit %s utilisation d'un pointeur de type « %T »"
12000 #~ msgid "cast to non-reference type used as lvalue"
12001 #~ msgstr "transtypage d'un type non référencé utilisé comme membre gauche"
12003 #~ msgid "invalid use of `--' on bool variable `%D'"
12004 #~ msgstr "utilisation invalide de «--» sur une variable booléenne « %D »"
12006 #~ msgid "ISO C++ forbids taking address of function `::main'"
12007 #~ msgstr "ISO C++ interdit de prendre l'adresse d'une fonction «::main»"
12009 #~ msgid "ISO C++ forbids taking the address of an unqualified or parenthesized non-static member function to form a pointer to member function. Say `&%T::%D'"
12010 #~ msgstr "ISO C++ interdit de prendre l'adress d'un membre de fonction non statique non qualifié ou entre parenthèses pour former un pointeur d'un membre de fonction. Utilisers «&%T::%D»"
12012 #~ msgid "ISO C++ forbids taking the address of a bound member function to form a pointer to member function. Say `&%T::%D'"
12013 #~ msgstr "ISO C++ interdit de prendre l'adresse d'une borne d'un membre de fontion pour former un membre à la fonction. Disons «&%T::%D»"
12015 #~ msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
12016 #~ msgstr "ISO C++ interdit de prendre l'adresse du transtypage vers une expression n'etant pas membre gauche"
12018 #~ msgid "unary `&'"
12019 #~ msgstr "unaire « & »"
12021 #~ msgid "attempt to take address of bit-field structure member `%D'"
12022 #~ msgstr "tentative de prise d'adresse du membre « %D » d'une structure de champ de bits"
12024 #~ msgid "taking address of destructor"
12025 #~ msgstr "prise de l'adresse du destructeur"
12027 #~ msgid "taking address of bound pointer-to-member expression"
12028 #~ msgstr "prise de l'adresse de la borne de l'expression d'un pointeur-vers-un membre"
12030 #~ msgid "cannot create pointer to reference member `%D'"
12031 #~ msgstr "ne peut déclarer un pointeur vers le membre de référence « %D »"
12033 #~ msgid "cannot take the address of `this', which is an rvalue expression"
12034 #~ msgstr "ne peut prendre l'adresse de « ceci », laquelle est une expression rvalue"
12036 #~ msgid "address requested for `%D', which is declared `register'"
12037 #~ msgstr "adresse requise pour « %D», lequel est déclaré «register »"
12039 #~ msgid "%s expression list treated as compound expression"
12040 #~ msgstr "%s liste d'expressions traitée comme une expression composée"
12042 #~ msgid "%s from type `%T' to type `%T' casts away constness"
12043 #~ msgstr "%S à partir du « %T » vers le type « %T » provoque un transtypage sans constante"
12045 #~ msgid "invalid static_cast from type `%T' to type `%T'"
12046 #~ msgstr "static_cast invalide du type « %T » au type « %T »"
12048 #~ msgid "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
12049 #~ msgstr "reinterpret_cast invalide d'une expression rvalue de type « %T » vers le type « %T »"
12051 #~ msgid "reinterpret_cast from `%T' to `%T' loses precision"
12052 #~ msgstr "reinterpret_cast de « %T » vers « %T » génère une perte de précision"
12054 #~ msgid "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
12055 #~ msgstr "ISO C++ interdit le transtypage entre un pointeur de fonction et un pointeur d'objet"
12057 #~ msgid "invalid reinterpret_cast from type `%T' to type `%T'"
12058 #~ msgstr "reinterpret_cast invalide à partir du type « %T » vers le type « %T »"
12060 #~ msgid "invalid use of const_cast with type `%T', which is not a pointer, reference, nor a pointer-to-data-member type"
12061 #~ msgstr "utilisation invalide de const_cast avec le type « %T », lequel n'est pas un pointeur, une référence, ni un type pointeur-vers-données-membre"
12063 #~ msgid "invalid use of const_cast with type `%T', which is a pointer or reference to a function type"
12064 #~ msgstr "utilisation invalide de const_cast avec le type « %T », lequel est un pointeur ou un référence à un type de fonction"
12066 #~ msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
12067 #~ msgstr "const_cast invalide de la rvalue du type « %T » vers le type « %T »"
12069 #~ msgid "invalid const_cast from type `%T' to type `%T'"
12070 #~ msgstr "const_cast invalide à partir du type « %T » vers le type « %T »"
12072 #~ msgid "ISO C++ forbids casting to an array type `%T'"
12073 #~ msgstr "ISO C++ interdit le transtypage vers un type tableau « %T »"
12075 #~ msgid "invalid cast to function type `%T'"
12076 #~ msgstr "transtypage invalide pour un type de fonction « %T »"
12078 #~ msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
12079 #~ msgstr "transtypage de « %T » vers « %T » écarte les qualificateurs du type cible du pointeur"
12081 #~ msgid "cast from `%T' to `%T' increases required alignment of target type"
12082 #~ msgstr "transtypage de « %T » vers « %T » augmente l'alignement requis pour le type ciblé"
12084 #~ msgid " in evaluation of `%Q(%#T, %#T)'"
12085 #~ msgstr " lors de l'évaluation de « %Q(%#T, %#T) »"
12087 #~ msgid "ISO C++ forbids cast to non-reference type used as lvalue"
12088 #~ msgstr "ISO C++ interdit le transtypage d'un type non référencé utilisé comme membre gauche"
12090 #~ msgid "incompatible types in assignment of `%T' to `%T'"
12091 #~ msgstr "type incompatible dans l'affectation de « %T » vers « %T »"
12093 #~ msgid "ISO C++ forbids assignment of arrays"
12094 #~ msgstr "ISO C++ interdit l'affectation de tableaux"
12096 #~ msgid " in pointer to member function conversion"
12097 #~ msgstr " dans la conversion d'un pointeur vers un membre de fonction"
12099 #~ msgid " in pointer to member conversion"
12100 #~ msgstr " dans la conversion d'un pointeur vers un membre"
12102 #~ msgid "pointer to member cast via virtual base `%T'"
12103 #~ msgstr "pointeur vers un membre transtypé via la base virtuelle « %T »"
12105 #~ msgid "pointer to member conversion via virtual base `%T'"
12106 #~ msgstr "conversion de pointeur à membre à l'aide de la base virtuelle « %T »"
12108 #~ msgid "invalid conversion to type `%T' from type `%T'"
12109 #~ msgstr "conversion invalide vers un type « %T » à partir du type « %T »"
12111 #~ msgid "passing NULL used for non-pointer %s %P of `%D'"
12112 #~ msgstr "passage d'un NULL utilisé pour un non pointeur %s %P de « %D »"
12114 #~ msgid "%s to non-pointer type `%T' from NULL"
12115 #~ msgstr "%s vers un type non pointeur « %T » à partir d'un NULL"
12117 #~ msgid "passing `%T' for %s %P of `%D'"
12118 #~ msgstr "passage « %T » pour %s %P de « %D »"
12120 #~ msgid "%s to `%T' from `%T'"
12121 #~ msgstr "%s vers « %T » à partir de « %T »"
12123 #~ msgid "passing negative value `%E' for %s %P of `%D'"
12124 #~ msgstr "passage de valeur négative « %E » pour %s %P de « %D »"
12126 #~ msgid "%s of negative value `%E' to `%T'"
12127 #~ msgstr "%s de valeur négative « %E » vers « %T »"
12129 #~ msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
12130 #~ msgstr "ne peut convertir « %T » à « %T » pour l'argument « %P » vers « %D »"
12132 #~ msgid "cannot convert `%T' to `%T' in %s"
12133 #~ msgstr "ne peut convertir « %T » vers « %T » dans %s"
12135 #~ msgid "in passing argument %P of `%+D'"
12136 #~ msgstr "dans le passage de l'argument %P de « %+D »"
12138 #~ msgid "returning reference to temporary"
12139 #~ msgstr "retourné la référence vers le temporaire"
12141 #~ msgid "reference to non-lvalue returned"
12142 #~ msgstr "une référence vers quelque chose n'étant pas un membre gauche a été retourné"
12144 #~ msgid "reference to local variable `%D' returned"
12145 #~ msgstr "référence vers une variable locale « %D » retourné"
12147 #~ msgid "address of local variable `%D' returned"
12148 #~ msgstr "adresse d'une variable locale « %D » retournée"
12150 #~ msgid "returning a value from a destructor"
12151 #~ msgstr "retourné une valeur du destructeur"
12153 #~ msgid "cannot return from a handler of a function-try-block of a constructor"
12154 #~ msgstr "ne peut retourner d'un handler d'une fonction try-block d'un constructeur"
12156 #~ msgid "returning a value from a constructor"
12157 #~ msgstr "retourné une valeur d'un constructeur"
12159 #~ msgid "return-statement with no value, in function returning '%T'"
12160 #~ msgstr "déclaration à retourner sans valeur dans une fonction retournant « %T »"
12162 #~ msgid "return-statement with a value, in function returning 'void'"
12163 #~ msgstr "déclaration éa retourner avec une valeur dans une fonction retournant un « void »"
12165 #~ msgid "`operator new' must not return NULL unless it is declared `throw()' (or -fcheck-new is in effect)"
12166 #~ msgstr "« operator new» ne doit pas retourner NULL à moins qu'il ne soit déclaré «throw() » (ou -fcheck-new est utilisée)"
12168 #~ msgid "type `%T' is not a base type for type `%T'"
12169 #~ msgstr "type « %T » n'est pas un type de base pour le type « %T »"
12171 #~ msgid "cannot declare variable `%D' to be of type `%T'"
12172 #~ msgstr "ne peut déclarer la variable « %D » comme étant de type « %T »"
12174 #~ msgid "cannot declare parameter `%D' to be of type `%T'"
12175 #~ msgstr "ne peut déclarer la paramètre « %D » comme étant de type « %T »"
12177 #~ msgid "cannot declare field `%D' to be of type `%T'"
12178 #~ msgstr "ne peut déclarer la champ « %D » comme étant de type « %T »"
12180 #~ msgid "invalid return type for member function `%#D'"
12181 #~ msgstr "type retourné invalide pour le membre de la fonction « %#D »"
12183 #~ msgid "invalid return type for function `%#D'"
12184 #~ msgstr "type retourné invalide pour la fonction « %#D »"
12186 #~ msgid "cannot allocate an object of type `%T'"
12187 #~ msgstr "ne peut allouer un objet de type « %T »"
12189 #~ msgid " because the following virtual functions are abstract:"
12190 #~ msgstr " parce que les fonctions viruelles suivantes sont abstraites:"
12195 #~ msgid " since type `%T' has abstract virtual functions"
12196 #~ msgstr " depuis que le type « %T » a des fonctions virtuelles abstraites"
12198 #~ msgid "constructor syntax used, but no constructor declared for type `%T'"
12199 #~ msgstr "syntaxe de constructeur utilisé mais aucun constructeur déclaré pour le type « %T »"
12201 #~ msgid "cannot initialize arrays using this syntax"
12202 #~ msgstr "ne peut initialiser les tableaux en utilisant la syntaxe"
12204 #~ msgid "initializing array with parameter list"
12205 #~ msgstr "initialise le tableau avec la liste des paramètres"
12207 #~ msgid "initializer for scalar variable requires one element"
12208 #~ msgstr "l'initialisation de variable scalaire requiert un élément"
12210 #~ msgid "braces around scalar initializer for `%T'"
12211 #~ msgstr "accolades autour de l'initialiseur scalaire pour « %T »"
12213 #~ msgid "ignoring extra initializers for `%T'"
12214 #~ msgstr "initialiseurs superflus pour « %T » ignorés"
12216 #~ msgid "variable-sized object of type `%T' may not be initialized"
12217 #~ msgstr "un objet de taille variable de type « %T » peut ne pas être initialisé"
12219 #~ msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
12220 #~ msgstr "sous-objet de type « %T » doit être initialisé par un constructeur, non pas par « %E »"
12222 #~ msgid "aggregate has a partly bracketed initializer"
12223 #~ msgstr "aggrégat a un initialiseur partiellement entouré d'accolades"
12225 #~ msgid "non-trivial labeled initializers"
12226 #~ msgstr "initialiseur étiqueté de manière non trivial"
12228 #~ msgid "non-empty initializer for array of empty elements"
12229 #~ msgstr "initialiseurs non vides pour un tableau d'éléments vides"
12231 #~ msgid "initializer list for object of class with virtual base classes"
12232 #~ msgstr "liste d'initialiseurs pour les objets de classe avec classes de base virtuelles"
12234 #~ msgid "initializer list for object of class with base classes"
12235 #~ msgstr "liste d'initialiseurs pour les objets de classe avec classes de base"
12237 #~ msgid "initializer list for object using virtual functions"
12238 #~ msgstr "liste d'initialiseurs pour objet utilisant des fonctions virtuelles"
12240 #~ msgid "missing initializer for member `%D'"
12241 #~ msgstr "initialiseur manquant pour le membre « %D »"
12243 #~ msgid "uninitialized const member `%D'"
12244 #~ msgstr "membre de constante non initialisé pour « %D »"
12246 #~ msgid "member `%D' with uninitialized const fields"
12247 #~ msgstr "membre « %D » avec des champs de constantes non initialisée"
12249 #~ msgid "member `%D' is uninitialized reference"
12250 #~ msgstr "membre « %D » est une référence non initialisée"
12252 #~ msgid "index value instead of field name in union initializer"
12253 #~ msgstr "valeur index au lieu du nom de champ dans l'initialiseur d'union"
12255 #~ msgid "no field `%D' in union being initialized"
12256 #~ msgstr "pas de champ « %D » dans l'aggrégat n'a été initialisé"
12258 #~ msgid "union `%T' with no named members cannot be initialized"
12259 #~ msgstr "aggrégat « %T » sans mambre nommé ne peut être initialisé"
12261 #~ msgid "excess elements in aggregate initializer"
12262 #~ msgstr "éléments en excès dans l'initialiseur d'aggrégat"
12264 #~ msgid "circular pointer delegation detected"
12265 #~ msgstr "délégation de pointeur circulaire détecté"
12267 #~ msgid "base operand of `->' has non-pointer type `%T'"
12268 #~ msgstr "l'opérande de base de «->» a un type non pointeur « %T »"
12270 #~ msgid "result of `operator->()' yields non-pointer result"
12271 #~ msgstr "résultat de « operator->() » laisse comme résultat un non pointeur"
12273 #~ msgid "base operand of `->' is not a pointer"
12274 #~ msgstr "l'opérande de base de «->» n'est pas un pointeur"
12276 #~ msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
12277 #~ msgstr "« %E » ne peut être utilisé comme pointeur de membre, alors qu'il est de type « %T »"
12279 #~ msgid "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
12280 #~ msgstr "ne peut appliquer un pointeur de membre « %E » à « %E », lequel n'est pas un type d'aggrégat « %T »"
12282 #~ msgid "member type `%T::' incompatible with object type `%T'"
12283 #~ msgstr "type du membre « %T:: » incompatible avec le type d'objet « %T »"
12285 #~ msgid "call to function `%D' which throws incomplete type `%#T'"
12286 #~ msgstr "l'appel à la fonction « %D » laquelle écarte le type incomplet « %T »"
12288 #~ msgid "call to function which throws incomplete type `%#T'"
12289 #~ msgstr "l'appel à la fonction laquelle écarte le type incomplet « %T »"
12291 #~ msgid "%s is deprecated, please see the documentation for details"
12292 #~ msgstr "%s est obsolète, SVP voir la documentation pour les détails"
12297 #~ msgid "warning:"
12298 #~ msgstr "avertissement :"
12301 #~ msgstr "fatal :"
12303 #~ msgid "(continued):"
12304 #~ msgstr "(suite) :"
12306 #~ msgid "[REPORT BUG!!] %"
12307 #~ msgstr "[RAPPORTER L'ANOMALIE!!] %"
12309 #~ msgid "[REPORT BUG!!]"
12310 #~ msgstr "[RAPPORTER L'ANOMALIE!!]"
12312 #~ msgid "ASSIGN'ed label cannot fit into `%A' at %0 -- using wider sibling"
12313 #~ msgstr "l'étiquette affectée ne peut s'insérer dans « %A » à %0 - utilisation d'un voisinage plus grand"
12315 #~ msgid "no INTEGER type can hold a pointer on this configuration"
12316 #~ msgstr "AUCUN type ENTIER ne peut tenir un pointeur sur cette configuration"
12318 #~ msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
12319 #~ msgstr "configuration : REAL, INTEGER, et LOGICAL ont %d bits,"
12321 #~ msgid "and pointers are %d bits wide, but g77 doesn't yet work"
12322 #~ msgstr "et les pointeurs ont %d bits, mais g77 ne fonctionne pas encore"
12324 #~ msgid "properly unless they all are 32 bits wide"
12325 #~ msgstr "correctement à moins qu'ils aient tous 32 bits de largeur"
12327 #~ msgid "Please keep this in mind before you report bugs."
12328 #~ msgstr "SVP garder cela en tête avant de rapporter les anomalies."
12330 #~ msgid "configuration: char * holds %d bits, but ftnlen only %d"
12331 #~ msgstr "configuration: char * contient %d bits, mais ftnlen seulement %d"
12334 #~ "configuration: char * holds %d bits, but INTEGER only %d --\n"
12335 #~ " ASSIGN statement might fail"
12337 #~ "configuration: char * contient %d bits, mais INTEGER seulement %d --\n"
12338 #~ " déclaration ASSIGN pourrait échouer"
12340 #~ msgid "In statement function"
12341 #~ msgstr "Dans la déclaration de fonction"
12343 #~ msgid "Outside of any program unit:\n"
12344 #~ msgstr "En dehors de toute unité de programme:\n"
12346 #~ msgid "%A from %B at %0%C"
12347 #~ msgstr "%A à partir de %B à %0%C"
12349 #~ msgid "At %0, INCLUDE file %A exists, but is not readable"
12350 #~ msgstr "À %0, fichier INCLUDE %A existe mais n'est pas lisible"
12352 #~ msgid "At %0, INCLUDE nesting too deep"
12353 #~ msgstr "À %0, imbrication du INCLUDE est trop profonde"
12355 #~ msgid "Two arithmetic operators in a row at %0 and %1 -- use parentheses"
12356 #~ msgstr "Deux opérateurs arithmétiques dans la rangée à %0 et %1 -- utiliser des parenthèses"
12358 #~ msgid "Operator at %0 has lower precedence than that at %1 -- use parentheses"
12359 #~ msgstr "L'opérateur à %0 a une précédence plus basse que celui à %1 -- utiliser des parenthèses"
12361 #~ msgid "Use .EQV./.NEQV. instead of .EQ./.NE. at %0 for LOGICAL operands at %1 and %2"
12362 #~ msgstr "Utiliser .EQV./.NEQV. au lieu de .EQ./.NE. à %0 pour les opérandes LOGICAL à %1 et %2"
12364 #~ msgid "Unsupported operand for ** at %1 -- converting to default INTEGER"
12365 #~ msgstr "Opérande non supportée pour ** à %1 -- conversion à INTEGER par défaut"
12367 #~ msgid "overflowed output arg list for `%s'"
12368 #~ msgstr "débordement de la liste d'arguments de sortie pour « %s »"
12371 #~ "GNU Fortran comes with NO WARRANTY, to the extent permitted by law.\n"
12372 #~ "You may redistribute copies of GNU Fortran\n"
12373 #~ "under the terms of the GNU General Public License.\n"
12374 #~ "For more information about these matters, see the file named COPYING\n"
12375 #~ "or type the command `info -f g77 Copying'.\n"
12377 #~ "GNU Fortran est fourni sans aucune garantie, selon les limites permises par la loi.\n"
12378 #~ "Vous pouvez redistribuer des copies de GNU Fortran\n"
12379 #~ "selon les termes de la GNU General Public License.\n"
12380 #~ "Pour plus d'informations à ce sujet, consulter le fichier portant le nom COPYING\n"
12381 #~ "ou taper la commande `info -f g77 Copying'.\n"
12383 #~ msgid "--driver no longer supported"
12384 #~ msgstr "--driver n'est plus supporté"
12386 #~ msgid "argument to `%s' missing"
12387 #~ msgstr "argument pour « %s » est manquant"
12389 #~ msgid "no input files; unwilling to write output files"
12390 #~ msgstr "aucun fichier d'entrée; pas d'accord pour écrire dans les fichiers de sortie"
12392 #~ msgid "Implicit declaration of `%A' at %0"
12393 #~ msgstr "déclaration implicite de « %A » à %0"
12395 #~ msgid "Non-ISO-C-standard escape sequence `\\%A' at %0"
12396 #~ msgstr "séquence d'échappement non conforme au standard ISO C «\\%A» à %0"
12398 #~ msgid "Unknown escape sequence `\\%A' at %0"
12399 #~ msgstr "séquence d'échappement inconnue «\\%A» à %0"
12401 #~ msgid "Unterminated escape sequence `\\' at %0"
12402 #~ msgstr "séquence d'échappement non terminée «\\» at %0"
12404 #~ msgid "Unknown escape sequence `\\' followed by char code 0x%A at %0"
12405 #~ msgstr "séquence d'échappement inconnue «\\» suivi par le code de caractères 0x%A at %0"
12407 #~ msgid "\\x used at %0 with no following hex digits"
12408 #~ msgstr "\\x utilisé à %0 sans être suivi des chiffres hexdécimaux"
12410 #~ msgid "Hex escape at %0 out of range"
12411 #~ msgstr "échappement hexadécimal à %0 hors limite"
12413 #~ msgid "Escape sequence at %0 out of range for character"
12414 #~ msgstr "séquence d'échappement à %0 hors limite pour le type caractère"
12416 #~ msgid "hex escape out of range"
12417 #~ msgstr "échappement hexadécimal hors limite"
12419 #~ msgid "non-ANSI-standard escape sequence, `\\%c'"
12420 #~ msgstr "séquence d'échappement n'est pas ANSI standard: «\\%c'"
12422 #~ msgid "non-ISO escape sequence `\\%c'"
12423 #~ msgstr "séquence d'échappement non ISO «\\%c'"
12425 #~ msgid "unknown escape sequence `\\%c'"
12426 #~ msgstr "séquence d'échappement inconnue: «\\%c'"
12428 #~ msgid "unknown escape sequence: `\\' followed by char code 0x%x"
12429 #~ msgstr "séquence d'échappement inconnue: «\\» suivi par le code de caractères 0x%x"
12431 #~ msgid "badly formed directive -- no closing quote"
12432 #~ msgstr "directive mal composée -- pas de guillement ou d'apostrophe de fermeture"
12434 #~ msgid "#-lines for entering and leaving files don't match"
12435 #~ msgstr "#-lines pour entrer et quitter les fichiers ne concordent pas"
12437 #~ msgid "bad directive -- missing close-quote"
12438 #~ msgstr "directive erronée -- manque un apostrophe ou un guillemet de fermeture"
12440 #~ msgid "invalid #ident"
12441 #~ msgstr "#ident invalide"
12443 #~ msgid "undefined or invalid # directive"
12444 #~ msgstr "directive # non définie ou invalide"
12446 #~ msgid "invalid #line"
12447 #~ msgstr "#line invalide"
12449 #~ msgid "use `#line ...' instead of `# ...' in first line"
12450 #~ msgstr "utiliser « #line ... » au lieu de « # ... » dans la première ligne"
12452 #~ msgid "invalid #-line"
12453 #~ msgstr "#-line invalide"
12455 #~ msgid "Null character at %0 -- line ignored"
12456 #~ msgstr "caractère null à %0 -- ligne ignorée"
12458 #~ msgid "INCLUDE at %0 not the only statement on the source line"
12459 #~ msgstr "INCLUDE à %0 n'est pas la seule déclaration sur la ligne source"
12461 #~ msgid "ASSIGNed FORMAT specifier is too small"
12462 #~ msgstr "spécificateur dans ASSIGN FORMAT est trop petit"
12464 #~ msgid "SELECT CASE on CHARACTER type (at %0) not supported -- sorry"
12465 #~ msgstr "SÉLECTION du CASE sur un type CHARACTER (à %0) n'est pas supporté -- désolé"
12467 #~ msgid "SELECT (at %0) has duplicate cases -- check integer overflow of CASE(s)"
12468 #~ msgstr "SELECT (à %0) possède des cases doubles -- vérifier le débordement d'entier des CASES"
12470 #~ msgid "ASSIGN to variable that is too small"
12471 #~ msgstr "ASSIGN à la variable est trop petit"
12473 #~ msgid "ASSIGNed GOTO target variable is too small"
12474 #~ msgstr "variable cible par ASSIGN GOTO est trop petite"
12476 #~ msgid "Local adjustable symbol `%A' at %0"
12477 #~ msgstr "Symbole local ajustable « %A » à %0"
12479 #~ msgid "data initializer on host with different endianness"
12480 #~ msgstr "initialiseur de données sur l'hôte a un alignement des octets différent (endian)"
12482 #~ msgid "-fvxt-not-f90 no longer supported -- try -fvxt"
12483 #~ msgstr "-fvxt-not-f90 n'est plus supporté -- essayer -fvxt"
12485 #~ msgid "-ff90-not-vxt no longer supported -- try -fno-vxt -ff90"
12486 #~ msgstr "-ff90-not-vxt n'est plus supporté -- essayer -fno-vxt -ff90"
12488 #~ msgid "-fdebug-kludge is disabled, use normal debugging flags"
12489 #~ msgstr "-fdebug-kludge est désactivé, utiliser le fanion normal de mise au point"
12491 #~ msgid "Missing first operand for binary operator at %0"
12492 #~ msgstr "première opérande manquante pour l'opérateur biunaire à %0"
12494 #~ msgid "Zero-length character constant at %0"
12495 #~ msgstr "constante caractère de longueur zéro à %0"
12497 #~ msgid "Invalid token at %0 in expression or subexpression at %1"
12498 #~ msgstr "élément lexical invalide à %0 dans l'expression ou la sous-expression à %1"
12500 #~ msgid "Missing operand for operator at %1 at end of expression at %0"
12501 #~ msgstr "Opérande manquante pour l'opérateur %1 à la fin de l'expresssion à %0"
12503 #~ msgid "Label %A already defined at %1 when redefined at %0"
12504 #~ msgstr "Étiquette %A déjà définie à %1 et redéfinie à %0"
12506 #~ msgid "Unrecognized character at %0 [info -f g77 M LEX]"
12507 #~ msgstr "Caractère non reconnue à %0 [info -f g77 M LEX]"
12509 #~ msgid "Label definition %A at %0 on empty statement (as of %1)"
12510 #~ msgstr "Définition d'étiquette %A à %0 dans une déclaration vide (comme %1)"
12512 #~ msgid "Invalid first character at %0 [info -f g77 M LEX]"
12513 #~ msgstr "Premier caractère invalide à %0 [info -f g77 M LEX]"
12515 #~ msgid "Line too long as of %0 [info -f g77 M LEX]"
12516 #~ msgstr "Ligne trop longue tel que %0 [info -f g77 M LEX]"
12518 #~ msgid "Non-numeric character at %0 in label field [info -f g77 M LEX]"
12519 #~ msgstr "Caractère non-numérique à %0 dans le champ d'étiquette [info -f g77 M LEX]"
12521 #~ msgid "Label number at %0 not in range 1-99999"
12522 #~ msgstr "Numéro d'étiquette à %0 n'est pas entre les bornes 1-99999"
12524 #~ msgid "At %0, '!' and '/*' are not valid comment delimiters"
12525 #~ msgstr "À %0, « ! » et « /* » ne sont pas des délimiteurs de commentaire valides"
12527 #~ msgid "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
12528 #~ msgstr "Indicateur de continuation à %0 doit apparaître en colonne 6 [info -f g77 M LEX]"
12530 #~ msgid "Label at %0 invalid with continuation line indicator at %1 [info -f g77 M LEX]"
12531 #~ msgstr "Étiquette invalide à %0 avec l'indicateur de continuation de ligne à %1 [info -f g77 M LEX]"
12533 #~ msgid "Character constant at %0 has no closing apostrophe at %1"
12534 #~ msgstr "constante caractère à %0 n'a pas d'apostrophe de fermeture à %1"
12536 #~ msgid "Hollerith constant at %0 specified %A more characters than are present as of %1"
12537 #~ msgstr "Constante Hollerith à %0 spécifiée %A a plus de caractères que ceux présents dans %1"
12539 #~ msgid "Missing close parenthese at %0 needed to match open parenthese at %1"
12540 #~ msgstr "Paranethèse fermante amnquante à %0 nécessaire pour pairer la parenthèse ouverte à %1"
12542 #~ msgid "Integer at %0 too large"
12543 #~ msgstr "entier à %0 est trop grand"
12545 #~ msgid "Period at %0 not followed by digits for floating-point number or by `NOT.', `TRUE.', or `FALSE.'"
12546 #~ msgstr "Période à %0 n'est pas suivie de chiffres en nombre flottant ou de « NOT.», «TRUE.», ou «FALSE. »"
12548 #~ msgid "Missing close-period between `.%A' at %0 and %1"
12549 #~ msgstr "Fermeture de période manquante entre «.%A» à %0 et %1"
12551 #~ msgid "Invalid exponent at %0 for real constant at %1; nondigit `%A' in exponent field"
12552 #~ msgstr "Exposant invalide à %0 pour la constante réelle à %1; « %A » n'est pas un chiffre dans le champ de l'exposant"
12554 #~ msgid "Missing value at %1 for real-number exponent at %0"
12555 #~ msgstr "Valeur manquante à %1 pour l'exposant d'un nombre réeal à %0"
12557 #~ msgid "Expected binary operator between expressions at %0 and at %1"
12558 #~ msgstr "Opérateur binaire attendu entre les expressions à %0 et à %1"
12560 #~ msgid "Semicolon at %0 is an invalid token"
12561 #~ msgstr "Point-virgule (« ; ») en %0 est un élément lexical invalide"
12563 #~ msgid "Extraneous comma in FORMAT statement at %0"
12564 #~ msgstr "Virgule superflue dans la déclaration de FORMAT à %0"
12566 #~ msgid "Missing comma in FORMAT statement at %0"
12567 #~ msgstr "Virgule manquante dans la déclaration de FORMAT à %0"
12569 #~ msgid "Spurious sign in FORMAT statement at %0"
12570 #~ msgstr "faux signe dans la déclaration de FORMAT à %0"
12572 #~ msgid "Spurious number in FORMAT statement at %0"
12573 #~ msgstr "faux nombre dans la déclaration de FORMAT à %0"
12575 #~ msgid "Spurious text trailing number in FORMAT statement at %0"
12576 #~ msgstr "faux texte terminant le nombre dans la déclaration de FORMAT à %0"
12578 #~ msgid "Unrecognized FORMAT specifier at %0"
12579 #~ msgstr "spécificateur de FORMAT non reconnu à %0"
12581 #~ msgid "Missing close-parenthese(s) in FORMAT statement at %0"
12582 #~ msgstr "Parenthèse(s) fermante(s) manquante(s) dans la déclaration de FORMAT à %0"
12584 #~ msgid "Missing number following period in FORMAT statement at %0"
12585 #~ msgstr "Nombre manquant suivant la période dans la déclaration de FORMAT à %0"
12587 #~ msgid "Missing number following `E' in FORMAT statement at %0"
12588 #~ msgstr "Nombre manquant suivant « E » dans la déclaration de FORMAT à %0"
12590 #~ msgid "Spurious trailing comma preceding terminator at %0"
12591 #~ msgstr "fausse virgule qui traîne dans la précédente terminaison à %0"
12593 #~ msgid "At %0, specify OPERATOR instead of ASSIGNMENT for INTERFACE statement not specifying the assignment operator (=)"
12594 #~ msgstr "À %0, spécifier l'OPÉRATEUR au lieu de l'AFFECTATION pour le déclaration d'INTERFACE ne spécifiant pas d'opérateur d'affectation (=)"
12596 #~ msgid "At %0, specify ASSIGNMENT instead of OPERATOR for INTERFACE statement specifying the assignment operator (=)"
12597 #~ msgstr "À %0, spécifier une AFFECTATION au lieu d'un OPÉRATEUR dans la déclaration d'INTERFACE spécifiant un opérateur d'affectation (=)"
12599 #~ msgid "Cannot specify =initialization-expr at %0 unless `::' appears before list of objects"
12600 #~ msgstr "Ne peut spécifier une expression d'initialisation = à %0 à moins que «::» n'apparaissae avant la liste d'objets"
12602 #~ msgid "Reference to label at %1 inconsistent with its definition at %0"
12603 #~ msgstr "La référence à l'étiquette à %1 est inconsistente avec sa définition à %0"
12605 #~ msgid "Reference to label at %1 inconsistent with earlier reference at %0"
12606 #~ msgstr "La référence à l'étiquette à %1 est inconsistente avec sa précédente référence à %0"
12608 #~ msgid "DO-statement reference to label at %1 follows its definition at %0"
12609 #~ msgstr "Déclaration DO utilisant une référence à l'étiquette à %1 suis sa définition à %0"
12611 #~ msgid "Reference to label at %1 is outside block containing definition at %0"
12612 #~ msgstr "Référence à l'étiquette à %1 est en dehors du bloc contenant la définition à %0"
12614 #~ msgid "DO-statement references to label at %0 and %2 separated by unterminated block starting at %1"
12615 #~ msgstr "Déclaration DO utilisant des références à l'étiquette à %0 et %2 séparés par un bloc non complet débutant à %1"
12617 #~ msgid "DO-statement reference to label at %0 and label definition at %2 separated by unterminated block starting at %1"
12618 #~ msgstr "Déclaration DO utilisant une référence à l'étiquette à %0 et la définition d'étiquette à %2 séparés par un bloc non complet débutant à %1"
12620 #~ msgid "Label definition at %0 invalid on this kind of statement"
12621 #~ msgstr "définition d'étiquette à %0 invalide pour ce genre de déclaration"
12623 #~ msgid "Statement at %0 invalid in this context"
12624 #~ msgstr "déclaration à %0 invalide dans ce contexte"
12626 #~ msgid "Statement at %0 invalid in context established by statement at %1"
12627 #~ msgstr "déclaration à %0 invalide dans le contexte établi par la déclaration à %1"
12629 #~ msgid "Statement at %0 must specify construct name specified at %1"
12630 #~ msgstr "Déclaration à %0 doit spécifier un nom de construit spécifié à %1"
12632 #~ msgid "Construct name at %0 superfluous, no construct name specified at %1"
12633 #~ msgstr "Nom de construit à %0 superflue, aucun nom de construit spécifié à %1"
12635 #~ msgid "Construct name at %0 not the same as construct name at %1"
12636 #~ msgstr "Nom de construit à %0 n'est pas le même que celui à %1"
12638 #~ msgid "Construct name at %0 does not match construct name for any containing DO constructs"
12639 #~ msgstr "Nom de construit à %0 ne concorde pas avec un nom de construit contenant des construits DO"
12641 #~ msgid "Label definition missing at %0 for DO construct specifying label at %1"
12642 #~ msgstr "Définition d'étiquette manquante à %0 pour le construit DO spécifiant l'étiquette à %1"
12644 #~ msgid "Statement at %0 follows ELSE block for IF construct at %1"
12645 #~ msgstr "Déclaration à %0 suivant un bloc ELSE pour le construit IF à %1"
12647 #~ msgid "No label definition for FORMAT statement at %0"
12648 #~ msgstr "pas de définition d'étiquette pour la déclaration de FORMAT à %0"
12650 #~ msgid "Second occurrence of ELSE WHERE at %0 within WHERE at %1"
12651 #~ msgstr "Seconde occurente de ELSE WHERE à %0 à l'intérieur du WHERE à %1"
12653 #~ msgid "END statement at %0 missing `%A' keyword required for internal or module procedure(s) bounded by %1"
12654 #~ msgstr "déclaration END à %0 manquante mot clé « %A » requis pour une procédure interne ou un module lié à %1"
12656 #~ msgid "MODULE PROCEDURE statement at %0 disallowed because INTERFACE at %1 specifies no generic name, operator, or assignment"
12657 #~ msgstr "déclaration de MODULE PROCEDURE à %0 non permise parce que l'INTERFACE à %1 ne spécifie pas de nom générique, d'opérateur ou d'affectation"
12659 #~ msgid "BLOCK DATA name at %0 superfluous, no name specified at %1"
12660 #~ msgstr "nom du BLOCK DATA à %0 superflue, aucun nom spécifié à %1"
12662 #~ msgid "Program name at %0 superfluous, no PROGRAM statement specified at %1"
12663 #~ msgstr "nom de programme à %0 superflue, aucune déclaration PROGRAM spécifié à %1"
12665 #~ msgid "Program unit name at %0 not the same as name at %1"
12666 #~ msgstr "nom de l'unité programme à %0 n'est pas le même que le nom à %1"
12668 #~ msgid "Type name at %0 not the same as name at %1"
12669 #~ msgstr "Nom de type à %0 n'est pas le même que le nom à %1"
12671 #~ msgid "End of source file before end of block started at %0"
12672 #~ msgstr "Fin du fichier source avant la fin du bloc débutant à %0"
12674 #~ msgid "Undefined label, first referenced at %0"
12675 #~ msgstr "Étiquette non définie, première référence à %0"
12677 #~ msgid "SAVE statement or attribute at %1 cannot be specified along with SAVE statement or attribute at %0"
12678 #~ msgstr "déclaration SAVE ou attribut à %1 ne peut être spécifiée en même temps avec la déclaration SAVE ou l'attribut à %0"
12680 #~ msgid "PUBLIC or PRIVATE statement at %1 cannot be specified along with PUBLIC or PRIVATE statement at %0"
12681 #~ msgstr "déclaration PUBLIC ou PRIVATE à %1 ne peut être spécifié en même temps avec la déclaration PUBLIC ou PRIVATE à %0"
12683 #~ msgid "RETURN statement at %0 invalid within a main program unit"
12684 #~ msgstr "déclaration RETURN à %0 invalide à l'intérieur de l'unité du programme principal"
12686 #~ msgid "Alternate return specifier at %0 invalid within a main program unit"
12687 #~ msgstr "spécificateur alternatif de retour à %0 invalide à l'intérieur de l'unité du programme principal"
12689 #~ msgid "Alternate return specifier at %0 invalid within a function"
12690 #~ msgstr "spécificateur alternatif de retour à %0 invalide à l'intérieur de la fonction"
12692 #~ msgid "Access specifier or PRIVATE statement at %0 invalid for derived-type definition within other than the specification part of a module"
12693 #~ msgstr "spécificateur d'accès ou déclaration PRIVATE à %0 invalide pour une définition de type dérivé à l'intérieur d'autre chose que la portion de spécification d'un module"
12695 #~ msgid "Access specifier at %0 must immediately follow derived-type statement at %1 with no intervening statements"
12696 #~ msgstr "Spécificateur d'accès à %0 doit suivre immédaitement la déclaration de type dérivé à %1 sans intervention de déclarations"
12698 #~ msgid "No components specified as of %0 for derived-type definition beginning at %1"
12699 #~ msgstr "Aucun composant spécifié tel que %0 pour une définition de type dérivé débutant à %1"
12701 #~ msgid "No components specified as of %0 for structure definition beginning at %1"
12702 #~ msgstr "Aucun composant spécifié tel que %0 pour la définition de structure débutant à %1"
12704 #~ msgid "Missing structure name for outer structure definition at %0"
12705 #~ msgstr "Nom de structure manquant pour la définition de structure externe à %0"
12707 #~ msgid "Field names at %0 for outer structure definition -- specify them in a subsequent RECORD statement instead"
12708 #~ msgstr "Noms de champs à %0 pour la définition externe de structure -- les spécifier dans une déclaration subséquente de déclaration RECORD à la place"
12710 #~ msgid "Missing field name(s) for structure definition at %0 within structure definition at %1"
12711 #~ msgstr "noms de champs manquant pour la définition de strcutreu à %0 à l'intérieur de la définition de structure à %1"
12713 #~ msgid "No components specified as of %0 for map beginning at %1"
12714 #~ msgstr "Aucun composant spécifié tel que %0 pour la map débutant à %1"
12716 #~ msgid "Zero or one maps specified as of %0 for union beginning at %1 -- at least two are required"
12717 #~ msgstr "Aucune ou une map spécifié tel que %0 pour l'union débutant à %1 -- au moins deux sont requises"
12719 #~ msgid "Missing %A specifier in statement at %0"
12720 #~ msgstr "spécificateur %A manquant dans la déclaration à %0"
12722 #~ msgid "Items in I/O list starting at %0 invalid for namelist-directed I/O"
12723 #~ msgstr "Items dans la liste E/S débutant à %0 invalide pour un liste nommé d'E/S dirigées"
12725 #~ msgid "Conflicting I/O control specifications at %0 and %1"
12726 #~ msgstr "spécifications conflictuelles de contrôle d'E/S à %0 et %1"
12728 #~ msgid "No UNIT= specifier in I/O control list at %0"
12729 #~ msgstr "aucun spécificateur UNIT=1 dans la liste de contrôle d'E/S à %0"
12731 #~ msgid "Specification at %0 requires ADVANCE=`NO' specification in same I/O control list"
12732 #~ msgstr "spécification à %0 requiert la spécification ADVANCE=« NO » dans la même liste de contrôel d'E/S"
12734 #~ msgid "Specification at %0 requires explicit FMT= specification in same I/O control list"
12735 #~ msgstr "spécification à %0 requiert la spécification explicite FMT= dans la même liste de contrôel d'E/S"
12737 #~ msgid "Second occurrence of CASE DEFAULT at %0 within SELECT CASE at %1"
12738 #~ msgstr "Seconde occurence du CASE DEFAULT à %0 à l'intéreur de SELECT CASE à %1"
12740 #~ msgid "Duplicate or overlapping case values/ranges at %0 and %1"
12741 #~ msgstr "duplication ou chevauchement des valeurs/plages de case à %0 et %1"
12743 #~ msgid "Type and/or kind-type parameter disagreement between CASE value or value within range at %0 and SELECT CASE at %1"
12744 #~ msgstr "Désaccord du paramètre du Type et/ou type de sorte entre la valeur du CASE ou la valeur à l'intérieur de l'étendue à %0 et le SELECT CASE à %1"
12746 #~ msgid "Range specification at %0 invalid for CASE statement within logical-type SELECT CASE statement"
12747 #~ msgstr "spécification d'étendue à %0 invalide pour la déclaration du CASE à l'intérieur de la déclaration du type logique du SELECT CASE"
12749 #~ msgid "Fortran 90 feature at %0 unsupported"
12750 #~ msgstr "option FORTRAN 90 à %0 non supportée"
12752 #~ msgid "Invalid declaration of or reference to symbol `%A' at %0 [initially seen at %1]"
12753 #~ msgstr "déclaration invalide ou référence au symboe « %A » à %0 [initialement vu à %1]"
12755 #~ msgid "Null element at %0 for array reference at %1"
12756 #~ msgstr "élément nul à %0 pour la référence au tableau à %1"
12758 #~ msgid "Too few elements (%A missing) as of %0 for array reference at %1"
12759 #~ msgstr "Trop peu d'éléments (%A manquant) tel que %0 pour la référence au tableau à %1"
12761 #~ msgid "Too many elements as of %0 for array reference at %1"
12762 #~ msgstr "Trop peu d'éléments tel que %0 pour la référence au tableau à %1"
12764 #~ msgid "Missing colon as of %0 in substring reference for %1"
12765 #~ msgstr "«:» manquant dans %0 dans la sous-chaîne de référence pour %1"
12767 #~ msgid "Invalid use at %0 of substring operator on %1"
12768 #~ msgstr "utilisation invalide à %0 de l'opérateur de sous-chaîne sur %1"
12770 #~ msgid "Substring begin/end point at %0 out of defined range"
12771 #~ msgstr "point begin/end de la sous-chaîne à %0 en dehors de la plage définie"
12773 #~ msgid "Array element value at %0 out of defined range"
12774 #~ msgstr "Valeur de l'élément du tableau à %0 en dehors de la plage définie"
12776 #~ msgid "Expression at %0 has incorrect data type or rank for its context"
12777 #~ msgstr "expression à %0 a un type de données ou un rang incorrect pour son contexte"
12779 #~ msgid "Division by 0 (zero) at %0 (IEEE not yet supported)"
12780 #~ msgstr "division par 0 (zéro) à %0 (IEEE pas encore supporté)"
12782 #~ msgid "%A step count known to be 0 (zero) at %0"
12783 #~ msgstr "valeur du pas %A connu pour être à 0 (zéro) à %0"
12785 #~ msgid "%A end value plus step count known to overflow at %0"
12786 #~ msgstr "valeur finale %A plus la valeur du pas connus pour déborder à %0"
12788 #~ msgid "%A begin, end, and step-count values known to result in implementation-dependent behavior due to overflow(s) in intermediate calculations at %0"
12789 #~ msgstr "valeur de départ, fin et du pas %A connu pour résulter dans un comportement dépendant de l'implantation en raison d'un débordement dans les calculs intermédiaires à %0"
12791 #~ msgid "%A begin, end, and step-count values known to result in no iterations at %0"
12792 #~ msgstr "valeur de départ, fin et du pas %A connus pour ne faire aucune itération à %0"
12794 #~ msgid "Type disagreement between expressions at %0 and %1"
12795 #~ msgstr "désaccord de type entre les expressions à %0 et %1"
12797 #~ msgid "No specification for implied-DO iterator `%A' at %0"
12798 #~ msgstr "aucune spécification pour l'itération DO-implicite « %A » à %0"
12800 #~ msgid "Gratuitous parentheses surround implied-DO construct at %0"
12801 #~ msgstr "parenthèses gratuites entourant le construit DO implicite à %0"
12803 #~ msgid "Zero-size specification invalid at %0"
12804 #~ msgstr "spécification de taille zéro invalide à %0"
12806 #~ msgid "Zero-size array at %0"
12807 #~ msgstr "tableau de taille zéro à %0"
12809 #~ msgid "Target machine does not support complex entity of kind specified at %0"
12810 #~ msgstr "machine cible ne supporte par l'entité complexe de la sorte spécifié à %0"
12812 #~ msgid "Target machine does not support DOUBLE COMPLEX, specified at %0"
12813 #~ msgstr "machine cible ne supporte pas DOUBLE COMPLEX spécifié à %0"
12815 #~ msgid "Attempt to raise constant zero to a power at %0"
12816 #~ msgstr "Tentative d'augmentation d'une constante de valeur zéro à la puissance %0"
12818 #~ msgid "Reference to generic intrinsic `%A' at %0 could be to form %B or %C"
12819 #~ msgstr "référence à un intrinsèque générique « %A » à %0 pourrait être de la forme %B ou %C"
12821 #~ msgid "Ambiguous use of intrinsic `%A' at %0 [info -f g77 M CMPAMBIG]"
12822 #~ msgstr "utilisation ambiquë de l'intrinsèque « %A » à %0 [info -f g77 M CMPAMBIG]"
12824 #~ msgid "Intrinsic `%A' referenced %Bly at %0, %Cly at %1 [info -f g77 M EXPIMP]"
12825 #~ msgstr "intrinsèque « %A » référencé %Bly à %0, %Cly à %1 [info -f g77 M EXPIMP]"
12827 #~ msgid "Same name `%A' used for %B at %0 and %C at %1 [info -f g77 M INTGLOB]"
12828 #~ msgstr "Même nom « %A » utilisé pour %B à %0 et %C à %1 [info -f g77 M INTGLOB]"
12830 #~ msgid "Explicit type declaration for intrinsic `%A' disagrees with invocation at %0"
12831 #~ msgstr "déclaration de type explicite pour l'intrinsèque « %A » en désaccord avec l'invocation à %0"
12833 #~ msgid "Unable to open INCLUDE file `%A' at %0"
12834 #~ msgstr "incapable d'ouvrir le fichier INCLUDE « %A » à %0"
12836 #~ msgid "Null argument at %0 for statement function reference at %1"
12837 #~ msgstr "argument nul à %0 pour la déclaration de la référence de fonction à %1"
12839 #~ msgid "Null argument at %0 for procedure invocation at %1"
12840 #~ msgstr "arguement nul à %0 pour l'invocation de la procédure à %1"
12842 #~ msgid "%A too few arguments (starting with dummy argument `%B') as of %0 for statement function reference at %1"
12843 #~ msgstr "trop peu d'arguments %A (débutant avec l'argument factice « %B ») tel que %0 pour la déclaration de la référence de fonction à %1"
12845 #~ msgid "%A too many arguments as of %0 for statement function reference at %1"
12846 #~ msgstr "trop peu d'arguments %A tel que %0 pour la déclaration de la référence de fonction à %1"
12848 #~ msgid "Array supplied at %1 for dummy argument `%A' in statement function reference at %0"
12849 #~ msgstr "tableau fourni à %1 pour l'argument factice « %A » dans la déclaration de référence de fonction à %0"
12851 #~ msgid "Unsupported FORMAT specifier at %0"
12852 #~ msgstr "spécificateur de FORMAT non supporté à %0"
12854 #~ msgid "Variable-expression FORMAT specifier at %0 -- unsupported"
12855 #~ msgstr "expression variable dans le spécificateur de FORMAT à %0 -- non supportée"
12857 #~ msgid "Unsupported VXT statement at %0"
12858 #~ msgstr "déclaration VXT non supporté à %0"
12860 #~ msgid "Attempt to specify second initial value for `%A' at %0"
12861 #~ msgstr "Tentative de spécifier une seconde valeur initial pour « %A » à %0"
12863 #~ msgid "Too few initial values in list of initializers for `%A' at %0"
12864 #~ msgstr "Trop peu de valeurs initiales dans la liste des initialisations pour « %A » à %0"
12866 #~ msgid "Too many initial values in list of initializers starting at %0"
12867 #~ msgstr "Trop de valeurs initiales dans la liste des initialisations débutant à %0"
12869 #~ msgid "Array or substring specification for `%A' out of range in statement at %0"
12870 #~ msgstr "Tableau ou sous-chaîne de spécification pour « %A » hors limite dans la déclaration à %0"
12872 #~ msgid "Array subscript #%B out of range for initialization of `%A' in statement at %0"
12873 #~ msgstr "souscript de tableau #%B hors limite pour l'initialisation de « %A » dans la déclaration à %0"
12875 #~ msgid "Implied do-loop step count of 0 (zero) for iteration variable `%A' in statement at %0"
12876 #~ msgstr "le pas implicite de la boucle DO a un compte de 0 (zéro) pour la variable itérative « %A » dans la déclaration à %0 "
12878 #~ msgid "Implied do-loop iteration count of 0 (zero) for iteration variable `%A' in statement at %0"
12879 #~ msgstr "le compte implicite de la boucle DO est à 0 (zéro) pour la variable itérative « %A » dans la déclaration à %0 "
12881 #~ msgid "Not an integer constant expression in implied do-loop in statement at %0"
12882 #~ msgstr "N'est pas un entier dans l'expression de la constante dans la déclaration implicite de la boucle DO à %0"
12884 #~ msgid "Attempt to specify second initial value for element of `%A' at %0"
12885 #~ msgstr "Tentative de spécifier une seconde valeur initiale pour l'élément « %A » à %0"
12887 #~ msgid "Attempt to EQUIVALENCE common areas `%A' and `%B' at %0"
12888 #~ msgstr "Tentative de définit une zone commmue par EQUIVALENCE « %A » et « %B » à %0"
12890 #~ msgid "Can't place `%A' as directed by EQUIVALENCE due to alignment restrictions"
12891 #~ msgstr "ne peut insérer « %A » tel que demandé par EQUIVALENCE en raison des restrictions d'alignement"
12893 #~ msgid "Mismatched EQUIVALENCE requirements for placement of `%A' at both %C and %D bytes offset from `%B'"
12894 #~ msgstr "Désaccord des conditions requises par EQUIVALENCE pour l'emplacement de « %A » aux deux décalages d'octets %C et %D à partir de %B"
12896 #~ msgid "Array or substring specification for `%A' out of range in EQUIVALENCE statement"
12897 #~ msgstr "spécification de tableau ou de sous-chaîne pour « %A » est hors limite dans la déclaration EQUIVALENCE"
12899 #~ msgid "Substring of non-CHARACTER entity `%A' in EQUIVALENCE statement"
12900 #~ msgstr "Sous-chaîne de non caractères « %A » dans la déclaration EQUIVALENCE"
12902 #~ msgid "Array reference to scalar variable `%A' in EQUIVALENCE statement"
12903 #~ msgstr "référence de tableau vers une variable scalaire « %A » dans une déclaraion EQUIVALENCE"
12905 #~ msgid "Array subscript #%B out of range for EQUIVALENCE of `%A'"
12906 #~ msgstr "souscript de tableau #%B hors limite pour la déclaration EQUIVALENCE de « %A »"
12908 #~ msgid "Attempt to extend COMMON area beyond its starting point via EQUIVALENCE of `%A'"
12909 #~ msgstr "Tentative d'étendre la zone COMMON au delà de son point de départ via EQUIVALENCE de « %A »"
12911 #~ msgid "Too few elements in reference to array `%A' in EQUIVALENCE statement"
12912 #~ msgstr "Trop peu d'élémens dans la référence au tableau « %A » dans la déclaration d'EQUIVALENCE"
12914 #~ msgid "Too many elements in reference to array `%A' in EQUIVALENCE statement"
12915 #~ msgstr "Trop d'élémens dans la référence au tableau « %A » dans la déclaration d'EQUIVALENCE"
12917 #~ msgid "Mixed CHARACTER and non-CHARACTER types via COMMON/EQUIVALENCE -- for example, `%A' and `%B'"
12918 #~ msgstr "Mélange de type caractère et de non caractère via le COMMON/EQUIVALENCE -- par exemple « %A » et « %B »"
12920 #~ msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
12921 #~ msgstr "valeur retournée « %A » pour FUNCTION à %0 n'est pas référencé dans le sous-programme"
12923 #~ msgid "Common block `%A' is SAVEd, explicitly or implicitly, at %0 but not SAVEd at %1"
12924 #~ msgstr "bloc commun « %A » est sauvegardé, explicitement ou implicitement, à %0 mais non pas %1"
12926 #~ msgid "Common block `%A' is %B %D in length at %0 but %C %E at %1"
12927 #~ msgstr "bloc commun « %A » est %B %D en longueur à %0 mais %C %E à %1"
12929 #~ msgid "Blank common initialized at %0"
12930 #~ msgstr "commun vide initialisé à %0"
12932 #~ msgid "Intrinsic `%A' is passed as actual argument at %0 but not explicitly declared INTRINSIC"
12933 #~ msgstr "intrinsèque « %A » est passé comme argument actuel à %0 mais non pas explicitment déclaré INTRINSIC"
12935 #~ msgid "External procedure `%A' is passed as actual argument at %0 but not explicitly declared EXTERNAL"
12936 #~ msgstr "procédure externe « %A » est pass comme argument actuel à %0 mais non pas déclaré explicitement déclaré EXTERNAL"
12938 #~ msgid "Character `%A' (for example) is upper-case in symbol name at %0"
12939 #~ msgstr "caractère « %A » (par exemple) est en majuscule dans le nom de symbole à %0"
12941 #~ msgid "Character `%A' (for example) is lower-case in symbol name at %0"
12942 #~ msgstr "caractère « %A » (par exemple) est en minuscule dans le nom de symbole à %0"
12944 #~ msgid "Character `%A' not followed at some point by lower-case character in symbol name at %0"
12945 #~ msgstr "caractère « %A » n'est pas suivi par un caractère en minuscule dans le nom de symbole à %0"
12947 #~ msgid "Initial character `%A' is lower-case in symbol name at %0"
12948 #~ msgstr "caractère initial « %A » est en minuscule dans le nom de symbole à %0"
12950 #~ msgid "NAMELIST not adequately supported by run-time library for source files with case preserved"
12951 #~ msgstr "nom de liste n'est pas adéquatement supporté par la bibliothèque d'exécution pour les fichiers source avec une casse préservée"
12953 #~ msgid "Nested %% construct (%%VAL, %%REF, or %%DESCR) at %0"
12954 #~ msgstr "construit %% imbriqué (%%VAL, %%REF ou %%DESCR) à %0"
12956 #~ msgid "Statement at %0 invalid in BLOCK DATA program unit at %1"
12957 #~ msgstr "Déclaration à %0 invalide dans le bloc de donnée de l'unité programme à %1"
12959 #~ msgid "Truncating characters on right side of character constant at %0"
12960 #~ msgstr "troncation de caractères du côté droit de la constante caractères à %0"
12962 #~ msgid "Truncating characters on right side of hollerith constant at %0"
12963 #~ msgstr "troncation de caractères du côté droit de la constante Hollerith à %0"
12965 #~ msgid "Truncating non-zero data on left side of numeric constant at %0"
12966 #~ msgstr "troncation de données non à zéro du côté gauche de la constante numérique à %0"
12968 #~ msgid "Truncating non-zero data on left side of typeless constant at %0"
12969 #~ msgstr "troncation de données non à zéro du côté gauche de la constante sans type à %0"
12971 #~ msgid "Typeless constant at %0 too large"
12972 #~ msgstr "constante sans type à %0 trop grande"
12974 #~ msgid "First-column ampersand continuation at %0"
12975 #~ msgstr "«&» en première colonne de continuation à %0"
12977 #~ msgid "Global name `%A' defined at %0 already defined at %1 [info -f g77 M GLOBALS]"
12978 #~ msgstr "nom global « %A » défini à %0 est déjà défini à %1 [info -f g77 M GLOBALS]"
12980 #~ msgid "Global name `%A' is %B at %0 but is %C at %1 [info -f g77 M GLOBALS]"
12981 #~ msgstr "nom global « %A » est %B à %0 mais est %C à %1 [info -f g77 M GLOBALS]"
12983 #~ msgid "Global name `%A' at %0 has different type at %1 [info -f g77 M GLOBALS]"
12984 #~ msgstr "nom global « %A » à %0 a un type différent à %1 [info -f g77 M GLOBALS]"
12986 #~ msgid "Too %B arguments passed to `%A' at %0 versus definition at %1 [info -f g77 M GLOBALS]"
12987 #~ msgstr "trop %B d'arguments passé à « %A » à %0 par rapport à la définition à %1 [info -f g77 M GLOBALS]"
12989 #~ msgid "Too %B arguments for `%A' at %0 versus invocation at %1 [info -f g77 M GLOBALS]"
12990 #~ msgstr "trop %B d'arguments pour « %A » à %0 par rapport à l'invocation à %1 [info -f g77 M GLOBALS]"
12992 #~ msgid "Argument #%B of `%A' is %C at %0 but is %D at %1 [info -f g77 M GLOBALS]"
12993 #~ msgstr "Argument #%B de « %A » est %C à %0 mais est %D à %1 [info -f g77 M GLOBALS]"
12995 #~ msgid "Array `%A' at %0 is too large to handle"
12996 #~ msgstr "tableau « %A » à %0 est trop grand pour être traité"
12998 #~ msgid "Statement function `%A' defined at %0 is not used"
12999 #~ msgstr "déclaration de fonction « %A » définie à %0 n'est pas utilisée"
13001 #~ msgid "Intrinsic `%A', invoked at %0, known to be non-Y2K-compliant [info -f g77 M Y2KBAD]"
13002 #~ msgstr "Intrinsèque « %A » invoqué à %0 est connu pour ne pas être conforme à l'An 2000 [info -f g77 M Y2KBAD]"
13004 #~ msgid "Internal compiler error -- cannot perform operation"
13005 #~ msgstr "erreur interne du compilateur -- ne peut exécuter l'opération"
13007 #~ msgid "In unknown kind"
13008 #~ msgstr "dans une sorte inconnue"
13010 #~ msgid "In entity"
13011 #~ msgstr "Dans l'entité"
13013 #~ msgid "In function"
13014 #~ msgstr "Dans la fonction"
13016 #~ msgid "In subroutine"
13017 #~ msgstr "Dans la sous-routine"
13019 #~ msgid "In program"
13020 #~ msgstr "Dans le programme"
13022 #~ msgid "In block-data unit"
13023 #~ msgstr "Dans l'unité du bloc de données"
13025 #~ msgid "In common block"
13026 #~ msgstr "Dans le bloc commun"
13028 #~ msgid "In construct"
13029 #~ msgstr "Dans le construit"
13031 #~ msgid "In namelist"
13032 #~ msgstr "Dans la liste de noms"
13034 #~ msgid "In anything"
13035 #~ msgstr "Dans n'importe quoi"
13037 #~ msgid "internal error in check-init: tree code not implemented: %s"
13038 #~ msgstr "erreur interne dans check-init: arbre de code n'est pas implanté: %s"
13040 #~ msgid "%Jfinal field '%D' may not have been initialized"
13041 #~ msgstr "%Jchamp final « %D » peut ne pas avoir été initialisé"
13043 #~ msgid "internal error - too many interface type"
13044 #~ msgstr "erreur interne - trop de type d'interface"
13046 #~ msgid "bad method signature"
13047 #~ msgstr "méthode de signature erronée"
13049 #~ msgid "misplaced ConstantValue attribute (not in any field)"
13050 #~ msgstr "attribut ConstantValue mal positionné (n'est dans aucun champ)"
13052 #~ msgid "duplicate ConstantValue attribute for field '%s'"
13053 #~ msgstr "duplication de l'attribut ConstanValue pour le champ « %s »"
13055 #~ msgid "ConstantValue attribute of field '%s' has wrong type"
13056 #~ msgstr "attribut ConstanValue du champ « %s » a un type erroné"
13058 #~ msgid "field '%s' not found in class"
13059 #~ msgstr "champ « %s » n'a pas été repéré dans la classe"
13061 #~ msgid "%Jabstract method in non-abstract class"
13062 #~ msgstr "%Jméthode abstraite dans une classe non abstraite"
13064 #~ msgid "%Jnon-static method '%D' overrides static method"
13065 #~ msgstr "%Jméthode non statique « %D » écrase la méthode statique"
13067 #~ msgid "%J'%D' used prior to declaration"
13068 #~ msgstr "%J« %D » utilisé précédemment avant sa déclaration"
13070 #~ msgid "declaration of `%s' shadows a parameter"
13071 #~ msgstr "la déclaration de « %s » masque un paramètre"
13073 #~ msgid "declaration of `%s' shadows a symbol from the parameter list"
13074 #~ msgstr "la déclaration de « %s » masque un symbole de la liste des paramètres"
13076 #~ msgid "%Jlabel '%D' used but not defined"
13077 #~ msgstr "%Jétiquette « %D » utilisée mais non définie"
13079 #~ msgid "%Jlabel '%D' defined but not used"
13080 #~ msgstr "%Jétiquette « %D » définie mais non utilisée"
13082 #~ msgid "%JIn %D: overlapped variable and exception ranges at %d"
13083 #~ msgstr "%JDans %D: chevauchement de variable et plage d'exception à %d"
13085 #~ msgid "bad type in parameter debug info"
13086 #~ msgstr "type erroné dans les paramètres d'informations de mise au point"
13088 #~ msgid "%Jbad PC range for debug info for local '%D'"
13089 #~ msgstr "%Jplage PC erroné pour les infos de débug pour la var. locale « %D »"
13091 #~ msgid "stack underflow - dup* operation"
13092 #~ msgstr "sous débordement de la pile - opération dup*"
13094 #~ msgid "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
13095 #~ msgstr "référence « %s » est ambigue: apparaît dans l'interface « %s » et l'interface « %s »"
13097 #~ msgid "field `%s' not found"
13098 #~ msgstr "champ « %s » n'a pas été trouvé"
13100 #~ msgid "ret instruction not implemented"
13101 #~ msgstr "instruction ret n'est pas implantée"
13103 #~ msgid "method '%s' not found in class"
13104 #~ msgstr "méthode « %s » n'a pas été repéré dans la classe"
13106 #~ msgid "failed to find class '%s'"
13107 #~ msgstr "échec de repérage de la classe « %s »"
13109 #~ msgid "class '%s' has no method named '%s' matching signature '%s'"
13110 #~ msgstr "classe « %s » n'a pas de méthode nommée « %s » concordant avec la signature « %s »"
13112 #~ msgid "invokestatic on non static method"
13113 #~ msgstr "invocation statique sur un méthode non statique"
13115 #~ msgid "invokestatic on abstract method"
13116 #~ msgstr "invocation statique sur un méthode abstraite"
13118 #~ msgid "invoke[non-static] on static method"
13119 #~ msgstr "invocation non statique sur un méthode statique"
13121 #~ msgid "missing field '%s' in '%s'"
13122 #~ msgstr "champ « %s » manquant dans « %s »"
13124 #~ msgid "mismatching signature for field '%s' in '%s'"
13125 #~ msgstr "aignature ne concorde pas pour le champ « %s » dans « %s »"
13127 #~ msgid "%Jassignment to final field '%D' not in field's class"
13128 #~ msgstr "%Jaffectation au champ final « %D » n'est pas le champ de la classe"
13130 #~ msgid "%Jassignment to final static field `%D' not in class initializer"
13131 #~ msgstr "%Jaffectation au champ statique final « %D » n'est pas dans l'initialiseur de la classe"
13133 #~ msgid "%Jassignment to final field '%D' not in constructor"
13134 #~ msgstr "%Jaffectation au champ final « %D » n'est pas dans le constructeur"
13136 #~ msgid "can't expand %s"
13137 #~ msgstr "ne peut faire l'expansion de %s"
13139 #~ msgid "invalid PC in line number table"
13140 #~ msgstr "PC invalide dans la numéro de ligne de la table"
13142 #~ msgid "unreachable bytecode from %d to before %d"
13143 #~ msgstr "bytcode n'est pas atteignable à partir de %d jusqu'à %d"
13145 #~ msgid "unreachable bytecode from %d to the end of the method"
13146 #~ msgstr "bytcode n'est pas atteignable à partir de %d jusqu'à la fin de la méthode."
13148 #~ msgid "unrecogized wide sub-instruction"
13149 #~ msgstr "sous-instruction très large non reconnue"
13151 #~ msgid "source file for class `%s' is newer than its matching class file. Source file `%s' used instead"
13152 #~ msgstr "fichier source de la classe « %s » est plus récent que son fichier de classe concordant. Fichier source « %s » utilisé à la place."
13154 #~ msgid "bad string constant"
13155 #~ msgstr "constante chaîne erronée"
13157 #~ msgid "bad value constant type %d, index %d"
13158 #~ msgstr "valeur %d de type de constante erronée, index %d"
13160 #~ msgid "can't reopen %s: %m"
13161 #~ msgstr "ne peut ré-ouvrir %s: %m"
13163 #~ msgid "can't close %s: %m"
13164 #~ msgstr "ne peut fermer %s: %m"
13166 #~ msgid "cannot find file for class %s"
13167 #~ msgstr "ne peut repérer le fichier pour la classe %s."
13169 #~ msgid "not a valid Java .class file"
13170 #~ msgstr "n'est pas un fichier Java .class valide"
13172 #~ msgid "error while parsing constant pool"
13173 #~ msgstr "error lors de l'analyse syntaxique du lots de constantes"
13175 #~ msgid "error in constant pool entry #%d\n"
13176 #~ msgstr "erreur dans l'entrée #%d du lot de constantes\n"
13178 #~ msgid "reading class %s for the second time from %s"
13179 #~ msgstr "lecture de la classe %s pour la seconde fois depuis %s"
13181 #~ msgid "error while parsing fields"
13182 #~ msgstr "erreur lors de l'analyse syntaxique des champs"
13184 #~ msgid "error while parsing methods"
13185 #~ msgstr "erreur lors de l'analyse syntaxique des méthodes"
13187 #~ msgid "error while parsing final attributes"
13188 #~ msgstr "erreur lors de l'analyse syntaxique des attributs"
13190 #~ msgid "the `java.lang.Object' that was found in `%s' didn't have the special zero-length `gnu.gcj.gcj-compiled' attribute. This generally means that your classpath is incorrectly set. Use `info gcj \"Input Options\"' to see the info page describing how to set the classpath"
13191 #~ msgstr "« java.lang.Object» qui a été repéré dans « %s » n'avait pas l'attribut spécial de longueur zéro «gnu.gcj.gcj-compiled». Cela généralement signifie que le chemin d'accès aux classes est incorrectement initialisé. Utiliser «info gcj \"Input Options\" » pour accéder aux informations décrivant comment initialiser le chemin d'accès des classes."
13193 #~ msgid "missing Code attribute"
13194 #~ msgstr "attribut Code manquant"
13196 #~ msgid "%Hsource file seen twice on command line and will be compiled only once"
13197 #~ msgstr "%Hfichier source vu deux fois sur la ligne de commande et ne sera compilé une seule fois"
13199 #~ msgid "no input file specified"
13200 #~ msgstr "aucun fichier n'a été spécifié à l'entrée"
13202 #~ msgid "can't close input file %s: %m"
13203 #~ msgstr "ne peut fermer le fichier d'entrée %s: %m"
13205 #~ msgid "bad zip/jar file %s"
13206 #~ msgstr "fichier zip/jar erroné %s"
13208 #~ msgid "error while reading %s from zip file"
13209 #~ msgstr "erreur lors de la lecture de %s à partir du fichier zip"
13211 #~ msgid "internal error in generate_bytecode_insn - tree code not implemented: %s"
13212 #~ msgstr "erreur interne dans generate_bytecode_insn - arbre de code n'est pas implanté: %s"
13214 #~ msgid "field initializer type mismatch"
13215 #~ msgstr "type de initialiseur du champ ne concorde pas"
13217 #~ msgid "can't create directory %s: %m"
13218 #~ msgstr "ne peut créer le répertoire %s: %m"
13220 #~ msgid "can't create %s: %m"
13221 #~ msgstr "ne peut créer %s: %m"
13223 #~ msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
13224 #~ msgstr "seule une des options «--print-main», «--list-class» et «--complexity» est permise"
13226 #~ msgid "can't open output file `%s'"
13227 #~ msgstr "ne peut ouvrir le fichier de sortie « %s »"
13229 #~ msgid "file not found `%s'"
13230 #~ msgstr "fichier non repéré « %s »"
13232 #~ msgid "can't specify `-D' without `--main'\n"
13233 #~ msgstr "ne peut spécifier «-D» sans «--main»\n"
13235 #~ msgid "`%s' is not a valid class name"
13236 #~ msgstr "« %s » n'est pas un nom de classe valide"
13238 #~ msgid "--resource requires -o"
13239 #~ msgstr "--resource requiert -o"
13241 #~ msgid "warning: already-compiled .class files ignored with -C"
13242 #~ msgstr "AVERTISSEMENT: fichiers .class déjà compilés ignorés avec -C"
13244 #~ msgid "cannot specify both -C and -o"
13245 #~ msgstr "ne peut spécéfier à la fois -C et -o"
13247 #~ msgid "cannot create temporary file"
13248 #~ msgstr "ne peut créer un fichier temporaire"
13250 #~ msgid "using both @FILE with multiple files not implemented"
13251 #~ msgstr "utilisé ensemble @FICHIER avec de multiples fichiers bMest pas implanté"
13253 #~ msgid "cannot specify `main' class when not linking"
13254 #~ msgstr "ne peut spécifier la classe « main » lorsqu'il n'y a pas d'édition de liens"
13256 #~ msgid "can't do dependency tracking with input from stdin"
13257 #~ msgstr "ne peut faire le tracking de dépendance avec l'entrée à partir de stdin"
13259 #~ msgid "couldn't determine target name for dependency tracking"
13260 #~ msgstr "ne peut déterminer le nom de la cible pour le tracking de dépendance"
13263 #~ "unknown encoding: `%s'\n"
13264 #~ "This might mean that your locale's encoding is not supported\n"
13265 #~ "by your system's iconv(3) implementation. If you aren't trying\n"
13266 #~ "to use a particular encoding for your input file, try the\n"
13267 #~ "`--encoding=UTF-8' option"
13269 #~ "encodage inconnu: « %s »\n"
13270 #~ "Cela signifie que votre encodage local n'est pas supporté\n"
13271 #~ "par l'implantation iconv(3) sur votre système. Si vous n'essayez pas\n"
13272 #~ "d'utiliser un encodage particulier pour votre fichier d'entrée, essayer\n"
13273 #~ "l'option «--encoding=UTF-8»."
13275 #~ msgid "can't mangle %s"
13276 #~ msgstr "ne peut mutiler %s"
13278 #~ msgid "internal error - invalid Utf8 name"
13279 #~ msgstr "erreur interne - nom Utf8 invalide"
13281 #~ msgid "Missing term"
13282 #~ msgstr "Terme manquant"
13284 #~ msgid "';' expected"
13285 #~ msgstr "«;» attendu"
13287 #~ msgid "Missing name"
13288 #~ msgstr "Nom manquant"
13290 #~ msgid "'*' expected"
13291 #~ msgstr "« * » attendu"
13293 #~ msgid "Class or interface declaration expected"
13294 #~ msgstr "Déclaration de classe ou d'interface attendue"
13296 #~ msgid "Missing class name"
13297 #~ msgstr "Nom de classe manquant"
13299 #~ msgid "'{' expected"
13300 #~ msgstr "«{» attendu"
13302 #~ msgid "Missing super class name"
13303 #~ msgstr "Nom de super classe manquant"
13305 #~ msgid "Missing interface name"
13306 #~ msgstr "Nom d'interface manquant"
13308 #~ msgid "Missing variable initializer"
13309 #~ msgstr "Initialiseur de variable manquant"
13311 #~ msgid "Invalid declaration"
13312 #~ msgstr "Déclaration invalide"
13314 #~ msgid "']' expected"
13315 #~ msgstr "«]» attendu"
13317 #~ msgid "Unbalanced ']'"
13318 #~ msgstr "«]» non pairé"
13320 #~ msgid "Invalid method declaration, method name required"
13321 #~ msgstr "Déclaration de méthode invalide, nom de méthode requis"
13323 #~ msgid "Identifier expected"
13324 #~ msgstr "Identificateur attendu"
13326 #~ msgid "Invalid method declaration, return type required"
13327 #~ msgstr "Déclaration de méthode invalide, type retourné requis"
13329 #~ msgid "')' expected"
13330 #~ msgstr "«)» attendu"
13332 #~ msgid "Missing formal parameter term"
13333 #~ msgstr "Paramètre term formel manquant"
13335 #~ msgid "Missing identifier"
13336 #~ msgstr "Identificateur manquant"
13338 #~ msgid "Missing class type term"
13339 #~ msgstr "Type term de classe manquant"
13341 #~ msgid "Invalid interface type"
13342 #~ msgstr "Type d'interface invalide"
13344 #~ msgid "':' expected"
13345 #~ msgstr "«:» attendu"
13347 #~ msgid "Invalid expression statement"
13348 #~ msgstr "Déclaration d'expression invalide"
13350 #~ msgid "'(' expected"
13351 #~ msgstr "«(» attendu"
13353 #~ msgid "Missing term or ')'"
13354 #~ msgstr "Terme manquant ou «)»"
13356 #~ msgid "Missing or invalid constant expression"
13357 #~ msgstr "Expresion de constante manquante ou invalide"
13359 #~ msgid "Missing term and ')' expected"
13360 #~ msgstr "Terme manquant et «)» attendus"
13362 #~ msgid "Invalid control expression"
13363 #~ msgstr "Expression de contrôle invalide"
13365 #~ msgid "Invalid update expression"
13366 #~ msgstr "Expression de mise à jour invalide"
13368 #~ msgid "Invalid init statement"
13369 #~ msgstr "Déclaration init invalide"
13371 #~ msgid "Missing term or ')' expected"
13372 #~ msgstr "Terme manquant ou «)» attendu"
13374 #~ msgid "'class' or 'this' expected"
13375 #~ msgstr "« class» ou «ceci » attendu"
13377 #~ msgid "'class' expected"
13378 #~ msgstr "« class » attendu"
13380 #~ msgid "')' or term expected"
13381 #~ msgstr "«)» or terme attendu"
13383 #~ msgid "'[' expected"
13384 #~ msgstr "«[» attendu"
13386 #~ msgid "Field expected"
13387 #~ msgstr "Champ attendu"
13389 #~ msgid "Missing term and ']' expected"
13390 #~ msgstr "Terme manquant et «]» attendu"
13392 #~ msgid "']' expected, invalid type expression"
13393 #~ msgstr "«]» attendu, type d'expression invalide"
13395 #~ msgid "Invalid type expression"
13396 #~ msgstr "Type d'expression invalide"
13398 #~ msgid "Invalid reference type"
13399 #~ msgstr "Type de référence invalide"
13401 #~ msgid "Constructor invocation must be first thing in a constructor"
13402 #~ msgstr "L'invaocation d'un constructeur doit être la première chose dans un constructeur"
13404 #~ msgid "Only constructors can invoke constructors"
13405 #~ msgstr "Seuls les constructeurs peuvent invoquer des constructeurs"
13407 #~ msgid ": `%s' JDK1.1(TM) feature"
13408 #~ msgstr ": « %s » option JDK1.1(TM)"
13417 #~ msgid "malformed .zip archive in CLASSPATH: %s"
13418 #~ msgstr "archive .zip mal composée dans CLASSPATH: %s"
13420 #~ msgid "Can't find default package `%s'. Check the CLASSPATH environment variable and the access to the archives"
13421 #~ msgstr "ne peut repérer le package par défaut « %s ». Vérifier la variable d'environnement CLASSPATH et l'accès aux archives."
13423 #~ msgid "missing static field `%s'"
13424 #~ msgstr "champ statique manquant « %s »"
13426 #~ msgid "not a static field `%s'"
13427 #~ msgstr "n'est pas un champ statique « %s »"
13429 #~ msgid "No case for %s"
13430 #~ msgstr "Oas de case pour %s"
13432 #~ msgid "unregistered operator %s"
13433 #~ msgstr "opérator %s non enregistré"
13435 #~ msgid "junk at end of signature string"
13436 #~ msgstr "rebut à la fin de la chaîne de signature"
13438 #~ msgid "bad pc in exception_table"
13439 #~ msgstr "PC erroné dans exception_table"
13441 #~ msgid "unknown opcode %d@pc=%d during verification"
13442 #~ msgstr "code-op inconnu %d@pc=%d durant la vérification"
13444 #~ msgid "verification error at PC=%d"
13445 #~ msgstr "erreur de vérification au PC=%d"
13447 #~ msgid "object does not conform to the `%s' protocol"
13448 #~ msgstr "objet n'est pas conforme au protocole « %s »"
13450 #~ msgid "class `%s' does not implement the `%s' protocol"
13451 #~ msgstr "classe « %s » n'implante pas le protocole « %s »"
13453 #~ msgid "statically allocated instance of Objective-C class `%s'"
13454 #~ msgstr "instance allouée de manière statique de la classe Objective-C « %s »"
13456 #~ msgid "unexpected type for `id' (%s)"
13457 #~ msgstr "type inattendu pour « id » (%s)"
13459 #~ msgid "undefined type `id', please import <objc/objc.h>"
13460 #~ msgstr "type « id » indéfini, SVP importer <objc/objc.h>"
13462 #~ msgid "protocol `%s' has circular dependency"
13463 #~ msgstr "le protocole « %s » a une dépendance circulaire"
13465 #~ msgid "cannot find protocol declaration for `%s'"
13466 #~ msgstr "ne peut repérer la déclaration de protocole pour « %s »"
13468 #~ msgid "cannot find interface declaration for `%s'"
13469 #~ msgstr "ne peut repérer la déclaration d'interface pour « %s »"
13471 #~ msgid "interface `%s' does not have valid constant string layout"
13472 #~ msgstr "interface « %s » n'a pas une organisation valide de chaînes de constantes"
13474 #~ msgid "cannot find reference tag for class `%s'"
13475 #~ msgstr "ne peut repérer la référence pour l'étiquette de classe %s."
13477 #~ msgid "creating selector for non existant method %s"
13478 #~ msgstr "création du sélection pour une méthode inexistente %s"
13480 #~ msgid "`%s' is not an Objective-C class name or alias"
13481 #~ msgstr "« %s » n'est pas une classe Objective-C ou un alias"
13483 #~ msgid "Objective-C declarations may only appear in global scope"
13484 #~ msgstr "déclarations Objective-C peut seulement apparaître dans l'étendue globale"
13486 #~ msgid "cannot find class `%s'"
13487 #~ msgstr "ne peut repérer la classe « %s »"
13489 #~ msgid "class `%s' already exists"
13490 #~ msgstr "classe « %s » existe déjà"
13492 #~ msgid "`%s' redeclared as different kind of symbol"
13493 #~ msgstr "« %s » redéclaré comme une autre sorte de symbole"
13495 #~ msgid "cannot find interface declaration for `%s', superclass of `%s'"
13496 #~ msgstr "ne peut repérer une déclaration d'interface pour « %s », super classe de « %s »"
13498 #~ msgid "circular inheritance in interface declaration for `%s'"
13499 #~ msgstr "héritage circulaire dans la déclaration de l'interface pour « %s »"
13501 #~ msgid "Use `-fobjc-exceptions' to enable Objective-C exception syntax"
13502 #~ msgstr "Utiliser « -fobjc-exceptions » pour autoriser la syntaxe d'exception d'Objective-C"
13504 #~ msgid "`@throw;' (rethrow) used outside of a `@catch' block"
13505 #~ msgstr "« @throw; » (rethrow) utilisé en dehors d'un bloc « @catch »"
13507 #~ msgid "`@catch' parameter is not a known Objective-C class type"
13508 #~ msgstr "paramètre « @catch » n'est pas connu comme un type de classe Objective-C"
13510 #~ msgid "Exception already handled by preceding `@catch(id)'"
13511 #~ msgstr "Exception est déjà traité par le précédent « @catch(id) »"
13513 #~ msgid "Exception of type `%s *' already handled by `@catch (%s *)'"
13514 #~ msgstr "exception du type « %s * » est déjà traitée par « @catch (%s *) »"
13516 #~ msgid "`@try' without `@catch' or `@finally'"
13517 #~ msgstr "« @try » sans « @catch » ou « @finally »"
13519 #~ msgid "%Jtype '%D' does not have a known size"
13520 #~ msgstr "%Jtype « %D » n'a pas de taille connue"
13522 #~ msgid "%J%s `%s'"
13523 #~ msgstr "%J%s « %s »"
13525 #~ msgid "inconsistent instance variable specification"
13526 #~ msgstr "spécification inconsistente avec l'instance de la vairable"
13528 #~ msgid "can not use an object as parameter to a method\n"
13529 #~ msgstr "ne peut utiliser un objet comme paramètre à une méthode\n"
13531 #~ msgid "multiple %s named `%c%s' found"
13532 #~ msgstr "multiples %s nommés « %c%s » repérés"
13534 #~ msgid "no super class declared in @interface for `%s'"
13535 #~ msgstr "pas de super classe déclarée dans @nterface pour « %s »"
13537 #~ msgid "invalid receiver type `%s'"
13538 #~ msgstr "type du receveur invalide « %s »"
13540 #~ msgid "`%s' may not respond to `%c%s'"
13541 #~ msgstr "« %s » peut ne pas répondre à « %c%s »"
13543 #~ msgid "`%c%s' not implemented by protocol(s)"
13544 #~ msgstr "« %c%s » n'est pas implantée dans le protocole"
13546 #~ msgid "(Messages without a matching method signature"
13547 #~ msgstr "(Messages sans une méthode concordante de signature"
13549 #~ msgid "will be assumed to return `id' and accept"
13550 #~ msgstr "sera assumé pour retourner « id » et accepter"
13552 #~ msgid "`...' as arguments.)"
13553 #~ msgstr " « ... » comme argument.)"
13555 #~ msgid "undeclared selector `%s'"
13556 #~ msgstr "sélecteur « %s » non déclaré"
13558 #~ msgid "instance variable `%s' accessed in class method"
13559 #~ msgstr "instance « %s » de la variable accédé par la méthode de classe"
13561 #~ msgid "duplicate declaration of method `%c%s'"
13562 #~ msgstr "duplication de déclaration de la méthode « %c%s »"
13564 #~ msgid "duplicate interface declaration for category `%s(%s)'"
13565 #~ msgstr "duplication de déclaration d'interface pour la catégorie « %s(%s) »"
13567 #~ msgid "illegal reference type specified for instance variable `%s'"
13568 #~ msgstr "type deréférence spécifié illégal pour l'instance de variable « %s »"
13570 #~ msgid "instance variable `%s' has unknown size"
13571 #~ msgstr "instance de la variable « %s » a une taille inconnue"
13573 #~ msgid "type `%s' has virtual member functions"
13574 #~ msgstr "type « %s » a des membres de fonction virtuelle"
13576 #~ msgid "illegal aggregate type `%s' specified for instance variable `%s'"
13577 #~ msgstr "type d'aggrégat illégal « %s » spécifié pour l'instance de la variable « %s »"
13579 #~ msgid "type `%s' has a user-defined constructor"
13580 #~ msgstr "type « %s » a un constructeur défini par l'usager"
13582 #~ msgid "type `%s' has a user-defined destructor"
13583 #~ msgstr "type « %s » a un destructeur défini par l'usager"
13585 #~ msgid "C++ constructors and destructors will not be invoked for Objective-C fields"
13586 #~ msgstr "constructeurs et destructeurs C++ ne seront pas invoqués pour les champs en Objective-C"
13588 #~ msgid "instance variable `%s' is declared private"
13589 #~ msgstr "instance de la variable « %s » est déclaré privée"
13591 #~ msgid "instance variable `%s' is %s; this will be a hard error in the future"
13592 #~ msgstr "instance de la variable « %s » est %s; cela déclenchera une erreur dure dans le futur"
13594 #~ msgid "instance variable `%s' is declared %s"
13595 #~ msgstr "instance de la variable « %s » est déclaré %s"
13597 #~ msgid "static access to object of type `id'"
13598 #~ msgstr "accès statique à un objket de type « id »"
13600 #~ msgid "incomplete implementation of class `%s'"
13601 #~ msgstr "implantation incomplète de la classe « %s »"
13603 #~ msgid "incomplete implementation of category `%s'"
13604 #~ msgstr "implantation incomplète de la catégorie « %s »"
13606 #~ msgid "method definition for `%c%s' not found"
13607 #~ msgstr "définition de la méthode pour « %c%s » n'a pas été repérée"
13609 #~ msgid "%s `%s' does not fully implement the `%s' protocol"
13610 #~ msgstr "%s « %s » n'implante pas complètement le protocole « %s »"
13612 #~ msgid "`@end' missing in implementation context"
13613 #~ msgstr "«@end» manquant dans l'implantation du contexte"
13615 #~ msgid "reimplementation of class `%s'"
13616 #~ msgstr "ré-implantation de la classe « %s »"
13618 #~ msgid "conflicting super class name `%s'"
13619 #~ msgstr "nom de super classe « %s » est conflictuel"
13621 #~ msgid "previous declaration of `%s'"
13622 #~ msgstr "déclaration précédente de « %s »"
13624 #~ msgid "duplicate interface declaration for class `%s'"
13625 #~ msgstr "double déclaration d'interface pour la classe « %s »"
13627 #~ msgid "duplicate declaration for protocol `%s'"
13628 #~ msgstr "double déclaration pour le protocole « %s »"
13630 #~ msgid "%J%s `%c%s'"
13631 #~ msgstr "%J%s « %c%s »"
13633 #~ msgid "no super class declared in interface for `%s'"
13634 #~ msgstr "pas de super classe déclarée dans l'interface pour « %s »"
13636 #~ msgid "[super ...] must appear in a method context"
13637 #~ msgstr "[super ...] doit apparaître dans une méthode du contexte"
13639 #~ msgid "`@end' must appear in an implementation context"
13640 #~ msgstr "«@end» doit appraître dans un contaxte d'implantation"
13642 #~ msgid "method definition not in class context"
13643 #~ msgstr "méthode de définition n'est pas dans un contexte de classe"
13645 #~ msgid "Display this information"
13646 #~ msgstr "afficher l'aide-mémoire"
13648 #~ msgid "--param <param>=<value>\tSet paramter <param> to value. See below for a complete list of parameters"
13649 #~ msgstr "--param <paramètre>=<valeur>\tinitialiser le <paramètre> avec la valeur. Voir ci-bas pour la liste complète des paramètres"
13651 #~ msgid "-A<question>=<answer>\tAssert the <answer> to <question>. Putting '-' before <question> disables the <answer> to <question>"
13652 #~ msgstr "-A<question>=<réponse>\tassocier la <réponse> à la <question>. Placer « - » devant la <question> désactive la <réponse> à la <question>"
13654 #~ msgid "Do not discard comments"
13655 #~ msgstr "Ne pas éliminer les commentaires"
13657 #~ msgid "Do not discard comments in macro expansions"
13658 #~ msgstr "Ne pas éliminer les commentaires dans les expansions macro"
13660 #~ msgid "-D<macro>[=<val>]\tDefine a <macro> with <val> as its value. If just <macro> is given, <val> is taken to be 1"
13661 #~ msgstr "-D<macro>[=<valeur>]\tdéfinir le <macro> avec la <valeur>. Si seul le <macro> est fourni, <valeur> vaut 1 par défaut"
13663 #~ msgid "-G<number>\tPut global and static data smaller than <number> bytes into a special section (on some targets)"
13665 #~ " -G <nombre> placer les données globales et statiques plus\n"
13666 #~ " petites que <nombre> d'octets dans une section\n"
13667 #~ " spéciale (sur certaines cibles)"
13669 #~ msgid "Print the name of header files as they are used"
13670 #~ msgstr "Afficher les noms des en-têtes de fichiers tel qu'ils sont utilisés"
13672 #~ msgid "-I <dir>\tAdd <dir> to the end of the main include path. -I- gives more include path control; see info documentation"
13673 #~ msgstr "-I <rép>\tajouter <rép> à la fin du chemin principal d'inclusion. -I- donne plus de contrôle sur le chemin d'inclusion; voir la documentation info"
13675 #~ msgid "Generate make dependencies"
13676 #~ msgstr "Générer les dépendances pour make"
13678 #~ msgid "Generate make dependencies and compile"
13679 #~ msgstr "Générer les dépendances pour make et compiler"
13681 #~ msgid "-MF <file>\tWrite dependency output to the given file"
13682 #~ msgstr "-MF <fichier>\técrire les dépendances en sortie dans le fichier fourni"
13684 #~ msgid "Treat missing header files as generated files"
13685 #~ msgstr "Traiter les en-têtes manquantes de fichiers comme des fichiers générés"
13687 #~ msgid "Like -M but ignore system header files"
13688 #~ msgstr "Identique à -M mais ignore les en-têtes de fichiers système"
13690 #~ msgid "Like -MD but ignore system header files"
13691 #~ msgstr "Identique à -MD mais ignore les en-têtes de fichiers système"
13693 #~ msgid "Generate phony targets for all headers"
13694 #~ msgstr "Générer les cibles bidons pour toutes les en-têtes"
13696 #~ msgid "-MQ <target>\tAdd a MAKE-quoted target"
13697 #~ msgstr "-MQ <cible>\tajouter MAKE-quoted cible"
13699 #~ msgid "-MT <target>\tAdd an unquoted target"
13700 #~ msgstr "-MT <cible>\tajouter une cible sans quote"
13702 #~ msgid "-O<number>\tSet optimization level to <number>"
13703 #~ msgstr "-O<nombre>\tutiliser le niveau d'optimisation <nombre>"
13705 #~ msgid "Optimize for space rather than speed"
13706 #~ msgstr "Optimiser l'utilisation de l'espace plutôt que la vitesse"
13708 #~ msgid "Do not generate #line directives"
13709 #~ msgstr "Ne pas générer de directives #line"
13711 #~ msgid "-U<macro>\tUndefine <macro>"
13712 #~ msgstr "-U<macro>\tabandonner la définition <macro>"
13714 #~ msgid "This switch is deprecated; use -Wextra instead"
13715 #~ msgstr "Cette option est obsolète; utiliser -Wextra à la place"
13717 #~ msgid "Warn about returning structures, unions or arrays"
13718 #~ msgstr "Avertir à propos de structures retournés, unions ou tableaux"
13720 #~ msgid "Enable most warning messages"
13721 #~ msgstr "Autoriser la plupart des messages d'avertissement"
13723 #~ msgid "Warn about casting functions to incompatible types"
13724 #~ msgstr "Avertir à propos des fonctions de transtypage avec des types incompatibles"
13726 #~ msgid "Warn about pointer casts which increase alignment"
13727 #~ msgstr "Avertir à propos des pointeurs convertis lesquels augment l'alignement"
13729 #~ msgid "Warn about casts which discard qualifiers"
13730 #~ msgstr "Avertir à propos des transtypage qui écartent les qualificateurs"
13732 #~ msgid "Warn about subscripts whose type is \"char\""
13733 #~ msgstr "Avertir à propos des souscripts dont le type est \"char\""
13735 #~ msgid "Warn about possibly nested block comments, and C++ comments spanning more than one physical line"
13736 #~ msgstr "Avertir à propos des blocs de commentaires imbriqués et les commentaires C++ qui s'étendent sur plus d'une ligne physique"
13738 #~ msgid "Synonym for -Wcomment"
13739 #~ msgstr "Synonyme pour -Wcommentaire"
13741 #~ msgid "Warn about possibly confusing type conversions"
13742 #~ msgstr "Avertir à propos des conversion confuses de types"
13744 #~ msgid "Warn when all constructors and destructors are private"
13745 #~ msgstr "Avertir lorsque tous les constructeurs et destructeurs sont privés"
13747 #~ msgid "Warn when a declaration is found after a statement"
13748 #~ msgstr "Avertir lorsqu'une déclaration est spécifiée après une déclaration"
13750 #~ msgid "Warn about deprecated compiler features"
13751 #~ msgstr "Avertir à propose de la dépréciation des options du compilateur"
13753 #~ msgid "Warn about uses of __attribute__((deprecated)) declarations"
13754 #~ msgstr "Avertir à propos de l'utilisation des déclarations « __attribute__ ((deprecated)) »"
13756 #~ msgid "Warn when an optimization pass is disabled"
13757 #~ msgstr "Avertir lorsque la passe d'optimisation est désactivée"
13759 #~ msgid "Warn about compile-time integer division by zero"
13760 #~ msgstr "Avertir au sujet de la division entière par zéro au moment de la compilation"
13762 #~ msgid "Warn about violations of Effective C++ style rules"
13763 #~ msgstr "Avertir à propos des violations des règles de style de Effective C++"
13765 #~ msgid "Warn about stray tokens after #elif and #endif"
13766 #~ msgstr "Avertir à propos des jetons perdus après #elif et #endif"
13768 #~ msgid "Treat all warnings as errors"
13769 #~ msgstr "Traiter tous les avertissements commes des erreurs"
13771 #~ msgid "Make implicit function declarations an error"
13772 #~ msgstr "Faire une erreur lors de déclaration de fonctions implicites"
13774 #~ msgid "Print extra (possibly unwanted) warnings"
13775 #~ msgstr "Afficher des avertissements superflus (possiblement non désirés)"
13777 #~ msgid "Warn if testing floating point numbers for equality"
13778 #~ msgstr "Avertir à propos des tests d'égalité sur des nombres flottants"
13780 #~ msgid "Warn about printf/scanf/strftime/strfmon format string anomalies"
13781 #~ msgstr "Avertir à propos des anomalies de format de chaînes pour printf/scanf/strftime/strfmon"
13783 #~ msgid "Warn if passing too many arguments to a function for its format string"
13784 #~ msgstr "Avertir lorsqu'il y a trop de passage d'arguments à une fonction pour le format de ses chaînes"
13786 #~ msgid "Warn about format strings that are not literals"
13787 #~ msgstr "Avertir à propos des chaînes de format qui n'ont pas de litérals"
13789 #~ msgid "Warn about possible security problems with format functions"
13790 #~ msgstr "Avertir à propos des problèmes possibles de sécurité avec les formats de fonction"
13792 #~ msgid "Warn about strftime formats yielding 2-digit years"
13793 #~ msgstr "Avertir à propos des formats strftime ne laissant que 2 chiffres pour l'année"
13795 #~ msgid "Warn about implicit function declarations"
13796 #~ msgstr "Avertir à propos des déclarations de fonctions implicites"
13798 #~ msgid "Warn when a declaration does not specify a type"
13799 #~ msgstr "Avertir lorsqu'une déclaration ne spécifie pas le type"
13801 #~ msgid "Deprecated. This switch has no effect."
13802 #~ msgstr "Obsolète. Cette option n'a aucun effet."
13804 #~ msgid "Warn about variables which are initialized to themselves."
13805 #~ msgstr "Avertir au sujet des variables qui sont initialisés par elles-même"
13807 #~ msgid "Warn when an inlined function cannot be inlined"
13808 #~ msgstr "Avertir lorsque des fonctions en ligne ne peuvent être enligne"
13810 #~ msgid "Warn about invalid uses of the \"offsetof\" macro"
13811 #~ msgstr "Avertir à propos de l'utilisation invalide de macro \"offsetof\""
13813 #~ msgid "Warn about PCH files that are found but not used"
13814 #~ msgstr "Avertir à propos des fichier PCH qui sont repérés mais non utilisés"
13816 #~ msgid "-Wlarger-than-<number>\tWarn if an object is larger than <number> bytes"
13817 #~ msgstr "-Wlarger-than-<nombre>\tavertir si un objet est plus grand que <nombre> d'octets"
13819 #~ msgid "Do not warn about using \"long long\" when -pedantic"
13820 #~ msgstr "Ne pas avertir à propos de l'utilisation de \"long long\" avec -pedantic"
13822 #~ msgid "Warn about suspicious declarations of \"main\""
13823 #~ msgstr "Avertir à propos des déclarations douteuses de \"main\""
13825 #~ msgid "Warn about possibly missing braces around initializers"
13826 #~ msgstr "Avertir à propos des possibles accolades manquantes autour des initialisations"
13828 #~ msgid "Warn about global functions without previous declarations"
13829 #~ msgstr "Avertir à propos des fonctions globales sans déclaration précédente"
13831 #~ msgid "Warn about functions which might be candidates for format attributes"
13832 #~ msgstr "Avertir à propos des fonctions qui pourraient être candidates pour les attributs de format"
13834 #~ msgid "Warn about functions which might be candidates for __attribute__((noreturn))"
13835 #~ msgstr "Avertir à propos des fonctions qui seraient candidates pour __attribute__((noreturn))"
13837 #~ msgid "Warn about global functions without prototypes"
13838 #~ msgstr "Avertir à propos des fonctions globales sans prototype"
13840 #~ msgid "Warn about use of multi-character character constants"
13841 #~ msgstr "Avertir à propos de l'utilisation des chaînes de multi-caractères"
13843 #~ msgid "Warn about \"extern\" declarations not at file scope"
13844 #~ msgstr "Avertir à propos des déclarations \"extern\" qui n'est pas dans l'étendue du fichier"
13846 #~ msgid "Warn when non-templatized friend functions are declared within a template"
13847 #~ msgstr "Avertir lorsque des fonctions amis sans canevas sont déclarés à l'intérieur d'un canevas"
13849 #~ msgid "Warn about non-virtual destructors"
13850 #~ msgstr "Avertir à propos des destructeurs non virtuels"
13852 #~ msgid "Warn if a C-style cast is used in a program"
13853 #~ msgstr "Avertir si le style de transtypage C est utilisé dans un programme"
13855 #~ msgid "Warn if an old-style parameter definition is used"
13856 #~ msgstr "Avertir lorsqu'un paramètre de style ancien de définition est utilisé"
13858 #~ msgid "Warn about overloaded virtual function names"
13859 #~ msgstr "Avertir à propos de la surcharge des noms de fonctions virtuelles"
13861 #~ msgid "Warn when the packed attribute has no effect on struct layout"
13862 #~ msgstr "Avertir lorsque les attributs paquetés n'ont pas d'effet sur l'organisation d'un struct"
13864 #~ msgid "Warn when padding is required to align structure members"
13865 #~ msgstr "Avertir lorsque le remplissage est requis pour aligner les membres de structure"
13867 #~ msgid "Warn about possibly missing parentheses"
13868 #~ msgstr "Avertir à propos du manque possible de parenthèses"
13870 #~ msgid "Warn when converting the type of pointers to member functions"
13871 #~ msgstr "Avertir lors de la conversion des types de pointeurs en membres de fonctions"
13873 #~ msgid "Warn about function pointer arithmetic"
13874 #~ msgstr "Avertir à propos d'arithmétique portant sur un pointeur de fonction"
13876 #~ msgid "Warn if inherited methods are unimplemented"
13877 #~ msgstr "Avertir si les méthodes héritées ne sont pas implantées"
13879 #~ msgid "Warn about multiple declarations of the same object"
13880 #~ msgstr "Avertir à propos des déclarations multiples portant sur le même objet"
13882 #~ msgid "Warn when the compiler reorders code"
13883 #~ msgstr "Avertir lorsque le compilateur réordonne le code"
13885 #~ msgid "Warn whenever a function's return type defaults to \"int\" (C), or about inconsistent return types (C++)"
13886 #~ msgstr "Avertir lorsque le type de fonction à retourner par défaut est \"int\" (C) ou à propos d'un type inconsisten à retourner (C++)"
13888 #~ msgid "Warn if a selector has multiple methods"
13889 #~ msgstr "Avertir si le sélecteur a de multiples méthodes"
13891 #~ msgid "Warn about possible violations of sequence point rules"
13892 #~ msgstr "Avertir à propos des violations possibles des règles de séquence de points"
13894 #~ msgid "Warn when one local variable shadows another"
13895 #~ msgstr "Avertir lorsqu'une variable locale masque une autre"
13897 #~ msgid "Warn about signed-unsigned comparisons"
13898 #~ msgstr "Avertir à propos des comparaisons signés ou non signés"
13900 #~ msgid "Warn when overload promotes from unsigned to signed"
13901 #~ msgstr "Avertir lorsque la surcharge fait la promotion d'un non signé en signé"
13903 #~ msgid "Warn about code which might break strict aliasing rules"
13904 #~ msgstr "Avertir à propos du code qui pourrait briser les règles strictes d'alias"
13906 #~ msgid "Warn about unprototyped function declarations"
13907 #~ msgstr "Avertir à propos des déclarations de fonctions sans prototype"
13909 #~ msgid "Warn about enumerated switches, with no default, missing a case"
13910 #~ msgstr "Avertir à propos d'un switch énuméré, sans défaut ou un case est manquant"
13912 #~ msgid "Warn about enumerated switches missing a \"default:\" statement"
13913 #~ msgstr "Avertir à propos d'un switch énuméré n'ayant pas de déclaration \"default:\""
13915 #~ msgid "Warn about all enumerated switches missing a specific case"
13916 #~ msgstr "Avertir à propos de tous les switch énumérés où un case spécific manque"
13918 #~ msgid "Warn when synthesis behavior differs from Cfront"
13919 #~ msgstr "Avertir lorsque le comportement de synthère diffère de Cfront"
13921 #~ msgid "Do not suppress warnings from system headers"
13922 #~ msgstr "Ne pas supprimer les avertissements pour les en-têtes système"
13924 #~ msgid "Warn about features not present in traditional C"
13925 #~ msgstr "Avertir à propos d'une option absente en C traditionnel"
13927 #~ msgid "Warn if trigraphs are encountered that might affect the meaning of the program"
13928 #~ msgstr "Avertir si des trigraphes sont rencontrés et qui pourraient affecter le sens du programme"
13930 #~ msgid "Warn if an undefined macro is used in an #if directive"
13931 #~ msgstr "Avertir si un macro indéfini est utilisé dans un directive #if"
13933 #~ msgid "Warn about uninitialized automatic variables"
13934 #~ msgstr "Avertir à propos des variables automatiques non initialisées"
13936 #~ msgid "Warn about unrecognized pragmas"
13937 #~ msgstr "Avertir à propos des pragmas non reconnus"
13939 #~ msgid "Warn about code that will never be executed"
13940 #~ msgstr "Avertir à propos du code qui ne sera jamais exécuté"
13942 #~ msgid "Enable all -Wunused- warnings"
13943 #~ msgstr "Autoriser tous les -Wunused- warnings"
13945 #~ msgid "Warn when a function is unused"
13946 #~ msgstr "Avertir lorsqu'une fonction est inutilisée"
13948 #~ msgid "Warn when a label is unused"
13949 #~ msgstr "Avertir lorsqu'une étiquette est inutilisée"
13951 #~ msgid "Warn about macros defined in the main file that are not used"
13952 #~ msgstr "Avertir à propos de macros définis dans le fichier principal qui ne sont pas utilisés"
13954 #~ msgid "Warn when a function parameter is unused"
13955 #~ msgstr "Avertir lorsqu'un paramètre de fonction est inutilisé"
13957 #~ msgid "Warn when an expression value is unused"
13958 #~ msgstr "Avertir lorsque la valeur d'une expression n'est pas utilisée"
13960 #~ msgid "Warn when a variable is unused"
13961 #~ msgstr "Avertir lorsque 'une variable est inutilisée"
13963 #~ msgid "Give strings the type \"array of char\""
13964 #~ msgstr "Fournir des chaînes de type \"array of char\""
13966 #~ msgid "A synonym for -std=c89. In a future version of GCC it will become synonymous with -std=c99 instead"
13967 #~ msgstr "Un synonyme pour -std=c89. Dans une version future de GCC cela deviendra synonyme de -std=c99 à la place"
13969 #~ msgid "-aux-info <file>\tEmit declaration information into <file>"
13970 #~ msgstr "-aux-info <fichier>\tproduire une déclaration d'information dans le <fichier>"
13972 #~ msgid "-d<letters>\tEnable dumps from specific passes of the compiler"
13973 #~ msgstr "-d<lettres>\tautoriser les vidanges pour des passes spécifiques du compilateur"
13975 #~ msgid "-dumpbase <file>\tSet the file basename to be used for dumps"
13976 #~ msgstr "-dumpbase <fichier>\tfixer le nom de base du fichier à utiliser pour les vidanges"
13978 #~ msgid "Enforce class member access control semantics"
13979 #~ msgstr "Forcer à la sémantique du contrôle d'accès à un membre de classe"
13981 #~ msgid "Align the start of functions"
13982 #~ msgstr "Aligner le début des fonctions"
13984 #~ msgid "Align labels which are only reached by jumping"
13985 #~ msgstr "Aligner les étiquettes qui sont seulement atteintes par sauts"
13987 #~ msgid "Align all labels"
13988 #~ msgstr "Aligner toutes les étiquettes"
13990 #~ msgid "Align the start of loops"
13991 #~ msgstr "Aligner le début des boucles"
13993 #~ msgid "Change when template instances are emitted"
13994 #~ msgstr "Changer lorsque les instances du canevas sont produites"
13996 #~ msgid "Specify that arguments may alias each other and globals"
13997 #~ msgstr "Spécifier que les arguments peuvent avoir des alias l'un vers l'autre et globaux"
13999 #~ msgid "Assume arguments may alias globals but not each other"
14000 #~ msgstr "Présumer que les arguments peuvent avoir des alias globaux mais pas l'un vers l'autre"
14002 #~ msgid "Assume arguments alias neither each other nor globals"
14003 #~ msgstr "Assumer que les alias d'arguments n'en ont pas l'un vers l'autre ou globaux"
14005 #~ msgid "Recognize the \"asm\" keyword"
14006 #~ msgstr "Reconnaître le mot clé « asm »"
14008 #~ msgid "Generate unwind tables that are exact at each instruction boundary"
14009 #~ msgstr "Générer des tables étendues qui soient exactes pour chaque borne d'instruction"
14011 #~ msgid "Generate code to check bounds before indexing arrays"
14012 #~ msgstr "Générer du code pour vérifier les bornes avant d'indexer les tableaux"
14014 #~ msgid "Replace add, compare, branch with branch on count register"
14015 #~ msgstr "Remplacer add,compare,branch avec des branchements utilisant un compteur registre"
14017 #~ msgid "Use profiling information for branch probabilities"
14018 #~ msgstr "Utiliser les informations de profilage pour les probabilités de branchements"
14020 #~ msgid "Perform branch target load optimization before prologue / epilogue threading"
14021 #~ msgstr "Effectuer l'optimisation du chargement du branchement cible avant le thread prologue / epilogue"
14023 #~ msgid "Perform branch target load optimization after prologue / epilogue threading"
14024 #~ msgstr "Effectuer l'optimisation du chargement du branchement cible après le thread prologue / epilogue"
14026 #~ msgid "Recognize built-in functions"
14027 #~ msgstr "Reconnaître aucun construit dans les fonctions"
14029 #~ msgid "-fcall-saved-<register>\tMark <register> as being preserved across functions"
14030 #~ msgstr "-fcall-saved-<registre>\tmarquer le <registre> comme étant préservé à travers les fonctions"
14032 #~ msgid "-fcall-used-<register>\tMark <register> as being corrupted by function calls"
14033 #~ msgstr "-fcall-used-<registre>\tmarquer le <registre> comme étant corrompu par les appels de fonctions"
14035 #~ msgid "Save registers around function calls"
14036 #~ msgstr "Sauvegarder les registres autour des appels de fonction"
14038 #~ msgid "Check the return value of new"
14039 #~ msgstr "Vérifier la valeur retournée de new"
14041 #~ msgid "Do not put uninitialized globals in the common section"
14042 #~ msgstr "Ne pas placer de globaux non initialisés dans la section commune"
14044 #~ msgid "Allow the arguments of the '?' operator to have different types"
14045 #~ msgstr "Permettre les arguments de l'opérateur « ? » d'avoir différents types"
14047 #~ msgid "Reduce the size of object files"
14048 #~ msgstr "Réduire la taille des fichiers objets"
14050 #~ msgid "Make string literals \"const char[]\" not \"char[]\""
14051 #~ msgstr "Rendre les chaînes de mots \"const char[]\" et non pas \"char[]\""
14053 #~ msgid "-fconst-string-class=<name>\tUse class <name> for constant strings"
14054 #~ msgstr "-fconst-string-class=<nom>\tutiliser la classe <nom> pour la chaînes de constantes"
14056 #~ msgid "Perform a register copy-propagation optimization pass"
14057 #~ msgstr "Effectuer la passe d'optimisation de la propagation-de-copie par registre"
14059 #~ msgid "Perform cross-jumping optimization"
14060 #~ msgstr "Exécuter des optimisations de sauts croisés"
14062 #~ msgid "When running CSE, follow jumps to their targets"
14063 #~ msgstr "Lorsque CSE s'exécute, suivre les sauts vers leurs cibles"
14065 #~ msgid "When running CSE, follow conditional jumps"
14066 #~ msgstr "Lorsque CSE s'exécute, suivre les sauts considitionnels vers leurs cibles"
14068 #~ msgid "Place data items into their own section"
14069 #~ msgstr "placer les items des données dans leur propre section"
14071 #~ msgid "Inline member functions by default"
14072 #~ msgstr "Rendre enligne un membre de fonction par défaut"
14074 #~ msgid "Defer popping functions args from stack until later"
14075 #~ msgstr "Déférer le dépilage des arguments de fonction de la pile plus tard"
14077 #~ msgid "Attempt to fill delay slots of branch instructions"
14078 #~ msgstr "Tented de remplir de délais les fentes des instructions de branchement"
14080 #~ msgid "Delete useless null pointer checks"
14081 #~ msgstr "Détruire les vérifications de pointeurs nul inutiles"
14083 #~ msgid "-fdiagnostics-show-location=[once|every-line]\tHow often to emit source location at the beginning of line-wrapped diagnostics"
14084 #~ msgstr "-fdiagnostics-show-location=[once|every-line]\tindiquer combien de fois les informations de localisation des sources doivent être produites au début d'un diagnostique lorsque les lignes doivent s'enrouler"
14086 #~ msgid "Permit '$' as an identifier character"
14087 #~ msgstr "Autoriser '$' comme identificateur de caractère"
14089 #~ msgid "-fdump-<type>\tDump various compiler internals to a file"
14090 #~ msgstr "-fdump-<type>\tvidander les divers internes du compilateur dans un fichier"
14092 #~ msgid "Suppress output of instruction numbers and line number notes in debugging dumps"
14093 #~ msgstr "Supprimer dans la sortie les numéros d'instructions et de notes de lignes dans les vidanges de mises au point"
14095 #~ msgid "Perform DWARF2 duplicate elimination"
14096 #~ msgstr "Exécuter une élimination DAWRF2 des doublons"
14098 #~ msgid "Perform unused type elimination in debug info"
14099 #~ msgstr "Effectuer l'élimination des types non utilisés dans l'information de mise au point"
14101 #~ msgid "Generate code to check exception specifications"
14102 #~ msgstr "Générer le code pour vérifier les exceptions de spécifications"
14104 #~ msgid "Enable exception handling"
14105 #~ msgstr "Autoriser le traitement des exceptions"
14107 #~ msgid "-fexec-charset=<cset>\tConvert all strings and character constants to character set <cset>"
14108 #~ msgstr "-fexec-charset=<jeucar>\tconvertir toutes les chaînes et les constantes de caractères en jeu de caractères <jeucar>"
14110 #~ msgid "Perform a number of minor, expensive optimizations"
14111 #~ msgstr "Effectuer un nombre mineur d'optimisations coûteuses"
14113 #~ msgid "Assume no NaNs or infinities are generated"
14114 #~ msgstr "Assumer qu'aucun NaNs ou infinités ne soit généré"
14116 #~ msgid "-ffixed-<register>\tMark <register> as being unavailable to the compiler"
14117 #~ msgstr "-ffixed-<registre>\tmarquer le <registre> comme n'étant plus disponible pour le compilateur"
14119 #~ msgid "Do not store floats in registers"
14120 #~ msgstr "Ne pas stocker les flottants dans les registres"
14122 #~ msgid "Scope of for-init-statement variables is local to the loop"
14123 #~ msgstr "Étendue des variables for-init-statement est local à la boucle"
14125 #~ msgid "Copy memory address constants into registers before use"
14126 #~ msgstr "Copier les constantes d'adresses mémoire dans les registres avant de les utiliser"
14128 #~ msgid "Copy memory operands into registers before use"
14129 #~ msgstr "Copier les opérandes mémoire dans les registres avant de les utiliser"
14131 #~ msgid "Do not assume that standard C libraries and \"main\" exist"
14132 #~ msgstr "Ne pas assumer que les bibliothèques standards C et \"main\" existent"
14134 #~ msgid "Allow function addresses to be held in registers"
14135 #~ msgstr "Autoriser le maintien des adresses de fonction dans les registres"
14137 #~ msgid "Place each function into its own section"
14138 #~ msgstr "placer chaque fonction dans sa propre section"
14140 #~ msgid "Perform global common subexpression elimination"
14141 #~ msgstr "Exécuter l'élimination de sous-expression commune globale"
14143 #~ msgid "Perform redundant load after store elimination in global common subexpression elimination"
14144 #~ msgstr "Exécuter un stockage redondant après l'élimination de sous-expression commune globale"
14146 #~ msgid "Perform enhanced load motion during global common subexpression elimination"
14147 #~ msgstr "Exécuter un chargement amélioré lors de l'élimination de sous-expression commune globale"
14149 #~ msgid "Perform store motion after global common subexpression elimination"
14150 #~ msgstr "Exécuter un stockage après l'élimination de sous-expression commune globale"
14152 #~ msgid "Recognize GNU-defined keywords"
14153 #~ msgstr "Reconnaître les mots clés définis GNU"
14155 #~ msgid "Generate code for GNU runtime environment"
14156 #~ msgstr "Générer du code pour l'environnement GNU d'exécution"
14158 #~ msgid "Enable guessing of branch probabilities"
14159 #~ msgstr "Autoriser l'estimation des probabilités de branchement"
14161 #~ msgid "Assume normal C execution environment"
14162 #~ msgstr "Présumer que l'environnement d'exécution C est normal"
14164 #~ msgid "Enable support for huge objects"
14165 #~ msgstr "Autoriser le support des grands objets"
14167 #~ msgid "Process #ident directives"
14168 #~ msgstr "Traiter les directive #ident"
14170 #~ msgid "Perform conversion of conditional jumps to branchless equivalents"
14171 #~ msgstr "Exécuter la conversion des sauts conditionels à des équivalents sans branchements"
14173 #~ msgid "Perform conversion of conditional jumps to conditional execution"
14174 #~ msgstr "Exécuter la conversion des sauts conditionnels à une exécution conditionnel"
14176 #~ msgid "Export functions even if they can be inlined"
14177 #~ msgstr "Exporter les fonctions même si elles peuvent être enligne"
14179 #~ msgid "Emit implicit instantiations of inline templates"
14180 #~ msgstr "Produire les instanciations explicites de canevas enligne"
14182 #~ msgid "Emit implicit instantiations of templates"
14183 #~ msgstr "Produire les instanciations explicites de canevas"
14185 #~ msgid "Do not generate .size directives"
14186 #~ msgstr "Ne pas générer de directives .size"
14188 #~ msgid "Pay attention to the \"inline\" keyword"
14189 #~ msgstr "Porter attention au mot clé \"inline\""
14191 #~ msgid "Integrate simple functions into their callers"
14192 #~ msgstr "Intégrer les fonctions simples à l'intérieur des appelants"
14194 #~ msgid "-finline-limit=<number>\tLimit the size of inlined functions to <number>"
14195 #~ msgstr "-finline-limit=<nombre>\tlimiter la taille des fonction enligne à <nombre>"
14197 #~ msgid "-finput-charset=<cset> Specify the default character set for source files."
14198 #~ msgstr "-finput-charset=<jeucar> spécifier le jeu de caractères par défaut pour les fichiers source"
14200 #~ msgid "Instrument function entry and exit with profiling calls"
14201 #~ msgstr "Traiter les entrées et les sorties des fonctions avec appels de profilage"
14203 #~ msgid "Generate code for functions even if they are fully inlined"
14204 #~ msgstr "Générer le code pour les fonctions même si elles sont complètement enligne"
14206 #~ msgid "Emit static const variables even if they are not used"
14207 #~ msgstr "Produire des variables constantes statiques même si elles ne sont pas utilisées"
14209 #~ msgid "Give external symbols a leading underscore"
14210 #~ msgstr "Afficher les symboles externes préfixés d'un caractère de soulignement"
14212 #~ msgid "Perform loop optimizations"
14213 #~ msgstr "Exécuter l'optimisation des boucles"
14215 #~ msgid "Set errno after built-in math functions"
14216 #~ msgstr "Initialiser errno après les fonctions internes mathématiques"
14218 #~ msgid "Report on permanent memory allocation"
14219 #~ msgstr "Rapporter l'allocation de mémoire permanente"
14221 #~ msgid "Attempt to merge identical constants and constant variables"
14222 #~ msgstr "Tentative de fusion de constantes identique et des variables constantes"
14224 #~ msgid "Attempt to merge identical constants across compilation units"
14225 #~ msgstr "Tentative de fusion de constantes identiques à travers des unités de compilation"
14227 #~ msgid "-fmessage-length=<number>\tLimit diagnostics to <number> characters per line. 0 suppresses line-wrapping"
14228 #~ msgstr "-fmessage-length=<nombre>\tlimiter la longueur des diagnotiques à <nombre> de caractères par ligne. 0 supprime l'enroulement de ligne"
14230 #~ msgid "Force all loop invariant computations out of loops"
14231 #~ msgstr "Forcer pour toutes les boucles des calculs invariants en dehors des boucles"
14233 #~ msgid "Don't warn about uses of Microsoft extensions"
14234 #~ msgstr "Ne donner d'avertissement au sujet de l'utilisation des extensions de Microsoft"
14236 #~ msgid "Use graph-coloring register allocation"
14237 #~ msgstr "Utiliser l'allocation des registres par coloriage de graphe"
14239 #~ msgid "Generate code for NeXT (Apple Mac OS X) runtime environment"
14240 #~ msgstr "Générer le code pour l'environnement d'exécution du NeXT (Apple Mac OS X)"
14242 #~ msgid "Assume that receivers of Objective-C messages may be nil"
14243 #~ msgstr "Assumer que les receveur de messages Objective-C peut être NIL"
14245 #~ msgid "Support synchronous non-call exceptions"
14246 #~ msgstr "Supporter les exceptions synchrones des non appels"
14248 #~ msgid "Enable Objective-C exception and synchronization syntax"
14249 #~ msgstr "Autoriser l'exception Objective-C et la synchronisation de syntaxe"
14251 #~ msgid "Perform loop unrolling for all loops"
14252 #~ msgstr "Exécuter la boucle par désenroulement de toutes les boucles"
14254 #~ msgid "Perform loop unrolling when iteration count is known"
14255 #~ msgstr "Exécuter un dé-roulement des boucles lorsque le compteur d'itération est connu"
14257 #~ msgid "When possible do not generate stack frames"
14258 #~ msgstr "Lorsque c'est possible ne pas générer des trames de pile"
14260 #~ msgid "Recognize C++ kewords like \"compl\" and \"xor\""
14261 #~ msgstr "Reconnaître les mots clés C++ comme \"compl\" et \"xor\""
14263 #~ msgid "Do the full register move optimization pass"
14264 #~ msgstr "Effectuer la passe d'optimisation complète des déplacements par les registres"
14266 #~ msgid "Optimize sibling and tail recursive calls"
14267 #~ msgstr "Optimiser sur mesure les appels enfants et récursif"
14269 #~ msgid "Enable optional diagnostics"
14270 #~ msgstr "Autoriser les diagnostiques optionnels"
14272 #~ msgid "Pack structure members together without holes"
14273 #~ msgstr "Empaqueter les membres des structures ensembles sans trous"
14275 #~ msgid "Return small aggregates in memory, not registers"
14276 #~ msgstr "Retourner les petits aggrégats en mémoire, pas dans les registres"
14278 #~ msgid "Perform loop peeling"
14279 #~ msgstr "Exécuter des réductions de boucles"
14281 #~ msgid "Enable machine specific peephole optimizations"
14282 #~ msgstr "Autoriser les optimisations des trous spécifiques à une machine"
14284 #~ msgid "Enable an RTL peephole pass before sched2"
14285 #~ msgstr "Autoriser l'exécution de la passe RTL avant sched2"
14287 #~ msgid "Downgrade conformance errors to warnings"
14288 #~ msgstr "Dégrader les erreurs de conformité en des avertissements"
14290 #~ msgid "Generate position-independent code if possible"
14291 #~ msgstr "Générer du code indépendant de la position si possible"
14293 #~ msgid "Generate position-independent code for executables if possible"
14294 #~ msgstr "Générer du code indépendant de la position pour les exécutables si possible"
14296 #~ msgid "Generate prefetch instructions, if available, for arrays in loops"
14297 #~ msgstr "Générer des instructions prérecherchées, si disponible, pour les tableaux dans les boucles"
14299 #~ msgid "Treat the input file as already preprocessed"
14300 #~ msgstr "Traiter le fichier d'entrée comme ayant déjà été pré-traité"
14302 #~ msgid "Enable basic program profiling code"
14303 #~ msgstr "Autoriser le code de profilage de base du programme"
14305 #~ msgid "Insert arc-based program profiling code"
14306 #~ msgstr "Insérer le code de profilage du programme de arc-based"
14308 #~ msgid "Enable common options for generating profile info for profile feedback directed optimizations"
14309 #~ msgstr "Autoriser les options communes pour la génération d'information de profile pour le feedback d'optimisation direct de profile"
14311 #~ msgid "Enable common options for performing profile feedback directed optimizations"
14312 #~ msgstr "Autoriser les options communes pour effectuer le feedback d'optimisation direct de profile"
14314 #~ msgid "Insert code to profile values of expressions"
14315 #~ msgstr "Insérer le code pour profile les expressions de valeurs"
14317 #~ msgid "-frandom-seed=<string>\tMake compile reproducible using <string>"
14318 #~ msgstr "-frandom-seed=<chaîne>\tfaire une compilation reproduisible en utilisant <chaîne>"
14320 #~ msgid "Strength reduce all loop general induction variables"
14321 #~ msgstr "Renforcer la réduction de toutes les boucles par induction des variables"
14323 #~ msgid "Return small aggregates in registers"
14324 #~ msgstr "Retourner les petits aggrégats dans les registres"
14326 #~ msgid "Enables a register move optimization"
14327 #~ msgstr "Autoriser l'optimisation des déplacements par registre"
14329 #~ msgid "Perform a register renaming optimization pass"
14330 #~ msgstr "Effectuer une changement de nom de registres après une passe d'optimisation"
14332 #~ msgid "Reorder basic blocks to improve code placement"
14333 #~ msgstr "Ré-ordonner les blocs de base pour améliorer l'emplacement de code"
14335 #~ msgid "Reorder functions to improve code placement"
14336 #~ msgstr "Ré-ordonner les fonctions pour améliorer l'emplacement de code"
14338 #~ msgid "Used in Fix-and-Continue mode to indicate that object files may be swapped in at runtime"
14339 #~ msgstr "Utiliser le mode Fix-and-=Continue pour indique que des fichiers objets peuvent interchangés lors de l'éexécution"
14341 #~ msgid "Enable automatic template instantiation"
14342 #~ msgstr "Autoriser l'instanciation automatique de canevas"
14344 #~ msgid "Add a common subexpression elimination pass after loop optimizations"
14345 #~ msgstr "Ajouter une passe d'élimination d'une sous-expression commune après les optimisations de boucle"
14347 #~ msgid "Run the loop optimizer twice"
14348 #~ msgstr "Exécuter l'optimiseur de boucle deux fois"
14350 #~ msgid "Disable optimizations that assume default FP rounding behavior"
14351 #~ msgstr "Interdire les optimisation qui assument un comportement d'arrondissement FP par défaut"
14353 #~ msgid "Generate run time type descriptor information"
14354 #~ msgstr "Générer l'information pour un type de descripteur lors de l'exécution"
14356 #~ msgid "Enable scheduling across basic blocks"
14357 #~ msgstr "Autoriser l'ordonnancement à travers les blocs de base"
14359 #~ msgid "Allow speculative motion of non-loads"
14360 #~ msgstr "Autoriser le mouvement spéculatif de non chargements"
14362 #~ msgid "Allow speculative motion of some loads"
14363 #~ msgstr "Autoriser le mouvement spéculatif de quelques chargements"
14365 #~ msgid "Allow speculative motion of more loads"
14366 #~ msgstr "Autoriser le mouvement spéculatif de plusieurs chargements"
14368 #~ msgid "Allow premature scheduling of queued insns"
14369 #~ msgstr "Autoriser l'ordonnancement prématuré de queues insns"
14371 #~ msgid "Set dependence distance checking in premature scheduling of queued insns"
14372 #~ msgstr "Fixer la distance de vérification de dépendance dans l'ordonnancement prématuré d'insns en queue"
14374 #~ msgid "-fsched-stalled-insns-dep=<number> Set dependence distance checking in premature scheduling of queued insns"
14375 #~ msgstr "-fsched-stalled-insns-dep=<nombre> fixer la distance de vérification de dépendance dans l'ordonnancement d'insnsn en queue"
14377 #~ msgid "-fsched-stalled-insns=<number> Set number of queued insns that can be prematurely scheduled"
14378 #~ msgstr "-fsched-stalled-insns=<nombre> fixer le nombre d'insns en queu qui peuvent être prématurément ordonnancés"
14380 #~ msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler"
14381 #~ msgstr "-fsched-verbose=<numéro>\tnitialiser le niveau de verbosité de l'ordonnanceur"
14383 #~ msgid "If scheduling post reload, do superblock scheduling"
14384 #~ msgstr "Si l'ordonnancement fait une post recharge, faire un ordonnancement de super bloc"
14386 #~ msgid "If scheduling post reload, do trace scheduling"
14387 #~ msgstr "Si l'ordonnancement fait une post recharge, laisse une trace de l'ordonnancement"
14389 #~ msgid "Reschedule instructions before register allocation"
14390 #~ msgstr "Réordonnancer les instructions avant l'allocation de registres"
14392 #~ msgid "Reschedule instructions after register allocation"
14393 #~ msgstr "Réordonnancer les instructions après l'allocation de registres"
14395 #~ msgid "Mark data as shared rather than private"
14396 #~ msgstr "Marquer les données comme partagées au lieu de privées"
14398 #~ msgid "Use the same size for double as for float"
14399 #~ msgstr "Utiliser la même taille pour un double que pour un flottant"
14401 #~ msgid "Use the narrowest integer type possible for enumeration types"
14402 #~ msgstr "Utiliser le type d'entier le moins large possible pour les types d'énumération"
14404 #~ msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\""
14405 #~ msgstr "Écraser le type sous-jacent de \"wchar_t\" vers \"unsigned short\""
14407 #~ msgid "Disable optimizations observable by IEEE signaling NaNs"
14408 #~ msgstr "Désactiver les optimisations observable par le signalement NaNs IEEE"
14410 #~ msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed"
14411 #~ msgstr "Lorsque \"signed\" ou \"unsigned\" n,est pas fourni rendre le champ de bits signé"
14413 #~ msgid "Make \"char\" signed by default"
14414 #~ msgstr "Rendre les « char » signés par défaut"
14416 #~ msgid "Convert floating point constants to single precision constants"
14417 #~ msgstr "Convertir les constantes en virgules flottantes en constantes de simple précision"
14419 #~ msgid "Insert stack checking code into the program"
14420 #~ msgstr "Insérer du code de vérificaion de la pile dans le programme"
14422 #~ msgid "-fstack-limit-register=<register>\tTrap if the stack goes past <register>"
14423 #~ msgstr "-fstack-limit-register=<registre>\tfaire un déroutement si la pile va au delà du <registre>"
14425 #~ msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>"
14426 #~ msgstr "-fstack-limit-symbol=<nom>\tfaire un déroutement si la pile va au delà du symbole <nom>"
14428 #~ msgid "Display statistics accumulated during compilation"
14429 #~ msgstr "Afficher les statistiques accumulés durant la compilation"
14431 #~ msgid "Perform strength reduction optimizations"
14432 #~ msgstr "Exécuter un réduction en force des optimisations"
14434 #~ msgid "Assume strict aliasing rules apply"
14435 #~ msgstr "Présumer que des règles stricts d'alias s'appliquent"
14437 #~ msgid "Check for syntax errors, then stop"
14438 #~ msgstr "Vérifier les erreurs de syntaxes et puis stopper"
14440 #~ msgid "-ftabstop=<number>\tDistance between tab stops for column reporting"
14441 #~ msgstr "-ftabstop=<nombre>\tfixer la distance de la tabulation des colonnes dans les rapports"
14443 #~ msgid "-ftemplate-depth-<number>\tSpecify maximum template instantiation depth"
14444 #~ msgstr "-ftemplate-depth-<nombre>\tspécifier la profondeur maximale d'instanciation de canevas"
14446 #~ msgid "Create data files needed by \"gcov\""
14447 #~ msgstr "Créer les fichiers de données nécessaires à \"gcov\""
14449 #~ msgid "Perform jump threading optimizations"
14450 #~ msgstr "Exécuter des optimisations de sauts de thread"
14452 #~ msgid "Report the time taken by each compiler pass"
14453 #~ msgstr "Rapporter le temps pris par chaque passe de compilation"
14455 #~ msgid "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the default thread-local storage code generation model"
14456 #~ msgstr "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tinitialiser le modèle de génération de code par défaut de thread local"
14458 #~ msgid "Perform superblock formation via tail duplication"
14459 #~ msgstr "Exécuter la formation du super bloc via la duplication de la queue"
14461 #~ msgid "Assume floating-point operations can trap"
14462 #~ msgstr "On assume que les opérations en virgule flottante peuvent être attrappées"
14464 #~ msgid "Trap for signed overflow in addition, subtraction and multiplication"
14465 #~ msgstr "Attrapper les débordements de signe dans l'addition, la soustraction et la multiplication"
14467 #~ msgid "Compile whole compilation unit at a time"
14468 #~ msgstr "Compiler complètement à la fois une unité de compilation"
14470 #~ msgid "Allow math optimizations that may violate IEEE or ISO standards"
14471 #~ msgstr "Permettre les optimisations mathématiques qui peuvent violer les standards IEEE ou ISO"
14473 #~ msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned"
14474 #~ msgstr "Lorsque \"signed\" ou \"unsigned\" n'est pas fourni rendre le champ de bits non signé"
14476 #~ msgid "Make \"char\" unsigned by default"
14477 #~ msgstr "Rendre les \"char\" non signés par défaut"
14479 #~ msgid "Perform loop unswitching"
14480 #~ msgstr "Exécuter des boucles sans branchement"
14482 #~ msgid "Just generate unwind tables for exception handling"
14483 #~ msgstr "Générer simplement des tables étendues pour le traitement des exceptions"
14485 #~ msgid "Use __cxa_atexit to register destructors"
14486 #~ msgstr "Utiliser « __cxa_atexit » pour enregistrer les destructeurs."
14488 #~ msgid "Add extra commentary to assembler output"
14489 #~ msgstr "Ajouter des commentaires additionnels à la sortie de l'assembleur"
14491 #~ msgid "Use expression value profiles in optimizations"
14492 #~ msgstr "Utiliser le profile de la valeur d'expression dans l'optimisation"
14494 #~ msgid "Discard unused virtual functions"
14495 #~ msgstr "Écarter les fonctions virtuelles non utilisées"
14497 #~ msgid "Implement vtables using thunks"
14498 #~ msgstr "Implanter les vtables en utilisant des thunks"
14500 #~ msgid "Emit common-like symbols as weak symbols"
14501 #~ msgstr "Produire les symboles communs comme des symboles faibles"
14503 #~ msgid "Construct webs and split unrelated uses of single variable"
14504 #~ msgstr "Construire une toile et séparer les utilisations de variables simples"
14506 #~ msgid "-fwide-exec-charset=<cset>\tConvert all wide strings and character constants to character set <cset>"
14507 #~ msgstr "-fwide-exec-charset=<cset>\tconvertir toutes les chaînes et les constantes larges de caractères en jeux de caractères <cset>"
14509 #~ msgid "Generate a #line directive pointing at the current working directory"
14510 #~ msgstr "Générer une directive #line pointant sur le répertoire courant de travail"
14512 #~ msgid "Assume signed arithmetic overflow wraps around"
14513 #~ msgstr "Assumer un débordement arithmétique signé enroulé"
14515 #~ msgid "Store strings in writable data section"
14516 #~ msgstr "Stocker les chaînes dans les sections d'écriture des données"
14518 #~ msgid "Emit cross referencing information"
14519 #~ msgstr "Produire l'information des références croisées"
14521 #~ msgid "Put zero initialized data in the bss section"
14522 #~ msgstr "Placer des données initialisées de zéros dans la section bss"
14524 #~ msgid "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode"
14525 #~ msgstr "Générer un recherche molle de class (via objc_getClass()) pour l'utilisation en mode Zero-Link"
14527 #~ msgid "Generate debug information in default format"
14528 #~ msgstr "Générer les informations de mise au point dans le format par défaut"
14530 #~ msgid "Generate debug information in COFF format"
14531 #~ msgstr "Générer les informations de mise au point dans le format COFF"
14533 #~ msgid "Generate debug information in DWARF v2 format"
14534 #~ msgstr "Générer les informations de mise au point dans le format DWARF v2"
14536 #~ msgid "Dump declarations to a .decl file"
14537 #~ msgstr "Vidanger les déclarations dans un fichier .decl"
14539 #~ msgid "Generate debug information in default extended format"
14540 #~ msgstr "Générer les informations de mise au point dans le format étendu par défaut"
14542 #~ msgid "Generate debug information in STABS format"
14543 #~ msgstr "Générer les informations de mise au point dans le format STABS"
14545 #~ msgid "Generate debug information in extended STABS format"
14546 #~ msgstr "Générer les informations de mise au point dans le format étendu STABS"
14548 #~ msgid "Generate debug information in VMS format"
14549 #~ msgstr "Générer les informations de mise au point dans le format VMS"
14551 #~ msgid "Generate debug information in XCOFF format"
14552 #~ msgstr "Générer les information de mise au point dans le format XCOFF"
14554 #~ msgid "Generate debug information in extended XCOFF format"
14555 #~ msgstr "Générer les informations de mise au point dans le format étendu XCOFF"
14557 #~ msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path"
14558 #~ msgstr "-idirafter <répertoire>\tajouter <répertoire> à la fin du chemin système d'inclusion"
14560 #~ msgid "-imacros <file>\tAccept definition of macros in <file>"
14561 #~ msgstr "-imacros <fichier>\taccepter la définition de macros dans le <fichier>"
14563 #~ msgid "-include <file>\tInclude the contents of <file> before other files"
14564 #~ msgstr "-include <fichier>\tinclure le contenu du <fichier> avant les autres fichiers"
14566 #~ msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options"
14567 #~ msgstr "-iprefix <chemin>\tsélectionner le <chemin> comme préfixer aux deux prochaines options"
14569 #~ msgid "-isysroot <dir>\tSet <dir> to be the system root directory"
14570 #~ msgstr "-isysroot <répertoire>\tsélectionner le <répertoire> comme répertoire racine du système"
14572 #~ msgid "-isystem <dir>\tAdd <dir> to the start of the system include path"
14573 #~ msgstr "-isystem <répertoire>\tajouter le <répertoire> au début du chemin d'inclusion principal"
14575 #~ msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path"
14576 #~ msgstr "-iwithprefix <répertoire>\tajouter le <répertoire> à la fin du chemin d'inclusion principal"
14578 #~ msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path"
14579 #~ msgstr "-iwithprefixbefore <répertoire>\tajouter le <répertoire> à la fin du chemin d'inclusion principal"
14581 #~ msgid "Do not search standard system include directories (those specified with -isystem will still be used)"
14582 #~ msgstr "Ne pas rechercher les répertoires standard système d'inclusion (ceux spécifiés avec -isystem seront encore utilisés)"
14584 #~ msgid "Do not search standard system include directories for C++"
14585 #~ msgstr "Ne pas rechercher les répertoires standard système d'inclusion pour C++"
14587 #~ msgid "-o <file>\tPlace output into <file>"
14588 #~ msgstr "-o <fichier>\tproduire la sortie dans le <fichier>"
14590 #~ msgid "Enable function profiling"
14591 #~ msgstr "Autoriser le profilage de fonction"
14593 #~ msgid "Issue warnings needed for strict compliance to the standard"
14594 #~ msgstr "Émettre les avertissements nécessaires pour être conforme au standard"
14596 #~ msgid "Like -pedantic but issue them as errors"
14597 #~ msgstr "Identique à -pedantic mais les marque comme des erreurs"
14599 #~ msgid "Generate C header of platform-specific features"
14600 #~ msgstr "Générer les en-têtes C pour les options spécifiques à la plate-forme"
14602 #~ msgid "Do not display functions compiled or elapsed time"
14603 #~ msgstr "Ne pas afficher les fonctions compilées ou le temps écoulé"
14605 #~ msgid "Remap file names when including files"
14606 #~ msgstr "Rampper les noms lors de l'inclusion des fichiers"
14608 #~ msgid "Conform to the ISO 1998 C++ standard"
14609 #~ msgstr "Conforme au standard ISO C++ de 1998"
14611 #~ msgid "Conform to the ISO 1990 C standard"
14612 #~ msgstr "Conforme au standard ISO C de 1990"
14614 #~ msgid "Conform to the ISO 1999 C standard"
14615 #~ msgstr "Conforme au standard ISO C de 1999"
14617 #~ msgid "Deprecated in favor of -std=c99"
14618 #~ msgstr "Obsolète à la faveur de l'option -std=c99"
14620 #~ msgid "Conform to the ISO 1998 C++ standard with GNU extensions"
14621 #~ msgstr "Conforme au standard ISO C++ de 1998 avec les extensions de GNU"
14623 #~ msgid "Conform to the ISO 1990 C standard with GNU extensions"
14624 #~ msgstr "Conforme au standard ISO C de 1990 avec les extensions de GNU"
14626 #~ msgid "Conform to the ISO 1999 C standard with GNU extensions"
14627 #~ msgstr "Conforme au standard ISO C de 1999 avec les extensions de GNU"
14629 #~ msgid "Deprecated in favor of -std=gnu99"
14630 #~ msgstr "Obsolète à la faveur de l'option -std=gnu99"
14632 #~ msgid "Deprecated in favor of -std=c89"
14633 #~ msgstr "Obsolète à la faveur de l'option -std=c89"
14635 #~ msgid "Conform to the ISO 1990 C standard as amended in 1994"
14636 #~ msgstr "Conforme au standard ISO C de 1990 tel amendé en 1994"
14638 #~ msgid "Enable traditional preprocessing"
14639 #~ msgstr "Autoriser le traitement traditionnel"
14641 #~ msgid "-trigraphs\tSupport ISO C trigraphs"
14642 #~ msgstr "-trigraphs\tSupporter les tri-graphes ISO C"
14644 #~ msgid "Do not predefine system-specific and GCC-specific macros"
14645 #~ msgstr "Ne pas prédéfinir les macros spécifiques au système ou à GCC"
14647 #~ msgid "Enable verbose output"
14648 #~ msgstr "Autoriser le mode bavard sur la sortie"
14650 #~ msgid "Display the compiler's version"
14651 #~ msgstr "Afficher la version du compilateur"
14653 #~ msgid "Suppress warnings"
14654 #~ msgstr "Supprimer les avertissements"
14656 #~ msgid "`-p' not supported; use `-pg' and gprof(1)"
14657 #~ msgstr "« -p » n'est pas supporté; utiliser « -pg » et gprof(1)"
14659 #~ msgid "GCC does not support -C without using -E"
14660 #~ msgstr "GCC ne supporte pas -C sans utiliser -E"
14662 #~ msgid "GCC does not support -CC without using -E"
14663 #~ msgstr "GCC ne supporte pas -CC sans utiliser -E"
14665 #~ msgid "may not use both -m32 and -m64"
14666 #~ msgstr "ne peut utiliser ensemble -m32 et -m64"
14668 #~ msgid "shared and mdll are not compatible"
14669 #~ msgstr "shared et mdll ne sont pas compatibles"
14671 #~ msgid "-current_version only allowed with -dynamiclib"
14672 #~ msgstr "-current_version permis seulement avec -dynamiclib"
14674 #~ msgid "-install_name only allowed with -dynamiclib"
14675 #~ msgstr "-install_name permis seulement avec with -dynamiclib"
14677 #~ msgid "-bundle not allowed with -dynamiclib"
14678 #~ msgstr "-bundle n'est pas permis avec -dynamiclib"
14680 #~ msgid "-bundle_loader not allowed with -dynamiclib"
14681 #~ msgstr "-bundle_loader n'est pas permis avec -dynamiclib"
14683 #~ msgid "-client_name not allowed with -dynamiclib"
14684 #~ msgstr "-client_name n'est pas permis avec -dynamiclib"
14686 #~ msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
14687 #~ msgstr "-force_cpusubtype_ALL n'est pas permis avec -dynamiclib"
14689 #~ msgid "-force_flat_namespace not allowed with -dynamiclib"
14690 #~ msgstr "-force_flat_namespace n'est pas permis avec -dynamiclib"
14692 #~ msgid "-keep_private_externs not allowed with -dynamiclib"
14693 #~ msgstr "-keep_private_externs n'est pas permis avec -dynamiclib"
14695 #~ msgid "-private_bundle not allowed with -dynamiclib"
14696 #~ msgstr "-private_bundle n'est pas permis avec -dynamiclib"
14698 #~ msgid "The -shared option is not currently supported for VAX ELF."
14699 #~ msgstr "L'option -shared n'est pas couramment supportée pour VAS ELF."
14701 #~ msgid "profiling not supported with -mg\n"
14702 #~ msgstr "profilage n'est pas supporté avec -mg\n"
14704 #~ msgid "may not use both -EB and -EL"
14705 #~ msgstr "ne peut utiliser ensemble -EB et -EL"
14707 #~ msgid "-pipe is not supported"
14708 #~ msgstr "-pipe n'est pas supporté"
14710 #~ msgid "-pg and -fomit-frame-pointer are incompatible"
14711 #~ msgstr "-pg et -fomit-frame-pointer sont incompatibles"
14713 #~ msgid "-fjni and -femit-class-files are incompatible"
14714 #~ msgstr "-fjni et -femit-class-files sont incompatibles"
14716 #~ msgid "-fjni and -femit-class-file are incompatible"
14717 #~ msgstr "-fjni et -femit-class-file sont incompatibles"
14719 #~ msgid "-femit-class-file should used along with -fsyntax-only"
14720 #~ msgstr "-femit-class-file dervait être utilisé avec -fsyntax-only"
14722 #~ msgid "-pg or -p and -fomit-frame-pointer are incompatible"
14723 #~ msgstr "-pg et -p et -fomit-frame-pointer sont incompatibles"
14725 #~ msgid "does not support multilib"
14726 #~ msgstr "ne supporte pas multilib"
14728 #~ msgid "-pg not supported on this platform"
14729 #~ msgstr "-pg n'est pas supporté sur cette plate-forme"
14731 #~ msgid "-p and -pp specified - pick one"
14732 #~ msgstr "-p et -pp spécifié - n'en prendre qu'un seul"
14734 #~ msgid "-G and -static are mutually exclusive"
14735 #~ msgstr "-G et -static sont mutuellement exclusives"
14737 #~ msgid "-mapcs-26 and -mapcs-32 may not be used together"
14738 #~ msgstr "-mapcs-26 et -mapcs-32 ne peuvent être utilisés ensembles"
14740 #~ msgid "-msoft-float and -mhard_float may not be used together"
14741 #~ msgstr "-msoft-float et -mhard_float ne peuvent être utilisées ensembles"
14743 #~ msgid "-mbig-endian and -mlittle-endian may not be used together"
14744 #~ msgstr "-mbig-endian et -mlittle-endian ne peuvent être utilisés ensemble"
14746 #~ msgid "the m210 does not have little endian support"
14747 #~ msgstr "Le m210 ne supporte pas le code pour système à octets de poids faible"
14749 #~ msgid "one of -c, -S, -gnatc, -gnatz, or -gnats is required for Ada"
14750 #~ msgstr "une parmi -c, -S, -gnatc, -gnatz ou -gnats est requise pour Ada"
14752 #~ msgid "-mhard-float not supported"
14753 #~ msgstr "-mhard-float n'est pas supporté"
14755 #~ msgid "-msingle-float and -msoft-float can not both be specified"
14756 #~ msgstr "-msingle-float et -msoft-float ne peuvent être spécifiés ensembles"
14758 #~ msgid " conflicting code gen style switches are used"
14759 #~ msgstr " code de génération de style de switches utilisées est en conflit"
14761 #~ msgid "GCC does not support -C or -CC without -E"
14762 #~ msgstr "GCC ne supporte pas -C ou -CC sans utiliser -E"
14764 #~ msgid "-E required when input is from standard input"
14765 #~ msgstr "-E est requis lorsque l'entrée est faite à partir de l'entrée standard"
14767 #~ msgid "mno-cygwin and mno-win32 are not compatible"
14768 #~ msgstr "mno-cygwin et mno-win32 ne sont pas compatibles"
14770 #~ msgid "pointer to a member used in arithmetic"
14771 #~ msgstr "usage en arithmétique d'un pointeur vers un membre"
14773 #~ msgid "declaration of \"%s\" shadows a parameter"
14774 #~ msgstr "la déclaration de « %s » masque un paramètre"
14776 #~ msgid "Copyright (C) 2003 Free Software Foundation, Inc.\n"
14777 #~ msgstr "Copyright © 2003 Free Software Foundation, Inc.\n"
14779 #~ msgid "Use the 26-bit version of the APCS"
14780 #~ msgstr "Utiliser la version 26 bits de APCS"
14782 #~ msgid "duplicate enum value `%D'"
14783 #~ msgstr "valeur d'énumérateur « %D » en double"
14785 #~ msgid "duplicate field `%D' (as enum and non-enum)"
14786 #~ msgstr "champ « %D » en double (comme enum et non enum)"
14788 #~ msgid "duplicate nested type `%D'"
14789 #~ msgstr "type « %D » imbriqué en double"
14791 #~ msgid "duplicate field `%D' (as type and non-type)"
14792 #~ msgstr "duplicattion du champ « %D » (comme type et non type)"
14794 #~ msgid "duplicate member `%D'"
14795 #~ msgstr "membre « %D » est double"
14797 #~ msgid "ISO C++ forbids member `%D' with same name as enclosing class"
14798 #~ msgstr "ISO C++ interdit le membre « %D » avec le même non de la classe de fermeture"
14800 #~ msgid "field `%D' declared static in union"
14801 #~ msgstr "champ « %D » déclaré statique dans l'union"
14803 #~ msgid "ISO C++ forbids static data member `%D' with same name as enclosing class"
14804 #~ msgstr "ISO C++ interdit les données de membres statiques « %D » avec le même nom comme classe de fermeture"
14806 #~ msgid "anachronistic use of array size in vector delete"
14807 #~ msgstr "utilisation anachronique de la taille d'un tableau dans un vecteur delete"
14809 #~ msgid "ISO C++ forbids aggregate initializer to new"
14810 #~ msgstr "ISO C++ interdit l'aggrégation d'initialiseur à new"
14812 #~ msgid "neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined."
14813 #~ msgstr "ni le destructeur ni l'opérateur « delete » spécifique à la classe ne sera appellé, même s'ils sont déclarés lorsque la classe est définie"
14815 #~ msgid "Warn if deprecated class, method, or field is used"
14816 #~ msgstr "Avertir si une classe, une méthode ou un champ obsolète est utilisé"
14818 #~ msgid "Warn if deprecated empty statements are found"
14819 #~ msgstr "Avertir si des déclarations vides obsolètes sont trouvées"
14821 #~ msgid "Enable warnings about inter-procedural problems"
14822 #~ msgstr "Autoriser les avertissements à propos des problèmes inter-procédural"
14824 #~ msgid "Warn if .class files are out of date"
14825 #~ msgstr "Avertir si des fichier .class sont périmées"
14827 #~ msgid "Warn if modifiers are specified when not necessary"
14828 #~ msgstr "Avertir si des modificateurs sont spécifiés sans que cela ne soit nécessaires"
14830 #~ msgid "Warn about constructs with surprising meanings"
14831 #~ msgstr "Avertir à propos des construits ayant des sens surprenants"
14833 #~ msgid "--CLASSPATH\tDeprecated; use --classpath instead"
14834 #~ msgstr "--CLASSPATH\tobsolète; utiliser --classpath à la place"
14836 #~ msgid "Do not treat local variables and COMMON blocks as if they were named in SAVE statements"
14837 #~ msgstr "Traiter les variables locales et les blocs COMMON comme s'ils étaient nommés dans une déclaration SAVE"
14839 #~ msgid "Backslashes in character and hollerith constants are special (not C-style)"
14840 #~ msgstr "Barres obliques inverses dans les constantes de caractères ou d'hollerith ne sont pas particulières (pas de style C)"
14842 #~ msgid "Delete libU77 intrinsics with bad interfaces"
14843 #~ msgstr "Détruire les intrinsèques libU77 ayant des interfaces erronées"
14845 #~ msgid "Disable libU77 intrinsics with bad interfaces"
14846 #~ msgstr "Désactiver les intrinsèques libU77 ayant des interfaces erronées"
14848 #~ msgid "Enable libU77 intrinsics with bad interfaces"
14849 #~ msgstr "Autoriser les intrinsèques libU77 ayant des interfaces erronées"
14851 #~ msgid "Hide libU77 intrinsics with bad interfaces"
14852 #~ msgstr "Cacher les intrinsèques libU77 ayant des interfaces erronées"
14854 #~ msgid "--bootclasspath=<path>\tReplace system path"
14855 #~ msgstr "--bootclasspath=<chemin>\tremplacer le <chemin> système"
14857 #~ msgid "Program written in strict mixed-case"
14858 #~ msgstr "Programme écrit dans une stricte casse mélangée"
14860 #~ msgid "Compile as if program written in lowercase"
14861 #~ msgstr "Compiler comme si le programme était écrit en minuscules"
14863 #~ msgid "Preserve case used in program"
14864 #~ msgstr "Préserver la casse utilisée dans un programme"
14866 #~ msgid "Program written in lowercase"
14867 #~ msgstr "Programmes écrit en minuscules"
14869 #~ msgid "Program written in uppercase"
14870 #~ msgstr "Programme écrit en majuscules"
14872 #~ msgid "Compile as if program written in uppercase"
14873 #~ msgstr "Compiler comme si le programme était écrit en majuscules"
14875 #~ msgid "--classpath=<path>\tSet class path"
14876 #~ msgstr "--classpath=<chemin>\tfixer le chemin des classes"
14878 #~ msgid "Emit special debugging information for COMMON and EQUIVALENCE (disabled)"
14879 #~ msgstr "Produire des information spéciales de mise au point pour COMMON et EQUIVALENCE (désactivé)"
14881 #~ msgid "Allow '$' in symbol names"
14882 #~ msgstr "Permettre '$' dans les noms de symboles"
14884 #~ msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"
14885 #~ msgstr "Avoir un frontal d'émulation pour l'arithmétique COMPLEXE pour éviter les bugs"
14887 #~ msgid "--encoding=<encoding>\tChoose input encoding (defaults from your locale)"
14888 #~ msgstr "--encoding=<encodage>\tchoisir l'encodade d'entrée (par défaut provient de la locale)"
14890 #~ msgid "f2c-compatible code can be generated"
14891 #~ msgstr "code f2c compatible peut être généré"
14893 #~ msgid "Delete non-FORTRAN-77 intrinsics f2c supports"
14894 #~ msgstr "Détruire les supports f2c intrinsèques non Fortran 77"
14896 #~ msgid "Disable non-FORTRAN-77 intrinsics f2c supports"
14897 #~ msgstr "Désactiver les supports f2c intrinsèques non Fortran 77"
14899 #~ msgid "Enable non-FORTRAN-77 intrinsics f2c supports"
14900 #~ msgstr "Autoriser les supports f2c intrinsèques non Fortran 77"
14902 #~ msgid "Hide non-FORTRAN-77 intrinsics f2c supports"
14903 #~ msgstr "Cacher les supports f2c intrinsèques non Fortran 77"
14905 #~ msgid "Unsupported; generate libf2c-calling code"
14906 #~ msgstr "Non supporté; générer le code d'appel libf2c"
14908 #~ msgid "Program is written in typical FORTRAN 66 dialect"
14909 #~ msgstr "Programme est écrit dans un dialecte typique FORTRAN 66"
14911 #~ msgid "Program is written in typical Unix-f77 dialect"
14912 #~ msgstr "Programme est écrit dans un dialecte typique Unix f77"
14914 #~ msgid "Program is written in Fortran-90-ish dialect"
14915 #~ msgstr "Programme est écrit dans un dialecte Fortran 90"
14917 #~ msgid "Delete non-FORTRAN-77 intrinsics F90 supports"
14918 #~ msgstr "Détruire les supports F90 intrinsèques non Fortran 77"
14920 #~ msgid "Disable non-FORTRAN-77 intrinsics F90 supports"
14921 #~ msgstr "Désactiver les supports F90 intrinsèques non Fortran 77"
14923 #~ msgid "Enable non-FORTRAN-77 intrinsics F90 supports"
14924 #~ msgstr "Autoriser les supports F90 intrinsèques non Fortran 77"
14926 #~ msgid "Hide non-FORTRAN-77 intrinsics F90 supports"
14927 #~ msgstr "Cacher les supports F90 intrinsèques non Fortran 77"
14929 #~ msgid "ffixed-line-length-<number>\tSet the maximum line length to <number>"
14930 #~ msgstr "ffixed-line-limit-<nombre>\tfixer la longueur maximale de la ligne à <nombre>"
14932 #~ msgid "Unsupported; affects code generation of arrays"
14933 #~ msgstr "Non supporté; affecte la génération de code des tableaux"
14935 #~ msgid "Always check for non gcj generated classes archives"
14936 #~ msgstr "Toujours vérifier dans les archives de classes non générées gcj"
14938 #~ msgid "Generate code to check subscript and substring bounds"
14939 #~ msgstr "Générer du code pour vérifier les bornes des souscripts et des sous-chaînes"
14941 #~ msgid "Program is written in Fortran-90-ish free form"
14942 #~ msgstr "Programme est écrit dans un style libre Fortran 90"
14944 #~ msgid "Enable fatal diagnostics about inter-procedural problems"
14945 #~ msgstr "Autoriser les diagnostiques fatals à propos des problèmes entre procédures"
14947 #~ msgid "Delete non-FORTRAN-77 intrinsics g77 supports"
14948 #~ msgstr "Détruire les supports g77 intrinsèques non Fortran 77"
14950 #~ msgid "Disable non-FORTRAN 77 intrinsics F90 supports"
14951 #~ msgstr "Désactiver les supports g77 intrinsèques non Fortran 77"
14953 #~ msgid "Enable non-FORTRAN 77 intrinsics F90 supports"
14954 #~ msgstr "Autoriser les supports F90 intrinsèques non Fortran 77"
14956 #~ msgid "Hide non-FORTRAN 77 intrinsics F90 supports"
14957 #~ msgstr "Cacher les supports g77 intrinsèques non Fortran 77"
14959 #~ msgid "Use offset tables for virtual method calls"
14960 #~ msgstr "Utiliser des tables de décalage pour les appels de méthodes virtuelles"
14962 #~ msgid "Initialize local vars and arrays to zero"
14963 #~ msgstr "Initialiser les vars locales et les tableaux à zéro"
14965 #~ msgid "Intrinsics letters in arbitrary cases"
14966 #~ msgstr "Lettres d'instrinsèques en casse arbitraire"
14968 #~ msgid "Intrinsics spelled as e.g. SqRt"
14969 #~ msgstr "Intrinsèques épellées tel que SqRt"
14971 #~ msgid "Intrinsics in lowercase"
14972 #~ msgstr "Intrinsèques en minuscules"
14974 #~ msgid "Intrinsics in uppercase"
14975 #~ msgstr "Intrinsèques en majuscules"
14977 #~ msgid "Assume native functions are implemented using JNI"
14978 #~ msgstr "Présumer que les fonctions natives sont implantées et qu'elles utilisent JNI"
14980 #~ msgid "Language keyword letters in arbitrary cases"
14981 #~ msgstr "Lettres des mots clés du langage dans des casses arbitraires"
14983 #~ msgid "Language keywords spelled as e.g. IOStat"
14984 #~ msgstr "Mots clés du langage épellés tel que IOStat"
14986 #~ msgid "Language keywords in lowercase"
14987 #~ msgstr "Mots clés du langage en minuscules"
14989 #~ msgid "Language keywords in uppercase"
14990 #~ msgstr "Mots clés du langage en majuscules"
14992 #~ msgid "Delete MIL-STD 1753 intrinsics"
14993 #~ msgstr "Détruire les intrinsèques MIL-STD 1753"
14995 #~ msgid "Disable MIL-STD 1753 intrinsics"
14996 #~ msgstr "Désactiver les intrinsèques MIL-STD 1753"
14998 #~ msgid "Enable MIL-STD 1753 intrinsics"
14999 #~ msgstr "Autoriser intrinsèques MIL-STD 1753"
15001 #~ msgid "Hide MIL-STD 1753 intrinsics"
15002 #~ msgstr "Cacher les intrinsèques MIL-STD 1753"
15004 #~ msgid "Take at least one trip through each iterative DO loop"
15005 #~ msgstr "Exécuter une dernière fois la visite à traves chaque boucle itérative DO"
15007 #~ msgid "Enable optimization of static class initialization code"
15008 #~ msgstr "Autorisser l'optimisation du code d'initialisation de classe statique"
15010 #~ msgid "Warn about use of (only a few for now) Fortran extensions"
15011 #~ msgstr "Avertir à propos de l'utilisation (très peu pour l'instant) des extensions Fortran"
15013 #~ msgid "Allow appending a second underscore to externals"
15014 #~ msgstr "Permettre l'ajout d'un second caractère de soulignement aux externes"
15016 #~ msgid "Do not print names of program units as they are compiled"
15017 #~ msgstr "Afficher les noms des unités de programme tels que compilées"
15019 #~ msgid "Internally convert most source to lowercase"
15020 #~ msgstr "Convertir de manière interne la majorité des sources en majuscules"
15022 #~ msgid "Internally preserve source case"
15023 #~ msgstr "Préserver à l'interne la casse des sources"
15025 #~ msgid "Internally convert most source to uppercase"
15026 #~ msgstr "Convertir à l'interne la majorité des sources en majuscules"
15028 #~ msgid "Enable assignability checks for stores into object arrays"
15029 #~ msgstr "Autoriser la vérificaitions des affectations dans le stockage des tableaux d'objets"
15031 #~ msgid "Symbol names spelled in mixed case"
15032 #~ msgstr "Noms des symboles épellés dans des casses mélangées"
15034 #~ msgid "Symbol names in lowercase"
15035 #~ msgstr "Noms de symboles en minuscules"
15037 #~ msgid "Symbol names in uppercase"
15038 #~ msgstr "Noms des symboles en majuscules"
15040 #~ msgid "Make prefix-radix non-decimal constants be typeless"
15041 #~ msgstr "Rendre les préfixes des bases des constantes non décimales sans type"
15043 #~ msgid "Allow all ugly features"
15044 #~ msgstr "Permettre toutes les options laides"
15046 #~ msgid "Hollerith and typeless can be passed as arguments"
15047 #~ msgstr "Les Hollerith et sans type peuvent être passés comme arguments"
15049 #~ msgid "Allow ordinary copying of ASSIGN'ed vars"
15050 #~ msgstr "Permettre le copie ordinaire des variable affectées"
15052 #~ msgid "Dummy array dimensioned to (1) is assumed-size"
15053 #~ msgstr "Tableau factice dont la taille des dimensions (1) est assumée"
15055 #~ msgid "Trailing comma in procedure call denotes null argument"
15056 #~ msgstr "Virgule de fin dans l'appel de la procédure dénote un argument nul"
15058 #~ msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
15059 #~ msgstr "Permettre REAL(Z) et AIMAG(Z) pour les DOUBLE COMPLEX Z"
15061 #~ msgid "Initialization via DATA and PARAMETER is not type-compatible"
15062 #~ msgstr "Initialisation via DATA et PARAMETER n'est pas un type compatible"
15064 #~ msgid "Allow INTEGER and LOGICAL interchangeability"
15065 #~ msgstr "Permettre l'interchangeabilité de INTEGER et LOGICAL"
15067 #~ msgid "Append underscores to externals"
15068 #~ msgstr "Ajouter des caractères de soulignement aux externes"
15070 #~ msgid "Delete libU77 intrinsics"
15071 #~ msgstr "Détruire les intrinsèques libU77"
15073 #~ msgid "Disable libU77 intrinsics"
15074 #~ msgstr "Désactiver les intrinsèques libU77"
15076 #~ msgid "Enable libU77 intrinsics"
15077 #~ msgstr "Autoriser les intrinsèques libU77"
15079 #~ msgid "Hide libU77 intrinsics"
15080 #~ msgstr "Cacher les intrinsèques libU77"
15082 #~ msgid "Print g77-specific version information and run internal tests"
15083 #~ msgstr "Afficher les informations de version spécifiques du compilateur g77, exécuter les tests internes"
15085 #~ msgid "Program is written in VXT (Digital-like) FORTRAN"
15086 #~ msgstr "Programme est écrit en Fortran VXT (forme de Digital)"
15088 #~ msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"
15089 #~ msgstr "Détruire les supports VXT Fortran intrinsèques non Fortran-77"
15091 #~ msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
15092 #~ msgstr "Désactiver les supports VXT Fortran intrinsèques non Fortran-77"
15094 #~ msgid "Enable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
15095 #~ msgstr "Désactiver les supports VXT Fortran intrinsèques non Fortran-77"
15097 #~ msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"
15098 #~ msgstr "Cacher les supports VXT Fortran des intrinsèques non Fortran-77"
15100 #~ msgid "Print internal debugging-related information"
15101 #~ msgstr "Afficher les informations internes reliées à la mise au point"
15103 #~ msgid "Treat initial values of 0 like non-zero values"
15104 #~ msgstr "Traiter les valeurs initiales de 0 comme des valeurs non zéros"
15106 #~ msgid "-gnat<options>\tSpecify options to GNAT"
15107 #~ msgstr "-gnat<options>\tSpécifier les options pour GNAT"
15109 #~ msgid "concatenation of string literals with __FUNCTION__ is deprecated"
15110 #~ msgstr "la concaténation de chaînes de litéraux avec « __FUNCTION__ » est obsolète"
15112 #~ msgid "ISO C++ forbids range expressions in switch statements"
15113 #~ msgstr "ISO C++ interdit les intervalles dans les déclarations de « switch »"
15115 #~ msgid "ISO C++ forbids taking the address of a label"
15116 #~ msgstr "ISO C++ interdit de prendre l'adresse d'une étiquette"
15118 #~ msgid "ISO C forbids taking the address of a label"
15119 #~ msgstr "ISO C interdit de prendre l'adresse d'une étiquette"
15121 #~ msgid "declaration of `%s' shadows %s"
15122 #~ msgstr "la déclaration de « %s » masque %s"
15124 #~ msgid "`struct %s' incomplete in scope ending here"
15125 #~ msgstr "« struct %s » incomplète dans le champ terminant ici"
15127 #~ msgid "`union %s' incomplete in scope ending here"
15128 #~ msgstr "« union %s » incomplète dans le champ terminant ici"
15130 #~ msgid "`enum %s' incomplete in scope ending here"
15131 #~ msgstr "« enum %s » incomplète dans le champ terminant ici"
15133 #~ msgid "label `%s' defined but not used"
15134 #~ msgstr "étiquette « %s » définie mais pas utilisée"
15136 #~ msgid "shadowing library function `%s'"
15137 #~ msgstr "masquage de la fonction « %s » de la bibliothèque"
15139 #~ msgid "library function `%s' declared as non-function"
15140 #~ msgstr "fonction « %s » de la bibliothèque déclarée comme n'étant pas une fonction"
15142 #~ msgid "conflicting types for `%s'"
15143 #~ msgstr "types conflictuels pour « %s »"
15145 #~ msgid "redeclaration of `%s'"
15146 #~ msgstr "redéclaration de « %s »"
15148 #~ msgid "prototype for `%s' follows"
15149 #~ msgstr "le prototype de « %s » suit"
15151 #~ msgid "non-prototype definition here"
15152 #~ msgstr "définition d'un non prototype ici"
15154 #~ msgid "prototype for `%s' follows and number of arguments doesn't match"
15155 #~ msgstr "le prototype de « %s » suit mais le nombre d'arguments ne concorde pas"
15157 #~ msgid "prototype for `%s' follows and argument %d doesn't match"
15158 #~ msgstr "le prototype de « %s » suit mais le nombre d'arguments %d ne concorde pas"
15160 #~ msgid "type qualifiers for `%s' conflict with previous decl"
15161 #~ msgstr "le qualificateur du type de « %s » est en conflit avec une déclaration précédente"
15163 #~ msgid "redundant redeclaration of `%s' in same scope"
15164 #~ msgstr "redéclaration redondante de « %s » dans le même champ"
15166 #~ msgid "a parameter"
15167 #~ msgstr "un paramètre"
15169 #~ msgid "a previous local"
15170 #~ msgstr "une locale précédente"
15172 #~ msgid "a global declaration"
15173 #~ msgstr "une déclaration globale"
15175 #~ msgid "`%s' used prior to declaration"
15176 #~ msgstr "« %s » utilisé avant sa déclaration"
15178 #~ msgid "`%s' was declared implicitly `extern' and later `static'"
15179 #~ msgstr "« %s » a été déclaré implicitement « extern » et plus loin « static »"
15181 #~ msgid "previous external decl of `%s'"
15182 #~ msgstr "déclaration externe précédente de « %s »"
15184 #~ msgid "type mismatch with previous implicit declaration"
15185 #~ msgstr "non concordance de type avec la déclaration implicite précédente"
15187 #~ msgid "`%s' was previously implicitly declared to return `int'"
15188 #~ msgstr "« %s » a été précédemment déclaré implicitement comme retournant un « int »"
15190 #~ msgid "`%s' was declared `extern' and later `static'"
15191 #~ msgstr "« %s » a été déclaré « extern » et plus loin « static »"
15193 #~ msgid "`%s' locally external but globally static"
15194 #~ msgstr "« %s » localement externe mais globalement statique"
15196 #~ msgid "function `%s' was previously declared within a block"
15197 #~ msgstr "la fonction « %s » a été précédemment déclarée à l'intérieur d'un bloc"
15199 #~ msgid "declaration of `%s' has `extern' and is initialized"
15200 #~ msgstr "« %s » initialisé et déclaré « extern »"
15202 #~ msgid "initializer fails to determine size of `%s'"
15203 #~ msgstr "l'initialisation n'a pas pu déterminer la taille de « %s »"
15205 #~ msgid "array size missing in `%s'"
15206 #~ msgstr "taille du tableau manquante dans « %s »"
15208 #~ msgid "storage size of `%s' isn't known"
15209 #~ msgstr "taille de stockage de « %s » inconnue"
15211 #~ msgid "storage size of `%s' isn't constant"
15212 #~ msgstr "la taille de stockage de « %s » n'est pas une constante"
15214 #~ msgid "ISO C forbids parameter `%s' shadowing typedef"
15215 #~ msgstr "ISO C interdit que le paramètre « %s » masque un typedef"
15217 #~ msgid "parameter `%s' points to incomplete type"
15218 #~ msgstr "le paramètre « %s » pointe vers un type incomplet"
15220 #~ msgid "parameter points to incomplete type"
15221 #~ msgstr "le paramètre pointe vers un type incomplet"
15223 #~ msgid "`void' in parameter list must be the entire list"
15224 #~ msgstr "si « void » est dans une liste de paramètres, toute la liste doit l'être"
15226 #~ msgid "`union %s' declared inside parameter list"
15227 #~ msgstr "« union %s » déclarée à l'intérieur de la liste de paramètres"
15229 #~ msgid "`enum %s' declared inside parameter list"
15230 #~ msgstr "« enum %s » déclarée à l'intérieur de la liste de paramètres"
15232 #~ msgid "anonymous union declared inside parameter list"
15233 #~ msgstr "union anonyme déclarée à l'intérieur de la liste des paramètres"
15235 #~ msgid "anonymous enum declared inside parameter list"
15236 #~ msgstr "énumération anonyme déclarée à l'intérieur de la liste des paramètres"
15238 #~ msgid "bit-field `%s' type invalid in ISO C"
15239 #~ msgstr "le champ de bits « %s » a un type invalide en C ISO"
15241 #~ msgid "duplicate member `%s'"
15242 #~ msgstr "membre « %s » apparaît en double"
15244 #~ msgid "parm types given both in parmlist and separately"
15245 #~ msgstr "types des paramètres à la fois donnés dans la liste et séparément"
15247 #~ msgid "parameter `%s' declared void"
15248 #~ msgstr "paramètre « %s » déclaré « void »"
15250 #~ msgid "universal-character-name '\\u%04x' not valid in identifier"
15251 #~ msgstr "nom-de-caractère-universel « \\U%04x » invalide dans l'identificcateur"
15253 #~ msgid "ignoring invalid multibyte character"
15254 #~ msgstr "caractère multioctet invalide ignoré"
15256 #~ msgid "options array incorrectly sorted: %s is before %s"
15257 #~ msgstr "tableau des options mal trié : %s est avant %s"
15259 #~ msgid "-Wno-strict-prototypes is not supported in C++"
15260 #~ msgstr "-Wno-strict-prototypes n'est pas permis en C++"
15264 #~ " -include <file> Include the contents of <file> before other files\n"
15265 #~ " -imacros <file> Accept definition of macros in <file>\n"
15266 #~ " -iprefix <path> Specify <path> as a prefix for next two options\n"
15267 #~ " -iwithprefix <dir> Add <dir> to the end of the system include path\n"
15268 #~ " -iwithprefixbefore <dir> Add <dir> to the end of the main include path\n"
15269 #~ " -isystem <dir> Add <dir> to the start of the system include path\n"
15272 #~ " -include <fichier> Inclure le contenu du <fichier> avant d'autres fichiers\n"
15273 #~ " -imacros <fichier> Accepter la définition de macros dans le <fichier>\n"
15274 #~ " -iprefix <chemin> Spécifier le <chemin> comme un préfixe aux prochaines deux options\n"
15275 #~ " -iwithprefix <rép> Ajouter le <rép>ertoire à la fin du chemin d'inclusion système\n"
15276 #~ " -iwithprefixbefore <rép> Ajouter le <rép>ertoire à la fin du chemin d'inclusion principal\n"
15277 #~ " -isystem <rép> Ajouter le <rép>ertoire au début du chemin d'inclusion système\n"
15280 #~ " -idirafter <dir> Add <dir> to the end of the system include path\n"
15281 #~ " -I <dir> Add <dir> to the end of the main include path\n"
15282 #~ " -I- Fine-grained include path control; see info docs\n"
15283 #~ " -nostdinc Do not search system include directories\n"
15284 #~ " (dirs specified with -isystem will still be used)\n"
15285 #~ " -nostdinc++ Do not search system include directories for C++\n"
15286 #~ " -o <file> Put output into <file>\n"
15288 #~ " -idirafter <rép> Ajouter le <rép>ertoire à la fin du chemin d'inclusion système\n"
15289 #~ " -I <rép> Ajouter le <rép>ertoire à la fin du chemin d'inclusion principal\n"
15290 #~ " -I- Raffiner le contrôle du chemin d'inclusion; consulter la doc\n"
15291 #~ " -nostdinc Ne pas rechercher dans les répertoires d'inclusion système\n"
15292 #~ " (les rép spécifiés avec -isystem seront encore utilisés)\n"
15293 #~ " -nostdinc++ Ne pas rechercher dans les répertoires d'inclusion système pour C++\n"
15294 #~ " -o <fichier> Produire la sortie dans le <fichier>\n"
15297 #~ " -trigraphs Support ISO C trigraphs\n"
15298 #~ " -std=<std name> Specify the conformance standard; one of:\n"
15299 #~ " gnu89, gnu99, c89, c99, iso9899:1990,\n"
15300 #~ " iso9899:199409, iso9899:1999, c++98\n"
15301 #~ " -w Inhibit warning messages\n"
15302 #~ " -W[no-]trigraphs Warn if trigraphs are encountered\n"
15303 #~ " -W[no-]comment{s} Warn if one comment starts inside another\n"
15305 #~ " -trigraphs Permettre les trigraphes C ISO\n"
15306 #~ " -std=<standard> Spécifier le <standard> de conformité à utiliser; soit:\n"
15307 #~ " gnu89, gnu99, c89, c99, iso9899:1990,\n"
15308 #~ " iso9899:199409, iso9899:1999, c++98\n"
15309 #~ " -w Inhiber les messages d'avertissement\n"
15310 #~ " -W[no-]trigraphs Avertir [ou non] si des trigraphes sont rencontrés\n"
15311 #~ " -W[no-]comment{s} Avertir [ou non] si un commentaire débute à l'intérieur \n"
15315 #~ " -W[no-]traditional Warn about features not present in traditional C\n"
15316 #~ " -W[no-]undef Warn if an undefined macro is used by #if\n"
15317 #~ " -W[no-]import Warn about the use of the #import directive\n"
15319 #~ " -W[no-]traditional Avertir [ou non] à propos des fonctionnalités absentes\n"
15320 #~ " en C traditionnel\n"
15321 #~ " -W[no-]undef Avertir [ou non] à propos des macros utilisées dans des\n"
15322 #~ " #if sans être définies\n"
15323 #~ " -W[no-]import Avertir [ou non] de l'utilisation de la directive #import\n"
15326 #~ " -W[no-]error Treat all warnings as errors\n"
15327 #~ " -W[no-]system-headers Do not suppress warnings from system headers\n"
15328 #~ " -W[no-]all Enable most preprocessor warnings\n"
15330 #~ " -W[no-]error Changer [ou non] les avertissements en erreurs\n"
15331 #~ " -W[no-]system-headers Supprimer [ou non] les avertissements à propos des \n"
15332 #~ " en-têtes système\n"
15333 #~ " -W[no-]all Générer [ou non] la plupart des avertissements du\n"
15334 #~ " préprocesseur\n"
15337 #~ " -M Generate make dependencies\n"
15338 #~ " -MM As -M, but ignore system header files\n"
15339 #~ " -MD Generate make dependencies and compile\n"
15340 #~ " -MMD As -MD, but ignore system header files\n"
15341 #~ " -MF <file> Write dependency output to the given file\n"
15342 #~ " -MG Treat missing header file as generated files\n"
15344 #~ " -M Générer les dépendances pour make\n"
15345 #~ " -MM Comme -M, en ignorant les fichiers d'en-têtes système\n"
15346 #~ " -MD Générer les dépendances pour make et compiler\n"
15347 #~ " -MMD Comme -MD, en ignorant les fichiers d'en-têtes système\n"
15348 #~ " -MF <fichier> Écrire les dépendances dans le <fichier>\n"
15349 #~ " -MG Traiter les en-têtes manquants comme des fichiers générés\n"
15352 #~ " -MP\t\t\t Generate phony targets for all headers\n"
15353 #~ " -MQ <target> Add a MAKE-quoted target\n"
15354 #~ " -MT <target> Add an unquoted target\n"
15356 #~ " -MP\t\t\t Générer des cibles factices pour tous les en-têtes\n"
15357 #~ " -MQ <target> Ajouter une cible protégée pour MAKE\n"
15358 #~ " -MT <target> Ajouter une cible non protégée\n"
15361 #~ " -D<macro> Define a <macro> with string '1' as its value\n"
15362 #~ " -D<macro>=<val> Define a <macro> with <val> as its value\n"
15363 #~ " -A<question>=<answer> Assert the <answer> to <question>\n"
15364 #~ " -A-<question>=<answer> Disable the <answer> to <question>\n"
15365 #~ " -U<macro> Undefine <macro> \n"
15366 #~ " -v Display the version number\n"
15368 #~ " -D<macro> Définir une <macro> avec la chaîne « 1 » pour valeur\n"
15369 #~ " -D<macro>=<valeur> Définir une <macro> de <valeur>\n"
15370 #~ " -A<question>=(<réponse>) Créer une assertion <question>=<réponse>\n"
15371 #~ " -A-<question>=(<réponse>) Dissocier la <réponse> à la <question>\n"
15372 #~ " -U<macro> Oublier la définition de la <macro> \n"
15373 #~ " -v Afficher le numéro de version\n"
15376 #~ " -H Print the name of header files as they are used\n"
15377 #~ " -C Do not discard comments\n"
15378 #~ " -dM Display a list of macro definitions active at end\n"
15379 #~ " -dD Preserve macro definitions in output\n"
15380 #~ " -dN As -dD except that only the names are preserved\n"
15381 #~ " -dI Include #include directives in the output\n"
15383 #~ " -H Afficher le nom des fichiers en-tête tel qu'utilisés\n"
15384 #~ " -C Ne pas mettre de côté les commantaires\n"
15385 #~ " -dM Afficher la liste des définitions de macro actives à la fin\n"
15386 #~ " -dD Préserver les définitions de macros dans la sortie\n"
15387 #~ " -dN Comme -dD, mais seuls les noms sont préservés\n"
15388 #~ " -dI Inclure la directive #include dans la sortie\n"
15391 #~ " -f[no-]preprocessed Treat the input file as already preprocessed\n"
15392 #~ " -ftabstop=<number> Distance between tab stops for column reporting\n"
15393 #~ " -P Do not generate #line directives\n"
15394 #~ " -remap Remap file names when including files\n"
15395 #~ " --help Display this information\n"
15397 #~ " -f[no-]preprocessed Considérer [ou non] que le fichier d'entrée est \n"
15398 #~ " déjà pré-traité\n"
15399 #~ " -ftabstop=<nombre> Largeur des tabulations pour indiquer la colonne\n"
15400 #~ " -P Ne pas générer des directives #line\n"
15401 #~ " -remap Refaire la table des noms de fichiers lors de\n"
15402 #~ " l'inclusion de fichiers\n"
15403 #~ " --help Afficher cet l'aide-mémoire\n"
15406 #~ msgid "ISO C forbids the address of a cast expression"
15407 #~ msgstr "ISO C interdit l'adresse d'une expression transtypée"
15409 #~ msgid "initializer for static variable is not constant"
15410 #~ msgstr "l'initialisation d'une variable statique n'est pas une constante"
15412 #~ msgid "initializer for static variable uses complicated arithmetic"
15413 #~ msgstr "l'initialisation d'une variable statique utilise une artihmétique compliquée"
15416 #~ msgid "aggregate initializer is not constant"
15417 #~ msgstr "l'initialisation d'aggrégat n'est pas une constante"
15420 #~ msgid "aggregate initializer uses complicated arithmetic"
15421 #~ msgstr "l'initialisation d'un aggrégat utilise une arithmétique compliquée"
15424 #~ msgid "variable offset is passed partially in stack and in reg"
15425 #~ msgstr "le décalage de variable est passé partiellement dans la pile et dans le registre"
15427 #~ msgid "variable size is passed partially in stack and in reg"
15428 #~ msgstr "la taille de la variable est passée partiellement dans la pile et le registre"
15432 #~ msgstr "open %s"
15434 #~ msgid "incompatibilities between object file & expected values"
15435 #~ msgstr "incompatibilités entre le fichier objet et les valeurs attendues"
15439 #~ "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
15442 #~ "Traitement de la table des symboles #%d, décalage = 0x%.8lx, sorte = %s\n"
15445 #~ msgid "string section missing"
15446 #~ msgstr "chaîne de section manquante"
15448 #~ msgid "section pointer missing"
15449 #~ msgstr "pointeur de section manquant"
15451 #~ msgid "no symbol table found"
15452 #~ msgstr "aucune table des symboles trouvée"
15456 #~ "Updating header and load commands.\n"
15460 #~ "Mise à jour des en-têtes et des commandes de chargement.\n"
15464 #~ msgid "load command map, %d cmds, new size %ld.\n"
15465 #~ msgstr "Chargement de la carte des commandes, %d commandes, nouvelle taille %ld.\n"
15468 #~ "writing load commands.\n"
15471 #~ "écriture des commandes de chargement.\n"
15475 #~ msgid "close %s"
15476 #~ msgstr "close %s"
15478 #~ msgid "could not convert 0x%l.8x into a region"
15479 #~ msgstr "ne peut convertir 0x%l.8x en région"
15481 #~ msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
15482 #~ msgstr "fonction %s, région %d, décalage = %ld (0x%.8lx)\n"
15484 #~ msgid "bad magic number"
15485 #~ msgstr "nombre magique erroné"
15487 #~ msgid "bad header version"
15488 #~ msgstr "version d'en-tête erronée"
15490 # FIXME: ou version d'en-tête brut erronée
15491 #~ msgid "bad raw header version"
15492 #~ msgstr "version brute d'en-tête erronée"
15494 # FIXME: ou tampon d'en-tête brut trop petit
15495 #~ msgid "raw header buffer too small"
15496 #~ msgstr "tampon brut d'en-tête trop petit"
15498 #~ msgid "old raw header file"
15499 #~ msgstr "ancien fichier d'en-tête brute"
15501 #~ msgid "unsupported version"
15502 #~ msgstr "version non reconnue"
15504 #~ msgid "unknown {de,en}code_mach_o_hdr return value %d"
15505 #~ msgstr "mauvaise valeur de retour (%d) de {de,en}code_mach_o_hdr"
15508 #~ msgid "fstat %s"
15509 #~ msgstr "fstat %s"
15512 #~ msgid "lseek %s 0"
15513 #~ msgstr "lseek %s 0"
15517 #~ msgstr "read %s"
15519 #~ msgid "read %ld bytes, expected %ld, from %s"
15520 #~ msgstr "lu %ld octets, attendu %ld, de %s"
15523 #~ msgid "msync %s"
15524 #~ msgstr "msync %s"
15527 #~ msgid "munmap %s"
15528 #~ msgstr "munmap %s"
15531 #~ msgid "write %s"
15532 #~ msgstr "write %s"
15534 #~ msgid "wrote %ld bytes, expected %ld, to %s"
15535 #~ msgstr "écrit %ld octets, attendu %ld, vers %s"
15537 #~ msgid "ISO C++ does not permit \"%s\" in #if"
15538 #~ msgstr "ISO C++ n'autorise pas « %s » dans #if"
15540 #~ msgid "invalid character '%c' in #if"
15541 #~ msgstr "caractère « %c » invalide dans #if"
15543 #~ msgid "invalid character '\\%03o' in #if"
15544 #~ msgstr "caractère « \\%03o » invalide dans #if"
15546 #~ msgid "absolute file name in remap_filename"
15547 #~ msgstr "nom de fichier absolu dans remap_filename"
15549 #~ msgid "%s: Not a directory"
15550 #~ msgstr "%s : ce n'est pas un répertoire"
15552 #~ msgid "directory name missing after %s"
15553 #~ msgstr "nom de répertoire manquant après %s"
15555 #~ msgid "file name missing after %s"
15556 #~ msgstr "nom de fichier manquant après %s"
15558 #~ msgid "path name missing after %s"
15559 #~ msgstr "nom de chemin manquant après %s"
15561 #~ msgid "unknown string token %s\n"
15562 #~ msgstr "élément lexical %s inconnu\n"
15564 #~ msgid "non-hex digit '%c' in universal-character-name"
15565 #~ msgstr "chiffre « %c » non hexadécimal dans le nom-de-caractère-universel"
15567 #~ msgid "universal-character-name on EBCDIC target"
15568 #~ msgstr "nom-de-caractère-universel pour une cible EBCDIC"
15570 #~ msgid "universal-character-name out of range"
15571 #~ msgstr "nom-de-caractère-universel est hors limite"
15573 #~ msgid "escape sequence out of range for its type"
15574 #~ msgstr "séquence d'échappement hors limite pour son type"
15576 #~ msgid "#import is obsolete, use an #ifndef wrapper in the header file"
15577 #~ msgstr "#import est obsolète, enveloppez le avec #ifndef dans le fichier d'en-tête"
15580 #~ msgid "#pragma once is obsolete"
15581 #~ msgstr "utiliser #pragma once est obsolète"
15583 #~ msgid "((anonymous))"
15584 #~ msgstr "((anonyme))"
15586 #~ msgid "%s: warnings being treated as errors\n"
15587 #~ msgstr "%s : les avertissements sont traités commes des erreurs\n"
15589 #~ msgid "At top level:"
15590 #~ msgstr "Hors de toute fonction :"
15592 #~ msgid "In member function `%s':"
15593 #~ msgstr "Dans la fonction membre « %s » :"
15595 #~ msgid "In function `%s':"
15596 #~ msgstr "Dans la fonction « %s »:"
15599 #~ "Please submit a full bug report,\n"
15600 #~ "with preprocessed source if appropriate.\n"
15601 #~ "See %s for instructions.\n"
15603 #~ "Veuillez soumettre un rapport complet d'anomalies,\n"
15604 #~ "avec le source pré-traité si nécessaire.\n"
15605 #~ "Consultez %s pour plus de détail.\n"
15608 #~ msgid "In file included from %s:%d"
15609 #~ msgstr "Dans le fichier inclus depuis %s:%d"
15611 # I18N: This line should be indented with the previous entry
15619 #~ msgid "internal regno botch: `%s' has regno = %d\n"
15620 #~ msgstr "regno interne mal fait : « %s » a regno = %d\n"
15622 #~ msgid "support for the DWARF1 debugging format is deprecated"
15623 #~ msgstr "le support du format de débogage DWARF1 est obsolète"
15625 #~ msgid "can't get current directory"
15626 #~ msgstr "ne peut repérer le répertoire courant"
15629 #~ msgid "unsupported wide integer operation"
15630 #~ msgstr "opération sur de large entier non supportée"
15632 #~ msgid "Copyright (C) 2002 Free Software Foundation, Inc.\n"
15633 #~ msgstr "Copyright © 2002 Free Software Foundation, Inc.\n"
15635 #~ msgid "mismatched braces in specs"
15636 #~ msgstr "accolades non concordantes dans les specs"
15638 #~ msgid "Could not open basic block file %s.\n"
15639 #~ msgstr "Ne pourrait pas ouvrir le fichier de blocs de base %s.\n"
15641 #~ msgid "Could not open program flow graph file %s.\n"
15642 #~ msgstr "Ne pourrait pas ouvrir le fichier de flux du programm %s.\n"
15644 #~ msgid "Could not open data file %s.\n"
15645 #~ msgstr "Ne pourrait pas ouvrir le fichier de données %s.\n"
15647 #~ msgid "Assuming that all execution counts are zero.\n"
15648 #~ msgstr "Suppose que tous les compteurs d'exécution sont à zéro.\n"
15650 #~ msgid "No executable code associated with file %s.\n"
15651 #~ msgstr "Aucun code exécutable associé avec le fichier %s.\n"
15653 #~ msgid "didn't use all bb entries of graph, function %s\n"
15654 #~ msgstr "N'a pas utiliser toutes les entrées bb du graphe, fonction %s\n"
15656 #~ msgid "block_num = %ld, num_blocks = %d\n"
15657 #~ msgstr "block_num = %ld, num_blocks = %d\n"
15659 #~ msgid "ERROR: unexpected line number %ld\n"
15660 #~ msgstr "ERREUR : ligne numéro %ld inattendue\n"
15662 #~ msgid "ERROR: too many basic blocks in function %s\n"
15663 #~ msgstr "ERREUR : trop de blocs de base dans la fonction %s\n"
15665 #~ msgid "ERROR: out of range line number in function %s\n"
15666 #~ msgstr "ERROR: numéro de ligne hors limite dans la fonction %s\n"
15668 #~ msgid "Could not open source file %s.\n"
15669 #~ msgstr "N'a pu ouvrir le fichier source %s.\n"
15671 #~ msgid "Unexpected EOF while reading source file %s.\n"
15672 #~ msgstr "EOF inattendue lors de la lecture du fichier source %s.\n"
15674 #~ msgid "Creating %s.\n"
15675 #~ msgstr "Création de %s.\n"
15677 #~ msgid "invalid string `%s' in define_cpu_unit"
15678 #~ msgstr "chaîne invalide « %s » dans define_cpu_unit"
15680 #~ msgid "invalid string `%s' in define_bypass"
15681 #~ msgstr "chaîne invalide « %s » dans define_bypass"
15683 #~ msgid "invalid first string `%s' in exclusion_set"
15684 #~ msgstr "première chaîne invalide « %s » dans exclusion_set"
15686 #~ msgid "invalid second string `%s' in exclusion_set"
15687 #~ msgstr "seconde chaîne invalide « %s » dans exclusion_set"
15689 #~ msgid "invalid second string `%s' in presence_set"
15690 #~ msgstr "seconde chaîne invalide « %s » dans presence_set"
15692 #~ msgid "invalid option `%s' in automata_option"
15693 #~ msgstr "option invalide « %s » dans automata_option"
15695 #~ msgid "invalid `%s' in reservation `%s'"
15696 #~ msgstr "« %s » invalide dans la réservation « %s »"
15698 #~ msgid "unit `%s' in exclusion is not declared"
15699 #~ msgstr "unité « %s » dans l'exclusion n'est pas déclaré"
15701 #~ msgid "unit `%s' excludes itself"
15702 #~ msgstr "unité « %s » s'exclue elle-même"
15704 #~ msgid "repeated declaration of automaton `%s'"
15705 #~ msgstr "déclaration répété de l'automate « %s »"
15707 #~ msgid "`%s' is already used as insn reservation name"
15708 #~ msgstr "« %s » est déjà utilisé dans le nom de réservation insn"
15710 #~ msgid "automaton `%s' is not declared"
15711 #~ msgstr "automate « %s » n'est pas déclaré"
15713 #~ msgid "`%s' is declared as cpu unit"
15714 #~ msgstr "« %s » déclaré comme unité cpu"
15716 #~ msgid "`%s' is declared as cpu reservation"
15717 #~ msgstr "« %s » est déclaré comme réservation cpu"
15719 #~ msgid "repeated declaration of unit `%s'"
15720 #~ msgstr "déclaration répété d'unité « %s »"
15722 #~ msgid "repeated declaration of reservation `%s'"
15723 #~ msgstr "déclaration répété de réservation « %s »"
15725 #~ msgid "there is no insn reservation `%s'"
15726 #~ msgstr "il n'y a pas de réservation insn « %s »"
15728 #~ msgid "the same bypass `%s - %s' is already defined"
15729 #~ msgstr "le même bypass « %s - %s » est déjà défini"
15731 #~ msgid "bypass `%s - %s' is already defined"
15732 #~ msgstr "bypass « %s - %s » est déjà défini"
15734 #~ msgid "undeclared unit or reservation `%s'"
15735 #~ msgstr "unité ou réservation « %s » non déclaré"
15737 #~ msgid "unit `%s' is not used"
15738 #~ msgstr "unité « %s » n'est utilisé"
15740 #~ msgid "reservation `%s' is not used"
15741 #~ msgstr "réservation « %s » n'est utilisé"
15743 #~ msgid "cycle in definition of reservation `%s'"
15744 #~ msgstr "cycle de définition de réservation « %s »"
15746 #~ msgid "-split has no argument."
15747 #~ msgstr "-split n'a pas d'argument."
15749 #~ msgid "option `-split' has not been implemented yet\n"
15750 #~ msgstr "l'option « -split » n'a pas été implanté encore\n"
15752 #~ msgid "Errors in DFA description"
15753 #~ msgstr "ERREURS dans la description DFA"
15755 #~ msgid "Error in writing DFA description file %s"
15756 #~ msgstr "Erreur dans l'écriture du fichier de description DFA %s"
15758 #~ msgid "No input file name."
15759 #~ msgstr "Pas de nom de fichier."
15761 #~ msgid ".da file corrupted"
15762 #~ msgstr "fichier .da corrompu"
15764 #~ msgid "Generate STABS format debug info"
15765 #~ msgstr "Générer des infos de mise au point de format STABS"
15767 #~ msgid "Generate extended STABS format debug info"
15768 #~ msgstr "Générer des infos de mise au point de format STABS étendu"
15770 #~ msgid "Generate DWARF-1 format debug info"
15771 #~ msgstr "Générer les informations de mise au point du format DWARF-1"
15773 #~ msgid "Generate extended DWARF-1 format debug info"
15774 #~ msgstr "Générer les extensions des informations de mise au point du format DWARF-1"
15776 #~ msgid "Generate DWARF-2 debug info"
15777 #~ msgstr "Générer les informations de mise au point DWARF-2"
15779 #~ msgid "Generate XCOFF format debug info"
15780 #~ msgstr "Générer les informations de mise au point du format XCOFF"
15782 #~ msgid "Generate extended XCOFF format debug info"
15783 #~ msgstr "Générer les extensions de mise au point du format XCOFF"
15785 #~ msgid "Generate COFF format debug info"
15786 #~ msgstr "Générer les informations de mise au point du format COFF"
15788 #~ msgid "Generate VMS format debug info"
15789 #~ msgstr "Générer des infos de mise au point de format VMS"
15791 #~ msgid "Consider all mem refs through pointers as volatile"
15792 #~ msgstr "Considérer toutes les référence en mémoire comme faite par des pointeurs volatiles"
15794 #~ msgid "Consider all mem refs to global data to be volatile"
15795 #~ msgstr "Considérer toutes les références mémoire à des données globales comme volatiles"
15797 #~ msgid "Consider all mem refs to static data to be volatile"
15798 #~ msgstr "Considérer toutes les références mémoire à des données statiques comme volatiles"
15800 #~ msgid "Output GNU ld formatted global initializers"
15801 #~ msgstr "Produire des initialisations de globlales au format GNU ld"
15803 #~ msgid "Enable SSA optimizations"
15804 #~ msgstr "Autoriser les optimisations SSA"
15806 #~ msgid "Enable SSA conditional constant propagation"
15807 #~ msgstr "Autoriser la propagation SSA de constante conditionnelle"
15809 #~ msgid "Enable aggressive SSA dead code elimination"
15810 #~ msgstr "Autoriser l'élimination agressive SSA du code mort"
15812 #~ msgid "Compile just for ISO C90"
15813 #~ msgstr "Compiler seulement pour ISO C90"
15815 #~ msgid "Determine language standard"
15816 #~ msgstr "Déterminer le standard du langage"
15818 #~ msgid "Make bit-fields by unsigned by default"
15819 #~ msgstr "Rendre les champs de bits non signés par défaut"
15821 #~ msgid "Allow different types as args of ? operator"
15822 #~ msgstr "Permettre des types différents pour les arguments de l'opérateur ?"
15824 #~ msgid "Allow the use of $ inside identifiers"
15825 #~ msgstr "Permettre l'utilisation de $ à l'intérieur d'identificateurs"
15827 #~ msgid "Use the smallest fitting integer to hold enums"
15828 #~ msgstr "Utiliser le plus petit entier pour contenir l'énumération (enums)"
15830 #~ msgid "Warn if nested comments are detected"
15831 #~ msgstr "Avertir si des commentaires imbriqués sont détectés"
15833 #~ msgid "Don't warn about too many arguments to format functions"
15834 #~ msgstr "Ne pas avertir à propos d'un surplus d'arguments pour des fonctions de format"
15836 #~ msgid "Warn about non-string-literal format strings"
15837 #~ msgstr "Avertir à propos des chaînes de format qui ne sont pas des chaînes"
15839 #~ msgid "Warn about constructs whose meanings change in ISO C"
15840 #~ msgstr "Avertir à propos de construits dont le sens change en C ISO"
15842 #~ msgid "Warn when trigraphs are encountered"
15843 #~ msgstr "Avertir lorsque des trigraphes sont rencontrés"
15845 #~ msgid "Mark strings as 'const char *'"
15846 #~ msgstr "Marque les chaînes comme étant 'const char *'"
15848 #~ msgid " -pedantic-errors Like -pedantic except that errors are produced\n"
15849 #~ msgstr " -pedantic-errors identique à -pedantic sauf que les erreurs sont produites\n"
15851 #~ msgid " -w Suppress warnings\n"
15852 #~ msgstr " -w supprimer les avertissements\n"
15854 #~ msgid " -W Enable extra warnings\n"
15855 #~ msgstr " -W autoriser les avertissements additionnels\n"
15857 #~ msgid " -Wunused Enable unused warnings\n"
15858 #~ msgstr " -Wunused autoriser les avertissements pour signaler les non utilisés\n"
15860 #~ msgid " -p Enable function profiling\n"
15861 #~ msgstr " -p autoriser le profilage des fonctions\n"
15865 #~ "Language specific options:\n"
15868 #~ "Options spécifiques au langage:\n"
15870 #~ msgid " %-23.23s [undocumented]\n"
15871 #~ msgstr " %-23.23s [non documenté]\n"
15875 #~ "There are undocumented %s specific options as well.\n"
15878 #~ "Il y a des options spécifiques %s qui ne sont pas documentés aussi.\n"
15882 #~ " Options for %s:\n"
15885 #~ " Options pour %s:\n"
15887 #~ msgid "unrecognized option `%s'"
15888 #~ msgstr "option « %s » non reconnue"
15890 #~ msgid "-Wid-clash-LEN is no longer supported"
15891 #~ msgstr "-Wid-clash-LEN n'est plus supportée"
15893 #~ msgid "use -gdwarf -g%d for DWARF v1, level %d"
15894 #~ msgstr "utiliser -gdwarf -g%d pour DWARF v1, niveau %d"
15896 #~ msgid "use -gdwarf-2 for DWARF v2"
15897 #~ msgstr "utiliser -gdwarf-2 pour DWARF v2"
15899 #~ msgid "ignoring option `%s' due to invalid debug level specification"
15900 #~ msgstr "option « %s » ignorée en raison de la spécification du niveau de mise au poitn invalide"
15902 #~ msgid "`%s': unknown or unsupported -g option"
15903 #~ msgstr "« %s »: inconnu ou non supporté option -g"
15905 #~ msgid "`%s' ignored, conflicts with `-g%s'"
15906 #~ msgstr "« %s » ignoré, en conflit avec «-g%s»"
15908 #~ msgid "-param option missing argument"
15909 #~ msgstr "argument manquant pour l'option -param"
15911 #~ msgid "invalid --param option: %s"
15912 #~ msgstr "option invalide --param: %s"
15914 #~ msgid "(it is valid for %s but not the selected language)"
15915 #~ msgstr "(c'est valide pour %s mais pas pour le langage séclectionné)"
15917 #~ msgid "#`%s' not supported by %s#"
15918 #~ msgstr "« %s » n'est pas supporté par %s#"
15920 #~ msgid "The maximuem number of instructions by repeated inlining before gcc starts to throttle inlining"
15921 #~ msgstr "Le nombre maximum d'instructions par type inline répété avant l'exécution de gcc au « throttle » enligne"
15923 #~ msgid "The number of instructions in a single functions still eligible to inlining after a lot recursive inlining"
15924 #~ msgstr "Le nombre d'instructions dans une fonction simple encore éligible au type enligne après plusieurs inline récursifs"
15926 #~ msgid "Use Mingw32 interface"
15927 #~ msgstr "Utiliser l'interface Mingw32"
15929 #~ msgid "Use Cygwin interface"
15930 #~ msgstr "Utiliser l'interface Cygwin"
15932 #~ msgid "Use bare Windows interface"
15933 #~ msgstr "Utiliser l'interface brute Windows"
15935 #~ msgid "Only initialized variables can be placed into program memory area."
15936 #~ msgstr "seules les variables initialisées peuvent être placées dans la zone mémoire du programme"
15938 #~ msgid "const objects cannot go in .sdata/.sbss"
15939 #~ msgstr "constantes objets ne peuvent aller dans .sdata/.sbss"
15941 #~ msgid "Generate code for a Sun FPA"
15942 #~ msgstr "Générer le code pour un Sun FPA"
15944 #~ msgid "Do not generate code for a Sun FPA"
15945 #~ msgstr "Ne pas générer le code pour un Sun FPA"
15947 #~ msgid "Generate code for a Sun Sky board"
15948 #~ msgstr "Générer le code pour un Sun Sky board"
15950 #~ msgid "Do not use Sky linkage convention"
15951 #~ msgstr "Ne pas utiliser la convention d'édition de lien Sky"
15953 #~ msgid "Generate code for a 68881"
15954 #~ msgstr "Générer du code pour un 68881"
15956 #~ msgid "internal gcc monitor: short-branch(%x)"
15957 #~ msgstr "moniteur interne gcc: branchement court(%x)"
15959 #~ msgid "internal gcc error: Can't express symbolic location"
15960 #~ msgstr "erreur interne gcc: ne peut exprimer la localisation symbolique"
15962 #~ msgid "argument #%d is a structure"
15963 #~ msgstr "argument #%d est une structure"
15965 #~ msgid "%%R not followed by %%B/C/D/E"
15966 #~ msgstr "%%R n'est pas suivi de %%B/C/D/E"
15968 #~ msgid "invalid %%Q value"
15969 #~ msgstr "valeur %%Q invalide"
15971 #~ msgid "invalid %%o value"
15972 #~ msgstr "valeur %%o invalide"
15974 #~ msgid "invalid %%s/S value"
15975 #~ msgstr "valeur %%s/S invalide"
15977 #~ msgid "invalid %%B value"
15978 #~ msgstr "valeur %%B invalide"
15980 #~ msgid "`%%d' operand isn't a register"
15981 #~ msgstr "l'opérande «%%d» n'est pas un registre"
15983 #~ msgid "operand is r0"
15984 #~ msgstr "opérande est R0"
15986 #~ msgid "operand is const_double"
15987 #~ msgstr "opérande est de type const_double"
15989 #~ msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
15990 #~ msgstr "-mtrap-large-shift et -mhandle-large-shift sont incompatibles"
15992 #~ msgid "invalid option `-mshort-data-%s'"
15993 #~ msgstr "option invalide «-mshort-data-%s'"
15995 #~ msgid "-mshort-data-%s is too large "
15996 #~ msgstr "-mshort-data-%s est trop grande "
15998 #~ msgid "-mshort-data-%s and PIC are incompatible"
15999 #~ msgstr "-mshort-data-%s et PIC sont incompatibles"
16001 #~ msgid "bad value (%s) for -mips switch"
16002 #~ msgstr "valeur erronée (%s) pour l'option -mips"
16004 #~ msgid "invalid option `entry%s'"
16005 #~ msgstr "option invalide «entry%s'"
16007 #~ msgid "-mentry is only meaningful with -mips-16"
16008 #~ msgstr "-mentry n'a de sens qu'avec -mips-16"
16010 #~ msgid "MIPS ECOFF format does not allow changing filenames within functions with #line"
16011 #~ msgstr "format MIPS ECOFF ne permet pas de changer le nom des fichiers à l'intérieur des fonction avec #line"
16013 #~ msgid "fp_offset (%ld) or end_offset (%ld) is less than zero"
16014 #~ msgstr "fp_offset (%ld) ou end_offset (%ld) est plus petit que zéro"
16016 #~ msgid "Trap on integer divide overflow"
16017 #~ msgstr "Intercepter les débordements lors de divisions avec des entiers"
16019 #~ msgid "Don't trap on integer divide overflow"
16020 #~ msgstr "Ne pas intercepter les débordement lors de divisions avec des entiers"
16022 #~ msgid "Use mips16 entry/exit psuedo ops"
16023 #~ msgstr "Utiliser les pseudo-op mips16 d'entrée/sortie"
16025 #~ msgid "Don't use MIPS16 instructions"
16026 #~ msgstr "Ne pas utiliser les instructions MIPS16"
16028 #~ msgid "invalid %%z value"
16029 #~ msgstr "valeur %%z invalide"
16031 #~ msgid "invalid %%Z value"
16032 #~ msgstr "valeur %%Z invalide"
16034 #~ msgid "invalid %%j value"
16035 #~ msgstr "valeur %%j invalide"
16037 #~ msgid "can't have varargs with -mfp-arg-in-fp-regs"
16038 #~ msgstr "ne peut avoir varargs avec -mfp-arg-in-fp-regs"
16040 #~ msgid "unknown -mvrsave= option specified: '%s'"
16041 #~ msgstr "option -mvrsave inconnue spécifiés: « %s »"
16043 #~ msgid "64 bit mode"
16044 #~ msgstr "mode 64 bits"
16046 #~ msgid "31 bit mode"
16047 #~ msgstr "mode 31 bits"
16049 #~ msgid "Use the Xtensa code density option"
16050 #~ msgstr "Utiliser l'option de densité du code Xtensa"
16052 #~ msgid "Do not use the Xtensa code density option"
16053 #~ msgstr "Ne pas utiliser l'option de densité du code Xtensa"
16055 #~ msgid "Use the Xtensa MAC16 option"
16056 #~ msgstr "Utiliser l'option Xtensa MAC16"
16058 #~ msgid "Do not use the Xtensa MAC16 option"
16059 #~ msgstr "Ne pas utiliser l'option Xtensa MAC16"
16061 #~ msgid "Use the Xtensa MUL16 option"
16062 #~ msgstr "Utiliser l'option Xtensa MUL16"
16064 #~ msgid "Do not use the Xtensa MUL16 option"
16065 #~ msgstr "Ne pas utiliser l'option Xtensa MUL16"
16067 #~ msgid "Use the Xtensa MUL32 option"
16068 #~ msgstr "Utiliser l'option Xtensa MUL16"
16070 #~ msgid "Do not use the Xtensa MUL32 option"
16071 #~ msgstr "Ne pas utiliser l'option Xtensa MUL32"
16073 #~ msgid "Use the Xtensa NSA option"
16074 #~ msgstr "Utiliser l'option Xtensa NSA"
16076 #~ msgid "Do not use the Xtensa NSA option"
16077 #~ msgstr "Ne pas utiliser l'option Xtensa NSA"
16079 #~ msgid "Use the Xtensa MIN/MAX option"
16080 #~ msgstr "Utiliser l'option Xtensa MIN/MAX"
16082 #~ msgid "Do not use the Xtensa MIN/MAX option"
16083 #~ msgstr "Ne pas utiliser l'option Xtensa MIN/MAX"
16085 #~ msgid "Use the Xtensa SEXT option"
16086 #~ msgstr "Utiliser l'option Xtensa SEXT"
16088 #~ msgid "Do not use the Xtensa SEXT option"
16089 #~ msgstr "Ne pas utiliser l'option Xtensa SEXT"
16091 #~ msgid "Use the Xtensa boolean register option"
16092 #~ msgstr "Utiliser l'option des registres booléens Xtensa"
16094 #~ msgid "Do not use the Xtensa boolean register option"
16095 #~ msgstr "Ne pas utiliser l'option des registres booléens Xtensa"
16097 #~ msgid "Use the Xtensa floating-point unit"
16098 #~ msgstr "Utiliser l'unité matérielle pour virgule flottante Xtensa"
16100 #~ msgid "Do not use the Xtensa floating-point unit"
16101 #~ msgstr "Ne pas utiliser l'unité matérielle pour virgule flottante Xtensa"
16103 #~ msgid "Serialize volatile memory references with MEMW instructions"
16104 #~ msgstr "Sérialiser les références à la mémoire volatile avec des instructions MEMW"
16106 #~ msgid "Do not serialize volatile memory references with MEMW instructions"
16107 #~ msgstr "Ne pas sérialiser les références à la mémoire volatile avec des instructions MEMW"
16109 #~ msgid "type of `%E' does not match destructor type `%T' (type was `%T')"
16110 #~ msgstr "type de « %E » ne concorde pas avec le type du destructeur « %T » (type était « %T »)"
16112 #~ msgid "`%D' is a namespace"
16113 #~ msgstr "« %D » est un nom d'espace"
16115 #~ msgid "base object `%E' of scoped method call is of non-aggregate type `%T'"
16116 #~ msgstr "objet de base « %E » de la portée d'appel de la méthode n'est pas de type aggrégat « %T »"
16118 #~ msgid "destructors take no parameters"
16119 #~ msgstr "destructeurs ne prend aucun paramètre"
16121 #~ msgid "destructor name `~%T' does not match type `%T' of expression"
16122 #~ msgstr "nom du destructeur «~%T» ne concorde pas avec le type « %T » de l'expression"
16124 #~ msgid "%s %+#D%s"
16125 #~ msgstr "%s %+#D%s"
16127 #~ msgid "%s for `%T ? %T : %T' operator"
16128 #~ msgstr "%s pour «%T ? %T : %T» comme opérateur"
16130 #~ msgid "%s for `%T [%T]' operator"
16131 #~ msgstr "%s pour l'opérateur «%T [%T]»"
16133 #~ msgid "%s for `%T %s %T' operator"
16134 #~ msgstr "%s pour l'opérateur «%T %s [%T]»"
16136 #~ msgid "%s for `%s %T' operator"
16137 #~ msgstr "%s pour l'opérateur «%s [%T]»"
16139 #~ msgid "`%D' must be declared before use"
16140 #~ msgstr "« %D » doit être déclaré avant son usage"
16142 #~ msgid " initializing argument %P of `%D' from result of `%D'"
16143 #~ msgstr " initialisation de l'argument %P de « %D » à partir du résultat « %D »"
16145 #~ msgid " initializing temporary from result of `%D'"
16146 #~ msgstr " initialisation temporaire à partir du résultat « %D »"
16148 #~ msgid "cannot receive objects of non-POD type `%#T' through `...'"
16149 #~ msgstr "ne peut recevoir d'objets de type non POD « %#T » through « ... »"
16151 #~ msgid "field `%D' invalidly declared offset type"
16152 #~ msgstr "champ « %D » incorrectement validé comme type de décalage"
16154 #~ msgid "lookup of `%D' finds `%#D'"
16155 #~ msgstr "recherche de « %D » a repéré « %#D »"
16157 #~ msgid " instead of `%D' from dependent base class"
16158 #~ msgstr " au lieu de « %D » à partir d'un classe de base dépendante"
16160 #~ msgid "lookup of `%D' in the scope of `%#T' (`%#D') does not match lookup in the current scope (`%#D')"
16161 #~ msgstr "recherche de « %D » dans la portée de « %#T » (« %#D ») ne concorde pas avec la recherche dans la portée courante (« %#D »)"
16163 #~ msgid "invalid declarator"
16164 #~ msgstr "déclarateur invalide"
16166 #~ msgid "`%T' is implicitly a typename"
16167 #~ msgstr "« %T » est implicitement un typename"
16169 #~ msgid "parameter `%D' invalidly declared offset type"
16170 #~ msgstr "paramètre « %D » incorrectement validé comme type de décalage"
16172 #~ msgid "`%s %T' declares a new type at namespace scope"
16173 #~ msgstr "« %s %T » déclare un nouveau type dans l'étendue de l'espace de noms"
16175 #~ msgid " names from dependent base classes are not visible to unqualified name lookup - to refer to the inherited type, say `%s %T::%T'"
16176 #~ msgstr " noms des classes de base dépendantes ne sont pas visibles à la recherche de nom non qualifié - pour référer à type par héritage, disons «%s %T::%T»"
16178 #~ msgid "base class `%T' has incomplete type"
16179 #~ msgstr "classe de base « %T » a un type incomplet"
16181 #~ msgid "semicolon missing after declaration of `%#T'"
16182 #~ msgstr "point-virgule manquant après la déclaration %#T"
16184 #~ msgid "template `%#D' instantiated in file without #pragma interface"
16185 #~ msgstr "canevas « %#D » instancié dans le fichier sans interface #pragma"
16187 #~ msgid "template `%#D' defined in file without #pragma interface"
16188 #~ msgstr "canevas « %#D » défini dans le fichier sans interface #pragma"
16190 #~ msgid "parser may be lost: is there a '{' missing somewhere?"
16191 #~ msgstr "analyseur syntaxique est perdu: y-a-t-il un «{» manquant quelque part?"
16193 #~ msgid "invalid data member initialization"
16194 #~ msgstr "initialisation de données membres invalide"
16196 #~ msgid "(use `=' to initialize static data members)"
16197 #~ msgstr "(utiliser «=» pour initialiser les données de membres)"
16199 #~ msgid "too many initialization functions required"
16200 #~ msgstr "trop d'initialisations de fonctions requises"
16202 #~ msgid "`%D' is not a namespace"
16203 #~ msgstr "« %D » n'est pas un espace de noms"
16205 #~ msgid "a using-declaration cannot specify a template-id. Try `using %T::%D'"
16206 #~ msgstr "l'utilisation de déclaration ne peut spécifier template-id. Essayer «using %T::%D'"
16208 #~ msgid "`%T' does not have a class or union named `%D'"
16209 #~ msgstr "« %T » n'a pas de classe ou d'union nommé « %D »"
16211 #~ msgid "`%T' is not a class or union type"
16212 #~ msgstr "« %T » n'est pas une classe ou un type d'union"
16214 #~ msgid "`%s' not supported by %s"
16215 #~ msgstr "« %s » n'est pas supporté par %s"
16217 #~ msgid "(static %s for %s)"
16218 #~ msgstr "(static %s pour %s)"
16220 #~ msgid "%s: In instantiation of `%s':\n"
16221 #~ msgstr "%s: dans l'instanciation de « %s »:\n"
16223 #~ msgid "%s:%d: instantiated from `%s'\n"
16224 #~ msgstr "%s:%d: instancié à partir de « %s »\n"
16226 #~ msgid "%s:%d: instantiated from here\n"
16227 #~ msgstr "%s:%d: instancié à partir d'ici\n"
16229 #~ msgid "previous friend declaration of `%D'"
16230 #~ msgstr "déclaration amie précédente de « %D »"
16232 #~ msgid "cannot call destructor `%T::~%T' without object"
16233 #~ msgstr "ne peut appeler le destructeur «%T::~%T» sans objet"
16235 #~ msgid "invalid use of member `%D'"
16236 #~ msgstr "utilisation invalide du membre « %D »"
16238 #~ msgid "no method `%T::%D'"
16239 #~ msgstr "pas de méthode «%T::%D»"
16241 #~ msgid "object missing in use of pointer-to-member construct"
16242 #~ msgstr "objet manquant dans l'utilisation du construit pointeur-à-membre"
16244 #~ msgid "member `%D' is non-static but referenced as a static member"
16245 #~ msgstr "membre « %D » est non statique mais référencé comme membre statique"
16247 #~ msgid "object missing in `%E'"
16248 #~ msgstr "objet manquant dans « %E »"
16250 #~ msgid "initializer list being treated as compound expression"
16251 #~ msgstr "liste d'initaliseurs a été traité comme une expression composée"
16253 #~ msgid "cannot declare references to references"
16254 #~ msgstr "ne peut décalrer des références vers des références"
16256 #~ msgid "cannot declare pointers to references"
16257 #~ msgstr "ne peut déclarer des pointeurs vers des références"
16259 #~ msgid "type name expected before `&'"
16260 #~ msgstr "nom de type attendu avant «&»"
16262 #~ msgid "semicolon missing after %s declaration"
16263 #~ msgstr "«;» manquant après la déclaration de %s"
16265 #~ msgid "semicolon missing after declaration of `%T'"
16266 #~ msgstr "«;» manquant après la déclaration « %T »"
16268 #~ msgid "`::%D' undeclared (first use here)"
16269 #~ msgstr "«::%D» non déclaré (première utilisation ici)"
16271 #~ msgid "real-valued template parameters when cross-compiling"
16272 #~ msgstr "canevas de paramètre en valeur réelle lors de la compilation croisée"
16274 #~ msgid "use of linkage spec `%D' is different from previous spec `%D'"
16275 #~ msgstr "utilisation de spéc de liaisons « %D » est différente de la spec précédente « %D »"
16277 #~ msgid "no base or member initializers given following ':'"
16278 #~ msgstr "pas d'initialiseur de base ou membre donné après «:»"
16280 #~ msgid "use of template qualifier outside template"
16281 #~ msgstr "utilisation d'un qualificateur de canevas en dehors d'un canevas"
16283 #~ msgid "ISO C++ forbids an empty condition for `%s'"
16284 #~ msgstr "ISO C++ interdit une condition vide pour « %s »"
16286 #~ msgid "definition of class `%T' in condition"
16287 #~ msgstr "définition de la classe « %T » dans la condition"
16289 #~ msgid "definition of enum `%T' in condition"
16290 #~ msgstr "définition de l'aggrégat « %T » dans la condition"
16292 #~ msgid "definition of array `%#D' in condition"
16293 #~ msgstr "définition du tableau « %#D » dans la condition"
16295 #~ msgid "old style placement syntax, use () instead"
16296 #~ msgstr "ancien style de syntaxe de positionnement, utiliser () à la place"
16298 #~ msgid "`%T' is not a valid expression"
16299 #~ msgstr "« %T » n'est pas une expression valide"
16301 #~ msgid "initialization of new expression with `='"
16302 #~ msgstr "initialisation de la nouvelle expression avec « = »"
16304 #~ msgid "sigof type specifier"
16305 #~ msgstr "spécificateur du type sigof"
16307 #~ msgid "`sigof' applied to non-aggregate expression"
16308 #~ msgstr "« sigof » appliqué à une expression de non aggrégats"
16310 #~ msgid "`sigof' applied to non-aggregate type"
16311 #~ msgstr "« sigof » appliqué à un type non aggrégat"
16313 #~ msgid "storage class specifier `%s' not allowed after struct or class"
16314 #~ msgstr "spécificateur de classe de stockages « %s » n'est pas permis après struct ou class"
16316 #~ msgid "type specifier `%s' not allowed after struct or class"
16317 #~ msgstr "spécificateur de type « %s » n'est pas permis après struct ou class"
16319 #~ msgid "type qualifier `%s' not allowed after struct or class"
16320 #~ msgstr "qualificateur de type « %s » n'est pas permis après struct ou class"
16322 #~ msgid "no body nor ';' separates two class, struct or union declarations"
16323 #~ msgstr "pas de corps ni de «;» séparant les deux déclarations de classes, struct ou union"
16325 #~ msgid "no bases given following `:'"
16326 #~ msgstr "pas de base donnée après «:»"
16328 #~ msgid "multiple access specifiers"
16329 #~ msgstr "spécificateurs d'accès multiples"
16331 #~ msgid "multiple `virtual' specifiers"
16332 #~ msgstr "spécificateurs « virtual » multiples"
16334 #~ msgid "missing ';' before right brace"
16335 #~ msgstr "«;» manquant avant l'accolade de droite"
16337 #~ msgid "ISO C++ forbids array dimensions with parenthesized type in new"
16338 #~ msgstr "ISO C++ interdit l'utilisation de parenthèses autour du type pour les dimensions de tableaux avec new"
16340 #~ msgid "`%T' is not a class or namespace"
16341 #~ msgstr "« %T » n'est pas une classe ou un espace de noms"
16343 #~ msgid "ISO C++ forbids label declarations"
16344 #~ msgstr "ISO C++ interdit la déclaration d'étiquette"
16346 #~ msgid "label must be followed by statement"
16347 #~ msgstr "l'étiquette doit être suivie d'une déclaration"
16349 #~ msgid "must have at least one catch per try block"
16350 #~ msgstr "doit avoir au moins un intercepteur par bloc d'essais"
16352 #~ msgid "ISO C++ forbids compound statements inside for initializations"
16353 #~ msgstr "ISO C++ interdit les déclarations composées à l'intérieur des initialisations"
16355 #~ msgid "possibly missing ')'"
16356 #~ msgstr "«)» possiblement manquante"
16358 #~ msgid "type specifier omitted for parameter"
16359 #~ msgstr "spécificateur de type omis pour le paramètre"
16361 #~ msgid "`%E' is not a type, use `typename %E' to make it one"
16362 #~ msgstr "« %E» n'est pas un type, utiliser «typename %E » pour en faire un"
16364 #~ msgid "no type `%D' in `%T'"
16365 #~ msgstr "pas de type « %D » dans « %T »"
16367 #~ msgid "type specifier omitted for parameter `%E'"
16368 #~ msgstr "spécificateur de type omis pour le paramètre « %E »"
16370 #~ msgid "type `%T' composed from a local class is not a valid template-argument"
16371 #~ msgstr "type « %T » composé à partir d'une classe locale n'est pas un canevas d'argument valide"
16373 #~ msgid "adjusting pointers for covariant returns"
16374 #~ msgstr "ajuster les pointeurs pour des retours co-variants"
16376 #~ msgid " overriding `%#D' (must be pointer or reference to class)"
16377 #~ msgstr " écrasant « %#D » (doit être un pointeur ou une référence vers un classe)"
16379 #~ msgid " overriding `%#D' (must use pointer or reference)"
16380 #~ msgstr " écrasant « %#D » (doit utiliser un pointeur ou un référence)"
16382 #~ msgid "return identifier `%D' already in place"
16383 #~ msgstr "identificateur retourné « %D » est déjà en place"
16385 #~ msgid "can't redefine default return value for constructors"
16386 #~ msgstr "ne peut redéfinir la valeur retournée par défaut pour les constructeurs"
16388 #~ msgid "calling type `%T' like a method"
16389 #~ msgstr "appel du type « %T » comme une méthode"
16391 #~ msgid "destructor specifier `%T::~%T()' must have matching names"
16392 #~ msgstr "spécificateur du destructeur «%T::~%T()» doit avoir des noms concordants"
16394 #~ msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy"
16395 #~ msgstr "nom d'identificateur « %s » entre en conflit avec la stratégie interne de dénomination de GNU C++"
16397 #~ msgid "parse error at end of saved function text"
16398 #~ msgstr "erreur d'analyse syntaxique à la fin de la sauvegarde de la fonction texte"
16400 #~ msgid "%Hend of file read inside definition"
16401 #~ msgstr "%H fin de fichier lors de la lecture à l'intérieur d'une définition"
16403 #~ msgid "parse error in method specification"
16404 #~ msgstr "erreur d'analyse syntaxique dans la spécification de fonction"
16406 #~ msgid "function body for constructor missing"
16407 #~ msgstr "corps de fonction pour le constructeur est manquante"
16409 #~ msgid "circular dependency in default args of `%#D'"
16410 #~ msgstr "dépendance circulaire dans les arguments par défaut de « %#D »"
16412 #~ msgid "invalid type `%T' for default argument to `%T'"
16413 #~ msgstr "type invalide « %T » pour l'argument par défaut « %T »"
16415 #~ msgid "%s before `%c'"
16416 #~ msgstr "%s avant « %c »"
16418 #~ msgid "%s before `\\%o'"
16419 #~ msgstr "%s avant «\\%o»"
16421 #~ msgid "%s before `%s' token"
16422 #~ msgstr "%s avant l'élément lexical « %s »"
16424 #~ msgid "ISO C++ prohibits conversion from `%#T' to `(...)'"
16425 #~ msgstr "ISO C++ interdit la conversion de « %#T » en « (...) »"
16427 #~ msgid "invalid application of `%s' to non-static member"
16428 #~ msgstr "utilisation invalide de « %s » sur un membre non statique"
16430 #~ msgid "sizeof applied to a bit-field"
16431 #~ msgstr "sizeof appliqué sur un champ de bits"
16433 #~ msgid "destructor specifier `%T::~%T' must have matching names"
16434 #~ msgstr "spécificateur du destructeur «%T::~%T» doit des noms concordants"
16436 #~ msgid "parameter type of called function is incomplete"
16437 #~ msgstr "type de paramètre de la fonction appelée est incomplet"
16439 #~ msgid "ISO C++ forbids using pointer to a member in subtraction"
16440 #~ msgstr "ISO C++ interdit l'utilisation d'un pointeur vers un membre dans une soustraction"
16442 #~ msgid "reinterpret_cast from `%T' to `%T' casts away const (or volatile)"
16443 #~ msgstr "reinterpret_cast de « %T » vers « %T » fait un transtypage écartant la constante (ou volatile)"
16445 #~ msgid "return-statement with no value, in function declared with a non-void return type"
16446 #~ msgstr "déclaration d'un retour sans valeur, dans la fonction déclarée avec un type retourné non void"
16448 #~ msgid "return-statement with a value, in function declared with a void return type"
16449 #~ msgstr "déclaration d'un retour sans valeur, dans la fonction déclarée avec un type retourné void"
16451 #~ msgid "comma expression used to initialize return value"
16452 #~ msgstr "expression virgule utilsée pour initialiser la valeur de retour"
16454 #~ msgid "ISO C++ forbids non-constant aggregate initializer expressions"
16455 #~ msgstr "ISO C++ interdit les expressions d'initialiseur d'aggrégat de non constante"
16457 #~ msgid "`%T' fails to be a typedef or built-in type"
16458 #~ msgstr "« %T » a échoué à devenir un typedef ou un type construit interne"
16460 #~ msgid "ISO C++ forbids defining types within %s"
16461 #~ msgstr "ISO C++ interdit la définition de types à l'intérieur de %s"
16463 #~ msgid "Only emit explicit template instatiations"
16464 #~ msgstr "Produire seulement des instanciations explicites du canevas"
16466 #~ msgid "Recognize and/bitand/bitor/compl/not/or/xor"
16467 #~ msgstr "Reconnaître and/bitand/bitor/compl/not/or/xor"
16469 #~ msgid "Warn about inconsistent return types"
16470 #~ msgstr "Avertir à propos des types retournés inconsistants"
16472 #~ msgid "Warn when a function is declared extern, then inline"
16473 #~ msgstr "Avertir lorsqu'un fonction est déclarée extern, puis inline"
16475 #~ msgid "directory name must immediately follow -I"
16476 #~ msgstr "nom du répertoire doit suivre immédiatement -I"
16478 #~ msgid "ignoring pragma: %s"
16479 #~ msgstr "pragma: %s ignoré"
16481 #~ msgid "Program does not use Unix-f77 dialectal features"
16482 #~ msgstr "Programme n'utilise pas les options du dialecte Unix f77"
16484 #~ msgid "Disable the appending of underscores to externals"
16485 #~ msgstr "Désactiver l'ajout de caractères de soulignement aux externes"
16487 #~ msgid "Fortran-specific form of -fbounds-check"
16488 #~ msgstr "Forme spécifique Fortran de -fbounds-check"
16490 #~ msgid "Add a directory for INCLUDE searching"
16491 #~ msgstr "Ajouter un répertoire pour la recherche par INCLUDE"
16493 #~ msgid "Set the maximum line length"
16494 #~ msgstr "Initialiser la longueur maximale des lignes"
16496 #~ msgid "Disable automatic array bounds checking"
16497 #~ msgstr "Vérification automatique désactivée des bornes de tableaux"
16499 #~ msgid "Set class path"
16500 #~ msgstr "Initialiser le chemin des classes"
16502 #~ msgid "Choose class whose main method should be used"
16503 #~ msgstr "Choisir la classe dont la méthode principale devrait être utilisée"
16505 #~ msgid "Add directory to class path"
16506 #~ msgstr "Ajouter un répertoire au chemin des classes"
16508 #~ msgid "Directory where class files should be written"
16509 #~ msgstr "Répertoire où les fichiers de classe devraient être écrits"
16511 #~ msgid "`%s' cannot be statically allocated"
16512 #~ msgstr "« %s » ne peut être statiquement alloué"
16514 #~ msgid "multiple declarations for method `%s'"
16515 #~ msgstr "multiples déclarations pour la méthode « %s »"
16517 #~ msgid "cannot find class (factory) method"
16518 #~ msgstr "ne peut repérer de méthode de classe (manufacturé)"
16520 #~ msgid "return type for `%s' defaults to id"
16521 #~ msgstr "type retourné pour « %s » par défaut est id"
16523 #~ msgid "return type defaults to id"
16524 #~ msgstr "type retourné par défaut est id"
16526 #~ msgid "cannot find method"
16527 #~ msgstr "ne peut repérer la méthode"
16529 #~ msgid "duplicate definition of class method `%s'"
16530 #~ msgstr "duplication de définition de la méthode de la classe « %s »"
16532 #~ msgid "duplicate definition of instance method `%s'"
16533 #~ msgstr "duplication de définition de la méthode d'instanciation « %s »"
16535 #~ msgid "duplicate declaration of instance method `%s'"
16536 #~ msgstr "duplication de déclaration de la méthode d'instanciation « %s »"
16538 #~ msgid "potential selector conflict for method `%s'"
16539 #~ msgstr "conflit potentiel sur le sélecteur pour la méthode « %s »"
16541 #~ msgid "Specify the name of the class for constant strings"
16542 #~ msgstr "Spécifier le nom de la classe pour les constantes chaînes"
16544 #~ msgid "compilation of header file requested"
16545 #~ msgstr "fichier d'en-tête requis pour la compilation"
16547 #~ msgid "choose either big or little endian, not both"
16548 #~ msgstr "choisir un système à octets de poids fort ou faible mais pas les deux"
16550 #~ msgid "choose either m340 or m210 not both"
16551 #~ msgstr "choisir m340 ou m210 mais pas les deux"
16553 #~ msgid "-c or -S required for Ada"
16554 #~ msgstr "-c ou -S requis pour Ada"
16556 #~ msgid "-static not valid with -mcoff"
16557 #~ msgstr "-static n'est pas valide avec -mcoff"
16559 #~ msgid "-shared not valid with -mcoff"
16560 #~ msgstr "-shared n'est pas valide avec -mcoff"
16562 #~ msgid "-symbolic not valid with -mcoff"
16563 #~ msgstr "-symbolic n'est pas valide avec -mcoff"
16565 #~ msgid "-fpic is not valid with -mcoff"
16566 #~ msgstr "-fpic n'est pas valide avec -mcoff"
16568 #~ msgid "-fPIC is not valid with -mcoff"
16569 #~ msgstr "-fPic n'est pas valide avec -mcoff"
16571 #~ msgid "-fpic not valid with -mcoff"
16572 #~ msgstr "-fpic n'est pas valide avec -mcoff"
16574 #~ msgid "-fPIC not valid with -mcoff"
16575 #~ msgstr "-fPIC n'est pas valide avec -mcoff"
16577 #~ msgid "unnamed fields of type other than struct or union are not allowed"
16578 #~ msgstr "champs sans nom de type autre que struct ou union ne sont pas permis"
16580 #~ msgid "numeric constant with no digits"
16581 #~ msgstr "constante numérique sans chiffre"
16583 #~ msgid "numeric constant contains digits beyond the radix"
16584 #~ msgstr "constante numérique contient des chiffres en dehors la base numérique"
16586 #~ msgid "floating constant may not be in radix 16"
16587 #~ msgstr "constante flottante peut ne pas être en base 16"
16589 #~ msgid "more than one 'f' suffix on floating constant"
16590 #~ msgstr "plus d'un « f » en suffixe sur une constante flottante"
16592 #~ msgid "more than one 'l' suffix on floating constant"
16593 #~ msgstr "plus d'un « l » en suffixe sur une constante flottante"
16595 #~ msgid "traditional C rejects the 'l' suffix"
16596 #~ msgstr "C traditionnel rejette le suffixe « l »"
16598 #~ msgid "more than one 'i' or 'j' suffix on floating constant"
16599 #~ msgstr "plus d'un « i » ou « j » en suffixe sur une constante flottante"
16601 #~ msgid "floating constant out of range"
16602 #~ msgstr "constante flottante est hors gamme"
16604 #~ msgid "floating point number exceeds range of 'double'"
16605 #~ msgstr "nombre en virgule flottante excède les limites de « double »"
16607 #~ msgid "two 'u' suffixes on integer constant"
16608 #~ msgstr "deux « u » en suffixe sur une constante entière"
16610 #~ msgid "traditional C rejects the 'u' suffix"
16611 #~ msgstr "C traditionnel rejette le suffixe « u »"
16613 #~ msgid "three 'l' suffixes on integer constant"
16614 #~ msgstr "trois « l » en suffixe sur une constante entière"
16616 #~ msgid "'lul' is not a valid integer suffix"
16617 #~ msgstr "'lul» n'est pas un suffixe valide pour un entier"
16619 #~ msgid "'Ll' and 'lL' are not valid integer suffixes"
16620 #~ msgstr "« Ll» et «1L » ne sont pas des suffixes valides pour un entier"
16622 #~ msgid "more than one 'i' or 'j' suffix on integer constant"
16623 #~ msgstr "plus d'un « i » ou « j » en suffixe sur une constante entière"
16625 #~ msgid "invalid suffix on integer constant"
16626 #~ msgstr "suffixe invalide pour une constante entière"
16628 #~ msgid "integer constant is too large for this configuration of the compiler - truncated to %d bits"
16629 #~ msgstr "constante entière trop grande pour la configuration du compilateur - tronqué à %d bits"
16631 #~ msgid "width of integer constant changes with -traditional"
16632 #~ msgstr "largeur de la constante entière change avec -traditional"
16634 #~ msgid "width of integer constant may change on other systems with -traditional"
16635 #~ msgstr "largeur de la constante entière peut changer sur d'autres système avec -traditional"
16637 #~ msgid "integer constant larger than the maximum value of %s"
16638 #~ msgstr "constante entière plus grande que la valeur maximale de %s"
16640 #~ msgid "an unsigned long long int"
16641 #~ msgstr "un entier long long non signé"
16643 #~ msgid "a long long int"
16644 #~ msgstr "un entier long long"
16646 #~ msgid "an unsigned long int"
16647 #~ msgstr "un entier long non signé"
16649 #~ msgid "decimal constant is so large that it is unsigned"
16650 #~ msgstr "constante décimale est tellement grande qu'elle est non signée"
16652 #~ msgid "complex integer constant is too wide for 'complex int'"
16653 #~ msgstr "constante complexe entière est trop grande pour le type 'complex int'"
16655 #~ msgid "integer constant is larger than the maximum value for its type"
16656 #~ msgstr "constante entière est plus grande que la valeur maximale pour ce type"
16658 #~ msgid "missing white space after number '%.*s'"
16659 #~ msgstr "espace blanc manquant après le nombre '%.*s'"
16661 #~ msgid "storage class specifier in array declarator"
16662 #~ msgstr "spécificateur de classe de stockage dans le déclarateur de tableau"
16664 #~ msgid "sizeof applied to a function type"
16665 #~ msgstr "sizeof appliqué sur un type de fonction"
16667 #~ msgid "sizeof applied to a void type"
16668 #~ msgstr "sizeof appliqué sur un type void"
16670 #~ msgid "execvp %s"
16671 #~ msgstr "execvp %s"
16673 #~ msgid "floating point numbers are not valid in #if"
16674 #~ msgstr "nombres flottants ne sont pas valides dans un #if"
16676 #~ msgid "traditional C rejects the `U' suffix"
16677 #~ msgstr "C traditionel rejette le suffixe « U »"
16679 #~ msgid "too many 'l' suffixes in integer constant"
16680 #~ msgstr "trop de « l » en suffixe dans les constantes entières"
16682 #~ msgid "integer constant contains digits beyond the radix"
16683 #~ msgstr "constante entière contient des chiffres en dehors la base numérique"
16685 #~ msgid "integer constant out of range"
16686 #~ msgstr "constante entière est hors gamme"
16688 #~ msgid "string constants are not valid in #if"
16689 #~ msgstr "constantes de chaîne ne sont pas valides dasn un #if"
16691 #~ msgid "missing binary operator"
16692 #~ msgstr "opérateur binaire manquant"
16694 #~ msgid "changing search order for system directory \"%s\""
16695 #~ msgstr "modification de l'ordonnancement de recherche du répertoire système « %s »"
16697 #~ msgid " as it is the same as non-system directory \"%s\""
16698 #~ msgstr " comme c'est le même qu'un répertoire non système « %s »"
16700 #~ msgid "I/O error on output"
16701 #~ msgstr "Erreur E/S sur la sortie"
16703 #~ msgid "argument missing after %s"
16704 #~ msgstr "argument manquant après %s"
16706 #~ msgid "number missing after %s"
16707 #~ msgstr "nombre manquant après %s"
16709 #~ msgid "target missing after %s"
16710 #~ msgstr "cible manquante après %s"
16712 #~ msgid "GNU CPP version %s (cpplib)"
16713 #~ msgstr "GNU CPP version %s (cpplib)"
16716 #~ " -lang-c++ Assume that the input sources are in C++\n"
16717 #~ " -lang-objc Assume that the input sources are in ObjectiveC\n"
16718 #~ " -lang-objc++ Assume that the input sources are in ObjectiveC++\n"
16719 #~ " -lang-asm Assume that the input sources are in assembler\n"
16721 #~ " -lang-c++ Présumer que les sources sont en C++\n"
16722 #~ " -lang-objc Présumer que les sources sont en ObjectiveC\n"
16723 #~ " -lang-objc++ Présumer que les sources sont en ObjectiveC++\n"
16724 #~ " -lang-asm Présumer que les sources sont en assembleur\n"
16726 #~ msgid "possible start of unterminated string literal"
16727 #~ msgstr "début possible d'une chaîne de mot non terminée"
16729 #~ msgid "multi-line string literals are deprecated"
16730 #~ msgstr "chaîne de mots multi-lignes sont obsolètes"
16732 #~ msgid "directives may not be used inside a macro argument"
16733 #~ msgstr "directives ne peuvent être utilisées à l'intérieur d'un argument macro"
16735 #~ msgid "invalid option %s"
16736 #~ msgstr "option invalide %s"
16738 #~ msgid "%s:%d: warning: "
16739 #~ msgstr "%s:%d: AVERTISSEMENT: "
16741 #~ msgid "argument to `-b' is missing"
16742 #~ msgstr "argument de «-b» est manquant"
16744 #~ msgid "argument to `-V' is missing"
16745 #~ msgstr "argument de «-V» est manquant"
16747 #~ msgid "invalid version number format"
16748 #~ msgstr "format de numéro de verson invalide"
16750 #~ msgid ".da file contents exhausted too early\n"
16751 #~ msgstr "Le contenu du fichier .da a été épuisé trop rapidement\n"
16753 #~ msgid ".da file contents not exhausted\n"
16754 #~ msgstr "Le contenu du fichier .da n'a pas été épuisé\n"
16756 #~ msgid "%6.2f%% of %d source lines executed in function %s\n"
16757 #~ msgstr "%6.2f%% des lignes sources %d exécutées dans la fonction %s\n"
16759 #~ msgid "%6.2f%% of %d branches executed in function %s\n"
16760 #~ msgstr "%6.2f%% de branchements %d exécutés dans la fonction %s\n"
16762 #~ msgid "%6.2f%% of %d branches taken at least once in function %s\n"
16763 #~ msgstr "%6.2f%% de branchements %d pris au mons une fois dans la fonction %s\n"
16765 #~ msgid "No branches in function %s\n"
16766 #~ msgstr "Pas de branchement dans la fonction %s\n"
16768 #~ msgid "%6.2f%% of %d calls executed in function %s\n"
16769 #~ msgstr "%6.2f%% d'appels %d exécutés dans la fonction %s\n"
16771 #~ msgid "No calls in function %s\n"
16772 #~ msgstr "Pas d'appel dans la fonction %s\n"
16774 #~ msgid "call %d returns = %s%%\n"
16775 #~ msgstr "appel %d a retourné = %s%%\n"
16777 #~ msgid "branch %d taken = %s%%\n"
16778 #~ msgstr "branchement %d a pris = %s%%\n"
16780 #~ msgid ".da file contents exhausted too early"
16781 #~ msgstr "Le contenu du fichier .da a été épuisé trop rapidement"
16783 #~ msgid "conversion from NaN to int"
16784 #~ msgstr "conversion de NaN en int"
16786 #~ msgid "floating point overflow"
16787 #~ msgstr "débordement de virgule flottante"
16789 #~ msgid "overflow on truncation to integer"
16790 #~ msgstr "débordement de troncation d'un entier"
16792 #~ msgid "overflow on truncation to unsigned integer"
16793 #~ msgstr "débordement lors de la troncation d'un entier non signé"
16795 #~ msgid "%s: argument domain error"
16796 #~ msgstr "%s: erreur d'argument de domaine"
16798 #~ msgid "%s: function singularity"
16799 #~ msgstr "%s: singularité de fonction"
16801 #~ msgid "%s: underflow range error"
16802 #~ msgstr "%s: erreur de sous débordement de bornes"
16804 #~ msgid "%s: total loss of precision"
16805 #~ msgstr "%s: perte totale de précision"
16807 #~ msgid "%s: partial loss of precision"
16808 #~ msgstr "%s: perte partielle de précision"
16810 #~ msgid "%s: NaN - producing operation"
16811 #~ msgstr "%s: NaN - opération produite"
16813 #~ msgid "Pretend that host and target use the same FP format"
16814 #~ msgstr "Prétendre que l'hôte et la cible utilise le format FP"
16816 #~ msgid "Compile pointers as triples: value, base & end"
16817 #~ msgstr "Compiler les pointeurs comme des triplets: valeur, base et fin"
16819 #~ msgid "Do not promote floats to double if using -traditional"
16820 #~ msgstr "Ne pas promouvoir les flottants à des doubles avec -traditional"
16822 #~ msgid "Attempt to support traditional K&R style C"
16823 #~ msgstr "Tenter de supporter le style de langage C traditionnel K&R"
16825 #~ msgid "internal error: %s"
16826 #~ msgstr "erreur interne: %s"
16828 #~ msgid "crossjump disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"
16829 #~ msgstr "saut croisé désactivé: %d > 1000 blocs de base et %d >= 20 blocs edges/basic"
16831 #~ msgid " -a Enable block profiling \n"
16832 #~ msgstr " -a autoriser le profilage des blocs \n"
16834 #~ msgid " -ax Enable jump profiling \n"
16835 #~ msgstr " -ax autoriser le profilage des sauts \n"
16837 #~ msgid "profiling does not work without a frame pointer"
16838 #~ msgstr "profilage ne fonctionne pas sans un pointeur de trames"
16840 #~ msgid "floating point numbers not allowed in #if expressions"
16841 #~ msgstr "nombres flottants ne sont pas permis dans les expressions #if"
16843 #~ msgid "invalid number in #if expression"
16844 #~ msgstr "nombre invalide dans l'expression #if"
16846 #~ msgid "invalid character constant in #if"
16847 #~ msgstr "constante de caractères invalide dans le #if"
16849 #~ msgid "double quoted strings not allowed in #if expressions"
16850 #~ msgstr "chaînes entre quillemets ne sont pas allouées dans les expression #if"
16852 #~ msgid "octal character constant does not fit in a byte"
16853 #~ msgstr "constante de caractères en octal ne peut être insérée dans un octet"
16855 #~ msgid "empty #if expression"
16856 #~ msgstr "expression #if vide"
16858 #~ msgid "Junk after end of expression."
16859 #~ msgstr "Rebut à la fin de l'expression."
16861 #~ msgid "macro or #include recursion too deep"
16862 #~ msgstr "macro ou récursion de #include trop profonde"
16864 #~ msgid "usage: %s [switches] input output"
16865 #~ msgstr "usage: %s [options] entrée sortie"
16867 #~ msgid "-traditional is not supported in C++"
16868 #~ msgstr "-traditional n'est pas supporté en C++"
16870 #~ msgid "-traditional and -ansi are mutually exclusive"
16871 #~ msgstr "-traditional et -ansi sont mutuellement exclusives"
16873 #~ msgid "filename missing after -i option"
16874 #~ msgstr "nom de fichier manquant après l'option -i"
16876 #~ msgid "filename missing after -o option"
16877 #~ msgstr "nom de fichier manquant après l'option -o"
16879 #~ msgid "target missing after %s option"
16880 #~ msgstr "cible manquante après l'option %s"
16882 #~ msgid "filename missing after %s option"
16883 #~ msgstr "nom de fichier manquant après l'option %s"
16885 #~ msgid "macro name missing after -%c option"
16886 #~ msgstr "nom de macro manquant après l'option -%c"
16888 #~ msgid "-trigraphs and -traditional are mutually exclusive"
16889 #~ msgstr "-trigraphs et -traditional sont mutuellement exclusives"
16891 #~ msgid "directory name missing after -I option"
16892 #~ msgstr "nom de répertoire manquant après l'option -I"
16894 #~ msgid "`/*' within comment"
16895 #~ msgstr "« /* » à l'intérieur d'un commentaire"
16897 #~ msgid "unterminated #%s conditional"
16898 #~ msgstr "#%s conditionel non terminé"
16900 #~ msgid "not in any file?!"
16901 #~ msgstr "n'est pas dans aucun fichier?!"
16903 #~ msgid "`defined' must be followed by ident or (ident)"
16904 #~ msgstr "« defined » doit être suivi par ident ou (ident)"
16906 #~ msgid "cccp error: invalid special hash type"
16907 #~ msgstr "erreur cccp: type de hachage spécial invalide"
16909 #~ msgid "#include expects \"fname\" or <fname>"
16910 #~ msgstr "#include espère « fname » ou <fname>"
16912 #~ msgid "no include path in which to find %.*s"
16913 #~ msgstr "pas de chemin d'inclusion dans lequel trouver %.*s"
16915 #~ msgid "invalid macro name"
16916 #~ msgstr "nom de macro invalide"
16918 #~ msgid "invalid macro name `%s'"
16919 #~ msgstr "nom de macro invalide « %s »"
16921 #~ msgid "parameter name starts with a digit in #define"
16922 #~ msgstr "nom de paramètre débute avec un chiffre dans #define"
16924 #~ msgid "badly punctuated parameter list in #define"
16925 #~ msgstr "liste de paramètres incorrectement ponctués dans #define"
16927 #~ msgid "unterminated parameter list in #define"
16928 #~ msgstr "liste de paramètres non terminée dans #define"
16930 #~ msgid "\"%.*s\" redefined"
16931 #~ msgstr "\"%.*s\" redéfini"
16933 #~ msgid "# operator should be followed by a macro argument name"
16934 #~ msgstr "# opérator derait être suivi par le nom d'un argument macro"
16936 #~ msgid "invalid format #line command"
16937 #~ msgstr "format invalide dans la commande #line"
16939 #~ msgid "undefining `defined'"
16940 #~ msgstr "indéfinition « defined »"
16942 #~ msgid "undefining `%s'"
16943 #~ msgstr "indéfinition « %s »"
16945 #~ msgid "extra text at end of directive"
16946 #~ msgstr "texte superflu à la fin de la directive"
16948 #~ msgid "#error%.*s"
16949 #~ msgstr "#error%.*s"
16951 #~ msgid "#warning%.*s"
16952 #~ msgstr "#warning%.*s"
16954 #~ msgid "#elif not within a conditional"
16955 #~ msgstr "#elif n'est pas à l'intérieur d'un conditionel"
16957 #~ msgid "#%s not within a conditional"
16958 #~ msgstr "#%s n'est pas à l'intérieur d'un conditionel"
16960 #~ msgid "#else or #elif after #else"
16961 #~ msgstr "#else ou #elif après #else"
16963 #~ msgid "#else not within a conditional"
16964 #~ msgstr "#else n'est pas à l'intérieur d'un conditionel"
16966 #~ msgid "unbalanced #endif"
16967 #~ msgstr "#endif non pairé"
16969 #~ msgid "unterminated string or character constant"
16970 #~ msgstr "chaîne non terminée ou constante caractère"
16972 #~ msgid "arguments given to macro `%s'"
16973 #~ msgstr "argument donnée à la macro « %s »"
16975 #~ msgid "no args to macro `%s'"
16976 #~ msgstr "aucun argument pour la macro « %s »"
16978 #~ msgid "only 1 arg to macro `%s'"
16979 #~ msgstr "seulement 1 argument pour la macro « %s »"
16981 #~ msgid "only %d args to macro `%s'"
16982 #~ msgstr "seulement %d arguments pour la macro « %s »"
16984 #~ msgid "too many (%d) args to macro `%s'"
16985 #~ msgstr "trop d'arguments (%d) pour la macro « %s »"
16988 #~ "internal error in %s, at tradcpp.c:%d\n"
16989 #~ "Please submit a full bug report.\n"
16990 #~ "See %s for instructions."
16992 #~ "Erreur interne dans %s, à tradcpp.c:%d\n"
16993 #~ "SVP soumettre un rapport complet des anomalies rencontrées.\n"
16994 #~ "Consulter %s pour les instructions."
16996 #~ msgid "optimization turned on"
16997 #~ msgstr "optimisation activée"
16999 #~ msgid "optimization turned off"
17000 #~ msgstr "optimisation désactivée"
17002 #~ msgid "optimization level restored"
17003 #~ msgstr "niveau d'optimisation restauré"
17005 #~ msgid "Use VAX-C alignment"
17006 #~ msgstr "Utiliser l'alignement VAX-C"
17008 #~ msgid "Generate code assuming DW bit is set"
17009 #~ msgstr "Générer le code en assumant que le bit DW est initialisé"
17011 #~ msgid "Generate code assuming DW bit is not set"
17012 #~ msgstr "Générer le code en assumant que le bit DW n'est pas initialisé"
17014 #~ msgid "Generate code using byte writes"
17015 #~ msgstr "Générer le code en utilisant des écritures par octets"
17017 #~ msgid "Do not generate byte writes"
17018 #~ msgstr "Ne pas générer des écritures par octets"
17020 #~ msgid "Use small memory model"
17021 #~ msgstr "Utiliser le modèle de petite mémoire"
17023 #~ msgid "Use normal memory model"
17024 #~ msgstr "Utiliser le modèle normal de mémoire"
17026 #~ msgid "Use large memory model"
17027 #~ msgstr "Utiliser le modèle de grande mémoire"
17029 #~ msgid "Generate 29050 code"
17030 #~ msgstr "Générer le code 29050"
17032 #~ msgid "Generate 29000 code"
17033 #~ msgstr "Générer le code 29000"
17035 #~ msgid "Use kernel global registers"
17036 #~ msgstr "Utiliser les registres globaux du kernel"
17038 #~ msgid "Use user global registers"
17039 #~ msgstr "Utiliser les registres globaux"
17041 #~ msgid "Emit stack checking code"
17042 #~ msgstr "Produire le code de vérification de la pile"
17044 #~ msgid "Do not emit stack checking code"
17045 #~ msgstr "Ne pas produire le code de vérification de la pile"
17047 #~ msgid "Work around storem hardware bug"
17048 #~ msgstr "Contourner le bug matériel de stockage"
17050 #~ msgid "Do not work around storem hardware bug"
17051 #~ msgstr "Ne pas contourner le bug matériel de stockage"
17053 #~ msgid "Store locals in argument registers"
17054 #~ msgstr "Stocker les var. locales dans redistres d'arguments"
17056 #~ msgid "Do not store locals in arg registers"
17057 #~ msgstr "Ne pas stocker les var. locales dans redistres d'arguments"
17059 #~ msgid "Do symbol renaming for BSD"
17060 #~ msgstr "Ne pas renommer les symboles pour BSD"
17062 #~ msgid "Do symbol renaming for X/OPEN"
17063 #~ msgstr "Ne pas renommer les symboles pour X/OPEN"
17065 #~ msgid "Don't do symbol renaming"
17066 #~ msgstr "Ne pas renommer les symboles"
17068 #~ msgid "Generate code for the C400"
17069 #~ msgstr "Générer le code pour le C400"
17071 #~ msgid "Generate code for the C300"
17072 #~ msgstr "Générer le code pour le C300"
17074 #~ msgid "Generate code for c1"
17075 #~ msgstr "Générer le code pour le c1"
17077 #~ msgid "Generate code for c2"
17078 #~ msgstr "Générer le code pour le c2"
17080 #~ msgid "Generate code for c32"
17081 #~ msgstr "Générer le code pour le c3"
17083 #~ msgid "Generate code for c34"
17084 #~ msgstr "Générer le code pour le c34"
17086 #~ msgid "Use standard calling sequence, with arg count word"
17087 #~ msgstr "Utiliser la séquence standard d'appel, avec arg et mot compteur"
17089 #~ msgid "Place arg count in a nop instruction (faster than push)"
17090 #~ msgstr "Placer le compteur d'arg dans une instruction NOP (plus rapide que push)"
17092 #~ msgid "Don't push arg count, depend on symbol table"
17093 #~ msgstr "Ne pas empiler le compteur d'arg, dépend de la table de symboles"
17095 #~ msgid "Use data cache for volatile mem refs (default)"
17096 #~ msgstr "Utiliser la cache de données pour les réf. mémoire volatiles (par défaut)"
17098 #~ msgid "Don't use data cache for volatile mem refs"
17099 #~ msgstr "Ne pas utiliser la cache de données pour les réf. mémoire volatiles"
17101 #~ msgid "Bypass data cache for volatile mem refs"
17102 #~ msgstr "Éviter la cache de données pour les réf. mémoire volatiles"
17104 #~ msgid "Use 64-bit longs"
17105 #~ msgstr "Utiliser des longs de 64 bits"
17107 #~ msgid "Use cc- and libc-compatible 32-bit longs"
17108 #~ msgstr "Utiliser cc- et libc-compatible longs de 32 bits"
17110 #~ msgid "inline float constants not supported on this host"
17111 #~ msgstr "enlignage des constantes flottantes n'est pas supporté sur cet hôte"
17113 #~ msgid "Generate code the unix assembler can handle"
17114 #~ msgstr "Générer du code que l'assembleur UNIX peut traiter"
17116 #~ msgid "Retain standard MXDB information"
17117 #~ msgstr "Retenir l'information standard MXDB"
17119 #~ msgid "Retain legend information"
17120 #~ msgstr "Retenir les informations de légende"
17122 #~ msgid "Generate external legend information"
17123 #~ msgstr "Générer les informations externes de légende"
17125 #~ msgid "Emit identifying info in .s file"
17126 #~ msgstr "Produire les infos d'identification dans le fichier .s"
17128 #~ msgid "Warn when a function arg is a structure"
17129 #~ msgstr "Avertir lorsque l'arg d'une fonction est une structure"
17131 #~ msgid "argument is a structure"
17132 #~ msgstr "argument est une structure"
17134 #~ msgid "half-pic init called on systems that don't support it"
17135 #~ msgstr "init à demi PIC appelé sur un système qui ne le supporte pas"
17137 #~ msgid "Profiling uses mcount"
17138 #~ msgstr "Profilage utilise mcount"
17140 #~ msgid "Emit half-PIC code"
17141 #~ msgstr "Produire du code à moitié PIC"
17143 #~ msgid "Emit ELF object code"
17144 #~ msgstr "Produire du code objet ELF"
17146 #~ msgid "Emit ROSE object code"
17147 #~ msgstr "Produire du code objet ROSE"
17149 #~ msgid "Symbols have a leading underscore"
17150 #~ msgstr "Les symboles sont précédées d'un caractère de soulignement "
17152 #~ msgid "Align to >word boundaries"
17153 #~ msgstr "Aligner sur >frontières de mots"
17155 #~ msgid "Use mcount for profiling"
17156 #~ msgstr "Utiliser mcount pour le profilage"
17158 #~ msgid "Use mcount_ptr for profiling"
17159 #~ msgstr "Utiliser mcount_ptr pour le profilage"
17161 #~ msgid "the -mlong-double-64 option does not work yet"
17162 #~ msgstr "l'option -mlong-double-64 n'est pas fonctionnelle encore"
17164 #~ msgid "The -march option is incompatible to -mipsN and therefore ignored."
17165 #~ msgstr "L'option -march est incompatible avec -mipsN et est alors ignorée."
17167 #~ msgid "-mips%d not supported"
17168 #~ msgstr "-mips%d n'est pas supporté"
17170 #~ msgid "-mabi=%s does not support -mips%d"
17171 #~ msgstr "-mabi=%s ne supporte pas -mips%d"
17173 #~ msgid "this target does not support the -mabi switch"
17174 #~ msgstr "cette cible ne supporte pas l'option -mabi"
17176 #~ msgid "-mips%d does not support 64 bit fp registers"
17177 #~ msgstr "-mips%d ne supporte pas les registres FP de 64 bits"
17179 #~ msgid "-mips%d does not support 64 bit gp registers"
17180 #~ msgstr "-mips%d ne supporte pas les registres GP de 64 bits"
17182 #~ msgid "Use OSF PIC"
17183 #~ msgstr "Utiliser le code PIC OSF"
17185 #~ msgid "Don't use OSF PIC"
17186 #~ msgstr "Ne pas utiliser le code PIC OSF"
17188 #~ msgid "Optimize for 3900"
17189 #~ msgstr "Optimiser pour le 3900"
17191 #~ msgid "Optimize for 4650"
17192 #~ msgstr "Optimiser pour le 4650"
17194 #~ msgid "stack frame too big"
17195 #~ msgstr "trame de pile trop grande"
17197 #~ msgid "neither varargs or stdarg in mmix_setup_incoming_varargs"
17198 #~ msgstr "ni varargs ou stdarg dans mmix_setup_incoming_varargs"
17200 #~ msgid "oops, not debugged; fixing up value:"
17201 #~ msgstr "oops, pas mis au point; correction de la valeur:"
17203 #~ msgid "Generate little endian data"
17204 #~ msgstr "Générer des données pour systèmes à octets de poids faible"
17206 #~ msgid "Generate big endian data"
17207 #~ msgstr "Générer des données pour systèmes à octets de poids fort"
17209 #~ msgid "Turn on maintainer testing code"
17210 #~ msgstr "Mettre en marche le code d'entretien de mise au point"
17212 #~ msgid "Enable Transmeta picoJava extensions"
17213 #~ msgstr "Autoriser les extensions Transmeta picoJava"
17215 #~ msgid "Disable Transmeta picoJava extensions"
17216 #~ msgstr "Interdire les extensions Transmeta picoJava"
17218 #~ msgid "Disable reorganization pass"
17219 #~ msgstr "Désactiver la passe de réorganisation"
17221 #~ msgid "-f%s ignored (all code is position independent)"
17222 #~ msgstr "-f%s ignoré (tout le code est indépendant de la position)"
17224 #~ msgid "-ffunction-sections disabled on AIX when debugging"
17225 #~ msgstr "-ffunction-sections désactivé sur AIX lors de la mise au point"
17227 #~ msgid "-fdata-sections not supported on AIX"
17228 #~ msgstr "-fdata-sections n'est pas supporté sur AIX"
17230 #~ msgid "%%S computed all 1's mask"
17231 #~ msgstr "%%S calculé avec un masque que uns"
17233 #~ msgid "%%S computed all 0's mask"
17234 #~ msgstr "%%S calculé avec un masque de zéros"
17236 #~ msgid "no viable candidates"
17237 #~ msgstr "pas de candidats viables"
17239 #~ msgid "`%D' has already been declared in `%T'"
17240 #~ msgstr "« %D » a déjà été déclaré dans « %T »"
17242 #~ msgid "`%D' as declarator"
17243 #~ msgstr "« %D » comme déclarateur"
17245 #~ msgid "cannot declare %s to references"
17246 #~ msgstr "ne peut déclarer %s comme références"
17248 #~ msgid "invalid type: `void &'"
17249 #~ msgstr "type invalide: « void & »"
17251 #~ msgid "typedef declaration includes an initializer"
17252 #~ msgstr "déclaration typedef inclut un initialiseur"
17254 #~ msgid "-fname-mangling-version is no longer supported"
17255 #~ msgstr "-fname-mangling-version n'est plus supportée"
17260 #~ msgid "member initializers for `%#D'"
17261 #~ msgstr "initialiseur du membre pour « %#D »"
17263 #~ msgid " will be re-ordered to match declaration order"
17264 #~ msgstr " sera ré-odonné pour concorder avec l'ordre déclaré"
17266 #~ msgid "multiple initializations given for member `%D'"
17267 #~ msgstr "initialisations multiples données pour le membre « %D »"
17269 #~ msgid " will be re-ordered to match inheritance order"
17270 #~ msgstr " sera ré-ordonné pour concorder avec l'ordre d'héritage"
17272 #~ msgid "implementation-reserved name `%D' used"
17273 #~ msgstr "nom d'implantation réservé « %D » est utilisé"
17275 #~ msgid "explicit instantiation of `%#D' after"
17276 #~ msgstr "instanciation explicite de « %#D » après"
17278 #~ msgid "explicit specialization here"
17279 #~ msgstr "spécialisation explicite ici"
17281 #~ msgid "explicit instantiation of `%#T' after"
17282 #~ msgstr "instanciation explicite de « %#T » après"
17284 #~ msgid "base initializer for `%T'"
17285 #~ msgstr "initialiseur de base « %T »"
17287 #~ msgid " will be re-ordered to precede member initializations"
17288 #~ msgstr " sera ré-ordonné pour précéder les initialisations de membre"
17290 #~ msgid "ignoring `%V' qualifiers on `%T'"
17291 #~ msgstr "qualificateurs « %V » ignorés pour « %T »"
17293 #~ msgid "`sizeof' applied to non-static member"
17294 #~ msgstr "« sizeof » appliqué à un membre non statique"
17296 #~ msgid "`sizeof' applied to incomplete type `%T'"
17297 #~ msgstr "« sizeof» appliqué sur un type incomplet «%T »"
17299 #~ msgid "request for member `%T::%D' in expression of non-aggregate type `%T'"
17300 #~ msgstr "requête du membre «%T::%D» dans l'expression du type non aggrégat « %T »"
17302 #~ msgid "invalid use of type decl `%#D' as expression"
17303 #~ msgstr "utilisation invalide du type decl « %#D » comme expression"
17305 #~ msgid "invalid use of template `%#D' as expression"
17306 #~ msgstr "utilisation invalide du canevas « %#D » comme expression"
17308 #~ msgid "invalid offsetof from non-POD type `%#T'; use pointer to member instead"
17309 #~ msgstr "offsetof invalide du type non POD « %#T »; utiliser un pointeur vers un membre à la place"
17311 #~ msgid "pointer to member function called, but not in class scope"
17312 #~ msgstr "appel d'un pointeur vers un membre de fonction, mais n'est pas dans le champ de la classe"
17314 #~ msgid "object missing in call to method `%D'"
17315 #~ msgstr "objet manquant dans l'appel de la méthode « %D »"
17317 #~ msgid "function `%D' declared overloaded, but no definitions appear with which to resolve it?!?"
17318 #~ msgstr "fontion « %D » déclarée surchargée, mais aucune définition n'apparaît pour la résoudre?!?"
17320 #~ msgid "invalid call to member function needing `this' in static member function scope"
17321 #~ msgstr "appel invalide vers un membre de fonction ayant besoin de « ceci » dans le champ du membre statique de la fonction"
17323 #~ msgid "invalid use of undefined type `%#T'"
17324 #~ msgstr "utilisation invalide d'un type indéfini « %#T »"
17326 #~ msgid "invalid use of `%T'"
17327 #~ msgstr "utilisation invalide de « %T »"
17329 #~ msgid "invalid use of member (did you forget the `&' ?)"
17330 #~ msgstr "utilisation invalide de membre (avez-vous oublié le «&» ?)"
17332 #~ msgid "address of overloaded function with no contextual type information"
17333 #~ msgstr "adresse de la fonction surchargée sans information contextuelle de type"
17335 #~ msgid "overloaded function with no contextual type information"
17336 #~ msgstr "fonction surchargée sans information contextuelle de type"
17338 #~ msgid "insufficient contextual information to determine type"
17339 #~ msgstr "information contextuelle insuffisante pour déterminer le type"
17341 #~ msgid "initializer list construction invalid for derived class object `%D'"
17342 #~ msgstr "initialiseur de construction de liste invalide pour l'objet de classe dérivée « %D »"
17344 #~ msgid "initializer list construction invalid for polymorphic class object `%D'"
17345 #~ msgstr "initialiseur de construction de liste invalide pour l'objet de classe polymorphique « %D »"
17347 #~ msgid "initializer list construction invalid for `%D'"
17348 #~ msgstr "construction de la liste d'initialiseurs invalide pour « %D »"
17350 #~ msgid "due to the presence of a constructor"
17351 #~ msgstr "en raison de la présence d'un constructeur"
17353 #~ msgid "due to non-public access of member `%D'"
17354 #~ msgstr "en raison d'un accès non public du membre « %D »"
17356 #~ msgid "The meaning of `\\x' (at %0) varies with -traditional"
17357 #~ msgstr "La signification de «\\x» (à %0) varie avec l'option -traditional"
17359 #~ msgid "The meaning of `\\a' (at %0) varies with -traditional"
17360 #~ msgstr "La signification de «\\a»(à %0) varie avec -traditional"
17362 #~ msgid "the meaning of `\\x' varies with -traditional"
17363 #~ msgstr "la signification de «\\x» varie avec l'option -traditional"
17365 #~ msgid "the meaning of `\\a' varies with -traditional"
17366 #~ msgstr "le sens de «\\a» varie avec -traditional"
17368 #~ msgid "parse error; also virtual memory exceeded"
17369 #~ msgstr "erreur d,analyse syntaxique; aussi la mémoire virtuelle est épuisée"
17371 #~ msgid "Can't specify array dimension in a declaration"
17372 #~ msgstr "Ne peut spécifier la dimension du tableau dans la déclaration"
17374 #~ msgid "internal error - use of undefined type"
17375 #~ msgstr "erreur interne - utilisation d'un type non défini"
17377 #~ msgid "no class name specified as argument to -fconstant-string-class"
17378 #~ msgstr "pas de nom de classe spécifier dans l'argument à -fconstant-string-class"
17380 #~ msgid "-p profiling is no longer supported. Use -pg instead"
17381 #~ msgstr "-p profilage n'est plus supporté. Utiliser -pg à la place."
17383 #~ msgid "incompatible interworking options"
17384 #~ msgstr "options d'inter-réseautage incompatibles"
17386 #~ msgid "options -mabi=mmixware and -mabi=gnu are mutually exclusive"
17387 #~ msgstr "options -mabi=mmixware et -mabi=gnu sont mutuellement exclusives"
17389 #~ msgid "-p option not supported: use -pg instead"
17390 #~ msgstr "l'option -p n'est pas supportée: utitilse -pg à la place"
17392 #~ msgid "-mbsd and -pedantic incompatible"
17393 #~ msgstr "-mbsd et -pedantic incompatibles"
17395 #~ msgid "-mbsd and -mxopen incompatible"
17396 #~ msgstr "-mbsd et -mxopen incompatibles"
17398 #~ msgid "-mxopen and -pedantic incompatible"
17399 #~ msgstr "-mxopen et -pedantic incompatibles"
17401 #~ msgid "may not use both -mfp64 and -msingle-float"
17402 #~ msgstr "ne peut utiliser ensemble -mfp64 et -msingle-float"
17404 #~ msgid "may not use both -mfp64 and -m4650"
17405 #~ msgstr "ne peut utiliser ensemble -mfp64 et -m4650"
17407 #~ msgid "may not use both -mgp32 and -mfp64"
17408 #~ msgstr "ne peut utiliser ensemble -mfp32 et -mfp64"
17410 #~ msgid "declaration of `%#T'"
17411 #~ msgstr "déclaration de « %#T »"
17413 #~ msgid "a -ifile option requires a -map option"
17414 #~ msgstr "l'option -ifile requiert l'option -map"
17416 #~ msgid "__builtin_trap not supported by this target"
17417 #~ msgstr "__builtin_trap n'est pas supporté par la cible"
17419 #~ msgid "`%s' previously defined here"
17420 #~ msgstr "« %s » précédemment défini ici"
17422 #~ msgid "`%s' previously declared here"
17423 #~ msgstr "« %s » précédemment déclaré ici"
17425 #~ msgid "increment"
17426 #~ msgstr "incrément"
17428 #~ msgid "decrement"
17429 #~ msgstr "décrément"
17431 #~ msgid "Usage: %s [switches] input output\n"
17432 #~ msgstr "Usage: %s [options] entrée sortie\n"
17434 #~ msgid "output_operand: %s"
17435 #~ msgstr "output_operand: %s"
17437 #~ msgid "invalid %H value"
17438 #~ msgstr "valeur %H invalide"
17440 #~ msgid "invalid %h value"
17441 #~ msgstr "valeur %h invalide"
17443 #~ msgid "invalid %Q value"
17444 #~ msgstr "valeur %Q invalide"
17446 #~ msgid "invalid %q value"
17447 #~ msgstr "valeur %q invalide"
17449 #~ msgid "invalid %p value"
17450 #~ msgstr "valeur %p invalide"
17452 #~ msgid "invalid %B value"
17453 #~ msgstr "valeur %B invalide"
17455 #~ msgid "invalid %C value"
17456 #~ msgstr "valeur %C invalide"
17458 #~ msgid "invalid %E value"
17459 #~ msgstr "valeur %E invalide"
17461 #~ msgid "invalid %r value"
17462 #~ msgstr "valeur %r invalide"
17464 #~ msgid "-march=%s does not support -mips%d"
17465 #~ msgstr "-march=%s ne supporte pas -mips%d"
17467 #~ msgid "no code label found"
17468 #~ msgstr "pas d'étiquette de code trouvée"
17470 #~ msgid "profiling does not support code models other than medlow"
17471 #~ msgstr "profilage ne supporte pas le code pour les modèles autre que medlow"
17473 #~ msgid "%s and profiling conflict: disabling %s"
17474 #~ msgstr "%s avec des conflit de profilage: désactivation de %s"
17476 #~ msgid "Use function_epilogue()"
17477 #~ msgstr "Utiliser fonction_epilogue()"
17479 #~ msgid "Do not use function_epilogue()"
17480 #~ msgstr "Ne pas utiliser fonction_epilogue()"
17482 #~ msgid "%d errors, %d sorries, do granting"
17483 #~ msgstr "%d erreurs, %d plaintes, donner la permission"
17485 #~ msgid "GNU compiler does not support statically allocated objects"
17486 #~ msgstr "compilateur GNU ne supporte pas les objets alloués de manière statique"
17488 #~ msgid "causing unhandled exception `%s' (this is flaged only once)"
17489 #~ msgstr "causant l'exception non traité « %s » (ceci est relevé seulement une fois)"
17491 #~ msgid "range failure (not inside function)"
17492 #~ msgstr "échec sur l'étendue (n'est pas à l'intérieur de la fonction)"
17494 #~ msgid "possible range failure (not inside function)"
17495 #~ msgstr "échec possible de l'étendue (pas à l'intérique de la fonction)"
17497 #~ msgid "expression will always cause RANGEFAIL"
17498 #~ msgstr "l'expression causera toujours RENGEFAIL"
17500 #~ msgid "right hand side of assignment is a mode"
17501 #~ msgstr "côté droit de l'affectation est un mode"
17503 #~ msgid "bad string length in %s"
17504 #~ msgstr "chaîne de longueur erronée dans %s"
17506 #~ msgid "mode mismatch in %s expression"
17507 #~ msgstr "non concordance de mode dans l'expression %s"
17509 #~ msgid "%s expression must be referable"
17510 #~ msgstr "expression %s doit être référable"
17512 #~ msgid "%s not allowed outside a PROC"
17513 #~ msgstr "%s n'est pas permis en dehors d'une procédure"
17515 #~ msgid "%s action in PROC with no declared RESULTS"
17516 #~ msgstr "action %s dans la procédure sans RÉSULTATS déclarés"
17518 #~ msgid "RETURN not allowed outside PROC"
17519 #~ msgstr "RETURN n'est pas permis en dehors d'une procédure"
17521 #~ msgid "RETURN with a value, in PROC returning void"
17522 #~ msgstr "RETURN avec valeur dans une procédure retournant void"
17524 #~ msgid "RETURN with no value and no RESULT action in procedure"
17525 #~ msgstr "RETURN sans valeur et sans RÉSULTAT d'action dans la procédure"
17527 #~ msgid "no label named `%s'"
17528 #~ msgstr "pas d'étiquette nommée « %s »"
17530 #~ msgid "cannot GOTO label `%s' outside current function"
17531 #~ msgstr "ne peut aller à L'étiquette « %s » en dehors de la fonction courante"
17533 #~ msgid "no EXITable label named `%s'"
17534 #~ msgstr "pas d'étiquette de sortie portant le nom « %s »"
17536 #~ msgid "cannot EXIT label `%s' outside current function"
17537 #~ msgstr "ne sortir à l'aide de l'étiquette « %s » en dehors de la fonction courante"
17539 #~ msgid "ELSE label not within a CASE statement"
17540 #~ msgstr "étiquette du ELSE n'est pas n'est pas à l'intérieur de la déclaration du CASE"
17542 #~ msgid "multiple default labels found in a CASE statement"
17543 #~ msgstr "étiquettes multiples de défaut dans la déclaration d'un «case»"
17545 #~ msgid "this is the first ELSE label"
17546 #~ msgstr "ceci est la première étiquette ELSE"
17548 #~ msgid "label found outside of CASE statement"
17549 #~ msgstr "étiquette trouvée en dehors de la déclaration du CASE"
17551 #~ msgid "duplicate CASE value"
17552 #~ msgstr "valeur de CASE double"
17554 #~ msgid "this is the first entry for that value"
17555 #~ msgstr "c'est la première entrée pour cette valeur"
17557 #~ msgid "CASE value out of range"
17558 #~ msgstr "valeur du CASE hors gamme"
17560 #~ msgid "empty range"
17561 #~ msgstr "bornes vides"
17563 #~ msgid "label within scope of cleanup or variable array"
17564 #~ msgstr "étiquette à l'intérieur de la portée du nettoyage ou du tableau de variables"
17566 #~ msgid "mode in label is not discrete"
17567 #~ msgstr "mode dans l'étiquette n'est pas discret"
17569 #~ msgid "label not within a CASE statement"
17570 #~ msgstr "étiquette n'est pas à l'intérieur de la déclaration du CASE"
17572 #~ msgid "lower bound of range must be a discrete literal expression"
17573 #~ msgstr "borne inférieure de l'étendue doit être une expression litérale discrète"
17575 #~ msgid "upper bound of range must be a discrete literal expression"
17576 #~ msgstr "borne supérieure de l'étendue doit être une expression litérale discrète"
17578 #~ msgid "CASE label is not valid"
17579 #~ msgstr "étiquette du CASE n'est pas valide"
17581 #~ msgid "number of CASE selectors does not match the number of CASE label lists"
17582 #~ msgstr "nombre de sélecteurs de CASE ne concorde pas avec la liste des étiquettes du CASE"
17584 #~ msgid "incomplete CASE - %s not handled"
17585 #~ msgstr "CASE incomplet - %s n'est pas traité"
17587 #~ msgid "CASE selector with variable range"
17588 #~ msgstr "sélecteur du CASE avec un étendue variable"
17590 #~ msgid "too many cases to do CASE completeness testing"
17591 #~ msgstr "trop de cas pour la complétion de tests du CASE"
17593 #~ msgid "type of tuple cannot be implicit in multiple assignent"
17594 #~ msgstr "type de tuple ne peut être implicite dans de multiples affectations"
17596 #~ msgid "conditional expression cannot be used in multiple assignent"
17597 #~ msgstr "expression conditionnelle ne peut être utilisé dans de multiples affectations"
17599 #~ msgid "internal error - unknown type in multiple assignment"
17600 #~ msgstr "erreur interne - type inconnu dans une affectation multiple"
17602 #~ msgid "no operator allowed in multiple assignment,"
17603 #~ msgstr "pas d'opérateur permis dans de multiples affectations"
17605 #~ msgid "location modes in multiple assignment are not equivalent"
17606 #~ msgstr "modes de localisation dans de multiples affectations ne sont pas équivalents"
17608 #~ msgid "you may not assign a value to a BUFFER or EVENT location"
17609 #~ msgstr "vous pouvez affecter une valeur à la localisation d'un TAMPON ou d'un ÉVÉNEMENT "
17611 #~ msgid "can't assign value to READonly location"
17612 #~ msgstr "ne peut affecter une valeur à une localisation en mode LECTURE seulement"
17614 #~ msgid "cannot assign to location with non-value property"
17615 #~ msgstr "ne peut affecter une localisation avec une propriété sans valeur"
17617 #~ msgid "lefthand side of assignment is not a location"
17618 #~ msgstr "côté gauche de l'affectation n'est pas un localisation"
17620 #~ msgid "bitstring slice"
17621 #~ msgstr "tranche d'une chaîne de bits"
17623 #~ msgid "LENGTH on left-hand-side is non-portable"
17624 #~ msgstr "LONGUEUR sur le côté droit n'est pas portable"
17626 #~ msgid "can only set LENGTH of array location"
17627 #~ msgstr "peut seulement fixer la LONGUEUR de la localisation d'un tableau"
17629 #~ msgid "internal error: trying to make loc-identity with non-location"
17630 #~ msgstr "erreur interne: tentative de créer une identité de localisation avec une non localisation"
17632 #~ msgid "cannot convert to a boolean mode"
17633 #~ msgstr "ne peut convertir en un mode booléen"
17635 #~ msgid "cannot convert to a char mode"
17636 #~ msgstr "ne peut convertir en mode caractère"
17638 #~ msgid "powerset tuple element out of range"
17639 #~ msgstr "élément du tuple du powerset est hors gamme"
17641 #~ msgid "incompatible member of powerset tuple (at position #%d)"
17642 #~ msgstr "membre incompatible du tuple du powerset ( à la position #%d)"
17644 #~ msgid "non-constant value for tag field `%s'"
17645 #~ msgstr "valeur non constante pour l'étiquette de champ « %s »"
17647 #~ msgid "field `%s' in wrong variant"
17648 #~ msgstr "champ « %s » dans un variant erroné"
17650 #~ msgid "missing variant fields (at least `%s')"
17651 #~ msgstr "champs variants manquants (au moins « %s »)"
17653 #~ msgid "bad initializer for field `%s'"
17654 #~ msgstr "initialiseur erroné pour le champ « %s »"
17656 #~ msgid "no initializer value for variant field `%s'"
17657 #~ msgstr "pas de valeur d'initialiseur pour le champ « %s »"
17659 #~ msgid "no selected variant"
17660 #~ msgstr "pas de variant sélectionné"
17662 #~ msgid "mixture of labelled and unlabelled tuple elements"
17663 #~ msgstr "mélange de tuple d'éléments étiquettés et non étiquettés"
17665 #~ msgid "probably not a structure tuple"
17666 #~ msgstr "probablement pas une structure de tuple"
17668 #~ msgid "excess initializer for field `%s'"
17669 #~ msgstr "débordement de l'initialiseur pour le champ « %s »"
17671 #~ msgid "excess unnamed initializers"
17672 #~ msgstr "débordement d'initialiseurs sans nom"
17674 #~ msgid "non-constant start index for tuple"
17675 #~ msgstr "index de départ du tuple n'est pas une constante"
17677 #~ msgid "invalid array tuple label"
17678 #~ msgstr "étiquette invalide d'un tuple de tableau"
17680 #~ msgid "non-constant array tuple index range"
17681 #~ msgstr "étendue de l'index du tableau de tuples n'est pas une constante"
17683 #~ msgid "incompatible array tuple element %s"
17684 #~ msgstr "élément incompatible du tableau de tuples %s"
17686 #~ msgid "multiple (*) or (ELSE) array tuple labels"
17687 #~ msgstr "multiples étiquettes de tuples de tableaux (*) ou (ELSE)"
17689 #~ msgid "empty range in array tuple"
17690 #~ msgstr "étendue vide dans le tableau de tuples"
17692 #~ msgid "array tuple has duplicate index %s"
17693 #~ msgstr "tableau de tuples a un double index %s"
17695 #~ msgid "array tuple index out of range"
17696 #~ msgstr "index du tableau de tuples est hors gamme"
17698 #~ msgid "too many array tuple values"
17699 #~ msgstr "trop de valeurs de tuples de tableaux"
17701 #~ msgid "dynamic array tuple without (*) or (ELSE)"
17702 #~ msgstr "tuple de tableau dynamique sans (*) ou (ELSE)"
17704 #~ msgid "missing array tuple element %s"
17705 #~ msgstr "élément de tuple de tableau manquant %s"
17707 #~ msgid "missing array tuple elements %s : %s"
17708 #~ msgstr "éléments de tuple de tableau manquant %s : %s"
17710 #~ msgid "initializer is not an array or string mode"
17711 #~ msgstr "initialiseur n'est pas en mode tableau ou chaîne"
17713 #~ msgid "destination is too small"
17714 #~ msgstr "destination trop petite"
17716 #~ msgid "internal error: unknown type of expression"
17717 #~ msgstr "erreur interne: type d'expression inconnue"
17719 #~ msgid "`%s' must not be declared readonly"
17720 #~ msgstr "« %s » ne doit pas être déclaré en lecture seulement"
17722 #~ msgid "declaration of readonly variable without initialization"
17723 #~ msgstr "déclaration d'une variable en lecture seuelement sans initialisation"
17725 #~ msgid "no initialization allowed for `%s'"
17726 #~ msgstr "pas d'initialisation permise pour « %s »"
17728 #~ msgid "value for loc-identity `%s' is not a location"
17729 #~ msgstr "valeur pour l'identité de localisation « %s » n'est pas une localisation"
17731 #~ msgid "location for `%s' not read-compatible"
17732 #~ msgstr "localisation pour « %s » n'est pas compatible en lecture"
17734 #~ msgid "nonconstant initializer for `%s'"
17735 #~ msgstr "initialiseur n,est pas un constante pour « %s »"
17737 #~ msgid "do_decl: internal error: don't know what to initialize"
17738 #~ msgstr "do_decl: erreur interne: ne sait pas quoi initialiser"
17740 #~ msgid "RECURSIVE PROCs"
17741 #~ msgstr "PROCÉDURES RÉCURSIVES"
17743 #~ msgid "`%s' must not be READonly"
17744 #~ msgstr "« %s » ne doit pas être en lecture seulement"
17746 #~ msgid "POS may not be specified for a list of field declarations"
17747 #~ msgstr "POS ne peut pas être spécifiés pour une liste de déclarations de champs"
17749 #~ msgid "(ELSE) case label as well as ELSE variant"
17750 #~ msgstr "étiquette du cas (ELSE) aussi bien que le ELSE variant"
17752 #~ msgid "inconsistent modes between labels and tag field"
17753 #~ msgstr "modes inconsistents entre les étiquettes et le champ étiquette"
17755 #~ msgid "too few tag labels"
17756 #~ msgstr "pas assez d'étiquettes"
17758 #~ msgid "too many tag labels"
17759 #~ msgstr "trop d'étiquettes"
17761 #~ msgid "case label lower limit is not a discrete constant expression"
17762 #~ msgstr "limite inférieure de l'étiquette du CASE n'est pas une expression d'une constante discrète"
17764 #~ msgid "case label upper limit is not a discrete constant expression"
17765 #~ msgstr "limite supérieure de l'étiquette du CASE n'est pas une expression d'une constante discrète"
17767 #~ msgid "case label must be a discrete constant expression"
17768 #~ msgstr "l'étiquette du CASE doit être une expression de constante discrète"
17770 #~ msgid "variant label declared here..."
17771 #~ msgstr "étiquette variante déclarée ici..."
17773 #~ msgid "...is duplicated here"
17774 #~ msgstr "...est dupliqué ici"
17776 #~ msgid "no field (yet) for tag %s"
17777 #~ msgstr "pas de champ (encore) pour l'étiquette %s"
17779 #~ msgid "non-value mode may only returned by LOC"
17780 #~ msgstr "mode non-valeur peut seulement être retourné par LOC"
17782 #~ msgid "`%s' may only be passed by LOC"
17783 #~ msgstr "« %s » peut seulement être passé par LOC"
17785 #~ msgid "nothing named `%s' to grant"
17786 #~ msgstr "rien de nommé « %s » à autoriser"
17788 #~ msgid "duplicate grant for `%s'"
17789 #~ msgstr "duplication autorisée pour « %s »"
17791 #~ msgid "duplicate definition `%s'"
17792 #~ msgstr "double définition de « %s »"
17794 #~ msgid "previous definition of `%s'"
17795 #~ msgstr "définition précédente de « %s »"
17797 #~ msgid "ambiguous choice for seize `%s' -"
17798 #~ msgstr "¨choix ambigu pour évaluer « %s » -"
17800 #~ msgid " - can seize this `%s' -"
17801 #~ msgstr " - peut évaluer ceci « %s » -"
17803 #~ msgid " - or this granted decl `%s'"
17804 #~ msgstr " - ou cette decl « %s » autorisé"
17806 #~ msgid "enumerator value for `%s' is less than 0"
17807 #~ msgstr "valeur de l'énumérateur pour « %s » est plus petit que 0"
17809 #~ msgid "enumerators `%s' and `%s' have equal values"
17810 #~ msgstr "énumérateurs « %s » et « %s » ont les mêmes valeurs"
17812 #~ msgid "undefined value in SET mode is obsolete and deprecated"
17813 #~ msgstr "valeur non définie dans le mode SET est obsolète"
17815 #~ msgid "BASE variable never declared"
17816 #~ msgstr "variable de BASE jamais déclarée"
17818 #~ msgid "cannot BASE a variable on a PROC/PROCESS name"
17819 #~ msgstr "ne peut établir une variable sur le nom du PROC/PROCESSUS"
17821 #~ msgid "INTERNAL ERROR: handle_one_level is broken"
17822 #~ msgstr "ERREUR INTERNE: handle_one_level est brisé"
17824 #~ msgid "tuple without specified mode not allowed in %s"
17825 #~ msgstr "tuple sans mode spécifié n'est pas permis dans %s"
17827 #~ msgid "conditional expression not allowed in %s"
17828 #~ msgstr "expression conditionnelle n'est pas permise dans « %s »"
17830 #~ msgid "internal error: unknown expression mode in %s"
17831 #~ msgstr "erreur interne: mode d'expression inconnnu dans %s"
17833 #~ msgid "CASE selector is not a discrete expression"
17834 #~ msgstr "sélecteur du CASE n'est pas une expression discrète"
17836 #~ msgid "The number of CASE selectors does not match the number of CASE label lists"
17837 #~ msgstr "Le nombre de sélecteurs de CASE ne concordent pas avec le nombre de listes d'étiquettes du CASE"
17839 #~ msgid "powerset is not addressable"
17840 #~ msgstr "powerset n'est pas adressable"
17842 #~ msgid "array is not addressable"
17843 #~ msgstr "tableau n'est pas adressable"
17845 #~ msgid "too few arguments in call to `%s'"
17846 #~ msgstr "pas assez d'argument pour l'appel de « %s »"
17848 #~ msgid "too many arguments in call to `%s'"
17849 #~ msgstr "trop d'arguments pour l'appel de « %s »"
17851 #~ msgid "cannot dereference, not a pointer"
17852 #~ msgstr "ne peut déréférencer, n'est pas un pointeur"
17854 #~ msgid "missing '.' operator or undefined mode name `%s'"
17855 #~ msgstr "opérateur «.» manquant ou nom de mode « %s » indéfini"
17857 #~ msgid "you have forgotten the '.' operator which must"
17858 #~ msgstr "vous avez oublié l'opérateur «.» lequel doit être"
17860 #~ msgid " precede a STRUCT field reference, or `%s' is an undefined mode"
17861 #~ msgstr " précède une référence sur champ STRUCT ou « %s » est un mode indéfini"
17863 #~ msgid "invalid type argument of `->'"
17864 #~ msgstr "type d'argument invalide de «->»"
17866 #~ msgid "operand of '.' is not a STRUCT"
17867 #~ msgstr "l'opérande de '.« n»est pas un STRUCT"
17869 #~ msgid "no field named `%s'"
17870 #~ msgstr "pas de champ nommé « %s »"
17872 #~ msgid "ABS argument must be discrete or real mode"
17873 #~ msgstr "argument ABS doit être en mode discret ou réel"
17875 #~ msgid "argument %d to ABSTIME must be of integer type"
17876 #~ msgstr "argument %d à ABSTIME doit être un type entier"
17878 #~ msgid "parameter 1 must be referable"
17879 #~ msgstr "paramètre 1 doit pouvoir être référencé"
17881 #~ msgid "parameter 2 must be a positive integer"
17882 #~ msgstr "paramètre 2 doit être un entier positif"
17884 #~ msgid "CARD argument must be powerset mode"
17885 #~ msgstr "argument CARD doit être un mode powerset"
17887 #~ msgid "expression for DESCR-built-in must be referable"
17888 #~ msgstr "expression pour DESCR-built-in doit pouvoir être référencé"
17890 #~ msgid "argument to `%s' must be of integer type"
17891 #~ msgstr "argument de « %s » doit être de type entier"
17893 #~ msgid "argument 1 to `%s' must be of floating point mode"
17894 #~ msgstr "argument 1 de « %s » doit être en mode virgule flottante"
17896 #~ msgid "first argument to `%s' must be a mode"
17897 #~ msgstr "premier argument de « %s » doit être un mode"
17899 #~ msgid "READonly modes for %s must have a value"
17900 #~ msgstr "mode LECTRURE seulement pour %s doit avoir une valeur"
17902 #~ msgid "argument to TERMINATE must be a reference primitive value"
17903 #~ msgstr "argument à TERMINATE doit être une référence à une valeur primitive"
17905 #~ msgid "argument 1 to INTTIME must be of mode TIME"
17906 #~ msgstr "argument 1 de INTTIME doit être de mode TIME"
17908 #~ msgid "LENGTH argument must be string, buffer, event mode, text location or mode"
17909 #~ msgstr "LONGUEUR de l'argument doit être une chaîne, un tampon, un mode d'événement, la localisation d'un texte ou un mode"
17911 #~ msgid "UPPER argument must have a mode, or be a mode"
17912 #~ msgstr "argument du HAUT doit avoir un mode ou être un mode"
17914 #~ msgid "LOWER argument must have a mode, or be a mode"
17915 #~ msgstr "argument du BAS doit avoir un mode ou être un mode"
17917 #~ msgid "UPPER argument must be string, array, mode or integer"
17918 #~ msgstr "argument du HAUT doit être une chaîne, un tableau, un mode ou un entier"
17920 #~ msgid "LOWER argument must be string, array, mode or integer"
17921 #~ msgstr "argument du BAS doit être une chaîne, un tableau, un mode ou un entier"
17923 #~ msgid "%s argument must be POWERSET mode"
17924 #~ msgstr "argument %s doit être un mode POWERSET"
17926 #~ msgid "%s called for empty POWERSET"
17927 #~ msgstr "%s appelé pour un POWERSET vide"
17929 #~ msgid "argument to NUM is not discrete"
17930 #~ msgstr "argument à NUM n'est pas discret"
17932 #~ msgid "no integer mode which matches expression's mode"
17933 #~ msgstr "pas de mode entier concordant au mode de l'expresion"
17935 #~ msgid "NUM's parameter is below its mode range"
17936 #~ msgstr "paramètre NUMÉRIQUE est en dessous de l'étendue de son mode"
17938 #~ msgid "NUM's parameter is above its mode range"
17939 #~ msgstr "paramètre NUMÉRIQUE est au dessus de l'étendue de son mode"
17941 #~ msgid "cannot take SUCC or PRED of a numbered SET"
17942 #~ msgstr "ne peut prendre le SUIVANT ou le PRÉCÉDENT d'un ensemble énuméré"
17944 #~ msgid "SUCC or PRED must not be done on a PTR"
17945 #~ msgstr "SUIVANT ou PRÉCÉDENT ne peuvent être pris sur un PTR"
17947 #~ msgid "SUCC or PRED for a reference type is not standard"
17948 #~ msgstr "SUIVANT ou PRÉCÉDENT pour un type référencé n'est pas standard"
17950 #~ msgid "SUCC or PRED argument must be a discrete mode"
17951 #~ msgstr "SUIVANT ou PRÉCÉDENT comme argument doit être en mode discret"
17953 #~ msgid "taking the %s of a value already at its %s value"
17954 #~ msgstr "prendre le %s d'une valeur déjà à sa %s valeur"
17956 #~ msgid "size applied to a function mode"
17957 #~ msgstr "taille appliquée au mode de la fonction"
17959 #~ msgid "sizeof applied to a void mode"
17960 #~ msgstr "sizeof appliqué sur un mode void"
17962 #~ msgid "sizeof applied to an incomplete mode"
17963 #~ msgstr "sizeof appliqué sur un mode incomplet"
17965 #~ msgid "cannot call a PROCESS, you START a PROCESS"
17966 #~ msgstr "ne peut lancer un PROCESSUS, vous devez lancer le PROCESSUS"
17968 #~ msgid "%s parameter %d must be a location"
17969 #~ msgstr "%s paramètre %d doit être une localisation"
17971 #~ msgid "%s parameter %d is READ-only"
17972 #~ msgstr "%s paramètre %d est en mode LECTURE seulement"
17974 #~ msgid "LOC actual parameter %d is a non-referable location"
17975 #~ msgstr "LOCALISATION du paramètre actuel %d est dans une localisation non référençable"
17977 #~ msgid "mode mismatch in parameter %d"
17978 #~ msgstr "non concordance du mode dans le paramètre %d"
17980 #~ msgid "too many arguments to procedure `%s'"
17981 #~ msgstr "trop d'arguments pour la procédure « %s »"
17983 #~ msgid "too many arguments to procedure"
17984 #~ msgstr "trop d'arguments pour la procédure"
17986 #~ msgid "too few arguments to procedure `%s'"
17987 #~ msgstr "pas assez d'argument pour la procédure « %s »"
17989 #~ msgid "too few arguments to procedure"
17990 #~ msgstr "trop peu d'arguments pour la procédure"
17992 #~ msgid "syntax error (integer used as function)"
17993 #~ msgstr "erreur de syntaxe (entier utilisé comme un fonction)"
17995 #~ msgid "syntax error - missing operator, comma, or '('?"
17996 #~ msgstr "erreur de syntaxe - opérateur manquant virgule ou «(»?"
17998 #~ msgid "unimplemented built-in function `%s'"
17999 #~ msgstr "fonction interne non implantée « %s »"
18001 #~ msgid "internal error - bad built-in function `%s'"
18002 #~ msgstr "erreur interne - mauvaise fonction interne « %s »"
18004 #~ msgid "empty expression in string index"
18005 #~ msgstr "expression vide dans la chaîne d'index"
18007 #~ msgid "only one expression allowed in string index"
18008 #~ msgstr "seul un expression est permise dans une chaîne d'index"
18010 #~ msgid "invalid: primval ( untyped_exprlist )"
18011 #~ msgstr "invalide: primval ( untyped_exprlist )"
18013 #~ msgid "operand is variable-size bitstring/power-set"
18014 #~ msgstr "opérande est de taille variable bitstring/power-set"
18016 #~ msgid "tree code `%s' unhandled in build_compare_set_expr"
18017 #~ msgstr "code de l'arbre « %s » n'est pas traitée dans build_compare_set_expr"
18019 #~ msgid "incompatible modes in concat expression"
18020 #~ msgstr "modes incompatibles dans l'expression de concaténation"
18022 #~ msgid "invalid operation on array of chars"
18023 #~ msgstr "opération invalide pour des tableaux de caractères"
18025 #~ msgid "comparison of variant structures is unsafe"
18026 #~ msgstr "comparaison de structures variantes n'est pas sûre"
18028 #~ msgid "compare with variant records"
18029 #~ msgstr "comparaison avec des enregistrements vairants"
18031 #~ msgid "incompatible operands to %s"
18032 #~ msgstr "type d'opérandes incompatibles pour %s"
18034 #~ msgid "relational operator not allowed for this mode"
18035 #~ msgstr "opérateur relationnel n'est pas permis pour ce mode"
18037 #~ msgid "cannot use %s operator on PROC mode variable"
18038 #~ msgstr "ne peut utiliser l'opérateur %s pour une variable en mode PROCÉDURE"
18040 #~ msgid "invalid left operand of %s"
18041 #~ msgstr "opérande de gauche invalide pour %s"
18043 #~ msgid "invalid right operand of %s"
18044 #~ msgstr "opérande de droite invalide pour %s"
18046 #~ msgid "repetition expression must be constant"
18047 #~ msgstr "répétitions d'expressions doit être une constante"
18049 #~ msgid "left argument to MOD/REM operator must be integral"
18050 #~ msgstr "argument de gauche de l'opérateur MOD/REM doit être entier"
18052 #~ msgid "right argument to MOD/REM operator must be integral"
18053 #~ msgstr "argument de droite de l'opérateur MOD/REM doit être entier"
18055 #~ msgid "right operand of IN is not a powerset"
18056 #~ msgstr "l'opérande de droite de IN n'est pas un POWERSET"
18058 #~ msgid "left operand of IN incompatible with right operand"
18059 #~ msgstr "opérande de gauche de IN incompatible avec l'opérande de droite"
18061 #~ msgid "-> operator not allow in constant expression"
18062 #~ msgstr "opérateur -> n'est pas permis dans l'expression d'une constante"
18064 #~ msgid "taking the address of a function is non-standard"
18065 #~ msgstr "prendre l'adresse d'une fonction n'est pas standard"
18067 #~ msgid "ADDR requires a LOCATION argument"
18068 #~ msgstr "ADDR requiert un argument de LOCALISATION"
18070 #~ msgid "-> expression is not addressable"
18071 #~ msgstr "expression -> n'est pas adressable"
18073 #~ msgid "ADDR parameter must be a LOCATION"
18074 #~ msgstr "paramètre ADDR doit être une LOCALISATION"
18076 #~ msgid "possible internal error in build_chill_arrow_expr"
18077 #~ msgstr "erreur interne possible dans build_chill_arrow_expr"
18079 #~ msgid "%s is not addressable"
18080 #~ msgstr "%s n'est pas adressable"
18082 #~ msgid "repetition count is not an integer constant"
18083 #~ msgstr "compteur de répétition n'est pas une constante entière"
18085 #~ msgid "repetition count < 0"
18086 #~ msgstr "compteur de répétition > que 0"
18088 #~ msgid "repetition value not constant"
18089 #~ msgstr "valeur de répétition n'est pas une constante"
18091 #~ msgid "bitstring repetition of non-constant boolean"
18092 #~ msgstr "répétition de chaîne de bits d'un booléen non constant"
18094 #~ msgid "string repetition operand is non-constant bitstring"
18095 #~ msgstr "opérande de répétition de chaînes n'est pas une contante de chaîne de bits"
18097 #~ msgid "non-char, non-bit string repetition"
18098 #~ msgstr "répétition de chaîne n'est pas de caractères ni de bits"
18100 #~ msgid "right operand of %s is not array of boolean"
18101 #~ msgstr "opérande de droite de %s n'est pas un tableau de booléens"
18103 #~ msgid "%s operator applied to boolean variable"
18104 #~ msgstr "opérateur %s appliqué à une variable booléenne"
18106 #~ msgid "non-boolean mode in conditional expression"
18107 #~ msgstr "mode non booléen dans l'expression conditionnelle"
18109 #~ msgid "decode_constant: invalid component_ref"
18110 #~ msgstr "decode_constant: component_ref invalide"
18112 #~ msgid "decode_constant: mode and value mismatch"
18113 #~ msgstr "decode_constant: mode et valeur ne concordent pas"
18115 #~ msgid "decode_constant: cannot decode this mode"
18116 #~ msgstr "decode_constant: ne peut décoder ce mode"
18118 #~ msgid "decode_constant_selective: mode and value mismatch"
18119 #~ msgstr "decode_constant_selective: mode et value ne concorde pas"
18121 #~ msgid "decode_constant_selective: cannot decode this mode"
18122 #~ msgstr "decode_constant_selective: ne peut décoder ce mode"
18124 #~ msgid "FORBID is not yet implemented"
18125 #~ msgstr "FORBID n'est pas encore implantée"
18127 #~ msgid "function \"really_grant_this\" called for `%s'"
18128 #~ msgstr "fonction «really_grant_this» appelée pour « %s »"
18130 #~ msgid "non-integral text length"
18131 #~ msgstr "longueur de texte non entier"
18133 #~ msgid "non-constant text length"
18134 #~ msgstr "longueur de texte non constante"
18136 #~ msgid "text length must be greater than 0"
18137 #~ msgstr "la longueur de texte doit être plus grande que 0"
18139 #~ msgid "argument %d of %s must be of mode ASSOCIATION"
18140 #~ msgstr "argument %d de %s doit être de mode ASSOCIATION"
18142 #~ msgid "argument %d of %s must be a location"
18143 #~ msgstr "argument %d de %s doit être une localisation"
18145 #~ msgid "argument 2 of ASSOCIATE must not be an empty string"
18146 #~ msgstr "argument 2 de ASSOCIATE ne doit pas être une chaîne vide"
18148 #~ msgid "argument 2 to ASSOCIATE must be a string"
18149 #~ msgstr "argument 2 de ASSOCIATE doit être une chaîne"
18151 #~ msgid "argument 3 to ASSOCIATE must be a string"
18152 #~ msgstr "argument 3 de ASSOCIATE doit être une chaîne"
18154 #~ msgid "too many arguments in call to MODIFY"
18155 #~ msgstr "trop d'arguments dans l'appel de MODIFY"
18157 #~ msgid "argument 2 of MODIFY must not be an empty string"
18158 #~ msgstr "argument 2 de MODIFY ne doit pas être une chaîne vide"
18160 #~ msgid "argument 2 to MODIFY must be a string"
18161 #~ msgstr "argument 2 de MODIFY doit être une chaîne"
18163 #~ msgid "argument 3 to MODIFY must be a string"
18164 #~ msgstr "argument 3 de MODIFY doit être une chaîne"
18166 #~ msgid "argument %d of %s must be an ACCESS or TEXT mode"
18167 #~ msgstr "argument %d de %s doit être de mode ACCESS ou TEXT"
18169 #~ msgid "argument 4 of CONNECT must be of mode WHERE"
18170 #~ msgstr "argument 4 de CONNECT doit être de mode WHERE"
18172 #~ msgid "index expression for ACCESS without index"
18173 #~ msgstr "expression d'index pour ACCESS sans index"
18175 #~ msgid "incompatible index mode"
18176 #~ msgstr "mode incompatible d'index"
18178 #~ msgid "argument 3 to CONNECT must be of mode USAGE"
18179 #~ msgstr "argument 3 de CONNECT doit être de mode USAGE"
18181 #~ msgid "argument %d of %s must be of mode ACCESS"
18182 #~ msgstr "argument %d de %s doit être de mode ACCESS"
18184 #~ msgid "too few arguments in call to `readrecord'"
18185 #~ msgstr "pas assez d'arguments dans l'appel de readrecord()"
18187 #~ msgid "store location must not be READonly"
18188 #~ msgstr "localisation de stockage ne doit pas être en LECTURE seulement"
18190 #~ msgid "too few arguments in call to `writerecord'"
18191 #~ msgstr "pas assez d'arguments pour l'appel de writerecord()"
18193 #~ msgid "transfer to ACCESS without record mode"
18194 #~ msgstr "transfer vers ACCESS sans mode d'enregistrement"
18196 #~ msgid "argument %d of %s must be of mode TEXT"
18197 #~ msgstr "argument %d de %s doit être de mode TEXT"
18199 #~ msgid "TEXT doesn't have a location"
18200 #~ msgstr "TEXT n'a pas de localisation"
18202 #~ msgid "incompatible index mode for SETETEXTACCESS"
18203 #~ msgstr "mode d'index incompatible pour SETETEXTACCESS"
18205 #~ msgid "incompatible record mode for SETTEXTACCESS"
18206 #~ msgstr "mode d'enregistrement incompatible pour SETTEXTACCESS"
18208 #~ msgid "parameter 2 must be a location"
18209 #~ msgstr "paramètre 2 doit être une localisation"
18211 #~ msgid "incompatible modes in parameter 2"
18212 #~ msgstr "modes incompatible dans le paramètre 2"
18214 #~ msgid "conditional expression not allowed in this context"
18215 #~ msgstr "expression conditionnelle n'est pas permise dans ce contexte"
18217 #~ msgid "untyped expression as argument %d"
18218 #~ msgstr "expression sans type comme argument %d"
18220 #~ msgid "cannot process %d bits integer for READTEXT argument %d"
18221 #~ msgstr "ne peut traiter %d bits entiers pour l'argument de READTEXT %d"
18223 #~ msgid "cannot process %d bits integer WRITETEXT argument %d"
18224 #~ msgstr "ne peut traiter %d bits entiers pour l'argument de WRITETEXT %d"
18226 #~ msgid "argument %d is READonly"
18227 #~ msgstr "argument %d est en LECTURE seulement"
18229 #~ msgid "argument %d must be referable"
18230 #~ msgstr "argument %d doit pouvoir être référencé"
18232 #~ msgid "cannot process argument %d of WRITETEXT, unknown size"
18233 #~ msgstr "ne peut traiter l'argument %d de WRITETEXT, taille inconnue"
18235 #~ msgid "cannot process mode of argument %d for %sTEXT"
18236 #~ msgstr "ne peut traiter le mode de l'argument %d pour %s de type TEXTE"
18238 #~ msgid "too few arguments for this format string"
18239 #~ msgstr "trop peu d'arguments pour ce format de chaîne"
18241 #~ msgid "type of argument %d invalid for conversion code at offset %d"
18242 #~ msgstr "type d'argument %d invalide pour la conversion du code au décalage %d"
18244 #~ msgid "unmatched open paren"
18245 #~ msgstr "parenthèse ouverte non pairée"
18247 #~ msgid "bad format specification character (offset %d)"
18248 #~ msgstr "caractère de format de spécification erroné (décalage %d)"
18250 #~ msgid "repetition factor overflow (offset %d)"
18251 #~ msgstr "débordement du facteur de répétition (décalage %d)"
18253 #~ msgid "duplicate qualifier (offset %d)"
18254 #~ msgstr "duplication du qualificateur (décalage %d)"
18256 #~ msgid "clause width overflow (offset %d)"
18257 #~ msgstr "débordement de la largeur de la clause (décalage %d)"
18259 #~ msgid "no fraction (offset %d)"
18260 #~ msgstr "pas de fraction (décalage %d)"
18262 #~ msgid "no fraction width (offset %d)"
18263 #~ msgstr "pas de largeur de fraction (décalage %d)"
18265 #~ msgid "fraction width overflow (offset %d)"
18266 #~ msgstr "débordement de largeur de fraction (décalage %d)"
18268 #~ msgid "no exponent (offset %d)"
18269 #~ msgstr "pas d'exposant (décalage %d)"
18271 #~ msgid "no exponent width (offset %d)"
18272 #~ msgstr "pas de largeur d'exposant (décalage %d)"
18274 #~ msgid "exponent width overflow (offset %d)"
18275 #~ msgstr "débordement de largeur d'exposant (décalage %d)"
18277 #~ msgid "internal error in check_format_string"
18278 #~ msgstr "erreur interne dans check_format_string"
18280 #~ msgid "no padding character (offset %d)"
18281 #~ msgstr "pas de caractère de remplissage (décalage %d)"
18283 #~ msgid "missing index expression"
18284 #~ msgstr "expresion d'index manquante"
18286 #~ msgid "too few arguments in call to `writetext'"
18287 #~ msgstr "pas assez d'arguments pour l'appel de writext()"
18289 #~ msgid "argument 1 for WRITETEXT must be a TEXT or CHARS(n) VARYING location"
18290 #~ msgstr "argument 1 de WRITETEXT doit être TEXT ou CHARS(n) VARYING location"
18292 #~ msgid "`format string' for WRITETEXT must be a CHARACTER string"
18293 #~ msgstr "«format string» pour WRITETEXT doit être une chaîne de caractères"
18295 #~ msgid "too few arguments in call to `readtext'"
18296 #~ msgstr "trop peu d'arguments dans l'appel de readtext()"
18298 #~ msgid "argument 1 for READTEXT must be a TEXT location or CHARS(n) [ VARYING ] expression"
18299 #~ msgstr "argument 1 de READTEXT doit être de localisation TEXT ou CHARS(n) [ VARYING ] expression"
18301 #~ msgid "`format string' for READTEXT must be a CHARACTER string"
18302 #~ msgstr "«format string» de READTEXT doit être une chaîne de caractères"
18304 #~ msgid "non-constant expression"
18305 #~ msgstr "expression n'est pas une constante"
18307 #~ msgid "ignoring case upon input and"
18308 #~ msgstr "ignorer la casse durant l'entrée et"
18310 #~ msgid "making special words uppercase wouldn't work"
18311 #~ msgstr "rendre les mots spéciaux en majuscule ne fonctionnerait pas"
18313 #~ msgid "making special words uppercase and"
18314 #~ msgstr "rendant les mots spéciaux en majuscule et"
18316 #~ msgid " ignoring case upon input wouldn't work"
18317 #~ msgstr " ignorer la casse durant ne fonctionnerait pas"
18319 #~ msgid "invalid C'xx' "
18320 #~ msgstr "C«xx» invalide"
18322 #~ msgid "malformed exponent part of floating-point literal"
18323 #~ msgstr "partie de l'exposant mal composée du litéral en virgule flottante"
18325 #~ msgid "real number exceeds range of REAL"
18326 #~ msgstr "nombre réel excède les limites de REAL"
18328 #~ msgid "end-of-file in '<>' directive"
18329 #~ msgstr "fin de fichier dans la directive «<>»"
18331 #~ msgid "unrecognized compiler directive"
18332 #~ msgstr "directive du compilateur non reconnue"
18334 #~ msgid "unrecognized compiler directive `%s'"
18335 #~ msgstr "directive du compilateur « %s » non reconnue"
18337 #~ msgid "unterminated control sequence"
18338 #~ msgstr "séquence de contrôle non terminée"
18340 #~ msgid "invalid integer literal in control sequence"
18341 #~ msgstr "chaîne d'entiers invalide dans la séquence de contrôle"
18343 #~ msgid "control sequence overflow"
18344 #~ msgstr "débordement de la chaîne de contrôle"
18346 #~ msgid "invalid base in read control sequence"
18347 #~ msgstr "base invalide dans la séquence de contrôle de lecture"
18349 #~ msgid "unterminated string literal"
18350 #~ msgstr "chaîne litérale non terminée"
18352 #~ msgid "invalid number format `%s'"
18353 #~ msgstr "format de numéro « %s » invalide"
18355 #~ msgid "integer literal too big"
18356 #~ msgstr "litéral d'entier trop grand"
18358 #~ msgid "can't find %s"
18359 #~ msgstr "ne peut repérer %s"
18361 #~ msgid "USE_SEIZE_FILE directive must be followed by string"
18362 #~ msgstr "directive USE_SEIZE_FILE doit être suivie d'une chaîne"
18364 #~ msgid "missing `=' in compiler directive"
18365 #~ msgstr "«=» manquant dans la directtive au compilateur"
18367 #~ msgid "invalid value follows `=' in compiler directive"
18368 #~ msgstr "valeur invalide suivant «=» dans la directive au compilateur"
18370 #~ msgid "invalid `%c' character in name"
18371 #~ msgstr "caractère «%c» invalide dans le nom"
18373 #~ msgid "`%s' not integer constant synonym "
18374 #~ msgstr "« %s » n'est pas un synonyme de constante entière"
18376 #~ msgid "value out of range in compiler directive"
18377 #~ msgstr "valeur hors gamme dans la directive au compilateur"
18379 #~ msgid "no modules seen"
18380 #~ msgstr "aucun module vu"
18382 #~ msgid "modeless tuple not allowed in this context"
18383 #~ msgstr "tuple sans modèle n'est pas permis dans ce contexte"
18385 #~ msgid "IN expression does not have a mode"
18386 #~ msgstr "expression IN n'a pas de mode"
18388 #~ msgid "location enumeration for BOOLS"
18389 #~ msgstr "localisation d'énumération pour BOOLÉENS"
18391 #~ msgid "location enumeration for bit-packed arrays"
18392 #~ msgstr "localisation d'énumération tableaux de bits paquetés"
18394 #~ msgid "loop's IN expression is not a composite object"
18395 #~ msgstr "boucle dans l'expression IN n'est pas un objet composite"
18397 #~ msgid "start expr must have discrete mode"
18398 #~ msgstr "début de l'expression doit avoir un mode discret"
18400 #~ msgid "DO FOR start expression is a numbered SET"
18401 #~ msgstr "expression de départ de DO FOR est un SET énuméré"
18403 #~ msgid "TO expression is a numbered SET"
18404 #~ msgstr "expression TO est un SET énuméré"
18406 #~ msgid "TO expr must have discrete mode"
18407 #~ msgstr "expression TO doit avoir un mode discret"
18409 #~ msgid "start expr and TO expr must be compatible"
18410 #~ msgstr "début de l'expression et l'expression TO doivent être compatibles"
18412 #~ msgid "BY expr must have discrete mode"
18413 #~ msgstr "expression BY doit avoir un mode discret"
18415 #~ msgid "start expr and BY expr must be compatible"
18416 #~ msgstr "début de l'expression et l'expression BY doivent être compatibles"
18418 #~ msgid "loop identifier undeclared"
18419 #~ msgstr "identificateur de boucle non déclaré"
18421 #~ msgid "loop variable incompatible with start expression"
18422 #~ msgstr "variable de boucle incompatible avec le début de l'expression"
18424 #~ msgid "body of DO FOR will never execute"
18425 #~ msgstr "corps de DO FOR ne sera jamais exécuté"
18427 #~ msgid "BY expression is negative or zero"
18428 #~ msgstr "expression BY est négative ou zéro"
18430 #~ msgid "can't iterate through array of BOOL"
18431 #~ msgstr "ne peut faire d'itération à travers le tableau de BOOLÉENS"
18433 #~ msgid "Can't iterate through array of BOOL"
18434 #~ msgstr "ne peut faire d'itération à travers le tableau de BOOLÉENS"
18436 #~ msgid "there was no start label to match the end label '%s'"
18437 #~ msgstr "il n'y a pas d'étiquette de départ concordant avec l'étiquette de fin « %s »"
18439 #~ msgid "start label '%s' does not match end label '%s'"
18440 #~ msgstr "étiquette de départ « %s » ne concorde pas avec l'étiquette de fin « %s »"
18442 #~ msgid "no RETURN or RESULT in procedure"
18443 #~ msgstr "pas de RETURN ou RESULT dans la procédure"
18445 #~ msgid "PREFIXED clause with no prelix in unlabeled module"
18446 #~ msgstr "cluase PREFIXÉ sans no prelix dans un module sans étiquette"
18448 #~ msgid "'%s!' is not followed by an identifier"
18449 #~ msgstr "« %s » n'est pas suivi d'un identificateur"
18451 #~ msgid "expected a name string here"
18452 #~ msgstr "un nom de chaîne est attendu ici"
18454 #~ msgid "`%s' undeclared"
18455 #~ msgstr "« %s » non déclaré"
18457 #~ msgid "action not allowed in SPEC MODULE"
18458 #~ msgstr "action n,est pas permise dans le MODULE SPEC"
18460 #~ msgid "missing defining occurrence"
18461 #~ msgstr "définition d'occurence manquante"
18463 #~ msgid "bad defining occurrence following ','"
18464 #~ msgstr "définition d'occurence erronée suivant «,»"
18466 #~ msgid "missing '(' in exception list"
18467 #~ msgstr "«)» manquante dans la liste d'exceptions"
18469 #~ msgid "ON exception names must be unique"
18470 #~ msgstr "noms d'exception ON doivent être uniques"
18472 #~ msgid "syntax error in exception list"
18473 #~ msgstr "erreur de syntaxe dans la liste d'exception"
18475 #~ msgid "empty ON-condition"
18476 #~ msgstr "condition ON vide"
18478 #~ msgid "INIT not allowed at loc-identity declaration"
18479 #~ msgstr "INIT n'est pas permis dans la déclaration d'identité de localisation"
18481 #~ msgid "'=' used where ':=' is required"
18482 #~ msgstr "«=» utilisé où «:=» est requis"
18484 #~ msgid "loc-identity declaration without initialization"
18485 #~ msgstr "déclaration de loc n'a pas d'initialisation"
18487 #~ msgid "bad syntax following FORBID"
18488 #~ msgstr "syntaxe erronée suivant FORBID"
18490 #~ msgid "expected a postfix name here"
18491 #~ msgstr "nom postfixe attendu ici"
18493 #~ msgid "expected another rename clause"
18494 #~ msgstr "attendait une autre clause de changement de nom"
18496 #~ msgid "NONREF specific without LOC in result attribute"
18497 #~ msgstr "NONREF spécifique sans LOCALISATION dans l'attribut résultant"
18499 #~ msgid "DYNAMIC specific without LOC in result attribute"
18500 #~ msgstr "DYNAMIC spécifique sans LOCALISATION dans l'attribut résultant"
18502 #~ msgid "exception names must be unique"
18503 #~ msgstr "noms d'exceptions doivent être uniques"
18505 #~ msgid "must specify a PROCESS name"
18506 #~ msgstr "doit spécifier un nom de processus"
18508 #~ msgid "SIGNAL must be in global reach"
18509 #~ msgstr "SIGNAL doit être dans l'étendue globale"
18511 #~ msgid "syntax error while parsing signal definition statement"
18512 #~ msgstr "erreur de syntaxe lors de l'analyse syntaxique de la déclaration de la définition"
18514 #~ msgid "case range list"
18515 #~ msgstr "liste d'étendue du CASE"
18517 #~ msgid "misplaced colon in case label"
18518 #~ msgstr "«:» mal placés dans l'étiquette du CASE"
18520 #~ msgid "unrecognized case label list after ','"
18521 #~ msgstr "étiquette non reconnue du CASE après «,»"
18523 #~ msgid "readonly location modified by 'asm'"
18524 #~ msgstr "localisation en lecture seulement modifiée par «asm»"
18526 #~ msgid "expected 'TO' in step enumeration"
18527 #~ msgstr "attendait «TO» dans l'énumération du PAS"
18529 #~ msgid "expected 'IN' in FOR control here"
18530 #~ msgstr "attendait «IN» dans le contrôle du FOR ici"
18532 #~ msgid "missing DELAY CASE alternative"
18533 #~ msgstr "alternative de délais du CASE manquante"
18535 #~ msgid "non-referable location in DO WITH"
18536 #~ msgstr "localisation non référençable dans le DO WITH"
18538 #~ msgid "WITH element must be of STRUCT mode"
18539 #~ msgstr "élément WITH doit être de mode STRUCT"
18541 #~ msgid "missing ')' in signal/buffer receive alternative"
18542 #~ msgstr "«)» manquant dans la réception alternative de signal/tampon"
18544 #~ msgid "misplaced 'IN' in signal/buffer receive alternative"
18545 #~ msgstr "«IN» mal placé dans la réception alternative de signal/tampon"
18547 #~ msgid "missing RECEIVE alternative"
18548 #~ msgstr "RECEIVE alternative manquant"
18550 #~ msgid "PROCESS copy number must be integer"
18551 #~ msgstr "processus de copie de nombres doit être entier"
18553 #~ msgid "missing parenthesis for procedure call"
18554 #~ msgstr "parenthèse manquante dans l'appel de procédure"
18556 #~ msgid "syntax error in action"
18557 #~ msgstr "erreur de syntaxe dans l,action"
18559 #~ msgid "no handler is permitted on this action"
18560 #~ msgstr "pas de handler permis pour cette action"
18562 #~ msgid "definition follows action"
18563 #~ msgstr "définition suit l'action"
18565 #~ msgid "bad tuple field name list"
18566 #~ msgstr "nom erroné de liste de champ de tuple"
18568 #~ msgid "invalid syntax for label in tuple"
18569 #~ msgstr "syntaxe invalide pour l'étiquette dans le tuple"
18571 #~ msgid "bad syntax in tuple"
18572 #~ msgstr "syntaxe erronée dans le tuple"
18574 #~ msgid "non-mode name before tuple"
18575 #~ msgstr "nom sans mode avant le tuple"
18577 #~ msgid "invalid expression/location syntax"
18578 #~ msgstr "expression/localisation syntaxe invalide"
18580 #~ msgid "RECEIVE expression"
18581 #~ msgstr "expression RECEIVE"
18583 #~ msgid "there should not be a ';' here"
18584 #~ msgstr "il ne devrait pas y avoir un «;» ici"
18586 #~ msgid "missing ELSE/ELSIF in IF expression"
18587 #~ msgstr "ELSE/ELSIF manquant dans l'expresion IF"
18589 #~ msgid "conditional expression not allowed inside parentheses"
18590 #~ msgstr "expression conditionnelle non permise à l'intérieur des parenthèses"
18592 #~ msgid "mode-less tuple not allowed inside parentheses"
18593 #~ msgstr "tuple sans modèle n'est pas permis à l'intérieur des parenthèses"
18595 #~ msgid "mixed numbered and unnumbered set elements is not standard"
18596 #~ msgstr "éléments de l'ensemble numérotés et non numérotés mélangés n'est pas standard"
18598 #~ msgid "SET mode must define at least one named value"
18599 #~ msgstr "mode SET doit définir au moins une valeur nommée"
18601 #~ msgid "POS not allowed for ARRAY"
18602 #~ msgstr "POSITION n'est pas permise pour un TABLEAU"
18604 #~ msgid "bad field name following ','"
18605 #~ msgstr "nom de champ erroné après «,»"
18607 #~ msgid "expected ':' in structure variant alternative"
18608 #~ msgstr "«:» attendu dans la structure variante alternative"
18610 #~ msgid "missing field"
18611 #~ msgstr "champ manquant"
18613 #~ msgid "VARYING bit-strings not implemented"
18614 #~ msgstr "chaîne variante de bits n'est pas implantée"
18616 #~ msgid "BUFFER modes may not be readonly"
18617 #~ msgstr "modes des TAMPOONS ne peuvent pas être en LECTURE seulement"
18619 #~ msgid "EVENT modes may not be readonly"
18620 #~ msgstr "modes d'ÉVÉVEMENTS ne peuvent pas être en LECTURE seulement"
18622 #~ msgid "SIGNAL is not a valid mode"
18623 #~ msgstr "SIGNAL n'est pas un mode valide"
18625 #~ msgid "syntax error - missing mode"
18626 #~ msgstr "erreur de syntaxe - mode manquant"
18628 #~ msgid "syntax error - expected a module or end of file"
18629 #~ msgstr "erreur de syntaxe - module attendu ou fin de fichier"
18631 #~ msgid " `%s', which depends on ..."
18632 #~ msgstr " « %s », laquel dépend de ..."
18634 #~ msgid "cycle: `%s' depends on ..."
18635 #~ msgstr "cycle: « %s » dépend de ..."
18638 #~ msgstr " « %s »"
18640 #~ msgid "SYN of this mode not allowed"
18641 #~ msgstr "SYN de de mode n'est pas permis"
18643 #~ msgid "mode of SYN incompatible with value"
18644 #~ msgstr "mode de SYN incompatible avec la valeur"
18646 #~ msgid "SYN value outside range of its mode"
18647 #~ msgstr "valeur de SYN en dehors de l'étendue de son mode"
18649 #~ msgid "INIT string too large for mode"
18650 #~ msgstr "chaîne d'INIT trop grande pour ce mode"
18652 #~ msgid "mode with non-value property in signal definition"
18653 #~ msgstr "mode sans propriété de non valeur dans la définition de signal"
18655 #~ msgid "RETURNS spec with invalid mode"
18656 #~ msgstr "spécification de RETOUR avec un mode invalide"
18658 #~ msgid "operand to REF is not a mode"
18659 #~ msgstr "l'opérande de REF n'est pas un mode"
18661 #~ msgid "field with non-value mode in variant structure not allowed"
18662 #~ msgstr "champ avec un mode non valeur dans une structure variante n'est pas permis"
18664 #~ msgid "buffer element mode must not have non-value property"
18665 #~ msgstr "mode élément du tampon ne doit pas avoir une propriété de non valeur"
18667 #~ msgid "recordmode must not have the non-value property"
18668 #~ msgstr "mode d'enregistrement ne doit pas avoir une propriété de non valeur"
18670 #~ msgid "invalid attribute for argument `%s' (only IN or LOC allowed)"
18671 #~ msgstr "attribue invalide pour l'argument « %s » (seul IN ou LOC est permis)"
18673 #~ msgid "PROCESS may only be declared at module level"
18674 #~ msgstr "PROCESSUS peut seulement être déclaré au niveau module"
18676 #~ msgid "process name %s never declared"
18677 #~ msgstr "nom de processus %s n'a jamais été déclaré"
18679 #~ msgid "you may only START a process, not a proc"
18680 #~ msgstr "vous pouvez seulement LANCER un processus, pas une procédure"
18682 #~ msgid "SET expression not a location"
18683 #~ msgstr "expression de l'ENSEMBLE n'est pas une localisation"
18685 #~ msgid "SET location must be INSTANCE mode"
18686 #~ msgstr "localisation de l'ENSEMBLE doit être un mode d'INSTANCE"
18688 #~ msgid "too many arguments to process `%s'"
18689 #~ msgstr "trop d'arguments à traiter pour « %s »"
18691 #~ msgid "too many arguments to process"
18692 #~ msgstr "trop d'arguments à traiter"
18694 #~ msgid "too few arguments to process `%s'"
18695 #~ msgstr "pas assez d'arguments pour traiter « %s »"
18697 #~ msgid "too few arguments to process"
18698 #~ msgstr "trop peu d'arguments pour le traitement"
18700 #~ msgid "COPY_NUMBER argument must be INSTANCE expression"
18701 #~ msgstr "argument de COPY_NUMBER doit être une expression d'INSTANCE"
18703 #~ msgid "GEN_CODE argument must be a process or signal name"
18704 #~ msgstr "argument GEN_CODE doit être une processus ou un nom de signal"
18706 #~ msgid "GEN_INST parameter 2 must be an integer mode"
18707 #~ msgstr "paramètre 2 de GEN_INST doit être un mode entier"
18709 #~ msgid "GEN_INST parameter 1 must be a PROCESS or an integer expression"
18710 #~ msgstr "paramètre 1 de GEN_INST doit être une PROCESSUS ou une expression entière"
18712 #~ msgid "%s is not a declared process"
18713 #~ msgstr "%s n'est pas processus déclaré"
18715 #~ msgid "PROC_TYPE argument must be INSTANCE expression"
18716 #~ msgstr "argument de PROC_TYPE doit être une expression d'INSTANCE"
18718 #~ msgid "QUEUE_LENGTH argument must be a BUFFER/EVENT location"
18719 #~ msgstr "argument de QUEUE_LENGTH doit avoir une localisation de TAMPON/ÉVÉNEMENT"
18721 #~ msgid "SEND requires a SIGNAL; %s is not a SIGNAL name"
18722 #~ msgstr "TRANSMISSION requiert un SIGNAL; %s n'est pas un nom de SIGNAL"
18724 #~ msgid "too many values for SIGNAL `%s'"
18725 #~ msgstr "trop de valeurs pour le SIGNAL « %s »"
18727 #~ msgid "too few values for SIGNAL `%s'"
18728 #~ msgstr "pas assez de valeurs pour le SIGNAL « %s »"
18730 #~ msgid "signal sent without priority"
18731 #~ msgstr "signal transmis sans priorité"
18733 #~ msgid " and no default priority was set."
18734 #~ msgstr " et aucune priorité par défaut n'a été définie."
18736 #~ msgid " PRIORITY defaulted to 0"
18737 #~ msgstr " PRIORITÉ par défaut est 0"
18739 #~ msgid "SEND without a destination instance"
18740 #~ msgstr "TRANSMISSION sans instance de destination"
18742 #~ msgid " and no destination process specified"
18743 #~ msgstr " et aucune destination de processus spécifiée"
18745 #~ msgid " for the signal"
18746 #~ msgstr " pour le signal"
18748 #~ msgid "SEND to ANY copy of process `%s'"
18749 #~ msgstr "TRANSMISSION vers N'IMPORTE QUELLE copie de processus « %s »"
18751 #~ msgid "SEND TO must be an INSTANCE mode"
18752 #~ msgstr "TRANSMISSION TO doit avoir un mode d'INSTANCE"
18754 #~ msgid "SEND WITH must have a mode"
18755 #~ msgstr "TRANSMISSION WITH doit avoir un mode"
18757 #~ msgid "internal error: RECEIVE CASE stack invalid"
18758 #~ msgstr "erreur interne: pile du RECEIVE CASE invalide"
18760 #~ msgid "SET requires INSTANCE location"
18761 #~ msgstr "ENSEMBLE requiert une INSTANCE de localisation"
18763 #~ msgid "SIGNAL in RECEIVE CASE alternative follows"
18764 #~ msgstr "SIGNAL dans un CASE de RÉCEPTION alternative suit"
18766 #~ msgid " a BUFFER name on line %d"
18767 #~ msgstr " un nom de TAMPON sur la ligne %d"
18769 #~ msgid "SIGNAL `%s' has no data fields"
18770 #~ msgstr "SIGNAL « %s » n'a pas de champs de données"
18772 #~ msgid "SIGNAL `%s' requires data fields"
18773 #~ msgstr "SIGNAL « %s » requiert des champs de données"
18775 #~ msgid "too few data fields provided for `%s'"
18776 #~ msgstr "trop peu de champs de données fournies pour « %s »"
18778 #~ msgid "too many data fields provided for `%s'"
18779 #~ msgstr "trop de champs de données fournis pour « %s »"
18781 #~ msgid "BUFFER in RECEIVE CASE alternative follows"
18782 #~ msgstr "TAMPON du CASE de RÉCEPTION alternative suit"
18784 #~ msgid " a SIGNAL name on line %d"
18785 #~ msgstr " un nom de SIGNAL sur la ligne %d"
18787 #~ msgid "BUFFER in RECEIVE CASE alternative must be a location"
18788 #~ msgstr "TAMPON dans un CASE de RÉCEPTION alternative doit être une localisation "
18790 #~ msgid "buffer receive alternative requires only 1 defining occurrence"
18791 #~ msgstr "tampon de réception alternatif requiert une seule définition d'occurence"
18793 #~ msgid "incompatible modes in receive buffer alternative"
18794 #~ msgstr "modes incompatibles dans le tampon alternatif de réception"
18796 #~ msgid "defining occurrence in receive buffer alternative must be a location"
18797 #~ msgstr "définition d'occurence dans un tampon de réception alternatif doit être une localisation"
18799 #~ msgid "buffer receive alternative without `IN location'"
18800 #~ msgstr "tampon de réception alternative sans «IN location»"
18802 #~ msgid "RECEIVE CASE alternative must specify a SIGNAL name or BUFFER location"
18803 #~ msgstr "alternative de RÉCEPTION DE CASE doit spécifier un nom de SIGNAL ou la localisation d'un TAMPON"
18805 #~ msgid "RECEIVE CASE without alternatives"
18806 #~ msgstr "RÉCEPTION DE CASE sans alternative"
18808 #~ msgid "CONTINUE requires an event location"
18809 #~ msgstr "CONTINUE requiert une localisation d'événement"
18811 #~ msgid "PRIORITY must be of integer type"
18812 #~ msgstr "PRIORITÉ doit avoir un type entier"
18814 #~ msgid "delay alternative must be an EVENT location"
18815 #~ msgstr "délai alternatif doit avoir une localisation d'ÉVÉNEMENT"
18817 #~ msgid "DELAY CASE without alternatives"
18818 #~ msgstr "DÉLAI du CASE sans alternative"
18820 #~ msgid "DELAY action requires an event location"
18821 #~ msgstr "DÉLAI d'action requiert une localisation d'événement"
18823 #~ msgid "PRIORITY in DELAY action must be of integer type"
18824 #~ msgstr "PRIORITÉ dans le DÉLAI d'action doit avoir un type entier"
18826 #~ msgid "DELAY action without priority."
18827 #~ msgstr "DÉLAI d'action sans priorité"
18829 #~ msgid "send buffer action requires a BUFFER location"
18830 #~ msgstr "le tampon d'expédition de l'action requiert une localisation de TAMPON"
18832 #~ msgid "there must be only 1 value for send buffer action"
18833 #~ msgstr "il ne doit y avoir qu'une valeur pour le tampon de transmission d'action"
18835 #~ msgid "convert failed for send buffer action"
18836 #~ msgstr "échec de voncversion pour le tampon de transmission d'action"
18838 #~ msgid "incompatible modes in send buffer action"
18839 #~ msgstr "modes incompatibles dans le tampon de transmission d'action"
18841 #~ msgid "buffer sent without priority"
18842 #~ msgstr "tampon de transmission sans priorité"
18844 #~ msgid "WITH not allowed for send buffer action"
18845 #~ msgstr "WITH n'est pas permis pour le tampon de transmission d'action"
18847 #~ msgid "TO not allowed for send buffer action"
18848 #~ msgstr "TO n'est pas permis pour le tampon de transmission d'action"
18850 #~ msgid "SEND requires a BUFFER; `%s' is not a BUFFER name"
18851 #~ msgstr "SEND requiert un TAMPON; « %s » n'est pas un nom de TAMPON"
18853 #~ msgid "non-integral max queue size for EVENT/BUFFER mode"
18854 #~ msgstr "taille maximale de queue n'est pas un entier pour un mode ÉVÉNEMENT/TAMPON"
18856 #~ msgid "non-constant max queue size for EVENT/BUFFER mode"
18857 #~ msgstr "taille maximale de queue n'est pas une constante pour un mode ÉVÉNEMENT/TAMPON"
18859 #~ msgid "max queue_size for EVENT/BUFFER is not positive"
18860 #~ msgstr "taille maximale de queue pour un ÉVÉNEMENT/TAMPON n'est pas positive"
18862 #~ msgid "absolute time value must be of mode TIME"
18863 #~ msgstr "valeur absolue de temps doit être du mode TEMPS"
18865 #~ msgid "duration primitive value must be of mode DURATION"
18866 #~ msgstr "valeur de la durée de la primitive doit être un mode de DURÉE"
18868 #~ msgid "string length > UPPER (UINT)"
18869 #~ msgstr "longueur de la chaîne > UPPER (UINT)"
18871 #~ msgid "can only build a powerset from a discrete mode"
18872 #~ msgstr "peut seulement construire un powerset à partir d'un mode discret"
18874 #~ msgid "non-constant bitstring size invalid"
18875 #~ msgstr "taille du champ de bits n'est pas une constante valide"
18877 #~ msgid "non-constant powerset size invalid"
18878 #~ msgstr "taille de la non constante du powerset est invalide"
18880 #~ msgid "array or string index is a mode (instead of a value)"
18881 #~ msgstr "tableau ou chaîne d'index est une mode (au lieu d'une valeur)"
18883 #~ msgid "index is not an integer expression"
18884 #~ msgstr "index n'est pas une expression entière"
18886 #~ msgid "index is not discrete"
18887 #~ msgstr "index n'est pas discret"
18889 #~ msgid "possible internal error - slice argument is neither referable nor constant"
18890 #~ msgstr "erreur interne possible - l'argument de découpage n'est ni référençable ni une constante"
18892 #~ msgid "bit array slice with non-constant length"
18893 #~ msgstr "découpage de tableau de bits avec une longueur non constante"
18895 #~ msgid "bitstring slice with non-constant length"
18896 #~ msgstr "découpage de chaîne de bits avec une longueur non constante"
18898 #~ msgid "slice operation on non-array, non-bitstring value not supported"
18899 #~ msgstr "opération de découpage sur un non tableau ou sur une valeur non chaîne de bits n'est pas supportée"
18901 #~ msgid "can only take slice of array or string"
18902 #~ msgstr "peut seulement faire le découpage d'un tableau ou d'une chaîne"
18904 #~ msgid "slice length out-of-range"
18905 #~ msgstr "tranche de la longueur est hors gamme"
18907 #~ msgid "too many index expressions"
18908 #~ msgstr "trop d'expressions d'index"
18910 #~ msgid "array index is not discrete"
18911 #~ msgstr "index de tableau n'est pas discret"
18913 #~ msgid "invalid compound index for bitstring mode"
18914 #~ msgstr "index composé invalide pour un mode chaîne de bits"
18916 #~ msgid "conversions from variable_size value"
18917 #~ msgstr "conversions à partir de la valeur variable_size"
18919 #~ msgid "conversions to variable_size mode"
18920 #~ msgstr "conversion vers un mode variable_size"
18922 #~ msgid "cannot convert to float"
18923 #~ msgstr "ne peut convertir en un type flottant"
18925 #~ msgid "cannot convert float to this mode"
18926 #~ msgstr "ne peut convertir un flottant vers ce mode"
18928 #~ msgid "OVERFLOW in expression conversion"
18929 #~ msgstr "DÉBORDEMENT dans la conversion d'expression"
18931 #~ msgid "overflow (not inside function)"
18932 #~ msgstr "débordement (pas à l'intérieur de la fonction)"
18934 #~ msgid "possible overflow (not inside function)"
18935 #~ msgstr "débordement possible (pas à l'intérieur de la fonction)"
18937 #~ msgid "expression will always cause OVERFLOW"
18938 #~ msgstr "expression causera toujours un DÉBORDEMENT"
18940 #~ msgid "not implemented: constant conversion from that kind of expression"
18941 #~ msgstr "pas implanté: conversion de constante depuis quel sorte d'expression"
18943 #~ msgid "not implemented: constant conversion to that kind of mode"
18944 #~ msgstr "pas implanté: conversion de constante vers quell sorte de mode"
18946 #~ msgid "non-standard, non-portable value conversion"
18947 #~ msgstr "non standard, conversion de valeur non portable"
18949 #~ msgid "location conversion between differently-sized modes"
18950 #~ msgstr "conversion de localisation entre des mode de taille différentes"
18952 #~ msgid "size %d of BIN too big - no such integer mode"
18953 #~ msgstr "taille %d de BIN trop grand - pas de tel mode entier"
18955 #~ msgid "BIN in pass 2"
18956 #~ msgstr "BIN dans la passe 2"
18958 #~ msgid "mode of tuple is neither ARRAY, STRUCT, nor POWERSET"
18959 #~ msgstr "mode du tuple n'est pas ARRAY, STRUCT, ni POWERSET"
18961 #~ msgid "internal error in chill_root_resulting_mode"
18962 #~ msgstr "erreur interne dans chill_root_resulting_mode"
18964 #~ msgid "string lengths not equal"
18965 #~ msgstr "longueurs de chaînes inégales"
18967 #~ msgid "can't do ARRAY assignment - too large"
18968 #~ msgstr "ne peut effectuer une affectation de tableau - trop grand"
18970 #~ msgid "rhs of array assignment is not addressable"
18971 #~ msgstr "rhs de l'affectation de tableau n'est pas adressable"
18973 #~ msgid "non-constant expression for BIN"
18974 #~ msgstr "expression n'est pas un constante pour BIN"
18976 #~ msgid "expression for BIN must not be negative"
18977 #~ msgstr "expression pour BIN ne doit pas être négatif"
18979 #~ msgid "cannot process BIN (>32)"
18980 #~ msgstr "ne peut traiter BIN (>32)"
18982 #~ msgid "bounds of range are not compatible"
18983 #~ msgstr "bornes de l'étendue ne sont pas compatibles"
18985 #~ msgid "negative string length"
18986 #~ msgstr "longueur négative de chaîne"
18988 #~ msgid "range's lower bound and parent mode don't match"
18989 #~ msgstr "borne inférieure de l'étendue et le mode parent ne concordent pas"
18991 #~ msgid "range's upper bound and parent mode don't match"
18992 #~ msgstr "borne supérieure de l'étendue et le mode parent ne concordent pas"
18994 #~ msgid "making range from non-mode"
18995 #~ msgstr "faisant une étendue à partir de non mode"
18997 #~ msgid "floating point ranges"
18998 #~ msgstr "étendues en virgules flottantes"
19000 #~ msgid "range mode has non-constant limits"
19001 #~ msgstr "mode d'étendue a des limites non contantes"
19003 #~ msgid "range's high bound < mode's low bound"
19004 #~ msgstr "borne supérieure de l'étendue < mode de la borne inférieure"
19006 #~ msgid "range's high bound > mode's high bound"
19007 #~ msgstr "borne supérieure de l'étendue > mode de la borne supérieure"
19009 #~ msgid "range mode high bound < range mode low bound"
19010 #~ msgstr "borne supérieure de l'étendue < mode de l'étendue la borne inférieure"
19012 #~ msgid "range's low bound < mode's low bound"
19013 #~ msgstr "borne inférieure de l'étendue < mode de la borne inférieure"
19015 #~ msgid "range's low bound > mode's high bound"
19016 #~ msgstr "borne inférieure de l'étendue > mode de la borne supérieure"
19018 #~ msgid "stepsize in STEP must be an integer constant"
19019 #~ msgstr "taille du PAS doit être une contante entière"
19021 #~ msgid "stepsize in STEP must be > 0"
19022 #~ msgstr "taille du PAS doit être > 0"
19024 #~ msgid "stepsize in STEP must be the natural width of the array element mode"
19025 #~ msgstr "taille du PAS doit être de largeur naturelle au mode d'éléments du tableau"
19027 #~ msgid "starting word in POS must be an integer constant"
19028 #~ msgstr "début du mot dans la POSITION doit être une constante entière"
19030 #~ msgid "starting word in POS must be >= 0"
19031 #~ msgstr "début du mot dans la POSITION doit être >= 0"
19033 #~ msgid "starting word in POS within STEP must be 0"
19034 #~ msgstr "début du mot dans la POSITION à l'intérieur du PAS doit être 0"
19036 #~ msgid "starting bit in POS must be an integer constant"
19037 #~ msgstr "bit de départ dans la POSITION doit être une constante entière"
19039 #~ msgid "starting bit in POS within STEP must be 0"
19040 #~ msgstr "bit de départ dans la POSITION à l'intérieur du PAS doit être 0"
19042 #~ msgid "starting bit in POS must be >= 0"
19043 #~ msgstr "bit de départ dans la POSITION doit être >= 0"
19045 #~ msgid "starting bit in POS must be < the width of a word"
19046 #~ msgstr "bit de départ dans la POSITION doit être < que la largeur d'un mot"
19048 #~ msgid "length in POS must be > 0"
19049 #~ msgstr "longueur dans la POSITION doit être > 0"
19051 #~ msgid "end bit in POS must be an integer constant"
19052 #~ msgstr "bit final dans la POSITION doit être une constante entière"
19054 #~ msgid "end bit in POS must be >= the start bit"
19055 #~ msgstr "bit final dans la POSITION doit être >= bit de départ"
19057 #~ msgid "end bit in POS must be < the width of a word"
19058 #~ msgstr "bit final dans la POSITION doit être < la largeur de mot"
19060 #~ msgid "the length specified on POS within STEP must be the natural length of the array element type"
19061 #~ msgstr "la longueur spécifié de positionnement à l'intérieur du pas doit être naturelle à la longueur des types des éléments du tableau"
19063 #~ msgid "step size in STEP must be >= the length in POS"
19064 #~ msgstr "la taille du PAS doit être >= la longueur dans la POSITION"
19066 #~ msgid "array index must be a range, not a single integer"
19067 #~ msgstr "l'index d'un tableau doit être une étendue, pas un simple entier"
19069 #~ msgid "array index is not a discrete mode"
19070 #~ msgstr "index du tableau n'a pas un mode discret"
19072 #~ msgid "the length specified on POS must be the natural length of the field type"
19073 #~ msgstr "la longueur spécifiée de positionnement doit être de longueur naturel au type du champ"
19075 #~ msgid "STRUCT fields must be layed out in monotonically increasing order"
19076 #~ msgstr "champs STRUCT doit avoir été disposés en ordre monotonique croissant"
19078 #~ msgid "if one field has a POS layout, then all fields must have a POS layout"
19079 #~ msgstr "si un champ a une disposition de positionnement, alors tous les champs doivent avoir une disposition de positionnement"
19081 #~ msgid "parameterized structures not implemented"
19082 #~ msgstr "structure paramétrisées ne sont pas implantées"
19084 #~ msgid "invalid parameterized type"
19085 #~ msgstr "type paramétrisé invalide"
19087 #~ msgid "abstract virtual `%#D' called from constructor"
19088 #~ msgstr "abstrait virtuel « %#D » appelé à partir d'un constructeur"
19090 #~ msgid "abstract virtual `%#D' called from destructor"
19091 #~ msgstr "abstrait virtuel « %#D » appelé à partir d'un destructeur"
19093 #~ msgid "discarding `const' applied to a reference"
19094 #~ msgstr "mis de côté «const» appliqué à une référence"
19096 #~ msgid "discarding `volatile' applied to a reference"
19097 #~ msgstr "mis de côté «volatile» appliqué à une référence"
19099 #~ msgid "parser lost in parsing declaration of `%D'"
19100 #~ msgstr "analyseur syntaxique perdu dans l'analyse de la déclaration de «%D»"
19102 #~ msgid "methods cannot be converted to function pointers"
19103 #~ msgstr "méthode ne peuvent être converties en des pointeurs de fonction"
19105 #~ msgid "ambiguous request for method pointer `%s'"
19106 #~ msgstr "requête ambigue pour la méthode sur pointeur « %s »"
19108 #~ msgid "`%T' cannot be `restrict'-qualified"
19109 #~ msgstr "«%T» ne peut être «restrict»-qualified"
19111 #~ msgid "`%T' cannot be `const'-, `volatile'-, or `restrict'-qualified"
19112 #~ msgstr "«%T» ne peut être «const»-, «volatile»- ou «restrict»-qualified"
19114 #~ msgid "invalid reference to NULL ptr, use ptr-to-member instead"
19115 #~ msgstr "référence invalide à un pointeur NUL, utiliser pointeur de membre à la place"
19117 #~ msgid "internal error #%d"
19118 #~ msgstr "erreur interne #%d"
19120 #~ msgid "can't create cross-reference file `%s'"
19121 #~ msgstr "ne peut produire un fichier de références croisées « %s »"
19123 #~ msgid "support non-32-bit machines better as of version 0.6"
19124 #~ msgstr "le support des machines n'ayant pas 32 bits est meilleur avec la version 0.6"
19126 #~ msgid "Extra label definition %A at %0 -- perhaps previous label definition %B at %1 should have CONTINUE statement?"
19127 #~ msgstr "Définition superflue d'étiquette %A à %0 -- peut-être que la définition précédente d'étiquette %B à %1 aurait besoin d'une déclaration CONTINUE?"
19129 #~ msgid "Extra label definition %A at %0 following label definition %B at %1"
19130 #~ msgstr "Définition superflue d'étiquette %A à %0 après la définition de l'étiquette %B à %1"
19132 #~ msgid "Continuation indicator at %0 invalid on first non-comment line of file or following END or INCLUDE [info -f g77 M LEX]"
19133 #~ msgstr "Indicateur de continuation à %0 invalide sur la première ligne de non commentaire du fichier ou suivant END ou INCLUDE [info -f g77 M LEX]"
19135 #~ msgid "Continuation indicator at %0 invalid here [info -f g77 M LEX]"
19136 #~ msgstr "Indicateur de continuation à %0 invalide ici [info -f g77 M LEX]"
19138 #~ msgid "Non-negative integer at %0 too large"
19139 #~ msgstr "Entier non négatif à %0 trop grand"
19141 #~ msgid "Integer at %0 too large (%2 has precedence over %1)"
19142 #~ msgstr "Entier à %0 trop grand (%2 a précédence sur %1)"
19144 #~ msgid "Period at %0 not followed by valid keyword forming a valid binary operator; `.%A.' is not a valid binary operator"
19145 #~ msgstr "Période à %0 n'est pas suivie d'un mot clé valide formant un opérateut binaire valide; «.%A,» n'est pas un opérateur binaire valide"
19147 #~ msgid "`.%A.' at %0 not a binary operator"
19148 #~ msgstr "«.%A.» n'est pas un opérateur binaire valide"
19150 #~ msgid "Double-quote at %0 not followed by a string of valid octal digits at %1"
19151 #~ msgstr "Double apostrophe à %0 pas suivi par une chaîne valide de chiffres en octal à %1"
19153 #~ msgid "Invalid octal constant at %0"
19154 #~ msgstr "constante octale invalide à %0"
19156 #~ msgid "Invalid binary digit(s) found in string of digits at %0"
19157 #~ msgstr "Chiffre binaire invalide trouvé dans la chaîne de chiffres à %0"
19159 #~ msgid "Invalid binary constant at %0"
19160 #~ msgstr "constante binaire invalide à %0"
19162 #~ msgid "Invalid hexadecimal digit(s) found in string of digits at %0"
19163 #~ msgstr "Chiffre hexadécimal invalide trouvé dans la chaîne de chiffres à %0"
19165 #~ msgid "Invalid hexadecimal constant at %0"
19166 #~ msgstr "constante hexadécimale invalide %0"
19168 #~ msgid "Invalid octal digit(s) found in string of digits at %0"
19169 #~ msgstr "Chiffre octal invalide trouvé dans la chaîne de chiffres à %0"
19171 #~ msgid "Invalid radix specifier `%A' at %0 for typeless constant at %1"
19172 #~ msgstr "Spécificateur de base invalide «%A» à %0 pour un constante sans type à %1"
19174 #~ msgid "Invalid typeless constant at %1"
19175 #~ msgstr "constante sans type invalide à %1"
19177 #~ msgid "%A part of complex constant at %0 must be a real or integer constant -- otherwise use CMPLX() or COMPLEX() in place of ()"
19178 #~ msgstr "la partie %A de la constante complexe à %0 doit être une constante réelle ou entière -- autrement utiliser CMPLX() ou COMPLEX() à la place de ()"
19180 #~ msgid "%A part of complex constant at %0 not a real or integer constant"
19181 #~ msgstr "la partie %A de la constante complexe à %0 n'est pas une constante réelle ou entière"
19183 #~ msgid "Invalid keyword `%%%A' at %0 in this context"
19184 #~ msgstr "mot clé invalide «%%%A» à %0 dans ce contexte"
19186 #~ msgid "Invalid keyword `%%%A' at %0"
19187 #~ msgstr "mot clé invalide «%%%A» à %0"
19189 #~ msgid "Null expression between %0 and %1 invalid in this context"
19190 #~ msgstr "expression nulle entre %0 et %1 invalide dans ce contexte"
19192 #~ msgid "Invalid null expression between %0 and %1"
19193 #~ msgstr "expression null invalide entre %0 et %1"
19195 #~ msgid "Concatenation operator at %0 must operate on two subexpressions of character type, but neither subexpression at %1 or %2 is of character type"
19196 #~ msgstr "opérateur de concaténation à %0 doit opérer sur deux sous-expressions de type caractère, mais aucune des sous-expressions à %1 ou %2 n'est de type caractère"
19198 #~ msgid "Invalid operands at %1 and %2 for concatenation operator at %0"
19199 #~ msgstr "Opérandes invalides à %1 et %2 pour l'opérateur de concaténation à %0"
19201 #~ msgid "Concatenation operator at %0 must operate on two subexpressions of character type, but the subexpression at %1 is not of character type"
19202 #~ msgstr "Opérateur de concaténation à %0 doit opérer sur deux sous-expressions de type caractère, mais la sous-expression à %1 n'est pas de type caractère"
19204 #~ msgid "Invalid operand at %1 for concatenation operator at %0"
19205 #~ msgstr "Opérande invalide à %1 pour l'opérateur de concaténation à %0"
19207 #~ msgid "Concatenation operator at %0 must operate on two scalar (not array) subexpressions, two function invocations returning character scalars, or a combination of both -- but the subexpression at %1 is %A"
19208 #~ msgstr "Opérateur de concaténation à %0 doit opérer sur deux sous-expressions scalaires (non pas de tableau), deux invocations de fonctions retournant des caractères scalaires ou une combinaison des deux -- mais la sous-expression à %1 est %A"
19210 #~ msgid "Invalid operand (is %A) at %1 for concatenation operator at %0"
19211 #~ msgstr "Opérande invalide (est %A) à %1 pour l'opérateur de concaténation à %0"
19213 #~ msgid "Arithmetic operator at %0 must operate on two subexpressions of arithmetic type, but neither subexpression at %1 or %2 is of arithmetic type"
19214 #~ msgstr "Opérateur arithmétique à %0 doit opérer sur deux sous-expressions de type artihmétique, mais aucune des sous-expressions à %1 ou %2 n'est pas de type arithmétique"
19216 #~ msgid "Invalid operands at %1 and %2 for arithmetic operator at %0"
19217 #~ msgstr "Opérande invalide à %1 et %2 pour l'opérateur arithmétique à %0"
19219 #~ msgid "Arithmetic operator at %0 must operate on two subexpressions of arithmetic type, but the subexpression at %1 is not of arithmetic type"
19220 #~ msgstr "Opérateur arithmétique à %0 doit opérer sur deux sous-expressions de type artihmétique, mais la sous-expression à %1 n'est pas de type arithmétique"
19222 #~ msgid "Invalid operand at %1 for arithmetic operator at %0"
19223 #~ msgstr "Opérande invalide à %1 pour l'opérateur arithmétique à %0"
19225 #~ msgid "Arithmetic operator at %0 must operate on two scalar (not array) subexpressions, two function invocations returning arithmetic scalars, or a combination of both -- but the subexpression at %1 is %A"
19226 #~ msgstr "Opérateur arithmétique à %0 doit opérer sur deux sous-expressions scalaires (pas de tableau), l'invocation des deux fonctions retournant un scalaire arithmétique ou une combinaison des deux -- mais la sous-expressions à %1 est %A"
19228 #~ msgid "Invalid operand (is %A) at %1 for arithmetic operator at %0"
19229 #~ msgstr "Opérande invalide (est %A) à %1 pour l'opérateur arithmétique à %0"
19231 #~ msgid "Character constant at %0 has no closing quote at %1 [info -f g77 M LEX]"
19232 #~ msgstr "Constante caractère à %0 n'a pas de guillemets de fermeture à %1 [info -f g77 M LEX]"
19234 #~ msgid "Unterminated character constant at %0 [info -f g77 M LEX]"
19235 #~ msgstr "constante de caractères non terminée à %0 [info -f g77 M LEX]"
19237 #~ msgid "Missing initial `&' on continuation line at %0 [info -f g77 M LEX]"
19238 #~ msgstr "«&» initial manquant sur la ligne de continuation à %0 [info -f g77 M LEX]"
19240 #~ msgid "Continuation line at %0 invalid because it consists only of a single `&' as the only nonblank character"
19241 #~ msgstr "Ligne de continuation à %0 invalide parce qu'elle contient seulement un simple «&» comme seul caractère non blanc"
19243 #~ msgid "Invalid continuation line at %0"
19244 #~ msgstr "ligne de continuation invalide à %0"
19246 #~ msgid "Invalid statement at %0 [info -f g77 M LEX]"
19247 #~ msgstr "Déclaration invalide à %0 [info -f g77 M LEX]"
19249 #~ msgid "Unrecognized statement name at %0 and invalid form for assignment or statement-function definition at %1"
19250 #~ msgstr "Déclaration de nom non reconnue à %0 et forme invalide pour l'affectation ou la définition de déclaration de fonction à %1"
19252 #~ msgid "Invalid statement at %0"
19253 #~ msgstr "Déclaration invalide à %0"
19255 #~ msgid "Invalid form for %A statement at %0"
19256 #~ msgstr "Forme invalide pour la déclaration %A à %0"
19258 #~ msgid "Invalid %A statement at %0"
19259 #~ msgstr "Déclaration %A invalide à %0"
19261 #~ msgid "Invalid use of hollerith constant in statement at %0 -- enclose the constant in parentheses (for example, change BACKSPACE 2HAB to BACKSPACE (2HAB))"
19262 #~ msgstr "Utilisation invalide d'une constante Hollerith à la déclaration à %0 -- encapsuler la constante entre parenthèses (par exemple, changer BACKSPACE 2HAB en BACKSPACE (2HAB) )"
19264 #~ msgid "Invalid I specifier in FORMAT statement at %0"
19265 #~ msgstr "spécificateur I invalide dans la déclaration de FORMAT à %0"
19267 #~ msgid "Invalid B specifier in FORMAT statement at %0"
19268 #~ msgstr "spécificateur B invalide dans la déclaration de FORMAT à %0"
19270 #~ msgid "Invalid O specifier in FORMAT statement at %0"
19271 #~ msgstr "spécificateur O invalide dans la déclaration de FORMAT à %0"
19273 #~ msgid "Invalid Z specifier in FORMAT statement at %0"
19274 #~ msgstr "spécificateur Z invalide dans la déclaration de FORMAT à %0"
19276 #~ msgid "Invalid F specifier in FORMAT statement at %0"
19277 #~ msgstr "spécificateur F invalide dans la déclaration de FORMAT à %0"
19279 #~ msgid "Invalid E specifier in FORMAT statement at %0"
19280 #~ msgstr "spécificateur E invalide dans la déclaration de FORMAT à %0"
19282 #~ msgid "Invalid EN specifier in FORMAT statement at %0"
19283 #~ msgstr "spécificateur EN invalide dans la déclaration de FORMAT à %0"
19285 #~ msgid "Invalid G specifier in FORMAT statement at %0"
19286 #~ msgstr "spécificateur G invalide dans la déclaration de FORMAT à %0"
19288 #~ msgid "Invalid L specifier in FORMAT statement at %0"
19289 #~ msgstr "spécificateur L invalide dans la déclaration de FORMAT à %0"
19291 #~ msgid "Invalid A specifier in FORMAT statement at %0"
19292 #~ msgstr "spécificateur A invalide dans la déclaration de FORMAT à %0"
19294 #~ msgid "Invalid D specifier in FORMAT statement at %0"
19295 #~ msgstr "spécificateur D invalide dans la déclaration de FORMAT à %0"
19297 #~ msgid "Invalid Q specifier in FORMAT statement at %0"
19298 #~ msgstr "spécificateur Q invalide dans la déclaration de FORMAT à %0"
19300 #~ msgid "Invalid $ specifier in FORMAT statement at %0"
19301 #~ msgstr "spécificateur $ invalide dans la déclaration de FORMAT à %0"
19303 #~ msgid "Invalid P specifier in FORMAT statement at %0"
19304 #~ msgstr "spécificateur P invalide dans la déclaration de FORMAT à %0"
19306 #~ msgid "Invalid T specifier in FORMAT statement at %0"
19307 #~ msgstr "spécificateur T invalide dans la déclaration de FORMAT à %0"
19309 #~ msgid "Invalid TL specifier in FORMAT statement at %0"
19310 #~ msgstr "spécificateur TL invalide dans la déclaration de FORMAT à %0"
19312 #~ msgid "Invalid TR specifier in FORMAT statement at %0"
19313 #~ msgstr "spécificateur TR invalide dans la déclaration de FORMAT à %0"
19315 #~ msgid "Invalid X specifier in FORMAT statement at %0"
19316 #~ msgstr "spécificateur X invalide dans la déclaration de FORMAT à %0"
19318 #~ msgid "Invalid S specifier in FORMAT statement at %0"
19319 #~ msgstr "spécificateur S invalide dans la déclaration de FORMAT à %0"
19321 #~ msgid "Invalid SP specifier in FORMAT statement at %0"
19322 #~ msgstr "spécificateur SP invalide dans la déclaration de FORMAT à %0"
19324 #~ msgid "Invalid SS specifier in FORMAT statement at %0"
19325 #~ msgstr "spécificateur SS invalide dans la déclaration de FORMAT à %0"
19327 #~ msgid "Invalid BN specifier in FORMAT statement at %0"
19328 #~ msgstr "spécificateur BN invalide dans la déclaration de FORMAT à %0"
19330 #~ msgid "Invalid BZ specifier in FORMAT statement at %0"
19331 #~ msgstr "spécificateur BZ invalide dans la déclaration de FORMAT à %0"
19333 #~ msgid "Invalid : specifier in FORMAT statement at %0"
19334 #~ msgstr "Invalide: spécificateur de déclaration de FORMAT à %0"
19336 #~ msgid "Invalid H specifier in FORMAT statement at %0"
19337 #~ msgstr "spécificateur H invalide dans la déclaration de FORMAT à %0"
19339 #~ msgid "Nonletter in defined operator at %0"
19340 #~ msgstr "ne contient pas une non lettre dans l'opérateur défini à %0"
19342 #~ msgid "Invalid type-declaration attribute at %0"
19343 #~ msgstr "type d'attribut de déclaration invalide à %0"
19345 #~ msgid "Unrecognized value for character constant at %0 -- expecting %A"
19346 #~ msgstr "valeur non reconnue pour la constante caractère à %0 -- %A attendu"
19348 #~ msgid "Unrecognized value for character constant at %0"
19349 #~ msgstr "valeur non reconnnue pour la constante caractère à %0"
19351 #~ msgid "Range specification at %0 invalid -- at least one expression must be specified, or use CASE DEFAULT"
19352 #~ msgstr "spécification d'étendue à %0 invalide -- au moins une expression doit être spécifié ou utiliser CASE DEFAULT"
19354 #~ msgid "Range specification at %0 invalid"
19355 #~ msgstr "spécification d'étendue à %0 invalide"
19357 #~ msgid "Useless range at %0"
19358 #~ msgstr "étendue inutile à %0"
19360 #~ msgid "Invalid kind at %0 for type at %1 -- unsupported or not permitted"
19361 #~ msgstr "sorte invalide à %0 pour le type à %1 -- non supporté ou non permis"
19363 #~ msgid "Invalid kind at %0 for type at %1"
19364 #~ msgstr "sorte invalide à %0 pour le type à %1"
19366 #~ msgid "Cannot establish implicit type for initial letter `%A' at %0 -- already explicitly established or used to set implicit type of some name, or backwards order of letters in letter range"
19367 #~ msgstr "ne peut établir un type implicite pour la lettre initiale «%A» à %0 -- déjà explicitement établie ou utilisé pour initialiser un type implicite pour un nom quelconque ou un ordre arrière de lettres dans une étendue de lettres"
19369 #~ msgid "Cannot establish implicit type for initial letter `%A' at %0"
19370 #~ msgstr "ne peut établir un type implicite pour la lettre initiale «%A» à %0"
19372 #~ msgid "Label definition %A (at %0) invalid -- must be in columns 1-5"
19373 #~ msgstr "définition d'étiquette %A (à %0) invalide -- doit être en colonnes 1-5"
19375 #~ msgid "Invalid label definition %A (at %0)"
19376 #~ msgstr "définition d'étiquette invalide %A (à %0)"
19378 #~ msgid "Run-time expression at %0 in FORMAT statement that does not follow the first executable statement in the program unit -- move the statement"
19379 #~ msgstr "expression lors de l'exécution à %0 dans la déclaration de FORMAT qui ne suit pas la première déclaration exécutable dans l'unité programme -- déplacer la déclaration"
19381 #~ msgid "FORMAT at %0 with run-time expression must follow first executable statement"
19382 #~ msgstr "FORMAT à %0 dans l'expression lors de l'exécution doit suivre la première déclaration exécutable"
19384 #~ msgid "Boolean/logical operator at %0 must operate on two subexpressions of logical type, but neither subexpression at %1 or %2 is of logical type"
19385 #~ msgstr "opérateur booléen/logique à %0 doit opérer sur deux sous-expressions de type logique mais aucune des sous-expressions à %1 ou %2 n'est de type logique"
19387 #~ msgid "Invalid operands at %1 and %2 for boolean operator at %0"
19388 #~ msgstr "opérandes invalides à %1 et %2 pour l'opérateur booléen à %0"
19390 #~ msgid "Boolean/logical operator at %0 must operate on two subexpressions of logical type, but the subexpression at %1 is not of logical type"
19391 #~ msgstr "opérateur booléen/logique à %0 doit opérer sur deux sous-expressions de type logique mais la sous-expression à %1 n'est pas de type logique"
19393 #~ msgid "Invalid operand at %1 for boolean operator at %0"
19394 #~ msgstr "opérande invalide à %1 pour l'opérateur booléen à %0"
19396 #~ msgid "Boolean/logical operator at %0 must operate on two scalar (not array) subexpressions, two function invocations returning logical scalars, or a combination of both -- but the subexpression at %1 is %A"
19397 #~ msgstr "opérateur booléen/logique à %0 doit opérer sur deux sous-expressions de type scalaire (pas tableau), deux invocations de fonction retournant des scalaires logique ou une combinaison des deux -- mais la sous-expression à %1 est %A"
19399 #~ msgid "Invalid operand (is %A) at %1 for boolean operator at %0"
19400 #~ msgstr "opérande invalide (est %A) à %1 pour l'opérateur booléen à %0"
19402 #~ msgid ".NOT. operator at %0 must operate on subexpression of logical type, but the subexpression at %1 is not of logical type"
19403 #~ msgstr "opérateur .NOT. à %0 doit opérer sur une sous-expression de type logique mais la sous-expression à %1 n'est pas de type logique"
19405 #~ msgid "Invalid operand at %1 for .NOT. operator at %0"
19406 #~ msgstr "opérande invalide à %1 pour l'opérateur .NOT. à %0"
19408 #~ msgid ".NOT. operator at %0 must operate on scalar subexpressions -- but the subexpression at %1 is %A"
19409 #~ msgstr "opérateur .NOT. à %0 doit opérer sur une sous-expression scalaire mais la sous-expression à %1 est %A"
19411 #~ msgid "Invalid operand (is %A) at %1 for .NOT. operator at %0"
19412 #~ msgstr "opérande invalide (est %A) à %1 pour l'opérateur .NOT. à %0"
19414 #~ msgid "Equality operator at %0 must operate on two subexpressions of arithmetic or character type, but neither subexpression at %1 or %2 is of arithmetic or character type"
19415 #~ msgstr "opérateur d'égalité à %0 doit opérer sur deux sous-expressions de type artihmétique ou caractère mais aucune des sous-expressions à %1 ou %2 n'est de type arithmétique ou caractère"
19417 #~ msgid "Invalid operands at %1 and %2 for equality operator at %0"
19418 #~ msgstr "opérandes invalides à %1 et %2 pour l'opérateur d'égalité à %0"
19420 #~ msgid "Equality operator at %0 must operate on two subexpressions of arithmetic or character type, but the subexpression at %1 is not of arithmetic or character type"
19421 #~ msgstr "opérateur d'égalité à %0 doit opérer sur deux sous-expressions de type artihmétique ou caractère mais la sous-expression à %1 n'est pas de type arithmétique ou caractère"
19423 #~ msgid "Invalid operand at %1 for equality operator at %0"
19424 #~ msgstr "opérande invalide à %1 pour l'opérateur d'égalité à %0"
19426 #~ msgid "Equality operator at %0 must operate on two scalar (not array) subexpressions, two function invocations returning arithmetic or character scalars, or a combination of both -- but the subexpression at %1 is %A"
19427 #~ msgstr "opérateur d'égalité à %0 doit opérer sur deux sous-expressions de type scalaire (non pas de tableau), deux invocations de fonction retournant un type arithmétique ou scalaires caractère ou une combinaison des deux mais la sous-expression à %1 est %A"
19429 #~ msgid "Invalid operand (is %A) at %1 for equality operator at %0"
19430 #~ msgstr "opérande invalide (est %A) à %1 pour l'opérateur d'égalité à %0"
19432 #~ msgid "Relational operator at %0 must operate on two subexpressions of integer, real, or character type, but neither subexpression at %1 or %2 is of integer, real, or character type"
19433 #~ msgstr "opérateur relationnal à %0 doit opérer sur deux sous-expressions de type entier, réel ou caractère, mais aucune des sous-expression à %1 ou %2 n'est de type entier, réel ou caractère"
19435 #~ msgid "Invalid operands at %1 and %2 for relational operator at %0"
19436 #~ msgstr "opérandes invalides à %1 et %2 pour l'opérateur relationnel à %0"
19438 #~ msgid "Relational operator at %0 must operate on two subexpressions of integer, real, or character type, but the subexpression at %1 is not of integer, real, or character type"
19439 #~ msgstr "opérateur relationnal à %0 doit opérer sur deux sous-expressions de type entier, réel ou caractère, mais la sous-expression à %1 n'est pas de type entier, réel ou caractère"
19441 #~ msgid "Invalid operand at %1 for relational operator at %0"
19442 #~ msgstr "opérande invalide à %1 pour l'opérateur relationnel à %0"
19444 #~ msgid "Relational operator at %0 must operate on two scalar (not array) subexpressions, two function invocations returning integer, real, or character scalars, or a combination of both -- but the subexpression at %1 is %A"
19445 #~ msgstr "opérateur relationnal à %0 doit opérer sur deux sous-expressions de type scalaire (non pas de tableau), deux invocations de fonction retournant un type entier, réel ou caractère ou une combinaison des deux mais la sous-expression à %1 est %A"
19447 #~ msgid "Invalid operand (is %A) at %1 for relational operator at %0"
19448 #~ msgstr "opérande invalide (est %A) à %1 pour l'opérateur relationnel à %0"
19450 #~ msgid "Reference to intrinsic `%A' at %0 invalid -- one or more arguments have incorrect type"
19451 #~ msgstr "référence à l'intrinsèque «%A» à %0 invalide -- un ou plusieurs d'arguments ont un type incorrect"
19453 #~ msgid "Invalid reference to intrinsic `%A' at %0"
19454 #~ msgstr "référence invalide vers l'intrinsèque «%A» à %0"
19456 #~ msgid "Too few arguments passed to intrinsic `%A' at %0"
19457 #~ msgstr "trop peu d'arguments passés à l'intrinsèque «%A» à %0"
19459 #~ msgid "Too few arguments for intrinsic `%A' at %0"
19460 #~ msgstr "trop peu d'arguments passés à l'intrinsèque «%A» à %0"
19462 #~ msgid "Too many arguments passed to intrinsic `%A' at %0"
19463 #~ msgstr "trop d'arguments passés à l'intrinsèque «%A» à %0"
19465 #~ msgid "Too many arguments for intrinsic `%A' at %0"
19466 #~ msgstr "trop d'arguments passés à l'intrinsèque «%A» à %0"
19468 #~ msgid "Reference to disabled intrinsic `%A' at %0"
19469 #~ msgstr "référence à l'intrinsèque désactivé «%A» à %0"
19471 #~ msgid "Disabled intrinsic `%A' at %0"
19472 #~ msgstr "Désactiver les intrinsèques «%A» à %0"
19474 #~ msgid "Reference to intrinsic subroutine `%A' as if it were a function at %0"
19475 #~ msgstr "référence à la sous-routine intrinsèque «%A» comme s'il est une fonction à %0"
19477 #~ msgid "Function reference to intrinsic subroutine `%A' at %0"
19478 #~ msgstr "référence de fonction à la sous-routine intrinsèque «%A» à %0"
19480 #~ msgid "Reference to intrinsic function `%A' as if it were a subroutine at %0"
19481 #~ msgstr "référence à une fonction intrinsèque «%A» comme s'il est une sous-routine à %0"
19483 #~ msgid "Subroutine reference to intrinsic function `%A' at %0"
19484 #~ msgstr "référence de sous-routine à la fonction «%A» à %0"
19486 #~ msgid "Reference to unimplemented intrinsic `%A' at %0 -- use EXTERNAL to reference user-written procedure with this name"
19487 #~ msgstr "référence à un intrinsèque non implanté «%A» à %0 -- utiliser EXTERNAL pour référence la procédure ayant ce nom et écrite par l'usager"
19489 #~ msgid "Unimplemented intrinsic `%A' at %0"
19490 #~ msgstr "intrinsèque «%A» non implanté à %0"
19492 #~ msgid "Reference to unimplemented intrinsic `%A' at %0 (assumed EXTERNAL)"
19493 #~ msgstr "référence à un intrinsèque non implanté «%A» à (EXTERNAL assumé)"
19495 #~ msgid "Unimplemented intrinsic `%A' at %0 (assumed EXTERNAL)"
19496 #~ msgstr "intrinsèque non implantée «%A» à (EXTERNAL assumé)"
19498 #~ msgid "Attempt to modify variable `%A' at %0 while it serves as DO-loop iterator at %1"
19499 #~ msgstr "Tentative de modification de la variable «%A» à %0 alors qu'il sert à l'itération de la boucle DO à %1"
19501 #~ msgid "Modification of DO-loop iterator `%A' at %0"
19502 #~ msgstr "Modification de l'itération de la boucle DO «%A» à %0"
19504 #~ msgid "Attempt to modify variable `%A' via item #%B in list at %0 while it serves as implied-DO iterator at %1"
19505 #~ msgstr "Tentative de modification de la variable «%A» par le biais de l'item #%b dans la liste à %0 alors qu'il sert à l'itération implicite de la boucle DO à %1"
19507 #~ msgid "Array has too many dimensions, as of dimension specifier at %0"
19508 #~ msgstr "Tableau à trop de dimensions comme spécificateur de dimension à %0"
19510 #~ msgid "Too many dimensions at %0"
19511 #~ msgstr "trop de dimensions à %0"
19513 #~ msgid "Unsupported OPEN control item at %0 -- ACTION=, ASSOCIATEVARIABLE=, BLOCKSIZE=, BUFFERCOUNT=, CARRIAGECONTROL=, DEFAULTFILE=, DELIM=, DISPOSE=, EXTENDSIZE=, INITIALSIZE=, KEY=, MAXREC=, NOSPANBLOCKS, ORGANIZATION=, PAD=, POSITION=, READONLY=, RECORDTYPE=, SHARED=, and USEROPEN= are not supported"
19514 #~ msgstr "Item de contrôle OPEN non supporté à %0 -- ACTION=, ASSOCIATEVARIABLE=, BLOCKSIZE=, BUFFERCOUNT=, CARRIAGECONTROL=, DEFAULTFILE=, DELIM=, DISPOSE=, EXTENDSIZE=, INITIALSIZE=, KEY=, MAXREC=, NOSPANBLOCKS, ORGANIZATION=, PAD=, POSITION=, READONLY=, RECORDTYPE=, SHARED= et USEROPEN= ne sont pas supportés"
19516 #~ msgid "Unsupported OPEN control item at %0"
19517 #~ msgstr "item de contrôle OPEN non supporté à %0"
19519 #~ msgid "Unsupported INQUIRE control item at %0 -- ACTION=, CARRIAGECONTROL=, DEFAULTFILE=, DELIM=, KEYED=, ORGANIZATION=, PAD=, POSITION=, READ=, READWRITE=, RECORDTYPE=, and WRITE= are not supported"
19520 #~ msgstr "item de contrôle INQUIRE non supporté à %0 -- ACTION=, CARRIAGECONTROL=, DEFAULTFILE=, DELIM=, KEYED=, ORGANIZATION=, PAD=, POSITION=, READ=, READWRITE=, RECORDTYPE= et WRITE= ne sont pas supportés"
19522 #~ msgid "Unsupported INQUIRE control item at %0"
19523 #~ msgstr "item de contrôle INQUIRE non supporté à %0"
19525 #~ msgid "Unsupported READ control item at %0 -- ADVANCE=, EOR=, KEYEQ=, KEYGE=, KEYGT=, KEYID=, NULLS=, and SIZE= are not supported"
19526 #~ msgstr "item de contrôle READ non supporté à %0 -- ADVANCE=, EOR=, KEYEQ=, KEYGE=, KEYGT=, KEYID=, NULLS= et SIZE= ne sont pas supportés"
19528 #~ msgid "Unsupported READ control item at %0"
19529 #~ msgstr "item de contrôle READ non supporté à %0"
19531 #~ msgid "Unsupported WRITE control item at %0 -- ADVANCE= and EOR= are not supported"
19532 #~ msgstr "item de contrôle WRITE non supporté à %0 -- ADVANCE= et EOR= ne sont pas supportés"
19534 #~ msgid "Unsupported WRITE control item at %0"
19535 #~ msgstr "item de contrôle WRITE non supporté à %0"
19537 #~ msgid "Padding of %A %D required before `%B' in common block `%C' at %0 -- consider reordering members, largest-type-size first"
19538 #~ msgstr "Remplissage de %A %D requis avant «%B» dans le bloc commun «%C» à %0 -- considérer reordonner les membres, celui de plus grande taille en premier"
19540 #~ msgid "Padding of %A %D required before `%B' in common block `%C' at %0"
19541 #~ msgstr "Remplissage de %A %D requis avant «%B» dans le bloc commun «%C» à %0"
19543 #~ msgid "Type of ENTRY point at %0 to function conflicts with type(s) of previous entrypoint(s) -- must all be identical-length CHARACTER or none be CHARACTER type"
19544 #~ msgstr "Type du point d'entrée à %0 de la fonction est en conflit avec le type de point d'entrée précédent de la fonction -- doit être de longueur indentique ou zéro pour un type caractère"
19546 #~ msgid "Type of ENTRY point at %0 to function conflicts with type(s) of previous entrypoint(s)"
19547 #~ msgstr "type de point d'entré à %0 à la fonction est en conflit avec le type de point d'entrée précédent de la fonction"
19549 #~ msgid "Common block `%A' initialized at %0 already initialized at %1 -- only one program unit may specify initial values for a particular common block"
19550 #~ msgstr "bloc commun «%A» initialisé à %0 est déjà initialisé à %1 -- une seule unité de programme peut spécifier les valeurs initiales pour un bloc commun particulier"
19552 #~ msgid "Common block `%A' initialized at %0 already initialized at %1"
19553 #~ msgstr "bloc commun «%A» initialisé à %0 est déjà initialisé à %1"
19555 #~ msgid "Initial padding for common block `%A' is %B %C at %0 -- consider reordering members, largest-type-size first"
19556 #~ msgstr "remplissage initial pour le bloc commun «%A» est %B %C à %0 -- considérer réordonner les membres, celui de plus grande taille en premier"
19558 #~ msgid "Initial padding for common block `%A' is %B %C at %0"
19559 #~ msgstr "remplissage initial pour le bloc commun «%A» est %B %C à %0"
19561 #~ msgid "Initial padding for common block `%A' is %B %D at %0 but %C %E at %1 -- consider reordering members, largest-type-size first"
19562 #~ msgstr "remplissage initial pour le bloc commun «%A» est %B %D à %0 mais %C %E à %1 -- considérer réordonner les membres, ceux de plus grande taille en premier"
19564 #~ msgid "Initial padding for common block `%A' is %B %D at %0 but %C %E at %1"
19565 #~ msgstr "remplissage initial pour le bloc commun «%A» est %B %D à %0 mais %C %E à %1"
19567 #~ msgid "Common block `%A' is initialized to %B %D long at %0 but enlarged to %C %E at %1 -- use consistent definitions or reorder program units in source file"
19568 #~ msgstr "bloc commun «%A» initialisé à un longueur %B %D à %0 mais augmenté à %C %E à %1 -- utiliser des définitions consistantes ou réordonner les unités de programmes dans le fichier source"
19570 #~ msgid "Common block `%A' is initialized to %B %D long at %0 but enlarged to %C %E at %1"
19571 #~ msgstr "bloc commun «%A» initialisé à un longueur %B %D à %0 mais augmenté à %C %E à %1"
19573 #~ msgid "DO-variable `%A' is type REAL or DOUBLE PRECISION at %0 -- unexpected behavior likely"
19574 #~ msgstr "variable DO «%A» est de type REEL ou DOUBLE PRECISION à %0 -- comportement inattendue est à prévoir"
19576 #~ msgid "DO-variable `%A' is type REAL or DOUBLE PRECISION at %0"
19577 #~ msgstr "variable DO «%A» est de type REEL ou DOUBLE PRECISION à %0"
19579 #~ msgid "Invalid actual argument at %0 -- replace hollerith constants with %%REF('string') and typeless constants with INTEGER constant equivalents, or use -fugly-args or -fugly"
19580 #~ msgstr "argument actuel invalide à %0 -- remplacer les constantes Hollerith avec %%REF('chaÎne') et des constantes sans type avec des équivalents entiers ou utiliser -fugly-args ou -fugly"
19582 #~ msgid "Invalid actual argument at %0"
19583 #~ msgstr "argument actuel invalide à %0"
19585 #~ msgid "Quadruple-precision floating-point unsupported -- treating constant at %0 as double-precision"
19586 #~ msgstr "virgule flottante en quadruple précision non supporté -- tratement de la constante à %0 en double précision"
19588 #~ msgid "Quadruple-precision floating-point unsupported"
19589 #~ msgstr "virgule flottante en quadruple précision non supporté"
19591 #~ msgid "Initialization of large (%B-unit) aggregate area `%A' at %0 currently very slow and takes lots of memory during g77 compile -- to be improved in 0.6"
19592 #~ msgstr "initialisation d'une large zone aggrégat (unit %B) «%A» à %0 couramment lente et prenant beaucoup de mémoire durant la compilation g77 -- à être amélioré dans 0.6"
19594 #~ msgid "This could take a while (initializing `%A' at %0)..."
19595 #~ msgstr "Cela pourrait prendre du temps (initialisation «%A» à %0)..."
19597 #~ msgid "can't to open %s"
19598 #~ msgstr "ne peut ouvrir %s"
19600 #~ msgid "Set class path and suppress system path"
19601 #~ msgstr "Initialiser le chemin des classes et supprimer le chemin systèmes"
19604 #~ msgstr "<stdin>"
19606 #~ msgid "hard register `%s' listed as input operand to `asm'"
19607 #~ msgstr "registre matériel `%s' est listé comme une opérande d'entrée à `asm'"
19609 #~ msgid "floating point trap outputting a constant"
19610 #~ msgstr "la trappe en virgule flottante produit une constante"
19612 #~ msgid "no file-scope type named `%D'"
19613 #~ msgstr "pas de type de portée de fichier nommé `%D'"
19615 #~ msgid "%T is not a class type"
19616 #~ msgstr "« %T » n'est pas un type de classe"
19618 #~ msgid "base clause without member specification for `%#T'"
19619 #~ msgstr "clause de base sans spécification de membre pour `%#T'"
19621 #~ msgid "non-`union' tag used in declaring `%#T'"
19622 #~ msgstr "étiquette non-`union' utilisé dans la déclaration de `%#T'"
19624 #~ msgid "invalid use of %D"
19625 #~ msgstr "utilisation invalide de %D"
19627 #~ msgid "return value from function receives multiple initializations"
19628 #~ msgstr "valeur retournée de la fonction reçoit de multiples initialisations"
19630 #~ msgid "Can't use '$' as a separator for inner classes"
19631 #~ msgstr "Ne peut utiliser '$' comme séparateur pour des classes internes"
19633 #~ msgid "-mlong32 and -mlong64 can not both be specified"
19634 #~ msgstr "-mlong32 et -mlong64 ne peuvent être spécifiés ensembles."
19636 #~ msgid "type with more precision than %s"
19637 #~ msgstr "type avec plus de precision que %s"
19639 #~ msgid "ANSI C forbids const or volatile function types"
19640 #~ msgstr "C ANSI interdit les types `const' ou de fonctions volatiles"
19642 #~ msgid "leaving more files than we entered"
19643 #~ msgstr "laissant plus de fichiers que nous en avons entrée"
19645 #~ msgid "universal-character-name used for '%c'"
19646 #~ msgstr "nom-de-caractère-universel utilisé pour `%c'"
19648 #~ msgid "unknown escape sequence: '\\' followed by char 0x%x"
19649 #~ msgstr "séquence d'échappement inconnue: '\\' suivi du caractère 0x%x"
19651 #~ msgid "wrong type argument to %s"
19652 #~ msgstr "type d'argument erroné pour %s"
19654 #~ msgid "deprecated initialization of zero-length array"
19655 #~ msgstr "initialisation obsolète d'un tableau de taille zéro"
19657 #~ msgid "initialization of zero-length array before end of structure"
19658 #~ msgstr "initialisation d'un tableau de taille zéro avant la fin de la structure"
19660 #~ msgid "initialization of zero-length array inside a nested context"
19661 #~ msgstr "initialisation d'un tableau de taille zéro à l'intérieur d'un contexte imbriqué"
19663 #~ msgid "Unable to find a temporary location for static chain register"
19664 #~ msgstr "Incapable de trouver une location temporaire pour un registre chaîné statique"
19666 #~ msgid "Internal gcc abort from %s:%d"
19667 #~ msgstr "Abandon interne gcc à partir de %s:%d"
19669 #~ msgid "The local variable `insn' has the value:"
19670 #~ msgstr "La variable locale `insn' a la valeur:"
19672 #~ msgid "Register '%c' already specified in allocation order"
19673 #~ msgstr "Registre '%c' est déjà spécifié dans l'ordre d'allocation"
19675 #~ msgid "Same as -mcpu=i386"
19676 #~ msgstr "Identique à -mcpu=i386"
19678 #~ msgid "Same as -mcpu=i486"
19679 #~ msgstr "Identique à -mcpu=i486"
19681 #~ msgid "Same as -mcpu=pentium"
19682 #~ msgstr "Identique à -mcpu=pentium"
19684 #~ msgid "Same as -mcpu=pentiumpro"
19685 #~ msgstr "Identique à -mcpu=pentiumpro"
19687 #~ msgid "Emit Intel syntax assembler opcodes"
19688 #~ msgstr "Produire les code-op pour la syntaxe d'assembleur Intel"
19690 #~ msgid "Control allocation order of integer registers"
19691 #~ msgstr "Contrôle l'ordre d'allocation des registres entier"
19693 #~ msgid "The -mabi=32 support does not work yet."
19694 #~ msgstr "L'option -mabi=32 n'est pas fonctionnelle encore."
19696 #~ msgid "-mcpu=%s does not support -mips%d"
19697 #~ msgstr "-mcpu=%s ne supporte par -mips%d"
19699 #~ msgid "Use FUNCTION_EPILOGUE"
19700 #~ msgstr "Utiliser FUNCTION_EPILOGUE"
19702 #~ msgid "Do not use FUNCTION_EPILOGUE"
19703 #~ msgstr "Ne pas utiliser FUNCTION_EPILOGUE"
19705 #~ msgid "object size exceeds built-in limit for virtual function table implementation"
19706 #~ msgstr "taille des objets excède les limites internes pour la table implantée de fonctions virtuelles"
19708 #~ msgid "object size exceeds normal limit for virtual function table implementation, recompile all source and use -fhuge-objects"
19709 #~ msgstr "taille des objets excède la limite normale pour la table implantée de foncions virtuelles, recompiler tous les sources et utiliser -fhuge-objects"
19711 #~ msgid "the ABI requires vtable thunks"
19712 #~ msgstr "l'ABI requiert vtable thunks"
19714 #~ msgid "`__alignof__' applied to a bit-field"
19715 #~ msgstr "`__alignof__' appliqué à un champ de bits"
19717 #~ msgid "Do not treat the namespace `std' as a normal namespace"
19718 #~ msgstr "Ne pas traiter l'espace nom `std' comme un espace nom normal"
19720 #~ msgid "taking dynamic typeid of object with -fno-rtti"
19721 #~ msgstr "prendre le typeid dynamique d'objet avec -fno-rtti"
19723 #~ msgid "recoverable compiler error, fixups for virtual function"
19724 #~ msgstr "erreur de recouvrement du compilateur, correctifs pour les fonctions virtuelles"
19726 #~ msgid "`com_interface' only supported with -fvtable-thunks"
19727 #~ msgstr "`com_interface' supporté seulement avec -fvtable-thunks"
19729 #~ msgid "\"defined\" operator appears during macro expansion"
19730 #~ msgstr "opérateur \"defined\" apparaît durant l'expansion de macro"
19732 #~ msgid "-include and -imacros cannot be used with -fpreprocessed"
19733 #~ msgstr "-include et -imacros ne peuvent être utilisés avec -fpreprocessed"
19735 #~ msgid "buffers still stacked in cpp_finish"
19736 #~ msgstr "tampons toujours empilés dans cpp_finish"
19738 #~ msgid "# followed by integer"
19739 #~ msgstr "# suivi d'un entier"
19741 #~ msgid "attempt to push file buffer with contexts stacked"
19742 #~ msgstr "tentative d'empilage du tampon fichier dans un contexte de pile"
19744 #~ msgid "file \"%s\" left but not entered"
19745 #~ msgstr "fichier \"%s\" a été laissé mais n'a pas été entré"
19747 #~ msgid "expected to return to file \"%s\""
19748 #~ msgstr "attendait retourner au fichier \"%s\""
19750 #~ msgid "header flags for \"%s\" have changed"
19751 #~ msgstr "fanion d'en-tête de \"%s\" a changé"
19753 #~ msgid "file \"%s\" entered but not left"
19754 #~ msgstr "fichier \"%s\" entrée mais non laissé"
19756 #~ msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d\n"
19757 #~ msgstr "NOTE_INSN_BASIC_BLOCK est manquant por le bloc %d\n"
19759 #~ msgid "gcov [-b] [-v] [-n] [-l] [-f] [-o OBJDIR] file\n"
19760 #~ msgstr "gcov [-b] [-v] [-n] [-l] [-f] [-o RÉP_OBJ] fichier\n"
19762 #~ msgid "Premature end of input file %s"
19763 #~ msgstr "Fin prématuré du fichier d'entrée %s"
19765 #~ msgid "Make is_compiled_class return 1"
19766 #~ msgstr "Faire que is_compiled_class retourne 1"
19768 #~ msgid "Dump class files to <name>.class"
19769 #~ msgstr "Vidanger les fichiers de classs dans <nom>.class"
19771 #~ msgid "input file is list of file names to compile"
19772 #~ msgstr "fichier d'entrée est listé dans les noms de fichiers à compiler"
19774 #~ msgid "Generate code for Boehm GC"
19775 #~ msgstr "Générer le code pour Boehm GC"
19777 #~ msgid "Don't put synchronization structure in each object"
19778 #~ msgstr "Ne pas insérer de structure de synchronisation dans cahque objet"
19780 #~ msgid "Arc profiling: some edge counts were bad."
19781 #~ msgstr "profilage Arc: quelques compteurs de bordures étaient erronées."
19783 #~ msgid "`asm' cannot be used in function where memory usage is checked"
19784 #~ msgstr "`asm' ne peut être utilisé dans une fonction où l'usage de la mémoire est vérifié"
19786 #~ msgid "`asm' cannot be used with `-fcheck-memory-usage'"
19787 #~ msgstr "`asm' ne peut être utilisé `-fcheck-memory-usage'"
19789 #~ msgid "output operand constraint %d contains `+'"
19790 #~ msgstr "contrainte de sortie de l'opérande %d contient `+'"
19792 #~ msgid "\"%s\" and \"%s\" identical in first %d characters"
19793 #~ msgstr "\"%s\" et \"%s\" identique pour les premiers %d caractères"
19795 #~ msgid "Improve FP speed by violating ANSI & IEEE rules"
19796 #~ msgstr "Améliorer la vitesse FP en violant les règles ANSI & IEEE"
19798 #~ msgid "Generate code to check every memory access"
19799 #~ msgstr "Générer du code pour vérifier chaque accès mémoire"
19801 #~ msgid "Add a prefix to all function names"
19802 #~ msgstr "Ajouter un préfixe à tous les noms de fonctions"
19804 #~ msgid "Errors detected in input file (your bison.simple is out of date)\n"
19805 #~ msgstr "Erreurs détectées dans le fichier d'entrée (votre bison.simple est périmé)\n"
19807 #~ msgid " -Wid-clash-<num> Warn if 2 identifiers have the same first <num> chars\n"
19808 #~ msgstr " -Wid-clash-<nombre> avertir si 2 identificateurs one les mêmes premiers <nombre> de caractères\n"
19810 #~ msgid "Unrecognized option `%s'"
19811 #~ msgstr "Option non reconnue `%s'"
19813 #~ msgid "`-a' option (basic block profile) not supported"
19814 #~ msgstr "`-a' option (profile de blocs de base) non supporté"
19816 #~ msgid "`-ax' option (jump profiling) not supported"
19817 #~ msgstr "`-ax' option (profilage des sauts) non supporté"
19819 #~ msgid "`-ax' and `-a' are conflicting options. `-a' ignored."
19820 #~ msgstr "`-ax' et `-a' sont des options conflictuelles. `-a' ignoré."
19822 #~ msgid "Data size %ld.\n"
19823 #~ msgstr "Taille des données %ld.\n"
19825 #~ msgid "Copyright (C) 2001 Free Software Foundation, Inc.\n"
19826 #~ msgstr "Copyright © 2001 Free Software Foundation, Inc.\n"
19828 #~ msgid "Name `%s' contains quotes"
19829 #~ msgstr "Nom « %s » contient des guillemets"
19831 #~ msgid "invalid string `%s' in define_query_cpu_unit"
19832 #~ msgstr "chaîne invalide « %s » dans define_query_cpu_unit"
19834 #~ msgid "invalid first string `%s' in presence_set"
19835 #~ msgstr "première chaîne invalide « %s » dans presence_set"
19837 #~ msgid "invalid first string `%s' in absence_set"
19838 #~ msgstr "première chaîne invalide « %s » dans absence_set"
19840 #~ msgid "invalid second string `%s' in absence_set"
19841 #~ msgstr "seconde chaîne invalide « %s » dans absence_set"
19843 #~ msgid "invalid string `%s' in define_automaton"
19844 #~ msgstr "chaîne invalide « %s » dans define_automaton"
19846 #~ msgid "garbage after ) in reservation `%s'"
19847 #~ msgstr "rebut après « ) » dans la réservation « %s »"
19849 #~ msgid "repetition `%s' <= 1 in reservation `%s'"
19850 #~ msgstr "répétition « %s » <= 1 dans la réservation « %s »"
19852 #~ msgid "`%s' in exclusion is not unit"
19853 #~ msgstr "« %s » dans l'exclusion n'est pas une unité"
19855 #~ msgid "units `%s' and `%s' in exclusion set belong to different automata"
19856 #~ msgstr "unités « %s » et « %s » dans l'ensemble d'exclusions appartient à un automate différent"
19858 #~ msgid "unit `%s' excludes and requires presence of `%s'"
19859 #~ msgstr "unité « %s » exclue et requiert la présence de « %s »"
19861 #~ msgid "unit `%s' requires absence and presence of `%s'"
19862 #~ msgstr "unité « %s » exclue et requiert l'absence ou la présence de « %s »"
19864 #~ msgid "define_insn_reservation `%s' has negative latency time"
19865 #~ msgstr "define_insn_reservation « %s » a un temps de latence négatif"
19867 #~ msgid "define_bypass `%s - %s' has negative latency time"
19868 #~ msgstr "define_bypass « %s - %s » a un temps de latence négatif"
19870 #~ msgid "define_unit `%s' without automaton when one defined"
19871 #~ msgstr "define_unit « %s » sans automate alors qu'il y en a un défini"
19873 #~ msgid "Units `%s' and `%s' should be in the same automaton"
19874 #~ msgstr "Unités « %s » et « %s » devraient être dans le même automate"
19876 #~ msgid "Automaton `%s': Insn `%s' will never be issued"
19877 #~ msgstr "Automate « %s »: Insn « %s » ne sera jamais émis"
19879 #~ msgid "Insn `%s' will never be issued"
19880 #~ msgstr "Insn « %s » ne sera jamais émis"
19882 #~ msgid "Profile does not match flowgraph of function %s (out of date?)"
19883 #~ msgstr "Profil ne concorde pas le graphe de flux de la fonction %s (périmé?)"
19885 #~ msgid "The slope of the linear function throttling inlining after the recursive inlining limit has been reached is given by the negative reciprocal value of this parameter"
19886 #~ msgstr "La pente de la fonction linéaire d'étrnaglement d'enlignage après avoir atteint récursivement la limite d'enlignage récursif est obtenue par la valeur négative réciproque de ce paramètre"
19888 #~ msgid "push %s level %p line %d\n"
19889 #~ msgstr "empiler %s niveau %p ligne %d\n"
19891 #~ msgid "pop %s level %p line %d\n"
19892 #~ msgstr "dépiler %s niveau %p ligne %d\n"
19894 #~ msgid "suspend %s level %p line %d\n"
19895 #~ msgstr "suspendre %s niveau %p ligne %d\n"
19897 #~ msgid "resume %s level %p line %d\n"
19898 #~ msgstr "compléter %s niveau %p ligne %d\n"
19903 #~ msgid "invalid use of template `%D'"
19904 #~ msgstr "utilisation invalide du canevas « %D »"
19906 #~ msgid "qualified name does not name a class"
19907 #~ msgstr "nom qualifié ne nomme pas une classe"
19909 #~ msgid "assignment to non-static member `%D' of enclosing class `%T'"
19910 #~ msgstr "affectation à un membre non statique « %D » de la classe « %T » entourée"
19912 #~ msgid "ISO C++ does not permit named return values"
19913 #~ msgstr "ISO C++ ne permet pas les valeurs retournées nommées"
19915 #~ msgid "exception handler inside code that is being protected"
19916 #~ msgstr "traitement d'exception à l'intérieur du code qui est protégé"
19918 #~ msgid "(debug) trace parsing process"
19919 #~ msgstr "(débug) tracer le traitement de l'analyse"
19921 #~ msgid "(debug) trace lexical analysis"
19922 #~ msgstr "(débug) trace l'analyse lexicale"