OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libcpp/] [po/] [fr.po] - Rev 730

Compare with Previous | Blame | View Log

# Michel Robitaille <robitail@IRO.UMontreal.CA>, traducteur depuis/since 1996.
#
#       lvalue          = membre gauche
#       out of range    = hors des limites
#       range           = gamme
#       shadowing       = masquer
#       CPU             = processeur
#       structure with flexible member
#                       = structure ayant un membre flexible
#       flag            = fanion
#       forward declaration
#       to subscript    = indicer
#       top-level       = hors de toute fonction
#       member function = fonction membre
#
# Pas traduit:
#       thread
#
# J'ai des doutes pour :
#                         oui dans le contexte du langage C par exemple MR
#       section attribute       attribut de section OK MR
#
# ------
# msgid "ISO C89 forbids compound literals"
#
#       symbol table            table des symboles ou table de symbole
#       command map             carte des commandes
#       Combiner                combinateur
# msgid ""
# ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
# ";; %d successes.\n"
# "\n"
# msgstr ""
# "\n"
#
#       promote                 promouvoir
# msgid "the left operand of \"%s\" changes sign when promoted"
#
#        include guards        ???
# msgid "Multiple include guards may be useful for:\n"
#
#
#        universal-character-name ???
# msgid "incomplete universal-character-name"
# msgid "non-hex digit '%c' in universal-character-name"
# msgid "universal-character-name on EBCDIC target"
#
#       poisoning                       empoisonnement
# msgid "poisoning existing macro \"%s\""
# MR 24-mai 2004: poison etc...suite au msg concernant le #pragma once et #pragma poison 
#
#         
#       librairies, assumer
#
# A faire:
#   - literal
#   - scope
#
# A rapporter upstream:
# <<<<<<<<
# In c-opts.c, begining line 1732, a lot of options are of the kind:
#    "  -W[no-]trigraphs          Warn if trigraphs are encountered\n"
# I guess it would be better to change them all to something like
#    "  -W[no-]trigraphs          Warn [or not] if trigraphs are encountered\n"
#
#
# #: c-opts.c:1759
# "  -MP\t\t\t    Generate phony targets for all headers\n"
# you may want to change the \t to spaces, as it is done for the other lines.
#
# #: c-typeck.c:3166 c-typeck.c:4632 c-typeck.c:4648 c-typeck.c:4664
# #: final.c:3146 final.c:3148 gcc.c:4397 rtl-error.c:122 toplev.c:1694
# #: config/cris/cris.c:529 cp/typeck.c:4341 java/expr.c:364 java/verify.c:1467
# #: java/verify.c:1468 java/verify.c:1483
# #, c-format
# msgid "%s"
# msgstr "%s"
#
# Are you sure you want to translate the messages in cfgrtl.c, or are they
#  debugging informations ?
#
# You may want to use ngettext instead of putting (s) in text.
# msgid "null character(s) preserved in literal"
#
# >>>>>>>>>
#
msgid ""
msgstr ""
"Project-Id-Version: GNU cpplib 4.3.0\n"
"Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
"POT-Creation-Date: 2012-01-27 16:12+0000\n"
"PO-Revision-Date: 2008-03-27 22:46+0000\n"
"Language-Team: French <traduc@traduc.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8-bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#: charset.c:674
#, c-format
msgid "conversion from %s to %s not supported by iconv"

#: charset.c:677
msgid "iconv_open"
msgstr "iconv_open"

#: charset.c:685
#, c-format
msgid "no iconv implementation, cannot convert from %s to %s"
msgstr "pas d'implantation iconv, ne peut convertir de %s vers %s"

#: charset.c:781
#, c-format
msgid "character 0x%lx is not in the basic source character set\n"

#: charset.c:798 charset.c:1444
msgid "converting to execution character set"

#: charset.c:804
#, c-format
msgid "character 0x%lx is not unibyte in execution character set"

#: charset.c:928
#, c-format
msgid "Character %x might not be NFKC"

#: charset.c:994
msgid "universal character names are only valid in C++ and C99"

#: charset.c:997
#, c-format
msgid "the meaning of '\\%c' is different in traditional C"

#: charset.c:1006
msgid "In _cpp_valid_ucn but not a UCN"
msgstr "Dans _cpp_valid_ucn mais pas un Universal Character Name"

# FIXME
#: charset.c:1031
#, c-format
msgid "incomplete universal character name %.*s"

#: charset.c:1046
#, c-format
msgid "%.*s is not a valid universal character"

#: charset.c:1056 lex.c:1052
msgid "'$' in identifier or number"

#: charset.c:1066
#, c-format
msgid "universal character %.*s is not valid in an identifier"

#: charset.c:1070
#, c-format
msgid "universal character %.*s is not valid at the start of an identifier"

#: charset.c:1102 charset.c:1674
msgid "converting UCN to source character set"

#: charset.c:1106
msgid "converting UCN to execution character set"

#: charset.c:1178
msgid "the meaning of '\\x' is different in traditional C"

#: charset.c:1195
msgid "\\x used with no following hex digits"

#: charset.c:1202
msgid "hex escape sequence out of range"

#: charset.c:1240
msgid "octal escape sequence out of range"

#: charset.c:1306
msgid "the meaning of '\\a' is different in traditional C"

#: charset.c:1313
#, c-format
msgid "non-ISO-standard escape sequence, '\\%c'"

#: charset.c:1321
#, fuzzy, c-format
#| msgid "unknown escape sequence '\\%c'"
msgid "unknown escape sequence: '\\%c'"

#: charset.c:1329
#, c-format
msgid "unknown escape sequence: '\\%s'"

#: charset.c:1336
msgid "converting escape sequence to execution character set"

#: charset.c:1509 charset.c:1573
msgid "character constant too long for its type"

#: charset.c:1512
msgid "multi-character character constant"

#: charset.c:1612
msgid "empty character constant"

#: charset.c:1721
#, c-format
msgid "failure to convert %s to %s"

#: directives.c:223 directives.c:249
#, c-format
msgid "extra tokens at end of #%s directive"

#: directives.c:356
#, c-format
msgid "#%s is a GCC extension"
msgstr "#%s est une extension GCC"

#: directives.c:361
#, fuzzy, c-format
#| msgid "#%s is a GCC extension"
msgid "#%s is a deprecated GCC extension"
msgstr "#%s est une extension GCC"

#: directives.c:374
msgid "suggest not using #elif in traditional C"

#: directives.c:377
#, c-format
msgid "traditional C ignores #%s with the # indented"

#: directives.c:381
#, c-format
msgid "suggest hiding #%s from traditional C with an indented #"

#: directives.c:407
msgid "embedding a directive within macro arguments is not portable"
msgstr "placer une directive dans les arguments d'une macro n'est pas portable"

#: directives.c:427
msgid "style of line directive is a GCC extension"
msgstr "la directive de style de ligne est extension GCC"

#: directives.c:482
#, c-format
msgid "invalid preprocessing directive #%s"

#: directives.c:550
msgid "\"defined\" cannot be used as a macro name"

#: directives.c:556
#, c-format
msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"

#: directives.c:559
#, c-format
msgid "no macro name given in #%s directive"

#: directives.c:562
msgid "macro names must be identifiers"

#: directives.c:611
#, c-format
msgid "undefining \"%s\""

#: directives.c:666
msgid "missing terminating > character"

#: directives.c:725
#, c-format
msgid "#%s expects \"FILENAME\" or <FILENAME>"
msgstr "#%s attend \"NOM_DE_FICHIER\" ou <NOM_DE_FICHIER>"

#: directives.c:771
#, c-format
msgid "empty filename in #%s"
msgstr "nom de fichier vide dans #%s"

#: directives.c:781
msgid "#include nested too deeply"

#: directives.c:822
msgid "#include_next in primary source file"
msgstr "#include_next dans un fichier source primaire"

#: directives.c:848
#, c-format
msgid "invalid flag \"%s\" in line directive"

#: directives.c:908
msgid "unexpected end of file after #line"

#: directives.c:911
#, c-format
msgid "\"%s\" after #line is not a positive integer"

#: directives.c:917 directives.c:919
msgid "line number out of range"

#: directives.c:932 directives.c:1012
#, c-format
msgid "\"%s\" is not a valid filename"

#: directives.c:972
#, c-format
msgid "\"%s\" after # is not a positive integer"

#: directives.c:1067 directives.c:1069 directives.c:1071
#, c-format
msgid "%s"
msgstr "%s"

#: directives.c:1095
#, c-format
msgid "invalid #%s directive"
msgstr "directive #%s invalide"

#: directives.c:1158
#, c-format
msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"

# FIXME
#: directives.c:1167
#, c-format
msgid "registering pragma \"%s\" with name expansion and no namespace"

# FIXME
#: directives.c:1185
#, c-format
msgid "registering \"%s\" as both a pragma and a pragma namespace"

#: directives.c:1188
#, c-format
msgid "#pragma %s %s is already registered"

#: directives.c:1191
#, c-format
msgid "#pragma %s is already registered"

#: directives.c:1221
msgid "registering pragma with NULL handler"

# FIXME
#: directives.c:1462
msgid "#pragma once in main file"

# FIXME
#: directives.c:1485
#, fuzzy
#| msgid "invalid #pragma GCC poison directive"
msgid "invalid #pragma push_macro directive"
msgstr "la directive GCC #pragma poison est invalide"

# FIXME
#: directives.c:1540
#, fuzzy
#| msgid "invalid #pragma GCC poison directive"
msgid "invalid #pragma pop_macro directive"
msgstr "la directive GCC #pragma poison est invalide"

# FIXME
#: directives.c:1595
msgid "invalid #pragma GCC poison directive"
msgstr "la directive GCC #pragma poison est invalide"

# FIXME
#: directives.c:1604
#, c-format
msgid "poisoning existing macro \"%s\""

#: directives.c:1623
msgid "#pragma system_header ignored outside include file"

#: directives.c:1648
#, c-format
msgid "cannot find source file %s"
msgstr "impossible de trouver le fichier source %s"

#: directives.c:1652
#, c-format
msgid "current file is older than %s"
msgstr "le fichier courant est plus vieux que %s"

#: directives.c:1837
msgid "_Pragma takes a parenthesized string literal"

#: directives.c:1958
msgid "#else without #if"
msgstr "#else sans #if"

#: directives.c:1963
msgid "#else after #else"

#: directives.c:1965 directives.c:1998
msgid "the conditional began here"

#: directives.c:1991
msgid "#elif without #if"
msgstr "#elif sans #if"

#: directives.c:1996
msgid "#elif after #else"

#: directives.c:2034
msgid "#endif without #if"
msgstr "#endif sans #if"

#: directives.c:2114
msgid "missing '(' after predicate"

#: directives.c:2129
msgid "missing ')' to complete answer"

#: directives.c:2149
msgid "predicate's answer is empty"

#: directives.c:2176
msgid "assertion without predicate"

#: directives.c:2179
msgid "predicate must be an identifier"

# FIXME
#: directives.c:2265
#, c-format
msgid "\"%s\" re-asserted"

#: directives.c:2556
#, c-format
msgid "unterminated #%s"

#: directives-only.c:222 lex.c:2133 traditional.c:163
msgid "unterminated comment"

#: errors.c:235
msgid "stdout"
msgstr "stdout"

#: errors.c:237
#, c-format
msgid "%s: %s"
msgstr "%s : %s"

#: expr.c:424
msgid "too many decimal points in number"

#: expr.c:453 expr.c:547
msgid "fixed-point constants are a GCC extension"

#: expr.c:466
#, c-format
msgid "invalid digit \"%c\" in binary constant"

#: expr.c:468
#, c-format
msgid "invalid digit \"%c\" in octal constant"

#: expr.c:476
msgid "invalid prefix \"0b\" for floating constant"

#: expr.c:481
#, fuzzy
#| msgid "use of C99 hexadecimal floating constant"
msgid "no digits in hexadecimal floating constant"

#: expr.c:485
msgid "use of C99 hexadecimal floating constant"

#: expr.c:494
msgid "exponent has no digits"
msgstr "l'exposant n'a pas de chiffre"

#: expr.c:501
msgid "hexadecimal floating constants require an exponent"

#: expr.c:515
#, c-format
msgid "invalid suffix \"%.*s\" on floating constant"

#: expr.c:526 expr.c:585
#, c-format
msgid "traditional C rejects the \"%.*s\" suffix"

#: expr.c:534
#, fuzzy
#| msgid "fixed-point constants are a GCC extension"
msgid "suffix for double constant is a GCC extension"

#: expr.c:540
#, c-format
msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"

#: expr.c:551
msgid "decimal float constants are a GCC extension"

#: expr.c:569
#, c-format
msgid "invalid suffix \"%.*s\" on integer constant"

#: expr.c:593
#, fuzzy
#| msgid "use of C99 long long integer constant"
msgid "use of C++0x long long integer constant"

#: expr.c:594
msgid "use of C99 long long integer constant"

#: expr.c:608
msgid "imaginary constants are a GCC extension"
msgstr "les constantes imaginaires sont une extension GCC"

#: expr.c:611
msgid "binary constants are a GCC extension"
msgstr "les constantes binaires sont une extension GCC"

#: expr.c:704
msgid "integer constant is too large for its type"

#: expr.c:735
msgid "integer constant is so large that it is unsigned"

#: expr.c:830
msgid "missing ')' after \"defined\""

#: expr.c:837
msgid "operator \"defined\" requires an identifier"

#: expr.c:845
#, c-format
msgid "(\"%s\" is an alternative token for \"%s\" in C++)"

#: expr.c:855
msgid "this use of \"defined\" may not be portable"

#: expr.c:914
#, fuzzy
#| msgid "integer overflow in preprocessor expression"
msgid "user-defined literal in preprocessor expression"

#: expr.c:919
msgid "floating constant in preprocessor expression"

#: expr.c:925
msgid "imaginary number in preprocessor expression"

#: expr.c:972
#, c-format
msgid "\"%s\" is not defined"

#: expr.c:984
#, fuzzy
#| msgid "binary constants are a GCC extension"
msgid "assertions are a GCC extension"
msgstr "les constantes binaires sont une extension GCC"

#: expr.c:987
#, fuzzy
#| msgid "binary constants are a GCC extension"
msgid "assertions are a deprecated extension"
msgstr "les constantes binaires sont une extension GCC"

#: expr.c:1120 expr.c:1149
#, c-format
msgid "missing binary operator before token \"%s\""

#: expr.c:1140
#, c-format
msgid "token \"%s\" is not valid in preprocessor expressions"

#: expr.c:1157
msgid "missing expression between '(' and ')'"
msgstr "expression manquante entre '(' et ')'"

#: expr.c:1160
#, fuzzy, c-format
#| msgid "#if with no expression"
msgid "%s with no expression"
msgstr "#if sans expression"

#: expr.c:1163
#, c-format
msgid "operator '%s' has no right operand"

#: expr.c:1168
#, c-format
msgid "operator '%s' has no left operand"

#: expr.c:1194
msgid " ':' without preceding '?'"

#: expr.c:1222
#, fuzzy, c-format
#| msgid "unbalanced stack in #if"
msgid "unbalanced stack in %s"

#: expr.c:1242
#, c-format
msgid "impossible operator '%u'"

#: expr.c:1343
msgid "missing ')' in expression"

#: expr.c:1372
msgid "'?' without following ':'"

#: expr.c:1382
msgid "integer overflow in preprocessor expression"

#: expr.c:1387
msgid "missing '(' in expression"

#: expr.c:1419
#, c-format
msgid "the left operand of \"%s\" changes sign when promoted"

#: expr.c:1424
#, c-format
msgid "the right operand of \"%s\" changes sign when promoted"

#: expr.c:1683
msgid "traditional C rejects the unary plus operator"
msgstr "le C traditionnel rejette le plus unaire"

#: expr.c:1766
msgid "comma operator in operand of #if"

#: expr.c:1902
msgid "division by zero in #if"

#: files.c:463
msgid "NULL directory in find_file"

#: files.c:500
msgid "one or more PCH files were found, but they were invalid"

#: files.c:503
msgid "use -Winvalid-pch for more information"
msgstr "utiliser -Winvalid-pch pour plus d'informations"

# FIXME
#: files.c:594
#, c-format
msgid "%s is a block device"

#: files.c:611
#, c-format
msgid "%s is too large"
msgstr "%s est trop grand"

#: files.c:646
#, c-format
msgid "%s is shorter than expected"

#: files.c:881
#, c-format
msgid "no include path in which to search for %s"

# FIXME
#: files.c:1305
msgid "Multiple include guards may be useful for:\n"

#: init.c:512
msgid "cppchar_t must be an unsigned type"

#: init.c:516
#, c-format
msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"

#: init.c:523
msgid "CPP arithmetic must be at least as precise as a target int"

#: init.c:526
msgid "target char is less than 8 bits wide"

#: init.c:530
msgid "target wchar_t is narrower than target char"

#: init.c:534
msgid "target int is narrower than target char"

#: init.c:539
msgid "CPP half-integer narrower than CPP character"

#: init.c:543
#, c-format
msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"

#: lex.c:846
msgid "backslash and newline separated by space"

#: lex.c:851
msgid "backslash-newline at end of file"

#: lex.c:867
#, c-format
msgid "trigraph ??%c converted to %c"
msgstr "trigraphe ??%c converti en %c"

#: lex.c:875
#, c-format
msgid "trigraph ??%c ignored, use -trigraphs to enable"

#: lex.c:924
msgid "\"/*\" within comment"

#: lex.c:982
#, c-format
msgid "%s in preprocessing directive"

# I18N
#: lex.c:991
msgid "null character(s) ignored"

#: lex.c:1028
#, c-format
msgid "`%.*s' is not in NFKC"

#: lex.c:1031
#, c-format
msgid "`%.*s' is not in NFC"

# FIXME
#: lex.c:1099 lex.c:1176
#, c-format
msgid "attempt to use poisoned \"%s\""

#: lex.c:1107 lex.c:1184
msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"

#: lex.c:1113 lex.c:1190
#, c-format
msgid "identifier \"%s\" is a special operator name in C++"
msgstr ""

#: lex.c:1334
msgid "raw string delimiter longer than 16 characters"
msgstr ""

#: lex.c:1337
#, fuzzy, c-format
#| msgid "invalid character '%c' in #if"
msgid "invalid character '%c' in raw string delimiter"

#: lex.c:1460 lex.c:1482
#, fuzzy
#| msgid "unterminated format string"
msgid "unterminated raw string"

#: lex.c:1601
msgid "null character(s) preserved in literal"

#: lex.c:1604
#, c-format
msgid "missing terminating %c character"

#: lex.c:2144
msgid "C++ style comments are not allowed in ISO C90"

#: lex.c:2146
msgid "(this will be reported only once per input file)"

#: lex.c:2151
msgid "multi-line comment"
msgstr "commentaire multi-lignes"

#: lex.c:2471
#, c-format
msgid "unspellable token %s"

#: macro.c:188
#, c-format
msgid "macro \"%s\" is not used"

#: macro.c:226 macro.c:423
#, c-format
msgid "invalid built-in macro \"%s\""

#: macro.c:260
msgid "could not determine file timestamp"

#: macro.c:358
msgid "could not determine date and time"

#: macro.c:374
msgid "__COUNTER__ expanded inside directive with -fdirectives-only"

#: macro.c:532
msgid "invalid string literal, ignoring final '\\'"

#: macro.c:592
#, c-format
msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"

#: macro.c:682
msgid "ISO C99 requires rest arguments to be used"

#: macro.c:687
#, c-format
msgid "macro \"%s\" requires %u arguments, but only %u given"

#: macro.c:692
#, c-format
msgid "macro \"%s\" passed %u arguments, but takes just %u"

#: macro.c:886 traditional.c:681
#, c-format
msgid "unterminated argument list invoking macro \"%s\""

#: macro.c:1026
#, c-format
msgid "function-like macro \"%s\" must be used with arguments in traditional C"

#: macro.c:1694
#, c-format
msgid "invoking macro %s argument %d: empty macro arguments are undefined in ISO C90 and ISO C++98"
msgstr ""

#: macro.c:2596
#, c-format
msgid "duplicate macro parameter \"%s\""

#: macro.c:2642
#, c-format
msgid "\"%s\" may not appear in macro parameter list"

#: macro.c:2650
msgid "macro parameters must be comma-separated"

#: macro.c:2667
msgid "parameter name missing"

#: macro.c:2685
msgid "anonymous variadic macros were introduced in C99"

#: macro.c:2690
msgid "ISO C does not permit named variadic macros"

#: macro.c:2699
msgid "missing ')' in macro parameter list"

# FIXME
#: macro.c:2748
msgid "'##' cannot appear at either end of a macro expansion"

#: macro.c:2783
msgid "ISO C99 requires whitespace after the macro name"

#: macro.c:2807
msgid "missing whitespace after the macro name"

#: macro.c:2841
msgid "'#' is not followed by a macro parameter"

#: macro.c:2999
#, c-format
msgid "\"%s\" redefined"

#: macro.c:3005
msgid "this is the location of the previous definition"

#: macro.c:3066
#, c-format
msgid "macro argument \"%s\" would be stringified in traditional C"

#: macro.c:3093
#, c-format
msgid "invalid hash type %d in cpp_macro_definition"
msgstr "type de hachage %d invalide dans cpp_macro_definition"

#: pch.c:88 pch.c:336 pch.c:348 pch.c:366 pch.c:372 pch.c:381 pch.c:388
msgid "while writing precompiled header"

#: pch.c:608
#, fuzzy, c-format
#| msgid "%s: not used because `%s' is defined"
msgid "%s: not used because `%.*s' is poisoned"

#: pch.c:630
#, c-format
msgid "%s: not used because `%.*s' not defined"

#: pch.c:642
#, c-format
msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"

#: pch.c:683
#, c-format
msgid "%s: not used because `%s' is defined"

#: pch.c:703
#, c-format
msgid "%s: not used because `__COUNTER__' is invalid"

#: pch.c:712 pch.c:888
msgid "while reading precompiled header"

#: traditional.c:751
#, c-format
msgid "detected recursion whilst expanding macro \"%s\""

#: traditional.c:969
msgid "syntax error in macro parameter list"

#~ msgid "warning: "
#~ msgstr "attention : "

#~ msgid "internal error: "
#~ msgstr "erreur interne : "

#~ msgid "error: "
#~ msgstr "erreur: "

#~ msgid "In file included from %s:%u"

#~ msgid ""
#~ ",\n"
#~ "                 from %s:%u"
#~ msgstr ""
#~ ",\n"

#~ msgid "unknown escape sequence: '\\%03o'"

#~ msgid "no newline at end of file"

#~ msgid "`%s' attribute directive ignored"

#~ msgid "wrong number of arguments specified for `%s' attribute"

#~ msgid "`%s' attribute does not apply to types"

#~ msgid "`%s' attribute only applies to function types"

#~ msgid "`%s' attribute ignored"

#~ msgid "offset outside bounds of constant string"

#~ msgid "second arg to `__builtin_prefetch' must be a constant"

#~ msgid "invalid second arg to __builtin_prefetch; using zero"

#~ msgid "third arg to `__builtin_prefetch' must be a constant"

#~ msgid "invalid third arg to __builtin_prefetch; using zero"

#~ msgid "argument of `__builtin_args_info' must be constant"

#~ msgid "argument of `__builtin_args_info' out of range"

#~ msgid "missing argument in `__builtin_args_info'"

#~ msgid "`va_start' used in function with fixed args"

#~ msgid "second parameter of `va_start' not last named argument"

#~ msgid "`__builtin_next_arg' called without an argument"

#~ msgid "too many arguments to function `va_start'"

#~ msgid "first argument to `va_arg' not of type `va_list'"

#~ msgid "`%s' is promoted to `%s' when passed through `...'"

#~ msgid "(so you should pass `%s' not `%s' to `va_arg')"

#~ msgid "if this code is reached, the program will abort"

#~ msgid "invalid arg to `__builtin_frame_address'"

#~ msgid "invalid arg to `__builtin_return_address'"

#~ msgid "unsupported arg to `__builtin_frame_address'"

#~ msgid "unsupported arg to `__builtin_return_address'"

#~ msgid "second arg to `__builtin_expect' must be a constant"

#~ msgid "__builtin_longjmp second argument must be 1"

#~ msgid "built-in function `%s' not currently supported"

#~ msgid "target format does not support infinity"
#~ msgstr "le format cible ne supporte pas l'infini"

#~ msgid "%Hsuggest explicit braces to avoid ambiguous `else'"

#~ msgid "%J'%D' is not defined outside of function scope"

#~ msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"

#~ msgid "overflow in constant expression"

#~ msgid "integer overflow in expression"

#~ msgid "floating point overflow in expression"

#~ msgid "vector overflow in expression"

#~ msgid "large integer implicitly truncated to unsigned type"

#~ msgid "negative integer implicitly converted to unsigned type"

#~ msgid "overflow in implicit constant conversion"

#~ msgid "operation on `%s' may be undefined"

#~ msgid "expression statement has incomplete type"

#~ msgid "case label does not reduce to an integer constant"

#~ msgid "invalid truth-value expression"

#~ msgid "invalid operands to binary %s"

#~ msgid "comparison is always false due to limited range of data type"

#~ msgid "comparison is always true due to limited range of data type"

#~ msgid "comparison of unsigned expression >= 0 is always true"

#~ msgid "comparison of unsigned expression < 0 is always false"

#~ msgid "pointer of type `void *' used in arithmetic"

#~ msgid "pointer to a function used in arithmetic"

#~ msgid "pointer to member function used in arithmetic"

#~ msgid "struct type value used where scalar is required"

#~ msgid "union type value used where scalar is required"

#~ msgid "array type value used where scalar is required"

#~ msgid "the address of `%D', will always evaluate as `true'"

#~ msgid "suggest parentheses around assignment used as truth value"

#~ msgid "invalid use of `restrict'"

#~ msgid "invalid application of `sizeof' to a function type"

#~ msgid "invalid application of `%s' to a void type"

#~ msgid "invalid application of `%s' to an incomplete type"

#~ msgid "`__alignof' applied to a bit-field"

#~ msgid "cannot disable built-in function `%s'"

#~ msgid "too few arguments to function `%s'"

#~ msgid "too many arguments to function `%s'"

#~ msgid "non-floating-point argument to function `%s'"

#~ msgid "pointers are not permitted as case values"

#~ msgid "range expressions in switch statements are non-standard"

#~ msgid "empty range specified"

#~ msgid "duplicate (or overlapping) case value"

#~ msgid "%Jthis is the first entry overlapping that value"

#~ msgid "duplicate case value"

#~ msgid "%Jpreviously used here"

#~ msgid "multiple default labels in one switch"

#~ msgid "%Jthis is the first default label"

#~ msgid "taking the address of a label is non-standard"

#~ msgid "%Hignoring return value of `%D', declared with attribute warn_unused_result"

#~ msgid "%Hignoring return value of function declared with attribute warn_unused_result"

#~ msgid "unknown machine mode `%s'"

#~ msgid "no data type for mode `%s'"

#~ msgid "invalid pointer mode `%s'"

#~ msgid "unable to emulate '%s'"

#~ msgid "%Jsection attribute cannot be specified for local variables"

#~ msgid "%Jsection of '%D' conflicts with previous declaration"

#~ msgid "%Jsection attribute not allowed for '%D'"

#~ msgid "%Jsection attributes are not supported for this target"

#~ msgid "requested alignment is not a constant"

#~ msgid "requested alignment is not a power of 2"

#~ msgid "requested alignment is too large"

#~ msgid "%Jalignment may not be specified for '%D'"

#~ msgid "%J'%D' defined both normally and as an alias"

#~ msgid "alias arg not a string"

#~ msgid "visibility arg not a string"

#~ msgid "visibility arg must be one of \"default\", \"hidden\", \"protected\" or \"internal\""

#~ msgid "tls_model arg not a string"

#~ msgid "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\""

#~ msgid "%J'%E' attribute applies only to functions"

#~ msgid "%Jcan't set '%E' attribute after definition"

#~ msgid "`%s' attribute ignored for `%s'"

#~ msgid "invalid vector type for attribute `%s'"

#~ msgid "no vector mode with the size and type specified could be found"

#~ msgid "nonnull attribute without arguments on a non-prototype"
#~ msgstr "attribut non nul sans argument sur un non-prototype"

#~ msgid "nonnull argument has invalid operand number (arg %lu)"

#~ msgid "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"

#~ msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"

#~ msgid "null argument where non-null required (arg %lu)"

#~ msgid "cleanup arg not an identifier"
#~ msgstr "argument de nettoyage n'est pas un identificateur"

#~ msgid "cleanup arg not a function"
#~ msgstr "argument de nettoyage n'est pas une fonction"

#~ msgid "%s at end of input"

#~ msgid "%s before %s'%c'"

#~ msgid "%s before %s'\\x%x'"
#~ msgstr "%s avant %s'\\x%x'"

#~ msgid "%s before string constant"

#~ msgid "%s before numeric constant"

#~ msgid "%s before \"%s\""

#~ msgid "%s before '%s' token"

#~ msgid "void value not ignored as it ought to be"

#~ msgid "conversion to non-scalar type requested"

#~ msgid "%Jarray '%D' assumed to have one element"

#~ msgid "%Jlabel `%D' used but not defined"

#~ msgid "%Jlabel `%D' defined but not used"

#~ msgid "%Jlabel `%D' declared but not defined"

#~ msgid "%Junused variable `%D'"

#~ msgid "a parameter list with an ellipsis can't match an empty parameter name list declaration"

#~ msgid "an argument type that has a default promotion can't match an empty parameter name list declaration"

#~ msgid "%Jprototype for '%D' declares more arguments than previous old-style definition"

#~ msgid "%Jprototype for '%D' declares fewer arguments than previous old-style definition"

#~ msgid "%Jprototype for '%D' declares arg %d with incompatible type"

#~ msgid "%Jprototype for '%D' follows non-prototype definition"

#~ msgid "%Jprevious definition of '%D' was here"

#~ msgid "%Jprevious implicit declaration of '%D' was here"

#~ msgid "%Jprevious declaration of '%D' was here"

#~ msgid "%J'%D' redeclared as different kind of symbol"

#~ msgid "%Jbuilt-in function '%D' declared as non-function"

#~ msgid "%Jshadowing built-in function '%D'"

#~ msgid "%Jconflicting types for built-in function '%D'"

#~ msgid "%Jconflicting types for '%D'"

#~ msgid "%Jredefinition of typedef '%D'"

#~ msgid "%Jredefinition of '%D'"

#~ msgid "%Jstatic declaration of '%D' follows non-static declaration"

#~ msgid "%Jnon-static declaration of '%D' follows static declaration"

#~ msgid "%Jthread-local declaration of '%D' follows non-thread-local declaration"

#~ msgid "%Jnon-thread-local declaration of '%D' follows thread-local declaration"

#~ msgid "%Jextern declaration of '%D' follows declaration with no linkage"

#~ msgid "%Jdeclaration of '%D' with no linkage follows extern declaration"

#~ msgid "%Jredeclaration of '%D' with no linkage"

#~ msgid "%Jredeclaration of '%D' with different visibility (old visibility preserved)"

#~ msgid "%Jinline declaration of '%D' follows declaration with attribute noinline"

#~ msgid "%Jdeclaration of '%D' with attribute noinline follows inline declaration "

#~ msgid "%J'%D' declared inline after being called"

#~ msgid "%J'%D' declared inline after its definition"

#~ msgid "%Jredefinition of parameter '%D'"

#~ msgid "%Jvolatile declaration of '%D' follows non-volatile declaration"

#~ msgid "%Jnon-volatile declaration of '%D' follows volatile declaration"

#~ msgid "%Jconst declaration of '%D' follows non-const declaration"

#~ msgid "%Jnon-const declaration of '%D' follows const declaration"

#~ msgid "%Jredundant redeclaration of '%D'"

#~ msgid "%Jdeclaration of '%D' shadows a parameter"

#~ msgid "%Jdeclaration of '%D' shadows a global declaration"

#~ msgid "%Jdeclaration of '%D' shadows a previous local"

#~ msgid "%Jshadowed declaration is here"

#~ msgid "nested extern declaration of `%s'"

#~ msgid "%Jprevious declaration of '%D'"

#~ msgid "implicit declaration of function `%s'"

#~ msgid "`%s' undeclared here (not in a function)"

#~ msgid "`%s' undeclared (first use in this function)"

#~ msgid "(Each undeclared identifier is reported only once"

#~ msgid "for each function it appears in.)"

#~ msgid "label %s referenced outside of any function"

#~ msgid "duplicate label declaration `%s'"

#~ msgid "%Jthis is a previous declaration"

#~ msgid "%Hduplicate label `%D'"

#~ msgid "%J`%D' previously defined here"

#~ msgid "%J`%D' previously declared here"

#~ msgid "%Htraditional C lacks a separate namespace for labels, identifier `%s' conflicts"

#~ msgid "%H`%s' defined as wrong kind of tag"

#~ msgid "unnamed struct/union that defines no instances"

#~ msgid "useless keyword or type name in empty declaration"

#~ msgid "two types specified in one empty declaration"

#~ msgid "empty declaration"

#~ msgid "ISO C90 does not support `static' or type qualifiers in parameter array declarators"

#~ msgid "ISO C90 does not support `[*]' array declarators"

#~ msgid "GCC does not yet properly implement `[*]' array declarators"

#~ msgid "static or type qualifiers in abstract declarator"

#~ msgid "%J'%D' is usually a function"

#~ msgid "typedef `%s' is initialized (use __typeof__ instead)"

#~ msgid "function `%s' is initialized like a variable"

#~ msgid "parameter `%s' is initialized"

#~ msgid "variable-sized object may not be initialized"

#~ msgid "variable `%s' has initializer but incomplete type"

#~ msgid "elements of array `%s' have incomplete type"

#~ msgid "%Jinline function '%D' given attribute noinline"

#~ msgid "%Jinitializer fails to determine size of '%D'"

#~ msgid "%Jarray size missing in '%D'"

#~ msgid "%Jzero or negative size array '%D'"

#~ msgid "%Jstorage size of '%D' isn't known"

#~ msgid "%Jstorage size of '%D' isn't constant"

#~ msgid "%Jignoring asm-specifier for non-static local variable '%D'"

#~ msgid "ISO C forbids forward parameter declarations"

#~ msgid "<anonymous>"
#~ msgstr "<anonymous>"

#~ msgid "bit-field `%s' width not an integer constant"

#~ msgid "negative width in bit-field `%s'"

#~ msgid "zero width for bit-field `%s'"

#~ msgid "bit-field `%s' has invalid type"

#~ msgid "type of bit-field `%s' is a GCC extension"

#~ msgid "width of `%s' exceeds its type"

#~ msgid "`%s' is narrower than values of its type"

#~ msgid "`long long long' is too long for GCC"

#~ msgid "ISO C90 does not support `long long'"

#~ msgid "duplicate `%s'"

#~ msgid "`__thread' before `extern'"

#~ msgid "`__thread' before `static'"

#~ msgid "two or more data types in declaration of `%s'"

#~ msgid "`%s' fails to be a typedef or built in type"

#~ msgid "type defaults to `int' in declaration of `%s'"

#~ msgid "both long and short specified for `%s'"

#~ msgid "long or short specified with char for `%s'"

#~ msgid "long or short specified with floating type for `%s'"

#~ msgid "the only valid combination is `long double'"

#~ msgid "both signed and unsigned specified for `%s'"

#~ msgid "long, short, signed or unsigned invalid for `%s'"

#~ msgid "long, short, signed or unsigned used invalidly for `%s'"

#~ msgid "complex invalid for `%s'"

#~ msgid "ISO C90 does not support complex types"

#~ msgid "ISO C does not support plain `complex' meaning `double complex'"

#~ msgid "ISO C does not support complex integer types"
#~ msgstr "ISO C interdit le type d'entiers complexes"

#~ msgid "duplicate `const'"

#~ msgid "duplicate `restrict'"

#~ msgid "duplicate `volatile'"

#~ msgid "multiple storage classes in declaration of `%s'"

#~ msgid "function definition declared `auto'"

#~ msgid "function definition declared `register'"

#~ msgid "function definition declared `typedef'"

#~ msgid "function definition declared `__thread'"

#~ msgid "storage class specified for structure field `%s'"

#~ msgid "storage class specified for parameter `%s'"

#~ msgid "storage class specified for typename"

#~ msgid "`%s' initialized and declared `extern'"

#~ msgid "`%s' has both `extern' and initializer"

#~ msgid "file-scope declaration of `%s' specifies `auto'"

#~ msgid "nested function `%s' declared `extern'"

#~ msgid "function-scope `%s' implicitly auto and declared `__thread'"

#~ msgid "static or type qualifiers in non-parameter array declarator"

#~ msgid "declaration of `%s' as array of voids"

#~ msgid "declaration of `%s' as array of functions"

#~ msgid "invalid use of structure with flexible array member"
#~ msgstr "utilisation invalide d'une structure ayant un membre flexible"

#~ msgid "size of array `%s' has non-integer type"

#~ msgid "ISO C forbids zero-size array `%s'"

#~ msgid "size of array `%s' is negative"

#~ msgid "ISO C90 forbids array `%s' whose size can't be evaluated"

#~ msgid "ISO C90 forbids variable-size array `%s'"

#~ msgid "size of array `%s' is too large"

#~ msgid "ISO C90 does not support flexible array members"
#~ msgstr "ISO C90 interdit les tableaux ayant des membres flexibles"

#~ msgid "array type has incomplete element type"

#~ msgid "`%s' declared as function returning a function"

#~ msgid "`%s' declared as function returning an array"

#~ msgid "ISO C forbids qualified void function return type"

#~ msgid "type qualifiers ignored on function return type"

#~ msgid "ISO C forbids qualified function types"

#~ msgid "invalid type modifier within pointer declarator"

#~ msgid "ISO C forbids const or volatile function types"
#~ msgstr "ISO C interdit les fonction de type volatile ou constante"

#~ msgid "variable or field `%s' declared void"

#~ msgid "attributes in parameter array declarator ignored"

#~ msgid "invalid type modifier within array declarator"

#~ msgid "field `%s' declared as a function"

#~ msgid "field `%s' has incomplete type"

#~ msgid "invalid storage class for function `%s'"

#~ msgid "`noreturn' function returns non-void value"

#~ msgid "cannot inline function `main'"

#~ msgid "variable previously declared `static' redeclared `extern'"

#~ msgid "%Jvariable '%D' declared `inline'"

#~ msgid "thread-local storage not supported for this target"
#~ msgstr "cette cible ne permet pas le stockage en local au thread"

#~ msgid "function declaration isn't a prototype"

#~ msgid "parameter names (without types) in function declaration"

#~ msgid "parameter `%s' has incomplete type"

#~ msgid "parameter has incomplete type"

#~ msgid "\"void\" as only parameter may not be qualified"

#~ msgid "\"void\" must be the only parameter"

#~ msgid "%Jparameter \"%D\" has just a forward declaration"

#~ msgid "\"%s %s\" declared inside parameter list"

#~ msgid "anonymous %s declared inside parameter list"

#~ msgid "its scope is only this definition or declaration, which is probably not what you want"

#~ msgid "redefinition of `union %s'"

#~ msgid "redefinition of `struct %s'"

#~ msgid "declaration does not declare anything"

#~ msgid "%Jduplicate member '%D'"

#~ msgid "%s defined inside parms"

#~ msgid "union"
#~ msgstr "union"

#~ msgid "structure"
#~ msgstr "structure"

#~ msgid "%s has no %s"
#~ msgstr "%s n'a pas de %s"

#~ msgid "struct"
#~ msgstr "struct"

#~ msgid "named members"

#~ msgid "members"
#~ msgstr "membres"

#~ msgid "nested redefinition of `%s'"

#~ msgid "%Jflexible array member in union"
#~ msgstr "%Jmembre flexible de tableau dans l'union"

#~ msgid "%Jflexible array member not at end of struct"

#~ msgid "%Jflexible array member in otherwise empty struct"
#~ msgstr "%Jmembre flexible de tableau dans une structure vide par ailleurs"

#~ msgid "%Jinvalid use of structure with flexible array member"
#~ msgstr "%Jutilisation invalide d'une structure ayant un membre flexible"

#~ msgid "union cannot be made transparent"

#~ msgid "redeclaration of `enum %s'"

#~ msgid "enum defined inside parms"

#~ msgid "enumeration values exceed range of largest integer"

#~ msgid "enumerator value for `%s' not integer constant"

#~ msgid "overflow in enumeration values"

#~ msgid "ISO C restricts enumerator values to range of `int'"

#~ msgid "return type is an incomplete type"
#~ msgstr "le type du retour est incomplet"

#~ msgid "return type defaults to `int'"

#~ msgid "%Jno previous prototype for '%D'"

#~ msgid "%J'%D' was used with no prototype before its definition"

#~ msgid "%Jno previous declaration for '%D'"

#~ msgid "%J`%D' was used with no declaration before its definition"

#~ msgid "%Jreturn type of '%D' is not `int'"

#~ msgid "%Jfirst argument of '%D' should be `int'"

#~ msgid "%Jsecond argument of '%D' should be 'char **'"

#~ msgid "%Jthird argument of '%D' should probably be 'char **'"

#~ msgid "%J'%D' takes only zero or two arguments"

#~ msgid "%J'%D' is normally a non-static function"

#~ msgid "%Jold-style parameter declarations in prototyped function definition"

#~ msgid "%Jparameter name omitted"

#~ msgid "%Jparameter name missing from parameter list"

#~ msgid "%J\"%D\" declared as a non-parameter"

#~ msgid "%Jmultiple parameters named \"%D\""

#~ msgid "%Jparameter \"%D\" declared void"

#~ msgid "%Jtype of \"%D\" defaults to \"int\""

#~ msgid "%Jparameter \"%D\" has incomplete type"

#~ msgid "%Jdeclaration for parameter \"%D\" but no such parameter"

#~ msgid "number of arguments doesn't match prototype"
#~ msgstr "le nombre d'arguments ne concorde pas avec celui du prototype"

#~ msgid "%Hprototype declaration"

#~ msgid "promoted argument \"%D\" doesn't match prototype"
#~ msgstr "argument promu \"%D\" ne concorde pas avec le prototype"

#~ msgid "argument \"%D\" doesn't match prototype"
#~ msgstr "argument \"%D\" ne concorde pas avec le prototype"

#~ msgid "no return statement in function returning non-void"

#~ msgid "this function may return with or without a value"
#~ msgstr "cette fonction devrait finir en retournant ou non une valeur"

#~ msgid "'for' loop initial declaration used outside C99 mode"

#~ msgid "'struct %s' declared in 'for' loop initial declaration"

#~ msgid "'union %s' declared in 'for' loop initial declaration"

#~ msgid "'enum %s' declared in 'for' loop initial declaration"

#~ msgid "%Jdeclaration of non-variable '%D' in 'for' loop initial declaration"

#~ msgid "%Jdeclaration of static variable '%D' in 'for' loop initial declaration"

#~ msgid "%Jdeclaration of 'extern' variable '%D' in 'for' loop initial declaration"

#~ msgid "%Jredefinition of global '%D'"

#~ msgid "%J'%D' previously defined here"

#~ msgid "format string has invalid operand number"

#~ msgid "function does not return string type"

#~ msgid "format string arg not a string type"

#~ msgid "unrecognized format specifier"

#~ msgid "`%s' is an unrecognized format function type"

#~ msgid "'...' has invalid operand number"

#~ msgid "format string arg follows the args to be formatted"

#~ msgid "` ' flag"

#~ msgid "the ` ' printf flag"

#~ msgid "`+' flag"

#~ msgid "the `+' printf flag"

#~ msgid "`#' flag"

#~ msgid "the `#' printf flag"

#~ msgid "`0' flag"

#~ msgid "the `0' printf flag"

#~ msgid "`-' flag"

#~ msgid "the `-' printf flag"

#~ msgid "`'' flag"

#~ msgid "the `'' printf flag"

#~ msgid "`I' flag"

#~ msgid "the `I' printf flag"

#~ msgid "field width"
#~ msgstr "largeur de champ"

#~ msgid "field width in printf format"
#~ msgstr "largeur de champ dans le format de printf"

#~ msgid "precision"

#~ msgid "precision in printf format"

#~ msgid "length modifier"
#~ msgstr "modificateur de longueur"

#~ msgid "length modifier in printf format"
#~ msgstr "modificateur de longueur dans le format printf"

#~ msgid "assignment suppression"
#~ msgstr "suppression d'affectation"

#~ msgid "the assignment suppression scanf feature"
#~ msgstr "options de scanf pour la suppression d'affectation"

#~ msgid "`a' flag"

#~ msgid "the `a' scanf flag"

#~ msgid "field width in scanf format"
#~ msgstr "largeur de champ dans le format de scanf"

#~ msgid "length modifier in scanf format"
#~ msgstr "modificateur de longueur dans le format de scanf"

#~ msgid "the `'' scanf flag"

#~ msgid "the `I' scanf flag"

#~ msgid "`_' flag"

#~ msgid "the `_' strftime flag"

#~ msgid "the `-' strftime flag"

#~ msgid "the `0' strftime flag"

#~ msgid "`^' flag"

#~ msgid "the `^' strftime flag"

#~ msgid "the `#' strftime flag"

#~ msgid "field width in strftime format"
#~ msgstr "largeur de champ dans le format de strftime"

#~ msgid "`E' modifier"

#~ msgid "the `E' strftime modifier"

#~ msgid "`O' modifier"

#~ msgid "the `O' strftime modifier"

#~ msgid "the `O' modifier"

#~ msgid "fill character"

#~ msgid "fill character in strfmon format"

#~ msgid "the `^' strfmon flag"

#~ msgid "the `+' strfmon flag"

#~ msgid "`(' flag"

#~ msgid "the `(' strfmon flag"

#~ msgid "`!' flag"

#~ msgid "the `!' strfmon flag"

#~ msgid "the `-' strfmon flag"

#~ msgid "field width in strfmon format"
#~ msgstr "largeur de champ dans le format de strfmon"

#~ msgid "left precision"

#~ msgid "left precision in strfmon format"

#~ msgid "right precision"

#~ msgid "right precision in strfmon format"

#~ msgid "length modifier in strfmon format"
#~ msgstr "modificateur de longueur dans le format de strfmon"

#~ msgid "function might be possible candidate for `%s' format attribute"

#~ msgid "missing $ operand number in format"

#~ msgid "%s does not support %%n$ operand number formats"

#~ msgid "operand number out of range in format"

#~ msgid "format argument %d used more than once in %s format"

#~ msgid "format argument %d unused before used argument %d in $-style format"

#~ msgid "format not a string literal, format string not checked"

#~ msgid "format not a string literal and no format arguments"

#~ msgid "format not a string literal, argument types not checked"

#~ msgid "too many arguments for format"
#~ msgstr "trop d'arguments pour le format"

#~ msgid "unused arguments in $-style format"

#~ msgid "zero-length %s format string"

#~ msgid "format is a wide character string"

#~ msgid "embedded `\\0' in format"

#~ msgid "spurious trailing `%%' in format"

#~ msgid "repeated %s in format"

#~ msgid "missing fill character at end of strfmon format"

#~ msgid "too few arguments for format"
#~ msgstr "trop peu d'arguments dans le format"

#~ msgid "zero width in %s format"

#~ msgid "empty left precision in %s format"

#~ msgid "field precision"

#~ msgid "empty precision in %s format"

#~ msgid "%s does not support the `%s' %s length modifier"

#~ msgid "conversion lacks type at end of format"

#~ msgid "unknown conversion type character `%c' in format"

#~ msgid "unknown conversion type character 0x%x in format"

#~ msgid "%s does not support the `%%%c' %s format"

#~ msgid "%s used with `%%%c' %s format"

#~ msgid "%s does not support %s"
#~ msgstr "%s ne supporte pas %s"

#~ msgid "%s does not support %s with the `%%%c' %s format"

#~ msgid "%s ignored with %s and `%%%c' %s format"

#~ msgid "%s ignored with %s in %s format"

#~ msgid "use of %s and %s together with `%%%c' %s format"

#~ msgid "use of %s and %s together in %s format"
#~ msgstr "utilisation de %s et de %s ensemble dans le format %s"

#~ msgid "`%%%c' yields only last 2 digits of year in some locales"

#~ msgid "`%%%c' yields only last 2 digits of year"

#~ msgid "no closing `]' for `%%[' format"

#~ msgid "use of `%s' length modifier with `%c' type character"

#~ msgid "%s does not support the `%%%s%c' %s format"

#~ msgid "operand number specified with suppressed assignment"

#~ msgid "operand number specified for format taking no argument"

#~ msgid "writing through null pointer (arg %d)"

#~ msgid "reading through null pointer (arg %d)"

#~ msgid "writing into constant object (arg %d)"

#~ msgid "extra type qualifiers in format argument (arg %d)"
#~ msgstr "qualificateur de type additionnel dans l'argument du format (arg %d)"

#~ msgid "format argument is not a pointer (arg %d)"
#~ msgstr "l'argument de format n'est pas un pointeur (arg %d)"

#~ msgid "format argument is not a pointer to a pointer (arg %d)"
#~ msgstr "l'argument de format n'est pas un pointeur de pointeur (arg %d)"

#~ msgid "pointer"
#~ msgstr "pointeur"

#~ msgid "different type"

#~ msgid "%s is not type %s (arg %d)"
#~ msgstr "%s n'est pas de type %s (arg %d)"

#~ msgid "%s format, %s arg (arg %d)"
#~ msgstr "format %s, arg %s (arg %d)"

#~ msgid "args to be formatted is not '...'"

#~ msgid "strftime formats cannot format arguments"
#~ msgstr "Les formats de strftime ne peuvent pas formater d'argument"

#~ msgid "ignoring duplicate directory \"%s\"\n"

#~ msgid "  as it is a non-system directory that duplicates a system directory\n"

#~ msgid "ignoring nonexistent directory \"%s\"\n"

#~ msgid "#include \"...\" search starts here:\n"

#~ msgid "#include <...> search starts here:\n"

#~ msgid "End of search list.\n"
#~ msgstr "Fin de la liste de recherche.\n"

#~ msgid "badly nested C headers from preprocessor"

#~ msgid "ignoring #pragma %s %s"

#~ msgid "%Hstray '@' in program"

#~ msgid "stray '%c' in program"

#~ msgid "stray '\\%o' in program"

#~ msgid "this decimal constant is unsigned only in ISO C90"

#~ msgid "this decimal constant would be unsigned in ISO C90"

#~ msgid "integer constant is too large for \"%s\" type"

#~ msgid "floating constant exceeds range of \"%s\""

#~ msgid "traditional C rejects string constant concatenation"

#~ msgid "%Jfunction '%F' can never be inlined because it is suppressed using -fno-inline"

#~ msgid "%Jfunction '%F' can never be inlined because it might not be bound within this unit of translation"

#~ msgid "%Jfunction '%F' can never be inlined because it uses attributes conflicting with inlining"

#~ msgid "%Jfunction '%F' can never be inlined because it has pending sizes"

#~ msgid "%Jnested function '%F' can never be inlined because it has possibly saved pending sizes"

#~ msgid "no class name specified with \"%s\""

#~ msgid "assertion missing after \"%s\""

#~ msgid "macro name missing after \"%s\""

#~ msgid "missing path after \"%s\""

#~ msgid "missing filename after \"%s\""

#~ msgid "missing makefile target after \"%s\""

#~ msgid "-I- specified twice"

#~ msgid "switch \"%s\" is no longer supported"

#~ msgid "-fhandle-exceptions has been renamed -fexceptions (and is now on by default)"

#~ msgid "output filename specified twice"

#~ msgid "-Wformat-y2k ignored without -Wformat"

#~ msgid "-Wformat-extra-args ignored without -Wformat"

#~ msgid "-Wformat-zero-length ignored without -Wformat"

#~ msgid "-Wformat-nonliteral ignored without -Wformat"

#~ msgid "-Wformat-security ignored without -Wformat"

#~ msgid "-Wmissing-format-attribute ignored without -Wformat"

#~ msgid "opening output file %s: %m"
#~ msgstr "ouverture du fichier de sortie %s: %m"

#~ msgid "too many filenames given.  Type %s --help for usage"

#~ msgid "YYDEBUG not defined"

#~ msgid "opening dependency file %s: %m"

#~ msgid "closing dependency file %s: %m"

#~ msgid "when writing output to %s: %m"

#~ msgid "to generate dependencies you must specify either -M or -MM"

#~ msgid "<built-in>"
#~ msgstr "<interne>"

#~ msgid "<command line>"
#~ msgstr "<ligne de commande>"

#~ msgid "too late for # directive to set debug directory"

#~ msgid "syntax error"
#~ msgstr "erreur de syntaxe"

# FIXME
#~ msgid "syntax error: cannot back up"
#~ msgstr "erreur de syntaxe : impossible de reculer"

#~ msgid "ISO C forbids an empty source file"
#~ msgstr "ISO C interdit un fichier source vide"

#~ msgid "argument of `asm' is not a constant string"

#~ msgid "ISO C forbids data definition with no type or storage class"

#~ msgid "data definition has no type or storage class"

#~ msgid "ISO C does not allow extra `;' outside of a function"

#~ msgid "`sizeof' applied to a bit-field"

#~ msgid "ISO C forbids omitting the middle term of a ?: expression"
#~ msgstr "ISO C interdit l'omission du terme central de l'expression ?:"

# FIXME
#~ msgid "ISO C90 forbids compound literals"

#~ msgid "ISO C forbids braced-groups within expressions"

#~ msgid "first argument to __builtin_choose_expr not a constant"

#~ msgid "traditional C rejects ISO C style function definitions"

#~ msgid "old-style parameter declaration"

#~ msgid "`%s' is not at beginning of declaration"

#~ msgid "`typeof' applied to a bit-field"

#~ msgid "ISO C forbids empty initializer braces"
#~ msgstr "ISO C interdit d'initialiser avec des accolades vides"

#~ msgid "ISO C90 forbids specifying subobject to initialize"

#~ msgid "obsolete use of designated initializer without `='"

#~ msgid "obsolete use of designated initializer with `:'"

#~ msgid "ISO C forbids specifying range of elements to initialize"

#~ msgid "ISO C forbids nested functions"

#~ msgid "ISO C forbids forward references to `enum' types"

#~ msgid "comma at end of enumerator list"

#~ msgid "no semicolon at end of struct or union"

#~ msgid "extra semicolon in struct or union specified"
#~ msgstr "point virgule superflu dans la structure ou dans l'union"

#~ msgid "ISO C doesn't support unnamed structs/unions"
#~ msgstr "ISO C ne permet pas les structures et unions sans nom"

#~ msgid "ISO C forbids member declarations with no members"

#~ msgid "label at end of compound statement"

#~ msgid "ISO C90 forbids mixed declarations and code"

#~ msgid "ISO C forbids label declarations"

#~ msgid "braced-group within expression allowed only inside a function"

#~ msgid "empty body in an else-statement"
#~ msgstr "le corps du else est vide"

#~ msgid "%Hempty body in an if-statement"

#~ msgid "break statement not within loop or switch"

#~ msgid "continue statement not within a loop"

#~ msgid "ISO C forbids `goto *expr;'"

#~ msgid "ISO C requires a named argument before `...'"

#~ msgid "`...' in old-style identifier list"

#~ msgid "parse error; also virtual memory exhausted"

#~ msgid "parse error"
#~ msgstr "erreur d'analyse syntaxique"

#~ msgid "parser stack overflow"

#~ msgid "syntax error at '%s' token"

#~ msgid "can't create precompiled header %s: %m"

#~ msgid "can't write to %s: %m"

#~ msgid "`%s' is not a valid output file"

#~ msgid "can't write %s: %m"

#~ msgid "can't seek in %s: %m"
#~ msgstr "ne peut se positionner dans %s: %m"

#~ msgid "can't read %s: %m"
#~ msgstr "ne peut lire %s: %m"

#~ msgid "%s: not compatible with this GCC version"
#~ msgstr "%s: n'est pas compatible avec cette version de GCC"

#~ msgid "%s: not for %s"
#~ msgstr "%s: non pour %s"

#~ msgid "%s: not a PCH file"
#~ msgstr "%s: n'est pas un fichier PCH"

#~ msgid "%s: created on host `%.*s', but used on host `%s'"

#~ msgid "%s: created for target `%.*s', but used for target `%s'"

#~ msgid "%s: created by version `%.*s', but this is version `%s'"

#~ msgid "%s: created using different flags"

#~ msgid "%s: created with -g%s, but used with -g%s"

#~ msgid "%s: had text segment at different address"

# I18N
#~ msgid "calling fdopen"
#~ msgstr "appel de fdopen()"

#~ msgid "reading"
#~ msgstr "en lecture"

#~ msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"

#~ msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"

#~ msgid "#pragma pack(push[, id], <n>) is not supported on this target"
#~ msgstr "#pragma pack(push[, id], <n>) n'est pas permis sur cette cible"

#~ msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
#~ msgstr "#pragma pack(pop[, id], <n>) n'est pas permis sur cette cible"

#~ msgid "missing '(' after '#pragma pack' - ignored"

#~ msgid "malformed '#pragma pack' - ignored"

#~ msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"

#~ msgid "malformed '#pragma pack(pop[, id])' - ignored"

#~ msgid "unknown action '%s' for '#pragma pack' - ignored"

#~ msgid "junk at end of '#pragma pack'"

#~ msgid "alignment must be a small power of two, not %d"

#~ msgid "%Japplying #pragma weak '%D' after first use results in unspecified behavior"

#~ msgid "malformed #pragma weak, ignored"

#~ msgid "junk at end of #pragma weak"

#~ msgid "malformed #pragma redefine_extname, ignored"

#~ msgid "junk at end of #pragma redefine_extname"

#~ msgid "#pragma redefine_extname conflicts with declaration"

#~ msgid "malformed #pragma extern_prefix, ignored"

#~ msgid "junk at end of #pragma extern_prefix"

#~ msgid "asm declaration conflicts with previous rename"

#~ msgid "destructor needed for `%D'"

#~ msgid "where case label appears here"

# FIXME
#~ msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"

#~ msgid "%s qualifier ignored on asm"

# FIXME: c'est de l'assembleur ?
#~ msgid "will never be executed"

#~ msgid "`%s' has an incomplete type"

#~ msgid "invalid use of void expression"
#~ msgstr "utilisation invalide d'expression void"

#~ msgid "invalid use of flexible array member"
#~ msgstr "utilisation invalide d'un membre flexible de tableau"

#~ msgid "invalid use of array with unspecified bounds"

#~ msgid "invalid use of undefined type `%s %s'"

#~ msgid "invalid use of incomplete typedef `%s'"

#~ msgid "function types not truly compatible in ISO C"
#~ msgstr "types de fonction pas vraiment compatibles en C ISO"

#~ msgid "types are not quite compatible"
#~ msgstr "les types ne sont pas vraiment compatibles"

#~ msgid "function return types not compatible due to `volatile'"

#~ msgid "arithmetic on pointer to an incomplete type"

#~ msgid "%s has no member named `%s'"

#~ msgid "request for member `%s' in something not a structure or union"

#~ msgid "dereferencing pointer to incomplete type"

#~ msgid "dereferencing `void *' pointer"

#~ msgid "invalid type argument of `%s'"

#~ msgid "subscript missing in array reference"

#~ msgid "array subscript has type `char'"

#~ msgid "array subscript is not an integer"
#~ msgstr "l'indice du tableau n'est pas un entier"

#~ msgid "ISO C forbids subscripting `register' array"

#~ msgid "ISO C90 forbids subscripting non-lvalue array"

#~ msgid "subscript has type `char'"

#~ msgid "subscripted value is neither array nor pointer"

#~ msgid "local declaration of `%s' hides instance variable"

#~ msgid "called object is not a function"

#~ msgid "function called through a non-compatible type"

#~ msgid "too many arguments to function"
#~ msgstr "trop d'arguments pour la fonction"

#~ msgid "type of formal parameter %d is incomplete"

#~ msgid "%s as integer rather than floating due to prototype"

#~ msgid "%s as integer rather than complex due to prototype"

#~ msgid "%s as complex rather than floating due to prototype"

#~ msgid "%s as floating rather than integer due to prototype"

#~ msgid "%s as complex rather than integer due to prototype"

#~ msgid "%s as floating rather than complex due to prototype"

#~ msgid "%s as `float' rather than `double' due to prototype"

#~ msgid "%s with different width due to prototype"

#~ msgid "%s as unsigned due to prototype"

#~ msgid "%s as signed due to prototype"

#~ msgid "too few arguments to function"
#~ msgstr "trop peu d'arguments pour la fonction"

#~ msgid "suggest parentheses around + or - inside shift"

#~ msgid "suggest parentheses around && within ||"

#~ msgid "suggest parentheses around arithmetic in operand of |"

#~ msgid "suggest parentheses around comparison in operand of |"

#~ msgid "suggest parentheses around arithmetic in operand of ^"

#~ msgid "suggest parentheses around comparison in operand of ^"

#~ msgid "suggest parentheses around + or - in operand of &"

#~ msgid "suggest parentheses around comparison in operand of &"

#~ msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"

#~ msgid "pointer of type `void *' used in subtraction"

#~ msgid "pointer to a function used in subtraction"

#~ msgid "wrong type argument to unary plus"

#~ msgid "wrong type argument to unary minus"

#~ msgid "ISO C does not support `~' for complex conjugation"

#~ msgid "wrong type argument to bit-complement"

#~ msgid "wrong type argument to abs"

#~ msgid "wrong type argument to conjugation"

#~ msgid "wrong type argument to unary exclamation mark"

#~ msgid "ISO C does not support `++' and `--' on complex types"

#~ msgid "wrong type argument to increment"

#~ msgid "wrong type argument to decrement"

#~ msgid "increment of pointer to unknown structure"

#~ msgid "decrement of pointer to unknown structure"

#~ msgid "invalid lvalue in unary `&'"

#~ msgid "attempt to take address of bit-field structure member `%s'"

#~ msgid "use of conditional expressions as lvalues is deprecated"

#~ msgid "use of compound expressions as lvalues is deprecated"

#~ msgid "use of cast expressions as lvalues is deprecated"

#~ msgid "%s of read-only member `%s'"

#~ msgid "%s of read-only variable `%s'"

#~ msgid "%s of read-only location"
#~ msgstr "%s d'une position en lecture seule"

#~ msgid "cannot take address of bit-field `%s'"

#~ msgid "global register variable `%s' used in nested function"

#~ msgid "register variable `%s' used in nested function"

#~ msgid "address of global register variable `%s' requested"

#~ msgid "cannot put object with volatile field into register"
#~ msgstr "impossible de mettre un objet avec un champ volatile dans un registre"

#~ msgid "address of register variable `%s' requested"

#~ msgid "signed and unsigned type in conditional expression"

#~ msgid "ISO C forbids conditional expr with only one void side"

#~ msgid "ISO C forbids conditional expr between `void *' and function pointer"

#~ msgid "pointer type mismatch in conditional expression"
#~ msgstr "non concordance de type de pointeurs dans un expression conditionnelle"

#~ msgid "pointer/integer type mismatch in conditional expression"
#~ msgstr "non concordance entre pointeur et entier dans une expression conditionnelle"

#~ msgid "type mismatch in conditional expression"
#~ msgstr "non concordance de type dans une expression conditionnelle"

#~ msgid "left-hand operand of comma expression has no effect"

#~ msgid "cast specifies array type"

#~ msgid "cast specifies function type"

#~ msgid "ISO C forbids casting nonscalar to the same type"

#~ msgid "ISO C forbids casts to union type"
#~ msgstr "ISO C interdit le transtypage vers un type union"

#~ msgid "cast to union type from type not present in union"
#~ msgstr "transtypage vers un type union depuis un type absent de l'union"

#~ msgid "cast adds new qualifiers to function type"
#~ msgstr "le transtypage ajoute un nouveau qualificateur au type de la fonction"

#~ msgid "cast discards qualifiers from pointer target type"

#~ msgid "cast increases required alignment of target type"

#~ msgid "cast from pointer to integer of different size"

#~ msgid "cast does not match function type"
#~ msgstr "le transtypage ne concorde pas avec le type de la fonction"

#~ msgid "cast to pointer from integer of different size"

# FIXME
#~ msgid "type-punning to incomplete type might break strict-aliasing rules"

# FIXME
#~ msgid "dereferencing type-punned pointer will break strict-aliasing rules"

#~ msgid "ISO C forbids conversion of function pointer to object pointer type"
#~ msgstr "ISO C interdit la conversion d'un pointeur de fonction en un type pointeur d'objet"

#~ msgid "ISO C forbids conversion of object pointer to function pointer type"

#~ msgid "invalid lvalue in assignment"
#~ msgstr "membre gauche de l'affectation invalide"

#~ msgid "assignment"
#~ msgstr "affectation"

#~ msgid "cannot pass rvalue to reference parameter"

#~ msgid "%s makes qualified function pointer from unqualified"

#~ msgid "%s discards qualifiers from pointer target type"
#~ msgstr "%s annule des qualificateurs du type du pointeur cible"

#~ msgid "ISO C prohibits argument conversion to union type"
#~ msgstr "ISO C interdit la conversion d'argument en type union"

#~ msgid "ISO C forbids %s between function pointer and `void *'"

#~ msgid "pointer targets in %s differ in signedness"
#~ msgstr "les cibles des pointeurs dans %s n'ont pas toutes de signe"

#~ msgid "%s from incompatible pointer type"
#~ msgstr "%s d'un type pointeur incompatible"

#~ msgid "invalid use of non-lvalue array"

#~ msgid "%s makes pointer from integer without a cast"
#~ msgstr "%s transforme un entier en pointeur sans transtypage"

#~ msgid "%s makes integer from pointer without a cast"
#~ msgstr "%s transforme un pointeur en entier sans transtypage"

#~ msgid "incompatible type for argument %d of `%s'"

#~ msgid "incompatible type for argument %d of indirect function call"

#~ msgid "incompatible types in %s"
#~ msgstr "type incompatibles dans %s"

#~ msgid "passing arg of `%s'"

#~ msgid "passing arg of pointer to function"
#~ msgstr "passage des arguments au pointeur de fonction"

#~ msgid "passing arg %d of `%s'"

#~ msgid "passing arg %d of pointer to function"

#~ msgid "traditional C rejects automatic aggregate initialization"

#~ msgid "(near initialization for `%s')"

#~ msgid "char-array initialized from wide string"

#~ msgid "int-array initialized from non-wide string"

#~ msgid "initializer-string for array of chars is too long"

#~ msgid "array initialized from non-constant array expression"

#~ msgid "initializer element is not constant"

#~ msgid "initialization"
#~ msgstr "initialisation"

#~ msgid "initializer element is not computable at load time"

#~ msgid "invalid initializer"
#~ msgstr "initialisation invalide"

#~ msgid "opaque vector types cannot be initialized"

#~ msgid "extra brace group at end of initializer"

#~ msgid "missing braces around initializer"
#~ msgstr "accolades manquantes autour de l'initialisation"

#~ msgid "braces around scalar initializer"
#~ msgstr "accolades autour d'une initialisation de scalaire"

#~ msgid "initialization of flexible array member in a nested context"

#~ msgid "initialization of a flexible array member"
#~ msgstr "initialisation d'un membre de tableau flexible"

#~ msgid "missing initializer"
#~ msgstr "initialisation manquante"

#~ msgid "empty scalar initializer"
#~ msgstr "initialisation vide de scalaire"

#~ msgid "extra elements in scalar initializer"

#~ msgid "initialization designators may not nest"

#~ msgid "array index in non-array initializer"

#~ msgid "field name not in record or union initializer"

#~ msgid "nonconstant array index in initializer"
#~ msgstr "index de tableau non constant dans l'initialisation"

#~ msgid "array index in initializer exceeds array bounds"
#~ msgstr "index de tableau hors limites lors de l'initialisation"

#~ msgid "empty index range in initializer"
#~ msgstr "borne d'index vide lors de l'initialisation"

#~ msgid "array index range in initializer exceeds array bounds"

#~ msgid "unknown field `%s' specified in initializer"

#~ msgid "initialized field with side-effects overwritten"

#~ msgid "excess elements in char array initializer"

#~ msgid "excess elements in struct initializer"

#~ msgid "non-static initialization of a flexible array member"
#~ msgstr "initialisation non statique d'un membre de tableau flexible"

#~ msgid "excess elements in union initializer"

#~ msgid "traditional C rejects initialization of unions"
#~ msgstr "le C traditionel rejette l'initialisation d'union"

#~ msgid "excess elements in array initializer"

#~ msgid "excess elements in vector initializer"

#~ msgid "excess elements in scalar initializer"

#~ msgid "asm template is not a string constant"

#~ msgid "invalid lvalue in asm statement"
#~ msgstr "membre gauche invalide avec asm"

#~ msgid "modification by `asm'"

#~ msgid "function declared `noreturn' has a `return' statement"

#~ msgid "`return' with no value, in function returning non-void"

#~ msgid "`return' with a value, in function returning void"

#~ msgid "return"
#~ msgstr "return"

#~ msgid "function returns address of local variable"
#~ msgstr "cette fonction retourne l'adresse d'une variable locale"

#~ msgid "switch quantity not an integer"

#~ msgid "`long' switch expression not converted to `int' in ISO C"

#~ msgid "case label not within a switch statement"

#~ msgid "`default' label not within a switch statement"

#~ msgid "division by zero"

#~ msgid "right shift count is negative"

#~ msgid "right shift count >= width of type"

#~ msgid "left shift count is negative"

#~ msgid "left shift count >= width of type"

#~ msgid "shift count is negative"

#~ msgid "shift count >= width of type"

#~ msgid "comparing floating point with == or != is unsafe"

#~ msgid "ISO C forbids comparison of `void *' with function pointer"

#~ msgid "comparison of distinct pointer types lacks a cast"
#~ msgstr "il manque un transtypage pour comparer des types distincts de pointeur"

#~ msgid "comparison between pointer and integer"
#~ msgstr "comparaison entre un pointeur et un entier"

#~ msgid "ISO C forbids ordered comparisons of pointers to functions"

#~ msgid "comparison of complete and incomplete pointers"
#~ msgstr "comparaison de pointeurs complet et incomplet"

#~ msgid "ordered comparison of pointer with integer zero"

#~ msgid "unordered comparison on non-floating point argument"

#~ msgid "comparison between signed and unsigned"

#~ msgid "comparison of promoted ~unsigned with constant"

#~ msgid "comparison of promoted ~unsigned with unsigned"

#~ msgid "%Jinlining failed in call to '%F'"

#~ msgid "called from here"

#~ msgid "%Jcan't inline call to '%F'"

#~ msgid "ignoring return value of `%D', declared with attribute warn_unused_result"

#~ msgid "ignoring return value of function declared with attribute warn_unused_result"

#~ msgid "function call has aggregate value"

#~ msgid "bb %d on wrong place"
#~ msgstr "bb %d au mauvais endroit"

#~ msgid "prev_bb of %d should be %d, not %d"

#~ msgid "verify_flow_info: Wrong count of block %i %i"

#~ msgid "verify_flow_info: Wrong frequency of block %i %i"

#~ msgid "verify_flow_info: Duplicate edge %i->%i"

#~ msgid "verify_flow_info: Wrong probability of edge %i->%i %i"

#~ msgid "verify_flow_info: Wrong count of edge %i->%i %i"

#~ msgid "verify_flow_info: Basic block %d succ edge is corrupted"

#~ msgid "Wrong amount of branch edges after unconditional jump %i"

#~ msgid "basic block %d pred edge is corrupted"

#~ msgid "basic block %i edge lists are corrupted"

#~ msgid "verify_flow_info failed"

#~ msgid "Size of loop %d should be %d, not %d."

# FIXME
#~ msgid "Bb %d do not belong to loop %d."

#~ msgid "Loop %d's header does not have exactly 2 entries."

#~ msgid "Loop %d's latch does not have exactly 1 successor."
#~ msgstr "Le verrou %d de la boucle n'a pas exactement 1 successeur."

#~ msgid "Loop %d's latch does not have header as successor."

#~ msgid "Loop %d's latch does not belong directly to it."
#~ msgstr "Le verrou %d de la boucle ne lui appartient pas directement."

#~ msgid "Loop %d's header does not belong directly to it."

#~ msgid "Loop %d's latch is marked as part of irreducible region."

#~ msgid "Basic block %d should be marked irreducible."

#~ msgid "Basic block %d should not be marked irreducible."

#~ msgid "Edge from %d to %d should be marked irreducible."

#~ msgid "Edge from %d to %d should not be marked irreducible."

#~ msgid "end insn %d for block %d not found in the insn stream"

#~ msgid "insn %d is in multiple basic blocks (%d and %d)"
#~ msgstr "insn %d est dans de multiples blocs de base (%d et %d)"

#~ msgid "head insn %d for block %d not found in the insn stream"

#~ msgid "verify_flow_info: REG_BR_PROB does not match cfg %wi %i"

#~ msgid "Missing REG_EH_REGION note in the end of bb %i"

#~ msgid "Too many outgoing branch edges from bb %i"

#~ msgid "Fallthru edge after unconditional jump %i"

#~ msgid "Wrong amount of branch edges after conditional jump %i"

#~ msgid "Call edges for non-call insn in bb %i"

#~ msgid "Abnormal edges for no purpose in bb %i"

#~ msgid "insn %d inside basic block %d but block_for_insn is NULL"

#~ msgid "insn %d inside basic block %d but block_for_insn is %i"

#~ msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
#~ msgstr "NOTE_INSN_BASIC_BLOCK manquant pour le bloc %d"

#~ msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
#~ msgstr "NOTE_INSN_BASIC_BLOCK %d au milieu du bloc de base %d"

#~ msgid "in basic block %d:"
#~ msgstr "dans le bloc de base %d :"

#~ msgid "flow control insn inside a basic block"

#~ msgid "missing barrier after block %i"

#~ msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
#~ msgstr "verify_flow_info: blocs incorrects pour le fallthru %i->%i"

#~ msgid "verify_flow_info: Incorrect fallthru %i->%i"
#~ msgstr "verify_flow_info: fallthru incorrect %i->%i"

#~ msgid "wrong insn in the fallthru edge"

#~ msgid "basic blocks not laid down consecutively"

#~ msgid "insn outside basic block"

#~ msgid "return not followed by barrier"

# FIXME
#~ msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"

#~ msgid "function body not available"
#~ msgstr "corps de la fonction n'est pas disponible"

#~ msgid "redefined extern inline functions are not considered for inlining"

#~ msgid "function not considered for inlining"

#~ msgid "function not inlinable"

#~ msgid "%D renamed after being referenced in assembly"

#~ msgid "--param large-function-growth limit reached"
#~ msgstr "--param large-function-growth limite atteinte"

#~ msgid "--param large-function-growth limit reached while inlining the caller"
#~ msgstr "--param large-function-growth limite atteinte lors de l'enlignage de l'appelant"

#~ msgid "--param max-inline-insns-single limit reached"
#~ msgstr "--param max-inline-insns-single limite atteinte"

#~ msgid "--param max-inline-insns-single limit reached after inlining into the callee"

#~ msgid "--param inline-unit-growth limit reached"
#~ msgstr "--param inline-unit-growth limite atteinte"

#~ msgid "recursive inlining"

#~ msgid "internal error"
#~ msgstr "erreur interne"

#~ msgid "no arguments"
#~ msgstr "pas d'argument"

# I18N
#~ msgid "fopen %s"
#~ msgstr "fopen() %s"

# I18N
#~ msgid "fclose %s"
#~ msgstr "fclose() %s"

#~ msgid "collect2 version %s"
#~ msgstr "collect2 version %s"

#~ msgid "%d constructor(s) found\n"

#~ msgid "%d destructor(s)  found\n"

#~ msgid "%d frame table(s) found\n"

#~ msgid "%s terminated with signal %d [%s]%s"

#~ msgid "%s returned %d exit status"

#~ msgid "[cannot find %s]"
#~ msgstr "[%s introuvable]"

#~ msgid "cannot find `%s'"

#~ msgid "redirecting stdout: %s"
#~ msgstr "redirection de stdout : %s"

# FIXME
#~ msgid "[Leaving %s]\n"
#~ msgstr "[Laissant %s]\n"

#~ msgid ""
#~ "\n"
#~ "write_c_file - output name is %s, prefix is %s\n"
#~ msgstr ""
#~ "\n"

#~ msgid "cannot find `nm'"

# I18N
#~ msgid "pipe"
#~ msgstr "pipe"

# I18N
#~ msgid "fdopen"
#~ msgstr "fdopen"

# I18N
#~ msgid "dup2 %d 1"
#~ msgstr "dup2 %d 1"

# I18N
#~ msgid "close %d"
#~ msgstr "close %d"

# I18N
#~ msgid "execv %s"
#~ msgstr "execv %s"

#~ msgid "init function found in object %s"

#~ msgid "fini function found in object %s"

# I18N
#~ msgid "fclose"
#~ msgstr "fclose"

#~ msgid "unable to open file '%s'"

#~ msgid "unable to stat file '%s'"

#~ msgid "unable to mmap file '%s'"

#~ msgid "not found\n"
#~ msgstr "introuvable\n"

#~ msgid "dynamic dependency %s not found"

#~ msgid "bad magic number in file '%s'"

#~ msgid "dynamic dependencies.\n"

#~ msgid "cannot find `ldd'"

#~ msgid ""
#~ "\n"
#~ "ldd output with constructors/destructors.\n"
#~ msgstr ""
#~ "\n"
#~ "sortie de ldd avec constructeurs/destructeurs.\n"

#~ msgid "unable to open dynamic dependency '%s'"

#~ msgid "%s: not a COFF file"
#~ msgstr "%s : n'est pas un fichier COFF"

#~ msgid "%s: cannot open as COFF file"
#~ msgstr "%s : ne peut ouvrir en tant que fichier COFF"

# I18N
#~ msgid "library lib%s not found"

#~ msgid ""
#~ ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
#~ ";; %d successes.\n"
#~ "\n"
#~ msgstr ""
#~ "\n"

#~ msgid ""
#~ "\n"
#~ ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
#~ ";; %d successes.\n"
#~ msgstr ""
#~ "\n"
#~ "\n"

#~ msgid "cannot convert to a pointer type"
#~ msgstr "ne peut convertir en un type pointeur"

#~ msgid "pointer value used where a floating point value was expected"

#~ msgid "aggregate value used where a float was expected"

#~ msgid "conversion to incomplete type"
#~ msgstr "conversion vers un type incomplet"

#~ msgid "can't convert between vector values of different size"

#~ msgid "aggregate value used where an integer was expected"

#~ msgid "pointer value used where a complex was expected"

#~ msgid "aggregate value used where a complex was expected"

#~ msgid "can't convert value to a vector"
#~ msgstr "ne peut convertir une valeur en vecteur"

#~ msgid "`%s' is not a gcov data file"

#~ msgid "`%s' is version `%.4s', expected version `%.4s'"

#~ msgid "coverage mismatch for function %u while reading execution counters."

#~ msgid "checksum is %x instead of %x"

#~ msgid "number of counters is %d instead of %d"
#~ msgstr "nombre de compteurs est %d au lieu de %d"

#~ msgid "cannot merge separate %s counters for function %u"

#~ msgid "`%s' has overflowed"

#~ msgid "`%s' is corrupted"

#~ msgid "file %s not found, execution counts assumed to be zero"

#~ msgid "no coverage for function '%s' found."

#~ msgid "coverage mismatch for function '%s' while reading counter '%s'."

#~ msgid "cannot open %s"
#~ msgstr "ne peut ouvrir %s"

#~ msgid "error writing `%s'"

#~ msgid "\"%s\" is not a valid option to the preprocessor"

#~ msgid "too many input files"

#~ msgid ";; Processing block from %d to %d, %d sets.\n"

#~ msgid "%s:%d: confused by earlier errors, bailing out\n"

#~ msgid "compilation terminated.\n"

# FIXME
#~ msgid "Internal compiler error: Error reporting routines re-entered.\n"

#~ msgid "in %s, at %s:%d"

# FIXME
#~ msgid "dominator of %d should be %d, not %d"

#~ msgid "DW_LOC_OP %s not implemented\n"

#~ msgid "can't access real part of complex value in hard register"

#~ msgid "can't access imaginary part of complex value in hard register"

#~ msgid "Invalid rtl sharing found in the insn"

#~ msgid "Shared rtx"

#~ msgid "ICE: emit_insn used where emit_jump_insn needed:\n"

#~ msgid "abort in %s, at %s:%d"

#~ msgid "exception handling disabled, use -fexceptions to enable"

#~ msgid "argument of `__builtin_eh_return_regno' must be constant"

#~ msgid "__builtin_eh_return not supported on this target"

# FIXME
#~ msgid "stack limits not supported on this target"

#~ msgid "function using short complex types cannot be inline"

#~ msgid "%Jprior parameter's size depends on '%D'"

#~ msgid "returned value in block_exit_expr"

#~ msgid "cannot take the address of an unaligned member"

#~ msgid "negative insn length"

#~ msgid "could not split insn"

#~ msgid "invalid `asm': "

#~ msgid "nested assembly dialect alternatives"

#~ msgid "unterminated assembly dialect alternative"

#~ msgid "operand number missing after %%-letter"

#~ msgid "operand number out of range"

#~ msgid "invalid %%-code"
#~ msgstr "%%-code est invalide"

#~ msgid "`%%l' operand isn't a label"

#~ msgid "floating constant misused"

#~ msgid "invalid expression as operand"

#~ msgid "function might be possible candidate for attribute `noreturn'"

#~ msgid "`noreturn' function does return"

#~ msgid "control reaches end of non-void function"

#~ msgid "Attempt to delete prologue/epilogue insn:"

#~ msgid "comparison is always %d due to width of bit-field"
#~ msgstr "comparaison est toujours %d en raison de la largeur du champ de bits"

#~ msgid "comparison is always %d"
#~ msgstr "comparaison est toujours %d"

#~ msgid "`or' of unmatched not-equal tests is always 1"

#~ msgid "`and' of mutually exclusive equal-tests is always 0"

#~ msgid "fold check: original tree changed by fold"

#~ msgid "%Jsize of variable '%D' is too large"

#~ msgid "impossible constraint in `asm'"

#~ msgid "%J'%D' might be used uninitialized in this function"

#~ msgid "%Jvariable '%D' might be clobbered by `longjmp' or `vfork'"

#~ msgid "%Jargument '%D' might be clobbered by `longjmp' or `vfork'"

#~ msgid "function returns an aggregate"

#~ msgid "%Junused parameter '%D'"

#~ msgid "ambiguous abbreviation %s"

#~ msgid "incomplete `%s' option"

#~ msgid "missing argument to `%s' option"

#~ msgid "extraneous argument to `%s' option"

#~ msgid "Using built-in specs.\n"
#~ msgstr "Utilisation des specs internes.\n"

#~ msgid ""
#~ "Setting spec %s to '%s'\n"
#~ "\n"
#~ msgstr ""
#~ "\n"

#~ msgid "Reading specs from %s\n"

#~ msgid "specs %%include syntax malformed after %ld characters"

#~ msgid "could not find specs file %s\n"

#~ msgid "specs %%rename syntax malformed after %ld characters"

#~ msgid "specs %s spec was not found to be renamed"

#~ msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"

#~ msgid "rename spec %s to %s\n"

#~ msgid ""
#~ "spec is '%s'\n"
#~ "\n"
#~ msgstr ""
#~ "\n"

#~ msgid "specs unknown %% command after %ld characters"

#~ msgid "specs file malformed after %ld characters"

#~ msgid "spec file has no spec for linking"

#~ msgid "-pipe not supported"

#~ msgid ""
#~ "\n"
#~ "Go ahead? (y or n) "
#~ msgstr ""
#~ "\n"
#~ "Aller de l'avant? (y ou n) "

#~ msgid ""
#~ "Internal error: %s (program %s)\n"
#~ "Please submit a full bug report.\n"
#~ "See %s for instructions."
#~ msgstr ""
#~ "Erreur internal error: %s (programme %s)\n"
#~ "SVP soumettre un rapport complet d'anomalies.\n"
#~ "Consulter %s pour les instructions."

#~ msgid "# %s %.2f %.2f\n"
#~ msgstr "# %s %.2f %.2f\n"

#~ msgid "Usage: %s [options] file...\n"
#~ msgstr "Usage: %s [options] fichier...\n"

#~ msgid "Options:\n"
#~ msgstr "Options:\n"

#~ msgid "  -pass-exit-codes         Exit with highest error code from a phase\n"
#~ msgstr "  -pass-exit-codes         quitter avec le plus grand code d'erreur de la phase\n"

#~ msgid "  --help                   Display this information\n"

#~ msgid "  --target-help            Display target specific command line options\n"

#~ msgid "  (Use '-v --help' to display command line options of sub-processes)\n"

#~ msgid "  -dumpspecs               Display all of the built in spec strings\n"

#~ msgid "  -dumpversion             Display the version of the compiler\n"
#~ msgstr "  -dumpversion             afficher la version du compilateur\n"

#~ msgid "  -dumpmachine             Display the compiler's target processor\n"

#~ msgid "  -print-search-dirs       Display the directories in the compiler's search path\n"

#~ msgid "  -print-libgcc-file-name  Display the name of the compiler's companion library\n"

#~ msgid "  -print-file-name=<lib>   Display the full path to library <lib>\n"

#~ msgid "  -print-prog-name=<prog>  Display the full path to compiler component <prog>\n"

#~ msgid "  -print-multi-directory   Display the root directory for versions of libgcc\n"

#~ msgid ""
#~ "  -print-multi-lib         Display the mapping between command line options and\n"
#~ "                           multiple library search directories\n"
#~ msgstr ""
#~ "  -print-multi-lib         Afficher la table de projection entre les options de\n"

#~ msgid "  -print-multi-os-directory Display the relative path to OS libraries\n"

#~ msgid "  -Wa,<options>            Pass comma-separated <options> on to the assembler\n"

#~ msgid "  -Wp,<options>            Pass comma-separated <options> on to the preprocessor\n"

#~ msgid "  -Wl,<options>            Pass comma-separated <options> on to the linker\n"

#~ msgid "  -Xassembler <arg>        Pass <arg> on to the assembler\n"

#~ msgid "  -Xpreprocessor <arg>     Pass <arg> on to the preprocessor\n"

#~ msgid "  -Xlinker <arg>           Pass <arg> on to the linker\n"

#~ msgid "  -save-temps              Do not delete intermediate files\n"

#~ msgid "  -pipe                    Use pipes rather than intermediate files\n"

#~ msgid "  -time                    Time the execution of each subprocess\n"

#~ msgid "  -specs=<file>            Override built-in specs with the contents of <file>\n"

#~ msgid "  -std=<standard>          Assume that the input sources are for <standard>\n"

#~ msgid "  -B <directory>           Add <directory> to the compiler's search paths\n"

#~ msgid "  -b <machine>             Run gcc for target <machine>, if installed\n"

#~ msgid "  -V <version>             Run gcc version number <version>, if installed\n"

#~ msgid "  -v                       Display the programs invoked by the compiler\n"

#~ msgid "  -###                     Like -v but options quoted and commands not executed\n"

#~ msgid "  -E                       Preprocess only; do not compile, assemble or link\n"

#~ msgid "  -S                       Compile only; do not assemble or link\n"

#~ msgid "  -c                       Compile and assemble, but do not link\n"

#~ msgid "  -o <file>                Place the output into <file>\n"
#~ msgstr "  -o <fichier>             placer la sortie dans le <fichier>\n"

#~ msgid ""
#~ "  -x <language>            Specify the language of the following input files\n"
#~ "                           Permissible languages include: c c++ assembler none\n"
#~ "                           'none' means revert to the default behavior of\n"
#~ "                           guessing the language based on the file's extension\n"
#~ msgstr ""
#~ "                           Les langages permis sont: c c++ assembler none\n"
#~ "                           en tentant d'identifier le langage par l'extension du fichier\n"

#~ msgid ""
#~ "\n"
#~ "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
#~ " passed on to the various sub-processes invoked by %s.  In order to pass\n"
#~ " other options on to these processes the -W<letter> options must be used.\n"
#~ msgstr ""
#~ "\n"

#~ msgid "`-%c' option must have argument"

#~ msgid "couldn't run `%s': %s"

#~ msgid "%s (GCC) %s\n"
#~ msgstr "%s (GCC) %s\n"

#~ msgid "(C)"

#~ msgid ""
#~ "This is free software; see the source for copying conditions.  There is NO\n"
#~ "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
#~ "\n"
#~ msgstr ""
#~ "Ce logiciel est libre; voir les sources pour les conditions de copie.  Il n'y a PAS\n"
#~ "GARANTIE; ni implicite pour le MARCHANDAGE ou pour un BUT PARTICULIER.\n"
#~ "\n"

#~ msgid "argument to `-Xlinker' is missing"

#~ msgid "argument to `-Xpreprocessor' is missing"

#~ msgid "argument to `-Xassembler' is missing"

#~ msgid "argument to `-l' is missing"

#~ msgid "argument to `-specs' is missing"

#~ msgid "argument to `-specs=' is missing"

#~ msgid "`-%c' must come at the start of the command line"

#~ msgid "argument to `-B' is missing"

#~ msgid "warning: -pipe ignored because -save-temps specified"

#~ msgid "warning: -pipe ignored because -time specified"

#~ msgid "argument to `-x' is missing"

#~ msgid "argument to `-%s' is missing"

#~ msgid "warning: `-x %s' after last input file has no effect"

#~ msgid "invalid specification!  Bug in cc"

#~ msgid "%s\n"
#~ msgstr "%s\n"

#~ msgid "spec failure: '%%*' has not been initialized by pattern match"

#~ msgid "warning: use of obsolete %%[ operator in specs"

#~ msgid "Processing spec %c%s%c, which is '%s'\n"

#~ msgid "spec failure: unrecognized spec option '%c'"

#~ msgid "unknown spec function `%s'"

#~ msgid "error in args to spec function `%s'"

#~ msgid "malformed spec function name"

#~ msgid "no arguments for spec function"

#~ msgid "malformed spec function arguments"

#~ msgid "spec failure: more than one arg to SYSROOT_SUFFIX_SPEC."

#~ msgid "spec failure: more than one arg to SYSROOT_HEADERS_SUFFIX_SPEC."

#~ msgid "unrecognized option `-%s'"

#~ msgid "install: %s%s\n"

#~ msgid "programs: %s\n"
#~ msgstr "programmes: %s\n"

#~ msgid "libraries: %s\n"
#~ msgstr "libraries: %s\n"

#~ msgid ""
#~ "\n"
#~ "For bug reporting instructions, please see:\n"
#~ msgstr ""
#~ "\n"
#~ "Pour les instructons afin de rapporter des anomales, SVP consulter:\n"

#~ msgid "Configured with: %s\n"

#~ msgid "Thread model: %s\n"

#~ msgid "gcc version %s\n"
#~ msgstr "version gcc %s\n"

#~ msgid "gcc driver version %s executing gcc version %s\n"

#~ msgid "no input files"

#~ msgid "%s: linker input file unused because linking not done"

#~ msgid "cannot specify -o with -c or -S and multiple languages"

#~ msgid "%s: %s compiler not installed on this system"

#~ msgid "language %s not recognized"
#~ msgstr "language %s n'est pas reconnu"

#~ msgid "internal gcc abort"
#~ msgstr "abandon interne de gcc"

#~ msgid "Internal gcov abort.\n"
#~ msgstr "Abandon interne de gcov.\n"

#~ msgid ""
#~ "Usage: gcov [OPTION]... SOURCEFILE\n"
#~ "\n"
#~ msgstr ""
#~ "Usage: gcov [OPTION]... FICHIER-SOURCE\n"
#~ "\n"

#~ msgid ""
#~ "Print code coverage information.\n"
#~ "\n"
#~ msgstr ""
#~ "Produire les informations de la couverture du code.\n"
#~ "\n"

#~ msgid "  -h, --help                      Print this help, then exit\n"

#~ msgid "  -v, --version                   Print version number, then exit\n"

#~ msgid "  -a, --all-blocks                Show information for every basic block\n"
#~ msgstr "  -a, --all-blocks                afficher l'information pour chaque bloc de base\n"

#~ msgid "  -b, --branch-probabilities      Include branch probabilities in output\n"

#~ msgid ""
#~ "  -c, --branch-counts             Given counts of branches taken\n"
#~ "                                    rather than percentages\n"
#~ msgstr ""

#~ msgid "  -n, --no-output                 Do not create an output file\n"

#~ msgid ""
#~ "  -l, --long-file-names           Use long output file names for included\n"
#~ "                                    source files\n"
#~ msgstr ""
#~ "  -l, --long-file-names           utiliser des longs noms de fichiers pour\n"
#~ "                                    les fichier sources d'inclusion\n"

#~ msgid "  -f, --function-summaries        Output summaries for each function\n"
#~ msgstr "  -f, --function-summaries        produire un sommaire pour chaque fonction\n"

#~ msgid "  -o, --object-directory DIR|FILE Search for object files in DIR or called FILE\n"

#~ msgid "  -p, --preserve-paths            Preserve all pathname components\n"

#~ msgid "  -u, --unconditional-branches    Show unconditional branch counts too\n"
#~ msgstr "  -u, --unconditional-branches    afficher les compteurs de branchement inconditionnel aussi\n"

#~ msgid ""
#~ "\n"
#~ "For bug reporting instructions, please see:\n"
#~ "%s.\n"
#~ msgstr ""
#~ "\n"
#~ "Pour les instructons afin de rapporter des anomales, SVP consulter:\n"
#~ "%s.\n"

#~ msgid "gcov (GCC) %s\n"
#~ msgstr "gcov (GCC) %s\n"

#~ msgid ""
#~ "This is free software; see the source for copying conditions.\n"
#~ "There is NO warranty; not even for MERCHANTABILITY or \n"
#~ "FITNESS FOR A PARTICULAR PURPOSE.\n"
#~ "\n"
#~ msgstr ""
#~ "Ce logiciel est libre; voir les sources pour les conditions de copie. \n"
#~ "Il n'y a PAS GARANTIE; ni implicite pour le MARCHANDAGE ou\n"
#~ "pour un BUT PARTICULIER.\n"
#~ "\n"

#~ msgid "%s:no functions found\n"

# I18N
#~ msgid "\n"
#~ msgstr "\n"

#~ msgid "%s:creating `%s'\n"

#~ msgid "%s:error writing output file `%s'\n"

#~ msgid "%s:could not open output file `%s'\n"

#~ msgid "%s:cannot open graph file\n"
#~ msgstr "%s: ne peut ouvrir le fichier de graphe\n"

#~ msgid "%s:not a gcov graph file\n"
#~ msgstr "%s: n'est pas un fichier de graphe gcov\n"

#~ msgid "%s:version `%.4s', prefer `%.4s'\n"

#~ msgid "%s:already seen blocks for `%s'\n"

#~ msgid "%s:corrupted\n"
#~ msgstr "%s:corrompu\n"

#~ msgid "%s:cannot open data file\n"

#~ msgid "%s:not a gcov data file\n"

#~ msgid "%s:version `%.4s', prefer version `%.4s'\n"

#~ msgid "%s:stamp mismatch with graph file\n"
#~ msgstr "%s: estampille ne concorde par avec le fichier de graphe\n"

#~ msgid "%s:unknown function `%u'\n"

#~ msgid "%s:profile mismatch for `%s'\n"

#~ msgid "%s:overflowed\n"

#~ msgid "%s:`%s' lacks entry and/or exit blocks\n"

#~ msgid "%s:`%s' has arcs to entry block\n"

#~ msgid "%s:`%s' has arcs from exit block\n"

#~ msgid "%s:graph is unsolvable for `%s'\n"

#~ msgid "%s `%s'\n"

#~ msgid "Lines executed:%s of %d\n"

#~ msgid "No executable lines"

#~ msgid "Branches executed:%s of %d\n"

#~ msgid "Taken at least once:%s of %d\n"
#~ msgstr "Branchements pris au moins une fois: %s de %d\n"

#~ msgid "No branches\n"
#~ msgstr "Pas de branchement\n"

#~ msgid "Calls executed:%s of %d\n"

#~ msgid "No calls\n"
#~ msgstr "Pas d'appel\n"

#~ msgid "%s:no lines for `%s'\n"

#~ msgid "call   %2d returned %s\n"

# FIXME: c'est de l'assembleur ?
#~ msgid "call   %2d never executed\n"

#~ msgid "branch %2d taken %s%s\n"
#~ msgstr "branchement %2d a pris %s%s\n"

#~ msgid "branch %2d never executed\n"

#~ msgid "unconditional %2d taken %s\n"
#~ msgstr "inconditionnel %2d a pris %s\n"

# FIXME: c'est de l'assembleur ?
#~ msgid "unconditional %2d never executed\n"

#~ msgid "%s:cannot open source file\n"
#~ msgstr "%s: ne peut ouvrir le fichier source\n"

#~ msgid "%s:source file is newer than graph file `%s'\n"

#~ msgid "GCSE disabled"

#~ msgid "NULL pointer checks disabled"

#~ msgid "jump bypassing disabled"

#~ msgid "%s: %d basic blocks and %d edges/basic block"
#~ msgstr "%s: %d blocs de base et %d blocs edges/basic"

#~ msgid "%s: %d basic blocks and %d registers"
#~ msgstr "%s: %d blocs basic et %d registres"

#~ msgid "can't write PCH file: %m"

#~ msgid "can't get position in PCH file: %m"
#~ msgstr "ne peut obtenir la position dans le fichier PCH: %m"

#~ msgid "can't write padding to PCH file: %m"

#~ msgid "can't read PCH file: %m"
#~ msgstr "ne peut lire le fichier PCH: %m"

#~ msgid "had to relocate PCH"

#~ msgid "open /dev/zero: %m"
#~ msgstr "ouverture de /dev/zero: %m"

#~ msgid "can't write PCH file"

#~ msgid "Generating PCH files is not supported when using ggc-simple.c"

#~ msgid "%s cannot be used in asm here"

#~ msgid "can't open %s: %m"
#~ msgstr "ne peut ouvrir %s: %m"

#~ msgid "fix_sched_param: unknown param: %s"

#~ msgid "function cannot be inline"

#~ msgid "varargs function cannot be inline"

#~ msgid "function using alloca cannot be inline"

#~ msgid "function using longjmp cannot be inline"

#~ msgid "function using setjmp cannot be inline"

#~ msgid "function uses __builtin_eh_return"

#~ msgid "function with nested functions cannot be inline"

#~ msgid "function with label addresses used in initializers cannot inline"

#~ msgid "function too large to be inline"

#~ msgid "no prototype, and parameter address used; cannot be inline"

#~ msgid "inline functions not supported for this return value type"

#~ msgid "function with varying-size return value cannot be inline"

#~ msgid "function with varying-size parameter cannot be inline"

#~ msgid "function with transparent unit parameter cannot be inline"

#~ msgid "function with computed jump cannot inline"

#~ msgid "function with nonlocal goto cannot be inline"

#~ msgid "function with target specific attribute(s) cannot be inlined"

# FIXME: c'est de l'assembleur ?
#~ msgid "%Hwill never be executed"

#~ msgid "This switch lacks documentation"
#~ msgstr "Cette option manque de documentation"

#~ msgid "command line option \"%s\" is valid for %s but not for %s"
#~ msgstr "l'option de la ligne de commande \"%s\" est valide pour %s mais pas pour %s"

#~ msgid "missing argument to \"%s\""

#~ msgid "argument to \"%s\" should be a non-negative integer"

#~ msgid "unrecognized command line option \"%s\""
#~ msgstr "option \"%s\" de la ligne de commande non reconnue"

#~ msgid "-Wuninitialized is not supported without -O"

#~ msgid "unrecognized register name \"%s\""
#~ msgstr "nom de registre non reconnue \"%s\""

#~ msgid "unknown tls-model \"%s\""
#~ msgstr "tls-model  \"%s\" inconnu"

#~ msgid "-fwritable-strings is deprecated; see documentation for details"

#~ msgid "%s: --param arguments should be of the form NAME=VALUE"

#~ msgid "invalid --param value `%s'"

#~ msgid "target system does not support debug output"

#~ msgid "debug format \"%s\" conflicts with prior selection"

#~ msgid "unrecognised debug output level \"%s\""
#~ msgstr "niveau de sortie de mise au point non reconnu \"%s\""

#~ msgid "debug output level %s is too high"

#~ msgid "The following options are language-independent:\n"

#~ msgid ""
#~ "The %s front end recognizes the following options:\n"
#~ "\n"
#~ msgstr ""
#~ "\n"

#~ msgid "The --param option recognizes the following as parameters:\n"

#~ msgid "invalid parameter `%s'"

#~ msgid "corrupted profile info: run_max * runs < sum_max"
#~ msgstr "profile info corrompu: run_max * runs < sum_max"

#~ msgid "corrupted profile info: sum_all is smaller than sum_max"
#~ msgstr "info profile corrompu: sum_all est plus petit que sum_max"

#~ msgid "corrupted profile info: edge from %i to %i exceeds maximal count"

#~ msgid "corrupted profile info: number of iterations for basic block %d thought to be %i"

#~ msgid "corrupted profile info: number of executions for edge %d-%d thought to be %i"

#~ msgid "%s: internal abort\n"
#~ msgstr "%s: abandon interne\n"

#~ msgid "%s: error writing file `%s': %s\n"

#~ msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"

#~ msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"

#~ msgid "%s: warning: no read access for file `%s'\n"

#~ msgid "%s: warning: no write access for file `%s'\n"

#~ msgid "%s: warning: no write access for dir containing `%s'\n"

#~ msgid "%s: invalid file name: %s\n"
#~ msgstr "%s: nom de fichier invalide: %s\n"

#~ msgid "%s: %s: can't get status: %s\n"

#~ msgid ""
#~ "\n"
#~ "%s: fatal error: aux info file corrupted at line %d\n"
#~ msgstr ""
#~ "\n"

#~ msgid "%s:%d: declaration of function `%s' takes different forms\n"

#~ msgid "%s: compiling `%s'\n"

#~ msgid "%s: wait: %s\n"
#~ msgstr "%s: en attente: %s\n"

#~ msgid "%s: subprocess got fatal signal %d\n"

#~ msgid "%s: %s exited with status %d\n"

#~ msgid "%s: warning: missing SYSCALLS file `%s'\n"

#~ msgid "%s: can't read aux info file `%s': %s\n"

#~ msgid "%s: can't get status of aux info file `%s': %s\n"

#~ msgid "%s: can't open aux info file `%s' for reading: %s\n"

#~ msgid "%s: error reading aux info file `%s': %s\n"

#~ msgid "%s: error closing aux info file `%s': %s\n"

#~ msgid "%s: can't delete aux info file `%s': %s\n"

#~ msgid "%s: can't delete file `%s': %s\n"

#~ msgid "%s: warning: can't rename file `%s' to `%s': %s\n"

#~ msgid "%s: conflicting extern definitions of '%s'\n"

#~ msgid "%s: declarations of '%s' will not be converted\n"

#~ msgid "%s: conflict list for '%s' follows:\n"

#~ msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"

#~ msgid "%s: %d: `%s' used but missing from SYSCALLS\n"

#~ msgid "%s: %d: warning: no extern definition for `%s'\n"

#~ msgid "%s: warning: no static definition for `%s' in file `%s'\n"

#~ msgid "%s: multiple static defs of `%s' in file `%s'\n"

#~ msgid "%s: %d: warning: source too confusing\n"
#~ msgstr "%s: %d: AVERTISSEMENT: trop de confusions dans le source\n"

#~ msgid "%s: %d: warning: varargs function declaration not converted\n"

#~ msgid "%s: declaration of function `%s' not converted\n"

#~ msgid "%s: warning: too many parameter lists in declaration of `%s'\n"

#~ msgid ""
#~ "\n"
#~ "%s: warning: too few parameter lists in declaration of `%s'\n"
#~ msgstr ""
#~ "\n"

#~ msgid "%s: %d: warning: found `%s' but expected `%s'\n"

#~ msgid "%s: local declaration for function `%s' not inserted\n"

#~ msgid ""
#~ "\n"
#~ "%s: %d: warning: can't add declaration of `%s' into macro call\n"
#~ msgstr ""
#~ "\n"

#~ msgid "%s: global declarations for file `%s' not inserted\n"

#~ msgid "%s: definition of function `%s' not converted\n"

#~ msgid "%s: %d: warning: definition of %s not converted\n"

#~ msgid "%s: found definition of `%s' at %s(%d)\n"

#~ msgid "%s: %d: warning: `%s' excluded by preprocessing\n"

#~ msgid "%s: function definition not converted\n"

#~ msgid "%s: `%s' not converted\n"

#~ msgid "%s: would convert file `%s'\n"

#~ msgid "%s: converting file `%s'\n"

#~ msgid "%s: can't get status for file `%s': %s\n"

#~ msgid "%s: can't open file `%s' for reading: %s\n"

#~ msgid ""
#~ "\n"
#~ "%s: error reading input file `%s': %s\n"
#~ msgstr ""
#~ "\n"

#~ msgid "%s: can't create/open clean file `%s': %s\n"

#~ msgid "%s: warning: file `%s' already saved in `%s'\n"

#~ msgid "%s: can't link file `%s' to `%s': %s\n"

#~ msgid "%s: can't create/open output file `%s': %s\n"

#~ msgid "%s: can't change mode of file `%s': %s\n"

#~ msgid "%s: cannot get working directory: %s\n"

#~ msgid "%s: input file names must have .c suffixes: %s\n"

#~ msgid "Didn't find a coloring.\n"

#~ msgid "output constraint %d must specify a single register"

#~ msgid "output constraint %d cannot be specified together with \"%s\" clobber"

#~ msgid "output regs must be grouped at top of stack"

#~ msgid "implicitly popped regs must be grouped at top of stack"

#~ msgid "output operand %d must use `&' constraint"

#~ msgid "can't use '%s' as a %s register"

#~ msgid "unknown register name: %s"
#~ msgstr "nom de registre inconnu: %s"

#~ msgid "global register variable follows a function definition"

#~ msgid "register used for two global register variables"

#~ msgid "call-clobbered register used for global register variable"

#~ msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"

#~ msgid "validate_value_data: Loop in regno chain (%u)"

#~ msgid "validate_value_data: [%u] Bad oldest_regno (%u)"

#~ msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"

#~ msgid "cannot reload integer constant operand in `asm'"

#~ msgid "impossible register constraint in `asm'"

#~ msgid "`&' constraint used with no register class"

#~ msgid "unable to generate reloads for:"

#~ msgid "inconsistent operand constraints in an `asm'"

#~ msgid "frame size too large for reliable stack checking"

#~ msgid "try reducing the number of local variables"

#~ msgid "can't find a register in class `%s' while reloading `asm'"

#~ msgid "unable to find a register to spill in class `%s'"

#~ msgid "this is the insn:"
#~ msgstr "ceci est le insn:"

#~ msgid "`asm' operand requires impossible reload"

#~ msgid "could not find a spill register"

#~ msgid "`asm' operand constraint incompatible with operand size"

#~ msgid "VOIDmode on an output"
#~ msgstr "mode VOID sur une sortie"

#~ msgid "output operand is constant in `asm'"

#~ msgid "unrecognizable insn:"
#~ msgstr "insn non reconnaissable:"

#~ msgid "insn does not satisfy its constraints:"

#~ msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"

#~ msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"

#~ msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"

#~ msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"

#~ msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"

#~ msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"

#~ msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"

#~ msgid "jump to `%s' invalidly jumps into binding contour"

#~ msgid "%Jlabel '%D' used before containing binding contour"

#~ msgid "output operand constraint lacks `='"

#~ msgid "output constraint `%c' for operand %d is not at the beginning"

#~ msgid "operand constraint contains incorrectly positioned '+' or '='"

#~ msgid "`%%' constraint used with last operand"

#~ msgid "matching constraint not valid in output operand"

#~ msgid "read-write constraint does not allow a register"

#~ msgid "input operand constraint contains `%c'"

#~ msgid "matching constraint references invalid operand number"

#~ msgid "invalid punctuation `%c' in constraint"

#~ msgid "matching constraint does not allow a register"
#~ msgstr "contrainte de concordance ne permet pas de reigstre"

#~ msgid "asm-specifier for variable `%s' conflicts with asm clobber list"

#~ msgid "unknown register name `%s' in `asm'"

#~ msgid "PIC register `%s' clobbered in `asm'"

#~ msgid "more than %d operands in `asm'"

#~ msgid "output number %d not directly addressable"
#~ msgstr "nombre de sortie %d n,est pas directement adressable"

#~ msgid "asm operand %d probably doesn't match constraints"

#~ msgid "use of memory input without lvalue in asm operand %d is deprecated"

#~ msgid "asm clobber conflict with output operand"

#~ msgid "asm clobber conflict with input operand"

#~ msgid "too many alternatives in `asm'"

#~ msgid "operand constraints for `asm' differ in number of alternatives"

#~ msgid "duplicate asm operand name '%s'"

#~ msgid "missing close brace for named operand"

#~ msgid "undefined named operand '%s'"

#~ msgid "%Hstatement with no effect"

#~ msgid "%Hvalue computed is not used"

#~ msgid "%Junused variable '%D'"

#~ msgid "%Hunreachable code at beginning of %s"

#~ msgid "enumeration value `%s' not handled in switch"

#~ msgid "case value `%ld' not in enumerated type"

#~ msgid "case value `%ld' not in enumerated type `%s'"

#~ msgid "switch missing default case"

#~ msgid "type size can't be explicitly evaluated"

#~ msgid "variable-size type declared outside of any function"

#~ msgid "%Jsize of '%D' is %d bytes"

#~ msgid "%Jsize of '%D' is larger than %d bytes"

#~ msgid "%Jpacked attribute causes inefficient alignment for '%D'"

#~ msgid "%Jpacked attribute is unnecessary for '%D'"

#~ msgid "%Jpadding struct to align '%D'"

#~ msgid "padding struct size to alignment boundary"

#~ msgid "packed attribute causes inefficient alignment for `%s'"

#~ msgid "packed attribute is unnecessary for `%s'"

#~ msgid "packed attribute causes inefficient alignment"

#~ msgid "packed attribute is unnecessary"

#~ msgid "__builtin_saveregs not supported by this target"

#~ msgid "cannot timevar_pop '%s' when top of timevars stack is '%s'"

#~ msgid ""
#~ "\n"
#~ "Execution times (seconds)\n"
#~ msgstr ""
#~ "\n"

#~ msgid " TOTAL                 :"
#~ msgstr " TOTAL                 :"

#~ msgid "time in %s: %ld.%06ld (%ld%%)\n"

#~ msgid "collect: reading %s\n"
#~ msgstr "collect: lecture de %s\n"

#~ msgid "collect: recompiling %s\n"
#~ msgstr "collect: recompilation de %s\n"

#~ msgid "collect: tweaking %s in %s\n"
#~ msgstr "collect: tordage de %s dans %s\n"

#~ msgid "collect: relinking\n"

#~ msgid "ld returned %d exit status"

# I18N
#~ msgid "%s "
#~ msgstr "%s "

# I18N
#~ msgid " %s"
#~ msgstr " %s"

#~ msgid "invalid option argument `%s'"

#~ msgid "getting core file size maximum limit: %m"
#~ msgstr "limite maximale obtenue de la taille du fichier de vidange (core file): %m"

#~ msgid "setting core file size limit to maximum: %m"
#~ msgstr "initialisation de la limite maximal de la taille du fichier de vidance (core file): %m"

#~ msgid "%J'%F' used but never defined"

#~ msgid "%J'%F' declared `static' but never defined"

#~ msgid "%J'%D' defined but not used"

#~ msgid "`%s' is deprecated (declared at %s:%d)"

#~ msgid "`%s' is deprecated"

#~ msgid "type is deprecated (declared at %s:%d)"

#~ msgid "type is deprecated"

#~ msgid "invalid register name `%s' for register variable"

#~ msgid "branch target register load optimization is not intended to be run twice"

#~ msgid ""
#~ "\n"
#~ "Target specific options:\n"
#~ msgstr ""
#~ "\n"

#~ msgid "  -m%-23s [undocumented]\n"

#~ msgid ""
#~ "\n"
#~ "There are undocumented target specific options as well.\n"
#~ msgstr ""
#~ "\n"

#~ msgid "  They exist, but they are not documented.\n"

#~ msgid "unrecognized gcc debugging option: %c"
#~ msgstr "option gcc de mise au point non reconnue: %c"

#~ msgid "invalid option `%s'"

#~ msgid ""
#~ "%s%s%s version %s (%s)\n"
#~ "%s\tcompiled by GNU C version %s.\n"
#~ "%s%s%s version %s (%s) compiled by CC.\n"
#~ msgstr ""
#~ "%s%s%s version %s (%s)\n"

#~ msgid "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
#~ msgstr "heuristiques %s%sGGC: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"

#~ msgid "options passed: "

#~ msgid "options enabled: "

#~ msgid "can't open %s for writing: %m"

#~ msgid "created and used with different settings of -fpic"

#~ msgid "created and used with different settings of -fpie"

#~ msgid "created and used with differing settings of `-m%s'"

#~ msgid "out of memory"

#~ msgid "instruction scheduling not supported on this target machine"

#~ msgid "this target machine does not have delayed branches"

#~ msgid "-f%sleading-underscore not supported on this target machine"

#~ msgid "target system does not support the \"%s\" debug format"

#~ msgid "-ffunction-sections not supported for this target"

#~ msgid "-fdata-sections not supported for this target"

#~ msgid "-ffunction-sections disabled; it makes profiling impossible"

#~ msgid "-fprefetch-loop-arrays not supported for this target"

#~ msgid "-fprefetch-loop-arrays not supported for this target (try -march switches)"

#~ msgid "-fprefetch-loop-arrays is not supported with -Os"

#~ msgid "-ffunction-sections may affect debugging on some targets"
#~ msgstr "-ffunction-sections peut affecter la mise au point sur quelques machines cibles."

#~ msgid "error writing to %s: %m"

#~ msgid "error closing %s: %m"
#~ msgstr "erreur de fermeture %s: %m"

#~ msgid "could not open dump file `%s'"

#~ msgid "ignoring unknown option `%.*s' in `-fdump-%s'"

#~ msgid "%Jfunction '%F' can never be inlined because it uses alloca (override using the always_inline attribute)"

#~ msgid "%Jfunction '%F' can never be inlined because it uses setjmp"

#~ msgid "%Jfunction '%F' can never be inlined because it uses variable argument lists"

#~ msgid "%Jfunction '%F' can never be inlined because it uses setjmp-longjmp exception handling"

#~ msgid "%Jfunction '%F' can never be inlined because it contains a nested function"

#~ msgid "%Jfunction '%F' can never be inlined because it contains a computed goto"

#~ msgid "%Jfunction '%F' can never be inlined because it contains a nonlocal goto"

#~ msgid "%Jfunction '%F' can never be inlined because it uses variable sized variables"

#~ msgid "%Jinlining failed in call to '%F': %s"

#~ msgid "%Jsize of return value of '%D' is %u bytes"

#~ msgid "%Jsize of return value of '%D' is larger than %wd bytes"

#~ msgid "arrays of functions are not meaningful"
#~ msgstr "tableaux de fonctions n'a pas grand sens"

#~ msgid "function return type cannot be function"

#~ msgid "invalid initializer for bit string"

#~ msgid "tree check: expected %s, have %s in %s, at %s:%d"

#~ msgid "tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"

#~ msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"

#~ msgid "tree check: accessed operand %d of %s with %d operands in %s, at %s:%d"

#~ msgid "%J%D causes a section type conflict"
#~ msgstr "%J%D cause un conflit du type de section"

#~ msgid "%Jregister name not specified for '%D'"

#~ msgid "%Jinvalid register name for '%D'"

#~ msgid "%Jdata type of '%D' isn't suitable for a register"

#~ msgid "%Jregister specified for '%D' isn't suitable for data type"

#~ msgid "global register variable has initial value"
#~ msgstr "variable globale registre a une valeur initiale"

#~ msgid "volatile register variables don't work as you might wish"
#~ msgstr "variables resgistres volatiles ne fonctionne pas comme vous le souhaiteriez"

#~ msgid "%Jregister name given for non-register variable '%D'"

#~ msgid "%Jstorage size of `%D' isn't known"

#~ msgid "%Jalignment of '%D' is greater than maximum object file alignment.  Using %d"

#~ msgid "thread-local COMMON data not implemented"

#~ msgid "%Jrequested alignment for '%D' is greater than implemented alignment of %d"

#~ msgid "initializer for integer value is too complicated"

#~ msgid "initializer for floating value is not a floating constant"

#~ msgid "unknown set constructor type"
#~ msgstr "type de jeu de constructeurs inconnu"

#~ msgid "invalid initial value for member `%s'"

#~ msgid "%Jweak declaration of '%D' must precede definition"

#~ msgid "%Jweak declaration of '%D' after first use results in unspecified behavior"

#~ msgid "%Jweak declaration of '%D' must be public"

#~ msgid "%Jweak declaration of '%D' not supported"

#~ msgid "only weak aliases are supported in this configuration"

#~ msgid "alias definitions not supported in this configuration; ignored"

#~ msgid "visibility attribute not supported in this configuration; ignored"

#~ msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"

#~ msgid "underflowed virtual array %s in %s, at %s:%d"

#~ msgid "no sclass for %s stab (0x%x)\n"
#~ msgstr "pas de sclass pour le stab %s (0x%x)\n"

#~ msgid "fatal error: "
#~ msgstr "erreur fatale: "

#~ msgid "internal compiler error: "
#~ msgstr "erreur interne du compilateur: "

#~ msgid "sorry, unimplemented: "

#~ msgid "anachronism: "
#~ msgstr "anachronisme: "

#~ msgid "note: "
#~ msgstr "note: "

#~ msgid "debug: "
#~ msgstr "mise au point: "

#~ msgid "The maximum number of instructions in a single function eligible for inlining"

#~ msgid "The maximum number of instructions when automatically inlining"
#~ msgstr "Le nombre maximum d'instructions lorsqu'automatiquement de type enligne"

#~ msgid "The maximum number of instructions for the RTL inliner"
#~ msgstr "Le nombre maximum d'instructions pour la fonction d'enlignage RTL"

#~ msgid "The maximum number of instructions to consider to fill a delay slot"

#~ msgid "The maximum number of instructions to consider to find accurate live register information"

#~ msgid "The maximum length of scheduling's pending operations list"

#~ msgid "The size of function body to be considered large"

#~ msgid "Maximal growth due to inlining of large function (in percent)"
#~ msgstr "Croissance maximal en raison de l'enlignage d'une grande fonction (en pourcent)"

#~ msgid "how much can given compilation unit grow because of the inlining (in percent)"

#~ msgid "The maximum amount of memory to be allocated by GCSE"

#~ msgid "The maximum number of passes to make when doing GCSE"

#~ msgid "The maximum number of instructions to consider to unroll in a loop"

#~ msgid "The maximum number of instructions to consider to unroll in a loop on average"

#~ msgid "The maximum number of unrollings of a single loop"

#~ msgid "The maximum number of insns of a peeled loop"

#~ msgid "The maximum number of peelings of a single loop"

#~ msgid "The maximum number of insns of a completely peeled loop"

#~ msgid "The maximum number of peelings of a single loop that is peeled completely"

#~ msgid "The maximum number of insns of a peeled loop that rolls only once"

#~ msgid "The maximum number of insns of an unswitched loop"
#~ msgstr "Le nombre maximum d'insns d'une boucle sans branchement"

#~ msgid "The maximum number of unswitchings in a single loop"
#~ msgstr "Le nombre maximum de non branchement dans une boucle simple"

#~ msgid "Select fraction of the maximal count of repetitions of basic block in program given basic block needs to have to be considered hot"

#~ msgid "Select fraction of the maximal frequency of executions of basic block in function given basic block needs to have to be considered hot"

#~ msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is available"

#~ msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is not available"

#~ msgid "Maximal code growth caused by tail duplication (in percent)"
#~ msgstr "Croissance maximal du code en raison de duplication de queue (en pourcent)"

#~ msgid "Stop reverse growth if the reverse probability of best edge is less than this threshold (in percent)"

#~ msgid "Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is available"

#~ msgid "Stop forward growth if the probability of best edge is less than this threshold (in percent). Used when profile feedback is not available"

#~ msgid "The maximum number of incoming edges to consider for crossjumping"

#~ msgid "The maximum length of path considered in cse"

#~ msgid "The maximum memory locations recorded by cselib"

#~ msgid "Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the heap"
#~ msgstr "L'expansion minimale des tas pour lancer la collecte des rebuts, en pourcentage de la taille totale du tas."

#~ msgid "Minimum heap size before we start collecting garbage, in kilobytes"
#~ msgstr "La taille minimale du tas avant de lancer la collecte des rebuts, en kilo-octets."

#~ msgid "The maximum number of instructions to search backward when looking for equivalent reload"

#~ msgid "too many #pragma options align=reset"
#~ msgstr "trop d'options pour #pragma pour align=reset"

#~ msgid "malformed '#pragma options', ignoring"

#~ msgid "junk at end of '#pragma options'"

#~ msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"

#~ msgid "missing '(' after '#pragma unused', ignoring"

#~ msgid "missing ')' after '#pragma unused', ignoring"

#~ msgid "junk at end of '#pragma unused'"

#~ msgid "internal and protected visibility attributes not supportedin this configuration; ignored"

#~ msgid "-msystem-v and -p are incompatible"
#~ msgstr "-msystem-v et -p sont incompatibles"

#~ msgid "-msystem-v and -mthreads are incompatible"
#~ msgstr "-msystem-v et -mthreads sont incompatibles"

#~ msgid "profiler support for WindISS"
#~ msgstr "support du profileur pour WindISS"

#~ msgid "-f%s ignored for Unicos/Mk (not supported)"

#~ msgid "-mieee not supported on Unicos/Mk"

#~ msgid "-mieee-with-inexact not supported on Unicos/Mk"

#~ msgid "bad value `%s' for -mtrap-precision switch"

#~ msgid "bad value `%s' for -mfp-rounding-mode switch"

#~ msgid "bad value `%s' for -mfp-trap-mode switch"

#~ msgid "bad value `%s' for -mtls-size switch"

#~ msgid "bad value `%s' for -mcpu switch"

#~ msgid "trap mode not supported on Unicos/Mk"

#~ msgid "fp software completion requires -mtrap-precision=i"

#~ msgid "rounding mode not supported for VAX floats"

#~ msgid "trap mode not supported for VAX floats"

#~ msgid "128-bit long double not supported for VAX floats"

#~ msgid "L%d cache latency unknown for %s"
#~ msgstr "latence de la cache L%d inconnue pour %s"

#~ msgid "bad value `%s' for -mmemory-latency"

#~ msgid "invalid %%H value"
#~ msgstr "valeur %%H invalide"

#~ msgid "invalid %%J value"
#~ msgstr "valeur %%J invalide"

#~ msgid "invalid %%r value"
#~ msgstr "valeur %%r invalide"

#~ msgid "invalid %%R value"
#~ msgstr "valeur %%R invalide"

#~ msgid "invalid %%N value"
#~ msgstr "valeur %%N invalide"

#~ msgid "invalid %%P value"
#~ msgstr "valeur %%P invalide"

#~ msgid "invalid %%h value"
#~ msgstr "valeur %%h invalide"

#~ msgid "invalid %%L value"
#~ msgstr "valeur %%L invalide"

#~ msgid "invalid %%m value"
#~ msgstr "valeur %%m invalide"

#~ msgid "invalid %%M value"
#~ msgstr "valeur %%M invalide"

#~ msgid "invalid %%U value"
#~ msgstr "valeur %%U invalide"

#~ msgid "invalid %%s value"
#~ msgstr "valeur %%s invalide"

#~ msgid "invalid %%C value"
#~ msgstr "valeur %%C invalide"

#~ msgid "invalid %%E value"
#~ msgstr "valeur %%E invalide"

#~ msgid "unknown relocation unspec"
#~ msgstr "relocalisation unspec inconnue"

#~ msgid "invalid %%xn code"
#~ msgstr "valeur %%xn invalide"

#~ msgid "bad builtin fcode"

#~ msgid "Use hardware fp"

#~ msgid "Do not use hardware fp"

#~ msgid "Use fp registers"
#~ msgstr "Utiliser les registres FP"

#~ msgid "Do not use fp registers"
#~ msgstr "Ne pas utiliser les registres FP"

#~ msgid "Do not assume GAS"

#~ msgid "Assume GAS"

#~ msgid "Request IEEE-conformant math library routines (OSF/1)"

#~ msgid "Emit IEEE-conformant code, without inexact exceptions"
#~ msgstr "Produire du code conforme IEEE, sans exceptions inexactes"

#~ msgid "Emit IEEE-conformant code, with inexact exceptions"
#~ msgstr "Produire du code conforme IEEE, avec exceptions inexactes"

#~ msgid "Do not emit complex integer constants to read-only memory"

#~ msgid "Use VAX fp"
#~ msgstr "Utiliser les registres FP sur VAX"

#~ msgid "Do not use VAX fp"
#~ msgstr "Ne pas utiliser les registres FP sur VAX"

#~ msgid "Emit code for the byte/word ISA extension"
#~ msgstr "Produire du code pour les octets/mots des extensions ISA"

#~ msgid "Emit code for the motion video ISA extension"

#~ msgid "Emit code for the fp move and sqrt ISA extension"

#~ msgid "Emit code for the counting ISA extension"
#~ msgstr "Produire du code pour les extensions ISA de comptage"

#~ msgid "Emit code using explicit relocation directives"
#~ msgstr "Produire du code utilisant des directives explicites de relocalisation"

#~ msgid "Emit 16-bit relocations to the small data areas"

#~ msgid "Emit 32-bit relocations to the small data areas"

#~ msgid "Emit direct branches to local functions"
#~ msgstr "Omettre le branchement direct aux fonctions locales"

#~ msgid "Emit rdval instead of rduniq for thread pointer"
#~ msgstr "Produire rdval au lieu de rduniq pour le pointeur de thread"

#~ msgid "Use 128-bit long double"
#~ msgstr "Utiliser un long double de 128 bits"

#~ msgid "Use 64-bit long double"
#~ msgstr "Utiliser un long double de 64 bits"

#~ msgid "Use features of and schedule given CPU"

#~ msgid "Schedule given CPU"

#~ msgid "Control the generated fp rounding mode"

#~ msgid "Control the IEEE trap mode"

#~ msgid "Control the precision given to fp exceptions"

#~ msgid "Specify bit size of immediate TLS offsets"

#~ msgid "bad value (%s) for -mcpu switch"

#~ msgid "argument of `%s' attribute is not a string constant"

#~ msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""

#~ msgid "invalid operand to %%R code"

#~ msgid "invalid operand to %%H/%%L code"

#~ msgid "invalid operand to %%U code"

#~ msgid "invalid operand to %%V code"

#~ msgid "invalid operand output code"

#~ msgid "switch -mcpu=%s conflicts with -march= switch"
#~ msgstr "l'option -mcpu=%s est en conflit avec l'option -march= "

#~ msgid "bad value (%s) for %s switch"

#~ msgid "target CPU does not support APCS-32"
#~ msgstr "le processeur cible ne supporte pas APCS-32"

#~ msgid "target CPU does not support APCS-26"
#~ msgstr "le processeur cible ne supporte pas APCS-26"

#~ msgid "target CPU does not support interworking"

#~ msgid "target CPU does not support THUMB instructions"
#~ msgstr "le processeur cible ne supporte pas les instructions THUMB"

#~ msgid "future releases of GCC will not support -mapcs-26"
#~ msgstr "les prochaines versions de GCC ne supporteront pas -mapcs-26"

#~ msgid "enabling backtrace support is only meaningful when compiling for the Thumb"

#~ msgid "enabling callee interworking support is only meaningful when compiling for the Thumb"

#~ msgid "enabling caller interworking support is only meaningful when compiling for the Thumb"

#~ msgid "interworking forces APCS-32 to be used"

#~ msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
#~ msgstr "-mapcs-stack-check incompatible avec -mno-apcs-frame"

#~ msgid "-fpic and -mapcs-reent are incompatible"
#~ msgstr "-fpic et -mapcs-reent sont incompatibles"

#~ msgid "APCS reentrant code not supported.  Ignored"

#~ msgid "-g with -mno-apcs-frame may not give sensible debugging"

#~ msgid "passing floating point arguments in fp regs not yet supported"

#~ msgid "invalid floating point emulation option: -mfpe-%s"

#~ msgid "-mfpe switch not supported by ep9312 target cpu - ignored."

#~ msgid "structure size boundary can only be set to 8 or 32"

#~ msgid "-mpic-register= is useless without -fpic"
#~ msgstr "-mpic-register= est inutile sans -fpic"

#~ msgid "unable to use '%s' for PIC register"

#~ msgid "`%s' attribute only applies to functions"

#~ msgid "unable to compute real location of stacked parameter"

#~ msgid "selector must be an immediate"

#~ msgid "mask must be an immediate"

#~ msgid "no low registers available for popping high registers"
#~ msgstr "pas de registre bas disponible pour faire ressortir les registres du haut"

#~ msgid "interrupt Service Routines cannot be coded in Thumb mode"

#~ msgid "%Jinitialized variable '%D' is marked dllimport"

#~ msgid "%Jstatic variable '%D' is marked dllimport"

#~ msgid "Generate APCS conformant stack frames"

#~ msgid "Store function names in object code"
#~ msgstr "Sotcker les noms de fonctions dans le code objet"

#~ msgid "Use the 32-bit version of the APCS"
#~ msgstr "Utilise la version 32 bts de APCS"

#~ msgid "Pass FP arguments in FP registers"
#~ msgstr "Passer les arguments FP par les registres FP"

#~ msgid "Generate re-entrant, PIC code"

#~ msgid "The MMU will trap on unaligned accesses"

#~ msgid "Use library calls to perform FP operations"

#~ msgid "Use hardware floating point instructions"

#~ msgid "Assume target CPU is configured as big endian"

#~ msgid "Assume target CPU is configured as little endian"

#~ msgid "Assume big endian bytes, little endian words"

#~ msgid "Support calls between Thumb and ARM instruction sets"
#~ msgstr "Supporter les appels des jeux d'instructions THUMB et ARM"

#~ msgid "Generate a call to abort if a noreturn function returns"

#~ msgid "Do not move instructions into a function's prologue"

#~ msgid "Do not load the PIC register in function prologues"
#~ msgstr "Ne pas charger le registre PIC dans les prologue de fonction"

#~ msgid "Generate call insns as indirect calls, if necessary"

#~ msgid "Compile for the Thumb not the ARM"
#~ msgstr "Compiler pour le THUMB et non pas le ARM"

#~ msgid "Thumb: Generate (non-leaf) stack frames even if not needed"

#~ msgid "Thumb: Generate (leaf) stack frames even if not needed"

#~ msgid "Thumb: Assume non-static functions may be called from ARM code"

#~ msgid "Thumb: Assume function pointers may go to non-Thumb aware code"

#~ msgid "Cirrus: Place NOPs to avoid invalid instruction combinations"

#~ msgid "Cirrus: Do not break up invalid instruction combinations with NOPs"
#~ msgstr "Cirrus: ne pas briser la combinaison d'instructions invalides avec des NOP"

#~ msgid "Specify the name of the target CPU"

#~ msgid "Specify the name of the target architecture"

#~ msgid "Specify the version of the floating point emulator"

#~ msgid "Specify the minimum bit alignment of structures"

#~ msgid "Specify the register to be used for PIC addressing"

#~ msgid "Ignore dllimport attribute for functions"
#~ msgstr "Ignorer l'attribut dllimport pour les fonctions"

#~ msgid "large frame pointer change (%d) with -mtiny-stack"
#~ msgstr "grand pointeur de trames change (%d) avec -mtiny-stack"

#~ msgid "bad address, not (reg+disp):"

#~ msgid "internal compiler error.  Bad address:"

#~ msgid "internal compiler error.  Unknown mode:"
#~ msgstr "erreur internal du compilateur. Mode inconnu:"

#~ msgid "invalid insn:"
#~ msgstr "insn invalide:"

#~ msgid "incorrect insn:"
#~ msgstr "insn incoorect:"

#~ msgid "unknown move insn:"

#~ msgid "bad shift insn:"

#~ msgid "internal compiler error.  Incorrect shift:"

#~ msgid "only initialized variables can be placed into program memory area"

#~ msgid "only uninitialized variables can be placed in the .noinit section"

#~ msgid "MCU `%s' supported for assembler only"

#~ msgid "Assume int to be 8 bit integer"

#~ msgid "Change the stack pointer without disabling interrupts"

#~ msgid "Use subroutines for function prologue/epilogue"
#~ msgstr "Utiliser des sous-routines pour le prologue/epilogue de fonction"

#~ msgid "Change only the low 8 bits of the stack pointer"
#~ msgstr "Changer seulement les 8 bits du bas du pointeur de pile"

#~ msgid "Do not generate tablejump insns"

#~ msgid "Use rjmp/rcall (limited range) on >8K devices"

#~ msgid "Output instruction sizes to the asm file"
#~ msgstr "Produire les tailles d'instructions dans le fichier asm"

#~ msgid "Specify the initial stack address"

#~ msgid "Specify the MCU name"

#~ msgid "trampolines not supported"

#~ msgid "missing '(' after '#pragma %s' - ignored"

#~ msgid "missing function name in '#pragma %s' - ignored"

#~ msgid "malformed '#pragma %s' - ignored"

#~ msgid "missing section name in '#pragma %s' - ignored"

#~ msgid "missing ')' for '#pragma %s' - ignored"

#~ msgid "junk at end of '#pragma %s'"

#~ msgid "unknown CPU version %d, using 40.\n"

#~ msgid "ISR %s requires %d words of local vars, max is 32767"
#~ msgstr "ISR %s requiert %d mots de var. locales, max est 32767."

#~ msgid "using CONST_DOUBLE for address"

#~ msgid "c4x_address_cost: Invalid addressing mode"
#~ msgstr "c4x_address_cost: mode d'adressage invalide"

#~ msgid "c4x_print_operand: %%L inconsistency"
#~ msgstr "c4x_print_operand: %%L inconsistent"

#~ msgid "c4x_print_operand: %%N inconsistency"
#~ msgstr "c4x_print_operand: %%N inconsistent"

#~ msgid "c4x_print_operand: %%O inconsistency"
#~ msgstr "c4x_print_operand: %%O inconsisten"

#~ msgid "c4x_print_operand: Bad operand case"

#~ msgid "c4x_print_operand_address: Bad post_modify"

#~ msgid "c4x_print_operand_address: Bad pre_modify"

#~ msgid "c4x_print_operand_address: Bad operand case"

#~ msgid "c4x_rptb_insert: Cannot find start label"

#~ msgid "mode not QImode"
#~ msgstr "mode n'est pas QImode"

#~ msgid "invalid indirect memory address"

#~ msgid "invalid indirect (S) memory address"

#~ msgid "c4x_valid_operands: Internal error"
#~ msgstr "c4x_valid_operands: erreur interne"

#~ msgid "c4x_operand_subword: invalid mode"
#~ msgstr "c4x_oprande_subword: mode invalide"

#~ msgid "c4x_operand_subword: invalid operand"

#~ msgid "c4x_operand_subword: invalid autoincrement"
#~ msgstr "c4x_operand_subword: autoincrement invalide"

#~ msgid "c4x_operand_subword: invalid address"
#~ msgstr "c4x_operand_subword: adresse invalide"

#~ msgid "c4x_operand_subword: address not offsettable"

#~ msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"

#~ msgid "Small memory model"

#~ msgid "Big memory model"

#~ msgid "Use MPYI instruction for C3x"
#~ msgstr "Utiliser les instructions MPYI pour C3x"

#~ msgid "Do not use MPYI instruction for C3x"
#~ msgstr "Ne pas utiliser les instructions MPYI pour C3x"

#~ msgid "Use fast but approximate float to integer conversion"

#~ msgid "Use slow but accurate float to integer conversion"

#~ msgid "Enable use of RTPS instruction"
#~ msgstr "Autoriser l'utilisation de l'instruction RTPS"

#~ msgid "Disable use of RTPS instruction"
#~ msgstr "Interdire l'utilisation de l'instruction RTPS"

#~ msgid "Enable use of RTPB instruction"
#~ msgstr "Autoriser l'utilisation de l'instruction RTPB"

#~ msgid "Disable use of RTPB instruction"
#~ msgstr "Interdire l'utilisation de l'instruction RTPB"

#~ msgid "Generate code for C30 CPU"

#~ msgid "Generate code for C31 CPU"

#~ msgid "Generate code for C32 CPU"

#~ msgid "Generate code for C33 CPU"

#~ msgid "Generate code for C40 CPU"

#~ msgid "Generate code for C44 CPU"

#~ msgid "Emit code compatible with TI tools"
#~ msgstr "Produire du code compatible avec les outils TI"

#~ msgid "Emit code to use GAS extensions"
#~ msgstr "Produire du code pour utiliser les extensions GAS"

#~ msgid "Save DP across ISR in small memory model"

#~ msgid "Don't save DP across ISR in small memory model"

#~ msgid "Pass arguments on the stack"
#~ msgstr "Passer les arguments sur la pile"

#~ msgid "Pass arguments in registers"
#~ msgstr "Passer les arguments par les registres"

#~ msgid "Enable new features under development"

#~ msgid "Disable new features under development"

#~ msgid "Use the BK register as a general purpose register"

#~ msgid "Do not allocate BK register"
#~ msgstr "Ne pas allouer de registre BK"

#~ msgid "Enable use of DB instruction"
#~ msgstr "Activer l'utilisation d'instruction DB"

#~ msgid "Disable use of DB instruction"

#~ msgid "Enable debugging"
#~ msgstr "Permettre la mise au point"

#~ msgid "Disable debugging"

#~ msgid "Force constants into registers to improve hoisting"

#~ msgid "Don't force constants into registers"
#~ msgstr "Ne pas forcer les constantes dans les registres"

#~ msgid "Force RTL generation to emit valid 3 operand insns"

#~ msgid "Allow RTL generation to emit invalid 3 operand insns"

#~ msgid "Allow unsigned iteration counts for RPTB/DB"

#~ msgid "Disallow unsigned iteration counts for RPTB/DB"

#~ msgid "Preserve all 40 bits of FP reg across call"

#~ msgid "Only preserve 32 bits of FP reg across call"

#~ msgid "Enable parallel instructions"

#~ msgid "Disable parallel instructions"

#~ msgid "Enable MPY||ADD and MPY||SUB instructions"
#~ msgstr "Autoriser les instructions MPY||ADD et MPY||SUB"

#~ msgid "Disable MPY||ADD and MPY||SUB instructions"
#~ msgstr "Interdire les instructions MPY||ADD et MPY||SUB"

#~ msgid "Assume that pointers may be aliased"

#~ msgid "Assume that pointers not aliased"

#~ msgid "Specify maximum number of iterations for RPTS"

#~ msgid "Select CPU to generate code for"

#~ msgid "unexpected index-type in cris_print_index"
#~ msgstr "type d'index inattendu dans cris_print_index"

#~ msgid "unexpected base-type in cris_print_base"
#~ msgstr "type de base inattendu dans cris_print_base"

#~ msgid "stackframe too big: %d bytes"
#~ msgstr "trame de pile trop grande: %d octets"

#~ msgid "allocated but unused delay list in epilogue"

#~ msgid "unexpected function type needing stack adjustment for __builtin_eh_return"

#~ msgid "invalid operand for 'b' modifier"

#~ msgid "invalid operand for 'v' modifier"

#~ msgid "invalid operand for 'P' modifier"

#~ msgid "invalid operand for 'p' modifier"

#~ msgid "invalid operand for 'z' modifier"

#~ msgid "invalid operand for 'H' modifier"

#~ msgid "bad register"

#~ msgid "invalid operand for 'e' modifier"

#~ msgid "invalid operand for 'm' modifier"

#~ msgid "invalid operand for 'A' modifier"

#~ msgid "invalid operand for 'D' modifier"

#~ msgid "invalid operand for 'T' modifier"

#~ msgid "invalid operand modifier letter"

#~ msgid "internal error: bad register: %d"

#~ msgid "unexpected multiplicative operand"

#~ msgid "unexpected operand"

#~ msgid "unrecognized address"
#~ msgstr "adresse non reconnue"

#~ msgid "internal error: sideeffect-insn affecting main effect"
#~ msgstr "erreur interne: effet de bord de insn sideeffect-insn ayant un effet principal"

#~ msgid "internal error: cris_side_effect_mode_ok with bad operands"

#~ msgid "unrecognized supposed constant"

#~ msgid "unrecognized supposed constant in cris_global_pic_symbol"

#~ msgid "-max-stackframe=%d is not usable, not between 0 and %d"
#~ msgstr "-max-stackframe=%d n'est pas utilisable, n'est pas entre 0 et %d"

#~ msgid "unknown CRIS version specification in -march= or -mcpu= : %s"

#~ msgid "unknown CRIS cpu version specification in -mtune= : %s"

#~ msgid "-fPIC and -fpic are not supported in this configuration"

#~ msgid "that particular -g option is invalid with -maout and -melinux"

#~ msgid "unexpected side-effects in address"
#~ msgstr "effets de bord inattendue dans l'adresse"

#~ msgid "unexpected PIC symbol"
#~ msgstr "symbole PIC inattendue"

#~ msgid "PIC register isn't set up"

#~ msgid "unexpected address expression"
#~ msgstr "expression d'adresse inattendue"

#~ msgid "emitting PIC operand, but PIC register isn't set up"

#~ msgid "unexpected NOTE as addr_const:"
#~ msgstr "NOTE inattendu comme addr_conts:"

#~ msgid "Compile for the MMU-less Etrax 100-based elinux system"

#~ msgid "For elinux, request a specified stack-size for this program"

#~ msgid "Work around bug in multiplication instruction"
#~ msgstr "Travailler autour de l'anomalie dans l'instructions de multiplication"

#~ msgid "Compile for ETRAX 4 (CRIS v3)"

#~ msgid "Compile for ETRAX 100 (CRIS v8)"
#~ msgstr "Compile pour ETRAX 100 (CRIS v8)"

#~ msgid "Emit verbose debug information in assembly code"

#~ msgid "Do not use condition codes from normal instructions"
#~ msgstr "Ne pas utiliser du code conditionnel pour des instructions normales"

#~ msgid "Do not emit addressing modes with side-effect assignment"
#~ msgstr "Ne pas produire de modes d'adressage avec des affectations avec effet de bord"

#~ msgid "Do not tune stack alignment"
#~ msgstr "Ne pas ajuster l'alignement de la pile"

#~ msgid "Do not tune writable data alignment"

#~ msgid "Do not tune code and read-only data alignment"

#~ msgid "Align code and data to 32 bits"

#~ msgid "Don't align items in code or data"

#~ msgid "Do not emit function prologue or epilogue"

#~ msgid "Use the most feature-enabling options allowed by other options"
#~ msgstr "Utiliser le plus d'options autorisant autorisant des options permises par les autres options"

#~ msgid "Override -mbest-lib-options"

#~ msgid "Generate code for the specified chip or CPU version"

#~ msgid "Tune alignment for the specified chip or CPU version"

#~ msgid "Warn when a stackframe is larger than the specified size"

#~ msgid "no FUNCTION_PROFILER for CRIS"
#~ msgstr "pas de FUNCTION_PROFILER pour CRIS"

#~ msgid "Together with -fpic and -fPIC, do not use GOTPLT references"

#~ msgid "bad modes_tieable_p for register %s, mode1 %s, mode2 %s"

#~ msgid "bad insn to d30v_print_operand_address:"

#~ msgid "bad insn to d30v_print_operand_memory_reference:"

#~ msgid "bad insn to d30v_print_operand, 'f' modifier:"

#~ msgid "bad insn to d30v_print_operand, 'A' modifier:"

#~ msgid "bad insn to d30v_print_operand, 'M' modifier:"

#~ msgid "bad insn to print_operand, 'F' or 'T' modifier:"

#~ msgid "bad insn to print_operand, 'B' modifier:"

#~ msgid "bad insn to print_operand, 'E' modifier:"

#~ msgid "bad insn to print_operand, 'R' modifier:"

#~ msgid "bad insn to print_operand, 's' modifier:"

#~ msgid "bad insn in d30v_print_operand, 0 case"

#~ msgid "d30v_emit_comparison"
#~ msgstr "d30v_emit_comparison"

#~ msgid "bad call to d30v_move_2words"

#~ msgid "Enable use of conditional move instructions"
#~ msgstr "Autoriser l'utilisation des instructions conditionnelles move"

#~ msgid "Disable use of conditional move instructions"
#~ msgstr "Interdire l'utilisation des instructions conditionnelles move"

#~ msgid "Debug argument support in compiler"
#~ msgstr "Mettre au point le support d'argument dans le compilateur"

#~ msgid "Debug stack support in compiler"
#~ msgstr "Mettre au point le support de la pile dans le compilateur"

#~ msgid "Debug memory address support in compiler"
#~ msgstr "Mettre au point le support d'adresses dans le compilateur"

#~ msgid "Make adjacent short instructions parallel if possible"

#~ msgid "Do not make adjacent short instructions parallel"

#~ msgid "Link programs/data to be in external memory by default"

#~ msgid "Link programs/data to be in onchip memory by default"

#~ msgid "Change the branch costs within the compiler"

#~ msgid "Change the threshold for conversion to conditional execution"

#~ msgid "stack size > 32k"
#~ msgstr "taille de la pile > 32k"

#~ msgid "invalid addressing mode"
#~ msgstr "mode d'adressage invalide"

#~ msgid "bad register extension code"

#~ msgid "invalid offset in ybase addressing"

#~ msgid "invalid register in ybase addressing"
#~ msgstr "registre invalide dans l'adressage ybase"

#~ msgid "invalid shift operator in emit_1600_core_shift"

#~ msgid "invalid mode for gen_tst_reg"
#~ msgstr "mode invalide pour gen_tst_reg"

#~ msgid "invalid mode for integer comparison in gen_compare_reg"
#~ msgstr "mode invalide pour la comparaison d'entiers dans gen_compare_reg"

#~ msgid "Pass parameters in registers (default)"

#~ msgid "Don't pass parameters in registers"

#~ msgid "Generate code for near calls"

#~ msgid "Don't generate code for near calls"

#~ msgid "Generate code for near jumps"

#~ msgid "Don't generate code for near jumps"

#~ msgid "Generate code for a bit-manipulation unit"

#~ msgid "Don't generate code for a bit-manipulation unit"

#~ msgid "Generate code for memory map1"

#~ msgid "Generate code for memory map2"

#~ msgid "Generate code for memory map3"

#~ msgid "Generate code for memory map4"

#~ msgid "Ouput extra code for initialized data"

#~ msgid "Don't let reg. allocator use ybase registers"
#~ msgstr "Ne pas laisser l'allocateur de registres utiliser les registres ybase"

#~ msgid "Output extra debug info in Luxworks environment"

#~ msgid "Save temp. files in Luxworks environment"
#~ msgstr "Sauvegarder les fichiers temporaires dans l'environnement Luxworks"

#~ msgid "Specify alternate name for text section"

#~ msgid "Specify alternate name for data section"

#~ msgid "Specify alternate name for bss section"

#~ msgid "Specify alternate name for constant section"

#~ msgid "Specify alternate name for dsp16xx chip"

#~ msgid "profiling not implemented yet"

#~ msgid "trampolines not yet implemented"

#~ msgid "fr30_print_operand_address: unhandled address"

#~ msgid "fr30_print_operand: unrecognized %%p code"
#~ msgstr "fr30_print_operand: code %%p non reconnue"

#~ msgid "fr30_print_operand: unrecognized %%b code"
#~ msgstr "fr30_print_operand: code %%b non reconnue"

#~ msgid "fr30_print_operand: unrecognized %%B code"
#~ msgstr "fr30_print_operand: code %%B non reconnu"

#~ msgid "fr30_print_operand: invalid operand to %%A code"

#~ msgid "fr30_print_operand: invalid %%x code"
#~ msgstr "fr30_print_operand: code %%x invalide"

#~ msgid "fr30_print_operand: invalid %%F code"
#~ msgstr "fr30_print_operand: code %%F invalide"

#~ msgid "fr30_print_operand: unknown code"
#~ msgstr "fr30_print_operand: code inconnu"

#~ msgid "fr30_print_operand: unhandled MEM"

#~ msgid "Assume small address space"

#~ msgid "Unknown cpu: -mcpu=%s"
#~ msgstr "Processeur inconnu : -mcpu=%s"

#~ msgid "-fpic and -gdwarf are incompatible (-fpic and -g/-gdwarf-2 are fine)"
#~ msgstr "-fpic et -gdwarf sont incompatibles (-fpic et -g/-gdwarf-2 sont acceptables)"

#~ msgid "Bad insn to frv_print_operand_address:"

#~ msgid "Bad register to frv_print_operand_memory_reference_reg:"

#~ msgid "Bad insn to frv_print_operand_memory_reference:"

#~ msgid "Bad insn in frv_print_operand, bad const_double"

#~ msgid "Bad insn to frv_print_operand, 'C' modifier:"

#~ msgid "Bad insn to frv_print_operand, 'c' modifier:"

#~ msgid "Bad insn to frv_print_operand, 'e' modifier:"

#~ msgid "Bad insn to frv_print_operand, 'F' modifier:"

#~ msgid "Bad insn to frv_print_operand, 'f' modifier:"

#~ msgid "Bad insn to frv_print_operand, 'L' modifier:"

#~ msgid "Bad insn to frv_print_operand, 'M/N' modifier:"

#~ msgid "Bad insn to frv_print_operand, 'O' modifier:"

#~ msgid "Bad insn to frv_print_operand, P modifier:"

#~ msgid "Bad insn in frv_print_operand, z case"

#~ msgid "Bad insn in frv_print_operand, 0 case"

#~ msgid "frv_print_operand: unknown code"
#~ msgstr "frv_print_operand: code inconnu"

#~ msgid "Bad output_move_single operand"

#~ msgid "Bad output_move_double operand"

#~ msgid "Bad output_condmove_single operand"

#~ msgid "frv_registers_update"
#~ msgstr "frv_registers_update"

#~ msgid "frv_registers_used_p"
#~ msgstr "frv_registers_used_p"

#~ msgid "frv_registers_set_p"
#~ msgstr "frv_registers_set_p"

#~ msgid "accumulator is not a constant integer"
#~ msgstr "accumulateur n'est pas une constante en entier"

#~ msgid "accumulator number is out of bounds"

#~ msgid "inappropriate accumulator for `%s'"

#~ msgid "`%s' expects a constant argument"

#~ msgid "constant argument out of range for `%s'"

#~ msgid "media functions are not available unless -mmedia is used"

#~ msgid "this media function is only available on the fr500"

#~ msgid "this media function is only available on the fr400"

#~ msgid " (frv)"
#~ msgstr " (frv)"

#~ msgid "-ms2600 is used without -ms"

#~ msgid "-mn is used without -mh or -ms"

#~ msgid "Generate H8S code"

#~ msgid "Do not generate H8S code"

#~ msgid "Generate H8S/2600 code"

#~ msgid "Do not generate H8S/2600 code"

#~ msgid "Make integers 32 bits wide"
#~ msgstr "Rendre les entiers larges de 32 bits"

#~ msgid "Use registers for argument passing"
#~ msgstr "Utiliser les registres pour le passage d'arguments"

#~ msgid "Do not use registers for argument passing"
#~ msgstr "Ne pas utiliser les registres pour le passage d'arguments"

#~ msgid "Consider access to byte sized memory slow"

#~ msgid "Enable linker relaxing"

#~ msgid "Generate H8/300H code"

#~ msgid "Enable the normal mode"
#~ msgstr "Activer le mode normal"

#~ msgid "Do not generate H8/300H code"

#~ msgid "Use H8/300 alignment rules"

#~ msgid "junk at end of #pragma map"

#~ msgid "malformed #pragma map, ignored"

#~ msgid "real name is too long - alias ignored"

#~ msgid "alias name is too long - alias ignored"

#~ msgid "internal error--no jump follows compare:"
#~ msgstr "erreur interne--pas de saut suivant la comparaison:"

#~ msgid "Generate char instructions"

#~ msgid "Do not generate char instructions"

#~ msgid "code model %s not supported in PIC mode"

#~ msgid "bad value (%s) for -mcmodel= switch"

#~ msgid "bad value (%s) for -masm= switch"

#~ msgid "code model `%s' not supported in the %s bit mode"

#~ msgid "code model `large' not supported yet"

#~ msgid "%i-bit mode not compiled in"

#~ msgid "CPU you selected does not support x86-64 instruction set"

#~ msgid "bad value (%s) for -march= switch"

#~ msgid "bad value (%s) for -mtune= switch"

#~ msgid "-mregparm=%d is not between 0 and %d"
#~ msgstr "-mregparm=%d n'est pas entre 0 et %d"

#~ msgid "-malign-loops is obsolete, use -falign-loops"

#~ msgid "-malign-loops=%d is not between 0 and %d"
#~ msgstr "-malign-loops=%d n'est pas entre 0 et %d"

#~ msgid "-malign-jumps is obsolete, use -falign-jumps"

#~ msgid "-malign-functions is obsolete, use -falign-functions"

#~ msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
#~ msgstr "-mpreferred-stack-boundary=%d n'est pas entre %d et 12"

#~ msgid "-mbranch-cost=%d is not between 0 and 5"
#~ msgstr "-mbranch-cost=%d n'est pas entre 0 et 5"

#~ msgid "bad value (%s) for -mtls-dialect= switch"

#~ msgid "-malign-double makes no sense in the 64bit mode"
#~ msgstr "-malign-double n'a aucun sens en mode 64 bits"

#~ msgid "-mrtd calling convention not supported in the 64bit mode"

#~ msgid "SSE instruction set disabled, using 387 arithmetics"

#~ msgid "387 instruction set disabled, using SSE arithmetics"

#~ msgid "bad value (%s) for -mfpmath= switch"

#~ msgid "fastcall and stdcall attributes are not compatible"
#~ msgstr "les attributs fastcall et stdcall ne sont pas compatibles"

#~ msgid "fastcall and regparm attributes are not compatible"
#~ msgstr "les attributs fastcall et regparm ne sont pas compatibles"

#~ msgid "`%s' attribute requires an integer constant argument"

#~ msgid "argument to `%s' attribute larger than %d"

#~ msgid "SSE vector argument without SSE enabled changes the ABI"
#~ msgstr "l'argument vecteur SSE sans autorisation SSE modifie l'ABI "

#~ msgid "MMX vector argument without MMX enabled changes the ABI"
#~ msgstr "l'argument vecteur SSE sans autorisation MXX modifie l'ABI "

#~ msgid "SSE vector return without SSE enabled changes the ABI"

#~ msgid "invalid UNSPEC as operand"

#~ msgid "extended registers have no high halves"

#~ msgid "unsupported operand size for extended register"

#~ msgid "operand is neither a constant nor a condition code, invalid operand code 'c'"

#~ msgid "invalid operand code `%c'"

#~ msgid "invalid constraints for operand"

#~ msgid "unknown insn mode"
#~ msgstr "mode insn inconnu"

#~ msgid "selector must be an integer constant in the range 0..%i"

#~ msgid "shift must be an immediate"

#~ msgid "`%s' incompatible attribute ignored"

#~ msgid "%Jfunction `%D' definition is marked dllimport."

#~ msgid "%Jvariable `%D' definition is marked dllimport."

#~ msgid "%Jexternal linkage required for symbol '%D' because of '%s' attribute."

#~ msgid "`%s' attribute only applies to variables"

#~ msgid "%Jfunction '%D' is defined after prior declaration as dllimport: attribute ignored"

#~ msgid "%Jinline function '%D' is declared as dllimport: attribute ignored."

#~ msgid "%Jdefinition of static data member '%D' of dllimport'd class."

#~ msgid "%Jinconsistent dll linkage for '%D', dllexport assumed."

#~ msgid "`%s' declared as both exported to and imported from a DLL"

#~ msgid "%Jfailure in redeclaration of '%D': dllimport'd symbol lacks external linkage."

#~ msgid "%J'%D' defined locally after being referenced with dllimport linkage"

#~ msgid "%J'%D' redeclared without dllimport attribute after being referenced with dllimport linkage"

#~ msgid "%J'%D' causes a section type conflict"

#~ msgid "Use the Cygwin interface"
#~ msgstr "Utiliser l'interface Cygwin"

#~ msgid "Use the Mingw32 interface"
#~ msgstr "Utiliser l'interface Mingw32"

#~ msgid "Create GUI application"

#~ msgid "Don't set Windows defines"

#~ msgid "Set Windows defines"

#~ msgid "Create console application"

#~ msgid "Generate code for a DLL"

#~ msgid "Ignore dllimport for functions"
#~ msgstr "Ignorer dllimport pour fonctions"

#~ msgid "Use Mingw-specific thread support"

#~ msgid "-f%s ignored for target (all code is position independent)"

#~ msgid "-mbnu210 is ignored (option is obsolete)"

#~ msgid "ms-bitfields not supported for objc"

#~ msgid "Alternate calling convention"
#~ msgstr "Convention alternative d'appels"

#~ msgid "Use normal calling convention"
#~ msgstr "Utiliser la convention normale d'appels"

#~ msgid "Align some doubles on dword boundary"

#~ msgid "Align doubles on word boundary"

#~ msgid "Uninitialized locals in .bss"

#~ msgid "Uninitialized locals in .data"

#~ msgid "Use IEEE math for fp comparisons"

#~ msgid "Do not use IEEE math for fp comparisons"

#~ msgid "Return values of functions in FPU registers"
#~ msgstr "Retourner les valeurs de fonctions dans les registres FPU"

#~ msgid "Do not return values of functions in FPU registers"
#~ msgstr "Ne pas retourner les valeurs de fonctions dans les registres FPU"

#~ msgid "Do not generate sin, cos, sqrt for FPU"

#~ msgid "Generate sin, cos, sqrt for FPU"

#~ msgid "Omit the frame pointer in leaf functions"
#~ msgstr "Omettre le pointeur de trame dans les fonctions feuilles"

#~ msgid "Enable stack probing"
#~ msgstr "Autoriser le sondage de la pile"

#~ msgid "Align destination of the string operations"

#~ msgid "Do not align destination of the string operations"

#~ msgid "Inline all known string operations"

#~ msgid "Do not inline all known string operations"

#~ msgid "Use push instructions to save outgoing arguments"
#~ msgstr "Utiliser les instructions push pour sauvegardes les arguments sortants"

#~ msgid "Do not use push instructions to save outgoing arguments"
#~ msgstr "Ne pas utiliser les instructions push pour sauvegardes les arguments sortants"

#~ msgid "Support MMX built-in functions"
#~ msgstr "Supporte les fonctions internes MMX"

#~ msgid "Do not support MMX built-in functions"
#~ msgstr "Ne supporte pas les fonctions internes MMX"

#~ msgid "Support 3DNow! built-in functions"
#~ msgstr "Supporte les fonctions internes 3DNOW!"

#~ msgid "Do not support 3DNow! built-in functions"
#~ msgstr "Ne supporte pas les fonctions internes 3DNOW!"

#~ msgid "Support MMX and SSE built-in functions and code generation"

#~ msgid "Do not support MMX and SSE built-in functions and code generation"

#~ msgid "Support MMX, SSE and SSE2 built-in functions and code generation"

#~ msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"

#~ msgid "Support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"

#~ msgid "Do not support MMX, SSE, SSE2 and SSE3 built-in functions and code generation"

#~ msgid "sizeof(long double) is 16"
#~ msgstr "sizeof(long double) est 16"

#~ msgid "sizeof(long double) is 12"
#~ msgstr "sizeof(long double) est 12"

#~ msgid "Generate 64bit x86-64 code"

#~ msgid "Generate 32bit i386 code"

#~ msgid "Use native (MS) bitfield layout"
#~ msgstr "Utiliser une configuration de champ de bits native (MS)"

#~ msgid "Use gcc default bitfield layout"

#~ msgid "Use red-zone in the x86-64 code"
#~ msgstr "Utiliser la zone-rouge pour le code x86-64"

#~ msgid "Do not use red-zone in the x86-64 code"
#~ msgstr "Ne pas utiliser la zone-rouge pour le code x86-64"

#~ msgid "Use direct references against %gs when accessing tls data"

#~ msgid "Do not use direct references against %gs when accessing tls data"

#~ msgid "Schedule code for given CPU"

#~ msgid "Generate floating point mathematics using given instruction set"

#~ msgid "Generate code for given CPU"

#~ msgid "Number of registers used to pass integer arguments"

#~ msgid "Loop code aligned to this power of 2"

#~ msgid "Jump targets are aligned to this power of 2"

#~ msgid "Function starts are aligned to this power of 2"

#~ msgid "Attempt to keep stack aligned to this power of 2"

#~ msgid "Branches are this expensive (1-5, arbitrary units)"

#~ msgid "Use given x86-64 code model"

#~ msgid "Use given assembler dialect"

#~ msgid "Use given thread-local storage dialect"
#~ msgstr "Utiliser le dialecte de stockage du thread local fourni"

#~ msgid "Generate ELF output"

#~ msgid "environment variable DJGPP not defined"

#~ msgid "environment variable DJGPP points to missing file '%s'"

#~ msgid "environment variable DJGPP points to corrupt file '%s'"

#~ msgid "Generate code which uses the FPU"

#~ msgid "Do not generate code which uses the FPU"

#~ msgid "sorry, not implemented: #pragma align NAME=SIZE"

#~ msgid "malformed #pragma align - ignored"

#~ msgid "sorry, not implemented: #pragma noalign NAME"

#~ msgid "conflicting architectures defined - using C series"

#~ msgid "conflicting architectures defined - using K series"

#~ msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
#~ msgstr "iC2.0 et iC3.0 sont incompatibles - utilise iC3.0"

#~ msgid "stack limit expression is not supported"

#~ msgid "Generate SA code"

#~ msgid "Generate SB code"

#~ msgid "Generate KA code"

#~ msgid "Generate KB code"

#~ msgid "Generate JA code"

#~ msgid "Generate JD code"

#~ msgid "Generate JF code"

#~ msgid "generate RP code"

#~ msgid "Generate MC code"

#~ msgid "Generate CA code"

#~ msgid "Generate CF code"

#~ msgid "Use software floating point"
#~ msgstr "Utiliser le traitement par logiciel des nombres flottants"

#~ msgid "Use alternate leaf function entries"

#~ msgid "Do not use alternate leaf function entries"

#~ msgid "Perform tail call optimization"
#~ msgstr "Effectuer une optimisation sur mesure des appels"

#~ msgid "Do not perform tail call optimization"
#~ msgstr "Ne pas effectuer une optimisation sur mesure des appels"

#~ msgid "Use complex addressing modes"
#~ msgstr "Utiliser les modes d'adressage complexes"

#~ msgid "Do not use complex addressing modes"
#~ msgstr "Ne pas utiliser les modes d'adressage complexes"

#~ msgid "Align code to 8 byte boundary"

#~ msgid "Do not align code to 8 byte boundary"

#~ msgid "Enable compatibility with iC960 v2.0"

#~ msgid "Enable compatibility with iC960 v3.0"

#~ msgid "Enable compatibility with ic960 assembler"

#~ msgid "Do not permit unaligned accesses"

#~ msgid "Permit unaligned accesses"

#~ msgid "Layout types like Intel's v1.3 gcc"
#~ msgstr "Utiliser une disposition de type Intel's v1.3 gcc"

#~ msgid "Do not layout types like Intel's v1.3 gcc"
#~ msgstr "Ne pas utiliser une disposition de type Intel's v1.3 gcc"

#~ msgid "Use 64 bit long doubles"
#~ msgstr "Utiliser les doubles longs de 64 bits"

#~ msgid "Enable linker relaxation"

#~ msgid "Do not enable linker relaxation"

#~ msgid "malformed #pragma builtin"

#~ msgid "invalid argument of `%s' attribute"

#~ msgid "%Jan address area attribute cannot be specified for local variables"

#~ msgid "%Jaddress area of '%s' conflicts with previous declaration"

#~ msgid "%Jaddress area attribute cannot be specified for functions"

#~ msgid "ia64_print_operand: unknown code"
#~ msgstr "ia64_print_operand: code inconnu"

#~ msgid "value of -mfixed-range must have form REG1-REG2"
#~ msgstr "valeur de -mfixed-range doit avoir la forme REG1-REG2"

#~ msgid "%s-%s is an empty range"

#~ msgid "cannot optimize floating point division for both latency and throughput"

#~ msgid "cannot optimize integer division for both latency and throughput"

#~ msgid "cannot optimize square root for both latency and throughput"

#~ msgid "not yet implemented: latency-optimized inline square root"

#~ msgid "bad value (%s) for -mtls-size= switch"

#~ msgid "bad value (%s) for -tune= switch"

#~ msgid "Generate big endian code"

#~ msgid "Generate little endian code"

#~ msgid "Generate code for GNU as"

#~ msgid "Generate code for Intel as"

#~ msgid "Generate code for GNU ld"

#~ msgid "Generate code for Intel ld"

#~ msgid "Generate code without GP reg"

#~ msgid "Emit stop bits before and after volatile extended asms"

#~ msgid "Don't emit stop bits before and after volatile extended asms"

#~ msgid "Emit code for Itanium (TM) processor B step"
#~ msgstr "Produire du code pour le processeur B Itanium (TM)"

#~ msgid "Use in/loc/out register names"
#~ msgstr "Utilise les noms des registres in/loc/out "

#~ msgid "Disable use of sdata/scommon/sbss"
#~ msgstr "Interdire l'utilisation de sdata/scommon/sbss"

#~ msgid "Enable use of sdata/scommon/sbss"
#~ msgstr "Autoriser l'utilisation de sdata/scommon/sbss"

#~ msgid "gp is constant (but save/restore gp on indirect calls)"
#~ msgstr "gp est une constante (mais save/restore gp fait par appels indirects)"

#~ msgid "Generate self-relocatable code"

#~ msgid "Generate inline floating point division, optimize for latency"

#~ msgid "Generate inline floating point division, optimize for throughput"

#~ msgid "Generate inline integer division, optimize for latency"

#~ msgid "Generate inline integer division, optimize for throughput"

#~ msgid "Generate inline square root, optimize for latency"

#~ msgid "Generate inline square root, optimize for throughput"

#~ msgid "Enable Dwarf 2 line debug info via GNU as"
#~ msgstr "Autoriser les infos de lignes de mise au point Dwarf 2 via GNU tel que"

#~ msgid "Disable Dwarf 2 line debug info via GNU as"
#~ msgstr "Interdire les infos de lignes de mise au point Dwarf 2 via GNU tel que"

#~ msgid "Enable earlier placing stop bits for better scheduling"

#~ msgid "Disable earlier placing stop bits"

#~ msgid "Specify range of registers to make fixed"

#~ msgid "bad operand"

#~ msgid "bad value (%s) for -mcpu= switch"

#~ msgid "The compiler does not support -march=%s."
#~ msgstr "Le compilateur ne supporte pas -march=%s."

#~ msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."

#~ msgid "argument `%d' is not a constant"

#~ msgid "PRINT_OPERAND_ADDRESS, null pointer"
#~ msgstr "PRINT_OPERAND_ADDRESS, pointeur nul"

#~ msgid "PRINT_OPERAND: Unknown punctuation '%c'"

#~ msgid "PRINT_OPERAND null pointer"
#~ msgstr "PRINT_OPERAND pointeur nul"

#~ msgid "invalid %%P operand"

#~ msgid "invalid %%p value"
#~ msgstr "valeur %%p invalide"

#~ msgid "invalid use of %%d, %%x, or %%X"
#~ msgstr "utilisation invalide de %%d, %%x, ou %%X"

#~ msgid "No default crt0.o"

#~ msgid "Use GP relative sdata/sbss sections"
#~ msgstr "Utiliser GP en mode relatif aux sections sdata/sbss"

#~ msgid "Don't use GP relative sdata/sbss sections"
#~ msgstr "Ne pas utiliser GP en mode relatif aux sections sdata/sbss"

#~ msgid "Use ROM instead of RAM"
#~ msgstr "Utiliser le ROM au lieu de la RAM"

#~ msgid "Don't use ROM instead of RAM"
#~ msgstr "Ne pas utiliser le ROM au lieu de la RAM"

#~ msgid "Put uninitialized constants in ROM (needs -membedded-data)"

#~ msgid "Don't put uninitialized constants in ROM"

#~ msgid "Specify CPU for scheduling purposes"

#~ msgid "Specify CPU for code generation purposes"

#~ msgid "bad value (%s) for -mmodel switch"

#~ msgid "bad value (%s) for -msdata switch"

#~ msgid "bad value (%s) for -flush-trap=n (0=<n<=15)"

#~ msgid "invalid operand to %%s code"

#~ msgid "invalid operand to %%p code"

#~ msgid "bad insn for 'A'"

#~ msgid "invalid operand to %%T/%%B code"

#~ msgid "invalid operand to %%N code"

#~ msgid "pre-increment address is not a register"

#~ msgid "pre-decrement address is not a register"

#~ msgid "post-increment address is not a register"

#~ msgid "bad address"

#~ msgid "lo_sum not of register"
#~ msgstr "lo_sum n'est pas un registre"

#~ msgid "Display compile time statistics"
#~ msgstr "Afficher les statistiques de temps de compilation"

#~ msgid "Align all loops to 32 byte boundary"

#~ msgid "Only issue one instruction per cycle"

#~ msgid "Prefer branches over conditional execution"

#~ msgid "Code size: small, medium or large"
#~ msgstr "Taille du code: small, medium ou large"

#~ msgid "Small data area: none, sdata, use"

#~ msgid "Don't call any cache flush functions"
#~ msgstr "Ne pas faire d'appel de fonction de vidange de la cache"

#~ msgid "Specify cache flush function"

#~ msgid "Don't call any cache flush trap"

#~ msgid "Specify cache flush trap number"

#~ msgid "-f%s ignored for 68HC11/68HC12 (not supported)"

#~ msgid "`trap' and `far' attributes are not compatible, ignoring `far'"

#~ msgid "`trap' attribute is already used"

#~ msgid "move insn not handled"

#~ msgid "invalid register in the move instruction"

#~ msgid "invalid operand in the instruction"

#~ msgid "invalid register in the instruction"
#~ msgstr "registre invalide dans l'instruction"

#~ msgid "operand 1 must be a hard register"

#~ msgid "invalid rotate insn"
#~ msgstr "rotation invalide insn"

#~ msgid "registers IX, IY and Z used in the same INSN"

#~ msgid "cannot do z-register replacement"
#~ msgstr "ne peut effectuer le remplacement d'un registre z"

#~ msgid "invalid Z register replacement for insn"
#~ msgstr "remplacement invalide de registre Z pour insn"

#~ msgid "Compile with 16-bit integer mode"
#~ msgstr "Compiler en mode entier de 16 bits"

#~ msgid "Compile with 32-bit integer mode"
#~ msgstr "Compiler en mode entier de 32 bits"

#~ msgid "Auto pre/post decrement increment allowed"

#~ msgid "Auto pre/post decrement increment not allowed"

#~ msgid "Min/max instructions allowed"
#~ msgstr "instructions min/max permises"

#~ msgid "Min/max instructions not allowed"
#~ msgstr "instructions min/max ne sont pas permises"

#~ msgid "Use call and rtc for function calls and returns"
#~ msgstr "Utiliser call et rtc pour les appels fonction et les retours"

#~ msgid "Use jsr and rts for function calls and returns"
#~ msgstr "Utiliser jsr et rtc pour les appels de fonction et les retours"

#~ msgid "Do not use direct addressing mode for soft registers"
#~ msgstr "Ne pas utiliser les modes directs d'adressage pour des registres logiciels"

#~ msgid "Use direct addressing mode for soft registers"
#~ msgstr "Ne pas utiliser les modes directs d'adressage pour les registres logiciels"

#~ msgid "Compile for a 68HC11"
#~ msgstr "Compiler pour un 68HC11"

#~ msgid "Compile for a 68HC12"
#~ msgstr "Compiler pour un 68HC12"

#~ msgid "Compile for a 68HCS12"
#~ msgstr "Compiler pour un 68HCS12"

#~ msgid "Specify the register allocation order"

#~ msgid "Indicate the number of soft registers available"
#~ msgstr "Indiquer le nombre de registres logiciels disponibles"

#~ msgid "-malign-loops=%d is not between 1 and %d"
#~ msgstr "-malign-loops=%d n'est pas entre 1 et %d"

#~ msgid "-mshared-library-id= specified without -mid-shared-library"

#~ msgid "-mshared-library-id=%d is not between 0 and %d"
#~ msgstr "-mshared-library-id=%d n'est pas entre 0 et %d"

#~ msgid "cannot specify both -msep-data and -mid-shared-library"

#~ msgid "-malign-jumps=%d is not between 1 and %d"
#~ msgstr "-malign-jumps=%d n'est pas entre 1 et %d"

#~ msgid "-malign-functions=%d is not between 1 and %d"
#~ msgstr "-malign-functions=%d n'est pas entre 1 et %d"

#~ msgid "-fPIC is not currently supported on the 68000 or 68010\n"

#~ msgid "Generate code for a 68020"

#~ msgid "Generate code for a 68000"

#~ msgid "Use the bit-field instructions"
#~ msgstr "Utiliser les instructions de champs de bits"

#~ msgid "Do not use the bit-field instructions"
#~ msgstr "Ne pas utiliser les instructions de champs de bits"

#~ msgid "Consider type `int' to be 16 bits wide"

#~ msgid "Consider type `int' to be 32 bits wide"

#~ msgid "Generate code with library calls for floating point"

#~ msgid "Generate code for a 68040, without any new instructions"

#~ msgid "Generate code for a 68060, without any new instructions"

#~ msgid "Generate code for a 68030"

#~ msgid "Generate code for a 68040"

#~ msgid "Generate code for a 68060"

#~ msgid "Generate code for a 520X"

#~ msgid "Generate code for a 5206e"

#~ msgid "Generate code for a 528x"

#~ msgid "Generate code for a 5307"

#~ msgid "Generate code for a 5407"

#~ msgid "Generate code for a 68851"

#~ msgid "Do no generate code for a 68851"

#~ msgid "Generate code for a 68302"

#~ msgid "Generate code for a 68332"

#~ msgid "Generate code for a cpu32"

#~ msgid "Align variables on a 32-bit boundary"

#~ msgid "Align variables on a 16-bit boundary"

#~ msgid "Enable separate data segment"

#~ msgid "Disable separate data segment"

#~ msgid "Enable ID based shared library"

#~ msgid "Disable ID based shared library"

#~ msgid "Generate pc-relative code"

#~ msgid "Do not use unaligned memory references"

#~ msgid "Use unaligned memory references"

#~ msgid "Use different calling convention using 'rtd'"

#~ msgid "ID of shared library to build"

#~ msgid "invalid option `-mstack-increment=%s'"

#~ msgid "Inline constants if it can be done in 2 insns or less"

#~ msgid "Inline constants if it only takes 1 instruction"
#~ msgstr "Constante enligne si elle prend seulement 1 instruction"

#~ msgid "Set maximum alignment to 4"

#~ msgid "Set maximum alignment to 8"

#~ msgid "Do not use the divide instruction"
#~ msgstr "Ne pas utiliser l'instruction de division"

#~ msgid "Do not arbitrary sized immediates in bit operations"

#~ msgid "Always treat bit-field as int-sized"

#~ msgid "Force functions to be aligned to a 4 byte boundary"

#~ msgid "Force functions to be aligned to a 2 byte boundary"

#~ msgid "Emit call graph information"
#~ msgstr "Produire les informations du graphe d'appel"

#~ msgid "Prefer word accesses over byte accesses"

#~ msgid "Generate code for the M*Core M340"

#~ msgid "Maximum amount for a single stack increment operation"

#~ msgid "bad test"

#~ msgid "bad value (%s) for -mabi= switch"

#~ msgid "-mips%s conflicts with the other architecture options, which specify a MIPS%d processor"

#~ msgid "-march=%s is not compatible with the selected ABI"

#~ msgid "-mgp64 used with a 32-bit processor"

#~ msgid "-mgp32 used with a 64-bit ABI"

#~ msgid "-mgp64 used with a 32-bit ABI"

#~ msgid "unsupported combination: %s"

#~ msgid "-g is only supported using GNU as,"

#~ msgid "-g is only supported using GNU as with -mabi=32,"

#~ msgid "-g option disabled"

#~ msgid "generation of Branch Likely instructions enabled, but not supported by architecture"

#~ msgid "-G is incompatible with PIC code which is the default"

#~ msgid "-membedded-pic and -mabicalls are incompatible"
#~ msgstr "-membedded-pic et -mabicalls sont incompatibles"

#~ msgid "-G and -membedded-pic are incompatible"
#~ msgstr "-G et -membedded-pic sont incompatibles"

#~ msgid "non-PIC n64 with explicit relocations"
#~ msgstr "non PIC n64 avec une relocalisation explicite"

#~ msgid "mips_debugger_offset called with non stack/frame/arg pointer"

#~ msgid "internal error: %%) found without a %%( in assembler pattern"

#~ msgid "internal error: %%] found without a %%[ in assembler pattern"

#~ msgid "internal error: %%> found without a %%< in assembler pattern"

#~ msgid "internal error: %%} found without a %%{ in assembler pattern"

#~ msgid "PRINT_OPERAND: unknown punctuation '%c'"

#~ msgid "PRINT_OPERAND, invalid insn for %%C"
#~ msgstr "PRINT_OPERAND insn invalide pour %%C"

#~ msgid "PRINT_OPERAND, invalid insn for %%N"
#~ msgstr "PRINT_OPERAND insn invalide pour %%N"

#~ msgid "PRINT_OPERAND, invalid insn for %%F"
#~ msgstr "PRINT_OPERAND insn invalide pour %%F"

#~ msgid "PRINT_OPERAND, invalid insn for %%W"
#~ msgstr "PRINT_OPERAND insn invalide pour %%W"

#~ msgid "PRINT_OPERAND, invalid operand for relocation"

#~ msgid "can not handle inconsistent calls to `%s'"

#~ msgid "the cpu name must be lower case"

#~ msgid "bad value (%s) for %s"

#~ msgid "can't rewind temp file: %m"
#~ msgstr "ne peut rembobiner le fichier temporaire: %m"

#~ msgid "can't write to output file: %m"

#~ msgid "can't read from temp file: %m"
#~ msgstr "ne peut lire du fichier temporaire: %m"

#~ msgid "can't close temp file: %m"
#~ msgstr "ne peut fermer le fichier temporaire: %m"

#~ msgid "Same as -mabi=32, just trickier"

#~ msgid "Use 64-bit int type"
#~ msgstr "Utiliser le type int de 64 bits"

#~ msgid "Use 64-bit long type"
#~ msgstr "Utiliser le type long de 64 bits"

#~ msgid "Use 32-bit long type"
#~ msgstr "Utiliser le type long de 32 bits"

#~ msgid "Optimize lui/addiu address loads"
#~ msgstr "Optimiser les chargements d'adresses lui/addiu"

#~ msgid "Don't optimize lui/addiu address loads"
#~ msgstr "Ne pas optimiser les chargements d'adresses lui/addiu"

#~ msgid "Use MIPS as"
#~ msgstr "Utiliser MIPS tel que"

#~ msgid "Use GNU as"
#~ msgstr "Utiliser GNU tel que"

#~ msgid "Use symbolic register names"
#~ msgstr "Utiliser les noms de registres symboliques"

#~ msgid "Don't use symbolic register names"
#~ msgstr "Ne pas utiliser les noms de registres symboliques"

#~ msgid "Use GP relative sdata/sbss sections (now ignored)"

#~ msgid "Don't use GP relative sdata/sbss sections (now ignored)"

#~ msgid "Output compiler statistics (now ignored)"

#~ msgid "Don't output compiler statistics"
#~ msgstr "Ne pas afficher les statistiques de compilation"

#~ msgid "Don't optimize block moves"

#~ msgid "Optimize block moves"

#~ msgid "Use mips-tfile asm postpass"
#~ msgstr "Utiliser la post-passe de type mips-tfile de l'assembleur"

#~ msgid "Don't use mips-tfile asm postpass"
#~ msgstr "Ne pas utiliser la post-passe de type mips-tfile de l'assembleur"

#~ msgid "Use hardware floating point"

#~ msgid "Use 64-bit FP registers"
#~ msgstr "Utiliser les registres FP de 64 bits"

#~ msgid "Use 32-bit FP registers"
#~ msgstr "Utiliser les registres FP de 32 bits"

#~ msgid "Use 64-bit general registers"

#~ msgid "Use 32-bit general registers"

#~ msgid "Use Irix PIC"
#~ msgstr "Utiliser le code PIC Irix"

#~ msgid "Don't use Irix PIC"
#~ msgstr "Ne pas utiliser le code PIC Irix"

#~ msgid "Use indirect calls"
#~ msgstr "Utiliser les appels indirects"

#~ msgid "Don't use indirect calls"
#~ msgstr "Ne pas utiliser les appels indirects"

#~ msgid "Use embedded PIC"

#~ msgid "Don't use embedded PIC"

#~ msgid "Use big-endian byte order"

#~ msgid "Use little-endian byte order"

#~ msgid "Use single (32-bit) FP only"
#~ msgstr "Utiliser un simple FP (32 bits) seulement"

#~ msgid "Don't use single (32-bit) FP only"
#~ msgstr "Ne pas utiliser un simple FP (32 bits) seulement"

#~ msgid "Use multiply accumulate"
#~ msgstr "Utiliser les multiplications par accumulations"

#~ msgid "Don't use multiply accumulate"
#~ msgstr "Ne pas utiliser les multiplications par accumulations"

#~ msgid "Don't generate fused multiply/add instructions"

#~ msgid "Generate fused multiply/add instructions"

#~ msgid "Work around early 4300 hardware bug"

#~ msgid "Don't work around early 4300 hardware bug"

#~ msgid "Work around errata for early SB-1 revision 2 cores"

#~ msgid "Don't work around errata for early SB-1 revision 2 cores"

#~ msgid "Trap on integer divide by zero"

#~ msgid "Don't trap on integer divide by zero"

#~ msgid "Use Branch Likely instructions, overriding default for arch"

#~ msgid "Don't use Branch Likely instructions, overriding default for arch"

#~ msgid "Use NewABI-style %reloc() assembly operators"

#~ msgid "Use assembler macros instead of relocation operators"

#~ msgid "Generate mips16 code"

#~ msgid "Generate normal-mode code"

#~ msgid "Lift restrictions on GOT size"
#~ msgstr "Enlever les restrictions sur la taille GOT"

#~ msgid "Do not lift restrictions on GOT size"
#~ msgstr "Ne pas enlever les restrictions sur la taille GOT"

#~ msgid "Specify an ABI"

#~ msgid "Specify a Standard MIPS ISA"

#~ msgid "mips16 function profiling"
#~ msgstr "profilage de fonction mips16"

#~ msgid "-f%s not supported: ignored"

#~ msgid "too large function value type, needs %d registers, have only %d registers for this"
#~ msgstr "valeur de type de fonction trop grande, a besoin de %d registres mais seuls %d disponibles"

#~ msgid "function_profiler support for MMIX"

#~ msgid "MMIX Internal: Last named vararg would not fit in a register"

#~ msgid "MMIX Internal: Expected a CONST_INT, not this"
#~ msgstr "MMIX interne: attendait CONST_INT, pas ceci"

#~ msgid "MMIX Internal: Bad register: %d"

#~ msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"

#~ msgid "MMIX Internal: Expected a register, not this"
#~ msgstr "MMIX interne: attendait un registre, pas ceci"

#~ msgid "MMIX Internal: Expected a constant, not this"
#~ msgstr "MMIX interne: attendait une constante, pas ceci"

#~ msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"

#~ msgid "MMIX Internal: Cannot decode this operand"

#~ msgid "MMIX Internal: This is not a recognized address"
#~ msgstr "MMIX interne: ce n'est pas une adresse reconnue"

#~ msgid "stack frame not a multiple of 8 bytes: %d"
#~ msgstr "trame de pile n'est pas un multiple de 8 octets: %d"

#~ msgid "stack frame not a multiple of octabyte: %d"
#~ msgstr "trame de pile n'est pas un multiple de 8 octets: %d"

#~ msgid "MMIX Internal: %s is not a shiftable int"

#~ msgid "MMIX Internal: Trying to output invalidly reversed condition:"

#~ msgid "MMIX Internal: What's the CC of this?"
#~ msgstr "MMIX interne: quel sorte de CC est-ce?"

#~ msgid "MMIX Internal: What is the CC of this?"
#~ msgstr "MMIX interne: quel sorte de CC est-ce?"

#~ msgid "MMIX Internal: This is not a constant:"
#~ msgstr "interne MMIX: ce n'est pas une constante:"

#~ msgid "Set start-address of the program"

#~ msgid "Set start-address of data"

#~ msgid "For intrinsics library: pass all parameters in registers"

#~ msgid "Use register stack for parameters and return value"

#~ msgid "Use call-clobbered registers for parameters and return value"

#~ msgid "Use epsilon-respecting floating point compare instructions"
#~ msgstr "Utiliser un epsilon respectant les instructions de comparaison en virgule flottante"

#~ msgid "Use zero-extending memory loads, not sign-extending ones"

#~ msgid "Generate divide results with reminder having the same sign as the divisor (not the dividend)"

#~ msgid "Prepend global symbols with \":\" (for use with PREFIX)"

#~ msgid "Do not provide a default start-address 0x100 of the program"

#~ msgid "Link to emit program in ELF format (rather than mmo)"

#~ msgid "Use P-mnemonics for branches statically predicted as taken"

#~ msgid "Don't use P-mnemonics for branches"

#~ msgid "Use addresses that allocate global registers"
#~ msgstr "Utiliser les adresses qui allouent des registres globaux"

#~ msgid "Do not use addresses that allocate global registers"
#~ msgstr "Ne pas utiliser des adresses qui allouent des registres globaux"

#~ msgid "Generate a single exit point for each function"

#~ msgid "Do not generate a single exit point for each function"

#~ msgid "Target the AM33 processor"
#~ msgstr "Cible le processeur AM33"

#~ msgid "Target the AM33/2.0 processor"
#~ msgstr "Cibler le processeur AM33/2.0"

#~ msgid "Enable linker relaxations"

#~ msgid "Work around hardware multiply bug"

#~ msgid "Do not work around hardware multiply bug"

#~ msgid "Don't use hardware fp"

#~ msgid "Alternative calling convention"
#~ msgstr "Convention alternative d'appels"

#~ msgid "Pass some arguments in registers"
#~ msgstr "Passer quelques arguments par les registres"

#~ msgid "Pass all arguments on stack"
#~ msgstr "PAsser tous les arguments par la pile"

#~ msgid "Optimize for 32532 cpu"
#~ msgstr "Optimiser pour le processeur 32532"

#~ msgid "Optimize for 32332 cpu"
#~ msgstr "Optimiser pour le processeur 32332"

#~ msgid "Optimize for 32032"
#~ msgstr "Optimiser pour le 32022"

#~ msgid "Register sb is zero. Use for absolute addressing"

#~ msgid "Do not use register sb"
#~ msgstr "Ne pas utiliser le registre sb"

#~ msgid "Use bit-field instructions"
#~ msgstr "Utiliser les instructions de champs de bits"

#~ msgid "Do not use bit-field instructions"
#~ msgstr "Ne pas utiliser les instructions de champs de bits"

#~ msgid "Generate code for high memory"

#~ msgid "Generate code for low memory"

#~ msgid "32381 fpu"
#~ msgstr "FPU 32381"

#~ msgid "Use multiply-accumulate fp instructions"
#~ msgstr "Utiliser les instructions FP de multiplications avec accumulations"

#~ msgid "Do not use multiply-accumulate fp instructions"
#~ msgstr "Ne pas utiliser les instructions FP de multiplications avec accumulations"

#~ msgid "\"Small register classes\" kludge"
#~ msgstr "\"Petites classes de registres\" kludge"

#~ msgid "No \"Small register classes\" kludge"
#~ msgstr "Pas de \"Petites classes de registres\" kludge"

#~ msgid ""
#~ "unknown -mschedule= option (%s).\n"
#~ "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
#~ msgstr ""
#~ "Option inconnue -mschedule= (%s)\n"
#~ "Les options valides sont 700, 7100, 7100LC, 7200, 7300 et 8000\n"

#~ msgid ""
#~ "unknown -march= option (%s).\n"
#~ "Valid options are 1.0, 1.1, and 2.0\n"
#~ msgstr ""
#~ "Option inconnue -march= (%s)\n"
#~ "Les options valides sont 1.0, 1.1 et 2.0\n"

#~ msgid "PIC code generation is not supported in the portable runtime model\n"

#~ msgid "PIC code generation is not compatible with fast indirect calls\n"

#~ msgid "-g is only supported when using GAS on this processor,"

#~ msgid "Generate cpp defines for server IO"

#~ msgid "Generate cpp defines for workstation IO"

#~ msgid "Generate PA1.1 code"

#~ msgid "Generate PA1.0 code"

#~ msgid "Generate PA2.0 code (requires binutils 2.10 or later)"

#~ msgid "Disable FP regs"

#~ msgid "Do not disable FP regs"

#~ msgid "Disable space regs"

#~ msgid "Do not disable space regs"

#~ msgid "Put jumps in call delay slots"

#~ msgid "Do not put jumps in call delay slots"

#~ msgid "Disable indexed addressing"

#~ msgid "Do not disable indexed addressing"

#~ msgid "Use portable calling conventions"
#~ msgstr "Utiliser les conventions d'appels portables"

#~ msgid "Do not use portable calling conventions"
#~ msgstr "Ne pas utiliser les conventions d'appel portables"

#~ msgid "Assume code will be assembled by GAS"

#~ msgid "Do not assume code will be assembled by GAS"

#~ msgid "Do not use software floating point"
#~ msgstr "Ne pas utiliser le logiciel pour virgule flottante"

#~ msgid "Emit long load/store sequences"

#~ msgid "Do not emit long load/store sequences"

#~ msgid "Generate fast indirect calls"
#~ msgstr "Ne pas utiliser les appels rapides indirects"

#~ msgid "Do not generate fast indirect calls"

#~ msgid "Generate code for huge switch statements"

#~ msgid "Do not generate code for huge switch statements"

#~ msgid "Always generate long calls"

#~ msgid "Generate long calls only when needed"

#~ msgid "Enable linker optimizations"

#~ msgid "Specify architecture for code generation.  Values are 1.0, 1.1, and 2.0.  2.0 requires gas snapshot 19990413 or later."

#~ msgid "Assume code will be linked by GNU ld"

#~ msgid "Assume code will be linked by HP ld"

#~ msgid "Do not use hardware floating point"

#~ msgid "Return floating point results in ac0"

#~ msgid "Return floating point results in memory"

#~ msgid "Generate code for an 11/40"

#~ msgid "Generate code for an 11/45"

#~ msgid "Generate code for an 11/10"

#~ msgid "Use 32 bit int"
#~ msgstr "Utiliser des int de 32 bits"

#~ msgid "Use 16 bit int"
#~ msgstr "Utiliser des int de 16 bits"

#~ msgid "Use 32 bit float"
#~ msgstr "Utiliser des flottants de 32 bits"

#~ msgid "Use 64 bit float"
#~ msgstr "Utiliser des flottants de 64 bits"

#~ msgid "Target has split I&D"

#~ msgid "Target does not have split I&D"

#~ msgid "Use UNIX assembler syntax"
#~ msgstr "Utliser la syntaxe de l'assembleur UNIX"

#~ msgid "Use DEC assembler syntax"
#~ msgstr "Utliser la syntaxe de l'assembleur DEC"

#~ msgid "Segmentation Fault (code)"
#~ msgstr "Faute de segmentation (code)"

#~ msgid "Out of stack space.\n"
#~ msgstr "Manque d'espace sur la pile.\n"

#~ msgid "Try running `%s' in the shell to raise its limit.\n"

#~ msgid "Segmentation Fault"
#~ msgstr "Faute de segmentation"

#~ msgid "While setting up signal stack: %m"
#~ msgstr "Lors de la configuration de la pile de signaux: %m"

#~ msgid "While setting up signal handler: %m"
#~ msgstr "Lors de la configuration de la routine de traitement de signal: %m"

#~ msgid "couldn't unmap pch_address_space: %m\n"

#~ msgid "ignoring malformed #pragma longcall"

#~ msgid "missing open paren"

#~ msgid "missing number"
#~ msgstr "nombre manquant"

#~ msgid "missing close paren"

#~ msgid "number must be 0 or 1"

#~ msgid "junk at end of #pragma longcall"

#~ msgid "-mmultiple is not supported on little endian systems"

#~ msgid "-mstring is not supported on little endian systems"

#~ msgid "unknown -mdebug-%s switch"
#~ msgstr "option -mdebug-%s inconnue"

#~ msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"

#~ msgid "Unknown switch -mlong-double-%s"
#~ msgstr "option -mlong-double-%s inconnue"

#~ msgid "unknown -m%s= option specified: '%s'"

#~ msgid "not configured for ABI: '%s'"

#~ msgid "unknown ABI specified: '%s'"

#~ msgid "unknown -malign-XXXXX option specified: '%s'"

#~ msgid "Cannot return value in vector register because altivec instructions are disabled, use -maltivec to enable them."

#~ msgid "Cannot pass argument in vector register because altivec instructions are disabled, use -maltivec to enable them."

#~ msgid "argument 1 must be a 5-bit signed literal"

#~ msgid "argument 2 must be a 5-bit unsigned literal"

#~ msgid "argument 1 of __builtin_altivec_predicate must be a constant"

#~ msgid "argument 1 of __builtin_altivec_predicate is out of range"

#~ msgid "argument 3 must be a 4-bit unsigned literal"

#~ msgid "argument to `%s' must be a 2-bit unsigned literal"

#~ msgid "argument to dss must be a 2-bit unsigned literal"

#~ msgid "argument 1 of __builtin_spe_predicate must be a constant"

#~ msgid "argument 1 of __builtin_spe_predicate is out of range"

#~ msgid "your function will be miscompiled"

#~ msgid "invalid %%f value"
#~ msgstr "valeur %%f invalide"

#~ msgid "invalid %%F value"
#~ msgstr "valeur %%F invalide"

#~ msgid "invalid %%G value"
#~ msgstr "valeur %%G invalide"

#~ msgid "invalid %%j code"
#~ msgstr "valeur %%j invalide"

#~ msgid "invalid %%J code"
#~ msgstr "valeur %%J invalide"

#~ msgid "invalid %%k value"
#~ msgstr "valeur %%k invalide"

#~ msgid "invalid %%K value"
#~ msgstr "valeur %%K invalide"

#~ msgid "invalid %%O value"
#~ msgstr "valeur %%O invalide"

#~ msgid "invalid %%q value"
#~ msgstr "valeur %%q invalide"

#~ msgid "invalid %%S value"
#~ msgstr "valeur %%S invalide"

#~ msgid "invalid %%T value"
#~ msgstr "valeur %%T invalide"

#~ msgid "invalid %%u value"
#~ msgstr "valeur %%u invalide"

#~ msgid "invalid %%v value"
#~ msgstr "valeur %%v invalide"

#~ msgid "no profiling of 64-bit code for this ABI"
#~ msgstr "pas de profilage du code de 64 bits pour cet ABI"

#~ msgid "Always pass floating-point arguments in memory"

#~ msgid "Don't always pass floating-point arguments in memory"

#~ msgid "Support message passing with the Parallel Environment"

#~ msgid "Compile for 64-bit pointers"
#~ msgstr "Compiler pour des pointeurs de 64 bits"

#~ msgid "Compile for 32-bit pointers"
#~ msgstr "Compiler pour des pointeurs de 32 bits"

#~ msgid "-maix64 and POWER architecture are incompatible"
#~ msgstr "-maix64 et architecture POWER sont incompatibles"

#~ msgid "-maix64 requires PowerPC64 architecture remain enabled"

#~ msgid "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"

#~ msgid "Generate code suitable for executables (NOT shared libs)"

#~ msgid "-mdynamic-no-pic overrides -fpic or -fPIC"

#~ msgid "-fpic is not supported; -fPIC assumed"

#~ msgid "-m64 requires a PowerPC64 cpu"
#~ msgstr "-m64 requiert un processeur PowerPC64"

#~ msgid "Call mcount for profiling before a function prologue"
#~ msgstr "Appeller mcount pour le profilage avant le prologue de la fonction"

#~ msgid "Call mcount for profiling after a function prologue"
#~ msgstr "Ne pas appeller mcount pour le profilage avant le prologue de la fonction"

#~ msgid "Use POWER instruction set"
#~ msgstr "Utiliser le jeu d'instructions du POWER"

#~ msgid "Use POWER2 instruction set"
#~ msgstr "Utiliser le jeu d'instructions du POWER2"

#~ msgid "Do not use POWER2 instruction set"
#~ msgstr "Ne pas utiliser le jeu d'instructions du POWER2"

#~ msgid "Do not use POWER instruction set"
#~ msgstr "Ne pas utiliser le jeu d'instructions du POWER"

#~ msgid "Use PowerPC instruction set"
#~ msgstr "Utiliser le jeu d'instructions du PowerPC"

#~ msgid "Do not use PowerPC instruction set"
#~ msgstr "Ne pas utiliser le jeu d'instructions du PowerPC"

#~ msgid "Use PowerPC General Purpose group optional instructions"

#~ msgid "Do not use PowerPC General Purpose group optional instructions"

#~ msgid "Use PowerPC Graphics group optional instructions"
#~ msgstr "Utiliser le groupe d'instructions graphiques optionnelles du PowerPC"

#~ msgid "Do not use PowerPC Graphics group optional instructions"
#~ msgstr "Ne pas utiliser le groupe d'instructions optionnelles graphiques du PowerPC"

#~ msgid "Use PowerPC-64 instruction set"
#~ msgstr "Utiliser le jeu d'instructions du PowerPC-64"

#~ msgid "Do not use PowerPC-64 instruction set"
#~ msgstr "Ne pas utiliser le jeu d'instructions du PowerPC-64"

#~ msgid "Use AltiVec instructions"
#~ msgstr "Utiliser les instructions AltiVec"

#~ msgid "Do not use AltiVec instructions"
#~ msgstr "Ne pas utiliser les instructions AltiVec"

#~ msgid "Use new mnemonics for PowerPC architecture"

#~ msgid "Use old mnemonics for PowerPC architecture"

#~ msgid "Put everything in the regular TOC"

#~ msgid "Place floating point constants in TOC"
#~ msgstr "Placer les constantes en virgule flottante dans le TOC"

#~ msgid "Do not place floating point constants in TOC"
#~ msgstr "Ne pas placer les constantes en virgule flottante dans le TOC"

#~ msgid "Place symbol+offset constants in TOC"

#~ msgid "Do not place symbol+offset constants in TOC"

#~ msgid "Place variable addresses in the regular TOC"

#~ msgid "Generate load/store multiple instructions"

#~ msgid "Do not generate load/store multiple instructions"

#~ msgid "Generate string instructions for block moves"

#~ msgid "Do not generate string instructions for block moves"

#~ msgid "Generate load/store with update instructions"

#~ msgid "Do not generate load/store with update instructions"

#~ msgid "Do not generate fused multiply/add instructions"

#~ msgid "Do not schedule the start and end of the procedure"

#~ msgid "Return all structures in memory (AIX default)"

#~ msgid "Return small structures in registers (SVR4 default)"

#~ msgid "Generate single field mfcr instruction"

#~ msgid "Do not generate single field mfcr instruction"

#~ msgid "Use features of and schedule code for given CPU"

#~ msgid "Enable debug output"
#~ msgstr "Autoriser la sortie lors de la mise au point"

#~ msgid "Select full, part, or no traceback table"

#~ msgid "Specify ABI to use"

#~ msgid "Specify size of long double (64 or 128 bits)"

#~ msgid "Specify yes/no if isel instructions should be generated"

#~ msgid "Specify yes/no if SPE SIMD instructions should be generated"

#~ msgid "Specify yes/no if using floating point in the GPRs"

#~ msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"

#~ msgid "Avoid all range limits on call instructions"

#~ msgid "Determine which dependences between insns are considered costly"

#~ msgid "Specify which post scheduling nop insertion scheme to apply"

#~ msgid "Specify alignment of structure fields default/natural"

#~ msgid "Specify scheduling priority for dispatch slot restricted insns"

#~ msgid "RETURN_ADDRESS_OFFSET not supported"

#~ msgid "Select ABI calling convention"

#~ msgid "Select method for sdata handling"

#~ msgid "Align to the base type of the bit-field"

#~ msgid "Don't align to the base type of the bit-field"

#~ msgid "Don't assume that unaligned accesses are handled by the system"

#~ msgid "Assume that unaligned accesses are handled by the system"

#~ msgid "Produce code relocatable at runtime"

#~ msgid "Don't produce code relocatable at runtime"

#~ msgid "Produce little endian code"

#~ msgid "Produce big endian code"

#~ msgid "no description yet"
#~ msgstr "aucune description encore"

#~ msgid "Use EABI"
#~ msgstr "Utiliser EABI"

#~ msgid "Don't use EABI"
#~ msgstr "Ne pas utiliser EABI"

#~ msgid "Do not allow bit-fields to cross word boundaries"

#~ msgid "Use alternate register names"
#~ msgstr "Utiliser les noms alternatifs de registres"

#~ msgid "Don't use alternate register names"
#~ msgstr "Ne pas utiliser les noms alternatifs de registres"

#~ msgid "Link with libsim.a, libc.a and sim-crt0.o"

#~ msgid "Link with libads.a, libc.a and crt0.o"

#~ msgid "Link with libyk.a, libc.a and crt0.o"

#~ msgid "Link with libmvme.a, libc.a and crt0.o"

#~ msgid "Set the PPC_EMB bit in the ELF flags header"

#~ msgid "Use the WindISS simulator"
#~ msgstr "Utiliser le simulateur WindISS"

#~ msgid "Generate 64-bit code"

#~ msgid "Generate 32-bit code"

#~ msgid "bad value for -mcall-%s"

#~ msgid "bad value for -msdata=%s"

#~ msgid "-mrelocatable and -msdata=%s are incompatible"
#~ msgstr "-mrelocatable et -msdata=%s sont incompatibles"

#~ msgid "-f%s and -msdata=%s are incompatible"
#~ msgstr "-f%s et -msdata=%s sont incompatibles"

#~ msgid "-msdata=%s and -mcall-%s are incompatible"
#~ msgstr "-msdata=%s et -mcall-%s sont incompatibles"

#~ msgid "-mrelocatable and -mno-minimal-toc are incompatible"
#~ msgstr "-mrelocatable et -mno-minimal-toc sont incompatibles"

#~ msgid "-mrelocatable and -mcall-%s are incompatible"
#~ msgstr "-mrelocatable et -mcall-%s sont incompatibles"

#~ msgid "-fPIC and -mcall-%s are incompatible"
#~ msgstr "-fPIC et -mcall-%s sont incompatibles"

#~ msgid "-mcall-aixdesc must be big endian"

#~ msgid "-m%s not supported in this configuration"

#~ msgid "Unknown cpu used in -march=%s."

#~ msgid "Unknown cpu used in -mtune=%s."
#~ msgstr "Processeur inconnu dans -mtune=%s"

#~ msgid "z/Architecture mode not supported on %s."

#~ msgid "64-bit ABI not supported in ESA/390 mode."

#~ msgid "invalid UNSPEC as operand (1)"

#~ msgid "invalid UNSPEC as operand (2)"

#~ msgid "UNKNOWN in s390_output_symbolic_const !?"
#~ msgstr "INCONNU dans s390_output_symbolic_const !?"

#~ msgid "Cannot decompose address."

#~ msgid "UNKNOWN in print_operand !?"
#~ msgstr "INCONNNU dans print_operand !?"

#~ msgid "Total size of local variables exceeds architecture limit."

#~ msgid "Set backchain"

#~ msgid "Don't set backchain (faster, but debug harder"

#~ msgid "Use bras for executable < 64k"

#~ msgid "Don't use bras"
#~ msgstr "Ne pas utiliser bras"

#~ msgid "Additional debug prints"

#~ msgid "Don't print additional debug prints"

#~ msgid "64 bit ABI"
#~ msgstr "ABI de 64 bits"

#~ msgid "31 bit ABI"
#~ msgstr "ABI de 64 bits"

#~ msgid "z/Architecture"
#~ msgstr "z/Architecture"

#~ msgid "ESA/390 architecture"
#~ msgstr "architecture ESA/390"

#~ msgid "mvcle use"

#~ msgid "mvc&ex"
#~ msgstr "mvc&ex"

#~ msgid "enable tpf OS code"
#~ msgstr "autoriser le code OS tpf"

#~ msgid "disable tpf OS code"
#~ msgstr "interdire le code OS tpf"

#~ msgid "disable fused multiply/add instructions"

#~ msgid "enable fused multiply/add instructions"

#~ msgid "__builtin_saveregs not supported by this subtarget"

#~ msgid "attribute interrupt_handler is not compatible with -m5-compact"
#~ msgstr "attribut interrupt_handler n'est pas compatible avec -m5-compact"

#~ msgid "`%s' attribute only applies to interrupt functions"

#~ msgid "`%s' attribute argument not a string constant"

#~ msgid "`%s' attribute argument not an integer constant"

#~ msgid "Profiling is not supported on this target."

#~ msgid "%s is not supported by this configuration"

#~ msgid "-mlong-double-64 not allowed with -m64"
#~ msgstr "-mlong-double-64 n'est pas permis avec -m64"

#~ msgid "-mcmodel= is not supported on 32 bit systems"

#~ msgid "invalid %%Y operand"

#~ msgid "invalid %%A operand"

#~ msgid "invalid %%B operand"

#~ msgid "invalid %%c operand"

#~ msgid "invalid %%C operand"

#~ msgid "invalid %%d operand"

#~ msgid "invalid %%D operand"

#~ msgid "invalid %%f operand"

#~ msgid "invalid %%s operand"

#~ msgid "long long constant not a valid immediate operand"

#~ msgid "floating point constant not a valid immediate operand"

#~ msgid "Use 128 bit long doubles"
#~ msgstr "Utiliser des longs doubles de 128 bits"

#~ msgid "Generate code for big endian"

#~ msgid "Generate code for little endian"

#~ msgid "Use little-endian byte order for data"

#~ msgid "Assume possible double misalignment"

#~ msgid "Assume all doubles are aligned"

#~ msgid "Pass -assert pure-text to linker"

#~ msgid "Do not pass -assert pure-text to linker"

#~ msgid "Use flat register window model"

#~ msgid "Do not use flat register window model"

#~ msgid "Use ABI reserved registers"

#~ msgid "Do not use ABI reserved registers"

#~ msgid "Use hardware quad fp instructions"

#~ msgid "Do not use hardware quad fp instructions"

#~ msgid "Compile for v8plus ABI"
#~ msgstr "Compiler pour ABI v8plus"

#~ msgid "Do not compile for v8plus ABI"
#~ msgstr "Ne pas compiler pour ABI v8plus"

#~ msgid "Utilize Visual Instruction Set"
#~ msgstr "Utiliser le jeu d'instructions Visual"

#~ msgid "Do not utilize Visual Instruction Set"
#~ msgstr "Ne pas utiliser le jeu d'instructions Visual"

#~ msgid "Optimize for Cypress processors"
#~ msgstr "Optimiser pour les processeurs Cypress"

#~ msgid "Optimize for SPARCLite processors"
#~ msgstr "Optimiser pour les processeurs SPARCLite"

#~ msgid "Optimize for F930 processors"
#~ msgstr "Optimiser pour les processeurs F930"

#~ msgid "Optimize for F934 processors"
#~ msgstr "Optimiser pour les processeurs F934"

#~ msgid "Use V8 SPARC ISA"
#~ msgstr "Utiliser le V8 SPARC ISA"

#~ msgid "Optimize for SuperSPARC processors"
#~ msgstr "Optimiser pour les processeurs SuperSPARC"

#~ msgid "Pointers are 64-bit"
#~ msgstr "Pointeurs sont de 64 bits"

#~ msgid "Pointers are 32-bit"
#~ msgstr "Pointeurs sont de 32 bits"

#~ msgid "Use 32-bit ABI"
#~ msgstr "Utiliser ABI de 32 bits"

#~ msgid "Use 64-bit ABI"
#~ msgstr "Utiliser ABI de 64 bits"

#~ msgid "Use stack bias"
#~ msgstr "Utiliser le biais de la pile"

#~ msgid "Do not use stack bias"
#~ msgstr "Ne pas utiliser le biais de la pile"

#~ msgid "Use structs on stronger alignment for double-word copies"
#~ msgstr "Utiliser des structs avec alignement plus fort pour les copies de mots-doubles"

#~ msgid "Do not use structs on stronger alignment for double-word copies"
#~ msgstr "Ne pas utiliser des structs avec alignement plus fort pour les copies de mots-doubles"

#~ msgid "Optimize tail call instructions in assembler and linker"

#~ msgid "Do not optimize tail call instructions in assembler or linker"

#~ msgid "Use given SPARC code model"

#~ msgid "Constant halfword load operand out of range."

#~ msgid "Constant arithmetic operand out of range."

#~ msgid "Local variable memory requirements exceed capacity."

#~ msgid "function_profiler support"

#~ msgid "cannot use va_start in interrupt function"
#~ msgstr "ne peut utiliser va-start dans une fonction d'interruption"

#~ msgid "`B' operand is not constant"

#~ msgid "`B' operand has multiple bits set"

#~ msgid "`o' operand is not constant"

#~ msgid "xstormy16_print_operand: unknown code"
#~ msgstr "xstormy16_print_operand: code inconnu"

#~ msgid "switch statement of size %lu entries too large"

#~ msgid "#pragma GHS endXXXX found without previous startXXX"

#~ msgid "#pragma GHS endXXX does not match previous startXXX"

#~ msgid "cannot set interrupt attribute: no current function"
#~ msgstr "ne peut initialiser l'attribut d'interruption: aucune fonction courante"

#~ msgid "cannot set interrupt attribute: no such identifier"
#~ msgstr "ne peut initialiser l'attribut d'interruption: pas de tel identificateur"

#~ msgid "junk at end of #pragma ghs section"

#~ msgid "unrecognized section name \"%s\""

#~ msgid "malformed #pragma ghs section"

#~ msgid "junk at end of #pragma ghs interrupt"

#~ msgid "junk at end of #pragma ghs starttda"

#~ msgid "junk at end of #pragma ghs startsda"

#~ msgid "junk at end of #pragma ghs startzda"

#~ msgid "junk at end of #pragma ghs endtda"

#~ msgid "junk at end of #pragma ghs endsda"

#~ msgid "junk at end of #pragma ghs endzda"

#~ msgid "%s=%s is not numeric"

#~ msgid "%s=%s is too large"
#~ msgstr "%s=%s est trop grand"

#~ msgid "const_double_split got a bad insn:"

#~ msgid "output_move_single:"
#~ msgstr "output_move_single:"

#~ msgid "%Jdata area attributes cannot be specified for local variables"

#~ msgid "%Jdata area of '%D' conflicts with previous declaration"

#~ msgid "bogus JR construction: %d\n"

#~ msgid "bad amount of stack space removal: %d"

#~ msgid "bogus JARL construction: %d\n"

#~ msgid "Bogus DISPOSE construction: %d\n"

#~ msgid "Too much stack space to dispose of: %d"
#~ msgstr "Trop d'espace pour l'empilage pour la disposition de: %d"

#~ msgid "Bogus PREPEARE construction: %d\n"

#~ msgid "Too much stack space to prepare: %d"

#~ msgid "Support Green Hills ABI"
#~ msgstr "Supporter l'ABI Green Hills"

#~ msgid "Prohibit PC relative function calls"
#~ msgstr "Interdire les appels relatifs de fonctions par le PC"

#~ msgid "Reuse r30 on a per function basis"

#~ msgid "Use stubs for function prologues"
#~ msgstr "Utiliser des stubs pour les prologues de fonction"

#~ msgid "Same as: -mep -mprolog-function"

#~ msgid "Enable backend debugging"
#~ msgstr "Autoriser la mise au point par la fin"

#~ msgid "Compile for the v850 processor"
#~ msgstr "Compiler pour le processeur v850"

#~ msgid "Compile for v850e1 processor"
#~ msgstr "Compiler pour le processeur v850e1"

#~ msgid "Compile for v850e processor"
#~ msgstr "Compiler pour le processeur v850e"

#~ msgid "Enable the use of the short load instructions"
#~ msgstr "Activer l'utilisation d'instructions courtes de chargement"

#~ msgid "Do not use the callt instruction"
#~ msgstr "Ne pas utiliser l'instruction callt"

#~ msgid "Do not use registers r2 and r5"
#~ msgstr "Ne pas utiliser les registres r2 et r5"

#~ msgid "Enforce strict alignment"
#~ msgstr "Forcer l'alignement stricte"

#~ msgid "Use 4 byte entries in switch tables"

#~ msgid "Set the max size of data eligible for the TDA area"

#~ msgid "Set the max size of data eligible for the SDA area"

#~ msgid "Set the max size of data eligible for the ZDA area"

#~ msgid "boolean registers required for the floating-point option"

#~ msgid "-f%s is not supported with CONST16 instructions"

#~ msgid "PIC is required but not supported with CONST16 instructions"

#~ msgid "invalid %%D value"
#~ msgstr "valeur %%D invalide"

#~ msgid "invalid mask"
#~ msgstr "masque invalide"

#~ msgid "invalid %%x value"
#~ msgstr "valeur %%x invalide"

#~ msgid "invalid %%d value"
#~ msgstr "valeur %%d invalide"

#~ msgid "invalid %%t/%%b value"
#~ msgstr "valeur %%t/%%b invalide"

#~ msgid "invalid address"
#~ msgstr "adresse invalide"

#~ msgid "no register in address"
#~ msgstr "pas de registre dans l'adresse"

#~ msgid "address offset not a constant"

#~ msgid "only uninitialized variables can be placed in a .bss section"

#~ msgid "Use CONST16 instruction to load constants"
#~ msgstr "Utiliser les instructions CONST16 pour charger les constantes"

#~ msgid "Use PC-relative L32R instruction to load constants"
#~ msgstr "Utiliser les instructions L32R relatives au PC pour charger les constantes"

#~ msgid "Disable fused multiply/add and multiply/subtract FP instructions"

#~ msgid "Enable fused multiply/add and multiply/subtract FP instructions"

#~ msgid "Intersperse literal pools with code in the text section"

#~ msgid "Put literal pools in a separate literal section"

#~ msgid "Automatically align branch targets to reduce branch penalties"

#~ msgid "Do not automatically align branch targets"

#~ msgid "Use indirect CALLXn instructions for large programs"
#~ msgstr "Utiliser les instructions indirectes CALLXn pour les grands programmes"

#~ msgid "Use direct CALLn instructions for fast calls"
#~ msgstr "Utiliser les instructions directes CALLn pour des appels rapides"

#~ msgid "missing argument to \"-%s\""

#~ msgid "`-gnat' misspelled as `-gant'"

#~ msgid "unable to call pointer to member function here"
#~ msgstr "incapable de faire l'appel avec le pointeur vers la fonction membre ici"

#~ msgid "%s %D(%T, %T, %T) <built-in>"
#~ msgstr "%s %D(%T, %T, %T) <construit-interne>"

#~ msgid "%s %D(%T, %T) <built-in>"
#~ msgstr "%s %D(%T, %T) <construit-interne>"

#~ msgid "%s %D(%T) <built-in>"
#~ msgstr "%s %D(%T) <interne>"

#~ msgid "%s %T <conversion>"
#~ msgstr "%s %T <conversion>"

#~ msgid "%J%s %+#D <near match>"

#~ msgid "%J%s %+#D"
#~ msgstr "%J%s %+#D"

#~ msgid "candidates are:"
#~ msgstr "candidats sont:"

#~ msgid "conversion from `%T' to `%T' is ambiguous"

#~ msgid "no matching function for call to `%D(%A)'"

#~ msgid "call of overloaded `%D(%A)' is ambiguous"

#~ msgid "pointer-to-member function %E cannot be called without an object; consider using .* or ->*"

#~ msgid "no match for call to `(%T) (%A)'"

#~ msgid "call of `(%T) (%A)' is ambiguous"

#~ msgid "%s for ternary 'operator?:' in '%E ? %E : %E'"

#~ msgid "%s for 'operator%s' in '%E%s'"

#~ msgid "%s for 'operator[]' in '%E[%E]'"

#~ msgid "%s for '%s' in '%s %E'"

#~ msgid "%s for 'operator%s' in '%E %s %E'"

#~ msgid "%s for 'operator%s' in '%s%E'"

#~ msgid "ISO C++ forbids omitting the middle term of a ?: expression"
#~ msgstr "ISO C++ interdit l'omission du terme milieu de l'expression ?:"

#~ msgid "`%E' has type `void' and is not a throw-expression"

#~ msgid "operands to ?: have different types"

#~ msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"

#~ msgid "enumeral and non-enumeral type in conditional expression"

#~ msgid "no `%D(int)' declared for postfix `%s', trying prefix operator instead"

#~ msgid "using synthesized `%#D' for copy assignment"

#~ msgid "  where cfront would use `%#D'"

#~ msgid "comparison between `%#T' and `%#T'"

#~ msgid "no suitable `operator %s' for `%T'"

#~ msgid "`%+#D' is private"

#~ msgid "`%+#D' is protected"

#~ msgid "`%+#D' is inaccessible"

#~ msgid "within this context"

#~ msgid "invalid conversion from `%T' to `%T'"

#~ msgid "  initializing argument %P of `%D'"

#~ msgid "cannot bind bitfield `%E' to `%T'"

#~ msgid "cannot bind packed field `%E' to `%T'"

#~ msgid "cannot bind rvalue `%E' to `%T'"

#~ msgid "cannot pass objects of non-POD type `%#T' through `...'; call will abort at runtime"

#~ msgid "cannot receive objects of non-POD type `%#T' through `...'; call will abort at runtime"

#~ msgid "the default argument for parameter %d of `%D' has not yet been parsed"

#~ msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"

#~ msgid "`%T' is not an accessible base of `%T'"

#~ msgid "could not find class$ field in java interface type `%T'"

#~ msgid "call to non-function `%D'"

#~ msgid "request for member `%D' in `%E', which is of non-aggregate type `%T'"

#~ msgid "no matching function for call to `%T::%s(%A)%#V'"

#~ msgid "call of overloaded `%s(%A)' is ambiguous"

#~ msgid "cannot call member function `%D' without object"

#~ msgid "passing `%T' chooses `%T' over `%T'"

#~ msgid "  in call to `%D'"

#~ msgid "choosing `%D' over `%D'"

#~ msgid "  for conversion from `%T' to `%T'"

#~ msgid "  because conversion sequence for the argument is better"

#~ 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:"

#~ msgid "candidate 1:"
#~ msgstr "candidat 1:"

#~ msgid "candidate 2:"
#~ msgstr "candidat 2:"

#~ msgid "could not convert `%E' to `%T'"

#~ msgid "invalid initialization of non-const reference of type '%T' from a temporary of type '%T'"

#~ msgid "invalid initialization of reference of type '%T' from expression of type '%T'"

#~ msgid "cannot convert from base `%T' to derived type `%T' via virtual base `%T'"

#~ msgid "Java class '%T' cannot have an implicit non-trivial destructor"

#~ msgid "Java class '%T' cannot have a destructor"

#~ msgid "`%#D' and `%#D' cannot be overloaded"

#~ msgid "conflicting access specifications for method `%D', ignored"

#~ msgid "conflicting access specifications for field `%s', ignored"

#~ msgid "`%D' names constructor"

#~ msgid "`%D' invalid in `%T'"

#~ msgid "no members matching `%D' in `%#T'"

#~ msgid "`%D' invalid in `%#T'"

#~ msgid "  because of local method `%#D' with same name"

#~ msgid "  because of local member `%#D' with same name"

#~ msgid "base class `%#T' has a non-virtual destructor"

#~ msgid "base `%T' with only non-default constructor in class without a constructor"

#~ msgid "all member functions in class `%T' are private"

#~ msgid "`%#T' only defines a private destructor and has no friends"

#~ msgid "`%#T' only defines private constructors and has no friends"

#~ msgid "no unique final overrider for `%D' in `%T'"

#~ msgid "`%D' was hidden"

#~ msgid "  by `%D'"

#~ msgid "`%#D' invalid; an anonymous union can only have non-static data members"

#~ msgid "private member `%#D' in anonymous union"

#~ msgid "protected member `%#D' in anonymous union"

#~ 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"

#~ msgid "bit-field `%#D' with non-integral type"

#~ msgid "bit-field `%D' width not an integer constant"

#~ msgid "negative width in bit-field `%D'"

#~ msgid "zero width for bit-field `%D'"

#~ msgid "width of `%D' exceeds its type"

#~ msgid "`%D' is too small to hold all values of `%#T'"

#~ msgid "member `%#D' with constructor not allowed in union"

#~ msgid "member `%#D' with destructor not allowed in union"

#~ msgid "member `%#D' with copy assignment operator not allowed in union"

#~ msgid "multiple fields in union `%T' initialized"

#~ msgid "ignoring packed attribute on unpacked non-POD field `%#D'"

#~ msgid "`%D' may not be static because it is a member of a union"

#~ msgid "`%D' may not have reference type `%T' because it is a member of a union"

#~ msgid "field `%D' in local class cannot be static"

#~ msgid "field `%D' invalidly declared function type"

#~ msgid "field `%D' invalidly declared method type"

#~ msgid "non-static reference `%#D' in class without a constructor"

#~ msgid "non-static const member `%#D' in class without a constructor"

#~ msgid "field `%#D' with same name as class"

#~ msgid "`%#T' has pointer data members"

#~ msgid "  but does not override `%T(const %T&)'"

#~ msgid "  or `operator=(const %T&)'"

#~ msgid "  but does not override `operator=(const %T&)'"

#~ msgid "offset of empty base `%T' may not be ABI-compliant and maychange in a future version of GCC"

#~ msgid "class `%T' will be considered nearly empty in a future version of GCC"

#~ msgid "initializer specified for non-virtual method `%D'"

#~ msgid "offset of virtual base `%T' is not ABI-compliant and may change in a future version of GCC"

#~ msgid "direct base `%T' inaccessible in `%T' due to ambiguity"

#~ msgid "virtual base `%T' inaccessible in `%T' due to ambiguity"

#~ msgid "size assigned to `%T' may not be ABI-compliant and may change in a future version of GCC"

#~ msgid "the offset of `%D' may not be ABI-compliant and may change in a future version of GCC"

#~ msgid "offset of `%D' is not ABI-compliant and may change in a future version of GCC"

#~ msgid "`%D' contains empty classes which may cause base classes to be placed at different locations in a future version of GCC"

#~ msgid "layout of classes derived from empty class `%T' may change in a future version of GCC"

#~ msgid "redefinition of `%#T'"

#~ msgid "`%#T' has virtual functions but non-virtual destructor"

#~ msgid "trying to finish struct, but kicked out due to previous parse errors"

#~ msgid "language string `\"%s\"' not recognized"

#~ msgid "cannot resolve overloaded function `%D' based on conversion to type `%T'"

#~ msgid "no matches converting function `%D' to type `%#T'"

#~ msgid "converting overloaded function `%D' to type `%#T' is ambiguous"

#~ msgid "assuming pointer to member `%D'"

#~ msgid "(a pointer to member can only be formed with `&%E')"

#~ msgid "not enough type information"
#~ msgstr "pas assez d'information sur le type"

#~ msgid "argument of type `%T' does not match `%T'"

#~ msgid "invalid operation on uninstantiated type"

#~ msgid "declaration of `%#D'"

#~ msgid "changes meaning of `%D' from `%+#D'"

#~ msgid "inter-module optimisations not implemented yet"

#~ msgid "can't convert from incomplete type `%T' to `%T'"

#~ msgid "conversion of `%E' from `%T' to `%T' is ambiguous"

#~ msgid "converting from `%T' to `%T'"

#~ msgid "cannot convert `%E' from type `%T' to type `%T'"

#~ msgid "pointer to member cast from `%T' to `%T' is via virtual base"

#~ msgid "invalid conversion from '%T' to '%T'"

#~ msgid "conversion from `%T' to `%T' discards qualifiers"

#~ msgid "casting `%T' to `%T' does not dereference pointer"

#~ msgid "cannot convert type `%T' to type `%T'"

#~ msgid "conversion from `%#T' to `%#T'"

#~ msgid "`%#T' used where a `%T' was expected"

#~ msgid "`%#T' used where a floating point value was expected"

#~ msgid "conversion from `%T' to non-scalar type `%T' requested"

#~ msgid "object of incomplete type `%T' will not be accessed in %s"

#~ msgid "object of type `%T' will not be accessed in %s"

#~ msgid "object `%E' of incomplete type `%T' will not be accessed in %s"

#~ msgid "%s cannot resolve address of overloaded function"

#~ msgid "%s is a reference, not call, to function `%E'"

#~ msgid "%s has no effect"
#~ msgstr "%s n'a pas d'effet"

#~ msgid "converting NULL to non-pointer type"
#~ msgstr "conversion d'un NULL vers un type non pointeur"

#~ msgid "ambiguous default type conversion from `%T'"

#~ msgid "  candidate conversions include `%D' and `%D'"

#~ msgid "label `%D' used but not defined"

#~ msgid "label `%D' defined but not used"

#~ msgid "previous declaration of `%D'"

#~ msgid "%Jfunction '%D' redeclared as inline"

#~ msgid "%Jprevious declaration of '%D' with attribute noinline"

#~ msgid "%Jfunction '%D' redeclared with attribute noinline"

#~ msgid "%Jprevious declaration of '%D' was inline"

#~ msgid "shadowing %s function `%#D'"

#~ msgid "library function `%#D' redeclared as non-function `%#D'"

#~ msgid "conflicts with built-in declaration `%#D'"

#~ msgid "new declaration `%#D'"

#~ msgid "ambiguates built-in declaration `%#D'"

#~ msgid "`%#D' redeclared as different kind of symbol"

#~ msgid "previous declaration of `%#D'"

#~ msgid "declaration of template `%#D'"

#~ msgid "conflicts with previous declaration `%#D'"

#~ msgid "ambiguates old declaration `%#D'"

#~ msgid "declaration of C function `%#D' conflicts with"

#~ msgid "previous declaration `%#D' here"

#~ msgid "conflicting declaration '%#D'"

#~ msgid "'%D' has a previous declaration as `%#D'"

#~ msgid "`%#D' previously defined here"

#~ msgid "`%#D' previously declared here"

#~ msgid "prototype for `%#D'"

#~ msgid "%Jfollows non-prototype definition here"

#~ msgid "previous declaration of `%#D' with %L linkage"

#~ msgid "conflicts with new declaration with %L linkage"

#~ msgid "default argument given for parameter %d of `%#D'"

#~ msgid "after previous specification in `%#D'"

#~ msgid "`%#D' was used before it was declared inline"

#~ msgid "%Jprevious non-inline declaration here"

#~ msgid "redundant redeclaration of `%D' in same scope"

#~ msgid "declaration of `%F' throws different exceptions"

#~ msgid "than previous declaration `%F'"

#~ msgid "explicit specialization of %D after first use"

#~ msgid "%J'%D': visibility attribute ignored because it"

#~ msgid "%Jconflicts with previous declaration here"

#~ msgid "implicit declaration of function `%#D'"

#~ msgid "label `%s' referenced outside of any function"

#~ msgid "jump to label `%D'"

#~ msgid "jump to case label"

#~ msgid "%H  from here"

#~ msgid "  crosses initialization of `%#D'"

#~ msgid "  enters scope of non-POD `%#D'"

#~ msgid "  enters try block"
#~ msgstr "  entre dans le bloc d'essais"

#~ msgid "  enters catch block"
#~ msgstr "  entre dans le bloc d'interceptions"

#~ msgid "  from here"

#~ msgid "%J  enters catch block"
#~ msgstr "%J  entre dans le bloc d'interception"

#~ msgid "  skips initialization of `%#D'"

#~ msgid "label named wchar_t"

#~ msgid "duplicate label `%D'"

#~ msgid "`%D' used without template parameters"

#~ msgid "no class template named `%#T' in `%#T'"

#~ msgid "no type named `%#T' in `%#T'"

#~ msgid "%Jan anonymous union cannot have function members"
#~ msgstr "%Jun UNION  anonyme ne peut avoir de fonctions membres"

#~ msgid "member %#D' with constructor not allowed in anonymous aggregate"

#~ msgid "member %#D' with destructor not allowed in anonymous aggregate"

#~ msgid "member %#D' with copy assignment operator not allowed in anonymous aggregate"

#~ msgid "redeclaration of C++ built-in type `%T'"

#~ msgid "multiple types in one declaration"

#~ msgid "missing type-name in typedef-declaration"

#~ msgid "ISO C++ prohibits anonymous structs"
#~ msgstr "ISO C++ interdit les structures anonymes"

#~ msgid "`%D' can only be specified for functions"

#~ msgid "`%D' can only be specified inside a class"

#~ msgid "`%D' can only be specified for constructors"

#~ msgid "`%D' can only be specified for objects and functions"

#~ msgid "typedef `%D' is initialized (use __typeof__ instead)"

#~ msgid "function `%#D' is initialized like a variable"

#~ msgid "declaration of `%#D' has `extern' and is initialized"

#~ msgid "`%#D' is not a static member of `%#T'"

#~ msgid "ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"

#~ msgid "duplicate initialization of %D"
#~ msgstr "initialisation en double de %D"

#~ msgid "declaration of `%#D' outside of class is not definition"

#~ msgid "variable `%#D' has initializer but incomplete type"

#~ msgid "elements of array `%#D' have incomplete type"

#~ msgid "aggregate `%#D' has incomplete type and cannot be defined"

#~ msgid "`%D' declared as reference but not initialized"

#~ msgid "ISO C++ forbids use of initializer list to initialize reference `%D'"

#~ msgid "cannot initialize `%T' from `%T'"

#~ msgid "initializer fails to determine size of `%D'"

#~ msgid "array size missing in `%D'"

#~ msgid "zero-size array `%D'"

#~ msgid "storage size of `%D' isn't known"

#~ msgid "storage size of `%D' isn't constant"

#~ msgid "sorry: semantics of inline function static data `%#D' are wrong (you'll wind up with multiple copies)"

#~ msgid "%J  you can work around this by removing the initializer"
#~ msgstr "%J  vous pouvez contourner cela en enlevant l'initialiseur"

#~ msgid "uninitialized const `%D'"

#~ msgid "brace-enclosed initializer used to initialize `%T'"

#~ msgid "initializer for `%T' must be brace-enclosed"

#~ msgid "ISO C++ does not allow designated initializers"

#~ msgid "`%T' has no non-static data member named `%D'"

#~ msgid "name `%D' used in a GNU-style designated initializer for an array"

#~ msgid "too many initializers for `%T'"

#~ msgid "variable-sized object `%D' may not be initialized"

#~ msgid "`%D' has incomplete type"

#~ msgid "`%D' must be initialized by constructor, not by `{...}'"

#~ msgid "structure `%D' with uninitialized const members"

#~ msgid "structure `%D' with uninitialized reference members"

#~ msgid "assignment (not initialization) in declaration"

#~ msgid "cannot initialize `%D' to namespace `%D'"

#~ msgid "shadowing previous type declaration of `%#D'"

#~ msgid "`%D' cannot be thread-local because it has non-POD type `%T'"

#~ msgid "`%D' is thread-local and so cannot be dynamically initialized"

#~ msgid "invalid catch parameter"

#~ msgid "destructor for alien class `%T' cannot be a member"

#~ msgid "constructor for alien class `%T' cannot be a member"

#~ msgid "`%D' declared as a `virtual' %s"

#~ msgid "`%D' declared as an `inline' %s"

#~ msgid "`const' and `volatile' function specifiers on `%D' invalid in %s declaration"

#~ msgid "`%D' declared as a friend"

#~ msgid "`%D' declared with an exception specification"

#~ msgid "cannot declare `::main' to be a template"

#~ msgid "cannot declare `::main' to be inline"

#~ msgid "cannot declare `::main' to be static"

#~ msgid "`main' must return `int'"

#~ msgid "non-local function `%#D' uses anonymous type"

#~ msgid "`%#D' does not refer to the unqualified type, so it is not used for linkage"

#~ msgid "non-local function `%#D' uses local type `%T'"

#~ msgid "%smember function `%D' cannot have `%T' method qualifier"

#~ msgid "defining explicit specialization `%D' in friend declaration"

#~ msgid "invalid use of template-id `%D' in declaration of primary template"

#~ msgid "default arguments are not allowed in declaration of friend template specialization `%D'"

#~ msgid "`inline' is not allowed in declaration of friend template specialization `%D'"

#~ msgid "definition of implicitly-declared `%D'"

#~ msgid "no `%#D' member function declared in class `%T'"

#~ msgid "non-local variable `%#D' uses local type `%T'"

#~ msgid "invalid in-class initialization of static data member of non-integral type `%T'"

#~ msgid "ISO C++ forbids in-class initialization of non-const static member `%D'"

#~ msgid "ISO C++ forbids initialization of member constant `%D' of non-integral type `%T'"

#~ msgid "size of array `%D' has non-integral type `%T'"

#~ msgid "size of array has non-integral type `%T'"

#~ msgid "size of array `%D' is negative"

#~ msgid "size of array is negative"

#~ msgid "ISO C++ forbids zero-size array `%D'"

#~ msgid "ISO C++ forbids zero-size array"

#~ msgid "size of array `%D' is not an integral constant-expression"

#~ msgid "size of array is not an integral constant-expression"
#~ msgstr "taille du tableau n'est pas une expression de constante de type entier"

#~ msgid "ISO C++ forbids variable-size array `%D'"

#~ msgid "ISO C++ forbids variable-size array"
#~ msgstr "ISO C++ interdit le tableau de taille variable"

#~ msgid "overflow in array dimension"

#~ msgid "declaration of `%D' as %s"

#~ msgid "creating %s"

#~ msgid "declaration of `%D' as multidimensional array must have bounds for all dimensions except the first"

#~ msgid "multidimensional array must have bounds for all dimensions except the first"

#~ msgid "return type specification for constructor invalid"

#~ msgid "return type specification for destructor invalid"

#~ msgid "operator `%T' declared to return `%T'"

#~ msgid "return type specified for `operator %T'"

#~ msgid "destructors must be member functions"

#~ msgid "destructor `%T' must match class name `%T'"

#~ msgid "declarator-id missing; using reserved word `%D'"

#~ msgid "type `%T' is not derived from type `%T'"

#~ msgid "`%T' specified as declarator-id"

#~ msgid "  perhaps you want `%T' for a constructor"

#~ msgid "invalid use of template-name '%E' in a declarator"

#~ msgid "declaration of `%D' as non-function"

#~ msgid "`bool' is now a keyword"

#~ msgid "extraneous `%T' ignored"

#~ msgid "multiple declarations `%T' and `%T'"

#~ msgid "ISO C++ does not support `long long'"

#~ msgid "ISO C++ forbids declaration of `%s' with no type"

#~ msgid "short, signed or unsigned invalid for `%s'"

#~ msgid "long and short specified together for `%s'"

#~ msgid "signed and unsigned given together for `%s'"

#~ msgid "qualifiers are not allowed on declaration of `operator %T'"

#~ msgid "member `%D' cannot be declared both virtual and static"

#~ msgid "`%T::%D' is not a valid declarator"

#~ msgid "storage class specifiers invalid in parameter declarations"

#~ msgid "typedef declaration invalid in parameter declaration"

#~ msgid "virtual outside class declaration"

#~ msgid "storage class specified for %s `%s'"

#~ msgid "top-level declaration of `%s' specifies `auto'"

#~ msgid "storage class specifiers invalid in friend function declarations"

#~ msgid "destructor cannot be static member function"

#~ msgid "destructors may not be `%s'"

#~ msgid "constructor cannot be static member function"

#~ msgid "constructors cannot be declared virtual"

#~ msgid "constructors may not be `%s'"

#~ msgid "return value type specifier for constructor ignored"

#~ msgid "can't initialize friend function `%s'"

#~ msgid "virtual functions cannot be friends"

#~ msgid "friend declaration not in class definition"

#~ msgid "can't define friend function `%s' in a local class definition"

#~ msgid "destructors may not have parameters"

#~ msgid "cannot declare reference to `%#T'"

#~ msgid "cannot declare pointer to `%#T'"

#~ msgid "cannot declare pointer to `%#T' member"

#~ msgid "extra qualification `%T::' on member `%s' ignored"

#~ msgid "cannot declare member function `%T::%s' within `%T'"

#~ msgid "cannot declare member `%T::%s' within `%T'"

#~ msgid "data member may not have variably modified type `%T'"

#~ msgid "parameter may not have variably modified type `%T'"

#~ msgid "only declarations of constructors can be `explicit'"

#~ msgid "non-member `%s' cannot be declared `mutable'"

#~ msgid "non-object member `%s' cannot be declared `mutable'"

#~ msgid "function `%s' cannot be declared `mutable'"

#~ msgid "static `%s' cannot be declared `mutable'"

#~ msgid "const `%s' cannot be declared `mutable'"

#~ msgid "template-id `%D' used as a declarator"

#~ msgid "ISO C++ forbids nested type `%D' with same name as enclosing class"

#~ msgid "%Jtypedef name may not be a nested-name-specifier"

#~ msgid "%Jinvalid type qualifier for non-member function type"
#~ msgstr "%Jqualificateur de type invalide pour un type de fonction non membre"

#~ msgid "type qualifiers specified for friend class declaration"

#~ msgid "`inline' specified for friend class declaration"

#~ msgid "template parameters cannot be friends"

#~ msgid "friend declaration requires class-key, i.e. `friend class %T::%D'"

#~ msgid "friend declaration requires class-key, i.e. `friend %#T'"

#~ msgid "trying to make class `%T' a friend of global scope"

#~ msgid "invalid qualifiers on non-member function type"
#~ msgstr "qualificteurs invalide pour un type de fonction (autre que fonction membre)"

#~ msgid "abstract declarator `%T' used as declaration"

#~ msgid "unnamed variable or field declared void"

#~ msgid "variable or field declared void"

#~ msgid "cannot use `::' in parameter declaration"

#~ msgid "invalid use of `::'"

#~ msgid "function `%D' cannot be declared friend"

#~ msgid "can't make `%D' into a method -- not in a class"

#~ msgid "function `%D' declared virtual inside a union"

#~ msgid "`%D' cannot be declared virtual, since it is always static"

#~ msgid "field `%D' has incomplete type"

#~ msgid "name `%T' has incomplete type"

#~ msgid "  in instantiation of template `%T'"

#~ msgid "`%s' is neither function nor member function; cannot be declared friend"

#~ msgid "member functions are implicitly friends of their class"
#~ msgstr "les fonctions membres sont implicitement amis de leur classe"

#~ msgid "ISO C++ forbids initialization of member `%D'"

#~ msgid "making `%D' static"

#~ msgid "storage class `auto' invalid for function `%s'"

#~ msgid "storage class `register' invalid for function `%s'"

#~ msgid "storage class `__thread' invalid for function `%s'"

#~ msgid "storage class `static' invalid for function `%s' declared out of global scope"

#~ msgid "storage class `inline' invalid for function `%s' declared out of global scope"

#~ msgid "virtual non-class function `%s'"

#~ msgid "cannot declare member function `%D' to have static linkage"

#~ msgid "cannot declare static function inside another function"

#~ msgid "`static' may not be used when defining (as opposed to declaring) a static data member"

#~ msgid "static member `%D' declared `register'"

#~ msgid "cannot explicitly declare member `%#D' to have extern linkage"

#~ msgid "default argument for `%#D' has type `%T'"

#~ msgid "default argument for parameter of type `%T' has type `%T'"

#~ msgid "default argument `%E' uses local variable `%D'"

#~ msgid "invalid string constant `%E'"

#~ msgid "invalid integer constant in parameter list, did you forget to give parameter name?"

#~ msgid "parameter `%D' invalidly declared method type"

#~ msgid "parameter `%D' includes %s to array of unknown bound `%T'"

#~ msgid "invalid constructor; you probably meant `%T (const %T&)'"

#~ msgid "`%D' must be a nonstatic member function"

#~ msgid "`%D' must be either a non-static member function or a non-member function"

#~ msgid "`%D' must have an argument of class or enumerated type"

#~ msgid "conversion to %s%s will never use a type conversion operator"

#~ msgid "ISO C++ prohibits overloading operator ?:"

#~ msgid "postfix `%D' must take `int' as its argument"

#~ msgid "postfix `%D' must take `int' as its second argument"

#~ msgid "`%D' must take either zero or one argument"

#~ msgid "`%D' must take either one or two arguments"

#~ msgid "prefix `%D' should return `%T'"

#~ msgid "postfix `%D' should return `%T'"

#~ msgid "`%D' must take `void'"

#~ msgid "`%D' must take exactly one argument"

#~ msgid "`%D' must take exactly two arguments"

#~ msgid "user-defined `%D' always evaluates both arguments"

#~ msgid "`%D' should return by value"

#~ msgid "`%D' cannot have default arguments"

#~ msgid "using typedef-name `%D' after `%s'"

#~ msgid "using template type parameter `%T' after `%s'"

#~ msgid "`%T' referred to as `%s'"

#~ msgid "`%T' referred to as enum"

#~ msgid "template argument required for `%s %T'"

#~ msgid "use of enum `%#D' without previous declaration"

#~ msgid "derived union `%T' invalid"

#~ msgid "base type `%T' fails to be a struct or class type"

#~ msgid "recursive type `%T' undefined"

#~ msgid "duplicate base type `%T' invalid"

#~ msgid "Java class '%T' cannot have multiple bases"

#~ msgid "Java class '%T' cannot have virtual bases"

#~ msgid "multiple definition of `%#T'"

#~ msgid "%Jprevious definition here"

#~ msgid "no integral type can represent all of the enumerator values for `%T'"

#~ msgid "enumerator value for `%D' not integer constant"

#~ msgid "overflow in enumeration values at `%D'"

#~ msgid "return type `%#T' is incomplete"

#~ msgid "return type for `main' changed to `int'"

#~ msgid "`%D' implicitly declared before its definition"

#~ msgid "`operator=' should return a reference to `*this'"

#~ msgid "parameter `%D' declared void"

#~ msgid "invalid member function declaration"

#~ msgid "`%D' is already defined in class `%T'"

#~ msgid "static member function `%#D' declared with type qualifiers"

#~ msgid "duplicate type qualifiers in %s declaration"

#~ msgid "name missing for member function"
#~ msgstr "nom manquant pour le membre d'une fonction"

#~ msgid "ambiguous conversion for array subscript"
#~ msgstr "comversion ambigue pour un sous-tableau"

#~ msgid "invalid types `%T[%T]' for array subscript"

#~ msgid "deleting array `%#D'"

#~ msgid "type `%#T' argument given to `delete', expected pointer"

#~ msgid "cannot delete a function.  Only pointer-to-objects are valid arguments to `delete'"

#~ msgid "deleting `%T' is undefined"

#~ msgid "invalid declaration of member template `%#D' in local class"

#~ msgid "invalid use of `virtual' in template declaration of `%#D'"

#~ msgid "template declaration of `%#D'"

#~ msgid "Java method '%D' has non-Java return type `%T'"

#~ msgid "Java method '%D' has non-Java parameter type `%T'"

#~ msgid "prototype for `%#D' does not match any in class `%T'"

#~ msgid "local class `%#T' shall not have static data member `%#D'"

#~ msgid "initializer invalid for static member with constructor"
#~ msgstr "initialisation invalide pour un membre statique avec constructeur"

#~ msgid "(an out of class initialization is required)"
#~ msgstr "(une initialisation en dehors de la classe est requise)"

#~ msgid "member `%D' conflicts with virtual function table field name"

#~ msgid "`%D' is already defined in `%T'"

#~ msgid "field initializer is not constant"
#~ msgstr "l'initialisation du champ n'est pas une constante"

#~ msgid "`asm' specifiers are not permitted on non-static data members"

#~ msgid "cannot declare `%D' to be a bit-field type"

#~ msgid "cannot declare bit-field `%D' with function type"

#~ msgid "`%D' is already defined in the class %T"

#~ msgid "static member `%D' cannot be a bit-field"

#~ msgid "initializer specified for non-member function `%D'"

#~ msgid "invalid initializer for virtual method `%D'"

#~ msgid "anonymous struct not inside named type"

#~ msgid "namespace-scope anonymous aggregates must be static"

#~ msgid "anonymous union with no members"

#~ msgid "`operator new' must return type `%T'"

#~ msgid "`operator new' takes type `size_t' (`%T') as first parameter"

#~ msgid "`operator delete' must return type `%T'"

#~ msgid "`operator delete' takes type `%T' as first parameter"

#~ msgid "inline function `%D' used but never defined"

#~ msgid "default argument missing for parameter %P of `%+#D'"

#~ msgid "unexpected letter `%c' in locate_error\n"

#~ msgid "type `%T' is disallowed in Java `throw' or `catch'"

#~ msgid "call to Java `catch' or `throw' with `jthrowable' undefined"

#~ msgid "type `%T' is not derived from `java::lang::Throwable'"

#~ msgid "mixing C++ and Java catches in a single translation unit"

#~ msgid "throwing NULL, which has integral, not pointer type"
#~ msgstr "retounrnant NULL (par throw), lequel est entier, pas de type pointeur"

#~ msgid "`%D' should never be overloaded"

#~ msgid "  in thrown expression"

#~ msgid "expression '%E' of abstract class type '%T' cannot be used in throw-expression"

#~ msgid "exception of type `%T' will be caught"

#~ msgid "   by earlier handler for `%T'"

#~ msgid "`...' handler must be the last handler for its try block"

#~ msgid "`%D' is already a friend of class `%T'"

#~ msgid "invalid type `%T' declared `friend'"

#~ msgid "partial specialization `%T' declared `friend'"

#~ msgid "class `%T' is implicitly friends with itself"

#~ msgid "typename type `%#T' declared `friend'"

#~ msgid "template parameter type `%T' declared `friend'"

#~ msgid "`%#T' is not a template"

#~ msgid "`%D' is already a friend of `%T'"

#~ msgid "`%T' is already a friend of `%T'"

#~ msgid "member `%D' declared as friend before type `%T' defined"

#~ msgid "friend declaration `%#D' declares a non-template function"

#~ 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"

#~ msgid "argument to `%s' missing\n"

#~ msgid "`%D' should be initialized in the member initialization list"

#~ msgid "default-initialization of `%#D', which has reference type"

#~ msgid "uninitialized reference member `%D'"

#~ msgid "uninitialized member `%D' with `const' type `%T'"

#~ msgid "`%D' will be initialized after"

#~ msgid "base `%T' will be initialized after"

#~ msgid "  `%#D'"

#~ msgid "  base `%T'"

#~ msgid "  when initialized here"

#~ msgid "multiple initializations given for `%D'"

#~ msgid "multiple initializations given for base `%T'"

#~ msgid "initializations for multiple members of `%T'"

#~ msgid "base class `%#T' should be explicitly initialized in the copy constructor"

#~ msgid "class `%T' does not have any field named `%D'"

#~ msgid "`%#D' is a static data member; it can only be initialized at its definition"

#~ msgid "`%#D' is not a non-static data member of `%T'"

#~ msgid "unnamed initializer for `%T', which has no base classes"

#~ msgid "unnamed initializer for `%T', which uses multiple inheritance"

#~ msgid "'%D' is both a direct base and an indirect virtual base"

#~ msgid "type `%D' is not a direct or virtual base of `%T'"

#~ msgid "type `%D' is not a direct base of `%T'"

#~ msgid "bad array initializer"
#~ msgstr "mauvaise initialisation de tableau"

#~ msgid "`%T' is not an aggregate type"

#~ msgid "`%T' fails to be an aggregate typedef"

#~ msgid "type `%T' is of non-aggregate type"

#~ msgid "qualified type `%T' does not match destructor name `~%T'"

#~ msgid "incomplete type `%T' does not have member `%D'"

#~ msgid "`%D' is not a member of type `%T'"

#~ msgid "invalid pointer to bit-field `%D'"

#~ msgid "invalid use of non-static member function `%D'"

#~ msgid "invalid use of non-static data member `%D'"

#~ msgid "new of array type fails to specify size"

#~ msgid "size in array new must have integral type"
#~ msgstr "taille d'un nouveau tableau (new) doit avoir un type entier"

#~ msgid "zero size array reserves no space"

#~ msgid "new cannot be applied to a reference type"

#~ msgid "new cannot be applied to a function type"

#~ msgid "call to Java constructor, while `jclass' undefined"

#~ msgid "can't find class$"

#~ msgid "invalid type `void' for new"

#~ msgid "uninitialized const in `new' of `%#T'"

#~ msgid "call to Java constructor with `%s' undefined"

#~ msgid "request for member `%D' is ambiguous"

#~ msgid "ISO C++ forbids initialization in array new"
#~ msgstr "ISO C++ interdit l'initialisation d'un nouveau tableau"

#~ msgid "initializer ends prematurely"

#~ msgid "cannot initialize multi-dimensional array with initializer"
#~ msgstr "ne peut initialiser un table multi-dimensionnel avec initialiseur"

#~ msgid "possible problem detected in invocation of delete operator:"

#~ msgid "neither the destructor nor the class-specific "

#~ msgid "operator delete will be called, even if they are "

#~ msgid "declared when the class is defined."

#~ msgid "unknown array size in delete"
#~ msgstr "taille du tableau inconnue dans delete"

#~ msgid "type to vector delete is neither pointer or array type"
#~ msgstr "type du vesteur delete n'est ni un pointeur ou un type tableau"

#~ msgid "type name expected before `*'"

#~ msgid "junk at end of #pragma %s"

#~ msgid "invalid #pragma %s"
#~ msgstr "#pragma %s invalde"

#~ msgid "#pragma vtable no longer supported"

#~ msgid "#pragma implementation for %s appears after file is included"

#~ msgid "junk at end of #pragma GCC java_exceptions"

#~ msgid "`%D' not defined"

#~ msgid "`%D' was not declared in this scope"

#~ msgid "`%D' undeclared (first use this function)"

#~ msgid "(Each undeclared identifier is reported only once for each function it appears in.)"

#~ msgid "there are no arguments to `%D' that depend on a template parameter, so a declaration of `%D' must be available"

#~ msgid "(if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)"

#~ msgid "call_expr cannot be mangled due to a defect in the C++ ABI"

#~ msgid "omitted middle operand to `?:' operand cannot be mangled"

#~ msgid "the mangled name of `%D' will change in a future version of GCC"

#~ msgid "generic thunk code fails for method `%#D' which uses `...'"

#~ msgid "non-static const member `%#D', can't use default assignment operator"

#~ msgid "non-static reference member `%#D', can't use default assignment operator"

#~ msgid "`%#D' used prior to declaration"

#~ msgid "redeclaration of `wchar_t' as `%T'"

#~ msgid "invalid redeclaration of `%D'"

#~ msgid "as `%D'"

#~ msgid "type mismatch with previous external decl of `%#D'"

#~ msgid "previous external decl of `%#D'"

#~ msgid "`%D' was previously implicitly declared to return `int'"

#~ msgid "extern declaration of `%#D' doesn't match"

#~ msgid "global declaration `%#D'"

#~ msgid "declaration of '%#D' shadows a parameter"

#~ msgid "declaration of '%D' shadows a member of 'this'"

#~ msgid "declaration of '%D' shadows a previous local"

#~ msgid "declaration of '%D' shadows a global declaration"

#~ msgid "name lookup of `%D' changed"

#~ msgid "  matches this `%D' under ISO standard rules"

#~ msgid "  matches this `%D' under old rules"

#~ msgid "name lookup of `%D' changed for new ISO `for' scoping"

#~ msgid "  cannot use obsolete binding at `%D' because it has a destructor"

#~ msgid "  using obsolete binding at `%D'"

#~ msgid "%s %s(%E) %p %d\n"
#~ msgstr "%s %s(%E) %p %d\n"

#~ msgid "%s %s %p %d\n"
#~ msgstr "%s %s %p %d\n"

#~ msgid "XXX is_class_level != (current_scope == class_scope)\n"
#~ msgstr "XXX is_class_level != (current_scope == class_scope)\n"

#~ msgid "`%#D' hides constructor for `%#T'"

#~ msgid "`%#D' conflicts with previous using declaration `%#D'"

#~ msgid "previous non-function declaration `%#D'"

#~ msgid "conflicts with function declaration `%#D'"

#~ msgid "a using-declaration cannot specify a template-id.  Try `using %D'"

#~ msgid "namespace `%D' not allowed in using-declaration"

#~ msgid "`%T' is not a namespace"

#~ msgid "`%D' not declared"

#~ msgid "`%D' is already declared in this scope"

#~ msgid "using declaration `%D' introduced ambiguous type `%T'"

#~ msgid "`%#D' redeclared as %C"

#~ msgid "`%D' has the same name as the class in which it is declared"

#~ msgid "using-declaration for non-member at class scope"

#~ msgid "using-declaration cannot name destructor"

#~ msgid "declaration of `%D' not in a namespace surrounding `%D'"

#~ msgid "`%D' should have been declared inside `%D'"

#~ msgid "namespace alias `%D' not allowed here, assuming `%D'"

#~ msgid "unknown namespace `%D'"

#~ msgid "namespace `%T' undeclared"

#~ msgid "strong using only meaningful at namespace scope"

#~ msgid "`%D' attribute directive ignored"

#~ msgid "use of `%D' is ambiguous"

#~ msgid "  first declared as `%#D' here"

#~ msgid "  also declared as `%#D' here"

#~ msgid "`%D' denotes an ambiguous type"

#~ msgid "%J  first type here"
#~ msgstr "%J  premier type ici"

#~ msgid "%J  other type here"
#~ msgstr "%J  autre type ici"

#~ msgid "invalid use of `%D'"

#~ msgid "`%D::%D' is not a template"

#~ msgid "`%D' undeclared in namespace `%D'"

#~ msgid "`%D' is not a function,"

#~ msgid "  conflict with `%D'"

#~ msgid "XXX entering pop_everything ()\n"
#~ msgstr "XXX on entre dans pop_everything ()\n"

#~ msgid "XXX leaving pop_everything ()\n"
#~ msgstr "XXX on quitte pop_everything ()\n"

#~ msgid "invalid token"
#~ msgstr "jeton invalide"

#~ msgid "`%D::%D' has not been declared"

#~ msgid "`::%D' has not been declared"

#~ msgid "`%D' has not been declared"

#~ msgid "`%D::%D' %s"

#~ msgid "`::%D' %s"

#~ msgid "`%D' %s"

#~ msgid "new types may not be defined in a return type"

#~ msgid "`%T' is not a template"

#~ msgid "invalid template-id"
#~ msgstr "id de canevas invalide"

#~ msgid "%s cannot appear in a constant-expression"

#~ msgid "`%s' does not name a type"

#~ msgid "(perhaps `typename %T::%s' was intended)"

#~ msgid "ISO C++ forbids braced-groups within expressions"

#~ msgid "statement-expressions are allowed only inside functions"

#~ msgid "`this' may not be used in this context"

#~ msgid "local variable `%D' may not appear in this context"

#~ msgid "typedef-name `%D' used as destructor declarator"

#~ msgid "ISO C++ forbids compound-literals"

#~ msgid "array bound forbidden after parenthesized type-id"

#~ msgid "try removing the parentheses around the type-id"

#~ msgid "expression in new-declarator must have integral or enumeration type"

#~ msgid "use of old-style cast"
#~ msgstr "utilisation d'un vieux style de transtypage (cast)"

#~ msgid "case label `%E' not within a switch statement"

#~ msgid "ISO C++ forbids computed gotos"

#~ msgid "extra `;'"

#~ msgid "mixing declarations and function-definitions is forbidden"

#~ msgid "duplicate `friend'"

#~ msgid "class definition may not be declared a friend"

#~ msgid "only constructors take base initializers"
#~ msgstr "seuls les constructeurs prennent des initialiseurs de base"

#~ msgid "anachronistic old-style base class initializer"
#~ msgstr "ancien style anachronique d'initialiseur de classe de base"

#~ msgid "keyword `export' not implemented, and will be ignored"

#~ msgid "`<::' cannot begin a template-argument list"

#~ msgid "`<:' is an alternate spelling for `['. Insert whitespace between `<' and `::'"

#~ msgid "(if you use `-fpermissive' G++ will accept your code)"

#~ msgid "non-template `%D' used as template"

#~ msgid "(use `%T::template %D' to indicate that it is a template)"

#~ msgid "using `typename' outside of template"

#~ msgid "expected type-name"
#~ msgstr "un nom de type attendu"

#~ msgid "type attributes are honored only at type definition"

#~ msgid "a template-id may not appear in a using-declaration"

#~ msgid "an asm-specification is not allowed on a function-definition"

#~ msgid "attributes are not allowed on a function-definition"

#~ msgid "attributes after parenthesized initializer ignored"

#~ msgid "file ends in default argument"

#~ msgid "deprecated use of default argument for parameter of non-function"

#~ msgid "default arguments are only permitted for function parameters"

#~ msgid "declaration of `%D' in `%D' which does not enclose `%D'"

#~ msgid "extra qualification ignored"

#~ msgid "an explicit specialization must be preceded by 'template <>'"

#~ msgid "extra semicolon"

#~ msgid "a class-key must be used when declaring a friend"

#~ msgid "friend declaration does not name a class or function"

#~ msgid "pure-specifier on function-definition"

#~ msgid "keyword `typename' not allowed outside of templates"

#~ msgid "keyword `typename' not allowed in this context (the base class is implicitly a type)"

#~ msgid "reference to `%D' is ambiguous"

#~ msgid "too few template-parameter-lists"

#~ msgid "too many template-parameter-lists"

#~ msgid "invalid function declaration"

#~ msgid "named return values are no longer supported"

#~ msgid "`>>' should be `> >' within a nested template argument list"

#~ msgid "spurious `>>', use `>' to terminate a template argument list"

#~ msgid "missing `>' to terminate the template argument list"

#~ msgid "`%s' tag used in naming `%#T'"

#~ msgid "%D redeclared with different access"

#~ msgid "`template' (as a disambiguator) is only allowed within templates"

#~ msgid "data member `%D' cannot be a member template"

#~ msgid "invalid member template declaration `%D'"

#~ msgid "explicit specialization in non-namespace scope `%D'"

#~ msgid "enclosing class templates are not explicitly specialized"

#~ msgid "specializing `%#T' in different namespace"

#~ msgid "  from definition of `%#D'"

#~ msgid "specialization of `%T' after instantiation"

#~ msgid "specialization `%T' after instantiation `%T'"

#~ msgid "explicit specialization of non-template `%T'"

#~ msgid "specialization of %D after instantiation"

#~ msgid "%s %+#D"
#~ msgstr "%s %+#D"

#~ msgid "`%D' is not a function template"

#~ msgid "template-id `%D' for `%+D' does not match any template declaration"

#~ msgid "ambiguous template specialization `%D' for `%+D'"

#~ msgid "template-id `%D' in declaration of primary template"

#~ msgid "template parameter list used in explicit instantiation"

#~ msgid "definition provided for explicit instantiation"

#~ msgid "too many template parameter lists in declaration of `%D'"

#~ msgid "too few template parameter lists in declaration of `%D'"

#~ msgid "explicit specialization not preceded by `template <>'"

#~ msgid "partial specialization `%D' of function template"

#~ msgid "default argument specified in explicit specialization"

#~ msgid "template specialization with C linkage"

#~ msgid "specialization of implicitly-declared special member function"

#~ msgid "no member function `%D' declared in `%T'"

#~ msgid "too many template parameter lists in declaration of `%T'"

#~ msgid " shadows template parm `%#D'"

#~ msgid "template parameters not used in partial specialization:"

#~ msgid "        `%D'"

#~ msgid "partial specialization `%T' does not specialize any template arguments"

#~ msgid "template argument `%E' involves template parameter(s)"

#~ msgid "type `%T' of template argument `%E' depends on template parameter(s)"

#~ msgid "no default argument for `%D'"

#~ msgid "template with C linkage"
#~ msgstr "canevas avec liaison C"

#~ msgid "template class without a name"
#~ msgstr "canevas de classe sans nom"

#~ msgid "destructor `%D' declared as member template"

#~ msgid "`%D' does not declare a template type"

#~ msgid "template definition of non-template `%#D'"

#~ msgid "expected %d levels of template parms for `%#D', got %d"

#~ msgid "got %d template parameters for `%#D'"

#~ msgid "got %d template parameters for `%#T'"

#~ msgid "  but %d required"
#~ msgstr "  mais %d son requis"

#~ msgid "`%T' is not a template type"

#~ msgid "previous declaration `%D'"

#~ msgid "used %d template parameter%s instead of %d"

#~ msgid "template parameter `%#D'"

#~ msgid "redeclared here as `%#D'"

#~ msgid "redefinition of default argument for `%#D'"

#~ msgid "%J  original definition appeared here"

#~ msgid "`%E' is not a valid template argument"

#~ msgid "it must be the address of a function with external linkage"

#~ msgid "it must be the address of an object with external linkage"

#~ msgid "it must be a pointer-to-member of the form `&X::Y'"

#~ msgid "string literal %E is not a valid template argument because it is the address of an object with static linkage"

#~ msgid "address of non-extern `%E' cannot be used as template argument"

#~ msgid "non-constant `%E' cannot be used as template argument"

#~ msgid "type '%T' cannot be used as a value for a non-type template-parameter"

#~ msgid "invalid use of '%D' as a non-type template-argument"

#~ msgid "invalid use of '%E' as a non-type template-argument"

#~ msgid "to refer to a type member of a template parameter, use `typename %E'"

#~ msgid "type/value mismatch at argument %d in template parameter list for `%D'"

#~ msgid "  expected a constant of type `%T', got `%T'"

#~ msgid "  expected a class template, got `%E'"

#~ msgid "  expected a type, got `%E'"

#~ msgid "  expected a type, got `%T'"

#~ msgid "  expected a class template, got `%T'"

#~ msgid "  expected a template of type `%D', got `%D'"

#~ msgid "could not convert template argument `%E' to `%T'"

#~ msgid "wrong number of template arguments (%d, should be %d)"

#~ msgid "provided for `%D'"

#~ msgid "template argument %d is invalid"
#~ msgstr "canevas de l'argument %d est invalide"

#~ msgid "non-template used as template"

#~ msgid "non-template type `%T' used as a template"

#~ msgid "for template declaration `%D'"

#~ msgid "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN to increase the maximum) instantiating `%D'"

#~ msgid "ambiguous class template instantiation for `%#T'"

#~ msgid "%s %+#T"
#~ msgstr "%s %+#T"

#~ msgid "instantiation of `%D' as type `%T'"

#~ msgid "invalid parameter type `%T'"

#~ msgid "in declaration `%D'"

#~ msgid "creating pointer to member function of non-class type `%T'"

#~ msgid "creating array with size zero"

#~ msgid "creating array with size zero (`%E')"

#~ msgid "forming reference to void"

#~ msgid "forming %s to reference type `%T'"

#~ msgid "creating pointer to member of non-class type `%T'"

#~ msgid "creating pointer to member reference type `%T'"

#~ msgid "creating array of `%T'"

#~ msgid "creating array of `%T', which is an abstract class type"

#~ msgid "`%T' is not a class, struct, or union type"

#~ msgid "use of `%s' in template"

#~ msgid "dependent-name `%E' is parsed as a non-type, but instantiation yields a type"

#~ msgid "say `typename %E' if a type is meant"

#~ msgid "`%T' uses anonymous type"

#~ msgid "`%T' uses local type `%T'"

#~ msgid "`%T' is a variably modified type"

#~ msgid "integral expression `%E' is not constant"

#~ msgid "  trying to instantiate `%D'"

#~ msgid "incomplete type unification"

#~ msgid "use of `%s' in template type unification"

#~ msgid "explicit instantiation of non-template `%#D'"

#~ msgid "no matching template for `%D' found"

#~ msgid "explicit instantiation of `%#D'"

#~ msgid "duplicate explicit instantiation of `%#D'"

#~ msgid "ISO C++ forbids the use of `extern' on explicit instantiations"

#~ msgid "storage class `%D' applied to template instantiation"

#~ msgid "explicit instantiation of non-template type `%T'"

#~ msgid "explicit instantiation of `%#T' before definition of template"

#~ msgid "ISO C++ forbids the use of `%s' on explicit instantiations"

#~ msgid "duplicate explicit instantiation of `%#T'"

#~ msgid "explicit instantiation of `%D' but no definition available"

#~ msgid "`%#T' is not a valid type for a template constant parameter"

#~ msgid "-frepo must be used with -c"

#~ msgid "mysterious repository information in %s"

#~ msgid "can't create repository information file `%s'"

#~ msgid "cannot use typeid with -fno-rtti"
#~ msgstr "ne peut utiliser typeid avec -fno-rtti"

#~ msgid "must #include <typeinfo> before using typeid"
#~ msgstr "doit utiliser  #include <typeinfo> avant d'utiliser typeid"

#~ msgid "cannot create type information for type `%T' because its size is variable"

#~ msgid "dynamic_cast of `%#D' to `%#T' can never succeed"

#~ msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"

#~ msgid "`%T' is an ambiguous base of `%T'"

#~ msgid "`%T' is an inaccessible base of `%T'"

#~ msgid "invalid covariant return type for `%#D'"

#~ msgid "  overriding `%#D'"

#~ msgid "conflicting return type specified for `%#D'"

#~ msgid "looser throw specifier for `%#F'"

#~ msgid "  overriding `%#F'"

#~ msgid "`%#D' cannot be declared"

#~ msgid "  since `%#D' declared in base class"

#~ msgid "`%#D' needs a final overrider"

#~ msgid "type of asm operand `%E' could not be determined"

#~ msgid "invalid use of member `%D' in static member function"

#~ msgid "from this location"

#~ msgid "object missing in reference to `%D'"

#~ msgid "arguments to destructor are not allowed"
#~ msgstr "arguments au destructeur ne sont pas permis"

#~ msgid "`this' is unavailable for static member functions"

#~ msgid "invalid use of `this' in non-member function"

#~ msgid "invalid use of `this' at top level"

#~ msgid "invalid qualifying scope in pseudo-destructor name"

#~ msgid "`%E' is not of type `%T'"

#~ msgid "template type parameters must use the keyword `class' or `typename'"

#~ msgid "invalid use of type `%T' as a default value for a template template-parameter"

#~ msgid "invalid use of `%D' as a default value for a template template-parameter"

#~ msgid "invalid default argument for a template template parameter"

#~ msgid "definition of `%#T' inside template parameter list"

#~ msgid "invalid definition of qualified type `%T'"

#~ msgid "previous definition of `%#T'"

#~ msgid "invalid base-class specification"

#~ msgid "base class `%T' has cv qualifiers"

#~ msgid "multiple declarators in template declaration"

#~ msgid "incomplete type `%T' used in nested name specifier"

#~ msgid "`%D' is not a member of `%T'"

#~ msgid "`%D' is not a member of `%D'"

#~ msgid "template parameter `%D' of type `%T' is not allowed in an integral constant expression because it is not of integral or enumeration type"

#~ msgid "`%D' cannot appear in a constant-expression"

#~ msgid "use of namespace `%D' as expression"

#~ msgid "use of class template `%T' as expression"

#~ msgid "request for member `%D' is ambiguous in multiple inheritance lattice"

#~ msgid "use of %s from containing function"
#~ msgstr "utilisation de %s d'un fonction contenante"

#~ msgid "  `%#D' declared here"

#~ msgid "type of `%E' is unknown"

#~ msgid "non-lvalue in %s"
#~ msgstr "n'est pas un membre gauche dans %s"

#~ msgid "`%V' qualifiers cannot be applied to `%T'"

#~ msgid "`%s' attribute can only be applied to Java class definitions"

#~ msgid "`%s' attribute can only be applied to class definitions"

#~ msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default"

#~ msgid "requested init_priority is not an integer constant"

#~ msgid "can only use `%s' attribute on file-scope definitions of objects of class type"

#~ msgid "requested init_priority is out of range"

#~ msgid "requested init_priority is reserved for internal use"

#~ msgid "`%s' attribute is not supported on this platform"

#~ msgid "lang_* check: failed in %s, at %s:%d"

#~ msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"

#~ msgid "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"

#~ msgid "%s between distinct pointer-to-member types `%T' and `%T' lacks a cast"

#~ msgid "invalid application of `%s' to a member function"

#~ msgid "invalid application of `%s' to a bit-field"

#~ msgid "ISO C++ forbids applying `%s' to an expression of function type"

#~ msgid "invalid use of non-static member function"
#~ msgstr "utilisation invalide d'un membre non statique de fonction"

#~ msgid "deprecated conversion from string constant to `%T'"

#~ msgid "request for member `%D' in `%E', which is of non-class type `%T'"

#~ msgid "invalid use of nonstatic data member '%E'"

#~ msgid "invalid access to non-static data member `%D' of NULL object"

#~ msgid "(perhaps the `offsetof' macro was used incorrectly)"

#~ msgid "the type being destroyed is `%T', but the destructor refers to `%T'"

#~ msgid "`%D::%D' is not a member of `%T'"

#~ msgid "`%T' is not a base of `%T'"

#~ msgid "'%D' has no member named '%E'"

#~ msgid "`%D' is not a member template function"

#~ msgid "`%T' is not a pointer-to-object type"

#~ msgid "invalid use of `%s' on pointer to member"

#~ msgid "invalid type argument"
#~ msgstr "type d'argument invalide"

#~ msgid "ISO C++ forbids subscripting non-lvalue array"
#~ msgstr "ISO C++ interdit le souscriptage de non lvalue de tableau"

#~ msgid "subscripting array declared `register'"

#~ msgid "object missing in use of `%E'"

#~ msgid "ISO C++ forbids calling `::main' from within program"

#~ msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"

#~ msgid "`%E' cannot be used as a function"

#~ msgid "too many arguments to %s `%+#D'"

#~ msgid "at this point in file"

#~ msgid "parameter %P of `%D' has incomplete type `%T'"

#~ msgid "parameter %P has incomplete type `%T'"

#~ msgid "too few arguments to %s `%+#D'"

#~ msgid "assuming cast to type `%T' from overloaded function"

#~ msgid "division by zero in `%E / 0'"

#~ msgid "division by zero in `%E / 0.'"

#~ msgid "division by zero in `%E %% 0'"

#~ msgid "division by zero in `%E %% 0.'"

#~ msgid "%s rotate count is negative"

#~ msgid "%s rotate count >= width of type"
#~ msgstr "compteur de rotation %s >= largeur du type"

#~ msgid "ISO C++ forbids comparison between pointer and integer"
#~ msgstr "ISO C++ interdit la comparaison entre un pointeur et un entier"

#~ msgid "comparison between types `%#T' and `%#T'"

#~ msgid "comparison between signed and unsigned integer expressions"

#~ msgid "invalid operands of types `%T' and `%T' to binary `%O'"

#~ msgid "NULL used in arithmetic"

#~ msgid "ISO C++ forbids using pointer of type `void *' in subtraction"

#~ msgid "ISO C++ forbids using pointer to a function in subtraction"
#~ msgstr "ISO C++ interdit l'utilisation d'un pointeur survers une fonction dans une soustraction"

#~ msgid "ISO C++ forbids using pointer to a method in subtraction"

#~ msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"

#~ msgid "invalid use of '%E' to form a pointer-to-member-function.  Use a qualified-id."

#~ msgid "parenthesis around '%E' cannot be used to form a pointer-to-member-function"

#~ msgid "taking address of temporary"
#~ msgstr "prise de l'adresse du temporaire"

# FIXME: I18N
#~ msgid "ISO C++ forbids %sing an enum"
#~ msgstr "ISO C++ interdit de %ser un enum"

#~ msgid "cannot %s a pointer to incomplete type `%T'"

#~ msgid "ISO C++ forbids %sing a pointer of type `%T'"

#~ msgid "cast to non-reference type used as lvalue"

#~ msgid "invalid use of `--' on bool variable `%D'"

#~ msgid "ISO C++ forbids taking address of function `::main'"

#~ 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'"

#~ msgid "ISO C++ forbids taking the address of a bound member function to form a pointer to member function.  Say `&%T::%D'"

#~ msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
#~ msgstr "ISO C++ interdit de prendre l'adresse du transtypage vers une expression n'etant pas membre gauche"

#~ msgid "unary `&'"

#~ msgid "attempt to take address of bit-field structure member `%D'"

#~ msgid "taking address of destructor"
#~ msgstr "prise de l'adresse du destructeur"

#~ msgid "taking address of bound pointer-to-member expression"
#~ msgstr "prise de l'adresse de la borne de l'expression d'un pointeur-vers-un membre"

#~ msgid "cannot create pointer to reference member `%D'"

#~ msgid "cannot take the address of `this', which is an rvalue expression"

#~ msgid "address requested for `%D', which is declared `register'"

#~ msgid "%s expression list treated as compound expression"

#~ msgid "%s from type `%T' to type `%T' casts away constness"

#~ msgid "invalid static_cast from type `%T' to type `%T'"

#~ msgid "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"

#~ msgid "reinterpret_cast from `%T' to `%T' loses precision"

#~ msgid "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
#~ msgstr "ISO C++ interdit le transtypage entre un pointeur de fonction et un pointeur d'objet"

#~ msgid "invalid reinterpret_cast from type `%T' to type `%T'"

#~ msgid "invalid use of const_cast with type `%T', which is not a pointer, reference, nor a pointer-to-data-member type"

#~ msgid "invalid use of const_cast with type `%T', which is a pointer or reference to a function type"

#~ msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"

#~ msgid "invalid const_cast from type `%T' to type `%T'"

#~ msgid "ISO C++ forbids casting to an array type `%T'"

#~ msgid "invalid cast to function type `%T'"

#~ msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"

#~ msgid "cast from `%T' to `%T' increases required alignment of target type"

#~ msgid "  in evaluation of `%Q(%#T, %#T)'"

#~ msgid "ISO C++ forbids cast to non-reference type used as lvalue"

#~ msgid "incompatible types in assignment of `%T' to `%T'"

#~ msgid "ISO C++ forbids assignment of arrays"
#~ msgstr "ISO C++ interdit l'affectation de tableaux"

#~ msgid "   in pointer to member function conversion"
#~ msgstr "   dans la conversion d'un pointeur vers un membre de fonction"

#~ msgid "   in pointer to member conversion"
#~ msgstr "   dans la conversion d'un pointeur vers un membre"

#~ msgid "pointer to member cast via virtual base `%T'"

#~ msgid "pointer to member conversion via virtual base `%T'"

#~ msgid "invalid conversion to type `%T' from type `%T'"

#~ msgid "passing NULL used for non-pointer %s %P of `%D'"

#~ msgid "%s to non-pointer type `%T' from NULL"

#~ msgid "passing `%T' for %s %P of `%D'"

#~ msgid "%s to `%T' from `%T'"

#~ msgid "passing negative value `%E' for %s %P of `%D'"

#~ msgid "%s of negative value `%E' to `%T'"

#~ msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"

#~ msgid "cannot convert `%T' to `%T' in %s"

#~ msgid "in passing argument %P of `%+D'"

#~ msgid "returning reference to temporary"

#~ msgid "reference to non-lvalue returned"

#~ msgid "reference to local variable `%D' returned"

#~ msgid "address of local variable `%D' returned"

#~ msgid "returning a value from a destructor"

#~ msgid "cannot return from a handler of a function-try-block of a constructor"
#~ msgstr "ne peut retourner d'un handler d'une fonction try-block d'un constructeur"

#~ msgid "returning a value from a constructor"

#~ msgid "return-statement with no value, in function returning '%T'"

#~ msgid "return-statement with a value, in function returning 'void'"

#~ msgid "`operator new' must not return NULL unless it is declared `throw()' (or -fcheck-new is in effect)"

#~ msgid "type `%T' is not a base type for type `%T'"

#~ msgid "cannot declare variable `%D' to be of type `%T'"

#~ msgid "cannot declare parameter `%D' to be of type `%T'"

#~ msgid "cannot declare field `%D' to be of type `%T'"

#~ msgid "invalid return type for member function `%#D'"

#~ msgid "invalid return type for function `%#D'"

#~ msgid "cannot allocate an object of type `%T'"

#~ msgid "  because the following virtual functions are abstract:"
#~ msgstr "  parce que les fonctions viruelles suivantes sont abstraites:"

#~ msgid "\t%#D"
#~ msgstr "\t%#D"

#~ msgid "  since type `%T' has abstract virtual functions"

#~ msgid "constructor syntax used, but no constructor declared for type `%T'"

#~ msgid "cannot initialize arrays using this syntax"
#~ msgstr "ne peut initialiser les tableaux en utilisant la syntaxe"

#~ msgid "initializing array with parameter list"

#~ msgid "initializer for scalar variable requires one element"

#~ msgid "braces around scalar initializer for `%T'"

#~ msgid "ignoring extra initializers for `%T'"

#~ msgid "variable-sized object of type `%T' may not be initialized"

#~ msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"

#~ msgid "aggregate has a partly bracketed initializer"

#~ msgid "non-trivial labeled initializers"

#~ msgid "non-empty initializer for array of empty elements"

#~ msgid "initializer list for object of class with virtual base classes"
#~ msgstr "liste d'initialiseurs pour les objets de classe avec classes de base virtuelles"

#~ msgid "initializer list for object of class with base classes"
#~ msgstr "liste d'initialiseurs pour les objets de classe avec classes de base"

#~ msgid "initializer list for object using virtual functions"
#~ msgstr "liste d'initialiseurs pour objet utilisant des fonctions virtuelles"

#~ msgid "missing initializer for member `%D'"

#~ msgid "uninitialized const member `%D'"

#~ msgid "member `%D' with uninitialized const fields"

#~ msgid "member `%D' is uninitialized reference"

#~ msgid "index value instead of field name in union initializer"
#~ msgstr "valeur index au lieu du nom de champ dans l'initialiseur d'union"

#~ msgid "no field `%D' in union being initialized"

#~ msgid "union `%T' with no named members cannot be initialized"

#~ msgid "excess elements in aggregate initializer"

#~ msgid "circular pointer delegation detected"

#~ msgid "base operand of `->' has non-pointer type `%T'"

#~ msgid "result of `operator->()' yields non-pointer result"

#~ msgid "base operand of `->' is not a pointer"

#~ msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"

#~ msgid "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"

#~ msgid "member type `%T::' incompatible with object type `%T'"

#~ msgid "call to function `%D' which throws incomplete type `%#T'"

#~ msgid "call to function which throws incomplete type `%#T'"

#~ msgid "%s is deprecated, please see the documentation for details"

#~ msgid "note:"
#~ msgstr "note :"

#~ msgid "warning:"
#~ msgstr "avertissement :"

#~ msgid "fatal:"
#~ msgstr "fatal :"

#~ msgid "(continued):"
#~ msgstr "(suite) :"

#~ msgid "[REPORT BUG!!] %"
#~ msgstr "[RAPPORTER L'ANOMALIE!!] %"

#~ msgid "[REPORT BUG!!]"
#~ msgstr "[RAPPORTER L'ANOMALIE!!]"

#~ msgid "ASSIGN'ed label cannot fit into `%A' at %0 -- using wider sibling"

#~ msgid "no INTEGER type can hold a pointer on this configuration"
#~ msgstr "AUCUN type ENTIER ne peut tenir un pointeur sur cette configuration"

#~ msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
#~ msgstr "configuration : REAL, INTEGER, et LOGICAL ont %d bits,"

#~ msgid "and pointers are %d bits wide, but g77 doesn't yet work"
#~ msgstr "et les pointeurs ont %d bits, mais g77 ne fonctionne pas encore"

#~ msgid "properly unless they all are 32 bits wide"

#~ msgid "Please keep this in mind before you report bugs."

#~ msgid "configuration: char * holds %d bits, but ftnlen only %d"
#~ msgstr "configuration: char * contient %d bits, mais ftnlen seulement %d"

#~ msgid ""
#~ "configuration: char * holds %d bits, but INTEGER only %d --\n"
#~ " ASSIGN statement might fail"
#~ msgstr ""
#~ "configuration: char * contient %d bits, mais INTEGER seulement %d --\n"

#~ msgid "In statement function"

#~ msgid "Outside of any program unit:\n"

#~ msgid "%A from %B at %0%C"

#~ msgid "At %0, INCLUDE file %A exists, but is not readable"

#~ msgid "At %0, INCLUDE nesting too deep"

#~ msgid "Two arithmetic operators in a row at %0 and %1 -- use parentheses"

#~ msgid "Operator at %0 has lower precedence than that at %1 -- use parentheses"

#~ msgid "Use .EQV./.NEQV. instead of .EQ./.NE. at %0 for LOGICAL operands at %1 and %2"

#~ msgid "Unsupported operand for ** at %1 -- converting to default INTEGER"

#~ msgid "overflowed output arg list for `%s'"

#~ msgid ""
#~ "GNU Fortran comes with NO WARRANTY, to the extent permitted by law.\n"
#~ "You may redistribute copies of GNU Fortran\n"
#~ "under the terms of the GNU General Public License.\n"
#~ "For more information about these matters, see the file named COPYING\n"
#~ "or type the command `info -f g77 Copying'.\n"
#~ msgstr ""
#~ "GNU Fortran est fourni sans aucune garantie, selon les limites permises par la loi.\n"
#~ "Vous pouvez redistribuer des copies de GNU Fortran\n"
#~ "selon les termes de la GNU General Public License.\n"
#~ "ou taper la commande `info -f g77 Copying'.\n"

#~ msgid "--driver no longer supported"

#~ msgid "argument to `%s' missing"

#~ msgid "no input files; unwilling to write output files"

#~ msgid "Implicit declaration of `%A' at %0"

#~ msgid "Non-ISO-C-standard escape sequence `\\%A' at %0"

#~ msgid "Unknown escape sequence `\\%A' at %0"

#~ msgid "Unterminated escape sequence `\\' at %0"

#~ msgid "Unknown escape sequence `\\' followed by char code 0x%A at %0"

#~ msgid "\\x used at %0 with no following hex digits"

#~ msgid "Hex escape at %0 out of range"

#~ msgid "Escape sequence at %0 out of range for character"

#~ msgid "hex escape out of range"

#~ msgid "non-ANSI-standard escape sequence, `\\%c'"

#~ msgid "non-ISO escape sequence `\\%c'"

#~ msgid "unknown escape sequence `\\%c'"

#~ msgid "unknown escape sequence: `\\' followed by char code 0x%x"

#~ msgid "badly formed directive -- no closing quote"

#~ msgid "#-lines for entering and leaving files don't match"
#~ msgstr "#-lines pour entrer et quitter les fichiers ne concordent pas"

#~ msgid "bad directive -- missing close-quote"

#~ msgid "invalid #ident"
#~ msgstr "#ident invalide"

#~ msgid "undefined or invalid # directive"

#~ msgid "invalid #line"
#~ msgstr "#ligne invalide"

#~ msgid "use `#line ...' instead of `# ...' in first line"

#~ msgid "invalid #-line"
#~ msgstr "#-line invalide"

#~ msgid "Null character at %0 -- line ignored"

#~ msgid "INCLUDE at %0 not the only statement on the source line"

#~ msgid "ASSIGNed FORMAT specifier is too small"

#~ msgid "SELECT CASE on CHARACTER type (at %0) not supported -- sorry"

#~ msgid "SELECT (at %0) has duplicate cases -- check integer overflow of CASE(s)"

#~ msgid "ASSIGN to variable that is too small"

#~ msgid "ASSIGNed GOTO target variable is too small"
#~ msgstr "variable cible par ASSIGN GOTO est trop petite"

#~ msgid "Local adjustable symbol `%A' at %0"

#~ msgid "data initializer on host with different endianness"

#~ msgid "-fvxt-not-f90 no longer supported -- try -fvxt"

#~ msgid "-ff90-not-vxt no longer supported -- try -fno-vxt -ff90"

#~ msgid "-fdebug-kludge is disabled, use normal debugging flags"

#~ msgid "Missing first operand for binary operator at %0"

#~ msgid "Zero-length character constant at %0"

#~ msgid "Invalid token at %0 in expression or subexpression at %1"

#~ msgid "Missing operand for operator at %1 at end of expression at %0"

#~ msgid "Label %A already defined at %1 when redefined at %0"

#~ msgid "Unrecognized character at %0 [info -f g77 M LEX]"

#~ msgid "Label definition %A at %0 on empty statement (as of %1)"

#~ msgid "Invalid first character at %0 [info -f g77 M LEX]"

#~ msgid "Line too long as of %0 [info -f g77 M LEX]"
#~ msgstr "Ligne trop longue tel que %0 [info -f g77 M LEX]"

#~ msgid "Non-numeric character at %0 in label field [info -f g77 M LEX]"

#~ msgid "Label number at %0 not in range 1-99999"

#~ msgid "At %0, '!' and '/*' are not valid comment delimiters"

#~ msgid "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"

#~ msgid "Label at %0 invalid with continuation line indicator at %1 [info -f g77 M LEX]"

#~ msgid "Character constant at %0 has no closing apostrophe at %1"

#~ msgid "Hollerith constant at %0 specified %A more characters than are present as of %1"

#~ msgid "Missing close parenthese at %0 needed to match open parenthese at %1"

#~ msgid "Integer at %0 too large"

#~ msgid "Period at %0 not followed by digits for floating-point number or by `NOT.', `TRUE.', or `FALSE.'"

#~ msgid "Missing close-period between `.%A' at %0 and %1"

#~ msgid "Invalid exponent at %0 for real constant at %1; nondigit `%A' in exponent field"

#~ msgid "Missing value at %1 for real-number exponent at %0"

#~ msgid "Expected binary operator between expressions at %0 and at %1"

#~ msgid "Semicolon at %0 is an invalid token"

#~ msgid "Extraneous comma in FORMAT statement at %0"

#~ msgid "Missing comma in FORMAT statement at %0"

#~ msgid "Spurious sign in FORMAT statement at %0"

#~ msgid "Spurious number in FORMAT statement at %0"

#~ msgid "Spurious text trailing number in FORMAT statement at %0"

#~ msgid "Unrecognized FORMAT specifier at %0"

#~ msgid "Missing close-parenthese(s) in FORMAT statement at %0"

#~ msgid "Missing number following period in FORMAT statement at %0"

#~ msgid "Missing number following `E' in FORMAT statement at %0"

#~ msgid "Spurious trailing comma preceding terminator at %0"

#~ msgid "At %0, specify OPERATOR instead of ASSIGNMENT for INTERFACE statement not specifying the assignment operator (=)"

#~ msgid "At %0, specify ASSIGNMENT instead of OPERATOR for INTERFACE statement specifying the assignment operator (=)"

#~ msgid "Cannot specify =initialization-expr at %0 unless `::' appears before list of objects"

#~ msgid "Reference to label at %1 inconsistent with its definition at %0"

#~ msgid "Reference to label at %1 inconsistent with earlier reference at %0"

#~ msgid "DO-statement reference to label at %1 follows its definition at %0"

#~ msgid "Reference to label at %1 is outside block containing definition at %0"

#~ msgid "DO-statement references to label at %0 and %2 separated by unterminated block starting at %1"

#~ msgid "DO-statement reference to label at %0 and label definition at %2 separated by unterminated block starting at %1"

#~ msgid "Label definition at %0 invalid on this kind of statement"

#~ msgid "Statement at %0 invalid in this context"

#~ msgid "Statement at %0 invalid in context established by statement at %1"

#~ msgid "Statement at %0 must specify construct name specified at %1"

#~ msgid "Construct name at %0 superfluous, no construct name specified at %1"

#~ msgid "Construct name at %0 not the same as construct name at %1"

#~ msgid "Construct name at %0 does not match construct name for any containing DO constructs"

#~ msgid "Label definition missing at %0 for DO construct specifying label at %1"

#~ msgid "Statement at %0 follows ELSE block for IF construct at %1"

#~ msgid "No label definition for FORMAT statement at %0"

#~ msgid "Second occurrence of ELSE WHERE at %0 within WHERE at %1"

#~ msgid "END statement at %0 missing `%A' keyword required for internal or module procedure(s) bounded by %1"

#~ msgid "MODULE PROCEDURE statement at %0 disallowed because INTERFACE at %1 specifies no generic name, operator, or assignment"

#~ msgid "BLOCK DATA name at %0 superfluous, no name specified at %1"

#~ msgid "Program name at %0 superfluous, no PROGRAM statement specified at %1"

#~ msgid "Program unit name at %0 not the same as name at %1"

#~ msgid "Type name at %0 not the same as name at %1"

#~ msgid "End of source file before end of block started at %0"

#~ msgid "Undefined label, first referenced at %0"

#~ msgid "SAVE statement or attribute at %1 cannot be specified along with SAVE statement or attribute at %0"

#~ msgid "PUBLIC or PRIVATE statement at %1 cannot be specified along with PUBLIC or PRIVATE statement at %0"

#~ msgid "RETURN statement at %0 invalid within a main program unit"

#~ msgid "Alternate return specifier at %0 invalid within a main program unit"

#~ msgid "Alternate return specifier at %0 invalid within a function"

#~ msgid "Access specifier or PRIVATE statement at %0 invalid for derived-type definition within other than the specification part of a module"

#~ msgid "Access specifier at %0 must immediately follow derived-type statement at %1 with no intervening statements"

#~ msgid "No components specified as of %0 for derived-type definition beginning at %1"

#~ msgid "No components specified as of %0 for structure definition beginning at %1"

#~ msgid "Missing structure name for outer structure definition at %0"

#~ msgid "Field names at %0 for outer structure definition -- specify them in a subsequent RECORD statement instead"

#~ msgid "Missing field name(s) for structure definition at %0 within structure definition at %1"

#~ msgid "No components specified as of %0 for map beginning at %1"

#~ msgid "Zero or one maps specified as of %0 for union beginning at %1 -- at least two are required"

#~ msgid "Missing %A specifier in statement at %0"

#~ msgid "Items in I/O list starting at %0 invalid for namelist-directed I/O"

#~ msgid "Conflicting I/O control specifications at %0 and %1"

#~ msgid "No UNIT= specifier in I/O control list at %0"

#~ msgid "Specification at %0 requires ADVANCE=`NO' specification in same I/O control list"

#~ msgid "Specification at %0 requires explicit FMT= specification in same I/O control list"

#~ msgid "Second occurrence of CASE DEFAULT at %0 within SELECT CASE at %1"

#~ msgid "Duplicate or overlapping case values/ranges at %0 and %1"

#~ msgid "Type and/or kind-type parameter disagreement between CASE value or value within range at %0 and SELECT CASE at %1"

#~ msgid "Range specification at %0 invalid for CASE statement within logical-type SELECT CASE statement"

#~ msgid "Fortran 90 feature at %0 unsupported"

#~ msgid "Invalid declaration of or reference to symbol `%A' at %0 [initially seen at %1]"

#~ msgid "Null element at %0 for array reference at %1"

#~ msgid "Too few elements (%A missing) as of %0 for array reference at %1"

#~ msgid "Too many elements as of %0 for array reference at %1"

#~ msgid "Missing colon as of %0 in substring reference for %1"

#~ msgid "Invalid use at %0 of substring operator on %1"

#~ msgid "Substring begin/end point at %0 out of defined range"

#~ msgid "Array element value at %0 out of defined range"

#~ msgid "Expression at %0 has incorrect data type or rank for its context"

#~ msgid "Division by 0 (zero) at %0 (IEEE not yet supported)"

#~ msgid "%A step count known to be 0 (zero) at %0"

#~ msgid "%A end value plus step count known to overflow at %0"

#~ msgid "%A begin, end, and step-count values known to result in implementation-dependent behavior due to overflow(s) in intermediate calculations at %0"

#~ msgid "%A begin, end, and step-count values known to result in no iterations at %0"

#~ msgid "Type disagreement between expressions at %0 and %1"

#~ msgid "No specification for implied-DO iterator `%A' at %0"

#~ msgid "Gratuitous parentheses surround implied-DO construct at %0"

#~ msgid "Zero-size specification invalid at %0"

#~ msgid "Zero-size array at %0"

#~ msgid "Target machine does not support complex entity of kind specified at %0"

#~ msgid "Target machine does not support DOUBLE COMPLEX, specified at %0"

#~ msgid "Attempt to raise constant zero to a power at %0"

#~ msgid "Reference to generic intrinsic `%A' at %0 could be to form %B or %C"

#~ msgid "Ambiguous use of intrinsic `%A' at %0 [info -f g77 M CMPAMBIG]"

#~ msgid "Intrinsic `%A' referenced %Bly at %0, %Cly at %1 [info -f g77 M EXPIMP]"

#~ msgid "Same name `%A' used for %B at %0 and %C at %1 [info -f g77 M INTGLOB]"

#~ msgid "Explicit type declaration for intrinsic `%A' disagrees with invocation at %0"

#~ msgid "Unable to open INCLUDE file `%A' at %0"

#~ msgid "Null argument at %0 for statement function reference at %1"

#~ msgid "Null argument at %0 for procedure invocation at %1"

#~ msgid "%A too few arguments (starting with dummy argument `%B') as of %0 for statement function reference at %1"

#~ msgid "%A too many arguments as of %0 for statement function reference at %1"

#~ msgid "Array supplied at %1 for dummy argument `%A' in statement function reference at %0"

#~ msgid "Unsupported FORMAT specifier at %0"

#~ msgid "Variable-expression FORMAT specifier at %0 -- unsupported"

#~ msgid "Unsupported VXT statement at %0"

#~ msgid "Attempt to specify second initial value for `%A' at %0"

#~ msgid "Too few initial values in list of initializers for `%A' at %0"

#~ msgid "Too many initial values in list of initializers starting at %0"

#~ msgid "Array or substring specification for `%A' out of range in statement at %0"

#~ msgid "Array subscript #%B out of range for initialization of `%A' in statement at %0"

#~ msgid "Implied do-loop step count of 0 (zero) for iteration variable `%A' in statement at %0"

#~ msgid "Implied do-loop iteration count of 0 (zero) for iteration variable `%A' in statement at %0"

#~ msgid "Not an integer constant expression in implied do-loop in statement at %0"

#~ msgid "Attempt to specify second initial value for element of `%A' at %0"

#~ msgid "Attempt to EQUIVALENCE common areas `%A' and `%B' at %0"

#~ msgid "Can't place `%A' as directed by EQUIVALENCE due to alignment restrictions"

#~ msgid "Mismatched EQUIVALENCE requirements for placement of `%A' at both %C and %D bytes offset from `%B'"

#~ msgid "Array or substring specification for `%A' out of range in EQUIVALENCE statement"

#~ msgid "Substring of non-CHARACTER entity `%A' in EQUIVALENCE statement"

#~ msgid "Array reference to scalar variable `%A' in EQUIVALENCE statement"

#~ msgid "Array subscript #%B out of range for EQUIVALENCE of `%A'"

#~ msgid "Attempt to extend COMMON area beyond its starting point via EQUIVALENCE of `%A'"

#~ msgid "Too few elements in reference to array `%A' in EQUIVALENCE statement"

#~ msgid "Too many elements in reference to array `%A' in EQUIVALENCE statement"

#~ msgid "Mixed CHARACTER and non-CHARACTER types via COMMON/EQUIVALENCE -- for example, `%A' and `%B'"

#~ msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"

#~ msgid "Common block `%A' is SAVEd, explicitly or implicitly, at %0 but not SAVEd at %1"

#~ msgid "Common block `%A' is %B %D in length at %0 but %C %E at %1"

#~ msgid "Blank common initialized at %0"

#~ msgid "Intrinsic `%A' is passed as actual argument at %0 but not explicitly declared INTRINSIC"

#~ msgid "External procedure `%A' is passed as actual argument at %0 but not explicitly declared EXTERNAL"

#~ msgid "Character `%A' (for example) is upper-case in symbol name at %0"

#~ msgid "Character `%A' (for example) is lower-case in symbol name at %0"

#~ msgid "Character `%A' not followed at some point by lower-case character in symbol name at %0"

#~ msgid "Initial character `%A' is lower-case in symbol name at %0"

#~ msgid "NAMELIST not adequately supported by run-time library for source files with case preserved"

#~ msgid "Nested %% construct (%%VAL, %%REF, or %%DESCR) at %0"

#~ msgid "Statement at %0 invalid in BLOCK DATA program unit at %1"

#~ msgid "Truncating characters on right side of character constant at %0"

#~ msgid "Truncating characters on right side of hollerith constant at %0"

#~ msgid "Truncating non-zero data on left side of numeric constant at %0"

#~ msgid "Truncating non-zero data on left side of typeless constant at %0"

#~ msgid "Typeless constant at %0 too large"

#~ msgid "First-column ampersand continuation at %0"

#~ msgid "Global name `%A' defined at %0 already defined at %1 [info -f g77 M GLOBALS]"

#~ msgid "Global name `%A' is %B at %0 but is %C at %1 [info -f g77 M GLOBALS]"

#~ msgid "Global name `%A' at %0 has different type at %1 [info -f g77 M GLOBALS]"

#~ msgid "Too %B arguments passed to `%A' at %0 versus definition at %1 [info -f g77 M GLOBALS]"

#~ msgid "Too %B arguments for `%A' at %0 versus invocation at %1 [info -f g77 M GLOBALS]"

#~ msgid "Argument #%B of `%A' is %C at %0 but is %D at %1 [info -f g77 M GLOBALS]"

#~ msgid "Array `%A' at %0 is too large to handle"

#~ msgid "Statement function `%A' defined at %0 is not used"

#~ msgid "Intrinsic `%A', invoked at %0, known to be non-Y2K-compliant [info -f g77 M Y2KBAD]"

#~ msgid "Internal compiler error -- cannot perform operation"

#~ msgid "In unknown kind"
#~ msgstr "dans une sorte inconnue"

#~ msgid "In entity"

#~ msgid "In function"
#~ msgstr "Dans la fonction"

#~ msgid "In subroutine"
#~ msgstr "Dans la sous-routine"

#~ msgid "In program"
#~ msgstr "Dans le programme"

#~ msgid "In block-data unit"

#~ msgid "In common block"
#~ msgstr "Dans le bloc commun"

#~ msgid "In construct"
#~ msgstr "Dans le construit"

#~ msgid "In namelist"
#~ msgstr "Dans la liste de noms"

#~ msgid "In anything"
#~ msgstr "Dans n'importe quoi"

#~ msgid "internal error in check-init: tree code not implemented: %s"

#~ msgid "%Jfinal field '%D' may not have been initialized"

#~ msgid "internal error - too many interface type"
#~ msgstr "erreur interne - trop de type d'interface"

#~ msgid "bad method signature"

#~ msgid "misplaced ConstantValue attribute (not in any field)"

#~ msgid "duplicate ConstantValue attribute for field '%s'"

#~ msgid "ConstantValue attribute of field '%s' has wrong type"

#~ msgid "field '%s' not found in class"

#~ msgid "%Jabstract method in non-abstract class"

#~ msgid "%Jnon-static method '%D' overrides static method"

#~ msgid "%J'%D' used prior to declaration"

#~ msgid "declaration of `%s' shadows a parameter"

#~ msgid "declaration of `%s' shadows a symbol from the parameter list"

#~ msgid "%Jlabel '%D' used but not defined"

#~ msgid "%Jlabel '%D' defined but not used"

#~ msgid "%JIn %D: overlapped variable and exception ranges at %d"

#~ msgid "bad type in parameter debug info"

#~ msgid "%Jbad PC range for debug info for local '%D'"

#~ msgid "stack underflow - dup* operation"

#~ msgid "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"

#~ msgid "field `%s' not found"

#~ msgid "ret instruction not implemented"

#~ msgid "method '%s' not found in class"

#~ msgid "failed to find class '%s'"

#~ msgid "class '%s' has no method named '%s' matching signature '%s'"

#~ msgid "invokestatic on non static method"

#~ msgid "invokestatic on abstract method"

#~ msgid "invoke[non-static] on static method"

#~ msgid "missing field '%s' in '%s'"

#~ msgid "mismatching signature for field '%s' in '%s'"

#~ msgid "%Jassignment to final field '%D' not in field's class"

#~ msgid "%Jassignment to final static field `%D' not in class initializer"

#~ msgid "%Jassignment to final field '%D' not in constructor"

#~ msgid "can't expand %s"
#~ msgstr "ne peut faire l'expansion de %s"

#~ msgid "invalid PC in line number table"

#~ msgid "unreachable bytecode from %d to before %d"

#~ msgid "unreachable bytecode from %d to the end of the method"

#~ msgid "unrecogized wide sub-instruction"

#~ msgid "source file for class `%s' is newer than its matching class file.  Source file `%s' used instead"

#~ msgid "bad string constant"

#~ msgid "bad value constant type %d, index %d"

#~ msgid "can't reopen %s: %m"

#~ msgid "can't close %s: %m"
#~ msgstr "ne peut fermer %s: %m"

#~ msgid "cannot find file for class %s"

#~ msgid "not a valid Java .class file"
#~ msgstr "n'est pas un fichier Java .class valide"

#~ msgid "error while parsing constant pool"
#~ msgstr "error lors de l'analyse syntaxique du lots de constantes"

#~ msgid "error in constant pool entry #%d\n"

#~ msgid "reading class %s for the second time from %s"
#~ msgstr "lecture de la classe %s pour la seconde fois depuis %s"

#~ msgid "error while parsing fields"
#~ msgstr "erreur lors de l'analyse syntaxique des champs"

#~ msgid "error while parsing methods"

#~ msgid "error while parsing final attributes"
#~ msgstr "erreur lors de l'analyse syntaxique des attributs"

#~ 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"

#~ msgid "missing Code attribute"
#~ msgstr "attribut Code manquant"

#~ msgid "%Hsource file seen twice on command line and will be compiled only once"

#~ msgid "no input file specified"

#~ msgid "can't close input file %s: %m"

#~ msgid "bad zip/jar file %s"

#~ msgid "error while reading %s from zip file"

#~ msgid "internal error in generate_bytecode_insn - tree code not implemented: %s"

#~ msgid "field initializer type mismatch"
#~ msgstr "type de initialiseur du champ ne concorde pas"

#~ msgid "can't create directory %s: %m"

#~ msgid "can't create %s: %m"

#~ msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"

#~ msgid "can't open output file `%s'"

#~ msgid "file not found `%s'"

#~ msgid "can't specify `-D' without `--main'\n"

#~ msgid "`%s' is not a valid class name"

#~ msgid "--resource requires -o"
#~ msgstr "--resource requiert -o"

#~ msgid "warning: already-compiled .class files ignored with -C"

#~ msgid "cannot specify both -C and -o"

#~ msgid "cannot create temporary file"

#~ msgid "using both @FILE with multiple files not implemented"

#~ msgid "cannot specify `main' class when not linking"

#~ msgid "can't do dependency tracking with input from stdin"

#~ msgid "couldn't determine target name for dependency tracking"

#~ msgid ""
#~ "unknown encoding: `%s'\n"
#~ "This might mean that your locale's encoding is not supported\n"
#~ "by your system's iconv(3) implementation.  If you aren't trying\n"
#~ "to use a particular encoding for your input file, try the\n"
#~ "`--encoding=UTF-8' option"
#~ msgstr ""

#~ msgid "can't mangle %s"
#~ msgstr "ne peut mutiler %s"

#~ msgid "internal error - invalid Utf8 name"
#~ msgstr "erreur interne - nom Utf8 invalide"

#~ msgid "Missing term"
#~ msgstr "Terme manquant"

#~ msgid "';' expected"

#~ msgid "Missing name"
#~ msgstr "Nom manquant"

#~ msgid "'*' expected"

#~ msgid "Class or interface declaration expected"

#~ msgid "Missing class name"
#~ msgstr "Nom de classe manquant"

#~ msgid "'{' expected"

#~ msgid "Missing super class name"
#~ msgstr "Nom de super classe manquant"

#~ msgid "Missing interface name"
#~ msgstr "Nom d'interface manquant"

#~ msgid "Missing variable initializer"
#~ msgstr "Initialiseur de variable manquant"

#~ msgid "Invalid declaration"

#~ msgid "']' expected"

#~ msgid "Unbalanced ']'"

#~ msgid "Invalid method declaration, method name required"

#~ msgid "Identifier expected"
#~ msgstr "Identificateur attendu"

#~ msgid "Invalid method declaration, return type required"

#~ msgid "')' expected"

#~ msgid "Missing formal parameter term"

#~ msgid "Missing identifier"
#~ msgstr "Identificateur manquant"

#~ msgid "Missing class type term"
#~ msgstr "Type term de classe manquant"

#~ msgid "Invalid interface type"
#~ msgstr "Type d'interface invalide"

#~ msgid "':' expected"

#~ msgid "Invalid expression statement"

#~ msgid "'(' expected"

#~ msgid "Missing term or ')'"

#~ msgid "Missing or invalid constant expression"
#~ msgstr "Expresion de constante manquante ou invalide"

#~ msgid "Missing term and ')' expected"

#~ msgid "Invalid control expression"

#~ msgid "Invalid update expression"

#~ msgid "Invalid init statement"

#~ msgid "Missing term or ')' expected"

#~ msgid "'class' or 'this' expected"

#~ msgid "'class' expected"

#~ msgid "')' or term expected"

#~ msgid "'[' expected"

#~ msgid "Field expected"
#~ msgstr "Champ attendu"

#~ msgid "Missing term and ']' expected"

#~ msgid "']' expected, invalid type expression"

#~ msgid "Invalid type expression"
#~ msgstr "Type d'expression invalide"

#~ msgid "Invalid reference type"

#~ msgid "Constructor invocation must be first thing in a constructor"

#~ msgid "Only constructors can invoke constructors"
#~ msgstr "Seuls les constructeurs peuvent invoquer des constructeurs"

#~ msgid ": `%s' JDK1.1(TM) feature"

#~ msgid ""
#~ "%s.\n"
#~ "%s"
#~ msgstr ""
#~ "%s.\n"
#~ "%s"

#~ msgid "malformed .zip archive in CLASSPATH: %s"

#~ msgid "Can't find default package `%s'. Check the CLASSPATH environment variable and the access to the archives"

#~ msgid "missing static field `%s'"

#~ msgid "not a static field `%s'"

#~ msgid "No case for %s"
#~ msgstr "Oas de case pour %s"

#~ msgid "unregistered operator %s"

#~ msgid "junk at end of signature string"

#~ msgid "bad pc in exception_table"

#~ msgid "unknown opcode %d@pc=%d during verification"

#~ msgid "verification error at PC=%d"

#~ msgid "object does not conform to the `%s' protocol"

#~ msgid "class `%s' does not implement the `%s' protocol"

#~ msgid "statically allocated instance of Objective-C class `%s'"

#~ msgid "unexpected type for `id' (%s)"

#~ msgid "undefined type `id', please import <objc/objc.h>"

#~ msgid "protocol `%s' has circular dependency"

#~ msgid "cannot find protocol declaration for `%s'"

#~ msgid "cannot find interface declaration for `%s'"

#~ msgid "interface `%s' does not have valid constant string layout"

#~ msgid "cannot find reference tag for class `%s'"

#~ msgid "creating selector for non existant method %s"

#~ msgid "`%s' is not an Objective-C class name or alias"

#~ msgid "Objective-C declarations may only appear in global scope"

#~ msgid "cannot find class `%s'"

#~ msgid "class `%s' already exists"

#~ msgid "`%s' redeclared as different kind of symbol"

#~ msgid "cannot find interface declaration for `%s', superclass of `%s'"

#~ msgid "circular inheritance in interface declaration for `%s'"

#~ msgid "Use `-fobjc-exceptions' to enable Objective-C exception syntax"

#~ msgid "`@throw;' (rethrow) used outside of a `@catch' block"

#~ msgid "`@catch' parameter is not a known Objective-C class type"

#~ msgid "Exception already handled by preceding `@catch(id)'"

#~ msgid "Exception of type `%s *' already handled by `@catch (%s *)'"

#~ msgid "`@try' without `@catch' or `@finally'"

#~ msgid "%Jtype '%D' does not have a known size"

#~ msgid "%J%s `%s'"

#~ msgid "inconsistent instance variable specification"

#~ msgid "can not use an object as parameter to a method\n"

#~ msgid "multiple %s named `%c%s' found"

#~ msgid "no super class declared in @interface for `%s'"

#~ msgid "invalid receiver type `%s'"

#~ msgid "`%s' may not respond to `%c%s'"

#~ msgid "`%c%s' not implemented by protocol(s)"

#~ msgid "(Messages without a matching method signature"

#~ msgid "will be assumed to return `id' and accept"

#~ msgid "`...' as arguments.)"

#~ msgid "undeclared selector `%s'"

#~ msgid "instance variable `%s' accessed in class method"

#~ msgid "duplicate declaration of method `%c%s'"

#~ msgid "duplicate interface declaration for category `%s(%s)'"

#~ msgid "illegal reference type specified for instance variable `%s'"

#~ msgid "instance variable `%s' has unknown size"

#~ msgid "type `%s' has virtual member functions"

#~ msgid "illegal aggregate type `%s' specified for instance variable `%s'"

#~ msgid "type `%s' has a user-defined constructor"

#~ msgid "type `%s' has a user-defined destructor"

#~ msgid "C++ constructors and destructors will not be invoked for Objective-C fields"

#~ msgid "instance variable `%s' is declared private"

#~ msgid "instance variable `%s' is %s; this will be a hard error in the future"

#~ msgid "instance variable `%s' is declared %s"

#~ msgid "static access to object of type `id'"

#~ msgid "incomplete implementation of class `%s'"

#~ msgid "incomplete implementation of category `%s'"

#~ msgid "method definition for `%c%s' not found"

#~ msgid "%s `%s' does not fully implement the `%s' protocol"

#~ msgid "`@end' missing in implementation context"

#~ msgid "reimplementation of class `%s'"

#~ msgid "conflicting super class name `%s'"

#~ msgid "previous declaration of `%s'"

#~ msgid "duplicate interface declaration for class `%s'"

#~ msgid "duplicate declaration for protocol `%s'"

#~ msgid "%J%s `%c%s'"

#~ msgid "no super class declared in interface for `%s'"

#~ msgid "[super ...] must appear in a method context"

#~ msgid "`@end' must appear in an implementation context"

#~ msgid "method definition not in class context"

#~ msgid "Display this information"

#~ msgid "--param <param>=<value>\tSet paramter <param> to value.  See below for a complete list of parameters"

#~ msgid "-A<question>=<answer>\tAssert the <answer> to <question>.  Putting '-' before <question> disables the <answer> to <question>"

#~ msgid "Do not discard comments"

#~ msgid "Do not discard comments in macro expansions"

#~ msgid "-D<macro>[=<val>]\tDefine a <macro> with <val> as its value.  If just <macro> is given, <val> is taken to be 1"

#~ msgid "-G<number>\tPut global and static data smaller than <number> bytes into a special section (on some targets)"
#~ msgstr ""
#~ "                          petites que <nombre> d'octets dans une section\n"

#~ msgid "Print the name of header files as they are used"

#~ msgid "-I <dir>\tAdd <dir> to the end of the main include path.  -I- gives more include path control; see info documentation"

#~ msgid "Generate make dependencies"

#~ msgid "Generate make dependencies and compile"

#~ msgid "-MF <file>\tWrite dependency output to the given file"

#~ msgid "Treat missing header files as generated files"

#~ msgid "Like -M but ignore system header files"

#~ msgid "Like -MD but ignore system header files"

#~ msgid "Generate phony targets for all headers"

#~ msgid "-MQ <target>\tAdd a MAKE-quoted target"
#~ msgstr "-MQ <cible>\tajouter MAKE-quoted cible"

#~ msgid "-MT <target>\tAdd an unquoted target"
#~ msgstr "-MT <cible>\tajouter une cible sans quote"

#~ msgid "-O<number>\tSet optimization level to <number>"
#~ msgstr "-O<nombre>\tutiliser le niveau d'optimisation <nombre>"

#~ msgid "Optimize for space rather than speed"

#~ msgid "Do not generate #line directives"

#~ msgid "-U<macro>\tUndefine <macro>"

#~ msgid "This switch is deprecated; use -Wextra instead"

#~ msgid "Warn about returning structures, unions or arrays"

#~ msgid "Enable most warning messages"
#~ msgstr "Autoriser la plupart des messages d'avertissement"

#~ msgid "Warn about casting functions to incompatible types"

#~ msgid "Warn about pointer casts which increase alignment"

#~ msgid "Warn about casts which discard qualifiers"

#~ msgid "Warn about subscripts whose type is \"char\""

#~ msgid "Warn about possibly nested block comments, and C++ comments spanning more than one physical line"

#~ msgid "Synonym for -Wcomment"
#~ msgstr "Synonyme pour -Wcommentaire"

#~ msgid "Warn about possibly confusing type conversions"

#~ msgid "Warn when all constructors and destructors are private"

#~ msgid "Warn when a declaration is found after a statement"

#~ msgid "Warn about deprecated compiler features"

#~ msgid "Warn about uses of __attribute__((deprecated)) declarations"

#~ msgid "Warn when an optimization pass is disabled"

#~ msgid "Warn about compile-time integer division by zero"

#~ msgid "Warn about violations of Effective C++ style rules"

#~ msgid "Warn about stray tokens after #elif and #endif"

#~ msgid "Treat all warnings as errors"
#~ msgstr "Traiter tous les avertissements commes des erreurs"

#~ msgid "Make implicit function declarations an error"

#~ msgid "Print extra (possibly unwanted) warnings"

#~ msgid "Warn if testing floating point numbers for equality"

#~ msgid "Warn about printf/scanf/strftime/strfmon format string anomalies"

#~ msgid "Warn if passing too many arguments to a function for its format string"

#~ msgid "Warn about format strings that are not literals"

#~ msgid "Warn about possible security problems with format functions"

#~ msgid "Warn about strftime formats yielding 2-digit years"

#~ msgid "Warn about implicit function declarations"

#~ msgid "Warn when a declaration does not specify a type"

#~ msgid "Deprecated.  This switch has no effect."

#~ msgid "Warn about variables which are initialized to themselves."

#~ msgid "Warn when an inlined function cannot be inlined"

#~ msgid "Warn about invalid uses of the \"offsetof\" macro"

#~ msgid "Warn about PCH files that are found but not used"

#~ msgid "-Wlarger-than-<number>\tWarn if an object is larger than <number> bytes"
#~ msgstr "-Wlarger-than-<nombre>\tavertir si un objet est plus grand que <nombre> d'octets"

#~ msgid "Do not warn about using \"long long\" when -pedantic"

#~ msgid "Warn about suspicious declarations of \"main\""

#~ msgid "Warn about possibly missing braces around initializers"

#~ msgid "Warn about global functions without previous declarations"

#~ msgid "Warn about functions which might be candidates for format attributes"

#~ msgid "Warn about functions which might be candidates for __attribute__((noreturn))"

#~ msgid "Warn about global functions without prototypes"

#~ msgid "Warn about use of multi-character character constants"

#~ msgid "Warn about \"extern\" declarations not at file scope"

#~ msgid "Warn when non-templatized friend functions are declared within a template"

#~ msgid "Warn about non-virtual destructors"

#~ msgid "Warn if a C-style cast is used in a program"

#~ msgid "Warn if an old-style parameter definition is used"

#~ msgid "Warn about overloaded virtual function names"

#~ msgid "Warn when the packed attribute has no effect on struct layout"

#~ msgid "Warn when padding is required to align structure members"
#~ msgstr "Avertir lorsque le remplissage est requis pour aligner les membres de structure"

#~ msgid "Warn about possibly missing parentheses"

#~ msgid "Warn when converting the type of pointers to member functions"
#~ msgstr "Avertir lors de la conversion des types de pointeurs en membres de fonctions"

#~ msgid "Warn about function pointer arithmetic"

#~ msgid "Warn if inherited methods are unimplemented"

#~ msgid "Warn about multiple declarations of the same object"

#~ msgid "Warn when the compiler reorders code"

#~ msgid "Warn whenever a function's return type defaults to \"int\" (C), or about inconsistent return types (C++)"

#~ msgid "Warn if a selector has multiple methods"

#~ msgid "Warn about possible violations of sequence point rules"

#~ msgid "Warn when one local variable shadows another"
#~ msgstr "Avertir lorsqu'une variable locale masque une autre"

#~ msgid "Warn about signed-unsigned comparisons"

#~ msgid "Warn when overload promotes from unsigned to signed"

#~ msgid "Warn about code which might break strict aliasing rules"

#~ msgid "Warn about unprototyped function declarations"

#~ msgid "Warn about enumerated switches, with no default, missing a case"

#~ msgid "Warn about enumerated switches missing a \"default:\" statement"

#~ msgid "Warn about all enumerated switches missing a specific case"

#~ msgid "Warn when synthesis behavior differs from Cfront"

#~ msgid "Do not suppress warnings from system headers"

#~ msgid "Warn about features not present in traditional C"

#~ msgid "Warn if trigraphs are encountered that might affect the meaning of the program"

#~ msgid "Warn if an undefined macro is used in an #if directive"

#~ msgid "Warn about uninitialized automatic variables"

#~ msgid "Warn about unrecognized pragmas"

#~ msgid "Warn about code that will never be executed"

#~ msgid "Enable all -Wunused- warnings"
#~ msgstr "Autoriser tous les -Wunused- warnings"

#~ msgid "Warn when a function is unused"

#~ msgid "Warn when a label is unused"

#~ msgid "Warn about macros defined in the main file that are not used"

#~ msgid "Warn when a function parameter is unused"

#~ msgid "Warn when an expression value is unused"

#~ msgid "Warn when a variable is unused"

#~ msgid "Give strings the type \"array of char\""

#~ msgid "A synonym for -std=c89.  In a future version of GCC it will become synonymous with -std=c99 instead"

#~ msgid "-aux-info <file>\tEmit declaration information into <file>"

#~ msgid "-d<letters>\tEnable dumps from specific passes of the compiler"

#~ msgid "-dumpbase <file>\tSet the file basename to be used for dumps"

#~ msgid "Enforce class member access control semantics"

#~ msgid "Align the start of functions"

#~ msgid "Align labels which are only reached by jumping"

#~ msgid "Align all labels"

#~ msgid "Align the start of loops"

#~ msgid "Change when template instances are emitted"
#~ msgstr "Changer lorsque les instances du canevas sont produites"

#~ msgid "Specify that arguments may alias each other and globals"

#~ msgid "Assume arguments may alias globals but not each other"

#~ msgid "Assume arguments alias neither each other nor globals"
#~ msgstr "Assumer que les alias d'arguments n'en ont pas l'un vers l'autre ou globaux"

#~ msgid "Recognize the \"asm\" keyword"

#~ msgid "Generate unwind tables that are exact at each instruction boundary"

#~ msgid "Generate code to check bounds before indexing arrays"

#~ msgid "Replace add, compare, branch with branch on count register"
#~ msgstr "Remplacer add,compare,branch avec des branchements utilisant un compteur registre"

#~ msgid "Use profiling information for branch probabilities"

#~ msgid "Perform branch target load optimization before prologue / epilogue threading"
#~ msgstr "Effectuer l'optimisation du chargement du branchement cible avant le thread prologue / epilogue"

#~ msgid "Perform branch target load optimization after prologue / epilogue threading"

#~ msgid "Recognize built-in functions"

#~ msgid "-fcall-saved-<register>\tMark <register> as being preserved across functions"

#~ msgid "-fcall-used-<register>\tMark <register> as being corrupted by function calls"

#~ msgid "Save registers around function calls"
#~ msgstr "Sauvegarder les registres autour des appels de fonction"

#~ msgid "Check the return value of new"

#~ msgid "Do not put uninitialized globals in the common section"

#~ msgid "Allow the arguments of the '?' operator to have different types"

#~ msgid "Reduce the size of object files"

#~ msgid "Make string literals \"const char[]\" not \"char[]\""

#~ msgid "-fconst-string-class=<name>\tUse class <name> for constant strings"

#~ msgid "Perform a register copy-propagation optimization pass"
#~ msgstr "Effectuer la passe d'optimisation de la propagation-de-copie par registre"

#~ msgid "Perform cross-jumping optimization"

#~ msgid "When running CSE, follow jumps to their targets"

#~ msgid "When running CSE, follow conditional jumps"

#~ msgid "Place data items into their own section"

#~ msgid "Inline member functions by default"

#~ msgid "Defer popping functions args from stack until later"

#~ msgid "Attempt to fill delay slots of branch instructions"

#~ msgid "Delete useless null pointer checks"

#~ msgid "-fdiagnostics-show-location=[once|every-line]\tHow often to emit source location at the beginning of line-wrapped diagnostics"

#~ msgid "Permit '$' as an identifier character"

#~ msgid "-fdump-<type>\tDump various compiler internals to a file"
#~ msgstr "-fdump-<type>\tvidander les divers internes du compilateur dans un fichier"

#~ msgid "Suppress output of instruction numbers and line number notes in debugging dumps"

#~ msgid "Perform DWARF2 duplicate elimination"

#~ msgid "Perform unused type elimination in debug info"

#~ msgid "Generate code to check exception specifications"

#~ msgid "Enable exception handling"
#~ msgstr "Autoriser le traitement des exceptions"

#~ msgid "-fexec-charset=<cset>\tConvert all strings and character constants to character set <cset>"

#~ msgid "Perform a number of minor, expensive optimizations"

#~ msgid "Assume no NaNs or infinities are generated"

#~ msgid "-ffixed-<register>\tMark <register> as being unavailable to the compiler"

#~ msgid "Do not store floats in registers"
#~ msgstr "Ne pas stocker les flottants dans les registres"

#~ msgid "Scope of for-init-statement variables is local to the loop"

#~ msgid "Copy memory address constants into registers before use"

#~ msgid "Copy memory operands into registers before use"

#~ msgid "Do not assume that standard C libraries and \"main\" exist"

#~ msgid "Allow function addresses to be held in registers"
#~ msgstr "Autoriser le maintien des adresses de fonction dans les registres"

#~ msgid "Place each function into its own section"
#~ msgstr "placer chaque fonction dans sa propre section"

#~ msgid "Perform global common subexpression elimination"

#~ msgid "Perform redundant load after store elimination in global common subexpression elimination"

#~ msgid "Perform enhanced load motion during global common subexpression elimination"

#~ msgid "Perform store motion after global common subexpression elimination"

#~ msgid "Recognize GNU-defined keywords"

#~ msgid "Generate code for GNU runtime environment"

#~ msgid "Enable guessing of branch probabilities"

#~ msgid "Assume normal C execution environment"

#~ msgid "Enable support for huge objects"
#~ msgstr "Autoriser le support des grands objets"

#~ msgid "Process #ident directives"
#~ msgstr "Traiter les directive #ident"

#~ msgid "Perform conversion of conditional jumps to branchless equivalents"

#~ msgid "Perform conversion of conditional jumps to conditional execution"

#~ msgid "Export functions even if they can be inlined"

#~ msgid "Emit implicit instantiations of inline templates"
#~ msgstr "Produire les instanciations explicites de canevas enligne"

#~ msgid "Emit implicit instantiations of templates"
#~ msgstr "Produire les instanciations explicites de canevas"

#~ msgid "Do not generate .size directives"

#~ msgid "Pay attention to the \"inline\" keyword"

#~ msgid "Integrate simple functions into their callers"

#~ msgid "-finline-limit=<number>\tLimit the size of inlined functions to <number>"

#~ msgid "-finput-charset=<cset>      Specify the default character set for source files."

#~ msgid "Instrument function entry and exit with profiling calls"

#~ msgid "Generate code for functions even if they are fully inlined"

#~ msgid "Emit static const variables even if they are not used"

#~ msgid "Give external symbols a leading underscore"

#~ msgid "Perform loop optimizations"

#~ msgid "Set errno after built-in math functions"

#~ msgid "Report on permanent memory allocation"

#~ msgid "Attempt to merge identical constants and constant variables"
#~ msgstr "Tentative de fusion de constantes identique et des variables constantes"

#~ msgid "Attempt to merge identical constants across compilation units"

#~ msgid "-fmessage-length=<number>\tLimit diagnostics to <number> characters per line.  0 suppresses line-wrapping"

#~ msgid "Force all loop invariant computations out of loops"
#~ msgstr "Forcer pour toutes les boucles des calculs invariants en dehors des boucles"

#~ msgid "Don't warn about uses of Microsoft extensions"
#~ msgstr "Ne donner d'avertissement au sujet de l'utilisation des extensions de Microsoft"

#~ msgid "Use graph-coloring register allocation"
#~ msgstr "Utiliser l'allocation des registres par coloriage de graphe"

#~ msgid "Generate code for NeXT (Apple Mac OS X) runtime environment"

#~ msgid "Assume that receivers of Objective-C messages may be nil"

#~ msgid "Support synchronous non-call exceptions"
#~ msgstr "Supporter les exceptions synchrones des non appels"

#~ msgid "Enable Objective-C exception and synchronization syntax"
#~ msgstr "Autoriser l'exception Objective-C et la synchronisation de syntaxe"

#~ msgid "Perform loop unrolling for all loops"

#~ msgid "Perform loop unrolling when iteration count is known"

#~ msgid "When possible do not generate stack frames"

#~ msgid "Recognize C++ kewords like \"compl\" and \"xor\""

#~ msgid "Do the full register move optimization pass"

#~ msgid "Optimize sibling and tail recursive calls"

#~ msgid "Enable optional diagnostics"
#~ msgstr "Autoriser les diagnostiques optionnels"

#~ msgid "Pack structure members together without holes"
#~ msgstr "Empaqueter les membres des structures ensembles sans trous"

#~ msgid "Return small aggregates in memory, not registers"

#~ msgid "Perform loop peeling"

#~ msgid "Enable machine specific peephole optimizations"

#~ msgid "Enable an RTL peephole pass before sched2"

#~ msgid "Downgrade conformance errors to warnings"

#~ msgid "Generate position-independent code if possible"

#~ msgid "Generate position-independent code for executables if possible"

#~ msgid "Generate prefetch instructions, if available, for arrays in loops"

#~ msgid "Treat the input file as already preprocessed"

#~ msgid "Enable basic program profiling code"
#~ msgstr "Autoriser le code de profilage de base du programme"

#~ msgid "Insert arc-based program profiling code"

#~ msgid "Enable common options for generating profile info for profile feedback directed optimizations"

#~ msgid "Enable common options for performing profile feedback directed optimizations"
#~ msgstr "Autoriser les options communes pour effectuer le feedback d'optimisation direct de profile"

#~ msgid "Insert code to profile values of expressions"

#~ msgid "-frandom-seed=<string>\tMake compile reproducible using <string>"

#~ msgid "Strength reduce all loop general induction variables"

#~ msgid "Return small aggregates in registers"

#~ msgid "Enables a register move optimization"

#~ msgid "Perform a register renaming optimization pass"

#~ msgid "Reorder basic blocks to improve code placement"

#~ msgid "Reorder functions to improve code placement"

#~ msgid "Used in Fix-and-Continue mode to indicate that object files may be swapped in at runtime"

#~ msgid "Enable automatic template instantiation"
#~ msgstr "Autoriser l'instanciation automatique de canevas"

#~ msgid "Add a common subexpression elimination pass after loop optimizations"

#~ msgid "Run the loop optimizer twice"

#~ msgid "Disable optimizations that assume default FP rounding behavior"

#~ msgid "Generate run time type descriptor information"

#~ msgid "Enable scheduling across basic blocks"

#~ msgid "Allow speculative motion of non-loads"

#~ msgid "Allow speculative motion of some loads"

#~ msgid "Allow speculative motion of more loads"

#~ msgid "Allow premature scheduling of queued insns"

#~ msgid "Set dependence distance checking in premature scheduling of queued insns"

#~ msgid "-fsched-stalled-insns-dep=<number>   Set dependence distance checking in premature scheduling of queued insns"

#~ msgid "-fsched-stalled-insns=<number>       Set number of queued insns that can be prematurely scheduled"

#~ msgid "-fsched-verbose=<number>\tSet the verbosity level of the scheduler"

#~ msgid "If scheduling post reload, do superblock scheduling"
#~ msgstr "Si l'ordonnancement fait une post recharge, faire un ordonnancement de super bloc"

#~ msgid "If scheduling post reload, do trace scheduling"
#~ msgstr "Si l'ordonnancement fait une post recharge, laisse une trace de l'ordonnancement"

#~ msgid "Reschedule instructions before register allocation"

#~ msgid "Reschedule instructions after register allocation"

#~ msgid "Mark data as shared rather than private"

#~ msgid "Use the same size for double as for float"

#~ msgid "Use the narrowest integer type possible for enumeration types"

#~ msgid "Force the underlying type for \"wchar_t\" to be \"unsigned short\""

#~ msgid "Disable optimizations observable by IEEE signaling NaNs"

#~ msgid "When \"signed\" or \"unsigned\" is not given make the bitfield signed"

#~ msgid "Make \"char\" signed by default"

#~ msgid "Convert floating point constants to single precision constants"

#~ msgid "Insert stack checking code into the program"

#~ msgid "-fstack-limit-register=<register>\tTrap if the stack goes past <register>"

#~ msgid "-fstack-limit-symbol=<name>\tTrap if the stack goes past symbol <name>"

#~ msgid "Display statistics accumulated during compilation"

#~ msgid "Perform strength reduction optimizations"

#~ msgid "Assume strict aliasing rules apply"

#~ msgid "Check for syntax errors, then stop"

#~ msgid "-ftabstop=<number>\tDistance between tab stops for column reporting"
#~ msgstr "-ftabstop=<nombre>\tfixer la distance de la tabulation des colonnes dans les rapports"

#~ msgid "-ftemplate-depth-<number>\tSpecify maximum template instantiation depth"

#~ msgid "Create data files needed by \"gcov\""

#~ msgid "Perform jump threading optimizations"

#~ msgid "Report the time taken by each compiler pass"
#~ msgstr "Rapporter le temps pris par chaque passe de compilation"

#~ msgid "-ftls-model=[global-dynamic|local-dynamic|initial-exec|local-exec]\tSet the default thread-local storage code generation model"

#~ msgid "Perform superblock formation via tail duplication"

#~ msgid "Assume floating-point operations can trap"

#~ msgid "Trap for signed overflow in addition, subtraction and multiplication"

#~ msgid "Compile whole compilation unit at a time"

#~ msgid "Allow math optimizations that may violate IEEE or ISO standards"

#~ msgid "When \"signed\" or \"unsigned\" is not given make the bitfield unsigned"

#~ msgid "Make \"char\" unsigned by default"

#~ msgid "Perform loop unswitching"

#~ msgid "Just generate unwind tables for exception handling"

#~ msgid "Use __cxa_atexit to register destructors"

#~ msgid "Add extra commentary to assembler output"

#~ msgid "Use expression value profiles in optimizations"
#~ msgstr "Utiliser le profile de la valeur d'expression dans l'optimisation"

#~ msgid "Discard unused virtual functions"

#~ msgid "Implement vtables using thunks"
#~ msgstr "Implanter les vtables en utilisant des thunks"

#~ msgid "Emit common-like symbols as weak symbols"
#~ msgstr "Produire les symboles communs comme des symboles faibles"

#~ msgid "Construct webs and split unrelated uses of single variable"

#~ msgid "-fwide-exec-charset=<cset>\tConvert all wide strings and character constants to character set <cset>"

#~ msgid "Generate a #line directive pointing at the current working directory"

#~ msgid "Assume signed arithmetic overflow wraps around"

#~ msgid "Store strings in writable data section"

#~ msgid "Emit cross referencing information"

#~ msgid "Put zero initialized data in the bss section"

#~ msgid "Generate lazy class lookup (via objc_getClass()) for use in Zero-Link mode"

#~ msgid "Generate debug information in default format"

#~ msgid "Generate debug information in COFF format"

#~ msgid "Generate debug information in DWARF v2 format"

#~ msgid "Dump declarations to a .decl file"

#~ msgid "Generate debug information in default extended format"

#~ msgid "Generate debug information in STABS format"

#~ msgid "Generate debug information in extended STABS format"

#~ msgid "Generate debug information in VMS format"

#~ msgid "Generate debug information in XCOFF format"

#~ msgid "Generate debug information in extended XCOFF format"

#~ msgid "-idirafter <dir>\tAdd <dir> to the end of the system include path"

#~ msgid "-imacros <file>\tAccept definition of macros in <file>"

#~ msgid "-include <file>\tInclude the contents of <file> before other files"
#~ msgstr "-include <fichier>\tinclure le contenu du <fichier> avant les autres fichiers"

#~ msgid "-iprefix <path>\tSpecify <path> as a prefix for next two options"

#~ msgid "-isysroot <dir>\tSet <dir> to be the system root directory"

#~ msgid "-isystem <dir>\tAdd <dir> to the start of the system include path"

#~ msgid "-iwithprefix <dir>\tAdd <dir> to the end of the system include path"

#~ msgid "-iwithprefixbefore <dir>\tAdd <dir> to the end of the main include path"

#~ msgid "Do not search standard system include directories (those specified with -isystem will still be used)"

#~ msgid "Do not search standard system include directories for C++"

#~ msgid "-o <file>\tPlace output into <file>"
#~ msgstr "-o <fichier>\tproduire la sortie dans le <fichier>"

#~ msgid "Enable function profiling"
#~ msgstr "Autoriser le profilage de fonction"

#~ msgid "Issue warnings needed for strict compliance to the standard"

#~ msgid "Like -pedantic but issue them as errors"

#~ msgid "Generate C header of platform-specific features"

#~ msgid "Do not display functions compiled or elapsed time"

#~ msgid "Remap file names when including files"
#~ msgstr "Rampper les noms lors de l'inclusion des fichiers"

#~ msgid "Conform to the ISO 1998 C++ standard"
#~ msgstr "Conforme au standard ISO C++ de 1998"

#~ msgid "Conform to the ISO 1990 C standard"
#~ msgstr "Conforme au standard ISO C de 1990"

#~ msgid "Conform to the ISO 1999 C standard"
#~ msgstr "Conforme au standard ISO C de 1999"

#~ msgid "Deprecated in favor of -std=c99"

#~ msgid "Conform to the ISO 1998 C++ standard with GNU extensions"
#~ msgstr "Conforme au standard ISO C++ de 1998 avec les extensions de GNU"

#~ msgid "Conform to the ISO 1990 C standard with GNU extensions"
#~ msgstr "Conforme au standard ISO C de 1990 avec les extensions de GNU"

#~ msgid "Conform to the ISO 1999 C standard with GNU extensions"
#~ msgstr "Conforme au standard ISO C de 1999 avec les extensions de GNU"

#~ msgid "Deprecated in favor of -std=gnu99"

#~ msgid "Deprecated in favor of -std=c89"

#~ msgid "Conform to the ISO 1990 C standard as amended in 1994"

#~ msgid "Enable traditional preprocessing"
#~ msgstr "Autoriser le traitement traditionnel"

#~ msgid "-trigraphs\tSupport ISO C trigraphs"
#~ msgstr "-trigraphs\tSupporter les tri-graphes ISO C"

#~ msgid "Do not predefine system-specific and GCC-specific macros"

#~ msgid "Enable verbose output"
#~ msgstr "Autoriser le mode bavard sur la sortie"

#~ msgid "Display the compiler's version"
#~ msgstr "Afficher la version du compilateur"

#~ msgid "Suppress warnings"
#~ msgstr "Supprimer les avertissements"

#~ msgid "`-p' not supported; use `-pg' and gprof(1)"

#~ msgid "GCC does not support -C without using -E"
#~ msgstr "GCC ne supporte pas -C sans utiliser -E"

#~ msgid "GCC does not support -CC without using -E"
#~ msgstr "GCC ne supporte pas -CC sans utiliser -E"

#~ msgid "may not use both -m32 and -m64"
#~ msgstr "ne peut utiliser ensemble -m32 et -m64"

#~ msgid "shared and mdll are not compatible"
#~ msgstr "shared et mdll ne sont pas compatibles"

#~ msgid "-current_version only allowed with -dynamiclib"
#~ msgstr "-current_version permis seulement avec -dynamiclib"

#~ msgid "-install_name only allowed with -dynamiclib"
#~ msgstr "-install_name permis seulement avec with -dynamiclib"

#~ msgid "-bundle not allowed with -dynamiclib"
#~ msgstr "-bundle n'est pas permis avec -dynamiclib"

#~ msgid "-bundle_loader not allowed with -dynamiclib"
#~ msgstr "-bundle_loader n'est pas permis avec -dynamiclib"

#~ msgid "-client_name not allowed with -dynamiclib"
#~ msgstr "-client_name n'est pas permis avec -dynamiclib"

#~ msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
#~ msgstr "-force_cpusubtype_ALL n'est pas permis avec -dynamiclib"

#~ msgid "-force_flat_namespace not allowed with -dynamiclib"
#~ msgstr "-force_flat_namespace n'est pas permis avec -dynamiclib"

#~ msgid "-keep_private_externs not allowed with -dynamiclib"
#~ msgstr "-keep_private_externs n'est pas permis avec -dynamiclib"

#~ msgid "-private_bundle not allowed with -dynamiclib"
#~ msgstr "-private_bundle n'est pas permis avec -dynamiclib"

#~ msgid "The -shared option is not currently supported for VAX ELF."

#~ msgid "profiling not supported with -mg\n"

#~ msgid "may not use both -EB and -EL"
#~ msgstr "ne peut utiliser ensemble -EB et -EL"

#~ msgid "-pipe is not supported"

#~ msgid "-pg and -fomit-frame-pointer are incompatible"
#~ msgstr "-pg et -fomit-frame-pointer sont incompatibles"

#~ msgid "-fjni and -femit-class-files are incompatible"
#~ msgstr "-fjni et -femit-class-files sont incompatibles"

#~ msgid "-fjni and -femit-class-file are incompatible"
#~ msgstr "-fjni et -femit-class-file sont incompatibles"

#~ msgid "-femit-class-file should used along with -fsyntax-only"

#~ msgid "-pg or -p and -fomit-frame-pointer are incompatible"
#~ msgstr "-pg et -p et -fomit-frame-pointer sont incompatibles"

#~ msgid "does not support multilib"
#~ msgstr "ne supporte pas multilib"

#~ msgid "-pg not supported on this platform"

#~ msgid "-p and -pp specified - pick one"

#~ msgid "-G and -static are mutually exclusive"
#~ msgstr "-G et -static sont mutuellement exclusives"

#~ msgid "-mapcs-26 and -mapcs-32 may not be used together"

#~ msgid "-msoft-float and -mhard_float may not be used together"

#~ msgid "-mbig-endian and -mlittle-endian may not be used together"

#~ msgid "the m210 does not have little endian support"

#~ msgid "one of -c, -S, -gnatc, -gnatz, or -gnats is required for Ada"
#~ msgstr "une parmi -c, -S, -gnatc, -gnatz ou -gnats est requise pour Ada"

#~ msgid "-mhard-float not supported"

#~ msgid "-msingle-float and -msoft-float can not both be specified"

#~ msgid " conflicting code gen style switches are used"

#~ msgid "GCC does not support -C or -CC without -E"
#~ msgstr "GCC ne supporte pas -C ou -CC sans utiliser -E"

#~ msgid "-E required when input is from standard input"

#~ msgid "mno-cygwin and mno-win32 are not compatible"
#~ msgstr "mno-cygwin et mno-win32 ne sont pas compatibles"

#~ msgid "pointer to a member used in arithmetic"

#~ msgid "declaration of \"%s\" shadows a parameter"

#~ msgid "Copyright (C) 2003 Free Software Foundation, Inc.\n"

#~ msgid "Use the 26-bit version of the APCS"
#~ msgstr "Utiliser la version 26 bits de APCS"

#~ msgid "duplicate enum value `%D'"

#~ msgid "duplicate field `%D' (as enum and non-enum)"

#~ msgid "duplicate nested type `%D'"

#~ msgid "duplicate field `%D' (as type and non-type)"

#~ msgid "duplicate member `%D'"

#~ msgid "ISO C++ forbids member `%D' with same name as enclosing class"

#~ msgid "field `%D' declared static in union"

#~ msgid "ISO C++ forbids static data member `%D' with same name as enclosing class"

#~ msgid "anachronistic use of array size in vector delete"
#~ msgstr "utilisation anachronique de la taille d'un tableau dans un vecteur delete"

#~ msgid "ISO C++ forbids aggregate initializer to new"

#~ msgid "neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined."

#~ msgid "Warn if deprecated class, method, or field is used"

#~ msgid "Warn if deprecated empty statements are found"

#~ msgid "Enable warnings about inter-procedural problems"

#~ msgid "Warn if .class files are out of date"

#~ msgid "Warn if modifiers are specified when not necessary"

#~ msgid "Warn about constructs with surprising meanings"

#~ msgid "--CLASSPATH\tDeprecated; use --classpath instead"

#~ msgid "Do not treat local variables and COMMON blocks as if they were named in SAVE statements"

#~ msgid "Backslashes in character and hollerith constants are special (not C-style)"

#~ msgid "Delete libU77 intrinsics with bad interfaces"

#~ msgid "Disable libU77 intrinsics with bad interfaces"

#~ msgid "Enable libU77 intrinsics with bad interfaces"

#~ msgid "Hide libU77 intrinsics with bad interfaces"

#~ msgid "--bootclasspath=<path>\tReplace system path"

#~ msgid "Program written in strict mixed-case"

#~ msgid "Compile as if program written in lowercase"

#~ msgid "Preserve case used in program"

#~ msgid "Program written in lowercase"

#~ msgid "Program written in uppercase"

#~ msgid "Compile as if program written in uppercase"

#~ msgid "--classpath=<path>\tSet class path"
#~ msgstr "--classpath=<chemin>\tfixer le chemin des classes"

#~ msgid "Emit special debugging information for COMMON and EQUIVALENCE (disabled)"

#~ msgid "Allow '$' in symbol names"
#~ msgstr "Permettre '$' dans les noms de symboles"

#~ msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"

#~ msgid "--encoding=<encoding>\tChoose input encoding (defaults from your locale)"

#~ msgid "f2c-compatible code can be generated"

#~ msgid "Delete non-FORTRAN-77 intrinsics f2c supports"

#~ msgid "Disable non-FORTRAN-77 intrinsics f2c supports"

#~ msgid "Enable non-FORTRAN-77 intrinsics f2c supports"

#~ msgid "Hide non-FORTRAN-77 intrinsics f2c supports"

#~ msgid "Unsupported; generate libf2c-calling code"

#~ msgid "Program is written in typical FORTRAN 66 dialect"

#~ msgid "Program is written in typical Unix-f77 dialect"

#~ msgid "Program is written in Fortran-90-ish dialect"

#~ msgid "Delete non-FORTRAN-77 intrinsics F90 supports"

#~ msgid "Disable non-FORTRAN-77 intrinsics F90 supports"

#~ msgid "Enable non-FORTRAN-77 intrinsics F90 supports"

#~ msgid "Hide non-FORTRAN-77 intrinsics F90 supports"

#~ msgid "ffixed-line-length-<number>\tSet the maximum line length to <number>"

#~ msgid "Unsupported; affects code generation of arrays"

#~ msgid "Always check for non gcj generated classes archives"

#~ msgid "Generate code to check subscript and substring bounds"

#~ msgid "Program is written in Fortran-90-ish free form"

#~ msgid "Enable fatal diagnostics about inter-procedural problems"

#~ msgid "Delete non-FORTRAN-77 intrinsics g77 supports"

#~ msgid "Disable non-FORTRAN 77 intrinsics F90 supports"

#~ msgid "Enable non-FORTRAN 77 intrinsics F90 supports"

#~ msgid "Hide non-FORTRAN 77 intrinsics F90 supports"

#~ msgid "Use offset tables for virtual method calls"

#~ msgid "Initialize local vars and arrays to zero"

#~ msgid "Intrinsics letters in arbitrary cases"

#~ msgid "Intrinsics spelled as e.g. SqRt"

#~ msgid "Intrinsics in lowercase"

#~ msgid "Intrinsics in uppercase"

#~ msgid "Assume native functions are implemented using JNI"

#~ msgid "Language keyword letters in arbitrary cases"

#~ msgid "Language keywords spelled as e.g. IOStat"

#~ msgid "Language keywords in lowercase"

#~ msgid "Language keywords in uppercase"

#~ msgid "Delete MIL-STD 1753 intrinsics"

#~ msgid "Disable MIL-STD 1753 intrinsics"

#~ msgid "Enable MIL-STD 1753 intrinsics"

#~ msgid "Hide MIL-STD 1753 intrinsics"

#~ msgid "Take at least one trip through each iterative DO loop"

#~ msgid "Enable optimization of static class initialization code"
#~ msgstr "Autorisser l'optimisation du code d'initialisation de classe statique"

#~ msgid "Warn about use of (only a few for now) Fortran extensions"

#~ msgid "Allow appending a second underscore to externals"

#~ msgid "Do not print names of program units as they are compiled"

#~ msgid "Internally convert most source to lowercase"

#~ msgid "Internally preserve source case"

#~ msgid "Internally convert most source to uppercase"

#~ msgid "Enable assignability checks for stores into object arrays"

#~ msgid "Symbol names spelled in mixed case"

#~ msgid "Symbol names in lowercase"
#~ msgstr "Noms de symboles en minuscules"

#~ msgid "Symbol names in uppercase"
#~ msgstr "Noms des symboles en majuscules"

#~ msgid "Make prefix-radix non-decimal constants be typeless"

#~ msgid "Allow all ugly features"
#~ msgstr "Permettre toutes les options laides"

#~ msgid "Hollerith and typeless can be passed as arguments"

#~ msgid "Allow ordinary copying of ASSIGN'ed vars"

#~ msgid "Dummy array dimensioned to (1) is assumed-size"

#~ msgid "Trailing comma in procedure call denotes null argument"

#~ msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
#~ msgstr "Permettre REAL(Z) et AIMAG(Z) pour les DOUBLE COMPLEX Z"

#~ msgid "Initialization via DATA and PARAMETER is not type-compatible"
#~ msgstr "Initialisation via DATA et PARAMETER n'est pas un type compatible"

#~ msgid "Allow INTEGER and LOGICAL interchangeability"

#~ msgid "Append underscores to externals"

#~ msgid "Delete libU77 intrinsics"

#~ msgid "Disable libU77 intrinsics"

#~ msgid "Enable libU77 intrinsics"

#~ msgid "Hide libU77 intrinsics"

#~ msgid "Print g77-specific version information and run internal tests"

#~ msgid "Program is written in VXT (Digital-like) FORTRAN"

#~ msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"

#~ msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"

#~ msgid "Enable non-FORTRAN-77 intrinsics VXT FORTRAN supports"

#~ msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"

#~ msgid "Print internal debugging-related information"

#~ msgid "Treat initial values of 0 like non-zero values"

#~ msgid "-gnat<options>\tSpecify options to GNAT"

#~ msgid "concatenation of string literals with __FUNCTION__ is deprecated"

#~ msgid "ISO C++ forbids range expressions in switch statements"

#~ msgid "ISO C++ forbids taking the address of a label"

#~ msgid "ISO C forbids taking the address of a label"

#~ msgid "declaration of `%s' shadows %s"

#~ msgid "`struct %s' incomplete in scope ending here"

#~ msgid "`union %s' incomplete in scope ending here"

#~ msgid "`enum %s' incomplete in scope ending here"

#~ msgid "label `%s' defined but not used"

#~ msgid "shadowing library function `%s'"

#~ msgid "library function `%s' declared as non-function"

#~ msgid "conflicting types for `%s'"

#~ msgid "redeclaration of `%s'"

#~ msgid "prototype for `%s' follows"

#~ msgid "non-prototype definition here"

#~ msgid "prototype for `%s' follows and number of arguments doesn't match"

#~ msgid "prototype for `%s' follows and argument %d doesn't match"

#~ msgid "type qualifiers for `%s' conflict with previous decl"

#~ msgid "redundant redeclaration of `%s' in same scope"

#~ msgid "a parameter"

#~ msgid "a previous local"

#~ msgid "a global declaration"

#~ msgid "`%s' used prior to declaration"

#~ msgid "`%s' was declared implicitly `extern' and later `static'"

#~ msgid "previous external decl of `%s'"

#~ msgid "type mismatch with previous implicit declaration"

#~ msgid "`%s' was previously implicitly declared to return `int'"

#~ msgid "`%s' was declared `extern' and later `static'"

#~ msgid "`%s' locally external but globally static"

#~ msgid "function `%s' was previously declared within a block"

#~ msgid "declaration of `%s' has `extern' and is initialized"

#~ msgid "initializer fails to determine size of `%s'"

#~ msgid "array size missing in `%s'"

#~ msgid "storage size of `%s' isn't known"

#~ msgid "storage size of `%s' isn't constant"

#~ msgid "ISO C forbids parameter `%s' shadowing typedef"

#~ msgid "parameter `%s' points to incomplete type"

#~ msgid "parameter points to incomplete type"

#~ msgid "`void' in parameter list must be the entire list"

#~ msgid "`union %s' declared inside parameter list"

#~ msgid "`enum %s' declared inside parameter list"

#~ msgid "anonymous union declared inside parameter list"

#~ msgid "anonymous enum declared inside parameter list"

#~ msgid "bit-field `%s' type invalid in ISO C"

#~ msgid "duplicate member `%s'"

#~ msgid "parm types given both in parmlist and separately"

#~ msgid "parameter `%s' declared void"

#~ msgid "universal-character-name '\\u%04x' not valid in identifier"

#~ msgid "ignoring invalid multibyte character"

#~ msgid "options array incorrectly sorted: %s is before %s"

#~ msgid "-Wno-strict-prototypes is not supported in C++"
#~ msgstr "-Wno-strict-prototypes n'est pas permis en C++"

#~ msgid ""
#~ "Switches:\n"
#~ "  -include <file>           Include the contents of <file> before other files\n"
#~ "  -imacros <file>           Accept definition of macros in <file>\n"
#~ "  -iprefix <path>           Specify <path> as a prefix for next two options\n"
#~ "  -iwithprefix <dir>        Add <dir> to the end of the system include path\n"
#~ "  -iwithprefixbefore <dir>  Add <dir> to the end of the main include path\n"
#~ "  -isystem <dir>            Add <dir> to the start of the system include path\n"
#~ msgstr ""
#~ "Options:\n"
#~ "  -include <fichier>        Inclure le contenu du <fichier> avant d'autres fichiers\n"

#~ msgid ""
#~ "  -idirafter <dir>          Add <dir> to the end of the system include path\n"
#~ "  -I <dir>                  Add <dir> to the end of the main include path\n"
#~ "  -I-                       Fine-grained include path control; see info docs\n"
#~ "  -nostdinc                 Do not search system include directories\n"
#~ "                             (dirs specified with -isystem will still be used)\n"
#~ "  -nostdinc++               Do not search system include directories for C++\n"
#~ "  -o <file>                 Put output into <file>\n"
#~ msgstr ""
#~ "  -o <fichier>              Produire la sortie dans le <fichier>\n"

#~ msgid ""
#~ "  -trigraphs                Support ISO C trigraphs\n"
#~ "  -std=<std name>           Specify the conformance standard; one of:\n"
#~ "                            gnu89, gnu99, c89, c99, iso9899:1990,\n"
#~ "                            iso9899:199409, iso9899:1999, c++98\n"
#~ "  -w                        Inhibit warning messages\n"
#~ "  -W[no-]trigraphs          Warn if trigraphs are encountered\n"
#~ "  -W[no-]comment{s}         Warn if one comment starts inside another\n"
#~ msgstr ""
#~ "  -trigraphs                Permettre les trigraphes C ISO\n"
#~ "                             gnu89, gnu99, c89, c99, iso9899:1990,\n"
#~ "                             iso9899:199409, iso9899:1999, c++98\n"
#~ "  -w                        Inhiber les messages d'avertissement\n"
#~ "                             d'un autre\n"

#~ msgid ""
#~ "  -W[no-]traditional        Warn about features not present in traditional C\n"
#~ "  -W[no-]undef              Warn if an undefined macro is used by #if\n"
#~ "  -W[no-]import             Warn about the use of the #import directive\n"
#~ msgstr ""
#~ "                             en C traditionnel\n"
#~ "  -W[no-]import             Avertir [ou non] de l'utilisation de la directive #import\n"

#~ msgid ""
#~ "  -W[no-]error              Treat all warnings as errors\n"
#~ "  -W[no-]system-headers     Do not suppress warnings from system headers\n"
#~ "  -W[no-]all                Enable most preprocessor warnings\n"
#~ msgstr ""
#~ "  -W[no-]error              Changer [ou non] les avertissements en erreurs\n"

#~ msgid ""
#~ "  -M                        Generate make dependencies\n"
#~ "  -MM                       As -M, but ignore system header files\n"
#~ "  -MD                       Generate make dependencies and compile\n"
#~ "  -MMD                      As -MD, but ignore system header files\n"
#~ "  -MF <file>                Write dependency output to the given file\n"
#~ "  -MG                       Treat missing header file as generated files\n"
#~ msgstr ""

#~ msgid ""
#~ "  -MP\t\t\t    Generate phony targets for all headers\n"
#~ "  -MQ <target>              Add a MAKE-quoted target\n"
#~ "  -MT <target>              Add an unquoted target\n"
#~ msgstr ""

#~ msgid ""
#~ "  -D<macro>                 Define a <macro> with string '1' as its value\n"
#~ "  -D<macro>=<val>           Define a <macro> with <val> as its value\n"
#~ "  -A<question>=<answer>     Assert the <answer> to <question>\n"
#~ "  -A-<question>=<answer>    Disable the <answer> to <question>\n"
#~ "  -U<macro>                 Undefine <macro> \n"
#~ "  -v                        Display the version number\n"
#~ msgstr ""

#~ msgid ""
#~ "  -H                        Print the name of header files as they are used\n"
#~ "  -C                        Do not discard comments\n"
#~ "  -dM                       Display a list of macro definitions active at end\n"
#~ "  -dD                       Preserve macro definitions in output\n"
#~ "  -dN                       As -dD except that only the names are preserved\n"
#~ "  -dI                       Include #include directives in the output\n"
#~ msgstr ""
#~ "  -dI                       Inclure la directive #include dans la sortie\n"

#~ msgid ""
#~ "  -f[no-]preprocessed       Treat the input file as already preprocessed\n"
#~ "  -ftabstop=<number>        Distance between tab stops for column reporting\n"
#~ "  -P                        Do not generate #line directives\n"
#~ "  -remap                    Remap file names when including files\n"
#~ "  --help                    Display this information\n"
#~ msgstr ""
#~ "  -ftabstop=<nombre>        Largeur des tabulations pour indiquer la colonne\n"
#~ "  -remap                    Refaire la table des noms de fichiers lors de\n"
#~ "                             l'inclusion de fichiers\n"

# FIXME
#~ msgid "ISO C forbids the address of a cast expression"

#~ msgid "initializer for static variable is not constant"
#~ msgstr "l'initialisation d'une variable statique n'est pas une constante"

#~ msgid "initializer for static variable uses complicated arithmetic"

# FIXME
#~ msgid "aggregate initializer is not constant"

# FIXME
#~ msgid "aggregate initializer uses complicated arithmetic"

# FIXME
#~ msgid "variable offset is passed partially in stack and in reg"

#~ msgid "variable size is passed partially in stack and in reg"

# I18N
#~ msgid "open %s"
#~ msgstr "open %s"

#~ msgid "incompatibilities between object file & expected values"

#~ msgid ""
#~ "\n"
#~ "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
#~ msgstr ""
#~ "\n"

# FIXME
#~ msgid "string section missing"

#~ msgid "section pointer missing"
#~ msgstr "pointeur de section manquant"

#~ msgid "no symbol table found"

#~ msgid ""
#~ "\n"
#~ "Updating header and load commands.\n"
#~ "\n"
#~ msgstr ""
#~ "\n"
#~ "\n"

# FIXME
#~ msgid "load command map, %d cmds, new size %ld.\n"
#~ msgstr "Chargement de la carte des commandes, %d commandes, nouvelle taille %ld.\n"

#~ msgid ""
#~ "writing load commands.\n"
#~ "\n"
#~ msgstr ""
#~ "\n"

# I18N
#~ msgid "close %s"
#~ msgstr "close %s"

#~ msgid "could not convert 0x%l.8x into a region"

#~ msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"

#~ msgid "bad magic number"

#~ msgid "bad header version"

#~ msgid "bad raw header version"

#~ msgid "raw header buffer too small"

#~ msgid "old raw header file"

#~ msgid "unsupported version"
#~ msgstr "version non reconnue"

#~ msgid "unknown {de,en}code_mach_o_hdr return value %d"
#~ msgstr "mauvaise valeur de retour (%d) de {de,en}code_mach_o_hdr"

# I18N
#~ msgid "fstat %s"
#~ msgstr "fstat %s"

# I18N
#~ msgid "lseek %s 0"
#~ msgstr "lseek %s 0"

# I18N
#~ msgid "read %s"
#~ msgstr "read %s"

#~ msgid "read %ld bytes, expected %ld, from %s"
#~ msgstr "lu %ld octets, attendu %ld, de %s"

# I18N
#~ msgid "msync %s"
#~ msgstr "msync %s"

# I18N
#~ msgid "munmap %s"
#~ msgstr "munmap %s"

# I18N
#~ msgid "write %s"
#~ msgstr "write %s"

#~ msgid "wrote %ld bytes, expected %ld, to %s"

#~ msgid "ISO C++ does not permit \"%s\" in #if"

#~ msgid "invalid character '\\%03o' in #if"

#~ msgid "absolute file name in remap_filename"
#~ msgstr "nom de fichier absolu dans remap_filename"

#~ msgid "%s: Not a directory"

#~ msgid "directory name missing after %s"

#~ msgid "file name missing after %s"

#~ msgid "path name missing after %s"

#~ msgid "unknown string token %s\n"

#~ msgid "non-hex digit '%c' in universal-character-name"

#~ msgid "universal-character-name on EBCDIC target"

#~ msgid "universal-character-name out of range"

#~ msgid "escape sequence out of range for its type"

#~ msgid "#import is obsolete, use an #ifndef wrapper in the header file"

# FIXME
#~ msgid "#pragma once is obsolete"

#~ msgid "((anonymous))"
#~ msgstr "((anonyme))"

#~ msgid "%s: warnings being treated as errors\n"

#~ msgid "At top level:"
#~ msgstr "Hors de toute fonction :"

#~ msgid "In member function `%s':"

#~ msgid "In function `%s':"

#~ msgid ""
#~ "Please submit a full bug report,\n"
#~ "with preprocessed source if appropriate.\n"
#~ "See %s for instructions.\n"
#~ msgstr ""
#~ "Veuillez soumettre un rapport complet d'anomalies,\n"

# FRONT
#~ msgid "In file included from %s:%d"
#~ msgstr "Dans le fichier inclus depuis %s:%d"

# I18N: This line should be indented with the previous entry
#~ msgid ""
#~ ",\n"
#~ "                 from %s:%d"
#~ msgstr ""
#~ ",\n"
#~ "                       depuis %s:%d"

#~ msgid "internal regno botch: `%s' has regno = %d\n"

#~ msgid "support for the DWARF1 debugging format is deprecated"

#~ msgid "can't get current directory"

# FRONT
#~ msgid "unsupported wide integer operation"

#~ msgid "Copyright (C) 2002 Free Software Foundation, Inc.\n"

#~ msgid "mismatched braces in specs"
#~ msgstr "accolades non concordantes dans les specs"

#~ msgid "Could not open basic block file %s.\n"
#~ msgstr "Ne pourrait pas ouvrir le fichier de blocs de base %s.\n"

#~ msgid "Could not open program flow graph file %s.\n"
#~ msgstr "Ne pourrait pas ouvrir le fichier de flux du programm  %s.\n"

#~ msgid "Could not open data file %s.\n"

#~ msgid "Assuming that all execution counts are zero.\n"

#~ msgid "No executable code associated with file %s.\n"

#~ msgid "didn't use all bb entries of graph, function %s\n"

#~ msgid "block_num = %ld, num_blocks = %d\n"
#~ msgstr "block_num = %ld, num_blocks = %d\n"

#~ msgid "ERROR: unexpected line number %ld\n"

#~ msgid "ERROR: too many basic blocks in function %s\n"
#~ msgstr "ERREUR : trop de blocs de base dans la fonction %s\n"

#~ msgid "ERROR: out of range line number in function %s\n"

#~ msgid "Could not open source file %s.\n"
#~ msgstr "N'a pu ouvrir le fichier source %s.\n"

#~ msgid "Unexpected EOF while reading source file %s.\n"
#~ msgstr "EOF inattendue lors de la lecture du fichier source %s.\n"

#~ msgid "Creating %s.\n"

#~ msgid "invalid string `%s' in define_cpu_unit"

#~ msgid "invalid string `%s' in define_bypass"

#~ msgid "invalid first string `%s' in exclusion_set"

#~ msgid "invalid second string `%s' in exclusion_set"

#~ msgid "invalid second string `%s' in presence_set"

#~ msgid "invalid option `%s' in automata_option"

#~ msgid "invalid `%s' in reservation `%s'"

#~ msgid "unit `%s' in exclusion is not declared"

#~ msgid "unit `%s' excludes itself"

#~ msgid "repeated declaration of automaton `%s'"

#~ msgid "`%s' is already used as insn reservation name"

#~ msgid "automaton `%s' is not declared"

#~ msgid "`%s' is declared as cpu unit"

#~ msgid "`%s' is declared as cpu reservation"

#~ msgid "repeated declaration of unit `%s'"

#~ msgid "repeated declaration of reservation `%s'"

#~ msgid "there is no insn reservation `%s'"

#~ msgid "the same bypass `%s - %s' is already defined"

#~ msgid "bypass `%s - %s' is already defined"

#~ msgid "undeclared unit or reservation `%s'"

#~ msgid "unit `%s' is not used"

#~ msgid "reservation `%s' is not used"

#~ msgid "cycle in definition of reservation `%s'"

#~ msgid "-split has no argument."
#~ msgstr "-split n'a pas d'argument."

#~ msgid "option `-split' has not been implemented yet\n"

#~ msgid "Errors in DFA description"
#~ msgstr "ERREURS dans la description DFA"

#~ msgid "Error in writing DFA description file %s"

#~ msgid "No input file name."
#~ msgstr "Pas de nom de fichier."

#~ msgid ".da file corrupted"
#~ msgstr "fichier .da corrompu"

#~ msgid "Generate STABS format debug info"

#~ msgid "Generate extended STABS format debug info"

#~ msgid "Generate DWARF-1 format debug info"

#~ msgid "Generate extended DWARF-1 format debug info"

#~ msgid "Generate DWARF-2 debug info"

#~ msgid "Generate XCOFF format debug info"

#~ msgid "Generate extended XCOFF format debug info"

#~ msgid "Generate COFF format debug info"

#~ msgid "Generate VMS format debug info"

#~ msgid "Consider all mem refs through pointers as volatile"

#~ msgid "Consider all mem refs to global data to be volatile"

#~ msgid "Consider all mem refs to static data to be volatile"

#~ msgid "Output GNU ld formatted global initializers"
#~ msgstr "Produire des initialisations de globlales au format GNU ld"

#~ msgid "Enable SSA optimizations"
#~ msgstr "Autoriser les optimisations SSA"

#~ msgid "Enable SSA conditional constant propagation"
#~ msgstr "Autoriser la propagation SSA de constante conditionnelle"

#~ msgid "Enable aggressive SSA dead code elimination"

#~ msgid "Compile just for ISO C90"
#~ msgstr "Compiler seulement pour ISO C90"

#~ msgid "Determine language standard"

#~ msgid "Make bit-fields by unsigned by default"

#~ msgid "Allow different types as args of ? operator"

#~ msgid "Allow the use of $ inside identifiers"

#~ msgid "Use the smallest fitting integer to hold enums"

#~ msgid "Warn if nested comments are detected"

#~ msgid "Don't warn about too many arguments to format functions"

#~ msgid "Warn about non-string-literal format strings"

#~ msgid "Warn about constructs whose meanings change in ISO C"

#~ msgid "Warn when trigraphs are encountered"

#~ msgid "Mark strings as 'const char *'"

#~ msgid "  -pedantic-errors        Like -pedantic except that errors are produced\n"

#~ msgid "  -w                      Suppress warnings\n"
#~ msgstr "  -w                      supprimer les avertissements\n"

#~ msgid "  -W                      Enable extra warnings\n"
#~ msgstr "  -W                      autoriser les avertissements additionnels\n"

#~ msgid "  -Wunused                Enable unused warnings\n"

#~ msgid "  -p                      Enable function profiling\n"
#~ msgstr "  -p                      autoriser le profilage des fonctions\n"

#~ msgid ""
#~ "\n"
#~ "Language specific options:\n"
#~ msgstr ""
#~ "\n"

#~ msgid "  %-23.23s [undocumented]\n"

#~ msgid ""
#~ "\n"
#~ "There are undocumented %s specific options as well.\n"
#~ msgstr ""
#~ "\n"

#~ msgid ""
#~ "\n"
#~ " Options for %s:\n"
#~ msgstr ""
#~ "\n"
#~ " Options pour %s:\n"

#~ msgid "unrecognized option `%s'"

#~ msgid "-Wid-clash-LEN is no longer supported"

#~ msgid "use -gdwarf -g%d for DWARF v1, level %d"
#~ msgstr "utiliser -gdwarf -g%d pour DWARF v1, niveau %d"

#~ msgid "use -gdwarf-2   for DWARF v2"
#~ msgstr "utiliser -gdwarf-2   pour  DWARF v2"

#~ msgid "ignoring option `%s' due to invalid debug level specification"

#~ msgid "`%s': unknown or unsupported -g option"

#~ msgid "`%s' ignored, conflicts with `-g%s'"

#~ msgid "-param option missing argument"
#~ msgstr "argument manquant pour l'option -param"

#~ msgid "invalid --param option: %s"
#~ msgstr "option invalide --param: %s"

#~ msgid "(it is valid for %s but not the selected language)"

#~ msgid "#`%s' not supported by %s#"

#~ msgid "The maximuem number of instructions by repeated inlining before gcc starts to throttle inlining"

#~ msgid "The number of instructions in a single functions still eligible to inlining after a lot recursive inlining"

#~ msgid "Use Mingw32 interface"
#~ msgstr "Utiliser l'interface Mingw32"

#~ msgid "Use Cygwin interface"
#~ msgstr "Utiliser l'interface Cygwin"

#~ msgid "Use bare Windows interface"
#~ msgstr "Utiliser l'interface brute Windows"

#~ msgid "Only initialized variables can be placed into program memory area."

#~ msgid "const objects cannot go in .sdata/.sbss"
#~ msgstr "constantes objets ne peuvent aller dans .sdata/.sbss"

#~ msgid "Generate code for a Sun FPA"

#~ msgid "Do not generate code for a Sun FPA"

#~ msgid "Generate code for a Sun Sky board"

#~ msgid "Do not use Sky linkage convention"

#~ msgid "Generate code for a 68881"

#~ msgid "internal gcc monitor: short-branch(%x)"
#~ msgstr "moniteur interne gcc: branchement court(%x)"

#~ msgid "internal gcc error: Can't express symbolic location"
#~ msgstr "erreur interne gcc: ne peut exprimer la localisation symbolique"

#~ msgid "argument #%d is a structure"
#~ msgstr "argument #%d est une structure"

#~ msgid "%%R not followed by %%B/C/D/E"
#~ msgstr "%%R n'est pas suivi de %%B/C/D/E"

#~ msgid "invalid %%Q value"
#~ msgstr "valeur %%Q invalide"

#~ msgid "invalid %%o value"
#~ msgstr "valeur %%o invalide"

#~ msgid "invalid %%s/S value"
#~ msgstr "valeur %%s/S invalide"

#~ msgid "invalid %%B value"
#~ msgstr "valeur %%B invalide"

#~ msgid "`%%d' operand isn't a register"

#~ msgid "operand is r0"

#~ msgid "operand is const_double"

#~ msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
#~ msgstr "-mtrap-large-shift et -mhandle-large-shift sont incompatibles"

#~ msgid "invalid option `-mshort-data-%s'"

#~ msgid "-mshort-data-%s is too large "
#~ msgstr "-mshort-data-%s est trop grande "

#~ msgid "-mshort-data-%s and PIC are incompatible"
#~ msgstr "-mshort-data-%s et PIC sont incompatibles"

#~ msgid "bad value (%s) for -mips switch"

#~ msgid "invalid option `entry%s'"

#~ msgid "-mentry is only meaningful with -mips-16"
#~ msgstr "-mentry n'a de sens qu'avec -mips-16"

#~ msgid "MIPS ECOFF format does not allow changing filenames within functions with #line"

#~ msgid "fp_offset (%ld) or end_offset (%ld) is less than zero"

#~ msgid "Trap on integer divide overflow"

#~ msgid "Don't trap on integer divide overflow"

#~ msgid "Use mips16 entry/exit psuedo ops"

#~ msgid "Don't use MIPS16 instructions"
#~ msgstr "Ne pas utiliser les instructions MIPS16"

#~ msgid "invalid %%z value"
#~ msgstr "valeur %%z invalide"

#~ msgid "invalid %%Z value"
#~ msgstr "valeur %%Z invalide"

#~ msgid "invalid %%j value"
#~ msgstr "valeur %%j invalide"

#~ msgid "can't have varargs with -mfp-arg-in-fp-regs"
#~ msgstr "ne peut avoir varargs avec -mfp-arg-in-fp-regs"

#~ msgid "unknown -mvrsave= option specified: '%s'"

#~ msgid "64 bit mode"
#~ msgstr "mode 64 bits"

#~ msgid "31 bit mode"
#~ msgstr "mode 31 bits"

#~ msgid "Use the Xtensa code density option"

#~ msgid "Do not use the Xtensa code density option"

#~ msgid "Use the Xtensa MAC16 option"
#~ msgstr "Utiliser l'option Xtensa MAC16"

#~ msgid "Do not use the Xtensa MAC16 option"
#~ msgstr "Ne pas utiliser l'option Xtensa MAC16"

#~ msgid "Use the Xtensa MUL16 option"
#~ msgstr "Utiliser l'option Xtensa MUL16"

#~ msgid "Do not use the Xtensa MUL16 option"
#~ msgstr "Ne pas utiliser l'option Xtensa MUL16"

#~ msgid "Use the Xtensa MUL32 option"
#~ msgstr "Utiliser l'option Xtensa MUL16"

#~ msgid "Do not use the Xtensa MUL32 option"
#~ msgstr "Ne pas utiliser l'option Xtensa MUL32"

#~ msgid "Use the Xtensa NSA option"
#~ msgstr "Utiliser l'option Xtensa NSA"

#~ msgid "Do not use the Xtensa NSA option"
#~ msgstr "Ne pas utiliser l'option Xtensa NSA"

#~ msgid "Use the Xtensa MIN/MAX option"
#~ msgstr "Utiliser l'option Xtensa MIN/MAX"

#~ msgid "Do not use the Xtensa MIN/MAX option"
#~ msgstr "Ne pas utiliser l'option Xtensa MIN/MAX"

#~ msgid "Use the Xtensa SEXT option"
#~ msgstr "Utiliser l'option Xtensa SEXT"

#~ msgid "Do not use the Xtensa SEXT option"
#~ msgstr "Ne pas utiliser l'option Xtensa SEXT"

#~ msgid "Use the Xtensa boolean register option"

#~ msgid "Do not use the Xtensa boolean register option"

#~ msgid "Use the Xtensa floating-point unit"

#~ msgid "Do not use the Xtensa floating-point unit"

#~ msgid "Serialize volatile memory references with MEMW instructions"

#~ msgid "Do not serialize volatile memory references with MEMW instructions"

#~ msgid "type of `%E' does not match destructor type `%T' (type was `%T')"

#~ msgid "`%D' is a namespace"

#~ msgid "base object `%E' of scoped method call is of non-aggregate type `%T'"

#~ msgid "destructors take no parameters"

#~ msgid "destructor name `~%T' does not match type `%T' of expression"

#~ msgid "%s %+#D%s"
#~ msgstr "%s %+#D%s"

#~ msgid "%s for `%T ? %T : %T' operator"

#~ msgid "%s for `%T [%T]' operator"

#~ msgid "%s for `%T %s %T' operator"

#~ msgid "%s for `%s %T' operator"

#~ msgid "`%D' must be declared before use"

#~ msgid "  initializing argument %P of `%D' from result of `%D'"

#~ msgid "  initializing temporary from result of `%D'"

#~ msgid "cannot receive objects of non-POD type `%#T' through `...'"

#~ msgid "field `%D' invalidly declared offset type"

#~ msgid "lookup of `%D' finds `%#D'"

#~ msgid "  instead of `%D' from dependent base class"

#~ msgid "lookup of `%D' in the scope of `%#T' (`%#D') does not match lookup in the current scope (`%#D')"

#~ msgid "invalid declarator"

#~ msgid "`%T' is implicitly a typename"

#~ msgid "parameter `%D' invalidly declared offset type"

#~ msgid "`%s %T' declares a new type at namespace scope"

#~ msgid "  names from dependent base classes are not visible to unqualified name lookup - to refer to the inherited type, say `%s %T::%T'"

#~ msgid "base class `%T' has incomplete type"

#~ msgid "semicolon missing after declaration of `%#T'"

#~ msgid "template `%#D' instantiated in file without #pragma interface"

#~ msgid "template `%#D' defined in file without #pragma interface"

#~ msgid "parser may be lost: is there a '{' missing somewhere?"

#~ msgid "invalid data member initialization"

#~ msgid "(use `=' to initialize static data members)"

#~ msgid "too many initialization functions required"
#~ msgstr "trop d'initialisations de fonctions requises"

#~ msgid "`%D' is not a namespace"

#~ msgid "a using-declaration cannot specify a template-id.  Try  `using %T::%D'"

#~ msgid "`%T' does not have a class or union named `%D'"

#~ msgid "`%T' is not a class or union type"

#~ msgid "`%s' not supported by %s"

#~ msgid "(static %s for %s)"
#~ msgstr "(static %s pour %s)"

#~ msgid "%s: In instantiation of `%s':\n"

#~ msgid "%s:%d:   instantiated from `%s'\n"

#~ msgid "%s:%d:   instantiated from here\n"

#~ msgid "previous friend declaration of `%D'"

#~ msgid "cannot call destructor `%T::~%T' without object"

#~ msgid "invalid use of member `%D'"

#~ msgid "no method `%T::%D'"

#~ msgid "object missing in use of pointer-to-member construct"

#~ msgid "member `%D' is non-static but referenced as a static member"

#~ msgid "object missing in `%E'"

#~ msgid "initializer list being treated as compound expression"

#~ msgid "cannot declare references to references"

#~ msgid "cannot declare pointers to references"

#~ msgid "type name expected before `&'"

#~ msgid "semicolon missing after %s declaration"

#~ msgid "semicolon missing after declaration of `%T'"

#~ msgid "`::%D' undeclared (first use here)"

#~ msgid "real-valued template parameters when cross-compiling"

#~ msgid "use of linkage spec `%D' is different from previous spec `%D'"

#~ msgid "no base or member initializers given following ':'"

#~ msgid "use of template qualifier outside template"
#~ msgstr "utilisation d'un qualificateur de canevas en dehors d'un canevas"

#~ msgid "ISO C++ forbids an empty condition for `%s'"

#~ msgid "definition of class `%T' in condition"

#~ msgid "definition of enum `%T' in condition"

#~ msgid "definition of array `%#D' in condition"

#~ msgid "old style placement syntax, use () instead"

#~ msgid "`%T' is not a valid expression"

#~ msgid "initialization of new expression with `='"

#~ msgid "sigof type specifier"

#~ msgid "`sigof' applied to non-aggregate expression"

#~ msgid "`sigof' applied to non-aggregate type"

#~ msgid "storage class specifier `%s' not allowed after struct or class"

#~ msgid "type specifier `%s' not allowed after struct or class"

#~ msgid "type qualifier `%s' not allowed after struct or class"

#~ msgid "no body nor ';' separates two class, struct or union declarations"

#~ msgid "no bases given following `:'"

#~ msgid "multiple access specifiers"

#~ msgid "multiple `virtual' specifiers"

#~ msgid "missing ';' before right brace"

#~ msgid "ISO C++ forbids array dimensions with parenthesized type in new"

#~ msgid "`%T' is not a class or namespace"

#~ msgid "ISO C++ forbids label declarations"

#~ msgid "label must be followed by statement"

#~ msgid "must have at least one catch per try block"
#~ msgstr "doit avoir au moins un intercepteur par bloc d'essais"

#~ msgid "ISO C++ forbids compound statements inside for initializations"

#~ msgid "possibly missing ')'"

#~ msgid "type specifier omitted for parameter"

#~ msgid "`%E' is not a type, use `typename %E' to make it one"

#~ msgid "no type `%D' in `%T'"

#~ msgid "type specifier omitted for parameter `%E'"

#~ msgid "type `%T' composed from a local class is not a valid template-argument"

#~ msgid "adjusting pointers for covariant returns"
#~ msgstr "ajuster les pointeurs pour des retours co-variants"

#~ msgid "  overriding `%#D' (must be pointer or reference to class)"

#~ msgid "  overriding `%#D' (must use pointer or reference)"

#~ msgid "return identifier `%D' already in place"

#~ msgid "can't redefine default return value for constructors"

#~ msgid "calling type `%T' like a method"

#~ msgid "destructor specifier `%T::~%T()' must have matching names"

#~ msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy"

#~ msgid "parse error at end of saved function text"

#~ msgid "%Hend of file read inside definition"

#~ msgid "parse error in method specification"

#~ msgid "function body for constructor missing"
#~ msgstr "corps de fonction pour le constructeur est manquante"

#~ msgid "circular dependency in default args of `%#D'"

#~ msgid "invalid type `%T' for default argument to `%T'"

#~ msgid "%s before `%c'"

#~ msgid "%s before `\\%o'"

#~ msgid "%s before `%s' token"

#~ msgid "ISO C++ prohibits conversion from `%#T' to `(...)'"

#~ msgid "invalid application of `%s' to non-static member"

#~ msgid "sizeof applied to a bit-field"

#~ msgid "destructor specifier `%T::~%T' must have matching names"

#~ msgid "parameter type of called function is incomplete"

#~ msgid "ISO C++ forbids using pointer to a member in subtraction"
#~ msgstr "ISO C++ interdit l'utilisation d'un pointeur vers un membre dans une soustraction"

#~ msgid "reinterpret_cast from `%T' to `%T' casts away const (or volatile)"

#~ msgid "return-statement with no value, in function declared with a non-void return type"

#~ msgid "return-statement with a value, in function declared with a void return type"

#~ msgid "comma expression used to initialize return value"

#~ msgid "ISO C++ forbids non-constant aggregate initializer expressions"

#~ msgid "`%T' fails to be a typedef or built-in type"

#~ msgid "ISO C++ forbids defining types within %s"

#~ msgid "Only emit explicit template instatiations"
#~ msgstr "Produire seulement des instanciations explicites du canevas"

#~ msgid "Recognize and/bitand/bitor/compl/not/or/xor"

#~ msgid "Warn about inconsistent return types"

#~ msgid "Warn when a function is declared extern, then inline"

#~ msgid "directory name must immediately follow -I"

#~ msgid "ignoring pragma: %s"

#~ msgid "Program does not use Unix-f77 dialectal features"
#~ msgstr "Programme n'utilise pas les options du dialecte Unix f77"

#~ msgid "Disable the appending of underscores to externals"

#~ msgid "Fortran-specific form of -fbounds-check"

#~ msgid "Add a directory for INCLUDE searching"

#~ msgid "Set the maximum line length"
#~ msgstr "Initialiser la longueur maximale des lignes"

#~ msgid "Disable automatic array bounds checking"

#~ msgid "Set class path"
#~ msgstr "Initialiser le chemin des classes"

#~ msgid "Choose class whose main method should be used"

#~ msgid "Add directory to class path"

#~ msgid "Directory where class files should be written"

#~ msgid "`%s' cannot be statically allocated"

#~ msgid "multiple declarations for method `%s'"

#~ msgid "cannot find class (factory) method"

#~ msgid "return type for `%s' defaults to id"

#~ msgid "return type defaults to id"

#~ msgid "cannot find method"

#~ msgid "duplicate definition of class method `%s'"

#~ msgid "duplicate definition of instance method `%s'"

#~ msgid "duplicate declaration of instance method `%s'"

#~ msgid "potential selector conflict for method `%s'"

#~ msgid "Specify the name of the class for constant strings"

#~ msgid "compilation of header file requested"

#~ msgid "choose either big or little endian, not both"

#~ msgid "choose either m340 or m210 not both"
#~ msgstr "choisir m340 ou m210 mais pas les deux"

#~ msgid "-c or -S required for Ada"
#~ msgstr "-c ou -S requis pour Ada"

#~ msgid "-static not valid with -mcoff"
#~ msgstr "-static n'est pas valide avec -mcoff"

#~ msgid "-shared not valid with -mcoff"
#~ msgstr "-shared n'est pas valide avec -mcoff"

#~ msgid "-symbolic not valid with -mcoff"
#~ msgstr "-symbolic n'est pas valide avec -mcoff"

#~ msgid "-fpic is not valid with -mcoff"
#~ msgstr "-fpic n'est pas valide avec -mcoff"

#~ msgid "-fPIC is not valid with -mcoff"
#~ msgstr "-fPic n'est pas valide avec -mcoff"

#~ msgid "-fpic not valid with -mcoff"
#~ msgstr "-fpic n'est pas valide avec -mcoff"

#~ msgid "-fPIC not valid with -mcoff"
#~ msgstr "-fPIC n'est pas valide avec -mcoff"

#~ msgid "unnamed fields of type other than struct or union are not allowed"
#~ msgstr "champs sans nom de type autre que struct ou union ne sont pas permis"

#~ msgid "numeric constant with no digits"

#~ msgid "numeric constant contains digits beyond the radix"

#~ msgid "floating constant may not be in radix 16"

#~ msgid "more than one 'f' suffix on floating constant"

#~ msgid "more than one 'l' suffix on floating constant"

#~ msgid "traditional C rejects the 'l' suffix"

#~ msgid "more than one 'i' or 'j' suffix on floating constant"

#~ msgid "floating constant out of range"
#~ msgstr "constante flottante est hors gamme"

#~ msgid "floating point number exceeds range of 'double'"

#~ msgid "two 'u' suffixes on integer constant"

#~ msgid "traditional C rejects the 'u' suffix"

#~ msgid "three 'l' suffixes on integer constant"

#~ msgid "'lul' is not a valid integer suffix"

#~ msgid "'Ll' and 'lL' are not valid integer suffixes"

#~ msgid "more than one 'i' or 'j' suffix on integer constant"

#~ msgid "invalid suffix on integer constant"

#~ msgid "integer constant is too large for this configuration of the compiler - truncated to %d bits"

#~ msgid "width of integer constant changes with -traditional"

#~ msgid "width of integer constant may change on other systems with -traditional"

#~ msgid "integer constant larger than the maximum value of %s"

#~ msgid "an unsigned long long int"

#~ msgid "a long long int"
#~ msgstr "un entier long long"

#~ msgid "an unsigned long int"

#~ msgid "decimal constant is so large that it is unsigned"

#~ msgid "complex integer constant is too wide for 'complex int'"

#~ msgid "integer constant is larger than the maximum value for its type"

#~ msgid "missing white space after number '%.*s'"

#~ msgid "storage class specifier in array declarator"

#~ msgid "sizeof applied to a function type"

#~ msgid "sizeof applied to a void type"

#~ msgid "execvp %s"
#~ msgstr "execvp %s"

#~ msgid "floating point numbers are not valid in #if"
#~ msgstr "nombres flottants ne sont pas valides dans un #if"

#~ msgid "traditional C rejects the `U' suffix"

#~ msgid "too many 'l' suffixes in integer constant"

#~ msgid "integer constant contains digits beyond the radix"

#~ msgid "integer constant out of range"

#~ msgid "string constants are not valid in #if"

#~ msgid "missing binary operator"

#~ msgid "changing search order for system directory \"%s\""

#~ msgid "  as it is the same as non-system directory \"%s\""

#~ msgid "I/O error on output"
#~ msgstr "Erreur E/S sur la sortie"

#~ msgid "argument missing after %s"

#~ msgid "number missing after %s"

#~ msgid "target missing after %s"

#~ msgid "GNU CPP version %s (cpplib)"
#~ msgstr "GNU CPP version %s (cpplib)"

#~ msgid ""
#~ "  -lang-c++                 Assume that the input sources are in C++\n"
#~ "  -lang-objc                Assume that the input sources are in ObjectiveC\n"
#~ "  -lang-objc++              Assume that the input sources are in ObjectiveC++\n"
#~ "  -lang-asm                 Assume that the input sources are in assembler\n"
#~ msgstr ""

#~ msgid "possible start of unterminated string literal"

#~ msgid "multi-line string literals are deprecated"

#~ msgid "directives may not be used inside a macro argument"

#~ msgid "invalid option %s"
#~ msgstr "option invalide %s"

#~ msgid "%s:%d: warning: "
#~ msgstr "%s:%d: AVERTISSEMENT: "

#~ msgid "argument to `-b' is missing"

#~ msgid "argument to `-V' is missing"

#~ msgid "invalid version number format"

#~ msgid ".da file contents exhausted too early\n"

#~ msgid ".da file contents not exhausted\n"

#~ msgid "%6.2f%% of %d source lines executed in function %s\n"

#~ msgid "%6.2f%% of %d branches executed in function %s\n"

#~ msgid "%6.2f%% of %d branches taken at least once in function %s\n"
#~ msgstr "%6.2f%% de branchements %d pris au mons une fois dans la fonction %s\n"

#~ msgid "No branches in function %s\n"
#~ msgstr "Pas de branchement dans la fonction %s\n"

#~ msgid "%6.2f%% of %d calls executed in function %s\n"

#~ msgid "No calls in function %s\n"
#~ msgstr "Pas d'appel dans la fonction %s\n"

#~ msgid "call %d returns = %s%%\n"

#~ msgid "branch %d taken = %s%%\n"
#~ msgstr "branchement %d a pris = %s%%\n"

#~ msgid ".da file contents exhausted too early"

#~ msgid "conversion from NaN to int"
#~ msgstr "conversion de NaN en int"

#~ msgid "floating point overflow"

#~ msgid "overflow on truncation to integer"

#~ msgid "overflow on truncation to unsigned integer"

#~ msgid "%s: argument domain error"
#~ msgstr "%s: erreur d'argument de domaine"

#~ msgid "%s: function singularity"

#~ msgid "%s: underflow range error"

#~ msgid "%s: total loss of precision"

#~ msgid "%s: partial loss of precision"

#~ msgid "%s: NaN - producing operation"

#~ msgid "Pretend that host and target use the same FP format"

#~ msgid "Compile pointers as triples: value, base & end"
#~ msgstr "Compiler les pointeurs comme des triplets: valeur, base et fin"

#~ msgid "Do not promote floats to double if using -traditional"

#~ msgid "Attempt to support traditional K&R style C"
#~ msgstr "Tenter de supporter le style de langage C traditionnel K&R"

#~ msgid "internal error: %s"
#~ msgstr "erreur interne: %s"

#~ msgid "crossjump disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"

#~ msgid "  -a                      Enable block profiling \n"
#~ msgstr "  -a                      autoriser le profilage des blocs \n"

#~ msgid "  -ax                     Enable jump profiling \n"
#~ msgstr "  -ax                     autoriser le profilage des sauts \n"

#~ msgid "profiling does not work without a frame pointer"
#~ msgstr "profilage ne fonctionne pas sans un pointeur de trames"

#~ msgid "floating point numbers not allowed in #if expressions"
#~ msgstr "nombres flottants ne sont pas permis dans les expressions #if"

#~ msgid "invalid number in #if expression"
#~ msgstr "nombre invalide dans l'expression #if"

#~ msgid "invalid character constant in #if"

#~ msgid "double quoted strings not allowed in #if expressions"

#~ msgid "octal character constant does not fit in a byte"

#~ msgid "empty #if expression"
#~ msgstr "expression #if vide"

#~ msgid "Junk after end of expression."

#~ msgid "macro or #include recursion too deep"

#~ msgid "usage: %s [switches] input output"

#~ msgid "-traditional is not supported in C++"

#~ msgid "-traditional and -ansi are mutually exclusive"
#~ msgstr "-traditional et -ansi sont mutuellement exclusives"

#~ msgid "filename missing after -i option"

#~ msgid "filename missing after -o option"

#~ msgid "target missing after %s option"

#~ msgid "filename missing after %s option"

#~ msgid "macro name missing after -%c option"

#~ msgid "-trigraphs and -traditional are mutually exclusive"
#~ msgstr "-trigraphs et -traditional sont mutuellement exclusives"

#~ msgid "directory name missing after -I option"

#~ msgid "`/*' within comment"

#~ msgid "unterminated #%s conditional"

#~ msgid "not in any file?!"
#~ msgstr "n'est pas dans aucun fichier?!"

#~ msgid "`defined' must be followed by ident or (ident)"

#~ msgid "cccp error: invalid special hash type"

#~ msgid "#include expects \"fname\" or <fname>"

#~ msgid "no include path in which to find %.*s"
#~ msgstr "pas de chemin d'inclusion dans lequel trouver %.*s"

#~ msgid "invalid macro name"
#~ msgstr "nom de macro invalide"

#~ msgid "invalid macro name `%s'"

#~ msgid "parameter name starts with a digit in #define"

#~ msgid "badly punctuated parameter list in #define"

#~ msgid "unterminated parameter list in #define"

#~ msgid "\"%.*s\" redefined"

#~ msgid "# operator should be followed by a macro argument name"

#~ msgid "invalid format #line command"
#~ msgstr "format invalide dans la commande #ligne"

#~ msgid "undefining `defined'"

#~ msgid "undefining `%s'"

#~ msgid "extra text at end of directive"

#~ msgid "#error%.*s"
#~ msgstr "#error%.*s"

#~ msgid "#warning%.*s"
#~ msgstr "#warning%.*s"

#~ msgid "#elif not within a conditional"

#~ msgid "#%s not within a conditional"

#~ msgid "#else or #elif after #else"

#~ msgid "#else not within a conditional"

#~ msgid "unbalanced #endif"

#~ msgid "unterminated string or character constant"

#~ msgid "arguments given to macro `%s'"

#~ msgid "no args to macro `%s'"

#~ msgid "only 1 arg to macro `%s'"

#~ msgid "only %d args to macro `%s'"

#~ msgid "too many (%d) args to macro `%s'"

#~ msgid ""
#~ "internal error in %s, at tradcpp.c:%d\n"
#~ "Please submit a full bug report.\n"
#~ "See %s for instructions."
#~ msgstr ""
#~ "Consulter %s pour les instructions."

#~ msgid "optimization turned on"

#~ msgid "optimization turned off"

#~ msgid "optimization level restored"

#~ msgid "Use VAX-C alignment"
#~ msgstr "Utiliser l'alignement VAX-C"

#~ msgid "Generate code assuming DW bit is set"

#~ msgid "Generate code assuming DW bit is not set"

#~ msgid "Generate code using byte writes"

#~ msgid "Do not generate byte writes"

#~ msgid "Use small memory model"

#~ msgid "Use normal memory model"

#~ msgid "Use large memory model"

#~ msgid "Generate 29050 code"

#~ msgid "Generate 29000 code"

#~ msgid "Use kernel global registers"
#~ msgstr "Utiliser les registres globaux du kernel"

#~ msgid "Use user global registers"
#~ msgstr "Utiliser les registres globaux"

#~ msgid "Emit stack checking code"

#~ msgid "Do not emit stack checking code"

#~ msgid "Work around storem hardware bug"

#~ msgid "Do not work around storem hardware bug"

#~ msgid "Store locals in argument registers"
#~ msgstr "Stocker les var. locales dans redistres d'arguments"

#~ msgid "Do not store locals in arg registers"
#~ msgstr "Ne pas stocker les var. locales dans redistres d'arguments"

#~ msgid "Do symbol renaming for BSD"
#~ msgstr "Ne pas renommer les symboles pour BSD"

#~ msgid "Do symbol renaming for X/OPEN"
#~ msgstr "Ne pas renommer les symboles pour X/OPEN"

#~ msgid "Don't do symbol renaming"
#~ msgstr "Ne pas renommer les symboles"

#~ msgid "Generate code for the C400"

#~ msgid "Generate code for the C300"

#~ msgid "Generate code for c1"

#~ msgid "Generate code for c2"

#~ msgid "Generate code for c32"

#~ msgid "Generate code for c34"

#~ msgid "Use standard calling sequence, with arg count word"

#~ msgid "Place arg count in a nop instruction (faster than push)"
#~ msgstr "Placer le compteur d'arg dans une instruction NOP (plus rapide que push)"

#~ msgid "Don't push arg count, depend on symbol table"

#~ msgid "Use data cache for volatile mem refs (default)"

#~ msgid "Don't use data cache for volatile mem refs"

#~ msgid "Bypass data cache for volatile mem refs"

#~ msgid "Use 64-bit longs"
#~ msgstr "Utiliser des longs de 64 bits"

#~ msgid "Use cc- and libc-compatible 32-bit longs"
#~ msgstr "Utiliser cc- et libc-compatible longs de 32 bits"

#~ msgid "inline float constants not supported on this host"

#~ msgid "Generate code the unix assembler can handle"

#~ msgid "Retain standard MXDB information"
#~ msgstr "Retenir l'information standard MXDB"

#~ msgid "Retain legend information"

#~ msgid "Generate external legend information"

#~ msgid "Emit identifying info in .s file"
#~ msgstr "Produire les infos d'identification dans le fichier .s"

#~ msgid "Warn when a function arg is a structure"
#~ msgstr "Avertir lorsque l'arg d'une fonction est une structure"

#~ msgid "argument is a structure"
#~ msgstr "argument est une structure"

#~ msgid "half-pic init called on systems that don't support it"

#~ msgid "Profiling uses mcount"
#~ msgstr "Profilage utilise mcount"

#~ msgid "Emit half-PIC code"

#~ msgid "Emit ELF object code"
#~ msgstr "Produire du code objet ELF"

#~ msgid "Emit ROSE object code"
#~ msgstr "Produire du code objet ROSE"

#~ msgid "Symbols have a leading underscore"

#~ msgid "Align to >word boundaries"

#~ msgid "Use mcount for profiling"
#~ msgstr "Utiliser mcount pour le profilage"

#~ msgid "Use mcount_ptr for profiling"
#~ msgstr "Utiliser mcount_ptr pour le profilage"

#~ msgid "the -mlong-double-64 option does not work yet"
#~ msgstr "l'option -mlong-double-64 n'est pas fonctionnelle encore"

#~ msgid "The -march option is incompatible to -mipsN and therefore ignored."

#~ msgid "-mips%d not supported"

#~ msgid "-mabi=%s does not support -mips%d"
#~ msgstr "-mabi=%s ne supporte pas -mips%d"

#~ msgid "this target does not support the -mabi switch"
#~ msgstr "cette cible ne supporte pas l'option -mabi"

#~ msgid "-mips%d does not support 64 bit fp registers"
#~ msgstr "-mips%d ne supporte pas les registres FP de 64 bits"

#~ msgid "-mips%d does not support 64 bit gp registers"
#~ msgstr "-mips%d ne supporte pas les registres GP de 64 bits"

#~ msgid "Use OSF PIC"
#~ msgstr "Utiliser le code PIC OSF"

#~ msgid "Don't use OSF PIC"
#~ msgstr "Ne pas utiliser le code PIC OSF"

#~ msgid "Optimize for 3900"
#~ msgstr "Optimiser pour le 3900"

#~ msgid "Optimize for 4650"
#~ msgstr "Optimiser pour le 4650"

#~ msgid "stack frame too big"
#~ msgstr "trame de pile trop grande"

#~ msgid "neither varargs or stdarg in mmix_setup_incoming_varargs"
#~ msgstr "ni varargs ou stdarg dans mmix_setup_incoming_varargs"

#~ msgid "oops, not debugged; fixing up value:"
#~ msgstr "oops, pas mis au point; correction de la valeur:"

#~ msgid "Generate little endian data"

#~ msgid "Generate big endian data"

#~ msgid "Turn on maintainer testing code"
#~ msgstr "Mettre en marche le code d'entretien de mise au point"

#~ msgid "Enable Transmeta picoJava extensions"
#~ msgstr "Autoriser les extensions Transmeta picoJava"

#~ msgid "Disable Transmeta picoJava extensions"
#~ msgstr "Interdire les extensions Transmeta picoJava"

#~ msgid "Disable reorganization pass"

#~ msgid "-f%s ignored (all code is position independent)"

#~ msgid "-ffunction-sections disabled on AIX when debugging"

#~ msgid "-fdata-sections not supported on AIX"

#~ msgid "%%S computed all 1's mask"

#~ msgid "%%S computed all 0's mask"

#~ msgid "no viable candidates"
#~ msgstr "pas de candidats viables"

#~ msgid "`%D' has already been declared in `%T'"

#~ msgid "`%D' as declarator"

#~ msgid "cannot declare %s to references"

#~ msgid "invalid type: `void &'"

#~ msgid "typedef declaration includes an initializer"

#~ msgid "-fname-mangling-version is no longer supported"

#~ msgid "                %#D"
#~ msgstr "                %#D"

#~ msgid "member initializers for `%#D'"

#~ msgid "  will be re-ordered to match declaration order"

#~ msgid "multiple initializations given for member `%D'"

#~ msgid "  will be re-ordered to match inheritance order"

#~ msgid "implementation-reserved name `%D' used"

#~ msgid "explicit instantiation of `%#D' after"

#~ msgid "explicit specialization here"

#~ msgid "explicit instantiation of `%#T' after"

#~ msgid "base initializer for `%T'"

#~ msgid "   will be re-ordered to precede member initializations"

#~ msgid "ignoring `%V' qualifiers on `%T'"

#~ msgid "`sizeof' applied to non-static member"

#~ msgid "`sizeof' applied to incomplete type `%T'"

#~ msgid "request for member `%T::%D' in expression of non-aggregate type `%T'"

#~ msgid "invalid use of type decl `%#D' as expression"

#~ msgid "invalid use of template `%#D' as expression"

#~ msgid "invalid offsetof from non-POD type `%#T'; use pointer to member instead"

#~ msgid "pointer to member function called, but not in class scope"
#~ msgstr "appel d'un pointeur vers un membre de fonction, mais n'est pas dans le champ de la classe"

#~ msgid "object missing in call to method `%D'"

#~ msgid "function `%D' declared overloaded, but no definitions appear with which to resolve it?!?"

#~ msgid "invalid call to member function needing `this' in static member function scope"

#~ msgid "invalid use of undefined type `%#T'"

#~ msgid "invalid use of `%T'"

#~ msgid "invalid use of member (did you forget the `&' ?)"

#~ msgid "address of overloaded function with no contextual type information"

#~ msgid "overloaded function with no contextual type information"

#~ msgid "insufficient contextual information to determine type"

#~ msgid "initializer list construction invalid for derived class object `%D'"

#~ msgid "initializer list construction invalid for polymorphic class object `%D'"

#~ msgid "initializer list construction invalid for `%D'"

#~ msgid "due to the presence of a constructor"

#~ msgid "due to non-public access of member `%D'"

#~ msgid "The meaning of `\\x' (at %0) varies with -traditional"

#~ msgid "The meaning of `\\a' (at %0) varies with -traditional"

#~ msgid "the meaning of `\\x' varies with -traditional"

#~ msgid "the meaning of `\\a' varies with -traditional"

#~ msgid "parse error; also virtual memory exceeded"

#~ msgid "Can't specify array dimension in a declaration"

#~ msgid "internal error - use of undefined type"

#~ msgid "no class name specified as argument to -fconstant-string-class"

#~ msgid "-p profiling is no longer supported.  Use -pg instead"

#~ msgid "incompatible interworking options"

#~ msgid "options -mabi=mmixware and -mabi=gnu are mutually exclusive"
#~ msgstr "options -mabi=mmixware et -mabi=gnu sont mutuellement exclusives"

#~ msgid "-p option not supported: use -pg instead"

#~ msgid "-mbsd and -pedantic incompatible"
#~ msgstr "-mbsd et -pedantic incompatibles"

#~ msgid "-mbsd and -mxopen incompatible"
#~ msgstr "-mbsd et -mxopen incompatibles"

#~ msgid "-mxopen and -pedantic incompatible"
#~ msgstr "-mxopen et -pedantic incompatibles"

#~ msgid "may not use both -mfp64 and -msingle-float"
#~ msgstr "ne peut utiliser ensemble -mfp64 et -msingle-float"

#~ msgid "may not use both -mfp64 and -m4650"
#~ msgstr "ne peut utiliser ensemble -mfp64 et -m4650"

#~ msgid "may not use both -mgp32 and -mfp64"
#~ msgstr "ne peut utiliser ensemble -mfp32 et -mfp64"

#~ msgid "declaration of `%#T'"

#~ msgid "a -ifile option requires a -map option"
#~ msgstr "l'option -ifile requiert l'option -map"

#~ msgid "__builtin_trap not supported by this target"

#~ msgid "`%s' previously defined here"

#~ msgid "`%s' previously declared here"

#~ msgid "increment"

#~ msgid "decrement"

#~ msgid "Usage: %s [switches] input output\n"

#~ msgid "output_operand: %s"
#~ msgstr "output_operand: %s"

#~ msgid "invalid %H value"
#~ msgstr "valeur %H invalide"

#~ msgid "invalid %h value"
#~ msgstr "valeur %h invalide"

#~ msgid "invalid %Q value"
#~ msgstr "valeur %Q invalide"

#~ msgid "invalid %q value"
#~ msgstr "valeur %q invalide"

#~ msgid "invalid %p value"
#~ msgstr "valeur %p invalide"

#~ msgid "invalid %B value"
#~ msgstr "valeur %B invalide"

#~ msgid "invalid %C value"
#~ msgstr "valeur %C invalide"

#~ msgid "invalid %E value"
#~ msgstr "valeur %E invalide"

#~ msgid "invalid %r value"
#~ msgstr "valeur %r invalide"

#~ msgid "-march=%s does not support -mips%d"
#~ msgstr "-march=%s ne supporte pas -mips%d"

#~ msgid "no code label found"

#~ msgid "profiling does not support code models other than medlow"

#~ msgid "%s and profiling conflict: disabling %s"

#~ msgid "Use function_epilogue()"
#~ msgstr "Utiliser fonction_epilogue()"

#~ msgid "Do not use function_epilogue()"
#~ msgstr "Ne pas utiliser fonction_epilogue()"

#~ msgid "%d errors, %d sorries, do granting"
#~ msgstr "%d erreurs, %d plaintes, donner la permission"

#~ msgid "GNU compiler does not support statically allocated objects"

#~ msgid "causing unhandled exception `%s' (this is flaged only once)"

#~ msgid "range failure (not inside function)"

#~ msgid "possible range failure (not inside function)"

#~ msgid "expression will always cause RANGEFAIL"
#~ msgstr "l'expression causera toujours RENGEFAIL"

#~ msgid "right hand side of assignment is a mode"

#~ msgid "bad string length in %s"

#~ msgid "mode mismatch in %s expression"
#~ msgstr "non concordance de mode dans l'expression %s"

#~ msgid "%s expression must be referable"

#~ msgid "%s not allowed outside a PROC"

#~ msgid "%s action in PROC with no declared RESULTS"

#~ msgid "RETURN not allowed outside PROC"

#~ msgid "RETURN with a value, in PROC returning void"

#~ msgid "RETURN with no value and no RESULT action in procedure"

#~ msgid "no label named `%s'"

#~ msgid "cannot GOTO label `%s' outside current function"

#~ msgid "no EXITable label named `%s'"

#~ msgid "cannot EXIT label `%s' outside current function"

#~ msgid "ELSE label not within a CASE statement"

#~ msgid "multiple default labels found in a CASE statement"

#~ msgid "this is the first ELSE label"

#~ msgid "label found outside of CASE statement"

#~ msgid "duplicate CASE value"
#~ msgstr "valeur de CASE double"

#~ msgid "this is the first entry for that value"

#~ msgid "CASE value out of range"
#~ msgstr "valeur du CASE hors gamme"

#~ msgid "empty range"
#~ msgstr "bornes vides"

#~ msgid "label within scope of cleanup or variable array"

#~ msgid "mode in label is not discrete"

#~ msgid "label not within a CASE statement"

#~ msgid "lower bound of range must be a discrete literal expression"

#~ msgid "upper bound of range must be a discrete literal expression"

#~ msgid "CASE label is not valid"

#~ msgid "number of CASE selectors does not match the number of CASE label lists"

#~ msgid "incomplete CASE - %s not handled"

#~ msgid "CASE selector with variable range"

#~ msgid "too many cases to do CASE completeness testing"

#~ msgid "type of tuple cannot be implicit in multiple assignent"

#~ msgid "conditional expression cannot be used in multiple assignent"

#~ msgid "internal error - unknown type in multiple assignment"
#~ msgstr "erreur interne - type inconnu dans une affectation multiple"

#~ msgid "no operator allowed in multiple assignment,"

#~ msgid "location modes in multiple assignment are not equivalent"

#~ msgid "you may not assign a value to a BUFFER or EVENT location"

#~ msgid "can't assign value to READonly location"

#~ msgid "cannot assign to location with non-value property"

#~ msgid "lefthand side of assignment is not a location"

#~ msgid "bitstring slice"

#~ msgid "LENGTH on left-hand-side is non-portable"

#~ msgid "can only set LENGTH of array location"
#~ msgstr "peut seulement fixer la LONGUEUR de la localisation d'un tableau"

#~ msgid "internal error: trying to make loc-identity with non-location"

#~ msgid "cannot convert to a boolean mode"

#~ msgid "cannot convert to a char mode"

#~ msgid "powerset tuple element out of range"

#~ msgid "incompatible member of powerset tuple (at position #%d)"

#~ msgid "non-constant value for tag field `%s'"

#~ msgid "field `%s' in wrong variant"

#~ msgid "missing variant fields (at least `%s')"

#~ msgid "bad initializer for field `%s'"

#~ msgid "no initializer value for variant field `%s'"

#~ msgid "no selected variant"

#~ msgid "mixture of labelled and unlabelled tuple elements"

#~ msgid "probably not a structure tuple"
#~ msgstr "probablement pas une structure de tuple"

#~ msgid "excess initializer for field `%s'"

#~ msgid "excess unnamed initializers"

#~ msgid "non-constant start index for tuple"

#~ msgid "invalid array tuple label"

#~ msgid "non-constant array tuple index range"

#~ msgid "incompatible array tuple element %s"

#~ msgid "multiple (*) or (ELSE) array tuple labels"

#~ msgid "empty range in array tuple"

#~ msgid "array tuple has duplicate index %s"
#~ msgstr "tableau de tuples a un double index %s"

#~ msgid "array tuple index out of range"
#~ msgstr "index du tableau de tuples est hors gamme"

#~ msgid "too many array tuple values"
#~ msgstr "trop de valeurs de tuples de tableaux"

#~ msgid "dynamic array tuple without (*) or (ELSE)"
#~ msgstr "tuple de tableau dynamique sans (*) ou (ELSE)"

#~ msgid "missing array tuple element %s"

#~ msgid "missing array tuple elements %s : %s"

#~ msgid "initializer is not an array or string mode"

#~ msgid "destination is too small"
#~ msgstr "destination trop petite"

#~ msgid "internal error:  unknown type of expression"
#~ msgstr "erreur interne:  type d'expression inconnue"

#~ msgid "`%s' must not be declared readonly"

#~ msgid "declaration of readonly variable without initialization"

#~ msgid "no initialization allowed for `%s'"

#~ msgid "value for loc-identity `%s' is not a location"

#~ msgid "location for `%s' not read-compatible"

#~ msgid "nonconstant initializer for `%s'"

#~ msgid "do_decl: internal error: don't know what to initialize"
#~ msgstr "do_decl: erreur interne: ne sait pas quoi initialiser"

#~ msgid "RECURSIVE PROCs"

#~ msgid "`%s' must not be READonly"

#~ msgid "POS may not be specified for a list of field declarations"

#~ msgid "(ELSE) case label as well as ELSE variant"

#~ msgid "inconsistent modes between labels and tag field"

#~ msgid "too few tag labels"

#~ msgid "too many tag labels"

#~ msgid "case label lower limit is not a discrete constant expression"

#~ msgid "case label upper limit is not a discrete constant expression"

#~ msgid "case label must be a discrete constant expression"

#~ msgid "variant label declared here..."

#~ msgid "...is duplicated here"

#~ msgid "no field (yet) for tag %s"

#~ msgid "non-value mode may only returned by LOC"

#~ msgid "`%s' may only be passed by LOC"

#~ msgid "nothing named `%s' to grant"

#~ msgid "duplicate grant for `%s'"

#~ msgid "duplicate definition `%s'"

#~ msgid "previous definition of `%s'"

#~ msgid "ambiguous choice for seize `%s' -"

#~ msgid " - can seize this `%s' -"

#~ msgid " - or this granted decl `%s'"

#~ msgid "enumerator value for `%s' is less than 0"

#~ msgid "enumerators `%s' and `%s' have equal values"

#~ msgid "undefined value in SET mode is obsolete and deprecated"

#~ msgid "BASE variable never declared"

#~ msgid "cannot BASE a variable on a PROC/PROCESS name"

#~ msgid "INTERNAL ERROR: handle_one_level is broken"

#~ msgid "tuple without specified mode not allowed in %s"

#~ msgid "conditional expression not allowed in %s"

#~ msgid "internal error:  unknown expression mode in %s"
#~ msgstr "erreur interne: mode d'expression inconnnu dans %s"

#~ msgid "CASE selector is not a discrete expression"

#~ msgid "The number of CASE selectors does not match the number of CASE label lists"

#~ msgid "powerset is not addressable"
#~ msgstr "powerset n'est pas adressable"

#~ msgid "array is not addressable"
#~ msgstr "tableau n'est pas adressable"

#~ msgid "too few arguments in call to `%s'"

#~ msgid "too many arguments in call to `%s'"

#~ msgid "cannot dereference, not a pointer"

#~ msgid "missing '.' operator or undefined mode name `%s'"

#~ msgid "you have forgotten the '.' operator which must"

#~ msgid " precede a STRUCT field reference, or `%s' is an undefined mode"

#~ msgid "invalid type argument of `->'"

#~ msgid "operand of '.' is not a STRUCT"

#~ msgid "no field named `%s'"

#~ msgid "ABS argument must be discrete or real mode"

#~ msgid "argument %d to ABSTIME must be of integer type"

#~ msgid "parameter 1 must be referable"

#~ msgid "parameter 2 must be a positive integer"

#~ msgid "CARD argument must be powerset mode"

#~ msgid "expression for DESCR-built-in must be referable"

#~ msgid "argument to `%s' must be of integer type"

#~ msgid "argument 1 to `%s' must be of floating point mode"

#~ msgid "first argument to `%s' must be a mode"

#~ msgid "READonly modes for %s must have a value"
#~ msgstr "mode LECTRURE seulement pour %s doit avoir une valeur"

#~ msgid "argument to TERMINATE must be a reference primitive value"

#~ msgid "argument 1 to INTTIME must be of mode TIME"

#~ msgid "LENGTH argument must be string, buffer, event mode, text location or mode"

#~ msgid "UPPER argument must have a mode, or be a mode"

#~ msgid "LOWER argument must have a mode, or be a mode"

#~ msgid "UPPER argument must be string, array, mode or integer"

#~ msgid "LOWER argument must be string, array, mode or integer"

#~ msgid "%s argument must be POWERSET mode"

#~ msgid "%s called for empty POWERSET"

#~ msgid "argument to NUM is not discrete"

#~ msgid "no integer mode which matches expression's mode"
#~ msgstr "pas de mode entier concordant au mode de l'expresion"

#~ msgid "NUM's parameter is below its mode range"

#~ msgid "NUM's parameter is above its mode range"

#~ msgid "cannot take SUCC or PRED of a numbered SET"

#~ msgid "SUCC or PRED must not be done on a PTR"

#~ msgid "SUCC or PRED for a reference type is not standard"

#~ msgid "SUCC or PRED argument must be a discrete mode"

#~ msgid "taking the %s of a value already at its %s value"

#~ msgid "size applied to a function mode"

#~ msgid "sizeof applied to a void mode"

#~ msgid "sizeof applied to an incomplete mode"

#~ msgid "cannot call a PROCESS, you START a PROCESS"
#~ msgstr "ne peut lancer un PROCESSUS, vous devez lancer le PROCESSUS"

#~ msgid "%s parameter %d must be a location"

#~ msgid "%s parameter %d is READ-only"

#~ msgid "LOC actual parameter %d is a non-referable location"

#~ msgid "mode mismatch in parameter %d"

#~ msgid "too many arguments to procedure `%s'"

#~ msgid "too many arguments to procedure"

#~ msgid "too few arguments to procedure `%s'"

#~ msgid "too few arguments to procedure"

#~ msgid "syntax error (integer used as function)"

#~ msgid "syntax error - missing operator, comma, or '('?"

#~ msgid "unimplemented built-in function `%s'"

#~ msgid "internal error - bad built-in function `%s'"

#~ msgid "empty expression in string index"

#~ msgid "only one expression allowed in string index"

#~ msgid "invalid: primval ( untyped_exprlist )"
#~ msgstr "invalide: primval ( untyped_exprlist )"

#~ msgid "operand is variable-size bitstring/power-set"

#~ msgid "tree code `%s' unhandled in build_compare_set_expr"

#~ msgid "incompatible modes in concat expression"

#~ msgid "invalid operation on array of chars"

#~ msgid "comparison of variant structures is unsafe"

#~ msgid "compare with variant records"
#~ msgstr "comparaison avec des enregistrements vairants"

#~ msgid "incompatible operands to %s"

#~ msgid "relational operator not allowed for this mode"

#~ msgid "cannot use %s operator on PROC mode variable"

#~ msgid "invalid left operand of %s"

#~ msgid "invalid right operand of %s"

#~ msgid "repetition expression must be constant"

#~ msgid "left argument to MOD/REM operator must be integral"

#~ msgid "right argument to MOD/REM operator must be integral"

#~ msgid "right operand of IN is not a powerset"

#~ msgid "left operand of IN incompatible with right operand"

#~ msgid "-> operator not allow in constant expression"

#~ msgid "taking the address of a function is non-standard"
#~ msgstr "prendre l'adresse d'une fonction n'est pas standard"

#~ msgid "ADDR requires a LOCATION argument"
#~ msgstr "ADDR requiert un argument de LOCALISATION"

#~ msgid "-> expression is not addressable"
#~ msgstr "expression -> n'est pas adressable"

#~ msgid "ADDR parameter must be a LOCATION"

#~ msgid "possible internal error in build_chill_arrow_expr"
#~ msgstr "erreur interne possible dans build_chill_arrow_expr"

#~ msgid "%s is not addressable"
#~ msgstr "%s n'est pas adressable"

#~ msgid "repetition count is not an integer constant"

#~ msgid "repetition count < 0"

#~ msgid "repetition value not constant"

#~ msgid "bitstring repetition of non-constant boolean"

#~ msgid "string repetition operand is non-constant bitstring"

#~ msgid "non-char, non-bit string repetition"

#~ msgid "right operand of %s is not array of boolean"

#~ msgid "%s operator applied to boolean variable"

#~ msgid "non-boolean mode in conditional expression"

#~ msgid "decode_constant: invalid component_ref"
#~ msgstr "decode_constant: component_ref invalide"

#~ msgid "decode_constant: mode and value mismatch"
#~ msgstr "decode_constant: mode et valeur ne concordent pas"

#~ msgid "decode_constant: cannot decode this mode"

#~ msgid "decode_constant_selective: mode and value mismatch"
#~ msgstr "decode_constant_selective: mode et value ne concorde pas"

#~ msgid "decode_constant_selective: cannot decode this mode"

#~ msgid "FORBID is not yet implemented"

#~ msgid "function \"really_grant_this\" called for `%s'"

#~ msgid "non-integral text length"
#~ msgstr "longueur de texte non entier"

#~ msgid "non-constant text length"
#~ msgstr "longueur de texte non constante"

#~ msgid "text length must be greater than 0"

#~ msgid "argument %d of %s must be of mode ASSOCIATION"

#~ msgid "argument %d of %s must be a location"

#~ msgid "argument 2 of ASSOCIATE must not be an empty string"

#~ msgid "argument 2 to ASSOCIATE must be a string"

#~ msgid "argument 3 to ASSOCIATE must be a string"

#~ msgid "too many arguments in call to MODIFY"
#~ msgstr "trop d'arguments dans l'appel de MODIFY"

#~ msgid "argument 2 of MODIFY must not be an empty string"

#~ msgid "argument 2 to MODIFY must be a string"

#~ msgid "argument 3 to MODIFY must be a string"

#~ msgid "argument %d of %s must be an ACCESS or TEXT mode"

#~ msgid "argument 4 of CONNECT must be of mode WHERE"

#~ msgid "index expression for ACCESS without index"
#~ msgstr "expression d'index pour ACCESS sans index"

#~ msgid "incompatible index mode"
#~ msgstr "mode incompatible d'index"

#~ msgid "argument 3 to CONNECT must be of mode USAGE"

#~ msgid "argument %d of %s must be of mode ACCESS"

#~ msgid "too few arguments in call to `readrecord'"
#~ msgstr "pas assez d'arguments dans l'appel de readrecord()"

#~ msgid "store location must not be READonly"

#~ msgid "too few arguments in call to `writerecord'"
#~ msgstr "pas assez d'arguments pour l'appel de writerecord()"

#~ msgid "transfer to ACCESS without record mode"
#~ msgstr "transfer vers ACCESS sans mode d'enregistrement"

#~ msgid "argument %d of %s must be of mode TEXT"

#~ msgid "TEXT doesn't have a location"
#~ msgstr "TEXT n'a pas de localisation"

#~ msgid "incompatible index mode for SETETEXTACCESS"
#~ msgstr "mode d'index incompatible pour SETETEXTACCESS"

#~ msgid "incompatible record mode for SETTEXTACCESS"
#~ msgstr "mode d'enregistrement incompatible pour SETTEXTACCESS"

#~ msgid "parameter 2 must be a location"

#~ msgid "incompatible modes in parameter 2"

#~ msgid "conditional expression not allowed in this context"
#~ msgstr "expression conditionnelle n'est pas permise dans ce contexte"

#~ msgid "untyped expression as argument %d"
#~ msgstr "expression sans type comme argument %d"

#~ msgid "cannot process %d bits integer for READTEXT argument %d"
#~ msgstr "ne peut traiter %d bits entiers pour l'argument de READTEXT %d"

#~ msgid "cannot process %d bits integer WRITETEXT argument %d"
#~ msgstr "ne peut traiter %d bits entiers pour l'argument de WRITETEXT %d"

#~ msgid "argument %d is READonly"
#~ msgstr "argument %d est en LECTURE seulement"

#~ msgid "argument %d must be referable"

#~ msgid "cannot process argument %d of WRITETEXT, unknown size"
#~ msgstr "ne peut traiter l'argument %d de WRITETEXT, taille inconnue"

#~ msgid "cannot process mode of argument %d for %sTEXT"
#~ msgstr "ne peut traiter le mode de l'argument %d pour %s de type TEXTE"

#~ msgid "too few arguments for this format string"

#~ msgid "type of argument %d invalid for conversion code at offset %d"

#~ msgid "unmatched open paren"

#~ msgid "bad format specification character (offset %d)"

#~ msgid "repetition factor overflow (offset %d)"

#~ msgid "duplicate qualifier (offset %d)"

#~ msgid "clause width overflow (offset %d)"

#~ msgid "no fraction (offset %d)"

#~ msgid "no fraction width (offset %d)"

#~ msgid "fraction width overflow (offset %d)"

#~ msgid "no exponent (offset %d)"

#~ msgid "no exponent width (offset %d)"

#~ msgid "exponent width overflow (offset %d)"

#~ msgid "internal error in check_format_string"
#~ msgstr "erreur interne dans check_format_string"

#~ msgid "no padding character (offset %d)"

#~ msgid "missing index expression"
#~ msgstr "expresion d'index manquante"

#~ msgid "too few arguments in call to `writetext'"
#~ msgstr "pas assez d'arguments pour l'appel de writext()"

#~ msgid "argument 1 for WRITETEXT must be a TEXT or CHARS(n) VARYING location"

#~ msgid "`format string' for WRITETEXT must be a CHARACTER string"

#~ msgid "too few arguments in call to `readtext'"
#~ msgstr "trop peu d'arguments dans l'appel de readtext()"

#~ msgid "argument 1 for READTEXT must be a TEXT location or CHARS(n) [ VARYING ] expression"

#~ msgid "`format string' for READTEXT must be a CHARACTER string"

#~ msgid "non-constant expression"
#~ msgstr "expression n'est pas une constante"

#~ msgid "ignoring case upon input and"

#~ msgid "making special words uppercase wouldn't work"

#~ msgid "making special words uppercase and"

#~ msgid " ignoring case upon input wouldn't work"
#~ msgstr " ignorer la casse durant ne fonctionnerait pas"

#~ msgid "invalid C'xx' "

#~ msgid "malformed exponent part of floating-point literal"

#~ msgid "real number exceeds range of REAL"

#~ msgid "end-of-file in '<>' directive"

#~ msgid "unrecognized compiler directive"
#~ msgstr "directive du compilateur non reconnue"

#~ msgid "unrecognized compiler directive `%s'"

#~ msgid "unterminated control sequence"

#~ msgid "invalid integer literal in control sequence"

#~ msgid "control sequence overflow"

#~ msgid "invalid base in read control sequence"

#~ msgid "unterminated string literal"

#~ msgid "invalid number format `%s'"

#~ msgid "integer literal too big"

#~ msgid "can't find %s"

#~ msgid "USE_SEIZE_FILE directive must be followed by string"

#~ msgid "missing `=' in compiler directive"

#~ msgid "invalid value follows `=' in compiler directive"

#~ msgid "invalid `%c' character in name"

#~ msgid "`%s' not integer constant synonym "

#~ msgid "value out of range in compiler directive"
#~ msgstr "valeur hors gamme dans la directive au compilateur"

#~ msgid "no modules seen"
#~ msgstr "aucun module vu"

#~ msgid "modeless tuple not allowed in this context"

#~ msgid "IN expression does not have a mode"
#~ msgstr "expression IN n'a pas de mode"

#~ msgid "location enumeration for BOOLS"

#~ msgid "location enumeration for bit-packed arrays"

#~ msgid "loop's IN expression is not a composite object"
#~ msgstr "boucle dans l'expression IN n'est pas un objet composite"

#~ msgid "start expr must have discrete mode"

#~ msgid "DO FOR start expression is a numbered SET"

#~ msgid "TO expression is a numbered SET"

#~ msgid "TO expr must have discrete mode"
#~ msgstr "expression TO doit avoir un mode discret"

#~ msgid "start expr and TO expr must be compatible"

#~ msgid "BY expr must have discrete mode"
#~ msgstr "expression BY doit avoir un mode discret"

#~ msgid "start expr and BY expr must be compatible"

#~ msgid "loop identifier undeclared"

#~ msgid "loop variable incompatible with start expression"

#~ msgid "body of DO FOR will never execute"

#~ msgid "BY expression is negative or zero"

#~ msgid "can't iterate through array of BOOL"

#~ msgid "Can't iterate through array of BOOL"

#~ msgid "there was no start label to match the end label '%s'"

#~ msgid "start label '%s' does not match end label '%s'"

#~ msgid "no RETURN or RESULT in procedure"

#~ msgid "PREFIXED clause with no prelix in unlabeled module"

#~ msgid "'%s!' is not followed by an identifier"

#~ msgid "expected a name string here"

#~ msgid "`%s' undeclared"

#~ msgid "action not allowed in SPEC MODULE"
#~ msgstr "action n,est pas permise dans le MODULE SPEC"

#~ msgid "missing defining occurrence"

#~ msgid "bad defining occurrence following ','"

#~ msgid "missing '(' in exception list"

#~ msgid "ON exception names must be unique"

#~ msgid "syntax error in exception list"
#~ msgstr "erreur de syntaxe dans la liste d'exception"

#~ msgid "empty ON-condition"
#~ msgstr "condition ON vide"

#~ msgid "INIT not allowed at loc-identity declaration"

#~ msgid "'=' used where ':=' is required"

#~ msgid "loc-identity declaration without initialization"

#~ msgid "bad syntax following FORBID"

#~ msgid "expected a postfix name here"
#~ msgstr "nom postfixe attendu ici"

#~ msgid "expected another rename clause"
#~ msgstr "attendait une autre clause de changement de nom"

#~ msgid "NONREF specific without LOC in result attribute"

#~ msgid "DYNAMIC specific without LOC in result attribute"

#~ msgid "exception names must be unique"

#~ msgid "must specify a PROCESS name"

#~ msgid "SIGNAL must be in global reach"

#~ msgid "syntax error while parsing signal definition statement"

#~ msgid "case range list"

#~ msgid "misplaced colon in case label"

#~ msgid "unrecognized case label list after ','"

#~ msgid "readonly location modified by 'asm'"

#~ msgid "expected 'TO' in step enumeration"

#~ msgid "expected 'IN' in FOR control here"

#~ msgid "missing DELAY CASE alternative"

#~ msgid "non-referable location in DO WITH"

#~ msgid "WITH element must be of STRUCT mode"

#~ msgid "missing ')' in signal/buffer receive alternative"

#~ msgid "misplaced 'IN' in signal/buffer receive alternative"

#~ msgid "missing RECEIVE alternative"
#~ msgstr "RECEIVE alternative manquant"

#~ msgid "PROCESS copy number must be integer"

#~ msgid "missing parenthesis for procedure call"

#~ msgid "syntax error in action"
#~ msgstr "erreur de syntaxe dans l,action"

#~ msgid "no handler is permitted on this action"
#~ msgstr "pas de handler permis pour cette action"

#~ msgid "definition follows action"

#~ msgid "bad tuple field name list"

#~ msgid "invalid syntax for label in tuple"

#~ msgid "bad syntax in tuple"

#~ msgid "non-mode name before tuple"
#~ msgstr "nom sans mode avant le tuple"

#~ msgid "invalid expression/location syntax"
#~ msgstr "expression/localisation syntaxe invalide"

#~ msgid "RECEIVE expression"
#~ msgstr "expression RECEIVE"

#~ msgid "there should not be a ';' here"

#~ msgid "missing ELSE/ELSIF in IF expression"
#~ msgstr "ELSE/ELSIF manquant dans l'expresion IF"

#~ msgid "conditional expression not allowed inside parentheses"

#~ msgid "mode-less tuple not allowed inside parentheses"

#~ msgid "mixed numbered and unnumbered set elements is not standard"

#~ msgid "SET mode must define at least one named value"

#~ msgid "POS not allowed for ARRAY"
#~ msgstr "POSITION n'est pas permise pour un TABLEAU"

#~ msgid "bad field name following ','"

#~ msgid "expected ':' in structure variant alternative"

#~ msgid "missing field"
#~ msgstr "champ manquant"

#~ msgid "VARYING bit-strings not implemented"

#~ msgid "BUFFER modes may not be readonly"

#~ msgid "EVENT modes may not be readonly"

#~ msgid "SIGNAL is not a valid mode"
#~ msgstr "SIGNAL n'est pas un mode valide"

#~ msgid "syntax error - missing mode"
#~ msgstr "erreur de syntaxe - mode manquant"

#~ msgid "syntax error - expected a module or end of file"
#~ msgstr "erreur de syntaxe - module attendu ou fin de fichier"

#~ msgid "  `%s', which depends on ..."

#~ msgid "cycle: `%s' depends on ..."

#~ msgid "  `%s'"

#~ msgid "SYN of this mode not allowed"
#~ msgstr "SYN de de mode n'est pas permis"

#~ msgid "mode of SYN incompatible with value"
#~ msgstr "mode de SYN incompatible avec la valeur"

#~ msgid "SYN value outside range of its mode"

#~ msgid "INIT string too large for mode"

#~ msgid "mode with non-value property in signal definition"

#~ msgid "RETURNS spec with invalid mode"

#~ msgid "operand to REF is not a mode"

#~ msgid "field with non-value mode in variant structure not allowed"
#~ msgstr "champ avec un mode non valeur dans une structure variante n'est pas permis"

#~ msgid "buffer element mode must not have non-value property"

#~ msgid "recordmode must not have the non-value property"

#~ msgid "invalid attribute for argument `%s' (only IN or LOC allowed)"

#~ msgid "PROCESS may only be declared at module level"

#~ msgid "process name %s never declared"

#~ msgid "you may only START a process, not a proc"

#~ msgid "SET expression not a location"
#~ msgstr "expression de l'ENSEMBLE n'est pas une localisation"

#~ msgid "SET location must be INSTANCE mode"

#~ msgid "too many arguments to process `%s'"

#~ msgid "too many arguments to process"

#~ msgid "too few arguments to process `%s'"

#~ msgid "too few arguments to process"
#~ msgstr "trop peu d'arguments pour le traitement"

#~ msgid "COPY_NUMBER argument must be INSTANCE expression"

#~ msgid "GEN_CODE argument must be a process or signal name"

#~ msgid "GEN_INST parameter 2 must be an integer mode"

#~ msgid "GEN_INST parameter 1 must be a PROCESS or an integer expression"

#~ msgid "%s is not a declared process"

#~ msgid "PROC_TYPE argument must be INSTANCE expression"

#~ msgid "QUEUE_LENGTH argument must be a BUFFER/EVENT location"

#~ msgid "SEND requires a SIGNAL; %s is not a SIGNAL name"
#~ msgstr "TRANSMISSION requiert un SIGNAL; %s n'est pas un nom de SIGNAL"

#~ msgid "too many values for SIGNAL `%s'"

#~ msgid "too few values for SIGNAL `%s'"

#~ msgid "signal sent without priority"

#~ msgid " and no default priority was set."

#~ msgid " PRIORITY defaulted to 0"

#~ msgid "SEND without a destination instance"
#~ msgstr "TRANSMISSION sans instance de destination"

#~ msgid " and no destination process specified"

#~ msgid " for the signal"
#~ msgstr " pour le signal"

#~ msgid "SEND to ANY copy of process `%s'"

#~ msgid "SEND TO must be an INSTANCE mode"
#~ msgstr "TRANSMISSION TO doit avoir un mode d'INSTANCE"

#~ msgid "SEND WITH must have a mode"
#~ msgstr "TRANSMISSION WITH doit avoir un mode"

#~ msgid "internal error: RECEIVE CASE stack invalid"
#~ msgstr "erreur interne: pile du RECEIVE CASE invalide"

#~ msgid "SET requires INSTANCE location"
#~ msgstr "ENSEMBLE requiert une INSTANCE de localisation"

#~ msgid "SIGNAL in RECEIVE CASE alternative follows"

#~ msgid " a BUFFER name on line %d"
#~ msgstr " un nom de TAMPON sur la ligne %d"

#~ msgid "SIGNAL `%s' has no data fields"

#~ msgid "SIGNAL `%s' requires data fields"

#~ msgid "too few data fields provided for `%s'"

#~ msgid "too many data fields provided for `%s'"

#~ msgid "BUFFER in RECEIVE CASE alternative follows"

#~ msgid " a SIGNAL name on line %d"
#~ msgstr " un nom de SIGNAL sur la ligne %d"

#~ msgid "BUFFER in RECEIVE CASE alternative must be a location"

#~ msgid "buffer receive alternative requires only 1 defining occurrence"

#~ msgid "incompatible modes in receive buffer alternative"

#~ msgid "defining occurrence in receive buffer alternative must be a location"

#~ msgid "buffer receive alternative without `IN location'"

#~ msgid "RECEIVE CASE alternative must specify a SIGNAL name or BUFFER location"

#~ msgid "RECEIVE CASE without alternatives"

#~ msgid "CONTINUE requires an event location"

#~ msgid "PRIORITY must be of integer type"

#~ msgid "delay alternative must be an EVENT location"

#~ msgid "DELAY CASE without alternatives"

#~ msgid "DELAY action requires an event location"

#~ msgid "PRIORITY in DELAY action must be of integer type"

#~ msgid "DELAY action without priority."

#~ msgid "send buffer action requires a BUFFER location"

#~ msgid "there must be only 1 value for send buffer action"
#~ msgstr "il ne doit y avoir qu'une valeur pour le tampon de transmission d'action"

#~ msgid "convert failed for send buffer action"

#~ msgid "incompatible modes in send buffer action"
#~ msgstr "modes incompatibles dans le tampon de transmission d'action"

#~ msgid "buffer sent without priority"

#~ msgid "WITH not allowed for send buffer action"
#~ msgstr "WITH n'est pas permis pour le tampon de transmission d'action"

#~ msgid "TO not allowed for send buffer action"
#~ msgstr "TO n'est pas permis pour le tampon de transmission d'action"

#~ msgid "SEND requires a BUFFER; `%s' is not a BUFFER name"

#~ msgid "non-integral max queue size for EVENT/BUFFER mode"

#~ msgid "non-constant max queue size for EVENT/BUFFER mode"

#~ msgid "max queue_size for EVENT/BUFFER is not positive"

#~ msgid "absolute time value must be of mode TIME"

#~ msgid "duration primitive value must be of mode DURATION"

#~ msgid "string length > UPPER (UINT)"

#~ msgid "can only build a powerset from a discrete mode"

#~ msgid "non-constant bitstring size invalid"
#~ msgstr "taille du champ de bits n'est pas une constante valide"

#~ msgid "non-constant powerset size invalid"
#~ msgstr "taille de la non constante du powerset est invalide"

#~ msgid "array or string index is a mode (instead of a value)"

#~ msgid "index is not an integer expression"

#~ msgid "index is not discrete"
#~ msgstr "index n'est pas discret"

#~ msgid "possible internal error - slice argument is neither referable nor constant"

#~ msgid "bit array slice with non-constant length"

#~ msgid "bitstring slice with non-constant length"

#~ msgid "slice operation on non-array, non-bitstring value not supported"

#~ msgid "can only take slice of array or string"

#~ msgid "slice length out-of-range"
#~ msgstr "tranche de la longueur est hors gamme"

#~ msgid "too many index expressions"
#~ msgstr "trop d'expressions d'index"

#~ msgid "array index is not discrete"
#~ msgstr "index de tableau n'est pas discret"

#~ msgid "invalid compound index for bitstring mode"

#~ msgid "conversions from variable_size value"

#~ msgid "conversions to variable_size mode"
#~ msgstr "conversion vers un mode variable_size"

#~ msgid "cannot convert to float"
#~ msgstr "ne peut convertir en un type flottant"

#~ msgid "cannot convert float to this mode"
#~ msgstr "ne peut convertir un flottant vers ce mode"

#~ msgid "OVERFLOW in expression conversion"

#~ msgid "overflow (not inside function)"

#~ msgid "possible overflow (not inside function)"

#~ msgid "expression will always cause OVERFLOW"

#~ msgid "not implemented: constant conversion from that kind of expression"

#~ msgid "not implemented: constant conversion to that kind of mode"

#~ msgid "non-standard, non-portable value conversion"
#~ msgstr "non standard, conversion de valeur non portable"

#~ msgid "location conversion between differently-sized modes"

#~ msgid "size %d of BIN too big - no such integer mode"
#~ msgstr "taille %d de BIN trop grand - pas de tel mode entier"

#~ msgid "BIN in pass 2"
#~ msgstr "BIN dans la passe 2"

#~ msgid "mode of tuple is neither ARRAY, STRUCT, nor POWERSET"
#~ msgstr "mode du tuple n'est pas ARRAY, STRUCT, ni POWERSET"

#~ msgid "internal error in chill_root_resulting_mode"
#~ msgstr "erreur interne dans chill_root_resulting_mode"

#~ msgid "string lengths not equal"

#~ msgid "can't do ARRAY assignment - too large"
#~ msgstr "ne peut effectuer une affectation de tableau - trop grand"

#~ msgid "rhs of array assignment is not addressable"
#~ msgstr "rhs de l'affectation de tableau n'est pas adressable"

#~ msgid "non-constant expression for BIN"
#~ msgstr "expression n'est pas un constante pour BIN"

#~ msgid "expression for BIN must not be negative"

#~ msgid "cannot process BIN (>32)"
#~ msgstr "ne peut traiter BIN (>32)"

#~ msgid "bounds of range are not compatible"

#~ msgid "negative string length"

#~ msgid "range's lower bound and parent mode don't match"

#~ msgid "range's upper bound and parent mode don't match"

#~ msgid "making range from non-mode"

#~ msgid "floating point ranges"

#~ msgid "range mode has non-constant limits"

#~ msgid "range's high bound < mode's low bound"

#~ msgid "range's high bound > mode's high bound"

#~ msgid "range mode high bound < range mode low bound"

#~ msgid "range's low bound < mode's low bound"

#~ msgid "range's low bound > mode's high bound"

#~ msgid "stepsize in STEP must be an integer constant"

#~ msgid "stepsize in STEP must be > 0"

#~ msgid "stepsize in STEP must be the natural width of the array element mode"

#~ msgid "starting word in POS must be an integer constant"

#~ msgid "starting word in POS must be >= 0"

#~ msgid "starting word in POS within STEP must be 0"

#~ msgid "starting bit in POS must be an integer constant"

#~ msgid "starting bit in POS within STEP must be 0"

#~ msgid "starting bit in POS must be >= 0"

#~ msgid "starting bit in POS must be < the width of a word"

#~ msgid "length in POS must be > 0"

#~ msgid "end bit in POS must be an integer constant"

#~ msgid "end bit in POS must be >= the start bit"

#~ msgid "end bit in POS must be < the width of a word"

#~ msgid "the length specified on POS within STEP must be the natural length of the array element type"

#~ msgid "step size in STEP must be >= the length in POS"

#~ msgid "array index must be a range, not a single integer"

#~ msgid "array index is not a discrete mode"
#~ msgstr "index du tableau n'a pas un mode discret"

#~ msgid "the length specified on POS must be the natural length of the field type"

#~ msgid "STRUCT fields must be layed out in monotonically increasing order"

#~ msgid "if one field has a POS layout, then all fields must have a POS layout"
#~ msgstr "si un champ a une disposition de positionnement, alors tous les champs doivent avoir une disposition de positionnement"

#~ msgid "parameterized structures not implemented"

#~ msgid "invalid parameterized type"

#~ msgid "abstract virtual `%#D' called from constructor"

#~ msgid "abstract virtual `%#D' called from destructor"

#~ msgid "discarding `const' applied to a reference"

#~ msgid "discarding `volatile' applied to a reference"

#~ msgid "parser lost in parsing declaration of `%D'"

#~ msgid "methods cannot be converted to function pointers"

#~ msgid "ambiguous request for method pointer `%s'"

#~ msgid "`%T' cannot be `restrict'-qualified"

#~ msgid "`%T' cannot be `const'-, `volatile'-, or `restrict'-qualified"

#~ msgid "invalid reference to NULL ptr, use ptr-to-member instead"

#~ msgid "internal error #%d"
#~ msgstr "erreur interne #%d"

#~ msgid "can't create cross-reference file `%s'"

#~ msgid "support non-32-bit machines better as of version 0.6"
#~ msgstr "le support des machines n'ayant pas 32 bits est meilleur avec la version 0.6"

#~ msgid "Extra label definition %A at %0 -- perhaps previous label definition %B at %1 should have CONTINUE statement?"

#~ msgid "Extra label definition %A at %0 following label definition %B at %1"

#~ msgid "Continuation indicator at %0 invalid on first non-comment line of file or following END or INCLUDE [info -f g77 M LEX]"

#~ msgid "Continuation indicator at %0 invalid here [info -f g77 M LEX]"

#~ msgid "Non-negative integer at %0 too large"

#~ msgid "Integer at %0 too large (%2 has precedence over %1)"

#~ msgid "Period at %0 not followed by valid keyword forming a valid binary operator; `.%A.' is not a valid binary operator"

#~ msgid "`.%A.' at %0 not a binary operator"

#~ msgid "Double-quote at %0 not followed by a string of valid octal digits at %1"

#~ msgid "Invalid octal constant at %0"

#~ msgid "Invalid binary digit(s) found in string of digits at %0"

#~ msgid "Invalid binary constant at %0"

#~ msgid "Invalid hexadecimal digit(s) found in string of digits at %0"

#~ msgid "Invalid hexadecimal constant at %0"

#~ msgid "Invalid octal digit(s) found in string of digits at %0"

#~ msgid "Invalid radix specifier `%A' at %0 for typeless constant at %1"

#~ msgid "Invalid typeless constant at %1"

#~ msgid "%A part of complex constant at %0 must be a real or integer constant -- otherwise use CMPLX() or COMPLEX() in place of ()"

#~ msgid "%A part of complex constant at %0 not a real or integer constant"

#~ msgid "Invalid keyword `%%%A' at %0 in this context"

#~ msgid "Invalid keyword `%%%A' at %0"

#~ msgid "Null expression between %0 and %1 invalid in this context"
#~ msgstr "expression nulle entre %0 et %1 invalide dans ce contexte"

#~ msgid "Invalid null expression between %0 and %1"
#~ msgstr "expression null invalide entre %0 et %1"

#~ msgid "Concatenation operator at %0 must operate on two subexpressions of character type, but neither subexpression at %1 or %2 is of character type"

#~ msgid "Invalid operands at %1 and %2 for concatenation operator at %0"

#~ msgid "Concatenation operator at %0 must operate on two subexpressions of character type, but the subexpression at %1 is not of character type"

#~ msgid "Invalid operand at %1 for concatenation operator at %0"

#~ 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"

#~ msgid "Invalid operand (is %A) at %1 for concatenation operator at %0"

#~ msgid "Arithmetic operator at %0 must operate on two subexpressions of arithmetic type, but neither subexpression at %1 or %2 is of arithmetic type"

#~ msgid "Invalid operands at %1 and %2 for arithmetic operator at %0"

#~ msgid "Arithmetic operator at %0 must operate on two subexpressions of arithmetic type, but the subexpression at %1 is not of arithmetic type"

#~ msgid "Invalid operand at %1 for arithmetic operator at %0"

#~ 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"

#~ msgid "Invalid operand (is %A) at %1 for arithmetic operator at %0"

#~ msgid "Character constant at %0 has no closing quote at %1 [info -f g77 M LEX]"

#~ msgid "Unterminated character constant at %0 [info -f g77 M LEX]"

#~ msgid "Missing initial `&' on continuation line at %0 [info -f g77 M LEX]"

#~ msgid "Continuation line at %0 invalid because it consists only of a single `&' as the only nonblank character"

#~ msgid "Invalid continuation line at %0"

#~ msgid "Invalid statement at %0 [info -f g77 M LEX]"

#~ msgid "Unrecognized statement name at %0 and invalid form for assignment or statement-function definition at %1"

#~ msgid "Invalid statement at %0"

#~ msgid "Invalid form for %A statement at %0"

#~ msgid "Invalid %A statement at %0"

#~ msgid "Invalid use of hollerith constant in statement at %0 -- enclose the constant in parentheses (for example, change BACKSPACE 2HAB to BACKSPACE (2HAB))"

#~ msgid "Invalid I specifier in FORMAT statement at %0"

#~ msgid "Invalid B specifier in FORMAT statement at %0"

#~ msgid "Invalid O specifier in FORMAT statement at %0"

#~ msgid "Invalid Z specifier in FORMAT statement at %0"

#~ msgid "Invalid F specifier in FORMAT statement at %0"

#~ msgid "Invalid E specifier in FORMAT statement at %0"

#~ msgid "Invalid EN specifier in FORMAT statement at %0"

#~ msgid "Invalid G specifier in FORMAT statement at %0"

#~ msgid "Invalid L specifier in FORMAT statement at %0"

#~ msgid "Invalid A specifier in FORMAT statement at %0"

#~ msgid "Invalid D specifier in FORMAT statement at %0"

#~ msgid "Invalid Q specifier in FORMAT statement at %0"

#~ msgid "Invalid $ specifier in FORMAT statement at %0"

#~ msgid "Invalid P specifier in FORMAT statement at %0"

#~ msgid "Invalid T specifier in FORMAT statement at %0"

#~ msgid "Invalid TL specifier in FORMAT statement at %0"

#~ msgid "Invalid TR specifier in FORMAT statement at %0"

#~ msgid "Invalid X specifier in FORMAT statement at %0"

#~ msgid "Invalid S specifier in FORMAT statement at %0"

#~ msgid "Invalid SP specifier in FORMAT statement at %0"

#~ msgid "Invalid SS specifier in FORMAT statement at %0"

#~ msgid "Invalid BN specifier in FORMAT statement at %0"

#~ msgid "Invalid BZ specifier in FORMAT statement at %0"

#~ msgid "Invalid : specifier in FORMAT statement at %0"

#~ msgid "Invalid H specifier in FORMAT statement at %0"

#~ msgid "Nonletter in defined operator at %0"

#~ msgid "Invalid type-declaration attribute at %0"

#~ msgid "Unrecognized value for character constant at %0 -- expecting %A"

#~ msgid "Unrecognized value for character constant at %0"

#~ msgid "Range specification at %0 invalid -- at least one expression must be specified, or use CASE DEFAULT"

#~ msgid "Range specification at %0 invalid"

#~ msgid "Useless range at %0"

#~ msgid "Invalid kind at %0 for type at %1 -- unsupported or not permitted"

#~ msgid "Invalid kind at %0 for type at %1"

#~ 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"

#~ msgid "Cannot establish implicit type for initial letter `%A' at %0"

#~ msgid "Label definition %A (at %0) invalid -- must be in columns 1-5"

#~ msgid "Invalid label definition %A (at %0)"

#~ msgid "Run-time expression at %0 in FORMAT statement that does not follow the first executable statement in the program unit -- move the statement"

#~ msgid "FORMAT at %0 with run-time expression must follow first executable statement"

#~ 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"

#~ msgid "Invalid operands at %1 and %2 for boolean operator at %0"

#~ msgid "Boolean/logical operator at %0 must operate on two subexpressions of logical type, but the subexpression at %1 is not of logical type"

#~ msgid "Invalid operand at %1 for boolean operator at %0"

#~ 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"

#~ msgid "Invalid operand (is %A) at %1 for boolean operator at %0"

#~ msgid ".NOT. operator at %0 must operate on subexpression of logical type, but the subexpression at %1 is not of logical type"

#~ msgid "Invalid operand at %1 for .NOT. operator at %0"

#~ msgid ".NOT. operator at %0 must operate on scalar subexpressions -- but the subexpression at %1 is %A"

#~ msgid "Invalid operand (is %A) at %1 for .NOT. operator at %0"

#~ 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"

#~ msgid "Invalid operands at %1 and %2 for equality operator at %0"

#~ 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"

#~ msgid "Invalid operand at %1 for equality operator at %0"

#~ 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"

#~ msgid "Invalid operand (is %A) at %1 for equality operator at %0"

#~ 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"

#~ msgid "Invalid operands at %1 and %2 for relational operator at %0"

#~ 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"

#~ msgid "Invalid operand at %1 for relational operator at %0"

#~ 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"

#~ msgid "Invalid operand (is %A) at %1 for relational operator at %0"

#~ msgid "Reference to intrinsic `%A' at %0 invalid -- one or more arguments have incorrect type"

#~ msgid "Invalid reference to intrinsic `%A' at %0"

#~ msgid "Too few arguments passed to intrinsic `%A' at %0"

#~ msgid "Too few arguments for intrinsic `%A' at %0"

#~ msgid "Too many arguments passed to intrinsic `%A' at %0"

#~ msgid "Too many arguments for intrinsic `%A' at %0"

#~ msgid "Reference to disabled intrinsic `%A' at %0"

#~ msgid "Disabled intrinsic `%A' at %0"

#~ msgid "Reference to intrinsic subroutine `%A' as if it were a function at %0"

#~ msgid "Function reference to intrinsic subroutine `%A' at %0"

#~ msgid "Reference to intrinsic function `%A' as if it were a subroutine at %0"

#~ msgid "Subroutine reference to intrinsic function `%A' at %0"

#~ msgid "Reference to unimplemented intrinsic `%A' at %0 -- use EXTERNAL to reference user-written procedure with this name"

#~ msgid "Unimplemented intrinsic `%A' at %0"

#~ msgid "Reference to unimplemented intrinsic `%A' at %0 (assumed EXTERNAL)"

#~ msgid "Unimplemented intrinsic `%A' at %0 (assumed EXTERNAL)"

#~ msgid "Attempt to modify variable `%A' at %0 while it serves as DO-loop iterator at %1"

#~ msgid "Modification of DO-loop iterator `%A' at %0"

#~ msgid "Attempt to modify variable `%A' via item #%B in list at %0 while it serves as implied-DO iterator at %1"

#~ msgid "Array has too many dimensions, as of dimension specifier at %0"

#~ msgid "Too many dimensions at %0"

#~ 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"

#~ msgid "Unsupported OPEN control item at %0"

#~ msgid "Unsupported INQUIRE control item at %0 -- ACTION=, CARRIAGECONTROL=, DEFAULTFILE=, DELIM=, KEYED=, ORGANIZATION=, PAD=, POSITION=, READ=, READWRITE=, RECORDTYPE=, and WRITE= are not supported"

#~ msgid "Unsupported INQUIRE control item at %0"

#~ msgid "Unsupported READ control item at %0 -- ADVANCE=, EOR=, KEYEQ=, KEYGE=, KEYGT=, KEYID=, NULLS=, and SIZE= are not supported"

#~ msgid "Unsupported READ control item at %0"

#~ msgid "Unsupported WRITE control item at %0 -- ADVANCE= and EOR= are not supported"

#~ msgid "Unsupported WRITE control item at %0"

#~ msgid "Padding of %A %D required before `%B' in common block `%C' at %0 -- consider reordering members, largest-type-size first"

#~ msgid "Padding of %A %D required before `%B' in common block `%C' at %0"

#~ 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"

#~ msgid "Type of ENTRY point at %0 to function conflicts with type(s) of previous entrypoint(s)"

#~ msgid "Common block `%A' initialized at %0 already initialized at %1 -- only one program unit may specify initial values for a particular common block"

#~ msgid "Common block `%A' initialized at %0 already initialized at %1"

#~ msgid "Initial padding for common block `%A' is %B %C at %0 -- consider reordering members, largest-type-size first"

#~ msgid "Initial padding for common block `%A' is %B %C at %0"

#~ msgid "Initial padding for common block `%A' is %B %D at %0 but %C %E at %1 -- consider reordering members, largest-type-size first"

#~ msgid "Initial padding for common block `%A' is %B %D at %0 but %C %E at %1"

#~ 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"

#~ msgid "Common block `%A' is initialized to %B %D long at %0 but enlarged to %C %E at %1"

#~ msgid "DO-variable `%A' is type REAL or DOUBLE PRECISION at %0 -- unexpected behavior likely"

#~ msgid "DO-variable `%A' is type REAL or DOUBLE PRECISION at %0"

#~ 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"

#~ msgid "Invalid actual argument at %0"

#~ msgid "Quadruple-precision floating-point unsupported -- treating constant at %0 as double-precision"

#~ msgid "Quadruple-precision floating-point unsupported"

#~ 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"

#~ msgid "This could take a while (initializing `%A' at %0)..."

#~ msgid "can't to open %s"
#~ msgstr "ne peut ouvrir %s"

#~ msgid "Set class path and suppress system path"

#~ msgid "<stdin>"
#~ msgstr "<stdin>"

#~ msgid "hard register `%s' listed as input operand to `asm'"

#~ msgid "floating point trap outputting a constant"
#~ msgstr "la trappe en virgule flottante produit une constante"

#~ msgid "no file-scope type named `%D'"

#~ msgid "%T is not a class type"

#~ msgid "base clause without member specification for `%#T'"

#~ msgid "non-`union' tag used in declaring `%#T'"

#~ msgid "invalid use of %D"
#~ msgstr "utilisation invalide de %D"

#~ msgid "return value from function receives multiple initializations"

#~ msgid "Can't use '$' as a separator for inner classes"

#~ msgid "-mlong32 and -mlong64 can not both be specified"

#~ msgid "type with more precision than %s"
#~ msgstr "type avec plus de precision que %s"

#~ msgid "ANSI C forbids const or volatile function types"
#~ msgstr "C ANSI interdit les types `const' ou de fonctions volatiles"

#~ msgid "leaving more files than we entered"

#~ msgid "universal-character-name used for '%c'"

#~ msgid "unknown escape sequence: '\\' followed by char 0x%x"

#~ msgid "wrong type argument to %s"

#~ msgid "deprecated initialization of zero-length array"

#~ msgid "initialization of zero-length array before end of structure"

#~ msgid "initialization of zero-length array inside a nested context"

#~ msgid "Unable to find a temporary location for static chain register"

#~ msgid "Internal gcc abort from %s:%d"

#~ msgid "The local variable `insn' has the value:"
#~ msgstr "La variable locale `insn' a la valeur:"

#~ msgid "Register '%c' already specified in allocation order"

#~ msgid "Same as -mcpu=i386"

#~ msgid "Same as -mcpu=i486"

#~ msgid "Same as -mcpu=pentium"

#~ msgid "Same as -mcpu=pentiumpro"

#~ msgid "Emit Intel syntax assembler opcodes"
#~ msgstr "Produire les code-op pour la syntaxe d'assembleur Intel"

#~ msgid "Control allocation order of integer registers"

#~ msgid "The -mabi=32 support does not work yet."
#~ msgstr "L'option -mabi=32 n'est pas fonctionnelle encore."

#~ msgid "-mcpu=%s does not support -mips%d"
#~ msgstr "-mcpu=%s ne supporte par -mips%d"

#~ msgid "Use FUNCTION_EPILOGUE"
#~ msgstr "Utiliser FUNCTION_EPILOGUE"

#~ msgid "Do not use FUNCTION_EPILOGUE"
#~ msgstr "Ne pas utiliser FUNCTION_EPILOGUE"

#~ msgid "object size exceeds built-in limit for virtual function table implementation"

#~ msgid "object size exceeds normal limit for virtual function table implementation, recompile all source and use -fhuge-objects"

#~ msgid "the ABI requires vtable thunks"
#~ msgstr "l'ABI requiert vtable thunks"

#~ msgid "`__alignof__' applied to a bit-field"

#~ msgid "Do not treat the namespace `std' as a normal namespace"
#~ msgstr "Ne pas traiter l'espace nom `std' comme un espace nom normal"

#~ msgid "taking dynamic typeid of object with -fno-rtti"
#~ msgstr "prendre le typeid dynamique d'objet avec -fno-rtti"

#~ msgid "recoverable compiler error, fixups for virtual function"
#~ msgstr "erreur de recouvrement du compilateur, correctifs pour les fonctions virtuelles"

#~ msgid "`com_interface' only supported with -fvtable-thunks"

#~ msgid "\"defined\" operator appears during macro expansion"

#~ msgid "-include and -imacros cannot be used with -fpreprocessed"

#~ msgid "buffers still stacked in cpp_finish"

#~ msgid "# followed by integer"
#~ msgstr "# suivi d'un entier"

#~ msgid "attempt to push file buffer with contexts stacked"
#~ msgstr "tentative d'empilage du tampon fichier dans un contexte de pile"

#~ msgid "file \"%s\" left but not entered"

#~ msgid "expected to return to file \"%s\""
#~ msgstr "attendait retourner au fichier \"%s\""

#~ msgid "header flags for \"%s\" have changed"

#~ msgid "file \"%s\" entered but not left"

#~ msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d\n"
#~ msgstr "NOTE_INSN_BASIC_BLOCK est manquant por le bloc %d\n"

#~ msgid "gcov [-b] [-v] [-n] [-l] [-f] [-o OBJDIR] file\n"

#~ msgid "Premature end of input file %s"

#~ msgid "Make is_compiled_class return 1"
#~ msgstr "Faire que is_compiled_class retourne 1"

#~ msgid "Dump class files to <name>.class"
#~ msgstr "Vidanger les fichiers de classs dans <nom>.class"

#~ msgid "input file is list of file names to compile"

#~ msgid "Generate code for Boehm GC"

#~ msgid "Don't put synchronization structure in each object"

#~ msgid "Arc profiling: some edge counts were bad."

#~ msgid "`asm' cannot be used in function where memory usage is checked"

#~ msgid "`asm' cannot be used with `-fcheck-memory-usage'"

#~ msgid "output operand constraint %d contains `+'"

#~ msgid "\"%s\" and \"%s\" identical in first %d characters"

#~ msgid "Improve FP speed by violating ANSI & IEEE rules"

#~ msgid "Generate code to check every memory access"

#~ msgid "Add a prefix to all function names"

#~ msgid "Errors detected in input file (your bison.simple is out of date)\n"

#~ msgid "  -Wid-clash-<num>        Warn if 2 identifiers have the same first <num> chars\n"

#~ msgid "Unrecognized option `%s'"
#~ msgstr "Option non reconnue `%s'"

#~ msgid "`-a' option (basic block profile) not supported"

#~ msgid "`-ax' option (jump profiling) not supported"

#~ msgid "`-ax' and `-a' are conflicting options. `-a' ignored."

#~ msgid "Data size %ld.\n"

#~ msgid "Copyright (C) 2001 Free Software Foundation, Inc.\n"

#~ msgid "Name `%s' contains quotes"

#~ msgid "invalid string `%s' in define_query_cpu_unit"

#~ msgid "invalid first string `%s' in presence_set"

#~ msgid "invalid first string `%s' in absence_set"

#~ msgid "invalid second string `%s' in absence_set"

#~ msgid "invalid string `%s' in define_automaton"

#~ msgid "garbage after ) in reservation `%s'"

#~ msgid "repetition `%s' <= 1 in reservation `%s'"

#~ msgid "`%s' in exclusion is not unit"

#~ msgid "units `%s' and `%s' in exclusion set belong to different automata"

#~ msgid "unit `%s' excludes and requires presence of `%s'"

#~ msgid "unit `%s' requires absence and presence of `%s'"

#~ msgid "define_insn_reservation `%s' has negative latency time"

#~ msgid "define_bypass `%s - %s' has negative latency time"

#~ msgid "define_unit `%s' without automaton when one defined"

#~ msgid "Units `%s' and `%s' should be in the same automaton"

#~ msgid "Automaton `%s': Insn `%s' will never be issued"

#~ msgid "Insn `%s' will never be issued"

#~ msgid "Profile does not match flowgraph of function %s (out of date?)"

#~ 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"

#~ msgid "push %s level %p line %d\n"
#~ msgstr "empiler %s niveau %p ligne %d\n"

#~ msgid "pop  %s level %p line %d\n"

#~ msgid "suspend  %s level %p line %d\n"
#~ msgstr "suspendre %s niveau %p ligne %d\n"

#~ msgid "resume %s level %p line %d\n"

#~ msgid "\\x%x"
#~ msgstr "\\x%x"

#~ msgid "invalid use of template `%D'"

#~ msgid "qualified name does not name a class"

#~ msgid "assignment to non-static member `%D' of enclosing class `%T'"

#~ msgid "ISO C++ does not permit named return values"

#~ msgid "exception handler inside code that is being protected"

#~ msgid "(debug) trace parsing process"

#~ msgid "(debug) trace lexical analysis"

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.