summaryrefslogtreecommitdiff
path: root/gcc/po
diff options
context:
space:
mode:
authorMartin v. Löwis <loewis@informatik.hu-berlin.de>2001-12-05 00:09:14 +0000
committerMartin v. Löwis <loewis@gcc.gnu.org>2001-12-05 00:09:14 +0000
commit5f10688fb60bc627b14c574c2f9a33b46008261e (patch)
treed24e4bc7dc33cfd4db97e7a56f3ee5d76b7bebb0 /gcc/po
parent0c88d7f8192acb7efcaec8ab8b5103805da81486 (diff)
downloadgcc-5f10688fb60bc627b14c574c2f9a33b46008261e.tar.gz
da.po, [...]: New files.
2001-12-05 Martin v. L�wis <loewis@informatik.hu-berlin.de> * da.po, es.po, fr.po, ja.po: New files. From-SVN: r47635
Diffstat (limited to 'gcc/po')
-rw-r--r--gcc/po/ChangeLog4
-rw-r--r--gcc/po/da.po14843
-rw-r--r--gcc/po/es.po5701
-rw-r--r--gcc/po/fr.po13920
-rw-r--r--gcc/po/ja.po14489
5 files changed, 48957 insertions, 0 deletions
diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog
index aae815fe089..cbcc124d245 100644
--- a/gcc/po/ChangeLog
+++ b/gcc/po/ChangeLog
@@ -1,3 +1,7 @@
+2001-12-05 Martin v. Löwis <loewis@informatik.hu-berlin.de>
+
+ * da.po, es.po, fr.po, ja.po: New files.
+
2001-11-08 Zack Weinberg <zack@codesourcery.com>
* exgettext: Deposit new potfile in po subdir.
diff --git a/gcc/po/da.po b/gcc/po/da.po
new file mode 100644
index 00000000000..964b6827989
--- /dev/null
+++ b/gcc/po/da.po
@@ -0,0 +1,14843 @@
+# Danish version of GCC strings.
+# Copyright (C) 2001 Free Software Foundation, Inc.
+# Ole Laursen <olau@hardworking.dk>, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gcc 2.96.20000615\n"
+"POT-Creation-Date: 2001-06-11 15:08-0700\n"
+"PO-Revision-Date: 2001-02-10 16:06+01:00\n"
+"Last-Translator: Ole Laursen <olau@hardworking.dk>\n"
+"Language-Team: Danish <dansk@klid.dk>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: builtins.c:280
+#, fuzzy
+msgid "offset outside bounds of constant string"
+msgstr "parameteren til 'asm' er ikke en konstant streng"
+
+#. ??? We used to try and build up a call to the out of line function,
+#. guessing about what registers needed saving etc. This became much
+#. harder with __builtin_va_start, since we don't have a tree for a
+#. call to __builtin_saveregs to fall back on. There was exactly one
+#. port (i860) that used this code, and I'm unconvinced it could actually
+#. handle the general case. So we no longer try to handle anything
+#. weird and make the backend absorb the evil.
+#: builtins.c:2634
+#, fuzzy
+msgid "__builtin_saveregs not supported by this target"
+msgstr "stakgrænser understøttes ikke på målarkitekturen"
+
+#: builtins.c:2677
+#, fuzzy
+msgid "argument of `__builtin_args_info' must be constant"
+msgstr "parameteren til 'asm' er ikke en konstant streng"
+
+#: builtins.c:2683
+msgid "argument of `__builtin_args_info' out of range"
+msgstr ""
+
+#: builtins.c:2689
+msgid "missing argument in `__builtin_args_info'"
+msgstr ""
+
+#: builtins.c:2720
+msgid "`va_start' used in function with fixed args"
+msgstr ""
+
+#: builtins.c:2739
+msgid "second parameter of `va_start' not last named argument"
+msgstr ""
+
+#. Evidently an out of date version of <stdarg.h>; can't validate
+#. va_start's second argument, but can still work as intended.
+#: builtins.c:2744
+msgid "`__builtin_next_arg' called without an argument"
+msgstr ""
+
+#: builtins.c:2846
+#, fuzzy
+msgid "too many arguments to function `va_start'"
+msgstr "for mange parametre til funktionen '%s'"
+
+#: builtins.c:2932
+#, fuzzy
+msgid "first argument to `va_arg' not of type `va_list'"
+msgstr "den anden parameter til 'operator delete' skal være af typen 'size_t'"
+
+#: builtins.c:2960
+#, c-format
+msgid "`%s' is promoted to `%s' when passed through `...'"
+msgstr ""
+
+#: builtins.c:2964
+#, c-format
+msgid "(so you should pass `%s' not `%s' to `va_arg')"
+msgstr ""
+
+#: builtins.c:3073
+msgid "invalid arg to `__builtin_frame_address'"
+msgstr ""
+
+#: builtins.c:3075
+#, fuzzy
+msgid "invalid arg to `__builtin_return_address'"
+msgstr "Mere end ét kald til __builtin_eh_return"
+
+#: builtins.c:3088
+msgid "unsupported arg to `__builtin_frame_address'"
+msgstr ""
+
+#: builtins.c:3090
+#, fuzzy
+msgid "unsupported arg to `__builtin_return_address'"
+msgstr "Mere end ét kald til __builtin_eh_return"
+
+#: builtins.c:3253
+msgid "second arg to `__builtin_expect' must be a constant"
+msgstr ""
+
+#: builtins.c:3564
+msgid "__builtin_longjmp second argument must be 1"
+msgstr ""
+
+#: builtins.c:3578
+#, fuzzy
+msgid "__builtin_trap not supported by this target"
+msgstr "stakgrænser understøttes ikke på målarkitekturen"
+
+#. just do library call, if unknown builtin
+#: builtins.c:3630 c-common.c:4256
+#, fuzzy, c-format
+msgid "built-in function `%s' not currently supported"
+msgstr "%s: definitionen af funktionen '%s' er ikke omdannet\n"
+
+#: c-common.c:465
+#, c-format
+msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"
+msgstr ""
+
+#: c-common.c:630
+#, c-format
+msgid "`%s' attribute directive ignored"
+msgstr ""
+
+#: c-common.c:638
+#, c-format
+msgid "`%s' attribute does not apply to types"
+msgstr ""
+
+#: c-common.c:645
+#, c-format
+msgid "wrong number of arguments specified for `%s' attribute"
+msgstr "forkert antal parametre angivet til '%s'-egenskaben"
+
+#: c-common.c:661 c-common.c:668 c-common.c:675 c-common.c:688 c-common.c:696
+#: c-common.c:711 c-common.c:724 c-common.c:732 c-common.c:748 c-common.c:760
+#: c-common.c:772 c-common.c:777 c-common.c:951 c-common.c:1103
+#, c-format
+msgid "`%s' attribute ignored"
+msgstr ""
+
+#: c-common.c:810
+#, c-format
+msgid "unknown machine mode `%s'"
+msgstr "ukendt maskintilstand '%s'"
+
+#: c-common.c:813
+#, c-format
+msgid "no data type for mode `%s'"
+msgstr "ingen datatype til tilstand '%s'"
+
+#: c-common.c:820
+#, c-format
+msgid "type with more precision than %s"
+msgstr ""
+
+#: c-common.c:839
+msgid "section attribute cannot be specified for local variables"
+msgstr ""
+
+#: c-common.c:846
+#, c-format
+msgid "section of `%s' conflicts with previous declaration"
+msgstr ""
+
+#: c-common.c:852
+#, c-format
+msgid "section attribute not allowed for `%s'"
+msgstr ""
+
+#: c-common.c:855
+#, fuzzy
+msgid "section attributes are not supported for this target"
+msgstr "stakgrænser understøttes ikke på målarkitekturen"
+
+#: c-common.c:874
+msgid "requested alignment is not a constant"
+msgstr "angivet justering er ikke en konstant"
+
+#: c-common.c:879
+msgid "requested alignment is not a power of 2"
+msgstr "angivet justering er ikke en potens af 2"
+
+#: c-common.c:881
+msgid "requested alignment is too large"
+msgstr "angivet justering er for stor"
+
+#: c-common.c:904
+#, fuzzy, c-format
+msgid "alignment may not be specified for `%s'"
+msgstr "både signed og unsigned er angivet for '%s'"
+
+#: c-common.c:929
+#, c-format
+msgid "`%s' defined both normally and as an alias"
+msgstr ""
+
+#: c-common.c:937
+msgid "alias arg not a string"
+msgstr "aliasparameter er ikke en streng"
+
+#: c-common.c:958 c-common.c:975 c-common.c:992
+#, fuzzy, c-format
+msgid "`%s' attribute applies only to functions"
+msgstr "new kan ikke bruges på en funktionstype"
+
+#: c-common.c:964 c-common.c:981 c-common.c:998
+#, c-format
+msgid "can't set `%s' attribute after definition"
+msgstr ""
+
+#: c-common.c:1131
+#, fuzzy
+msgid "overflow in constant expression"
+msgstr "heltallet løber over i forbehandlerudtrykket"
+
+#: c-common.c:1152
+#, fuzzy
+msgid "integer overflow in expression"
+msgstr "heltallet løber over i forbehandlerudtrykket"
+
+#: c-common.c:1161
+#, fuzzy
+msgid "floating point overflow in expression"
+msgstr "kommatal er ikke tilladt i '#if'-udtryk"
+
+#. This detects cases like converting -129 or 256 to unsigned char.
+#: c-common.c:1182
+msgid "large integer implicitly truncated to unsigned type"
+msgstr ""
+
+#: c-common.c:1184
+msgid "negative integer implicitly converted to unsigned type"
+msgstr ""
+
+#: c-common.c:1231
+msgid "overflow in implicit constant conversion"
+msgstr ""
+
+#: c-common.c:1379
+#, fuzzy, c-format
+msgid "operation on `%s' may be undefined"
+msgstr "erklæring af '%s' som void"
+
+#: c-common.c:1664
+msgid "expression statement has incomplete type"
+msgstr "udtrykket er af en ufuldstændig type"
+
+#: c-common.c:1697
+msgid "case label does not reduce to an integer constant"
+msgstr "case-etiketten kan ikke reduceres til en heltalskonstant"
+
+#: c-common.c:1967
+msgid "invalid truth-value expression"
+msgstr "ugyldigt sandhedsværdiudtryk"
+
+#: c-common.c:2018
+#, c-format
+msgid "invalid operands to binary %s"
+msgstr "ugyldige operander til binær %s"
+
+#: c-common.c:2253 c-common.c:2262
+msgid "comparison is always false due to limited range of data type"
+msgstr ""
+
+#: c-common.c:2255 c-common.c:2264
+msgid "comparison is always true due to limited range of data type"
+msgstr ""
+
+#: c-common.c:2330
+msgid "comparison of unsigned expression >= 0 is always true"
+msgstr ""
+
+#: c-common.c:2339
+msgid "comparison of unsigned expression < 0 is always false"
+msgstr ""
+
+#: c-common.c:2390 f/com.c:15291
+msgid "struct type value used where scalar is required"
+msgstr "værdi af struct-type angivet hvor skalar er påkrævet"
+
+#: c-common.c:2394 f/com.c:15295
+msgid "union type value used where scalar is required"
+msgstr "værdi af union-type angivet hvor skalar er påkrævet"
+
+#: c-common.c:2398 f/com.c:15299
+msgid "array type value used where scalar is required"
+msgstr "værdi af tabeltype angivet hvor skalar er påkrævet"
+
+#: c-common.c:2513 f/com.c:15425
+msgid "suggest parentheses around assignment used as truth value"
+msgstr ""
+
+#: c-common.c:2557 c-common.c:2589
+msgid "invalid use of `restrict'"
+msgstr "ugyldig brug af 'restrict'"
+
+#: c-common.c:3724 c-typeck.c:1792
+#, c-format
+msgid "too few arguments to function `%s'"
+msgstr "for få parametre til funktionen '%s'"
+
+#: c-common.c:3730 c-typeck.c:1644
+#, c-format
+msgid "too many arguments to function `%s'"
+msgstr "for mange parametre til funktionen '%s'"
+
+#: c-common.c:3917
+msgid "pointers are not permitted as case values"
+msgstr "henvisningsvariabler er ikke tilladt som case-værdier"
+
+#: c-common.c:3923
+msgid "ISO C++ forbids range expressions in switch statements"
+msgstr ""
+
+#: c-common.c:3925
+msgid "ISO C forbids range expressions in switch statements"
+msgstr ""
+
+#: c-common.c:3955
+msgid "empty range specified"
+msgstr ""
+
+#: c-common.c:4006
+msgid "duplicate (or overlapping) case value"
+msgstr "case-værdi optræder mere end én gang (måske pga. overlap)"
+
+#: c-common.c:4008
+#, fuzzy
+msgid "this is the first entry overlapping that value"
+msgstr "case-værdi optræder mere end én gang (måske pga. overlap)"
+
+#: c-common.c:4012
+msgid "duplicate case value"
+msgstr "case-værdi optræder mere end én gang"
+
+#: c-common.c:4013
+msgid "previously used here"
+msgstr ""
+
+#: c-common.c:4017
+msgid "multiple default labels in one switch"
+msgstr "flere default-etiketter i én switch-konstruktion"
+
+#: c-common.c:4018
+msgid "this is the first default label"
+msgstr ""
+
+#: c-common.c:4526
+msgid "-Wformat-y2k ignored without -Wformat"
+msgstr ""
+
+#: c-common.c:4528
+msgid "-Wformat-extra-args ignored without -Wformat"
+msgstr ""
+
+#: c-common.c:4530
+msgid "-Wformat-nonliteral ignored without -Wformat"
+msgstr ""
+
+#: c-common.c:4532
+msgid "-Wformat-security ignored without -Wformat"
+msgstr ""
+
+#: c-common.c:4534
+msgid "-Wmissing-format-attribute ignored without -Wformat"
+msgstr ""
+
+#: c-convert.c:78 c-typeck.c:983 c-typeck.c:4098 cp/typeck.c:1754
+#: cp/typeck.c:6304
+msgid "void value not ignored as it ought to be"
+msgstr "tom værdi er ikke ignoreret som den burde være"
+
+#: c-convert.c:110 java/typeck.c:150
+msgid "conversion to non-scalar type requested"
+msgstr "konvertering til ikke-skalartype udbedt"
+
+#: c-decl.c:550
+#, c-format
+msgid "unknown C standard `%s'"
+msgstr "ukendt C-standard '%s'"
+
+#: c-decl.c:844
+#, c-format
+msgid "array `%s' assumed to have one element"
+msgstr ""
+
+#: c-decl.c:1020
+#, c-format
+msgid "`struct %s' incomplete in scope ending here"
+msgstr "'struct %s' er ufuldstændig ved virkefeltets afslutning her"
+
+#: c-decl.c:1023
+#, c-format
+msgid "`union %s' incomplete in scope ending here"
+msgstr "'union %s' er ufuldstændig ved virkefeltets afslutning her"
+
+#: c-decl.c:1026
+#, c-format
+msgid "`enum %s' incomplete in scope ending here"
+msgstr "'enum %s' er ufuldstændig ved virkefeltets afslutning her"
+
+#: c-decl.c:1140 c-decl.c:1305 java/decl.c:1337
+#, fuzzy, c-format
+msgid "label `%s' used but not defined"
+msgstr "'%.*s' er ikke defineret"
+
+#: c-decl.c:1146 c-decl.c:1312 java/decl.c:1343
+#, fuzzy, c-format
+msgid "label `%s' defined but not used"
+msgstr "der er blevet henvist til etiketten '%s' uden for en funktion"
+
+#: c-decl.c:1434 c-decl.c:1487
+#, fuzzy, c-format
+msgid "shadowing built-in function `%s'"
+msgstr "kan ikke klargøre vennefunktionen '%s'"
+
+#: c-decl.c:1436
+#, fuzzy, c-format
+msgid "shadowing library function `%s'"
+msgstr "ugyldig lagringsklasse for funktion '%s'"
+
+#: c-decl.c:1442
+#, fuzzy, c-format
+msgid "library function `%s' declared as non-function"
+msgstr "feltet '%s' er erklæret som en funktion"
+
+#: c-decl.c:1446 c-decl.c:1449
+#, fuzzy, c-format
+msgid "built-in function `%s' declared as non-function"
+msgstr "feltet '%s' er erklæret som en funktion"
+
+#: c-decl.c:1453 objc/objc-act.c:2480 objc/objc-act.c:6133
+#, c-format
+msgid "`%s' redeclared as different kind of symbol"
+msgstr "'%s' omerklæret som en anden form for symbol"
+
+#: c-decl.c:1454 c-decl.c:1632 c-decl.c:1779 objc/objc-act.c:2482
+#: objc/objc-act.c:6135 objc/objc-act.c:6193
+#, c-format
+msgid "previous declaration of `%s'"
+msgstr "'%s' er tidligere erklæret"
+
+#. If types don't match for a built-in, throw away the built-in.
+#: c-decl.c:1536
+#, fuzzy, c-format
+msgid "conflicting types for built-in function `%s'"
+msgstr "kan ikke klargøre vennefunktionen '%s'"
+
+#: c-decl.c:1579 c-decl.c:1598
+#, fuzzy, c-format
+msgid "conflicting types for `%s'"
+msgstr "modstridende superklassenavn '%s'"
+
+#: c-decl.c:1621
+msgid "A parameter list with an ellipsis can't match an empty parameter name list declaration."
+msgstr "En parameterliste med '...' passer ikke til en erklæring med en tom parameterliste"
+
+#: c-decl.c:1627
+msgid "An argument type that has a default promotion can't match an empty parameter name list declaration."
+msgstr "En parametertype med automatisk forfremmelse passer ikke til en erklæring med en tom parameterliste."
+
+#: c-decl.c:1642 c-decl.c:1664
+#, fuzzy, c-format
+msgid "redefinition of `%s'"
+msgstr "omdefinering af '%s %s'"
+
+#: c-decl.c:1645
+#, fuzzy, c-format
+msgid "redeclaration of `%s'"
+msgstr "omerklæring af 'enum %s'"
+
+#: c-decl.c:1648
+#, fuzzy, c-format
+msgid "conflicting declarations of `%s'"
+msgstr "modstridende superklassenavn '%s'"
+
+#: c-decl.c:1657 c-decl.c:1669
+#, c-format
+msgid "`%s' previously defined here"
+msgstr ""
+
+#: c-decl.c:1658 c-decl.c:1670
+#, c-format
+msgid "`%s' previously declared here"
+msgstr ""
+
+#: c-decl.c:1691
+#, fuzzy, c-format
+msgid "prototype for `%s' follows"
+msgstr "%s: modstridene for '%s' følger:\n"
+
+#: c-decl.c:1692 c-decl.c:1700 c-decl.c:1716
+msgid "non-prototype definition here"
+msgstr ""
+
+#: c-decl.c:1699
+#, fuzzy, c-format
+msgid "prototype for `%s' follows and number of arguments doesn't match"
+msgstr "antallet af parametre passer ikke til prototypen"
+
+#: c-decl.c:1714
+#, c-format
+msgid "prototype for `%s' follows and argument %d doesn't match"
+msgstr ""
+
+#: c-decl.c:1731
+#, fuzzy, c-format
+msgid "`%s' declared inline after being called"
+msgstr "'%s' er erklæret som en funktion der returnerer en tabel"
+
+#: c-decl.c:1736
+#, fuzzy, c-format
+msgid "`%s' declared inline after its definition"
+msgstr "'%s' er ikke erklæret (først benyttet i denne funktion)"
+
+#: c-decl.c:1743
+#, fuzzy, c-format
+msgid "static declaration for `%s' follows non-static"
+msgstr "erklæring af '%s' som void"
+
+#: c-decl.c:1751
+#, fuzzy, c-format
+msgid "non-static declaration for `%s' follows static"
+msgstr "Kan ikke finde interface-erklæringen af '%s'"
+
+#: c-decl.c:1758
+#, fuzzy, c-format
+msgid "const declaration for `%s' follows non-const"
+msgstr "%s: erklæringer af '%s' vil ikke blive omdannet\n"
+
+#: c-decl.c:1765
+#, c-format
+msgid "type qualifiers for `%s' conflict with previous decl"
+msgstr ""
+
+#: c-decl.c:1778
+#, fuzzy, c-format
+msgid "redundant redeclaration of `%s' in same scope"
+msgstr "erklæring af '%s' som void"
+
+#: c-decl.c:2069
+#, fuzzy, c-format
+msgid "nested extern declaration of `%s'"
+msgstr "indlejret omdefinering af '%s'"
+
+#: c-decl.c:2094 java/decl.c:989
+#, fuzzy, c-format
+msgid "`%s' used prior to declaration"
+msgstr "'%s' er underforstået erklæret som en funktion"
+
+#: c-decl.c:2115 c-decl.c:2330
+#, c-format
+msgid "`%s' was declared implicitly `extern' and later `static'"
+msgstr ""
+
+#: c-decl.c:2225
+msgid "type mismatch with previous external decl"
+msgstr ""
+
+#: c-decl.c:2226
+#, fuzzy, c-format
+msgid "previous external decl of `%s'"
+msgstr "'%s' er tidligere erklæret"
+
+#: c-decl.c:2239
+msgid "type mismatch with previous implicit declaration"
+msgstr ""
+
+#: c-decl.c:2241
+#, fuzzy, c-format
+msgid "previous implicit declaration of `%s'"
+msgstr "'%s' er tidligere erklæret"
+
+#: c-decl.c:2258
+#, fuzzy, c-format
+msgid "type of external `%s' is not global"
+msgstr "størrelsen af tabel '%s' er for stor"
+
+#: c-decl.c:2309
+#, fuzzy, c-format
+msgid "`%s' was previously implicitly declared to return `int'"
+msgstr "'%s' er underforstået erklæret som en funktion"
+
+#: c-decl.c:2334
+#, fuzzy, c-format
+msgid "`%s' was declared `extern' and later `static'"
+msgstr "'%s' er erklæret 'extern', men bliver tildelt en startværdi"
+
+#: c-decl.c:2357
+#, fuzzy, c-format
+msgid "extern declaration of `%s' doesn't match global one"
+msgstr "'%s' erklæret som en tabel af void"
+
+#: c-decl.c:2397
+#, c-format
+msgid "`%s' locally external but globally static"
+msgstr ""
+
+#: c-decl.c:2433 c-decl.c:2458 cp/decl.c:4225 java/decl.c:1036
+#, fuzzy, c-format
+msgid "declaration of `%s' shadows a parameter"
+msgstr "erklæring af '%s' som void"
+
+#: c-decl.c:2436 java/decl.c:1039
+#, fuzzy, c-format
+msgid "declaration of `%s' shadows a symbol from the parameter list"
+msgstr "'%s' erklæret som en tabel af void"
+
+#: c-decl.c:2460 cp/decl.c:4233
+#, fuzzy, c-format
+msgid "declaration of `%s' shadows previous local"
+msgstr "erklæring af '%s' som void"
+
+#. XXX shadow warnings in outer-more namespaces
+#: c-decl.c:2463 cp/decl.c:4237
+#, fuzzy, c-format
+msgid "declaration of `%s' shadows global declaration"
+msgstr "'%s' erklæret som en tabel af funktioner"
+
+#: c-decl.c:2553
+#, fuzzy, c-format
+msgid "function `%s' was previously declared within a block"
+msgstr "funktionen '%s' kan ikke erklæres 'mutable'"
+
+#: c-decl.c:2570 c-decl.c:2572
+#, c-format
+msgid "implicit declaration of function `%s'"
+msgstr "underforstået erklæring af funktionen '%s'"
+
+#: c-decl.c:2659
+#, c-format
+msgid "label %s referenced outside of any function"
+msgstr "der er blevet henvist til etiketten '%s' uden for en funktion"
+
+#: c-decl.c:2716
+#, c-format
+msgid "duplicate label declaration `%s'"
+msgstr "etiketten '%s' er blevet erklæret mere end én gang"
+
+#: c-decl.c:2719
+#, fuzzy
+msgid "this is a previous declaration"
+msgstr "'%s' er tidligere erklæret"
+
+#: c-decl.c:3246
+msgid "unnamed struct/union that defines no instances"
+msgstr ""
+
+#: c-decl.c:3265
+#, fuzzy
+msgid "useless keyword or type name in empty declaration"
+msgstr "to typer angivet i én tom erklæring"
+
+#: c-decl.c:3272
+msgid "two types specified in one empty declaration"
+msgstr "to typer angivet i én tom erklæring"
+
+#: c-decl.c:3277 c-parse.y:303 c-parse.y:722 c-parse.y:724 c-parse.y:774
+#: cp/parse.y:724 cp/parse.y:1781 objc/objc-parse.y:332 objc/objc-parse.y:774
+#: objc/objc-parse.y:776 objc/objc-parse.y:826 objc/objc-parse.y:2574
+#, fuzzy
+msgid "empty declaration"
+msgstr "flere typer i én erklæring"
+
+#: c-decl.c:3334
+#, fuzzy, c-format
+msgid "`%s' is usually a function"
+msgstr "'%s' er underforstået erklæret som en funktion"
+
+#: c-decl.c:3348
+#, c-format
+msgid "typedef `%s' is initialized"
+msgstr "typedef '%s' bliver tildelt en værdi"
+
+#: c-decl.c:3355
+#, c-format
+msgid "function `%s' is initialized like a variable"
+msgstr "funktionen '%s' bliver tildelt en startværdi som en variabel"
+
+#. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
+#: c-decl.c:3362
+#, c-format
+msgid "parameter `%s' is initialized"
+msgstr "parameter '%s' bliver tildelt en startværdi"
+
+#: c-decl.c:3382 c-typeck.c:4829
+msgid "variable-sized object may not be initialized"
+msgstr "et objekt af variabel størrelse må ikke tildeles en startværdi"
+
+#: c-decl.c:3388
+#, c-format
+msgid "variable `%s' has initializer but incomplete type"
+msgstr "variablen '%s' bliver tildelt en startværdi, men er af en ufuldstændig type"
+
+#: c-decl.c:3394
+#, c-format
+msgid "elements of array `%s' have incomplete type"
+msgstr "elementer i tabellen '%s' er af en ufuldstændig type"
+
+#: c-decl.c:3407
+#, fuzzy, c-format
+msgid "declaration of `%s' has `extern' and is initialized"
+msgstr "'%s' er erklæret 'extern', men bliver tildelt en startværdi"
+
+#: c-decl.c:3521
+#, c-format
+msgid "initializer fails to determine size of `%s'"
+msgstr ""
+
+#: c-decl.c:3526
+#, fuzzy, c-format
+msgid "array size missing in `%s'"
+msgstr "Et makronavn mangler efter %s"
+
+#: c-decl.c:3542
+#, c-format
+msgid "zero or negative size array `%s'"
+msgstr ""
+
+#: c-decl.c:3570
+#, c-format
+msgid "storage size of `%s' isn't known"
+msgstr ""
+
+#: c-decl.c:3580
+#, fuzzy, c-format
+msgid "storage size of `%s' isn't constant"
+msgstr "parameteren til 'asm' er ikke en konstant streng"
+
+#: c-decl.c:3631
+#, c-format
+msgid "ignoring asm-specifier for non-static local variable `%s'"
+msgstr ""
+
+#: c-decl.c:3706
+#, c-format
+msgid "ANSI C forbids parameter `%s' shadowing typedef"
+msgstr ""
+
+#: c-decl.c:3940 cp/decl.c:10013
+msgid "`long long long' is too long for GCC"
+msgstr "'long long long' er for langt for GCC"
+
+#: c-decl.c:3945
+#, fuzzy
+msgid "ISO C89 does not support `long long'"
+msgstr "GNU C understøtter ikke -C uden -E"
+
+#: c-decl.c:3950 cp/decl.c:10018
+#, fuzzy, c-format
+msgid "duplicate `%s'"
+msgstr "etiketten '%s' optræder mere end én gang"
+
+#: c-decl.c:3956 cp/decl.c:10038
+#, c-format
+msgid "two or more data types in declaration of `%s'"
+msgstr "mere end én datatype i erklæringen af '%s'"
+
+#: c-decl.c:3971 cp/decl.c:10043
+#, c-format
+msgid "`%s' fails to be a typedef or built in type"
+msgstr "'%s' er hverken en typedef eller en indbygget type"
+
+#: c-decl.c:4009
+#, fuzzy, c-format
+msgid "type defaults to `int' in declaration of `%s'"
+msgstr "mere end én datatype i erklæringen af '%s'"
+
+#: c-decl.c:4038
+#, c-format
+msgid "both long and short specified for `%s'"
+msgstr "både long og short angivet for '%s'"
+
+#: c-decl.c:4042 cp/decl.c:10142
+#, c-format
+msgid "long or short specified with char for `%s'"
+msgstr "long eller short angivet samtidig med char for '%s'"
+
+#: c-decl.c:4049 cp/decl.c:10146
+#, c-format
+msgid "long or short specified with floating type for `%s'"
+msgstr "long eller short angivet samtidig med en kommatalstype for '%s'"
+
+#: c-decl.c:4052
+msgid "the only valid combination is `long double'"
+msgstr "den eneste gyldige kombination er 'long double'"
+
+#: c-decl.c:4058
+#, c-format
+msgid "both signed and unsigned specified for `%s'"
+msgstr "både signed og unsigned er angivet for '%s'"
+
+#: c-decl.c:4060 cp/decl.c:10135
+#, c-format
+msgid "long, short, signed or unsigned invalid for `%s'"
+msgstr "long, short, signed og unsigned er ugyldige for '%s'"
+
+#: c-decl.c:4066 cp/decl.c:10155
+#, fuzzy, c-format
+msgid "long, short, signed or unsigned used invalidly for `%s'"
+msgstr "long, short, signed og unsigned er ugyldige for '%s'"
+
+#: c-decl.c:4085 cp/decl.c:10176
+#, c-format
+msgid "complex invalid for `%s'"
+msgstr "complex ugyldig for '%s'"
+
+#: c-decl.c:4130
+msgid "ISO C89 does not support complex types"
+msgstr ""
+
+#: c-decl.c:4142
+msgid "ISO C does not support plain `complex' meaning `double complex'"
+msgstr ""
+
+#: c-decl.c:4148 c-decl.c:4160
+#, fuzzy
+msgid "ISO C does not support complex integer types"
+msgstr "GNU C understøtter ikke -C uden -E"
+
+#: c-decl.c:4175 c-decl.c:4571 cp/decl.c:10775
+#, fuzzy
+msgid "duplicate `const'"
+msgstr "etiketten '%s' optræder mere end én gang"
+
+#: c-decl.c:4177 c-decl.c:4575 cp/decl.c:10779
+#, fuzzy
+msgid "duplicate `restrict'"
+msgstr "etiketten '%s' optræder mere end én gang"
+
+#: c-decl.c:4179 c-decl.c:4573 cp/decl.c:10777
+#, fuzzy
+msgid "duplicate `volatile'"
+msgstr "case-værdi optræder mere end én gang"
+
+#: c-decl.c:4201 cp/decl.c:10325
+#, c-format
+msgid "multiple storage classes in declaration of `%s'"
+msgstr "flere lagringsklasser optræder i erklæringen af '%s'"
+
+#: c-decl.c:4210
+#, fuzzy
+msgid "function definition declared `auto'"
+msgstr "'typedef' er påhæftet funktionsdefinitionen"
+
+#: c-decl.c:4212
+msgid "function definition declared `register'"
+msgstr "'register' er påhæftet funktionsdefinitionen"
+
+#: c-decl.c:4214
+msgid "function definition declared `typedef'"
+msgstr "'typedef' er påhæftet funktionsdefinitionen"
+
+#: c-decl.c:4227
+#, c-format
+msgid "storage class specified for structure field `%s'"
+msgstr "lagringsklasse angivet for strukturfelt '%s'"
+
+#: c-decl.c:4231 cp/decl.c:10372
+#, c-format
+msgid "storage class specified for parameter `%s'"
+msgstr "lagringsklasse angivet for parameter '%s'"
+
+#: c-decl.c:4234 cp/decl.c:10374
+msgid "storage class specified for typename"
+msgstr "lagringsklasse angivet for typenavn"
+
+#: c-decl.c:4246 cp/decl.c:10388
+#, fuzzy, c-format
+msgid "`%s' initialized and declared `extern'"
+msgstr "indlejret funktion '%s' er erklæret 'extern'"
+
+#: c-decl.c:4248 cp/decl.c:10391
+#, c-format
+msgid "`%s' has both `extern' and initializer"
+msgstr "'%s' er erklæret 'extern', men bliver tildelt en startværdi"
+
+#: c-decl.c:4252 cp/decl.c:10395
+#, c-format
+msgid "nested function `%s' declared `extern'"
+msgstr "indlejret funktion '%s' er erklæret 'extern'"
+
+#: c-decl.c:4255 cp/decl.c:10399
+#, c-format
+msgid "top-level declaration of `%s' specifies `auto'"
+msgstr "erklæring af '%s' på øverste niveau angiver 'auto'"
+
+#: c-decl.c:4297
+#, c-format
+msgid "declaration of `%s' as array of voids"
+msgstr "'%s' erklæret som en tabel af void"
+
+#: c-decl.c:4303
+#, c-format
+msgid "declaration of `%s' as array of functions"
+msgstr "'%s' erklæret som en tabel af funktioner"
+
+#: c-decl.c:4325
+#, c-format
+msgid "size of array `%s' has non-integer type"
+msgstr "størrelsen af tabel '%s' er ikke af en heltalstype"
+
+#: c-decl.c:4330
+#, fuzzy, c-format
+msgid "ISO C forbids zero-size array `%s'"
+msgstr "ISO C forbyder tekst efter #%s"
+
+#: c-decl.c:4337
+#, c-format
+msgid "size of array `%s' is negative"
+msgstr "størrelsen af tabel '%s' er negativ"
+
+#: c-decl.c:4350
+#, c-format
+msgid "ISO C89 forbids array `%s' whose size can't be evaluated"
+msgstr ""
+
+#: c-decl.c:4353
+#, fuzzy, c-format
+msgid "ISO C89 forbids variable-size array `%s'"
+msgstr "ISO C forbyder tekst efter #%s"
+
+#: c-decl.c:4383 c-decl.c:4597
+#, c-format
+msgid "size of array `%s' is too large"
+msgstr "størrelsen af tabel '%s' er for stor"
+
+#: c-decl.c:4400
+#, fuzzy
+msgid "ISO C89 does not support flexible array members"
+msgstr "ISO C tillader ikke navngivne variabel parameterliste-makroer"
+
+#: c-decl.c:4410
+#, fuzzy
+msgid "array type has incomplete element type"
+msgstr "parameteren er af en ufuldstændig type"
+
+#: c-decl.c:4417
+msgid "ANSI C forbids const or volatile function types"
+msgstr ""
+
+#: c-decl.c:4456 cp/decl.c:10535
+#, c-format
+msgid "`%s' declared as function returning a function"
+msgstr "'%s' er erklæret som en funktion der returnerer en funktion"
+
+#: c-decl.c:4461 cp/decl.c:10540
+#, c-format
+msgid "`%s' declared as function returning an array"
+msgstr "'%s' er erklæret som en funktion der returnerer en tabel"
+
+#: c-decl.c:4496
+#, fuzzy
+msgid "ISO C forbids qualified void function return type"
+msgstr "ISO C++ forbyder omtvingelse af typen til en tabeltype"
+
+#: c-decl.c:4500
+msgid "type qualifiers ignored on function return type"
+msgstr ""
+
+#: c-decl.c:4529 c-decl.c:4612 c-decl.c:4696 c-decl.c:4787
+#, fuzzy
+msgid "ISO C forbids qualified function types"
+msgstr "ISO C++ forbyder omtvingelse af typen til en tabeltype"
+
+#: c-decl.c:4569 cp/decl.c:10771
+msgid "invalid type modifier within pointer declarator"
+msgstr "ugyldig typemodifikation i erklæring af henvisning"
+
+#: c-decl.c:4646
+#, fuzzy
+msgid "ISO C forbids const or volatile function types"
+msgstr "ISO C++ forbyder omtvingelse af typen til en tabeltype"
+
+#: c-decl.c:4665 cp/decl.c:11247
+#, c-format
+msgid "variable or field `%s' declared void"
+msgstr "variabel eller felt '%s' erklæret void"
+
+#: c-decl.c:4734
+#, c-format
+msgid "field `%s' declared as a function"
+msgstr "feltet '%s' er erklæret som en funktion"
+
+#: c-decl.c:4740
+#, c-format
+msgid "field `%s' has incomplete type"
+msgstr "feltet '%s' er af en ufuldstændig type"
+
+#: c-decl.c:4772 c-decl.c:4774 c-decl.c:4781
+#, c-format
+msgid "invalid storage class for function `%s'"
+msgstr "ugyldig lagringsklasse for funktion '%s'"
+
+#: c-decl.c:4793
+msgid "`noreturn' function returns non-void value"
+msgstr ""
+
+#: c-decl.c:4805
+#, fuzzy
+msgid "cannot inline function `main'"
+msgstr "kan ikke klargøre vennefunktionen '%s'"
+
+#: c-decl.c:4840
+#, fuzzy, c-format
+msgid "variable `%s' declared `inline'"
+msgstr "variabel eller felt '%s' erklæret void"
+
+#: c-decl.c:4911 c-decl.c:5898
+msgid "function declaration isn't a prototype"
+msgstr ""
+
+#: c-decl.c:4917
+#, fuzzy
+msgid "parameter names (without types) in function declaration"
+msgstr "flere typer i én erklæring"
+
+#: c-decl.c:4949 c-decl.c:6286 c-decl.c:6585
+#, c-format
+msgid "parameter `%s' has incomplete type"
+msgstr "parameteren '%s' er af en ufuldstændig type"
+
+#: c-decl.c:4952
+msgid "parameter has incomplete type"
+msgstr "parameteren er af en ufuldstændig type"
+
+#: c-decl.c:4973
+#, fuzzy, c-format
+msgid "parameter `%s' points to incomplete type"
+msgstr "parameteren '%s' er af en ufuldstændig type"
+
+#: c-decl.c:4976
+#, fuzzy
+msgid "parameter points to incomplete type"
+msgstr "parameteren er af en ufuldstændig type"
+
+#: c-decl.c:5041
+#, c-format
+msgid "parameter `%s' has just a forward declaration"
+msgstr ""
+
+#: c-decl.c:5082
+msgid "`void' in parameter list must be the entire list"
+msgstr "'void' i en parameterliste skal udgøre hele listen"
+
+#: c-decl.c:5111
+#, c-format
+msgid "`%s %s' declared inside parameter list"
+msgstr ""
+
+#: c-decl.c:5120
+#, fuzzy
+msgid "anonymous struct declared inside parameter list"
+msgstr "anonym struct er ikke inden i en navngiven type"
+
+#: c-decl.c:5122
+#, fuzzy
+msgid "anonymous union declared inside parameter list"
+msgstr "anonym struct er ikke inden i en navngiven type"
+
+#: c-decl.c:5124
+#, fuzzy
+msgid "anonymous enum declared inside parameter list"
+msgstr "anonym struct er ikke inden i en navngiven type"
+
+#: c-decl.c:5128
+msgid "its scope is only this definition or declaration, which is probably not what you want."
+msgstr ""
+
+#: c-decl.c:5198
+#, c-format
+msgid "redefinition of `%s %s'"
+msgstr "omdefinering af '%s %s'"
+
+#: c-decl.c:5266 c-decl.c:5269
+#, c-format
+msgid "%s defined inside parms"
+msgstr ""
+
+#: c-decl.c:5267 c-decl.c:5270 c-decl.c:5281
+msgid "union"
+msgstr ""
+
+#: c-decl.c:5267 c-decl.c:5270
+msgid "structure"
+msgstr ""
+
+#: c-decl.c:5280
+#, fuzzy, c-format
+msgid "%s has no %s"
+msgstr "%s har intet medlem ved navn '%s'"
+
+#: c-decl.c:5281
+msgid "struct"
+msgstr ""
+
+#: c-decl.c:5282
+msgid "named members"
+msgstr ""
+
+#: c-decl.c:5282
+msgid "members"
+msgstr ""
+
+#: c-decl.c:5321
+#, c-format
+msgid "nested redefinition of `%s'"
+msgstr "indlejret omdefinering af '%s'"
+
+#: c-decl.c:5334
+#, fuzzy, c-format
+msgid "bit-field `%s' width not an integer constant"
+msgstr "tre 'l'er i heltalskonstant"
+
+#: c-decl.c:5345
+#, fuzzy, c-format
+msgid "bit-field `%s' has invalid type"
+msgstr "feltet '%s' er af en ufuldstændig type"
+
+#: c-decl.c:5357
+#, c-format
+msgid "bit-field `%s' type invalid in ISO C"
+msgstr ""
+
+#: c-decl.c:5369
+#, c-format
+msgid "negative width in bit-field `%s'"
+msgstr ""
+
+#: c-decl.c:5371
+#, c-format
+msgid "width of `%s' exceeds its type"
+msgstr ""
+
+#: c-decl.c:5373
+#, fuzzy, c-format
+msgid "zero width for bit-field `%s'"
+msgstr "sizeof benyttet på et bitfelt"
+
+#: c-decl.c:5387
+#, c-format
+msgid "`%s' is narrower than values of its type"
+msgstr ""
+
+#: c-decl.c:5432
+msgid "flexible array member in union"
+msgstr ""
+
+#: c-decl.c:5434
+msgid "flexible array member not at end of struct"
+msgstr ""
+
+#: c-decl.c:5436
+msgid "flexible array member in otherwise empty struct"
+msgstr ""
+
+#: c-decl.c:5461
+#, fuzzy, c-format
+msgid "duplicate member `%s'"
+msgstr "etiketten '%s' optræder mere end én gang"
+
+#: c-decl.c:5505
+msgid "union cannot be made transparent"
+msgstr ""
+
+#. This enum is a named one that has been declared already.
+#: c-decl.c:5586
+#, c-format
+msgid "redeclaration of `enum %s'"
+msgstr "omerklæring af 'enum %s'"
+
+#: c-decl.c:5620
+msgid "enum defined inside parms"
+msgstr ""
+
+#: c-decl.c:5653
+msgid "enumeration values exceed range of largest integer"
+msgstr ""
+
+#: c-decl.c:5762
+#, c-format
+msgid "enumerator value for `%s' not integer constant"
+msgstr "enum-værdien for '%s' er ikke en heltalskonstant"
+
+#: c-decl.c:5775
+msgid "overflow in enumeration values"
+msgstr "for mange enum-værdier"
+
+#: c-decl.c:5780
+msgid "ISO C restricts enumerator values to range of `int'"
+msgstr ""
+
+#: c-decl.c:5852
+#, fuzzy
+msgid "return type is an incomplete type"
+msgstr "returneringstypen er en ufuldstændig type"
+
+#: c-decl.c:5860
+msgid "return type defaults to `int'"
+msgstr ""
+
+#: c-decl.c:5907
+#, fuzzy, c-format
+msgid "no previous prototype for `%s'"
+msgstr "'%s' er tidligere erklæret"
+
+#: c-decl.c:5914
+#, c-format
+msgid "`%s' was used with no prototype before its definition"
+msgstr ""
+
+#: c-decl.c:5920
+#, fuzzy, c-format
+msgid "no previous declaration for `%s'"
+msgstr "'%s' er tidligere erklæret"
+
+#: c-decl.c:5927
+#, fuzzy, c-format
+msgid "`%s' was used with no declaration before its definition"
+msgstr "friend-erklæringen er ikke i klassedefinitionen"
+
+#: c-decl.c:5955 c-decl.c:6672
+#, fuzzy, c-format
+msgid "return type of `%s' is not `int'"
+msgstr "basisoperanden til '->' er ikke en henvisning"
+
+#: c-decl.c:5971
+#, fuzzy, c-format
+msgid "first argument of `%s' should be `int'"
+msgstr "Der mangler en parameter til '%s'-tilvalget"
+
+#: c-decl.c:5980
+#, c-format
+msgid "second argument of `%s' should be `char **'"
+msgstr ""
+
+#: c-decl.c:5989
+#, c-format
+msgid "third argument of `%s' should probably be `char **'"
+msgstr ""
+
+#: c-decl.c:5998
+#, c-format
+msgid "`%s' takes only zero or two arguments"
+msgstr ""
+
+#: c-decl.c:6001
+#, fuzzy, c-format
+msgid "`%s' is normally a non-static function"
+msgstr "'%s' er underforstået erklæret som en funktion"
+
+#: c-decl.c:6104
+msgid "parm types given both in parmlist and separately"
+msgstr ""
+
+#: c-decl.c:6125
+#, fuzzy
+msgid "parameter name omitted"
+msgstr "parameteren er af en ufuldstændig type"
+
+#: c-decl.c:6129 c-decl.c:6231 c-decl.c:6542
+#, fuzzy, c-format
+msgid "parameter `%s' declared void"
+msgstr "variabel eller felt '%s' erklæret void"
+
+#: c-decl.c:6205
+#, fuzzy
+msgid "parameter name missing from parameter list"
+msgstr "Et katalognavn mangler efter %s"
+
+#: c-decl.c:6224 c-decl.c:6535
+#, fuzzy, c-format
+msgid "multiple parameters named `%s'"
+msgstr "ukendt registernavn '%s'"
+
+#: c-decl.c:6255 c-decl.c:6257
+#, c-format
+msgid "type of `%s' defaults to `int'"
+msgstr ""
+
+#: c-decl.c:6293 c-decl.c:6592
+#, c-format
+msgid "declaration for parameter `%s' but no such parameter"
+msgstr ""
+
+#: c-decl.c:6341
+msgid "number of arguments doesn't match prototype"
+msgstr "antallet af parametre passer ikke til prototypen"
+
+#: c-decl.c:6371
+#, fuzzy, c-format
+msgid "promoted argument `%s' doesn't match prototype"
+msgstr "parameter '%s' passer ikke til prototypen"
+
+#: c-decl.c:6385
+#, c-format
+msgid "argument `%s' doesn't match prototype"
+msgstr "parameter '%s' passer ikke til prototypen"
+
+#: c-decl.c:6565
+#, fuzzy, c-format
+msgid "type of parameter `%s' is not declared"
+msgstr "parameter '%s' bliver tildelt en startværdi"
+
+#: c-decl.c:6793
+msgid "this function may return with or without a value"
+msgstr ""
+
+#: c-decl.c:6813
+#, fuzzy, c-format
+msgid "size of return value of `%s' is %u bytes"
+msgstr "størrelsen af tabel '%s' er negativ"
+
+#: c-decl.c:6817
+#, fuzzy, c-format
+msgid "size of return value of `%s' is larger than %d bytes"
+msgstr "størrelsen af tabel '%s' er for stor"
+
+#. If we get here, declarations have been used in a for loop without
+#. the C99 for loop scope. This doesn't make much sense, so don't
+#. allow it.
+#: c-decl.c:6872
+msgid "`for' loop initial declaration used outside C99 mode"
+msgstr ""
+
+#: c-decl.c:6892
+#, fuzzy, c-format
+msgid "`%s %s' declared in `for' loop initial declaration"
+msgstr "'%s' ikke erklæret her (ikke i en funktion)"
+
+#: c-decl.c:6901
+#, c-format
+msgid "declaration of non-variable `%s' in `for' loop initial declaration"
+msgstr ""
+
+#: c-decl.c:6903
+#, fuzzy, c-format
+msgid "declaration of static variable `%s' in `for' loop initial declaration"
+msgstr "Instansvariablen '%s' er underforstået erklæret som en funktion"
+
+#: c-decl.c:6905
+#, c-format
+msgid "declaration of `extern' variable `%s' in `for' loop initial declaration"
+msgstr ""
+
+#: c-dump.c:826
+#, fuzzy, c-format
+msgid "could not open dump file `%s'"
+msgstr "Kunne ikke åbne uddatafilen %s.\n"
+
+#: c-dump.c:871
+#, fuzzy, c-format
+msgid "ignoring `%s' at end of `-f%s'"
+msgstr "ragelse i slutningen af #%s"
+
+#: c-format.c:106 c-format.c:219
+#, fuzzy, c-format
+msgid "argument format specified for non-function `%s'"
+msgstr "for få parametre til funktionen '%s'"
+
+#: c-format.c:112
+msgid "unrecognized format specifier"
+msgstr "ukendt formatanvisning"
+
+#: c-format.c:123
+#, fuzzy, c-format
+msgid "`%s' is an unrecognized format function type"
+msgstr "ukendt formatanvisning"
+
+#: c-format.c:145 c-format.c:233
+msgid "format string has invalid operand number"
+msgstr "formatstrengen har et ugyldigt operandtal"
+
+#: c-format.c:153
+msgid "format string arg follows the args to be formatted"
+msgstr "formatstrengsparameter efterfølger parametrene der skal formateres"
+
+#: c-format.c:172 c-format.c:254
+msgid "format string arg not a string type"
+msgstr "formatstrengsparameter er ikke af en strengtype"
+
+#: c-format.c:185
+msgid "args to be formatted is not '...'"
+msgstr "parametrene der skal formateres, er ikke '...'"
+
+#: c-format.c:193
+msgid "strftime formats cannot format arguments"
+msgstr ""
+
+#: c-format.c:263
+msgid "function does not return string type"
+msgstr "funktionen returnerer ikke en strengtype"
+
+#: c-format.c:757
+msgid "` ' flag"
+msgstr ""
+
+#: c-format.c:757
+msgid "the ` ' printf flag"
+msgstr ""
+
+#: c-format.c:758 c-format.c:829
+msgid "`+' flag"
+msgstr ""
+
+#: c-format.c:758
+msgid "the `+' printf flag"
+msgstr ""
+
+#: c-format.c:759 c-format.c:805
+msgid "`#' flag"
+msgstr ""
+
+#: c-format.c:759
+msgid "the `#' printf flag"
+msgstr ""
+
+#: c-format.c:760 c-format.c:803
+msgid "`0' flag"
+msgstr ""
+
+#: c-format.c:760
+msgid "the `0' printf flag"
+msgstr ""
+
+#: c-format.c:761 c-format.c:802 c-format.c:832
+msgid "`-' flag"
+msgstr ""
+
+#: c-format.c:761
+msgid "the `-' printf flag"
+msgstr ""
+
+#: c-format.c:762 c-format.c:786
+msgid "`'' flag"
+msgstr ""
+
+#: c-format.c:762
+msgid "the `'' printf flag"
+msgstr ""
+
+#: c-format.c:763 c-format.c:787
+msgid "`I' flag"
+msgstr ""
+
+#: c-format.c:763
+msgid "the `I' printf flag"
+msgstr ""
+
+#: c-format.c:764 c-format.c:784 c-format.c:806 c-format.c:833 c-format.c:1846
+msgid "field width"
+msgstr ""
+
+#: c-format.c:764
+msgid "field width in printf format"
+msgstr ""
+
+#: c-format.c:765
+msgid "precision"
+msgstr ""
+
+#: c-format.c:765
+msgid "precision in printf format"
+msgstr ""
+
+#: c-format.c:766 c-format.c:785 c-format.c:836
+msgid "length modifier"
+msgstr ""
+
+#: c-format.c:766
+msgid "length modifier in printf format"
+msgstr ""
+
+#: c-format.c:782
+#, fuzzy
+msgid "assignment suppression"
+msgstr "tildeling"
+
+#: c-format.c:783
+msgid "`a' flag"
+msgstr ""
+
+#: c-format.c:783
+msgid "the `a' scanf flag"
+msgstr ""
+
+#: c-format.c:784
+msgid "field width in scanf format"
+msgstr ""
+
+#: c-format.c:785
+msgid "length modifier in scanf format"
+msgstr ""
+
+#: c-format.c:786
+msgid "the `'' scanf flag"
+msgstr ""
+
+#: c-format.c:787
+msgid "the `I' scanf flag"
+msgstr ""
+
+#: c-format.c:801
+msgid "`_' flag"
+msgstr ""
+
+#: c-format.c:801
+msgid "the `_' strftime flag"
+msgstr ""
+
+#: c-format.c:802
+msgid "the `-' strftime flag"
+msgstr ""
+
+#: c-format.c:803
+msgid "the `0' strftime flag"
+msgstr ""
+
+#: c-format.c:804 c-format.c:828
+msgid "`^' flag"
+msgstr ""
+
+#: c-format.c:804
+msgid "the `^' strftime flag"
+msgstr ""
+
+#: c-format.c:805
+msgid "the `#' strftime flag"
+msgstr ""
+
+#: c-format.c:806
+msgid "field width in strftime format"
+msgstr ""
+
+#: c-format.c:807
+#, fuzzy
+msgid "`E' modifier"
+msgstr "'$' i kaldenavn"
+
+#: c-format.c:807
+msgid "the `E' strftime modifier"
+msgstr ""
+
+#: c-format.c:808
+#, fuzzy
+msgid "`O' modifier"
+msgstr "'$' i kaldenavn"
+
+#: c-format.c:808
+msgid "the `O' strftime modifier"
+msgstr ""
+
+#: c-format.c:809
+msgid "the `O' modifier"
+msgstr ""
+
+#: c-format.c:827
+#, fuzzy
+msgid "fill character"
+msgstr "%s ved nultegn"
+
+#: c-format.c:827
+#, fuzzy
+msgid "fill character in strfmon format"
+msgstr "nultegn i streng- eller tegnkonstant"
+
+#: c-format.c:828
+msgid "the `^' strfmon flag"
+msgstr ""
+
+#: c-format.c:829
+msgid "the `+' strfmon flag"
+msgstr ""
+
+#: c-format.c:830
+msgid "`(' flag"
+msgstr ""
+
+#: c-format.c:830
+msgid "the `(' strfmon flag"
+msgstr ""
+
+#: c-format.c:831
+msgid "`!' flag"
+msgstr ""
+
+#: c-format.c:831
+msgid "the `!' strfmon flag"
+msgstr ""
+
+#: c-format.c:832
+msgid "the `-' strfmon flag"
+msgstr ""
+
+#: c-format.c:833
+msgid "field width in strfmon format"
+msgstr ""
+
+#: c-format.c:834
+msgid "left precision"
+msgstr ""
+
+#: c-format.c:834
+msgid "left precision in strfmon format"
+msgstr ""
+
+#: c-format.c:835
+msgid "right precision"
+msgstr ""
+
+#: c-format.c:835
+msgid "right precision in strfmon format"
+msgstr ""
+
+#: c-format.c:836
+msgid "length modifier in strfmon format"
+msgstr ""
+
+#: c-format.c:1135
+#, c-format
+msgid "function might be possible candidate for `%s' format attribute"
+msgstr ""
+
+#: c-format.c:1248 c-format.c:1269 c-format.c:2256
+#, fuzzy
+msgid "missing $ operand number in format"
+msgstr "ugyldigt versionsnummerformat"
+
+#: c-format.c:1279
+#, c-format
+msgid "%s does not support %%n$ operand number formats"
+msgstr ""
+
+#: c-format.c:1286
+#, fuzzy
+msgid "operand number out of range in format"
+msgstr "operandtal er uden for det gyldige interval"
+
+#: c-format.c:1307
+#, c-format
+msgid "format argument %d used more than once in %s format"
+msgstr ""
+
+#: c-format.c:1349
+#, c-format
+msgid "format argument %d unused before used argument %d in $-style format"
+msgstr ""
+
+#: c-format.c:1443
+#, fuzzy
+msgid "format not a string literal, format string not checked"
+msgstr "formatstrengsparameter er ikke af en strengtype"
+
+#: c-format.c:1457
+msgid "format not a string literal and no format arguments"
+msgstr ""
+
+#: c-format.c:1459
+msgid "format not a string literal, argument types not checked"
+msgstr ""
+
+#: c-format.c:1472
+#, fuzzy
+msgid "too many arguments for format"
+msgstr "for mange parametre til funktionen"
+
+#: c-format.c:1475
+msgid "unused arguments in $-style format"
+msgstr ""
+
+#: c-format.c:1478
+msgid "zero-length format string"
+msgstr ""
+
+#: c-format.c:1481
+#, fuzzy
+msgid "format is a wide character string"
+msgstr "forkert formateret tegnkonstant"
+
+#: c-format.c:1484
+#, fuzzy
+msgid "unterminated format string"
+msgstr "uafsluttet tegnkonstant"
+
+#. FIXME: this warning should go away once Marc Espie's
+#. __attribute__((nonnull)) patch is in. Instead, checking for
+#. nonnull attributes should probably change this function to act
+#. specially if info == NULL and add a res->number_null entry for
+#. that case, or maybe add a function pointer to be called at
+#. the end instead of hardcoding check_format_info_main.
+#: c-format.c:1572
+#, fuzzy
+msgid "null format string"
+msgstr "ugyldigt #line-format"
+
+#: c-format.c:1725
+msgid "embedded `\\0' in format"
+msgstr ""
+
+#: c-format.c:1740
+#, c-format
+msgid "spurious trailing `%%' in format"
+msgstr ""
+
+#: c-format.c:1779 c-format.c:2016
+#, c-format
+msgid "repeated %s in format"
+msgstr ""
+
+#: c-format.c:1792
+msgid "missing fill character at end of strfmon format"
+msgstr ""
+
+#: c-format.c:1812 c-format.c:1930 c-format.c:2210 c-format.c:2263
+#, fuzzy
+msgid "too few arguments for format"
+msgstr "for få parametre til funktionen"
+
+#: c-format.c:1872
+#, c-format
+msgid "zero width in %s format"
+msgstr ""
+
+#: c-format.c:1891
+#, c-format
+msgid "empty left precision in %s format"
+msgstr ""
+
+#: c-format.c:1945
+msgid "field precision"
+msgstr ""
+
+#: c-format.c:1960
+#, c-format
+msgid "empty precision in %s format"
+msgstr ""
+
+#: c-format.c:2000
+#, c-format
+msgid "%s does not support the `%s' %s length modifier"
+msgstr ""
+
+#: c-format.c:2050
+msgid "conversion lacks type at end of format"
+msgstr ""
+
+#: c-format.c:2061
+#, c-format
+msgid "unknown conversion type character `%c' in format"
+msgstr ""
+
+#: c-format.c:2064
+#, c-format
+msgid "unknown conversion type character 0x%x in format"
+msgstr ""
+
+#: c-format.c:2071
+#, fuzzy, c-format
+msgid "%s does not support the `%%%c' %s format"
+msgstr "%s understøttes ikke af denne konfiguration"
+
+#: c-format.c:2087
+#, c-format
+msgid "%s used with `%%%c' %s format"
+msgstr ""
+
+#: c-format.c:2096
+#, fuzzy, c-format
+msgid "%s does not support %s"
+msgstr "-mabi=%s understøtter ikke -mips%d"
+
+#: c-format.c:2105
+#, fuzzy, c-format
+msgid "%s does not support %s with the `%%%c' %s format"
+msgstr "GNU C understøtter ikke -C uden -E"
+
+#: c-format.c:2138
+#, c-format
+msgid "%s ignored with %s and `%%%c' %s format"
+msgstr ""
+
+#: c-format.c:2142
+#, c-format
+msgid "%s ignored with %s in %s format"
+msgstr ""
+
+#: c-format.c:2148
+#, c-format
+msgid "use of %s and %s together with `%%%c' %s format"
+msgstr ""
+
+#: c-format.c:2152
+#, c-format
+msgid "use of %s and %s together in %s format"
+msgstr ""
+
+#: c-format.c:2171
+#, c-format
+msgid "`%%%c' yields only last 2 digits of year in some locales"
+msgstr ""
+
+#: c-format.c:2174
+#, c-format
+msgid "`%%%c' yields only last 2 digits of year"
+msgstr ""
+
+#. The end of the format string was reached.
+#: c-format.c:2190
+#, c-format
+msgid "no closing `]' for `%%[' format"
+msgstr ""
+
+#: c-format.c:2203
+#, c-format
+msgid "use of `%s' length modifier with `%c' type character"
+msgstr ""
+
+#: c-format.c:2224
+#, fuzzy, c-format
+msgid "%s does not support the `%%%s%c' %s format"
+msgstr "%s understøttes ikke af denne konfiguration"
+
+#: c-format.c:2239
+msgid "operand number specified with suppressed assignment"
+msgstr ""
+
+#: c-format.c:2241
+msgid "operand number specified for format taking no argument"
+msgstr ""
+
+#: c-format.c:2360
+#, c-format
+msgid "writing through null pointer (arg %d)"
+msgstr ""
+
+#: c-format.c:2369
+#, c-format
+msgid "reading through null pointer (arg %d)"
+msgstr ""
+
+#: c-format.c:2389
+#, c-format
+msgid "writing into constant object (arg %d)"
+msgstr ""
+
+#: c-format.c:2399
+#, c-format
+msgid "extra type qualifiers in format argument (arg %d)"
+msgstr ""
+
+#: c-format.c:2406
+#, fuzzy, c-format
+msgid "format argument is not a pointer (arg %d)"
+msgstr "angivet justering er ikke en potens af 2"
+
+#: c-format.c:2408
+#, c-format
+msgid "format argument is not a pointer to a pointer (arg %d)"
+msgstr ""
+
+#: c-format.c:2502
+#, c-format
+msgid "%s is not type %s (arg %d)"
+msgstr ""
+
+#: c-format.c:2505
+#, c-format
+msgid "%s format, %s arg (arg %d)"
+msgstr ""
+
+#: c-lex.c:279
+msgid "badly nested C headers from preprocessor"
+msgstr ""
+
+#: c-lex.c:297
+msgid "leaving more files than we entered"
+msgstr ""
+
+#: c-lex.c:329
+#, c-format
+msgid "ignoring #pragma %s %s"
+msgstr ""
+
+#: c-lex.c:331
+#, fuzzy, c-format
+msgid "ignoring #pragma %s"
+msgstr "ugyldig #pragma-enhed"
+
+#: c-lex.c:381
+#, fuzzy
+msgid "incomplete universal-character-name"
+msgstr "ugyldigt universelt tegnnavn"
+
+#: c-lex.c:388
+#, c-format
+msgid "non hex digit '%c' in universal-character-name"
+msgstr "der optræder '%c' der ikke er et hexadecimalt ciffer, i universelt tegnnavn"
+
+#: c-lex.c:403
+#, fuzzy
+msgid "universal-character-name on EBCDIC target"
+msgstr "ugyldigt universelt tegnnavn"
+
+#: c-lex.c:416
+#, fuzzy, c-format
+msgid "universal-character-name used for '%c'"
+msgstr "ugyldigt universelt tegnnavn"
+
+#: c-lex.c:419
+msgid "invalid universal-character-name"
+msgstr "ugyldigt universelt tegnnavn"
+
+#: c-lex.c:453 f/lex.c:601
+msgid "the meaning of `\\x' varies with -traditional"
+msgstr ""
+
+#: c-lex.c:489 cppexp.c:579 f/lex.c:636
+msgid "\\x used with no following hex digits"
+msgstr "\\x angivet uden efterfølgende hexadecimale cifre"
+
+#: c-lex.c:502 f/lex.c:646
+#, fuzzy
+msgid "hex escape out of range"
+msgstr "den hexadecimale undvigesekvens er uden for det gyldige interval"
+
+#: c-lex.c:540
+msgid "the meaning of '\\a' varies with -traditional"
+msgstr ""
+
+#: c-lex.c:550
+#, c-format
+msgid "the meaning of '\\%c' varies with -traditional"
+msgstr ""
+
+#: c-lex.c:556 cppexp.c:527
+#, fuzzy, c-format
+msgid "non-ISO-standard escape sequence, '\\%c'"
+msgstr "undvigesekvensen '\\%c' følger ikke ISO-standarden"
+
+#: c-lex.c:563 c-lex.c:569
+#, fuzzy, c-format
+msgid "unknown escape sequence '\\%c'"
+msgstr "undvigesekvensen '\\%c' følger ikke ISO-standarden"
+
+#: c-lex.c:571
+#, c-format
+msgid "unknown escape sequence: '\\' followed by char 0x%x"
+msgstr ""
+
+#: c-lex.c:601
+#, fuzzy, c-format
+msgid "universal-character-name '\\U%08x' not valid in identifier"
+msgstr "universelt tegn '\\U%08x' er ikke tilladt i kaldenavne"
+
+#: c-lex.c:847
+#, fuzzy, c-format
+msgid "universal-character-name '\\u%04x' not valid in identifier"
+msgstr "universelt tegn '\\u%04x' er ikke tilladt i kaldenavne"
+
+#: c-lex.c:937
+#, fuzzy
+msgid "both 'f' and 'l' suffixes on floating constant"
+msgstr "både 'f' og 'l' i kommatalskonstant"
+
+#: c-lex.c:964
+#, fuzzy, c-format
+msgid "floating point number exceeds range of '%s'"
+msgstr "kommatal er ikke tilladt i '#if'-udtryk"
+
+#: c-lex.c:994
+#, fuzzy, c-format
+msgid "stray '%c' in program"
+msgstr "vildfaren '\\' i program"
+
+#: c-lex.c:996
+#, fuzzy, c-format
+msgid "stray '\\%o' in program"
+msgstr "vildfaren '\\' i program"
+
+#: c-lex.c:1193
+#, fuzzy
+msgid "floating constant may not be in radix 16"
+msgstr "kommatalskonstant uden for det mulige interval"
+
+#: c-lex.c:1230
+msgid "traditional C rejects the 'f' suffix"
+msgstr ""
+
+#: c-lex.c:1239
+msgid "traditional C rejects the 'l' suffix"
+msgstr ""
+
+#: c-lex.c:1249 c-lex.c:1342
+msgid "ISO C forbids imaginary numeric constants"
+msgstr ""
+
+#: c-lex.c:1283
+msgid "floating point number exceeds range of 'double'"
+msgstr ""
+
+#: c-lex.c:1312
+#, fuzzy
+msgid "two 'u' suffixes on integer constant"
+msgstr "for mange 'u'-suffikser i heltalskonstant"
+
+#: c-lex.c:1314
+msgid "traditional C rejects the 'u' suffix"
+msgstr ""
+
+#: c-lex.c:1325
+#, fuzzy
+msgid "three 'l' suffixes on integer constant"
+msgstr "for mange 'l'-suffikser i heltalskonstant"
+
+#: c-lex.c:1327
+msgid "'lul' is not a valid integer suffix"
+msgstr ""
+
+#: c-lex.c:1329
+msgid "'Ll' and 'lL' are not valid integer suffixes"
+msgstr ""
+
+#: c-lex.c:1332
+#, fuzzy
+msgid "ISO C89 forbids long long integer constants"
+msgstr "tre 'l'er i heltalskonstant"
+
+#: c-lex.c:1340
+#, fuzzy
+msgid "more than one 'i' or 'j' suffix on integer constant"
+msgstr "mere end ét 'i' eller 'j' i talkonstant"
+
+#: c-lex.c:1355
+#, c-format
+msgid "integer constant is too large for this configuration of the compiler - truncated to %d bits"
+msgstr ""
+
+#: c-lex.c:1445
+#, fuzzy
+msgid "width of integer constant changes with -traditional"
+msgstr "heltalskonstanten indeholder cifre der er større end grundtallet"
+
+#: c-lex.c:1447
+#, fuzzy
+msgid "integer constant is unsigned in ISO C, signed with -traditional"
+msgstr "heltalskonstanten indeholder cifre der er større end grundtallet"
+
+#: c-lex.c:1449
+msgid "width of integer constant may change on other systems with -traditional"
+msgstr ""
+
+#: c-lex.c:1459
+#, fuzzy, c-format
+msgid "integer constant larger than the maximum value of %s"
+msgstr "heltalskonstanten er så stor at den er unsigned"
+
+#: c-lex.c:1468
+#, fuzzy
+msgid "decimal constant is so large that it is unsigned"
+msgstr "heltalskonstanten er så stor at den er unsigned"
+
+#: c-lex.c:1497
+#, fuzzy
+msgid "integer constant is larger than the maximum value for its type"
+msgstr "heltalskonstanten er så stor at den er unsigned"
+
+#: c-lex.c:1501
+#, fuzzy, c-format
+msgid "missing white space after number '%.*s'"
+msgstr "manglende mellemrum efter tallet '%s'"
+
+#: c-lex.c:1537 c-lex.c:1641
+msgid "Ignoring invalid multibyte character"
+msgstr ""
+
+#: c-lex.c:1555 c-lex.c:1660 cppexp.c:275
+msgid "escape sequence out of range for character"
+msgstr "undvigesekvensen er uden for det gyldig interval for tegn"
+
+#: c-lex.c:1679
+msgid "empty character constant"
+msgstr "tom tegnkonstant"
+
+#: c-lex.c:1683
+msgid "character constant too long"
+msgstr "tegnkonstanten er for lang"
+
+#: c-lex.c:1686 cppexp.c:293
+msgid "multi-character character constant"
+msgstr "tegnkonstanten fylder mere end én char"
+
+#. Like YYERROR but do call yyerror.
+#: c-parse.y:61 cp/parse.y:55 objc/objc-parse.y:62
+msgid "syntax error"
+msgstr "syntaksfejl"
+
+#: c-parse.y:247 objc/objc-parse.y:275
+#, fuzzy
+msgid "ISO C forbids an empty source file"
+msgstr "ISO C++ forbyder en tom betingelse til '%s'"
+
+#: c-parse.y:279 c-parse.y:1824 objc/objc-parse.y:308 objc/objc-parse.y:1888
+msgid "argument of `asm' is not a constant string"
+msgstr "parameteren til 'asm' er ikke en konstant streng"
+
+#: c-parse.y:287 objc/objc-parse.y:316
+#, fuzzy
+msgid "ISO C forbids data definition with no type or storage class"
+msgstr "ISO C forbyder definition af data uden angivelse af type eller lagringsklasse"
+
+#: c-parse.y:289 objc/objc-parse.y:318
+#, fuzzy
+msgid "data definition has no type or storage class"
+msgstr "ISO C forbyder definition af data uden angivelse af type eller lagringsklasse"
+
+#: c-parse.y:310 objc/objc-parse.y:339
+msgid "ISO C does not allow extra `;' outside of a function"
+msgstr ""
+
+#: c-parse.y:382 cppexp.c:900
+msgid "traditional C rejects the unary plus operator"
+msgstr ""
+
+#: c-parse.y:426 objc/objc-parse.y:455
+#, fuzzy
+msgid "ISO C forbids `&&'"
+msgstr "ISO C forbyder tekst efter #%s"
+
+#: c-parse.y:455 objc/objc-parse.y:484
+msgid "`sizeof' applied to a bit-field"
+msgstr "'sizeof' benyttet på et bitfelt"
+
+#: c-parse.y:543 objc/objc-parse.y:572
+msgid "ISO C forbids omitting the middle term of a ?: expression"
+msgstr ""
+
+#: c-parse.y:591 objc/objc-parse.y:620
+#, fuzzy
+msgid "ISO C89 forbids compound literals"
+msgstr "ISO C forbyder tekst efter #%s"
+
+#: c-parse.y:621 objc/objc-parse.y:650
+msgid "ISO C forbids braced-groups within expressions"
+msgstr ""
+
+#: c-parse.y:674
+msgid "traditional C rejects string concatenation"
+msgstr ""
+
+#: c-parse.y:689 objc/objc-parse.y:741
+#, fuzzy
+msgid "ISO C does not permit use of `varargs.h'"
+msgstr "ISO C tillader ikke navngivne variabel parameterliste-makroer"
+
+#: c-parse.y:797 c-parse.y:818 c-parse.y:850 cp/parse.y:1861 cp/parse.y:1868
+#: cp/parse.y:1907 objc/objc-parse.y:849 objc/objc-parse.y:870
+#: objc/objc-parse.y:902
+#, fuzzy, c-format
+msgid "`%s' is not at beginning of declaration"
+msgstr "'%s' er ikke en løkkevariabel"
+
+#: c-parse.y:1014 objc/objc-parse.y:1075
+#, fuzzy
+msgid "ISO C forbids empty initializer braces"
+msgstr "ISO C forbyder tekst efter #%s"
+
+#: c-parse.y:1028 objc/objc-parse.y:1089
+msgid "ISO C89 forbids specifying subobject to initialize"
+msgstr ""
+
+#: c-parse.y:1031 objc/objc-parse.y:1092
+msgid "obsolete use of designated initializer without `='"
+msgstr ""
+
+#: c-parse.y:1035 objc/objc-parse.y:1096
+msgid "obsolete use of designated initializer with `:'"
+msgstr ""
+
+#: c-parse.y:1064
+msgid "ISO C forbids specifying range of elements to initialize"
+msgstr ""
+
+#: c-parse.y:1072 c-parse.y:1102 objc/objc-parse.y:1127 objc/objc-parse.y:1157
+#, fuzzy
+msgid "ISO C forbids nested functions"
+msgstr "ISO C forbyder tekst efter #%s"
+
+#: c-parse.y:1177 c-parse.y:1211
+msgid "`[*]' in parameter declaration only allowed in ISO C 99"
+msgstr "'[*]' i parametererklæring kun tilladt i ISO C 99"
+
+#: c-parse.y:1286 objc/objc-parse.y:1332
+msgid "ISO C forbids forward references to `enum' types"
+msgstr ""
+
+#: c-parse.y:1298 cp/parse.y:2326 objc/objc-parse.y:1344
+msgid "comma at end of enumerator list"
+msgstr ""
+
+#: c-parse.y:1306 objc/objc-parse.y:1352
+msgid "no semicolon at end of struct or union"
+msgstr ""
+
+#: c-parse.y:1315 objc/objc-parse.y:1361 objc/objc-parse.y:2359
+msgid "extra semicolon in struct or union specified"
+msgstr ""
+
+#: c-parse.y:1339 objc/objc-parse.y:1399
+#, fuzzy
+msgid "ISO C doesn't support unnamed structs/unions"
+msgstr "ISO C tillader ikke navngivne variabel parameterliste-makroer"
+
+#: c-parse.y:1353 objc/objc-parse.y:1413
+msgid "ISO C forbids member declarations with no members"
+msgstr ""
+
+#: c-parse.y:1472 objc/objc-parse.y:1532
+msgid "deprecated use of label at end of compound statement"
+msgstr ""
+
+#: c-parse.y:1489 objc/objc-parse.y:1549
+msgid "ISO C89 forbids mixed declarations and code"
+msgstr ""
+
+#: c-parse.y:1563 objc/objc-parse.y:1627
+#, fuzzy
+msgid "ISO C forbids label declarations"
+msgstr "ISO C forbyder tekst efter #%s"
+
+#: c-parse.y:1612 cp/parse.y:1562 objc/objc-parse.y:1676
+msgid "braced-group within expression allowed only inside a function"
+msgstr "sætningsblokke i udtryk er kun tilladt inde i en funktion"
+
+#: c-parse.y:1727 objc/objc-parse.y:1791
+msgid "empty body in an else-statement"
+msgstr ""
+
+#: c-parse.y:1856 objc/objc-parse.y:1920
+#, fuzzy
+msgid "ISO C forbids `goto *expr;'"
+msgstr "ISO C forbyder tekst efter #%s"
+
+#: c-parse.y:1948 objc/objc-parse.y:2012
+#, fuzzy
+msgid "ISO C forbids forward parameter declarations"
+msgstr "lagringsklasseanvisninger er ugyldige i parametererklæringer"
+
+#. Gcc used to allow this as an extension. However, it does
+#. not work for all targets, and thus has been disabled.
+#. Also, since func (...) and func () are indistinguishable,
+#. it caused problems with the code in expand_builtin which
+#. tries to verify that BUILT_IN_NEXT_ARG is being used
+#. correctly.
+#: c-parse.y:1971 objc/objc-parse.y:2035
+#, fuzzy
+msgid "ISO C requires a named argument before `...'"
+msgstr "ISO C påkræver en navngiven parameter før '...'"
+
+#: c-parse.y:2051 objc/objc-parse.y:2115
+msgid "`...' in old-style identifier list"
+msgstr "'...' i gammeldags liste af kaldenavne"
+
+#: c-parse.y:2377 cp/spew.c:1480 objc/objc-parse.y:3109
+#, c-format
+msgid "%s at end of input"
+msgstr "%s ved slutning af inddata"
+
+#: c-parse.y:2383 cp/spew.c:1486 objc/objc-parse.y:3115
+#, fuzzy, c-format
+msgid "%s before %s'%c'"
+msgstr "%s før '%s'"
+
+#: c-parse.y:2385 cp/spew.c:1488 objc/objc-parse.y:3117
+#, fuzzy, c-format
+msgid "%s before %s'\\x%x'"
+msgstr "%s før '%s'"
+
+#: c-parse.y:2389 cp/spew.c:1492 objc/objc-parse.y:3121
+#, c-format
+msgid "%s before string constant"
+msgstr "%s før strengkonstant"
+
+#: c-parse.y:2393 cp/spew.c:1496 objc/objc-parse.y:3125
+#, fuzzy, c-format
+msgid "%s before numeric constant"
+msgstr "%s før strengkonstant"
+
+#: c-parse.y:2395 objc/objc-parse.y:3127
+#, fuzzy, c-format
+msgid "%s before \"%s\""
+msgstr "%s før '%s'"
+
+#: c-parse.y:2397 objc/objc-parse.y:3129
+#, fuzzy, c-format
+msgid "%s before '%s' token"
+msgstr "%s før '%s'"
+
+#: c-parse.y:2543 objc/objc-parse.y:3292
+#, fuzzy, c-format
+msgid "syntax error at '%s' token"
+msgstr "syntaksfejl"
+
+#: c-parse.y:2573 cp/lex.c:928 objc/objc-parse.y:3322
+msgid "YYDEBUG not defined."
+msgstr ""
+
+#: c-pragma.c:108
+msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
+msgstr ""
+
+#: c-pragma.c:126
+#, c-format
+msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"
+msgstr ""
+
+#: c-pragma.c:249
+#, fuzzy
+msgid "junk at end of '#pragma pack'"
+msgstr "ragelse i slutningen af #%s"
+
+#: c-pragma.c:298
+#, fuzzy
+msgid "junk at end of #pragma weak"
+msgstr "ragelse i slutningen af #%s"
+
+#: c-semantics.c:607
+msgid "break statement not within loop or switch"
+msgstr "break-sætning befinder sig ikke i en løkke- eller switch-konstruktion"
+
+#: c-semantics.c:625
+msgid "continue statement not within a loop"
+msgstr "continue-sætning befinder sig ikke i en løkke"
+
+#: c-semantics.c:720
+msgid "destructor needed for `%#D'"
+msgstr ""
+
+#: c-semantics.c:721
+msgid "where case label appears here"
+msgstr ""
+
+#: c-semantics.c:724
+msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"
+msgstr ""
+
+#: c-semantics.c:757 c-typeck.c:6800
+#, c-format
+msgid "%s qualifier ignored on asm"
+msgstr ""
+
+#: c-typeck.c:122
+#, c-format
+msgid "`%s' has an incomplete type"
+msgstr "'%s' er af en ufuldstændig type"
+
+#: c-typeck.c:144 cp/call.c:2553
+msgid "invalid use of void expression"
+msgstr "ugyldig brug af void-udtryk"
+
+#: c-typeck.c:153
+msgid "invalid use of array with unspecified bounds"
+msgstr "ugyldig brug af tabel med uangivne rammer"
+
+#: c-typeck.c:161
+#, c-format
+msgid "invalid use of undefined type `%s %s'"
+msgstr "ugyldig brug af en type '%s %s' der ikke er defineret"
+
+#. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
+#: c-typeck.c:165
+#, c-format
+msgid "invalid use of incomplete typedef `%s'"
+msgstr "ugyldig brug af ufuldstændig typedef '%s'"
+
+#: c-typeck.c:396 c-typeck.c:410
+msgid "function types not truly compatible in ISO C"
+msgstr ""
+
+#: c-typeck.c:561
+msgid "types are not quite compatible"
+msgstr ""
+
+#: c-typeck.c:714
+#, fuzzy
+msgid "sizeof applied to a function type"
+msgstr "sizeof benyttet på en ufuldstændig type"
+
+#: c-typeck.c:720
+#, fuzzy
+msgid "sizeof applied to a void type"
+msgstr "sizeof benyttet på en ufuldstændig type"
+
+#: c-typeck.c:727
+msgid "sizeof applied to an incomplete type"
+msgstr "sizeof benyttet på en ufuldstændig type"
+
+#: c-typeck.c:780 c-typeck.c:2793
+msgid "arithmetic on pointer to an incomplete type"
+msgstr "beregninger udført på en henvisning til en ufuldstændig type"
+
+#: c-typeck.c:808
+msgid "__alignof__ applied to an incomplete type"
+msgstr "__alignof__ benyttet på en ufuldstændig type"
+
+#: c-typeck.c:834
+msgid "`__alignof' applied to a bit-field"
+msgstr "'__alignof' benyttet på et bitfelt"
+
+#: c-typeck.c:1025 cp/typeck.c:1792
+msgid "invalid use of non-lvalue array"
+msgstr "ugyldig brug af en tabel der ikke kan optræde som en venstreværdi"
+
+#: c-typeck.c:1200
+#, c-format
+msgid "%s has no member named `%s'"
+msgstr "%s har intet medlem ved navn '%s'"
+
+#: c-typeck.c:1231
+#, c-format
+msgid "request for member `%s' in something not a structure or union"
+msgstr "forespørgsel efter medlemmet '%s' i noget der hverken er en union eller en struktur"
+
+#: c-typeck.c:1264
+msgid "dereferencing pointer to incomplete type"
+msgstr "forsøg på at følge en henvisning til en variabel af en ufuldstændig type"
+
+#: c-typeck.c:1268
+#, fuzzy
+msgid "dereferencing `void *' pointer"
+msgstr "forsøg på at følge en henvisning til en variabel af en ufuldstændig type"
+
+#: c-typeck.c:1285 cp/typeck.c:2402
+#, c-format
+msgid "invalid type argument of `%s'"
+msgstr "ugyldig typeparameter '%s'"
+
+#: c-typeck.c:1304 cp/typeck.c:2428
+msgid "subscript missing in array reference"
+msgstr "indeks mangler i tabelopslag"
+
+#: c-typeck.c:1325 cp/typeck.c:2470
+#, fuzzy
+msgid "array subscript has type `char'"
+msgstr "tabelindeks er ikke et heltal"
+
+#: c-typeck.c:1333 c-typeck.c:1422 cp/typeck.c:2477 cp/typeck.c:2556
+msgid "array subscript is not an integer"
+msgstr "tabelindeks er ikke et heltal"
+
+#: c-typeck.c:1366
+#, fuzzy
+msgid "ISO C forbids subscripting `register' array"
+msgstr "ISO C++ forbyder omtvingelse af typen til en tabeltype"
+
+#: c-typeck.c:1368
+#, fuzzy
+msgid "ISO C89 forbids subscripting non-lvalue array"
+msgstr "ISO C++ forbyder omtvingelse af typen til en tabeltype"
+
+#: c-typeck.c:1401
+msgid "subscript has type `char'"
+msgstr ""
+
+#: c-typeck.c:1417 cp/typeck.c:2551
+msgid "subscripted value is neither array nor pointer"
+msgstr "værdien der er påført et indeks, er hverken en tabel eller en henvisningsvariabel"
+
+#: c-typeck.c:1468
+#, c-format
+msgid "`%s' undeclared here (not in a function)"
+msgstr "'%s' ikke erklæret her (ikke i en funktion)"
+
+#: c-typeck.c:1475
+#, c-format
+msgid "`%s' undeclared (first use in this function)"
+msgstr "'%s' er ikke erklæret (først benyttet i denne funktion)"
+
+#: c-typeck.c:1480
+msgid "(Each undeclared identifier is reported only once"
+msgstr "(et kaldenavn der ikke er erklæret, rapporteres kun én gang"
+
+#: c-typeck.c:1481
+msgid "for each function it appears in.)"
+msgstr "per funktion)"
+
+#: c-typeck.c:1498
+#, fuzzy, c-format
+msgid "local declaration of `%s' hides instance variable"
+msgstr "%s: den lokale erklæring af funktionen '%s' er ikke indsat\n"
+
+#: c-typeck.c:1563
+msgid "called object is not a function"
+msgstr "det kaldte objekt er ikke en funktion"
+
+#: c-typeck.c:1647 cp/typeck.c:3189
+msgid "too many arguments to function"
+msgstr "for mange parametre til funktionen"
+
+#: c-typeck.c:1670
+#, c-format
+msgid "type of formal parameter %d is incomplete"
+msgstr "typen af den formelle parameter %d er ufuldstændig"
+
+#: c-typeck.c:1683
+#, c-format
+msgid "%s as integer rather than floating due to prototype"
+msgstr "%s som heltal i stedet for kommatal på grund af prototypen"
+
+#: c-typeck.c:1686
+#, fuzzy, c-format
+msgid "%s as integer rather than complex due to prototype"
+msgstr "%s som kommatal i stedet for complex på grund af prototypen"
+
+#: c-typeck.c:1689
+#, c-format
+msgid "%s as complex rather than floating due to prototype"
+msgstr "%s som complex i stedet for kommatal på grund af prototypen"
+
+#: c-typeck.c:1692
+#, c-format
+msgid "%s as floating rather than integer due to prototype"
+msgstr "%s som kommatal i stedet for heltal på grund af prototypen"
+
+#: c-typeck.c:1695
+#, fuzzy, c-format
+msgid "%s as complex rather than integer due to prototype"
+msgstr "%s som complex i stedet for kommatal på grund af prototypen"
+
+#: c-typeck.c:1698
+#, c-format
+msgid "%s as floating rather than complex due to prototype"
+msgstr "%s som kommatal i stedet for complex på grund af prototypen"
+
+#: c-typeck.c:1708
+#, c-format
+msgid "%s as `float' rather than `double' due to prototype"
+msgstr "%s som float i stedet for double på grund af prototypen"
+
+#: c-typeck.c:1725
+#, c-format
+msgid "%s with different width due to prototype"
+msgstr "%s med anderledes bredde på grund af prototypen"
+
+#: c-typeck.c:1759
+#, c-format
+msgid "%s as unsigned due to prototype"
+msgstr "%s som unsigned på grund af prototypen"
+
+#: c-typeck.c:1761
+#, c-format
+msgid "%s as signed due to prototype"
+msgstr "%s som signed på grund af prototypen"
+
+#: c-typeck.c:1795 cp/typeck.c:3290
+msgid "too few arguments to function"
+msgstr "for få parametre til funktionen"
+
+#: c-typeck.c:1836
+msgid "suggest parentheses around + or - inside shift"
+msgstr ""
+
+#: c-typeck.c:1843
+msgid "suggest parentheses around && within ||"
+msgstr ""
+
+#: c-typeck.c:1852
+msgid "suggest parentheses around arithmetic in operand of |"
+msgstr ""
+
+#: c-typeck.c:1855
+msgid "suggest parentheses around comparison in operand of |"
+msgstr ""
+
+#: c-typeck.c:1864
+msgid "suggest parentheses around arithmetic in operand of ^"
+msgstr ""
+
+#: c-typeck.c:1867
+msgid "suggest parentheses around comparison in operand of ^"
+msgstr ""
+
+#: c-typeck.c:1874
+msgid "suggest parentheses around + or - in operand of &"
+msgstr ""
+
+#: c-typeck.c:1877
+msgid "suggest parentheses around comparison in operand of &"
+msgstr ""
+
+#: c-typeck.c:1884
+msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
+msgstr ""
+
+#: c-typeck.c:2138 cp/typeck.c:3569
+msgid "right shift count is negative"
+msgstr ""
+
+#: c-typeck.c:2145 cp/typeck.c:3575
+msgid "right shift count >= width of type"
+msgstr ""
+
+#: c-typeck.c:2170 cp/typeck.c:3594
+msgid "left shift count is negative"
+msgstr ""
+
+#: c-typeck.c:2173 cp/typeck.c:3596
+msgid "left shift count >= width of type"
+msgstr ""
+
+#: c-typeck.c:2198
+#, fuzzy
+msgid "shift count is negative"
+msgstr "størrelsen af tabel '%s' er negativ"
+
+#: c-typeck.c:2200
+msgid "shift count >= width of type"
+msgstr ""
+
+#: c-typeck.c:2221 cp/typeck.c:3631
+msgid "comparing floating point with == or != is unsafe"
+msgstr ""
+
+#: c-typeck.c:2245 c-typeck.c:2251
+#, fuzzy
+msgid "ISO C forbids comparison of `void *' with function pointer"
+msgstr "ISO C++ forbyder sammenligninger af henvisningsvariabler og heltal"
+
+#: c-typeck.c:2254 c-typeck.c:2296 c-typeck.c:2324
+msgid "comparison of distinct pointer types lacks a cast"
+msgstr ""
+
+#: c-typeck.c:2269 c-typeck.c:2275 c-typeck.c:2345 c-typeck.c:2351
+#, fuzzy
+msgid "comparison between pointer and integer"
+msgstr "ISO C++ forbyder sammenligninger af henvisningsvariabler og heltal"
+
+#: c-typeck.c:2291 c-typeck.c:2319
+#, fuzzy
+msgid "ISO C forbids ordered comparisons of pointers to functions"
+msgstr "ISO C++ forbyder sammenligninger af henvisningsvariabler og heltal"
+
+#: c-typeck.c:2316
+#, fuzzy
+msgid "comparison of complete and incomplete pointers"
+msgstr "__alignof__ benyttet på en ufuldstændig type"
+
+#: c-typeck.c:2332 c-typeck.c:2339
+#, fuzzy
+msgid "ordered comparison of pointer with integer zero"
+msgstr "ISO C++ forbyder sammenligninger af henvisningsvariabler og heltal"
+
+#: c-typeck.c:2365 cp/typeck.c:3764
+msgid "unordered comparison on non-floating point argument"
+msgstr "uordnent sammenligning af ikke-kommatalsparameter"
+
+#: c-typeck.c:2579
+#, fuzzy
+msgid "comparison between signed and unsigned"
+msgstr "ISO C++ forbyder sammenligninger af henvisningsvariabler og heltal"
+
+#: c-typeck.c:2625 cp/typeck.c:4010
+msgid "comparison of promoted ~unsigned with constant"
+msgstr ""
+
+#: c-typeck.c:2633 cp/typeck.c:4018
+msgid "comparison of promoted ~unsigned with unsigned"
+msgstr ""
+
+#: c-typeck.c:2695
+msgid "pointer of type `void *' used in arithmetic"
+msgstr ""
+
+#: c-typeck.c:2701
+msgid "pointer to a function used in arithmetic"
+msgstr ""
+
+#: c-typeck.c:2779
+msgid "pointer of type `void *' used in subtraction"
+msgstr ""
+
+#: c-typeck.c:2781
+#, fuzzy
+msgid "pointer to a function used in subtraction"
+msgstr " i henvisning til medlemsfunktion-omdannelse"
+
+#: c-typeck.c:2839
+msgid "wrong type argument to unary plus"
+msgstr "forkert parametertype til unært plus"
+
+#: c-typeck.c:2850
+msgid "wrong type argument to unary minus"
+msgstr "forkert parametertype til unært minus"
+
+#: c-typeck.c:2862
+msgid "ISO C does not support `~' for complex conjugation"
+msgstr ""
+
+#: c-typeck.c:2868
+msgid "wrong type argument to bit-complement"
+msgstr "forkert parametertype til bitkomplement"
+
+#: c-typeck.c:2879
+msgid "wrong type argument to abs"
+msgstr "forkert parametertype til abs"
+
+#: c-typeck.c:2891
+msgid "wrong type argument to conjugation"
+msgstr "forkert parametertype til konjugation"
+
+#: c-typeck.c:2905
+msgid "wrong type argument to unary exclamation mark"
+msgstr "forkert parametertype til unært udråbstegn"
+
+#: c-typeck.c:2948
+msgid "ISO C does not support `++' and `--' on complex types"
+msgstr ""
+
+#: c-typeck.c:2962 c-typeck.c:2988
+#, c-format
+msgid "wrong type argument to %s"
+msgstr "forkert parametertype til %s"
+
+#: c-typeck.c:2982
+#, c-format
+msgid "%s of pointer to unknown structure"
+msgstr "%s af henvisning til en ukendt struktur"
+
+#: c-typeck.c:3052
+msgid "invalid lvalue in increment"
+msgstr "ugyldig venstreværdi i forøgelse"
+
+#: c-typeck.c:3053
+msgid "invalid lvalue in decrement"
+msgstr "ugyldig venstreværdi i formindskelse"
+
+#: c-typeck.c:3061 cp/typeck.c:4587
+msgid "increment"
+msgstr "forøgelse"
+
+#: c-typeck.c:3061 cp/typeck.c:4587
+msgid "decrement"
+msgstr "formindskelse"
+
+#: c-typeck.c:3117
+#, fuzzy
+msgid "ISO C forbids the address of a cast expression"
+msgstr "ISO C forbyder tekst efter #%s"
+
+#: c-typeck.c:3131
+msgid "invalid lvalue in unary `&'"
+msgstr "ugyldig venstreværdi i unært '&'"
+
+#: c-typeck.c:3163
+#, c-format
+msgid "attempt to take address of bit-field structure member `%s'"
+msgstr "forsøg på at finde adressen af bitfeltstrukturmedlemmet '%s'"
+
+#: c-typeck.c:3271 c-typeck.c:4618 c-typeck.c:4634 c-typeck.c:4650
+#: cp/typeck.c:4780 diagnostic.c:1475 gcc.c:4207 java/verify.c:1416
+#: java/verify.c:1417 java/verify.c:1432
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: c-typeck.c:3328
+msgid "ISO C forbids use of conditional expressions as lvalues"
+msgstr ""
+
+#: c-typeck.c:3331
+msgid "ISO C forbids use of compound expressions as lvalues"
+msgstr ""
+
+#: c-typeck.c:3334
+msgid "ISO C forbids use of cast expressions as lvalues"
+msgstr ""
+
+#: c-typeck.c:3351
+#, fuzzy, c-format
+msgid "%s of read-only member `%s'"
+msgstr "%s har intet medlem ved navn '%s'"
+
+#: c-typeck.c:3355
+#, c-format
+msgid "%s of read-only variable `%s'"
+msgstr ""
+
+#: c-typeck.c:3358
+#, c-format
+msgid "%s of read-only location"
+msgstr ""
+
+#: c-typeck.c:3376
+#, c-format
+msgid "cannot take address of bitfield `%s'"
+msgstr "kan ikke finde adressen af bitfeltet '%s'"
+
+#: c-typeck.c:3403
+#, c-format
+msgid "global register variable `%s' used in nested function"
+msgstr "global registervariabel '%s' benyttet i indlejret funktion"
+
+#: c-typeck.c:3407
+#, fuzzy, c-format
+msgid "register variable `%s' used in nested function"
+msgstr "global registervariabel '%s' benyttet i indlejret funktion"
+
+#: c-typeck.c:3414
+#, c-format
+msgid "address of global register variable `%s' requested"
+msgstr "forespørgsel efter adressen af den globale registervariabel '%s'"
+
+#: c-typeck.c:3426
+msgid "cannot put object with volatile field into register"
+msgstr "kan ikke anbringe et objekt med et volatile-felt i et register"
+
+#: c-typeck.c:3430
+#, fuzzy, c-format
+msgid "address of register variable `%s' requested"
+msgstr "forespørgsel efter adressen af den globale registervariabel '%s'"
+
+#: c-typeck.c:3538
+#, fuzzy
+msgid "signed and unsigned type in conditional expression"
+msgstr "typerne i betingelsesudtrykket passer ikke sammen"
+
+#: c-typeck.c:3545
+msgid "ISO C forbids conditional expr with only one void side"
+msgstr ""
+
+#: c-typeck.c:3561 c-typeck.c:3568
+#, fuzzy
+msgid "ISO C forbids conditional expr between `void *' and function pointer"
+msgstr "ISO C++ forbyder sammenligninger af henvisningsvariabler og heltal"
+
+#: c-typeck.c:3574
+#, fuzzy
+msgid "pointer type mismatch in conditional expression"
+msgstr "typerne i betingelsesudtrykket passer ikke sammen"
+
+#: c-typeck.c:3581 c-typeck.c:3591
+#, fuzzy
+msgid "pointer/integer type mismatch in conditional expression"
+msgstr "typerne i betingelsesudtrykket passer ikke sammen"
+
+#: c-typeck.c:3605
+msgid "type mismatch in conditional expression"
+msgstr "typerne i betingelsesudtrykket passer ikke sammen"
+
+#: c-typeck.c:3678 cp/typeck.c:5012
+msgid "left-hand operand of comma expression has no effect"
+msgstr ""
+
+#: c-typeck.c:3717
+msgid "cast specifies array type"
+msgstr "typetildelingen angiver en tabeltype"
+
+#: c-typeck.c:3723
+msgid "cast specifies function type"
+msgstr "typetildelingen angiver en funktionstype"
+
+#: c-typeck.c:3733
+#, fuzzy
+msgid "ISO C forbids casting nonscalar to the same type"
+msgstr "ISO C++ forbyder omtvingelse af typen til en tabeltype"
+
+#: c-typeck.c:3754
+#, fuzzy
+msgid "ISO C forbids casts to union type"
+msgstr "ISO C++ forbyder omtvingelse af typen til en tabeltype"
+
+#: c-typeck.c:3770
+msgid "cast to union type from type not present in union"
+msgstr "typetildeling til en union-type fra en type der ikke findes i union'en"
+
+#. There are qualifiers present in IN_OTYPE that are not
+#. present in IN_TYPE.
+#: c-typeck.c:3815
+#, fuzzy
+msgid "cast discards qualifiers from pointer target type"
+msgstr "%s kasserer modifikationer på henvisningsmålets type"
+
+#: c-typeck.c:3830
+msgid "cast increases required alignment of target type"
+msgstr ""
+
+#: c-typeck.c:3836 cp/typeck.c:5420
+msgid "cast from pointer to integer of different size"
+msgstr ""
+
+#: c-typeck.c:3841
+#, fuzzy
+msgid "cast does not match function type"
+msgstr "typetildelingen angiver en funktionstype"
+
+#: c-typeck.c:3848 cp/typeck.c:5427
+#, fuzzy
+msgid "cast to pointer from integer of different size"
+msgstr "%s opretter en henvisningsvariabel ud fra et heltal uden en typeomtvingning"
+
+#. Now we have handled acceptable kinds of LHS that are not truly lvalues.
+#. Reject anything strange now.
+#: c-typeck.c:3990
+msgid "invalid lvalue in assignment"
+msgstr "ugyldig venstreværdi i tildeling"
+
+#. Convert new value to destination type.
+#: c-typeck.c:3999 c-typeck.c:4024 c-typeck.c:4041 cp/typeck.c:5542
+#: cp/typeck.c:5699
+msgid "assignment"
+msgstr "tildeling"
+
+#: c-typeck.c:4208 c-typeck.c:4275
+#, c-format
+msgid "%s makes qualified function pointer from unqualified"
+msgstr "%s opretter en funktionshenvisning med modifikationer fra én uden"
+
+#: c-typeck.c:4212 c-typeck.c:4255
+#, c-format
+msgid "%s discards qualifiers from pointer target type"
+msgstr "%s kasserer modifikationer på henvisningsmålets type"
+
+#: c-typeck.c:4218
+msgid "ISO C prohibits argument conversion to union type"
+msgstr ""
+
+#: c-typeck.c:4247
+#, fuzzy, c-format
+msgid "ISO C forbids %s between function pointer and `void *'"
+msgstr "ISO forbyder %s mellem funktionshenvisning og 'void *'"
+
+#: c-typeck.c:4264
+#, c-format
+msgid "pointer targets in %s differ in signedness"
+msgstr "fortegnene i henvisningsmål i %s er forskellige"
+
+#: c-typeck.c:4280
+#, c-format
+msgid "%s from incompatible pointer type"
+msgstr "%s fra en henvisningstype der ikke er forenelig med målets"
+
+#: c-typeck.c:4296
+#, c-format
+msgid "%s makes pointer from integer without a cast"
+msgstr "%s opretter en henvisningsvariabel ud fra et heltal uden en typeomtvingning"
+
+#: c-typeck.c:4304
+#, c-format
+msgid "%s makes integer from pointer without a cast"
+msgstr "%s opretter et heltal ud fra en henvisningsvariabel uden en typeomtvingning"
+
+#: c-typeck.c:4318 c-typeck.c:4321
+#, c-format
+msgid "incompatible type for argument %d of `%s'"
+msgstr "typen af den %d. parameter i '%s' passer ikke"
+
+#: c-typeck.c:4325
+#, c-format
+msgid "incompatible type for argument %d of indirect function call"
+msgstr "typen af den %d. parameter i det indirekte funktionskald passer ikke"
+
+#: c-typeck.c:4329
+#, c-format
+msgid "incompatible types in %s"
+msgstr "uforenelige typer i %s"
+
+#. Function name is known; supply it.
+#: c-typeck.c:4360
+#, c-format
+msgid "passing arg %d of `%s'"
+msgstr "videregiver den %d. parameter til '%s'"
+
+#. Function name unknown (call through ptr); just give arg number.
+#: c-typeck.c:4370
+#, c-format
+msgid "passing arg %d of pointer to function"
+msgstr "videregiver den %d. parameter af henvisning til funktion"
+
+#: c-typeck.c:4437
+msgid "initializer for static variable is not constant"
+msgstr "startværdien for den statiske variabel er ikke en konstant"
+
+#: c-typeck.c:4443
+msgid "initializer for static variable uses complicated arithmetic"
+msgstr "startværdien for den statiske variabel benytter komplicerede beregninger"
+
+#: c-typeck.c:4451
+#, fuzzy
+msgid "aggregate initializer is not constant"
+msgstr "feltets startværdi er ikke en konstant"
+
+#: c-typeck.c:4453
+#, fuzzy
+msgid "aggregate initializer uses complicated arithmetic"
+msgstr "startværdien for den statiske variabel benytter komplicerede beregninger"
+
+#: c-typeck.c:4460
+msgid "traditional C rejects automatic aggregate initialization"
+msgstr ""
+
+#: c-typeck.c:4621 c-typeck.c:4637 c-typeck.c:4653
+#, c-format
+msgid "(near initialization for `%s')"
+msgstr "(i nærheden af klargøringen af '%s')"
+
+#: c-typeck.c:4705 cp/typeck2.c:518
+msgid "char-array initialized from wide string"
+msgstr "char-tabel får tildelt startværdi fra en bred streng"
+
+#: c-typeck.c:4712 cp/typeck2.c:525
+msgid "int-array initialized from non-wide string"
+msgstr "int-tabel får tildelt startværdi fra en ikke-bred streng"
+
+#: c-typeck.c:4729 cp/typeck2.c:541
+msgid "initializer-string for array of chars is too long"
+msgstr "startværdistrengen til char-tabellen er for lang"
+
+#: c-typeck.c:4756
+msgid "array initialized from non-constant array expression"
+msgstr "tabel får tildelt en startværdi fra et tabeludtryk der ikke er konstant"
+
+#: c-typeck.c:4773 c-typeck.c:4775 c-typeck.c:4791 c-typeck.c:4812
+#: c-typeck.c:6207
+msgid "initializer element is not constant"
+msgstr "startværdielement er ikke en konstant"
+
+#: c-typeck.c:4807
+msgid "initialization"
+msgstr "klargøring"
+
+#: c-typeck.c:4818 c-typeck.c:6212
+msgid "initializer element is not computable at load time"
+msgstr "startværdielement kan ikke beregnes ved indlæsningstidspunktet"
+
+#: c-typeck.c:4855 c-typeck.c:4871 cp/typeck2.c:618
+msgid "invalid initializer"
+msgstr "ugyldig startværdi"
+
+#: c-typeck.c:5339
+msgid "extra brace group at end of initializer"
+msgstr "overskydende krøllede paranteser ved slutningen af startværdien"
+
+#: c-typeck.c:5359
+msgid "missing braces around initializer"
+msgstr "krøllede paranteser mangler omkring startværdien"
+
+#: c-typeck.c:5403
+msgid "braces around scalar initializer"
+msgstr "krøllede paranteser omkring skalarstartværdi"
+
+#: c-typeck.c:5455
+msgid "initialization of flexible array member in a nested context"
+msgstr ""
+
+#: c-typeck.c:5457
+msgid "initialization of a flexible array member"
+msgstr ""
+
+#: c-typeck.c:5467
+msgid "deprecated initialization of zero-length array"
+msgstr ""
+
+#: c-typeck.c:5472
+msgid "initialization of zero-length array before end of structure"
+msgstr ""
+
+#: c-typeck.c:5477
+msgid "initialization of zero-length array inside a nested context"
+msgstr ""
+
+#: c-typeck.c:5496
+msgid "missing initializer"
+msgstr "manglende startværdi"
+
+#: c-typeck.c:5521
+msgid "empty scalar initializer"
+msgstr "tom skalarstartværdi"
+
+#: c-typeck.c:5526
+msgid "extra elements in scalar initializer"
+msgstr "overskydende elementer i skalarstarværdi"
+
+#: c-typeck.c:5610
+msgid "initialization designators may not nest"
+msgstr ""
+
+#: c-typeck.c:5631 c-typeck.c:5701
+msgid "array index in non-array initializer"
+msgstr "tabelindeks i en startværdi der ikke er en tabel"
+
+#: c-typeck.c:5636 c-typeck.c:5753
+#, fuzzy
+msgid "field name not in record or union initializer"
+msgstr "for mange elementer i union-startværdi"
+
+#: c-typeck.c:5697 c-typeck.c:5699
+msgid "nonconstant array index in initializer"
+msgstr "tabelindekset i startværdien er ikke en konstant"
+
+#: c-typeck.c:5704
+#, fuzzy
+msgid "array index in initializer exceeds array bounds"
+msgstr "tabelindeks i en startværdi der ikke er en tabel"
+
+#: c-typeck.c:5715
+msgid "empty index range in initializer"
+msgstr "tomt indeksinterval i startværdi"
+
+#: c-typeck.c:5724
+#, fuzzy
+msgid "array index range in initializer exceeds array bounds"
+msgstr "tomt indeksinterval i startværdi"
+
+#: c-typeck.c:5765
+#, c-format
+msgid "unknown field `%s' specified in initializer"
+msgstr "ukendt felt '%s' angivet i startværdi"
+
+#: c-typeck.c:5802 c-typeck.c:5823 c-typeck.c:6277
+msgid "initialized field with side-effects overwritten"
+msgstr ""
+
+#: c-typeck.c:6490
+msgid "excess elements in char array initializer"
+msgstr "for mange elementer i char-tabelstartværdien"
+
+#: c-typeck.c:6497 c-typeck.c:6536
+msgid "excess elements in struct initializer"
+msgstr "for mange elementer i struc-startværdi"
+
+#: c-typeck.c:6603
+msgid "excess elements in union initializer"
+msgstr "for mange elementer i union-startværdi"
+
+#: c-typeck.c:6620
+msgid "traditional C rejects initialization of unions"
+msgstr ""
+
+#: c-typeck.c:6683
+msgid "excess elements in array initializer"
+msgstr "for mange elementer i tabelstartværdi"
+
+#: c-typeck.c:6709
+msgid "excess elements in scalar initializer"
+msgstr "for mange elemener i skalarstartværdi"
+
+#: c-typeck.c:6793
+msgid "asm template is not a string constant"
+msgstr "asm-sætning er ikke en strengkonstant"
+
+#: c-typeck.c:6825
+msgid "invalid lvalue in asm statement"
+msgstr "ugyldig venstreværdi i asm-sætning"
+
+#: c-typeck.c:6898
+msgid "modification by `asm'"
+msgstr "ændring i 'asm'"
+
+#: c-typeck.c:6917 cp/typeck.c:6589
+#, fuzzy
+msgid "function declared `noreturn' has a `return' statement"
+msgstr "funktionen returnerer ikke en strengtype"
+
+#: c-typeck.c:6924
+msgid "`return' with no value, in function returning non-void"
+msgstr ""
+
+#: c-typeck.c:6930
+msgid "`return' with a value, in function returning void"
+msgstr ""
+
+#: c-typeck.c:6934
+msgid "return"
+msgstr "return"
+
+#: c-typeck.c:6985
+msgid "function returns address of local variable"
+msgstr ""
+
+#: c-typeck.c:7043 cp/semantics.c:533
+msgid "switch quantity not an integer"
+msgstr "switch-størrelsen er ikke et heltal"
+
+#: c-typeck.c:7054
+msgid "`long' switch expression not converted to `int' in ISO C"
+msgstr ""
+
+#: c-typeck.c:7097 cp/decl.c:5228
+msgid "case label not within a switch statement"
+msgstr "case-etiket befinder sig ikke inden i en switch-sætning"
+
+#: c-typeck.c:7099 cp/decl.c:5233
+#, fuzzy
+msgid "`default' label not within a switch statement"
+msgstr "default-etiket befinder sig ikke inden i en switch-sætning"
+
+#: calls.c:1877
+#, fuzzy, c-format
+msgid "inlining failed in call to `%s'"
+msgstr "kan ikke håndtere inkonsistente kald af '%s'"
+
+#: calls.c:1878 calls.c:2191
+msgid "called from here"
+msgstr ""
+
+#: calls.c:2190
+#, fuzzy, c-format
+msgid "can't inline call to `%s'"
+msgstr "kan ikke håndtere inkonsistente kald af '%s'"
+
+#: calls.c:2228
+msgid "function call has aggregate value"
+msgstr ""
+
+#: calls.c:4604
+msgid "variable offset is passed paritially in stack and in reg"
+msgstr ""
+
+#: calls.c:4606
+msgid "variable size is passed partially in stack and in reg"
+msgstr ""
+
+#: collect2.c:454
+msgid "internal error"
+msgstr "intern fejl"
+
+#: collect2.c:935
+msgid "no arguments"
+msgstr "ingen parametre"
+
+#: collect2.c:1290 collect2.c:1438 collect2.c:1482
+#, c-format
+msgid "fopen %s"
+msgstr "fejl under åbning af filen %s"
+
+#: collect2.c:1293 collect2.c:1443 collect2.c:1485
+#, c-format
+msgid "fclose %s"
+msgstr "fejl under lukning af filen %s"
+
+#: collect2.c:1302
+#, c-format
+msgid "collect2 version %s"
+msgstr "collect2 version %s"
+
+#: collect2.c:1392
+#, c-format
+msgid "%d constructor(s) found\n"
+msgstr "%d konstrueringsfunktion(er) fundet\n"
+
+#: collect2.c:1393
+#, c-format
+msgid "%d destructor(s) found\n"
+msgstr "%d destrueringsfunktion(er) fundet\n"
+
+#: collect2.c:1394
+#, c-format
+msgid "%d frame table(s) found\n"
+msgstr "%d rammetabel(ler) fundet\n"
+
+#: collect2.c:1546
+#, c-format
+msgid "%s terminated with signal %d [%s]%s"
+msgstr "%s afsluttet af signal %d [%s]%s"
+
+#: collect2.c:1565
+#, c-format
+msgid "%s returned %d exit status"
+msgstr "%s returnerede afslutningskoden %d"
+
+#: collect2.c:1593
+#, c-format
+msgid "[cannot find %s]"
+msgstr "[kan ikke finde %s]"
+
+#: collect2.c:1608
+#, c-format
+msgid "cannot find `%s'"
+msgstr "kan ikke finde '%s'"
+
+#: collect2.c:1619 collect2.c:1622
+#, c-format
+msgid "redirecting stdout: %s"
+msgstr "omdirigerer standard-ud: %s"
+
+#: collect2.c:1665
+#, c-format
+msgid "[Leaving %s]\n"
+msgstr "[Efterlader %s]\n"
+
+#: collect2.c:1906
+#, c-format
+msgid "\nwrite_c_file - output name is %s, prefix is %s\n"
+msgstr "\nwrite_c_file - uddatanavnet er %s, præfikset er %s\n"
+
+#: collect2.c:2124
+msgid "cannot find `nm'"
+msgstr "kan ikke finde 'nm'"
+
+#: collect2.c:2134 collect2.c:2576
+msgid "pipe"
+msgstr "fejl under oprettelse af ledning"
+
+#: collect2.c:2138 collect2.c:2580
+msgid "fdopen"
+msgstr "fejl under åbning af fildeskriptor"
+
+#: collect2.c:2164 collect2.c:2606
+#, c-format
+msgid "dup2 %d 1"
+msgstr "fejl under kopiering af fildeskriptor (dup2 %d 1)"
+
+#: collect2.c:2167 collect2.c:2170 collect2.c:2183 collect2.c:2609
+#: collect2.c:2612 collect2.c:2625
+#, c-format
+msgid "close %d"
+msgstr "fejl under lukning af fildeskriptor %d"
+
+#: collect2.c:2173
+#, c-format
+msgid "execvp %s"
+msgstr "fejl under kørsel (vha. execvp) af %s"
+
+#: collect2.c:2227
+#, c-format
+msgid "init function found in object %s"
+msgstr "klargøringsfunktion fundet i objekt %s"
+
+#: collect2.c:2235
+#, c-format
+msgid "fini function found in object %s"
+msgstr "afslutningsfunktion fundet i objekt %s"
+
+#: collect2.c:2258 collect2.c:2664
+msgid "fclose"
+msgstr "fejl under lukning af fil"
+
+#: collect2.c:2303
+#, c-format
+msgid "unable to open file '%s'"
+msgstr "kunne ikke åbne filen '%s'"
+
+#: collect2.c:2305
+#, c-format
+msgid "unable to stat file '%s'"
+msgstr "kunne ikke få fat i oplysninger om filen '%s'"
+
+#: collect2.c:2311
+#, c-format
+msgid "unable to mmap file '%s'"
+msgstr "kunne ikke indlæse filen '%s'"
+
+#: collect2.c:2464
+msgid "not found\n"
+msgstr "ikke fundet\n"
+
+#: collect2.c:2466 collect2.c:2643
+#, c-format
+msgid "dynamic dependency %s not found"
+msgstr "dynamisk afhængighed %s ikke fundet"
+
+#: collect2.c:2486
+#, c-format
+msgid "bad magic number in file '%s'"
+msgstr "ugyldigt magisk tal i filen '%s'"
+
+#: collect2.c:2508
+msgid "dynamic dependencies.\n"
+msgstr "dynamiske afhængigheder.\n"
+
+#: collect2.c:2567
+msgid "cannot find `ldd'"
+msgstr "kan ikke finde 'ldd'"
+
+#: collect2.c:2615
+#, c-format
+msgid "execv %s"
+msgstr "fejl under kørsel (vha. execv) af %s"
+
+#: collect2.c:2628
+msgid "\nldd output with constructors/destructors.\n"
+msgstr "\nldd-uddata med konstruktions-/destruktionsfunktioner.\n"
+
+#: collect2.c:2655
+#, c-format
+msgid "unable to open dynamic dependency '%s'"
+msgstr "kan ikke åbne den dynamiske afhængighed '%s'"
+
+#: collect2.c:2769
+#, c-format
+msgid "%s: not a COFF file"
+msgstr "%s: ikke en coff-fil"
+
+#: collect2.c:2888
+#, c-format
+msgid "%s: cannot open as COFF file"
+msgstr "%s: kan ikke åbnes som en coff-fil"
+
+#: collect2.c:2944
+#, c-format
+msgid "Library lib%s not found"
+msgstr "Biblioteket lib%s ikke fundet"
+
+#: collect2.c:3073
+#, c-format
+msgid "open %s"
+msgstr "fejl ved åbning af %s"
+
+#: collect2.c:3096
+msgid "incompatibilities between object file & expected values"
+msgstr "uforeneligheder mellem objektfil og forventede værdier"
+
+#: collect2.c:3169
+#, c-format
+msgid "\nProcessing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
+msgstr "\nBehandler symboltabel nr. %d, offset = 0x%.8lx, form = %s\n"
+
+#: collect2.c:3178
+msgid "string section missing"
+msgstr "strengsektion mangler"
+
+#: collect2.c:3181
+msgid "section pointer missing"
+msgstr "sektionshenvisning mangler"
+
+#: collect2.c:3229
+msgid "no symbol table found"
+msgstr "ingen symboltabel fundet"
+
+#: collect2.c:3242
+msgid "no cmd_strings found"
+msgstr "ingen cmd_strings fundet"
+
+#: collect2.c:3254
+msgid "\nUpdating header and load commands.\n\n"
+msgstr "\nOpdaterer hoved- og indlæsningskommandoer.\n\n"
+
+#: collect2.c:3261
+#, c-format
+msgid "load command map, %d cmds, new size %ld.\n"
+msgstr "indlæser kommandooversigt, %d kommandoer, ny størrelse %ld.\n"
+
+#: collect2.c:3292
+msgid "writing load commands.\n\n"
+msgstr "skriver indlæsningskommandoer.\n\n"
+
+#: collect2.c:3312
+#, c-format
+msgid "close %s"
+msgstr "fejl ved lukning af %s"
+
+#: collect2.c:3386
+msgid "could not convert 0x%l.8x into a region"
+msgstr "kunne ikke konvertere 0x%l.8x til en region"
+
+#: collect2.c:3390
+#, c-format
+msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
+msgstr "%s-funktion, region %d, offset = %ld (0x%.8lx)\n"
+
+#: collect2.c:3517
+msgid "bad magic number"
+msgstr "ugyldigt magisk tal"
+
+#: collect2.c:3518
+msgid "bad header version"
+msgstr "ugyldig version af hovedet"
+
+#: collect2.c:3519
+msgid "bad raw header version"
+msgstr "ugyldig version af råhovedet"
+
+#: collect2.c:3520
+msgid "raw header buffer too small"
+msgstr "råhoved-mellemlager for småt"
+
+#: collect2.c:3521
+msgid "old raw header file"
+msgstr "gammel råhovedfil"
+
+#: collect2.c:3522
+msgid "unsupported version"
+msgstr "versionen er ikke understøttet"
+
+#: collect2.c:3524
+#, c-format
+msgid "unknown {de,en}code_mach_o_hdr return value %d"
+msgstr "ukendt {de,en}code_mach_o_hdr returneringsværdi %d"
+
+#: collect2.c:3544
+#, c-format
+msgid "fstat %s"
+msgstr "fejl ved egenskabsundersøgelse af filen %s"
+
+#: collect2.c:3581 collect2.c:3629
+#, c-format
+msgid "lseek %s 0"
+msgstr "fejl ved søgning til begyndelsen i filen %s"
+
+#: collect2.c:3585
+#, c-format
+msgid "read %s"
+msgstr "fejl ved læsning af %s"
+
+#: collect2.c:3588
+#, c-format
+msgid "read %ld bytes, expected %ld, from %s"
+msgstr "læste %ld byte, forventede %ld, fra %s"
+
+#: collect2.c:3609
+#, c-format
+msgid "msync %s"
+msgstr "fejl ved synkronisering mellem hukommelse og disk af %s"
+
+#: collect2.c:3616
+#, c-format
+msgid "munmap %s"
+msgstr "fejl ved fjernelse af %s fra hukommelsen"
+
+#: collect2.c:3633
+#, c-format
+msgid "write %s"
+msgstr "fejl ved skrivning til %s"
+
+#: collect2.c:3636
+#, c-format
+msgid "wrote %ld bytes, expected %ld, to %s"
+msgstr "skrev %ld byte, forventede %ld, til %s"
+
+#: combine.c:12818
+#, c-format
+msgid ""
+";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
+";; %d successes.\n"
+"\n"
+msgstr ""
+";; kombineringsstatistik: %d forsøg, %d udskiftninger (%d kræver ny plads),\n"
+";; %d vellykkede.\n"
+"\n"
+
+#: combine.c:12828
+#, c-format
+msgid ""
+"\n"
+";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
+";; %d successes.\n"
+msgstr ""
+"\n"
+";; kombineringstotal: %d forsøg, %d udskiftninger (%d kræver ny plads),\n"
+";; %d succeser.\n"
+
+#. Run-time compilation parameters selecting different hardware subsets.
+#: config/1750a/1750a.h:39
+msgid "Use VAX-C alignment"
+msgstr ""
+
+#: config/a29k/a29k.c:1006
+#, c-format
+msgid "invalid %%Q value"
+msgstr "ugyldig %%Q-værdi"
+
+#: config/a29k/a29k.c:1012 config/alpha/alpha.c:4055
+#, c-format
+msgid "invalid %%C value"
+msgstr "ugyldig %%C-værdi"
+
+#: config/a29k/a29k.c:1018 config/alpha/alpha.c:3919
+#: config/rs6000/rs6000.c:4015
+#, c-format
+msgid "invalid %%N value"
+msgstr "ugyldig %%N-værdi"
+
+#: config/a29k/a29k.c:1024 config/alpha/alpha.c:3990
+#: config/rs6000/rs6000.c:3977
+#, c-format
+msgid "invalid %%M value"
+msgstr "ugyldig %%M-værdi"
+
+#: config/a29k/a29k.c:1030 config/alpha/alpha.c:3982
+#: config/rs6000/rs6000.c:3942
+#, c-format
+msgid "invalid %%m value"
+msgstr "ugyldig %%m-værdi"
+
+#: config/a29k/a29k.c:1130 config/alpha/alpha.c:3943 config/romp/romp.c:682
+#, c-format
+msgid "invalid %%L value"
+msgstr "ugyldig %%L-værdi"
+
+#: config/a29k/a29k.c:1135 config/rs6000/rs6000.c:4023
+#, c-format
+msgid "invalid %%O value"
+msgstr "ugyldig %%O-værdi"
+
+#: config/a29k/a29k.c:1141 config/alpha/alpha.c:3927
+#: config/rs6000/rs6000.c:4042
+#, c-format
+msgid "invalid %%P value"
+msgstr "ugyldig %%P-værdi"
+
+#: config/a29k/a29k.c:1151
+#, c-format
+msgid "invalid %%V value"
+msgstr "ugyldig %%V-værdi"
+
+#: config/a29k/a29k.h:101
+msgid "Generate code assuming DW bit is set"
+msgstr ""
+
+#: config/a29k/a29k.h:102
+msgid "Generate code assuming DW bit is not set"
+msgstr ""
+
+#: config/a29k/a29k.h:103
+msgid "Generate code using byte writes"
+msgstr ""
+
+#: config/a29k/a29k.h:104
+msgid "Do not generate byte writes"
+msgstr ""
+
+#: config/a29k/a29k.h:105
+msgid "Use small memory model"
+msgstr ""
+
+#: config/a29k/a29k.h:106
+msgid "Use normal memory model"
+msgstr ""
+
+#: config/a29k/a29k.h:107
+msgid "Use large memory model"
+msgstr ""
+
+#: config/a29k/a29k.h:108
+msgid "Generate 29050 code"
+msgstr ""
+
+#: config/a29k/a29k.h:109
+msgid "Generate 29000 code"
+msgstr ""
+
+#: config/a29k/a29k.h:110
+msgid "Use kernel global registers"
+msgstr ""
+
+#: config/a29k/a29k.h:111
+msgid "Use user global registers"
+msgstr ""
+
+#: config/a29k/a29k.h:112
+msgid "Emit stack checking code"
+msgstr ""
+
+#: config/a29k/a29k.h:113
+msgid "Do not emit stack checking code"
+msgstr ""
+
+#: config/a29k/a29k.h:114
+#, fuzzy
+msgid "Work around storem hardware bug"
+msgstr "Brug ikke hardware-kommatal"
+
+#: config/a29k/a29k.h:115
+#, fuzzy
+msgid "Do not work around storem hardware bug"
+msgstr "Brug ikke hardware-kommatal"
+
+#: config/a29k/a29k.h:116
+#, fuzzy
+msgid "Store locals in argument registers"
+msgstr "Kontrollér tildelingsordenen for heltalsregistrene"
+
+#: config/a29k/a29k.h:117
+#, fuzzy
+msgid "Do not store locals in arg registers"
+msgstr "Returnér ikke værdier fra funktioner i fpu-registre"
+
+#: config/a29k/a29k.h:118 config/i960/i960.h:284 config/mips/mips.h:375
+msgid "Use software floating point"
+msgstr ""
+
+#: config/a29k/a29k.h:119
+#, fuzzy
+msgid "Do not generate multm instructions"
+msgstr "Generér ikke sin, cos, sqrt til fpu"
+
+#: config/alpha/alpha.c:201
+#, c-format
+msgid "bad value `%s' for -mtrap-precision switch"
+msgstr "ugyldig værdi '%s' til '-mtrap-precision'-tilvalget"
+
+#: config/alpha/alpha.c:215
+#, c-format
+msgid "bad value `%s' for -mfp-rounding-mode switch"
+msgstr "ugyldig værdi '%s' til '-mfp-rounding-mode'-tilvalget"
+
+#: config/alpha/alpha.c:230
+#, c-format
+msgid "bad value `%s' for -mfp-trap-mode switch"
+msgstr "ugyldig værdi '%s' til '-mfp-trap-mode'-tilvalget"
+
+#: config/alpha/alpha.c:249 config/alpha/alpha.c:261
+#, c-format
+msgid "bad value `%s' for -mcpu switch"
+msgstr "ugyldig værdi '%s' til '-mcpu'-tilvalget"
+
+#: config/alpha/alpha.c:269
+#, fuzzy
+msgid "fp software completion requires -mtrap-precision=i"
+msgstr "Et '-ifile'-tilvalg påkræver et '-map'-tilvalg"
+
+#: config/alpha/alpha.c:285
+msgid "rounding mode not supported for VAX floats"
+msgstr ""
+
+#: config/alpha/alpha.c:290
+#, fuzzy
+msgid "trap mode not supported for VAX floats"
+msgstr "stakgrænser understøttes ikke på målarkitekturen"
+
+#: config/alpha/alpha.c:319
+#, c-format
+msgid "L%d cache latency unknown for %s"
+msgstr ""
+
+#: config/alpha/alpha.c:334
+#, fuzzy, c-format
+msgid "bad value `%s' for -mmemory-latency"
+msgstr "ugyldig værdi (%s) til '-mmodel'-tilvalget"
+
+#: config/alpha/alpha.c:3901 config/ia64/ia64.c:3368
+#, c-format
+msgid "invalid %%r value"
+msgstr "ugyldig %%r-værdi"
+
+#: config/alpha/alpha.c:3912 config/rs6000/rs6000.c:4088
+#, c-format
+msgid "invalid %%R value"
+msgstr "ugyldig %%R-værdi"
+
+#: config/alpha/alpha.c:3935 config/romp/romp.c:724 config/romp/romp.c:731
+#, c-format
+msgid "invalid %%h value"
+msgstr "ugyldig %%h-værdi"
+
+#: config/alpha/alpha.c:4025
+#, c-format
+msgid "invalid %%U value"
+msgstr "ugyldig %%U-værdi"
+
+#: config/alpha/alpha.c:4033 config/alpha/alpha.c:4044 config/romp/romp.c:690
+#: config/rs6000/rs6000.c:4096
+#, c-format
+msgid "invalid %%s value"
+msgstr "ugyldig %%s-værdi"
+
+#: config/alpha/alpha.c:4092 config/rs6000/rs6000.c:3806
+#, c-format
+msgid "invalid %%E value"
+msgstr "ugyldig %%E-værdi"
+
+#: config/alpha/alpha.c:4113 config/romp/romp.c:965
+#: config/rs6000/rs6000.c:4388
+#, c-format
+msgid "invalid %%xn code"
+msgstr "ugyldig %%xn-kode"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/alpha/alpha.h:200 config/i386/i386.h:233 config/i386/i386.h:235
+#: config/i386/i386.h:237 config/ns32k/ns32k.h:103 config/rs6000/rs6000.h:301
+#: config/sparc/sparc.h:577 config/sparc/sparc.h:582
+msgid "Use hardware fp"
+msgstr "Brug hardware-kommatal"
+
+#: config/alpha/alpha.h:201 config/i386/i386.h:234 config/i386/i386.h:236
+#: config/rs6000/rs6000.h:303 config/sparc/sparc.h:579
+#: config/sparc/sparc.h:584
+msgid "Do not use hardware fp"
+msgstr "Brug ikke hardware-kommatal"
+
+#: config/alpha/alpha.h:202
+msgid "Use fp registers"
+msgstr ""
+
+#: config/alpha/alpha.h:204
+msgid "Do not use fp registers"
+msgstr ""
+
+#: config/alpha/alpha.h:205
+msgid "Do not assume GAS"
+msgstr ""
+
+#: config/alpha/alpha.h:206
+msgid "Assume GAS"
+msgstr ""
+
+#: config/alpha/alpha.h:208
+msgid "Request IEEE-conformant math library routines (OSF/1)"
+msgstr ""
+
+#: config/alpha/alpha.h:210
+msgid "Emit IEEE-conformant code, without inexact exceptions"
+msgstr ""
+
+#: config/alpha/alpha.h:212
+msgid "Emit IEEE-conformant code, with inexact exceptions"
+msgstr ""
+
+#: config/alpha/alpha.h:214
+#, fuzzy
+msgid "Do not emit complex integer constants to read-only memory"
+msgstr "kompleks heltalskonstant er for stor til 'complex int'"
+
+#: config/alpha/alpha.h:215
+msgid "Use VAX fp"
+msgstr ""
+
+#: config/alpha/alpha.h:216
+#, fuzzy
+msgid "Do not use VAX fp"
+msgstr "Brug ikke hardware-kommatal"
+
+#: config/alpha/alpha.h:217
+msgid "Emit code for the byte/word ISA extension"
+msgstr ""
+
+#: config/alpha/alpha.h:220
+msgid "Emit code for the motion video ISA extension"
+msgstr ""
+
+#: config/alpha/alpha.h:223
+msgid "Emit code for the fp move and sqrt ISA extension"
+msgstr ""
+
+#: config/alpha/alpha.h:225
+msgid "Emit code for the counting ISA extension"
+msgstr ""
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of
+#. command options that have values. Its definition is an initializer
+#. with a subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the fixed
+#. part of the option name, and the address of a variable. The
+#. variable, type `char *', is set to the variable part of the given
+#. option if the fixed part matches. The actual option name is made
+#. by appending `-m' to the specified name.
+#.
+#. Here is an example which defines `-mshort-data-NUMBER'. If the
+#. given option is `-mshort-data-512', the variable `m88k_short_data'
+#. will be set to the string `"512"'.
+#.
+#. extern char *m88k_short_data;
+#. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
+#. For -mcpu=
+#. For -mtune=
+#. For -mfp-rounding-mode=[n|m|c|d]
+#. For -mfp-trap-mode=[n|u|su|sui]
+#. For -mtrap-precision=[p|f|i]
+#. For -mmemory-latency=
+#: config/alpha/alpha.h:262
+msgid "Use features of and schedule given CPU"
+msgstr ""
+
+#: config/alpha/alpha.h:264
+#, fuzzy
+msgid "Schedule given CPU"
+msgstr "Planlæg koden til en given cpu"
+
+#: config/alpha/alpha.h:266
+msgid "Control the generated fp rounding mode"
+msgstr ""
+
+#: config/alpha/alpha.h:268
+msgid "Control the IEEE trap mode"
+msgstr ""
+
+#: config/alpha/alpha.h:270
+msgid "Control the precision given to fp exceptions"
+msgstr ""
+
+#: config/alpha/alpha.h:272
+msgid "Tune expected memory latency"
+msgstr ""
+
+#. The names we put in the hashtable will always be the unique versions gived to us by the stringtable, so we can just use their addresses as the keys.
+#. See if we already have an entry for this section.
+#: config/alpha/elf.h:354 config/elfos.h:461 config/i386/sco5.h:492
+#: config/pa/pa-64.h:320 config/rs6000/sysv4.h:963
+#, c-format
+msgid "%s causes a section type conflict"
+msgstr ""
+
+#: config/arc/arc.c:108
+#, c-format
+msgid "bad value (%s) for -mcpu switch"
+msgstr "ugyldig værdi '%s' til '-mcpu'-tilvalget"
+
+#: config/arc/arc.c:1666 config/m32r/m32r.c:2217
+msgid "invalid operand to %R code"
+msgstr "ugyldig operand til '%R'-koden"
+
+#: config/arc/arc.c:1698 config/m32r/m32r.c:2240
+msgid "invalid operand to %H/%L code"
+msgstr "ugyldig operand til '%H'/'%L'-koden"
+
+#: config/arc/arc.c:1722 config/m32r/m32r.c:2317
+msgid "invalid operand to %U code"
+msgstr "ugyldig operand til '%U'-koden"
+
+#: config/arc/arc.c:1733
+msgid "invalid operand to %V code"
+msgstr "ugyldig operand til '%V'-koden"
+
+#. Unknown flag.
+#: config/arc/arc.c:1740 config/m32r/m32r.c:2356 config/sparc/sparc.c:5888
+msgid "invalid operand output code"
+msgstr "ugyldig operand-uddatakode"
+
+#: config/arm/arm.c:372
+#, c-format
+msgid "switch -mcpu=%s conflicts with -march= switch"
+msgstr ""
+
+#: config/arm/arm.c:382 config/rs6000/rs6000.c:311 config/sparc/sparc.c:317
+#, c-format
+msgid "bad value (%s) for %s switch"
+msgstr "ugyldig værdi (%s) til '%s'-tilvalget"
+
+#: config/arm/arm.c:518
+#, fuzzy
+msgid "target CPU does not support APCS-32"
+msgstr "Dette mål understøtter ikke '-mabi'-tilvalget."
+
+#: config/arm/arm.c:523
+#, fuzzy
+msgid "target CPU does not support APCS-26"
+msgstr "Dette mål understøtter ikke '-mabi'-tilvalget."
+
+#: config/arm/arm.c:529
+#, fuzzy
+msgid "target CPU does not support interworking"
+msgstr "Dette mål understøtter ikke '-mabi'-tilvalget."
+
+#: config/arm/arm.c:535
+#, fuzzy
+msgid "target CPU does not support THUMB instructions."
+msgstr "Dette mål understøtter ikke '-mabi'-tilvalget."
+
+#: config/arm/arm.c:549
+msgid "enabling backtrace support is only meaningful when compiling for the Thumb."
+msgstr ""
+
+#: config/arm/arm.c:552
+msgid "enabling callee interworking support is only meaningful when compiling for the Thumb."
+msgstr ""
+
+#: config/arm/arm.c:555
+msgid "enabling caller interworking support is only meaningful when compiling for the Thumb."
+msgstr ""
+
+#: config/arm/arm.c:561
+msgid "interworking forces APCS-32 to be used"
+msgstr ""
+
+#: config/arm/arm.c:567
+msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
+msgstr ""
+
+#: config/arm/arm.c:575
+msgid "-fpic and -mapcs-reent are incompatible"
+msgstr "-fpic og -mapcs-reent er indbyrdes uforenelige"
+
+#: config/arm/arm.c:578
+msgid "APCS reentrant code not supported. Ignored"
+msgstr ""
+
+#: config/arm/arm.c:586
+msgid "-g with -mno-apcs-frame may not give sensible debugging"
+msgstr ""
+
+#: config/arm/arm.c:594
+msgid "Passing floating point arguments in fp regs not yet supported"
+msgstr ""
+
+#: config/arm/arm.c:623
+#, c-format
+msgid "Invalid floating point emulation option: -mfpe-%s"
+msgstr "Ugyldigt tilvalg til kommatalsemulering: -mfpe-%s"
+
+#: config/arm/arm.c:647
+msgid "Structure size boundary can only be set to 8 or 32"
+msgstr ""
+
+#: config/arm/arm.c:655
+msgid "-mpic-register= is useless without -fpic"
+msgstr ""
+
+#: config/arm/arm.c:664
+#, c-format
+msgid "Unable to use '%s' for PIC register"
+msgstr "Kan ikke bruge '%s' til PIC-register"
+
+#. FIXME - the way to handle this situation is to allow
+#. the pretend args to be dumped onto the stack, then
+#. reuse r3 to save IP. This would involve moving the
+#. copying of SP into IP until after the pretend args
+#. have been dumped, but this is not too hard.
+#. [See e.g. gcc.c-torture/execute/nest-stdar-1.c.]
+#: config/arm/arm.c:7844
+msgid "Unable to find a temporary location for static chain register"
+msgstr ""
+
+#: config/arm/arm.c:8806
+msgid "Unable to compute real location of stacked parameter"
+msgstr ""
+
+#: config/arm/arm.c:9500
+#, fuzzy
+msgid "no low registers available for popping high registers"
+msgstr "Ingen lave registre er tilgængelige til at modtage værdier fra høje registre"
+
+#: config/arm/arm.c:9712
+msgid "Interrupt Service Routines cannot be coded in Thumb mode."
+msgstr ""
+
+#: config/arm/arm.h:421
+msgid "Generate APCS conformant stack frames"
+msgstr ""
+
+#: config/arm/arm.h:424
+#, fuzzy
+msgid "Store function names in object code"
+msgstr "klargøringsfunktion fundet i objekt %s"
+
+#: config/arm/arm.h:428
+msgid "Use the 32-bit version of the APCS"
+msgstr ""
+
+#: config/arm/arm.h:430
+msgid "Use the 26-bit version of the APCS"
+msgstr ""
+
+#: config/arm/arm.h:434
+#, fuzzy
+msgid "Pass FP arguments in FP registers"
+msgstr "Returnér værdier fra funktioner i fpu-registre"
+
+#: config/arm/arm.h:437
+msgid "Generate re-entrant, PIC code"
+msgstr ""
+
+#: config/arm/arm.h:440
+msgid "The MMU will trap on unaligned accesses"
+msgstr ""
+
+#: config/arm/arm.h:447
+msgid "Use library calls to perform FP operations"
+msgstr ""
+
+#: config/arm/arm.h:449 config/i960/i960.h:282
+msgid "Use hardware floating point instructions"
+msgstr ""
+
+#: config/arm/arm.h:451
+msgid "Assume target CPU is configured as big endian"
+msgstr ""
+
+#: config/arm/arm.h:453
+msgid "Assume target CPU is configured as little endian"
+msgstr ""
+
+#: config/arm/arm.h:455
+msgid "Assume big endian bytes, little endian words"
+msgstr ""
+
+#: config/arm/arm.h:457
+msgid "Support calls between Thumb and ARM instruction sets"
+msgstr ""
+
+#: config/arm/arm.h:460
+msgid "Generate a call to abort if a noreturn function returns"
+msgstr ""
+
+#: config/arm/arm.h:463
+#, fuzzy
+msgid "Do not move instructions into a function's prologue"
+msgstr "Brug ikke push-instruktioner til at gemme udgående parametre"
+
+#: config/arm/arm.h:466
+msgid "Do not load the PIC register in function prologues"
+msgstr ""
+
+#: config/arm/arm.h:469
+msgid "Generate call insns as indirect calls, if necessary"
+msgstr ""
+
+#: config/arm/arm.h:472
+msgid "Compile for the Thumb not the ARM"
+msgstr ""
+
+#: config/arm/arm.h:476
+msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
+msgstr ""
+
+#: config/arm/arm.h:479
+msgid "Thumb: Generate (leaf) stack frames even if not needed"
+msgstr ""
+
+#: config/arm/arm.h:482
+msgid "Thumb: Assume non-static functions may be called from ARM code"
+msgstr ""
+
+#: config/arm/arm.h:486
+msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
+msgstr ""
+
+#: config/arm/arm.h:496
+msgid "Specify the name of the target CPU"
+msgstr ""
+
+#: config/arm/arm.h:498
+msgid "Specify the name of the target architecture"
+msgstr ""
+
+#: config/arm/arm.h:502
+msgid "Specify the version of the floating point emulator"
+msgstr ""
+
+#: config/arm/arm.h:504
+msgid "Specify the minimum bit alignment of structures"
+msgstr ""
+
+#: config/arm/arm.h:506
+#, fuzzy
+msgid "Specify the register to be used for PIC addressing"
+msgstr "Ugyldigt register i ybase-adressering"
+
+#: config/arm/pe.c:255 config/i386/winnt.c:339 config/mcore/mcore.c:3400
+#, fuzzy, c-format
+msgid "initialized variable `%s' is marked dllimport"
+msgstr "instansvariablen '%s' er erklæret privat"
+
+#: config/arm/pe.c:264 config/i386/winnt.c:348
+#, fuzzy, c-format
+msgid "static variable `%s' is marked dllimport"
+msgstr "instansvariablen '%s' er erklæret privat"
+
+#: config/arm/pe.h:62
+msgid "Ignore dllimport attribute for functions"
+msgstr ""
+
+#. None of these is actually used in cc1. If we don't define them in target
+#. switches cc1 complains about them. For the sake of argument lets allocate
+#. bit 31 of target flags for such options.
+#: config/arm/riscix.h:84
+msgid "Do symbol renaming for BSD"
+msgstr ""
+
+#: config/arm/riscix.h:85
+msgid "Do symbol renaming for X/OPEN"
+msgstr ""
+
+#: config/arm/riscix.h:86
+msgid "Don't do symbol renaming"
+msgstr ""
+
+#: config/avr/avr.c:190
+#, fuzzy, c-format
+msgid "MCU `%s' not supported"
+msgstr "-pipe understøttes ikke."
+
+#: config/avr/avr.c:430
+#, c-format
+msgid "large frame pointer change (%d) with -mtiny-stack"
+msgstr ""
+
+#: config/avr/avr.c:4704
+msgid "Only initialized variables can be placed into program memory area."
+msgstr ""
+
+#. `TARGET_...'
+#. This series of macros is to allow compiler command arguments to
+#. enable or disable the use of optional features of the target
+#. machine. For example, one machine description serves both the
+#. 68000 and the 68020; a command argument tells the compiler whether
+#. it should use 68020-only instructions or not. This command
+#. argument works by means of a macro `TARGET_68020' that tests a bit
+#. in `target_flags'.
+#.
+#. Define a macro `TARGET_FEATURENAME' for each such option. Its
+#. definition should test a bit in `target_flags'; for example:
+#.
+#. #define TARGET_68020 (target_flags & 1)
+#.
+#. One place where these macros are used is in the
+#. condition-expressions of instruction patterns. Note how
+#. `TARGET_68020' appears frequently in the 68000 machine description
+#. file, `m68k.md'. Another place they are used is in the
+#. definitions of the other macros in the `MACHINE.h' file.
+#: config/avr/avr.h:99
+msgid "Assume int to be 8 bit integer"
+msgstr ""
+
+#: config/avr/avr.h:101
+msgid "Change the stack pointer without disabling interrupts"
+msgstr ""
+
+#: config/avr/avr.h:103
+msgid "Use subroutines for function prologue/epilogue"
+msgstr ""
+
+#: config/avr/avr.h:105
+msgid "Change only the low 8 bits of the stack pointer"
+msgstr ""
+
+#: config/avr/avr.h:107
+msgid "Do not generate tablejump insns"
+msgstr ""
+
+#: config/avr/avr.h:110
+msgid "Output instruction sizes to the asm file"
+msgstr ""
+
+#: config/avr/avr.h:144
+msgid "Specify the initial stack address"
+msgstr ""
+
+#: config/avr/avr.h:145
+msgid "Specify the MCU name"
+msgstr ""
+
+#: config/avr/avr.h:2899
+#, fuzzy
+msgid "Trampolines not supported\n"
+msgstr "-pipe understøttes ikke"
+
+#: config/c4x/c4x.c:268
+#, c-format
+msgid "Unknown CPU version %d, using 40.\n"
+msgstr ""
+
+#: config/c4x/c4x.c:859
+#, c-format
+msgid "ISR %s requires %d words of local vars, max is 32767."
+msgstr ""
+
+#: config/c4x/c4x.c:4525
+#, fuzzy, c-format
+msgid "junk at end of '#pragma %s'"
+msgstr "ragelse i slutningen af #%s"
+
+#. Name of the c4x assembler.
+#. Name of the c4x linker.
+#. Define assembler options.
+#. Define linker options.
+#. Define C preprocessor options.
+#. Specify the end file to link with.
+#. Target compilation option flags.
+#. Small memory model.
+#. Use 24-bit MPYI for C3x.
+#. Fast fixing of floats.
+#. Allow use of RPTS.
+#. Emit C3x code.
+#. Be compatible with TI assembler.
+#. Be paranoid about DP reg. in ISRs.
+#. Pass arguments on stack.
+#. Enable features under development.
+#. Enable repeat block.
+#. Use BK as general register.
+#. Use decrement and branch for C3x.
+#. Enable debugging of GCC.
+#. Force constants into registers.
+#. Allow unsigned loop counters.
+#. Force op0 and op1 to be same.
+#. Save all 40 bits for floats.
+#. Allow parallel insns.
+#. Allow MPY||ADD, MPY||SUB insns.
+#. Assume mem refs possibly aliased.
+#. Emit C30 code.
+#. Emit C31 code.
+#. Emit C32 code.
+#. Emit C33 code.
+#. Emit C40 code.
+#. Emit C44 code.
+#. Run-time compilation parameters selecting different hardware subsets.
+#.
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of triplets in braces,
+#. each pair being { "NAME", VALUE, "DESCRIPTION" }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/c4x/c4x.h:141
+msgid "Small memory model"
+msgstr ""
+
+#: config/c4x/c4x.h:143
+msgid "Big memory model"
+msgstr ""
+
+#: config/c4x/c4x.h:145
+msgid "Use MPYI instruction for C3x"
+msgstr ""
+
+#: config/c4x/c4x.h:147
+msgid "Do not use MPYI instruction for C3x"
+msgstr ""
+
+#: config/c4x/c4x.h:149
+#, fuzzy
+msgid "Use fast but approximate float to integer conversion"
+msgstr " i henvisning til medlem-omdannelse"
+
+#: config/c4x/c4x.h:151
+msgid "Use slow but accurate float to integer conversion"
+msgstr ""
+
+#: config/c4x/c4x.h:153
+#, fuzzy
+msgid "Enable use of RTPS instruction"
+msgstr "Se %s for instruktioner."
+
+#: config/c4x/c4x.h:155
+#, fuzzy
+msgid "Disable use of RTPS instruction"
+msgstr "Se %s for instruktioner."
+
+#: config/c4x/c4x.h:157
+#, fuzzy
+msgid "Enable use of RTPB instruction"
+msgstr "Se %s for instruktioner."
+
+#: config/c4x/c4x.h:159
+#, fuzzy
+msgid "Disable use of RTPB instruction"
+msgstr "Se %s for instruktioner."
+
+#: config/c4x/c4x.h:161
+#, fuzzy
+msgid "Generate code for C30 CPU"
+msgstr "Generér kode til en given cpu"
+
+#: config/c4x/c4x.h:163
+#, fuzzy
+msgid "Generate code for C31 CPU"
+msgstr "Generér kode til en given cpu"
+
+#: config/c4x/c4x.h:165
+#, fuzzy
+msgid "Generate code for C32 CPU"
+msgstr "Generér kode til en given cpu"
+
+#: config/c4x/c4x.h:167
+#, fuzzy
+msgid "Generate code for C33 CPU"
+msgstr "Generér kode til en given cpu"
+
+#: config/c4x/c4x.h:169
+#, fuzzy
+msgid "Generate code for C40 CPU"
+msgstr "Generér kode til en given cpu"
+
+#: config/c4x/c4x.h:171
+#, fuzzy
+msgid "Generate code for C44 CPU"
+msgstr "Generér kode til en given cpu"
+
+#: config/c4x/c4x.h:173
+msgid "Emit code compatible with TI tools"
+msgstr ""
+
+#: config/c4x/c4x.h:175
+msgid "Emit code to use GAS extensions"
+msgstr ""
+
+#: config/c4x/c4x.h:177 config/c4x/c4x.h:181
+msgid "Save DP across ISR in small memory model"
+msgstr ""
+
+#: config/c4x/c4x.h:179 config/c4x/c4x.h:183
+msgid "Don't save DP across ISR in small memory model"
+msgstr ""
+
+#: config/c4x/c4x.h:185
+msgid "Pass arguments on the stack"
+msgstr ""
+
+#: config/c4x/c4x.h:187
+msgid "Pass arguments in registers"
+msgstr ""
+
+#: config/c4x/c4x.h:189
+msgid "Enable new features under development"
+msgstr ""
+
+#: config/c4x/c4x.h:191
+msgid "Disable new features under development"
+msgstr ""
+
+#: config/c4x/c4x.h:193
+msgid "Use the BK register as a general purpose register"
+msgstr ""
+
+#: config/c4x/c4x.h:195
+#, fuzzy
+msgid "Do not allocate BK register"
+msgstr "Kontrollér tildelingsordenen for heltalsregistrene"
+
+#: config/c4x/c4x.h:197
+#, fuzzy
+msgid "Enable use of DB instruction"
+msgstr "Se %s for instruktioner."
+
+#: config/c4x/c4x.h:199
+#, fuzzy
+msgid "Disable use of DB instruction"
+msgstr "Se %s for instruktioner."
+
+#: config/c4x/c4x.h:201
+#, fuzzy
+msgid "Enable debugging"
+msgstr "Aktivér stakprøvning"
+
+#: config/c4x/c4x.h:203
+msgid "Disable debugging"
+msgstr ""
+
+#: config/c4x/c4x.h:205
+msgid "Force constants into registers to improve hoisting"
+msgstr ""
+
+#: config/c4x/c4x.h:207
+#, fuzzy
+msgid "Don't force constants into registers"
+msgstr "talkonstant uden cifre"
+
+#: config/c4x/c4x.h:209
+msgid "Force RTL generation to emit valid 3 operand insns"
+msgstr ""
+
+#: config/c4x/c4x.h:211
+msgid "Allow RTL generation to emit invalid 3 operand insns"
+msgstr ""
+
+#: config/c4x/c4x.h:213
+msgid "Allow unsigned interation counts for RPTB/DB"
+msgstr ""
+
+#: config/c4x/c4x.h:215
+msgid "Disallow unsigned iteration counts for RPTB/DB"
+msgstr ""
+
+#: config/c4x/c4x.h:217
+msgid "Preserve all 40 bits of FP reg across call"
+msgstr ""
+
+#: config/c4x/c4x.h:219
+msgid "Only preserve 32 bits of FP reg across call"
+msgstr ""
+
+#: config/c4x/c4x.h:221
+#, fuzzy
+msgid "Enable parallel instructions"
+msgstr "Se %s for instruktioner."
+
+#: config/c4x/c4x.h:223
+#, fuzzy
+msgid "Disable parallel instructions"
+msgstr "Se %s for instruktioner."
+
+#: config/c4x/c4x.h:225
+msgid "Enable MPY||ADD and MPY||SUB instructions"
+msgstr ""
+
+#: config/c4x/c4x.h:227
+msgid "Disable MPY||ADD and MPY||SUB instructions"
+msgstr ""
+
+#: config/c4x/c4x.h:229
+msgid "Assume that pointers may be aliased"
+msgstr ""
+
+#: config/c4x/c4x.h:231
+msgid "Assume that pointers not aliased"
+msgstr ""
+
+#: config/c4x/c4x.h:321
+msgid "Specify maximum number of iterations for RPTS"
+msgstr ""
+
+#: config/c4x/c4x.h:323
+msgid "Select CPU to generate code for"
+msgstr ""
+
+#. Macros used in the machine description to test the flags.
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/clipper/clipper.h:40
+#, fuzzy
+msgid "Generate code for the C400"
+msgstr "Generér kode til en given cpu"
+
+#: config/clipper/clipper.h:41
+#, fuzzy
+msgid "Generate code for the C300"
+msgstr "Generér kode til en given cpu"
+
+#: config/convex/convex.h:52
+#, fuzzy
+msgid "Generate code for c1"
+msgstr "Generér kode til en given cpu"
+
+#: config/convex/convex.h:53
+#, fuzzy
+msgid "Generate code for c2"
+msgstr "Generér kode til en given cpu"
+
+#: config/convex/convex.h:54
+#, fuzzy
+msgid "Generate code for c32"
+msgstr "Generér kode til en given cpu"
+
+#: config/convex/convex.h:55 config/convex/convex.h:56
+#, fuzzy
+msgid "Generate code for c34"
+msgstr "Generér kode til en given cpu"
+
+#: config/convex/convex.h:58
+msgid "Use standard calling sequence, with arg count word"
+msgstr ""
+
+#: config/convex/convex.h:60
+msgid "Place arg count in a nop instruction (faster than push)"
+msgstr ""
+
+#: config/convex/convex.h:62
+msgid "Don't push arg count, depend on symbol table"
+msgstr ""
+
+#: config/convex/convex.h:64
+msgid "Use data cache for volatile mem refs (default)"
+msgstr ""
+
+#: config/convex/convex.h:66
+msgid "Don't use data cache for volatile mem refs"
+msgstr ""
+
+#: config/convex/convex.h:68
+msgid "Bypass data cache for volatile mem refs"
+msgstr ""
+
+#: config/convex/convex.h:69
+msgid "Use 64-bit longs"
+msgstr ""
+
+#: config/convex/convex.h:70
+msgid "Use cc- and libc-compatible 32-bit longs"
+msgstr ""
+
+#: config/d30v/d30v.c:186
+#, c-format
+msgid "Bad modes_tieable_p for register %s, mode1 %s, mode2 %s"
+msgstr ""
+
+#. This macro defines names of command options to set and clear bits in
+#. `target_flags'. Its definition is an initializer with a subgrouping for
+#. each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the option name, a
+#. number, which contains the bits to set in `target_flags', and a second
+#. string which is the description displayed by `--help'. If the number is
+#. negative then the bits specified by the number are cleared instead of being
+#. set. If the description string is present but empty, then no help
+#. information will be displayed for that option, but it will not count as an
+#. undocumented option. The actual option name is made by appending `-m' to
+#. the specified name.
+#.
+#. One of the subgroupings should have a null string. The number in this
+#. grouping is the default value for target_flags. Any target options act
+#. starting with that value.
+#.
+#. Here is an example which defines -m68000 and -m68020 with opposite meanings,
+#. and picks the latter as the default:
+#.
+#. #define TARGET_SWITCHES { { "68020", TARGET_MASK_68020, "" }, { "68000", -TARGET_MASK_68020, "Compile for the 68000" }, { "", TARGET_MASK_68020, "" }}
+#: config/d30v/d30v.h:447
+msgid "Enable use of conditional move instructions"
+msgstr ""
+
+#: config/d30v/d30v.h:450
+msgid "Disable use of conditional move instructions"
+msgstr ""
+
+#: config/d30v/d30v.h:453
+msgid "Debug argument support in compiler"
+msgstr ""
+
+#: config/d30v/d30v.h:456
+msgid "Debug stack support in compiler"
+msgstr ""
+
+#: config/d30v/d30v.h:459
+msgid "Debug memory address support in compiler"
+msgstr ""
+
+#: config/d30v/d30v.h:462
+msgid "Make adjacent short instructions parallel if possible."
+msgstr ""
+
+#: config/d30v/d30v.h:465
+msgid "Do not make adjacent short instructions parallel."
+msgstr ""
+
+#: config/d30v/d30v.h:468 config/d30v/d30v.h:471
+msgid "Link programs/data to be in external memory by default"
+msgstr ""
+
+#: config/d30v/d30v.h:474
+msgid "Link programs/data to be in onchip memory by default"
+msgstr ""
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of command
+#. options that have values. Its definition is an initializer with a
+#. subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the fixed part of
+#. the option name, the address of a variable, and a description string. The
+#. variable, type `char *', is set to the variable part of the given option if
+#. the fixed part matches. The actual option name is made by appending `-m' to
+#. the specified name.
+#.
+#. Here is an example which defines `-mshort-data-<number>'. If the given
+#. option is `-mshort-data-512', the variable `m88k_short_data' will be set to
+#. the string "512".
+#.
+#. extern char *m88k_short_data;
+#. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data, "Specify the size of the short data section" } }
+#: config/d30v/d30v.h:501
+msgid "Change the branch costs within the compiler"
+msgstr ""
+
+#: config/d30v/d30v.h:504
+msgid "Change the threshold for conversion to conditional execution"
+msgstr ""
+
+#: config/dsp16xx/dsp16xx.c:1225 config/dsp16xx/dsp16xx.c:1250
+msgid "Stack size > 32k"
+msgstr "Stakstørrelse > 32k"
+
+#: config/dsp16xx/dsp16xx.c:1759 config/dsp16xx/dsp16xx.c:1999
+msgid "inline float constants not supported on this host"
+msgstr "integrerede kommatalskonstanter er ikke understøttede på denne vært"
+
+#. Output assembler code to FILE to increment profiler label # LABELNO
+#. for profiling a function entry.
+#: config/dsp16xx/dsp16xx.h:1188 config/dsp16xx/dsp16xx.h:1193
+#: config/dsp16xx/dsp16xx.h:1198 config/dsp16xx/dsp16xx.h:1840
+#: config/dsp16xx/dsp16xx.h:1845
+msgid "Profiling not implemented yet."
+msgstr "Profilgenerering understøttes ikke endnu."
+
+#. Emit RTL insns to initialize the variable parts of a trampoline.
+#. FNADDR is an RTX for the address of the function's pure code.
+#. CXT is an RTX for the static chain value for the function.
+#: config/dsp16xx/dsp16xx.h:1209 config/dsp16xx/dsp16xx.h:1221
+msgid "Trampolines not yet implemented"
+msgstr "Trampoliner understøttes ikke endnu"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/elxsi/elxsi.h:51
+msgid "Generate code the unix assembler can handle"
+msgstr ""
+
+#: config/elxsi/elxsi.h:52
+msgid "Generate code an embedded assembler can handle"
+msgstr ""
+
+#: config/fr30/fr30.c:445
+msgid "fr30_print_operand_address: unhandled address"
+msgstr ""
+
+#: config/fr30/fr30.c:472
+#, c-format
+msgid "fr30_print_operand: unrecognised %p code"
+msgstr ""
+
+#: config/fr30/fr30.c:492
+msgid "fr30_print_operand: unrecognised %b code"
+msgstr ""
+
+#: config/fr30/fr30.c:513
+msgid "fr30_print_operand: unrecognised %B code"
+msgstr ""
+
+#: config/fr30/fr30.c:521
+#, fuzzy
+msgid "fr30_print_operand: invalid operand to %A code"
+msgstr "ugyldig operand til '%N'-koden"
+
+#: config/fr30/fr30.c:538
+#, c-format
+msgid "fr30_print_operand: invalid %x code"
+msgstr ""
+
+#: config/fr30/fr30.c:545
+msgid "fr30_print_operand: invalid %F code"
+msgstr ""
+
+#: config/fr30/fr30.c:561
+msgid "fr30_print_operand: unknown code"
+msgstr ""
+
+#: config/fr30/fr30.c:590 config/fr30/fr30.c:599 config/fr30/fr30.c:610
+#: config/fr30/fr30.c:623
+msgid "fr30_print_operand: unhandled MEM"
+msgstr ""
+
+#: config/fr30/fr30.h:85
+msgid "Assume small address space"
+msgstr ""
+
+#: config/h8300/h8300.c:116
+#, fuzzy
+msgid "-ms2600 is used without -ms."
+msgstr "makroen '%s' kaldt uden parametre"
+
+#: config/h8300/h8300.c:3047 config/h8300/h8300.c:3059
+msgid "Only initialized variables can be placed into the 8-bit area."
+msgstr ""
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/h8300/h8300.h:108
+msgid "Generate H8/S code"
+msgstr ""
+
+#: config/h8300/h8300.h:109
+#, fuzzy
+msgid "Do not generate H8/S code"
+msgstr "Generér ikke sin, cos, sqrt til fpu"
+
+#: config/h8300/h8300.h:110
+msgid "Generate H8/S2600 code"
+msgstr ""
+
+#: config/h8300/h8300.h:111
+msgid "Do not generate H8/S2600 code"
+msgstr ""
+
+#: config/h8300/h8300.h:112
+msgid "Make integers 32 bits wide"
+msgstr ""
+
+#: config/h8300/h8300.h:115
+msgid "Use registers for argument passing"
+msgstr ""
+
+#: config/h8300/h8300.h:117
+msgid "Do not use registers for argument passing"
+msgstr ""
+
+#: config/h8300/h8300.h:119
+msgid "Consider access to byte sized memory slow"
+msgstr ""
+
+#: config/h8300/h8300.h:120
+#, fuzzy
+msgid "Enable linker relaxing"
+msgstr "Aktivér stakprøvning"
+
+#: config/h8300/h8300.h:122
+msgid "Generate H8/300H code"
+msgstr ""
+
+#: config/h8300/h8300.h:123
+msgid "Do not generate H8/300H code"
+msgstr ""
+
+#: config/h8300/h8300.h:124
+msgid "Use H8/300 alignment rules"
+msgstr ""
+
+#: config/i370/i370.c:869
+msgid "real name is too long - alias ignored"
+msgstr ""
+
+#: config/i370/i370.c:874
+msgid "alias name is too long - alias ignored"
+msgstr ""
+
+#: config/i370/i370.c:1039
+#, fuzzy
+msgid "junk at end of #pragma map"
+msgstr "ragelse i slutningen af #%s"
+
+#: config/i370/i370.c:1045
+#, fuzzy
+msgid "malformed #pragma map, ignored"
+msgstr "forkert udformet #pragma-direktiv"
+
+#. Macro to define tables used to set the flags. This is a list in braces
+#. of pairs in braces, each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/i370/i370.h:63
+#, fuzzy
+msgid "Generate char instructions"
+msgstr "Se %s for instruktioner."
+
+#: config/i370/i370.h:64
+#, fuzzy
+msgid "Do not generate char instructions"
+msgstr "Generér ikke sin, cos, sqrt til fpu"
+
+#: config/i386/cygwin.h:49
+msgid "Use the Cygwin interface"
+msgstr ""
+
+#: config/i386/cygwin.h:51
+msgid "Use the Mingw32 interface"
+msgstr ""
+
+#: config/i386/cygwin.h:52
+msgid "Create GUI application"
+msgstr ""
+
+#: config/i386/cygwin.h:53
+msgid "Don't set Windows defines"
+msgstr ""
+
+#: config/i386/cygwin.h:54
+msgid "Set Windows defines"
+msgstr ""
+
+#: config/i386/cygwin.h:56
+msgid "Create console application"
+msgstr ""
+
+#: config/i386/cygwin.h:57 config/i386/win32.h:59
+#, fuzzy
+msgid "Generate code for a DLL"
+msgstr "Generér kode til en given cpu"
+
+#: config/i386/cygwin.h:59 config/i386/win32.h:61
+msgid "Ignore dllimport for functions"
+msgstr ""
+
+#: config/i386/cygwin.h:61
+msgid "Use Mingw-specific thread support"
+msgstr ""
+
+#: config/i386/cygwin.h:313
+#, c-format
+msgid "-f%s ignored for target (all code is position independent)"
+msgstr ""
+
+#: config/i386/dgux.c:185
+#, c-format
+msgid "Internal gcc abort from %s:%d"
+msgstr "Internt gcc-afbrydelse fra %s:%d"
+
+#: config/i386/dgux.c:189
+msgid "The local variable `insn' has the value:"
+msgstr "Den lokale variabel 'insn' har værdien:"
+
+#: config/i386/dgux.h:62
+msgid "Retain standard MXDB information"
+msgstr ""
+
+#: config/i386/dgux.h:64
+#, fuzzy
+msgid "Retain legend information"
+msgstr "ikke tilstrækkelig information om typen"
+
+#: config/i386/dgux.h:67
+#, fuzzy
+msgid "Generate external legend information"
+msgstr "ikke tilstrækkelig information om typen"
+
+#: config/i386/dgux.h:69
+msgid "Emit identifying info in .s file"
+msgstr ""
+
+#: config/i386/dgux.h:71
+msgid "Warn when a function arg is a structure"
+msgstr ""
+
+#: config/i386/dgux.h:249
+msgid "argument is a structure"
+msgstr ""
+
+#: config/i386/djgpp.h:286
+msgid "-mbnu210 is ignored (option is obsolete)."
+msgstr ""
+
+#: config/i386/i386.c:558
+#, c-format
+msgid "bad value (%s) for -march= switch"
+msgstr "Ugyldig værdi (%s) til '-march='-tilvalget"
+
+#: config/i386/i386.c:570 config/mips/mips.c:4935
+#, c-format
+msgid "bad value (%s) for -mcpu= switch"
+msgstr "Ugyldig værdi (%s) til '-mcpu='-tilvalget"
+
+#: config/i386/i386.c:601
+#, c-format
+msgid "Register '%c' is unknown"
+msgstr "Registret '%c' er ukendt"
+
+#: config/i386/i386.c:607
+#, c-format
+msgid "Register '%c' already specified in allocation order"
+msgstr "Registret '%c' er allerede angivet i tildelingsordenen"
+
+#: config/i386/i386.c:620
+#, c-format
+msgid "-mregparm=%d is not between 0 and %d"
+msgstr "-mregparm=%d er ikke mellem 0 og %d"
+
+#: config/i386/i386.c:631
+#, c-format
+msgid "-malign-loops=%d is not between 0 and %d"
+msgstr "-malign-loops=%d er ikke mellem 0 og %d"
+
+#: config/i386/i386.c:642
+#, c-format
+msgid "-malign-jumps=%d is not between 0 and %d"
+msgstr "-malign-jumps=%d er ikke mellem 0 og %d"
+
+#: config/i386/i386.c:653
+#, c-format
+msgid "-malign-functions=%d is not between 0 and %d"
+msgstr "-malign-functions=%d er ikke mellem 0 og %d"
+
+#: config/i386/i386.c:666
+#, c-format
+msgid "-mpreferred-stack-boundary=%d is not between 2 and 31"
+msgstr "-mpreferred-stack-boundary=%d er ikke mellem 2 og 31"
+
+#: config/i386/i386.c:677
+#, c-format
+msgid "-mbranch-cost=%d is not between 0 and 5"
+msgstr "-mbranch-cost=%d er ikke mellem 0 og 5"
+
+#. We can't handle floating point constants;
+#. PRINT_OPERAND must handle them.
+#: config/i386/i386.c:3124 config/pdp11/pdp11.c:1477 final.c:3676
+msgid "floating constant misused"
+msgstr "kommatalskonstant misbrugt"
+
+#: config/i386/i386.c:3169
+msgid "invalid UNSPEC as operand"
+msgstr "ugyldig UNSPEC som operand"
+
+#: config/i386/i386.c:3175 config/pdp11/pdp11.c:1524 final.c:3731
+msgid "invalid expression as operand"
+msgstr "ugyldigt udtryk som operand"
+
+#. @@@ better error message
+#: config/i386/i386.c:8457 config/i386/i386.c:8490 config/i386/i386.c:8627
+msgid "selector must be an immediate"
+msgstr ""
+
+#. @@@ better error message
+#: config/i386/i386.c:8658 config/i386/i386.c:8686
+msgid "mask must be an immediate"
+msgstr ""
+
+#: config/i386/i386.h:45 config/mips/mips.h:176
+msgid "half-pic init called on systems that don't support it."
+msgstr "half-pic klargøring kaldes på systemer der ikke understøtter det."
+
+#: config/i386/i386.h:238
+msgid "Same as -mcpu=i386"
+msgstr "Magen til -mcpu=i386"
+
+#: config/i386/i386.h:239
+msgid "Same as -mcpu=i486"
+msgstr "Magen til -mcpu=i486"
+
+#: config/i386/i386.h:240
+msgid "Same as -mcpu=pentium"
+msgstr "Magen til -mcpu=pentium"
+
+#: config/i386/i386.h:241
+msgid "Same as -mcpu=pentiumpro"
+msgstr "Magen til -mcpu=pentiumpro"
+
+#: config/i386/i386.h:243
+msgid "Alternate calling convention"
+msgstr "Alternativ kaldekonvention"
+
+#: config/i386/i386.h:245 config/ns32k/ns32k.h:106
+msgid "Use normal calling convention"
+msgstr "Brug normal kaldekonvention"
+
+#: config/i386/i386.h:247
+msgid "Align some doubles on dword boundary"
+msgstr "Justér nogle double-variabler til dword-grænserne"
+
+#: config/i386/i386.h:249
+msgid "Align doubles on word boundary"
+msgstr "Justér double-variabler til word-grænserne"
+
+#: config/i386/i386.h:251
+msgid "Uninitialized locals in .bss"
+msgstr "Lokale variabler uden startværdi i .bss"
+
+#: config/i386/i386.h:253
+msgid "Uninitialized locals in .data"
+msgstr "Lokale variabler uden startværdi i .data"
+
+#: config/i386/i386.h:255
+msgid "Use IEEE math for fp comparisons"
+msgstr "Brug IEEE-matematik til kommatalssammenligninger"
+
+#: config/i386/i386.h:257
+msgid "Do not use IEEE math for fp comparisons"
+msgstr "Brug ikke IEEE-regning til kommatalssammenligninger"
+
+#: config/i386/i386.h:259
+msgid "Return values of functions in FPU registers"
+msgstr "Returnér værdier fra funktioner i fpu-registre"
+
+#: config/i386/i386.h:261
+msgid "Do not return values of functions in FPU registers"
+msgstr "Returnér ikke værdier fra funktioner i fpu-registre"
+
+#: config/i386/i386.h:263
+msgid "Do not generate sin, cos, sqrt for FPU"
+msgstr "Generér ikke sin, cos, sqrt til fpu"
+
+#: config/i386/i386.h:265
+msgid "Generate sin, cos, sqrt for FPU"
+msgstr "Generér sin, cos og sqrt til fpu"
+
+#: config/i386/i386.h:267
+msgid "Omit the frame pointer in leaf functions"
+msgstr "Udelad rammehenvisningen i de yderste funktioner"
+
+#. undocumented
+#. undocumented
+#. undocumented
+#. undocumented
+#: config/i386/i386.h:274
+msgid "Enable stack probing"
+msgstr "Aktivér stakprøvning"
+
+#. undocumented
+#. undocumented
+#: config/i386/i386.h:279
+msgid "Emit Intel syntax assembler opcodes"
+msgstr "Konstruer instruktionerne til maskinkodeoversætteren med Intel-syntaks"
+
+#: config/i386/i386.h:282
+msgid "Align destination of the string operations"
+msgstr "Justér strengoperationernes destination"
+
+#: config/i386/i386.h:284
+msgid "Do not align destination of the string operations"
+msgstr "Justér ikke strengoperationernes destination"
+
+#: config/i386/i386.h:286
+msgid "Inline all known string operations"
+msgstr "Integrér alle kendte strengoperationer"
+
+#: config/i386/i386.h:288
+msgid "Do not inline all known string operations"
+msgstr "Integrér ikke alle kendte strengoperationer"
+
+#: config/i386/i386.h:290 config/i386/i386.h:294
+msgid "Use push instructions to save outgoing arguments"
+msgstr "Brug push-instruktioner til at gemme udgående parametre"
+
+#: config/i386/i386.h:292 config/i386/i386.h:296
+msgid "Do not use push instructions to save outgoing arguments"
+msgstr "Brug ikke push-instruktioner til at gemme udgående parametre"
+
+#: config/i386/i386.h:298
+msgid "sizeof(long double) is 16."
+msgstr ""
+
+#: config/i386/i386.h:300
+msgid "sizeof(long double) is 12."
+msgstr ""
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of
+#. command options that have values. Its definition is an
+#. initializer with a subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the
+#. fixed part of the option name, and the address of a variable. The
+#. variable, type `char *', is set to the variable part of the given
+#. option if the fixed part matches. The actual option name is made
+#. by appending `-m' to the specified name.
+#: config/i386/i386.h:333 config/rs6000/rs6000.h:402 config/sparc/sparc.h:710
+msgid "Schedule code for given CPU"
+msgstr "Planlæg koden til en given cpu"
+
+#: config/i386/i386.h:335
+msgid "Generate code for given CPU"
+msgstr "Generér kode til en given cpu"
+
+#: config/i386/i386.h:337
+msgid "Control allocation order of integer registers"
+msgstr "Kontrollér tildelingsordenen for heltalsregistrene"
+
+#: config/i386/i386.h:339
+msgid "Number of registers used to pass integer arguments"
+msgstr "Antallet af registre der skal bruges til at overbringe heltalsparametre"
+
+#: config/i386/i386.h:341
+msgid "Loop code aligned to this power of 2"
+msgstr "Løkkekode skal justeres til denne potens af 2"
+
+#: config/i386/i386.h:343
+msgid "Jump targets are aligned to this power of 2"
+msgstr "Steder der skal springes til, justeres til denne potens af 2"
+
+#: config/i386/i386.h:345
+msgid "Function starts are aligned to this power of 2"
+msgstr "Funktionsbegyndelser justeres til denne potens af 2"
+
+#: config/i386/i386.h:348
+msgid "Attempt to keep stack aligned to this power of 2"
+msgstr "Forsøg at holde stakken justeret til denne potens af 2"
+
+#: config/i386/i386.h:350
+msgid "Branches are this expensive (1-5, arbitrary units)"
+msgstr "Forgreninger koster dette (1-5, vilkårlige enheder)"
+
+#: config/i386/osf1elf.h:111
+msgid "Profiling uses mcount"
+msgstr ""
+
+#: config/i386/osfrose.h:63
+msgid "Emit half-PIC code"
+msgstr ""
+
+#. intentionally undoc
+#. intentionally undoc
+#: config/i386/osfrose.h:70
+msgid "Emit ELF object code"
+msgstr ""
+
+#: config/i386/osfrose.h:72
+msgid "Emit ROSE object code"
+msgstr ""
+
+#: config/i386/osfrose.h:74
+msgid "Symbols have a leading underscore"
+msgstr ""
+
+#: config/i386/osfrose.h:77
+#, fuzzy
+msgid "Align to >word boundaries"
+msgstr "Justér double-variabler til word-grænserne"
+
+#: config/i386/osfrose.h:80
+msgid "Use mcount for profiling"
+msgstr ""
+
+#: config/i386/osfrose.h:82
+msgid "Use mcount_ptr for profiling"
+msgstr ""
+
+#: config/i386/sco5.h:887
+msgid "Generate ELF output"
+msgstr ""
+
+#: config/i386/win32.h:53
+msgid "Use Mingw32 interface"
+msgstr ""
+
+#: config/i386/win32.h:55
+msgid "Use Cygwin interface"
+msgstr ""
+
+#: config/i386/win32.h:57
+msgid "Use bare Windows interface"
+msgstr ""
+
+#: config/i386/winnt.c:311
+#, c-format
+msgid "`%s' declared as both exported to and imported from a DLL."
+msgstr "'%s' erklæret som både eksporteret til og importeret fra en dll."
+
+#. If the environment variable DJDIR is not defined, then DJGPP is not installed correctly and GCC will quickly become confused with the default prefix settings. Report the problem now so the user doesn't receive deceptive "file not found" error messages later.
+#. DJDIR is automatically defined by the DJGPP environment config file pointed to by the environment variable DJGPP. Examine DJGPP to try and figure out what's wrong.
+#: config/i386/xm-djgpp.h:75
+msgid "Environment variable DJGPP not defined."
+msgstr ""
+
+#: config/i386/xm-djgpp.h:77
+#, c-format
+msgid "Environment variable DJGPP points to missing file '%s'."
+msgstr ""
+
+#: config/i386/xm-djgpp.h:80
+#, c-format
+msgid "Environment variable DJGPP points to corrupt file '%s'."
+msgstr ""
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/i860/i860.h:56 config/i860/paragon.h:28
+#, fuzzy
+msgid "Generate code which uses the FPU"
+msgstr "Generér kode til en given cpu"
+
+#: config/i860/i860.h:57 config/i860/i860.h:58 config/i860/paragon.h:29
+#: config/i860/paragon.h:30 config/i860/paragon.h:31
+#, fuzzy
+msgid "Do not generate code which uses the FPU"
+msgstr "Generér ikke sin, cos, sqrt til fpu"
+
+#: config/i960/i960.c:122
+msgid "sorry, not implemented: #pragma align NAME=SIZE"
+msgstr ""
+
+#: config/i960/i960.c:127
+#, fuzzy
+msgid "malformed #pragma align - ignored"
+msgstr "forkert udformet #pragma-direktiv"
+
+#: config/i960/i960.c:165
+msgid "sorry, not implemented: #pragma noalign NAME"
+msgstr ""
+
+#: config/i960/i960.c:1513 config/m68k/m68k.c:407 config/rs6000/rs6000.c:5520
+#, fuzzy
+msgid "stack limit expression is not supported"
+msgstr "stakgrænser understøttes ikke på målarkitekturen"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#. ??? Not all ten of these architecture variations actually exist, but I
+#. am not sure which are real and which aren't.
+#: config/i960/i960.h:241
+#, fuzzy
+msgid "Generate SA code"
+msgstr "Generér kode til en given cpu"
+
+#: config/i960/i960.h:244
+#, fuzzy
+msgid "Generate SB code"
+msgstr "Generér kode til en given cpu"
+
+#. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate SC code")},
+#: config/i960/i960.h:249
+#, fuzzy
+msgid "Generate KA code"
+msgstr "Generér kode til en given cpu"
+
+#: config/i960/i960.h:252
+#, fuzzy
+msgid "Generate KB code"
+msgstr "Generér kode til en given cpu"
+
+#. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate KC code")},
+#: config/i960/i960.h:257
+#, fuzzy
+msgid "Generate JA code"
+msgstr "Generér kode til en given cpu"
+
+#: config/i960/i960.h:259
+#, fuzzy
+msgid "Generate JD code"
+msgstr "Generér kode til en given cpu"
+
+#: config/i960/i960.h:262
+#, fuzzy
+msgid "Generate JF code"
+msgstr "Generér kode til en given cpu"
+
+#: config/i960/i960.h:264
+msgid "generate RP code"
+msgstr ""
+
+#: config/i960/i960.h:267
+#, fuzzy
+msgid "Generate MC code"
+msgstr "Generér kode til en given cpu"
+
+#: config/i960/i960.h:270
+#, fuzzy
+msgid "Generate CA code"
+msgstr "Generér kode til en given cpu"
+
+#. {"cb", (TARGET_FLAG_NUMERICS|TARGET_FLAG_C_SERIES| TARGET_FLAG_BRANCH_PREDICT|TARGET_FLAG_CODE_ALIGN), N_("Generate CB code")}, {"cc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_C_SERIES|TARGET_FLAG_BRANCH_PREDICT| TARGET_FLAG_CODE_ALIGN), N_("Generate CC code")},
+#: config/i960/i960.h:280
+#, fuzzy
+msgid "Generate CF code"
+msgstr "Generér kode til en given cpu"
+
+#: config/i960/i960.h:286
+msgid "Use alternate leaf function entries"
+msgstr ""
+
+#: config/i960/i960.h:288
+#, fuzzy
+msgid "Do not use alternate leaf function entries"
+msgstr "Returnér ikke værdier fra funktioner i fpu-registre"
+
+#: config/i960/i960.h:290
+msgid "Perform tail call optimization"
+msgstr ""
+
+#: config/i960/i960.h:292
+msgid "Do not perform tail call optimization"
+msgstr ""
+
+#: config/i960/i960.h:294
+#, fuzzy
+msgid "Use complex addressing modes"
+msgstr "Ugyldig adresseringstilstand"
+
+#: config/i960/i960.h:296
+#, fuzzy
+msgid "Do not use complex addressing modes"
+msgstr "Ugyldig adresseringstilstand"
+
+#: config/i960/i960.h:298
+#, fuzzy
+msgid "Align code to 8 byte boundary"
+msgstr "Justér double-variabler til word-grænserne"
+
+#: config/i960/i960.h:300
+msgid "Do not align code to 8 byte boundary"
+msgstr ""
+
+#. {"clean-linkage", (TARGET_FLAG_CLEAN_LINKAGE), N_("Force use of prototypes")}, {"no-clean-linkage", -(TARGET_FLAG_CLEAN_LINKAGE), N_("Do not force use of prototypes")},
+#: config/i960/i960.h:306 config/i960/i960.h:308
+msgid "Enable compatibility with iC960 v2.0"
+msgstr ""
+
+#: config/i960/i960.h:310
+msgid "Enable compatibility with iC960 v3.0"
+msgstr ""
+
+#: config/i960/i960.h:312 config/i960/i960.h:314
+msgid "Enable compatibility with ic960 assembler"
+msgstr ""
+
+#: config/i960/i960.h:316
+msgid "Do not permit unaligned accesses"
+msgstr ""
+
+#: config/i960/i960.h:318
+msgid "Permit unaligned accesses"
+msgstr ""
+
+#: config/i960/i960.h:320
+msgid "Layout types like Intel's v1.3 gcc"
+msgstr ""
+
+#: config/i960/i960.h:322
+msgid "Do not layout types like Intel's v1.3 gcc"
+msgstr ""
+
+#: config/i960/i960.h:324 config/rs6000/sysv4.h:128 config/sparc/linux.h:83
+#: config/sparc/linux64.h:139
+msgid "Use 64 bit long doubles"
+msgstr ""
+
+#: config/i960/i960.h:326
+msgid "Enable linker relaxation"
+msgstr ""
+
+#: config/i960/i960.h:328
+msgid "Do not enable linker relaxation"
+msgstr ""
+
+#. Override conflicting target switch options.
+#. Doesn't actually detect if more than one -mARCH option is given, but
+#. does handle the case of two blatantly conflicting -mARCH options.
+#: config/i960/i960.h:343 config/i960/i960.h:353
+msgid "conflicting architectures defined - using C series"
+msgstr ""
+
+#: config/i960/i960.h:348
+msgid "conflicting architectures defined - using K series"
+msgstr ""
+
+#: config/i960/i960.h:363
+msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
+msgstr ""
+
+#. ??? See the LONG_DOUBLE_TYPE_SIZE definition below.
+#: config/i960/i960.h:374
+#, fuzzy
+msgid "The -mlong-double-64 option does not work yet."
+msgstr "Understøttelsen af -mabi=32 virker ikke endnu"
+
+#: config/ia64/ia64.c:3413
+msgid "ia64_print_operand: unknown code"
+msgstr ""
+
+#: config/ia64/ia64.c:3651
+msgid "value of -mfixed-range must have form REG1-REG2"
+msgstr ""
+
+#: config/ia64/ia64.c:3663 config/ia64/ia64.c:3670 regclass.c:714
+#, fuzzy, c-format
+msgid "unknown register name: %s"
+msgstr "ukendt registernavn '%s' i 'asm'"
+
+#: config/ia64/ia64.c:3678
+#, fuzzy, c-format
+msgid "%s-%s is an empty range"
+msgstr "%s=%s er for stor."
+
+#: config/ia64/ia64.c:3743
+msgid "cannot optimize division for both latency and throughput"
+msgstr ""
+
+#. This macro defines names of command options to set and clear bits in
+#. `target_flags'. Its definition is an initializer with a subgrouping for
+#. each command option.
+#: config/ia64/ia64.h:110
+msgid "Generate big endian code"
+msgstr ""
+
+#: config/ia64/ia64.h:112 config/mcore/mcore.h:164
+msgid "Generate little endian code"
+msgstr ""
+
+#: config/ia64/ia64.h:114
+#, fuzzy
+msgid "Generate code for GNU as"
+msgstr "Generér kode til en given cpu"
+
+#: config/ia64/ia64.h:116
+#, fuzzy
+msgid "Generate code for Intel as"
+msgstr "Generér kode til en given cpu"
+
+#: config/ia64/ia64.h:118
+#, fuzzy
+msgid "Generate code for GNU ld"
+msgstr "Generér kode til en given cpu"
+
+#: config/ia64/ia64.h:120
+#, fuzzy
+msgid "Generate code for Intel ld"
+msgstr "Generér kode til en given cpu"
+
+#: config/ia64/ia64.h:122
+#, fuzzy
+msgid "Generate code without GP reg"
+msgstr "Generér kode til en given cpu"
+
+#: config/ia64/ia64.h:124
+msgid "Emit stop bits before and after volatile extended asms"
+msgstr ""
+
+#: config/ia64/ia64.h:126
+msgid "Don't emit stop bits before and after volatile extended asms"
+msgstr ""
+
+#: config/ia64/ia64.h:128
+msgid "Emit code for Itanium (TM) processor B step"
+msgstr ""
+
+#: config/ia64/ia64.h:130
+#, fuzzy
+msgid "Use in/loc/out register names"
+msgstr "ukendt registernavn '%s'"
+
+#: config/ia64/ia64.h:132
+msgid "Disable use of sdata/scommon/sbss"
+msgstr ""
+
+#: config/ia64/ia64.h:134
+msgid "Enable use of sdata/scommon/sbss"
+msgstr ""
+
+#: config/ia64/ia64.h:136
+msgid "gp is constant (but save/restore gp on indirect calls)"
+msgstr ""
+
+#: config/ia64/ia64.h:138
+msgid "Generate self-relocatable code"
+msgstr ""
+
+#: config/ia64/ia64.h:140
+msgid "Generate inline division, optimize for latency"
+msgstr ""
+
+#: config/ia64/ia64.h:142
+msgid "Generate inline division, optimize for throughput"
+msgstr ""
+
+#: config/ia64/ia64.h:144
+msgid "Enable Dwarf 2 line debug info via GNU as"
+msgstr ""
+
+#: config/ia64/ia64.h:146
+msgid "Disable Dwarf 2 line debug info via GNU as"
+msgstr ""
+
+#: config/ia64/ia64.h:169
+msgid "Specify range of registers to make fixed."
+msgstr ""
+
+#: config/lynx-ng.h:97 config/lynx.h:120 config/rs6000/lynx.h:88
+#, fuzzy
+msgid "-msystem-v and -p are incompatible"
+msgstr "-mbsd og -mxopen er indbyrdes uforenelige"
+
+#: config/lynx-ng.h:99 config/lynx.h:122 config/rs6000/lynx.h:90
+#, fuzzy
+msgid "-msystem-v and -mthreads are incompatible"
+msgstr "-f%s og -msdata=%s er indbyrdes uforenelige."
+
+#: config/m32r/m32r.c:83
+#, c-format
+msgid "bad value (%s) for -mmodel switch"
+msgstr "ugyldig værdi (%s) til '-mmodel'-tilvalget"
+
+#: config/m32r/m32r.c:92
+#, c-format
+msgid "bad value (%s) for -msdata switch"
+msgstr "ugyldig værdi (%s) til '-msdata'-tilvalget"
+
+#: config/m32r/m32r.c:380
+msgid "const objects cannot go in .sdata/.sbss"
+msgstr ""
+
+#: config/m32r/m32r.c:2187
+#, c-format
+msgid "invalid operand to %s code"
+msgstr "ugyldig operand til '%s'-koden"
+
+#: config/m32r/m32r.c:2194
+#, c-format
+msgid "invalid operand to %p code"
+msgstr "ugyldig operand til '%p'-koden"
+
+#: config/m32r/m32r.c:2302
+msgid "invalid operand to %T/%B code"
+msgstr "ugyldig operand til '%T/%B'-koden"
+
+#: config/m32r/m32r.c:2325
+msgid "invalid operand to %N code"
+msgstr "ugyldig operand til '%N'-koden"
+
+#. { "relax", TARGET_RELAX_MASK, "" }, { "no-relax", -TARGET_RELAX_MASK, "" },
+#: config/m32r/m32r.h:186
+msgid "Display compile time statistics"
+msgstr ""
+
+#: config/m32r/m32r.h:188
+#, fuzzy
+msgid "Align all loops to 32 byte boundary"
+msgstr "Justér double-variabler til word-grænserne"
+
+#: config/m32r/m32r.h:191
+msgid "Only issue one instruction per cycle"
+msgstr ""
+
+#: config/m32r/m32r.h:194
+#, fuzzy
+msgid "Prefer branches over conditional execution"
+msgstr "typerne i betingelsesudtrykket passer ikke sammen"
+
+#: config/m32r/m32r.h:210
+msgid "Code size: small, medium or large"
+msgstr ""
+
+#: config/m32r/m32r.h:212
+msgid "Small data area: none, sdata, use"
+msgstr ""
+
+#: config/m68hc11/m68hc11.c:227
+#, c-format
+msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
+msgstr ""
+
+#. Macro to define tables used to set the flags. This is a list in braces of
+#. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
+#. to set or minus the bits to clear. An empty string NAME is used to
+#. identify the default VALUE.
+#: config/m68hc11/m68hc11.h:179
+msgid "Compile with 16-bit integer mode"
+msgstr ""
+
+#: config/m68hc11/m68hc11.h:181
+msgid "Compile with 32-bit integer mode"
+msgstr ""
+
+#: config/m68hc11/m68hc11.h:183
+msgid "Auto pre/post decrement increment allowed"
+msgstr ""
+
+#: config/m68hc11/m68hc11.h:185
+msgid "Auto pre/post decrement increment not allowed"
+msgstr ""
+
+#: config/m68hc11/m68hc11.h:187 config/m68hc11/m68hc11.h:191
+msgid "Compile for a 68HC11"
+msgstr ""
+
+#: config/m68hc11/m68hc11.h:189 config/m68hc11/m68hc11.h:193
+msgid "Compile for a 68HC12"
+msgstr ""
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of
+#. command options that have values. Its definition is an
+#. initializer with a subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the
+#. fixed part of the option name, and the address of a variable. The
+#. variable, type `char *', is set to the variable part of the given
+#. option if the fixed part matches. The actual option name is made
+#. by appending `-m' to the specified name.
+#: config/m68hc11/m68hc11.h:207
+msgid "Specify the register allocation order"
+msgstr ""
+
+#: config/m68hc11/m68hc11.h:209
+#, fuzzy
+msgid "Indicate the number of soft registers available"
+msgstr "ugyldigt registernavn '%s' for registervariabel"
+
+#: config/m68k/m68k.c:102
+#, c-format
+msgid "-malign-loops=%d is not between 1 and %d"
+msgstr "-malign-loops=%d er ikke mellem 1 og %d"
+
+#: config/m68k/m68k.c:113
+#, c-format
+msgid "-malign-jumps=%d is not between 1 and %d"
+msgstr "-malign-jumps=%d er ikke mellem 1 og %d"
+
+#: config/m68k/m68k.c:124
+#, c-format
+msgid "-malign-functions=%d is not between 1 and %d"
+msgstr "-malign-functions=%d er ikke mellem 1 og %d"
+
+#. Sometimes certain combinations of command options do not make
+#. sense on a particular target machine. You can define a macro
+#. `OVERRIDE_OPTIONS' to take account of this. This macro, if
+#. defined, is executed once just after all the command options have
+#. been parsed.
+#.
+#. Don't use this macro to turn on various extra optimizations for
+#. `-O'. That is what `OPTIMIZATION_OPTIONS' is for.
+#: config/m68k/m68k.h:238 config/m68k/m68kelf.h:265 config/m68k/m68kv4.h:295
+msgid "-fPIC is not currently supported on the 68000 or 68010\n"
+msgstr "-fPIC understøttes ikke på nuværende tidspunkt på 68000 og 68010\n"
+
+#: config/m88k/m88k.c:860
+#, c-format
+msgid "Internal gcc monitor: short-branch(%x)"
+msgstr ""
+
+#: config/m88k/m88k.c:2266
+msgid "Internal gcc error: Can't express symbolic location"
+msgstr ""
+
+#: config/m88k/m88k.c:2547
+#, c-format
+msgid "argument #%d is a structure"
+msgstr ""
+
+#: config/m88k/m88k.c:2862
+msgid "%R not followed by %B/C/D/E"
+msgstr "%R efterfølges ikke af %B/C/D/E"
+
+#: config/m88k/m88k.c:2930
+#, c-format
+msgid "invalid %x/X value"
+msgstr "ugyldig '%x/X'-værdi"
+
+#: config/m88k/m88k.c:2935
+msgid "invalid %H value"
+msgstr "ugyldig '%H'-værdi"
+
+#: config/m88k/m88k.c:2941
+msgid "invalid %h value"
+msgstr "ugyldig '%h'-værdi"
+
+#: config/m88k/m88k.c:2947
+msgid "invalid %Q value"
+msgstr "ugyldig '%Q'-værdi"
+
+#: config/m88k/m88k.c:2953
+msgid "invalid %q value"
+msgstr "ugyldig '%q'-værdi"
+
+#: config/m88k/m88k.c:2959
+#, c-format
+msgid "invalid %o value"
+msgstr "ugyldig '%o'-værdi"
+
+#: config/m88k/m88k.c:2966
+#, c-format
+msgid "invalid %p value"
+msgstr "ugyldig '%p'-værdi"
+
+#: config/m88k/m88k.c:2979 config/m88k/m88k.c:2984
+#, c-format
+msgid "invalid %s/S value"
+msgstr "ugyldig '%s/S'-værdi"
+
+#: config/m88k/m88k.c:2995
+msgid "invalid %P operand"
+msgstr "ugyldig '%P'-operand"
+
+#: config/m88k/m88k.c:3026
+msgid "invalid %B value"
+msgstr "ugyldig '%B'-værdi"
+
+#: config/m88k/m88k.c:3043
+msgid "invalid %C value"
+msgstr "ugyldig '%C'-værdi"
+
+#: config/m88k/m88k.c:3056
+msgid "invalid %D value"
+msgstr "ugyldig '%D'-værdi"
+
+#: config/m88k/m88k.c:3064
+#, c-format
+msgid "invalid %E value"
+msgstr "ugyldig '%E'-værdi"
+
+#: config/m88k/m88k.c:3069
+#, c-format
+msgid "`%d' operand isn't a register"
+msgstr "operanden '%d' er ikke et register"
+
+#: config/m88k/m88k.c:3080
+msgid "invalid %r value"
+msgstr "ugyldig '%r'-værdi"
+
+#: config/m88k/m88k.c:3087
+msgid "operand is r0"
+msgstr "operanden er r0"
+
+#: config/m88k/m88k.c:3101
+msgid "operand is const_double"
+msgstr "operanden er const_double"
+
+#: config/m88k/m88k.c:3120
+msgid "invalid code"
+msgstr "ugyldig kode"
+
+#. Do any checking or such that is needed after processing the -m switches.
+#: config/m88k/m88k.h:277
+msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
+msgstr "-mtrap-large-shift og -mhandle-large-shift er indbyrdes uforenelige"
+
+#: config/m88k/m88k.h:299
+#, c-format
+msgid "Invalid option `-mshort-data-%s'"
+msgstr "Ugyldigt tilvalg '-mshort-data-%s'"
+
+#: config/m88k/m88k.h:304
+#, c-format
+msgid "-mshort-data-%s is too large "
+msgstr "-mshort-data-%s er for stor"
+
+#: config/m88k/m88k.h:306
+#, c-format
+msgid "-mshort-data-%s and PIC are incompatible"
+msgstr "-mshort-data-%s og PIC er indbyrdes uforenelige"
+
+#: config/mcore/mcore.c:3118
+#, fuzzy, c-format
+msgid "Invalid option `-mstack-increment=%s'"
+msgstr "Ugyldigt tilvalg '-mshort-data-%s'"
+
+#: config/mcore/mcore.h:131
+msgid "Inline constants if it can be done in 2 insns or less"
+msgstr ""
+
+#: config/mcore/mcore.h:133
+msgid "inline constants if it only takes 1 instruction"
+msgstr ""
+
+#: config/mcore/mcore.h:135
+msgid "Set maximum alignment to 4"
+msgstr ""
+
+#: config/mcore/mcore.h:137
+msgid "Set maximum alignment to 8"
+msgstr ""
+
+#: config/mcore/mcore.h:141
+msgid "Do not use the divide instruction"
+msgstr ""
+
+#: config/mcore/mcore.h:145
+#, fuzzy
+msgid "Do not arbitary sized immediates in bit operations"
+msgstr "Justér ikke strengoperationernes destination"
+
+#: config/mcore/mcore.h:147
+msgid "Always treat bitfield as int-sized"
+msgstr ""
+
+#: config/mcore/mcore.h:151
+msgid "Force functions to be aligned to a 4 byte boundary"
+msgstr ""
+
+#: config/mcore/mcore.h:153
+msgid "Force functions to be aligned to a 2 byte boundary"
+msgstr ""
+
+#: config/mcore/mcore.h:155
+msgid "Emit call graph information"
+msgstr ""
+
+#: config/mcore/mcore.h:159
+msgid "Prefer word accesses over byte accesses"
+msgstr ""
+
+#: config/mcore/mcore.h:170
+#, fuzzy
+msgid "Generate code for the M*Core M340"
+msgstr "Generér kode til en given cpu"
+
+#: config/mcore/mcore.h:183
+msgid "Maximum amount for a single stack increment operation"
+msgstr ""
+
+#: config/mips/mips.c:4737
+#, c-format
+msgid "-mips%d not supported"
+msgstr "-mips%d er ikke understøttet"
+
+#: config/mips/mips.c:4744
+#, c-format
+msgid "bad value (%s) for -mips switch"
+msgstr "ugyldig værdi (%s) til '-mips'-tilvalget"
+
+#: config/mips/mips.c:4763
+#, c-format
+msgid "bad value (%s) for -mabi= switch"
+msgstr "ugyldig værdi (%s) til '-mabi='-tilvalget"
+
+#: config/mips/mips.c:4793
+#, c-format
+msgid "-mabi=%s does not support -mips%d"
+msgstr "-mabi=%s understøtter ikke -mips%d"
+
+#: config/mips/mips.c:4810
+msgid "The -mabi=32 support does not work yet."
+msgstr "Understøttelsen af -mabi=32 virker ikke endnu"
+
+#: config/mips/mips.c:4814
+msgid "This target does not support the -mabi switch."
+msgstr "Dette mål understøtter ikke '-mabi'-tilvalget."
+
+#: config/mips/mips.c:4948
+#, c-format
+msgid "-mcpu=%s does not support -mips%d"
+msgstr "-mcpu=%s understøtter ikke -mips%d"
+
+#: config/mips/mips.c:4955
+#, c-format
+msgid "-mips%d does not support 64 bit fp registers"
+msgstr "-mips%d understøtter ikke 64-bit kommatalsregistre"
+
+#: config/mips/mips.c:4961
+#, c-format
+msgid "-mips%d does not support 64 bit gp registers"
+msgstr "-mips%d understøtter ikke 64-bit almene registre"
+
+#: config/mips/mips.c:4982
+msgid "-G is incompatible with PIC code which is the default"
+msgstr ""
+
+#: config/mips/mips.c:4998
+#, fuzzy
+msgid "-membedded-pic and -mabicalls are incompatible"
+msgstr "-mrelocatable og -mcall-%s er indbyrdes uforenelige."
+
+#: config/mips/mips.c:5001
+#, fuzzy
+msgid "-G and -membedded-pic are incompatible"
+msgstr "-pg og -fomit-frame-pointer er indbyrdes uforenelige"
+
+#: config/mips/mips.c:5052
+#, c-format
+msgid "Invalid option `entry%s'"
+msgstr "Ugyldigt tilvalg 'entry%s'"
+
+#: config/mips/mips.c:5055
+msgid "-mentry is only meaningful with -mips-16"
+msgstr ""
+
+#: config/mips/mips.c:5388
+#, c-format
+msgid "internal error: %%) found without a %%( in assembler pattern"
+msgstr "intern fejl: %%) fundet uden en %%) i maskinkodeoversættermønster"
+
+#: config/mips/mips.c:5402
+#, c-format
+msgid "internal error: %%] found without a %%[ in assembler pattern"
+msgstr "intern fejl: %%] fundet uden en %%[ i maskinkodeoversættermønster"
+
+#: config/mips/mips.c:5415
+#, c-format
+msgid "internal error: %%> found without a %%< in assembler pattern"
+msgstr "intern fejl: %%> fundet uden en %%< i maskinkodeoversættermønster"
+
+#: config/mips/mips.c:5428
+#, c-format
+msgid "internal error: %%} found without a %%{ in assembler pattern"
+msgstr "intern fejl: %%} fundet uden en %%{ i maskinkodeoversættermønster"
+
+#: config/mips/mips.c:5442
+#, c-format
+msgid "PRINT_OPERAND: Unknown punctuation '%c'"
+msgstr "PRINT_OPERAND: Ukendt tegnsætning '%c'"
+
+#: config/mips/mips.c:5451
+msgid "PRINT_OPERAND null pointer"
+msgstr "PRINT_OPERAND nul-henvisning"
+
+#: config/mips/mips.c:5579
+#, fuzzy, c-format
+msgid "invalid use of %%d, %%x, or %%X"
+msgstr "ugyldig brug af void-udtryk"
+
+#: config/mips/mips.c:5622
+msgid "PRINT_OPERAND_ADDRESS, null pointer"
+msgstr "PRINT_OPERAND_ADDRESS, nul-henvisning"
+
+#: config/mips/mips.c:5826 f/com.c:14611 graph.c:421 java/jcf-parse.c:929
+#: java/jcf-parse.c:1065 java/lex.c:1726 objc/objc-act.c:733 profile.c:906
+#: profile.c:914 toplev.c:1875 toplev.c:2234
+#, fuzzy, c-format
+msgid "can't open %s"
+msgstr "fejl ved åbning af %s"
+
+#: config/mips/mips.c:5877
+msgid "MIPS ECOFF format does not allow changing filenames within functions with #line"
+msgstr ""
+
+#: config/mips/mips.c:6076
+#, fuzzy, c-format
+msgid "can't rewind %s"
+msgstr "[kan ikke finde %s]"
+
+#: config/mips/mips.c:6080
+#, fuzzy, c-format
+msgid "can't write to %s"
+msgstr "fejl ved skrivning til %s"
+
+#: config/mips/mips.c:6083
+#, fuzzy, c-format
+msgid "can't read from %s"
+msgstr "Læser specifikationer fra %s\n"
+
+#: config/mips/mips.c:6086 java/jcf-parse.c:605 java/jcf-write.c:3341
+#, fuzzy, c-format
+msgid "can't close %s"
+msgstr "fejl ved lukning af %s"
+
+#: config/mips/mips.c:6455
+#, c-format
+msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
+msgstr "gp_offset (%ld) eller end_offset (%ld) er mindre end nul."
+
+#: config/mips/mips.c:6673
+#, c-format
+msgid "fp_offset (%ld) or end_offset (%ld) is less than zero."
+msgstr "fp_offset (%ld) eller end_offset (%ld) er mindre end nul."
+
+#: config/mips/mips.c:8744
+#, c-format
+msgid "can not handle inconsistent calls to `%s'"
+msgstr "kan ikke håndtere inkonsistente kald af '%s'"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/mips/mips.h:335 config/mn10300/mn10300.h:64
+msgid "No default crt0.o"
+msgstr ""
+
+#: config/mips/mips.h:337
+msgid "Use 64-bit int type"
+msgstr ""
+
+#: config/mips/mips.h:339
+msgid "Use 64-bit long type"
+msgstr ""
+
+#: config/mips/mips.h:341
+msgid "Use 32-bit long type"
+msgstr ""
+
+#: config/mips/mips.h:343
+msgid "Optimize lui/addiu address loads"
+msgstr ""
+
+#: config/mips/mips.h:345
+msgid "Don't optimize lui/addiu address loads"
+msgstr ""
+
+#: config/mips/mips.h:347
+msgid "Use MIPS as"
+msgstr ""
+
+#: config/mips/mips.h:349
+msgid "Use GNU as"
+msgstr ""
+
+#: config/mips/mips.h:351
+#, fuzzy
+msgid "Use symbolic register names"
+msgstr "ukendt registernavn '%s'"
+
+#: config/mips/mips.h:353
+msgid "Don't use symbolic register names"
+msgstr ""
+
+#: config/mips/mips.h:355 config/mips/mips.h:357
+msgid "Use GP relative sdata/sbss sections"
+msgstr ""
+
+#: config/mips/mips.h:359 config/mips/mips.h:361
+msgid "Don't use GP relative sdata/sbss sections"
+msgstr ""
+
+#: config/mips/mips.h:363
+msgid "Output compiler statistics"
+msgstr ""
+
+#: config/mips/mips.h:365
+msgid "Don't output compiler statistics"
+msgstr ""
+
+#: config/mips/mips.h:367
+msgid "Don't optimize block moves"
+msgstr ""
+
+#: config/mips/mips.h:369
+msgid "Optimize block moves"
+msgstr ""
+
+#: config/mips/mips.h:371
+msgid "Use mips-tfile asm postpass"
+msgstr ""
+
+#: config/mips/mips.h:373
+msgid "Don't use mips-tfile asm postpass"
+msgstr ""
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of triplets in braces,
+#. each triplet being { "NAME", VALUE, DOC }
+#. where VALUE is the bits to set or minus the bits to clear and DOC
+#. is the documentation for --help (NULL if intentionally undocumented).
+#. An empty string NAME is used to identify the default VALUE.
+#: config/mips/mips.h:377 config/pdp11/pdp11.h:55
+#, fuzzy
+msgid "Use hardware floating point"
+msgstr "Brug hardware-kommatal"
+
+#: config/mips/mips.h:379
+msgid "Use 64-bit FP registers"
+msgstr ""
+
+#: config/mips/mips.h:381
+msgid "Use 32-bit FP registers"
+msgstr ""
+
+#: config/mips/mips.h:383
+msgid "Use 64-bit general registers"
+msgstr ""
+
+#: config/mips/mips.h:385
+msgid "Use 32-bit general registers"
+msgstr ""
+
+#: config/mips/mips.h:387
+msgid "Use Irix PIC"
+msgstr ""
+
+#: config/mips/mips.h:389
+msgid "Don't use Irix PIC"
+msgstr ""
+
+#: config/mips/mips.h:391
+msgid "Use OSF PIC"
+msgstr ""
+
+#: config/mips/mips.h:393
+msgid "Don't use OSF PIC"
+msgstr ""
+
+#: config/mips/mips.h:395
+msgid "Use indirect calls"
+msgstr ""
+
+#: config/mips/mips.h:397
+msgid "Don't use indirect calls"
+msgstr ""
+
+#: config/mips/mips.h:399
+msgid "Use embedded PIC"
+msgstr ""
+
+#: config/mips/mips.h:401
+msgid "Don't use embedded PIC"
+msgstr ""
+
+#: config/mips/mips.h:403
+msgid "Use ROM instead of RAM"
+msgstr ""
+
+#: config/mips/mips.h:405
+msgid "Don't use ROM instead of RAM"
+msgstr ""
+
+#: config/mips/mips.h:407
+msgid "Put uninitialized constants in ROM (needs -membedded-data)"
+msgstr ""
+
+#: config/mips/mips.h:409
+msgid "Don't put uninitialized constants in ROM"
+msgstr ""
+
+#: config/mips/mips.h:411
+msgid "Use big-endian byte order"
+msgstr ""
+
+#: config/mips/mips.h:413
+msgid "Use little-endian byte order"
+msgstr ""
+
+#: config/mips/mips.h:415
+msgid "Use single (32-bit) FP only"
+msgstr ""
+
+#: config/mips/mips.h:417
+msgid "Don't use single (32-bit) FP only"
+msgstr ""
+
+#: config/mips/mips.h:419
+msgid "Use multiply accumulate"
+msgstr ""
+
+#: config/mips/mips.h:421
+msgid "Don't use multiply accumulate"
+msgstr ""
+
+#: config/mips/mips.h:423
+msgid "Work around early 4300 hardware bug"
+msgstr ""
+
+#: config/mips/mips.h:425
+msgid "Don't work around early 4300 hardware bug"
+msgstr ""
+
+#: config/mips/mips.h:427
+msgid "Optimize for 4650"
+msgstr ""
+
+#: config/mips/mips.h:429
+msgid "Optimize for 3900"
+msgstr ""
+
+#: config/mips/mips.h:431
+msgid "Trap on integer divide by zero"
+msgstr ""
+
+#: config/mips/mips.h:433
+msgid "Don't trap on integer divide by zero"
+msgstr ""
+
+#: config/mips/mips.h:435
+msgid "Trap on integer divide overflow"
+msgstr ""
+
+#: config/mips/mips.h:437
+msgid "Don't trap on integer divide overflow"
+msgstr ""
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of
+#. command options that have values. Its definition is an
+#. initializer with a subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the
+#. fixed part of the option name, and the address of a variable.
+#. The variable, type `char *', is set to the variable part of the
+#. given option if the fixed part matches. The actual option name
+#. is made by appending `-m' to the specified name.
+#.
+#. Here is an example which defines `-mshort-data-NUMBER'. If the
+#. given option is `-mshort-data-512', the variable `m88k_short_data'
+#. will be set to the string `"512"'.
+#.
+#. extern char *m88k_short_data;
+#. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
+#: config/mips/mips.h:562
+msgid "Specify CPU for scheduling purposes"
+msgstr ""
+
+#: config/mips/mips.h:564
+msgid "Specify MIPS ISA"
+msgstr ""
+
+#: config/mips/mips.h:566
+msgid "Use mips16 entry/exit psuedo ops"
+msgstr ""
+
+#: config/mips/mips.h:568
+#, fuzzy
+msgid "Don't use MIPS16 instructions"
+msgstr "Se %s for instruktioner."
+
+#. Output assembler code to FILE to increment profiler label # LABELNO
+#. for profiling a function entry.
+#: config/mips/mips.h:2592
+msgid "mips16 function profiling"
+msgstr ""
+
+#: config/mn10300/mn10300.h:59
+msgid "Work around hardware multiply bug"
+msgstr ""
+
+#: config/mn10300/mn10300.h:60
+#, fuzzy
+msgid "Do not work around hardware multiply bug"
+msgstr "Brug ikke hardware-kommatal"
+
+#: config/mn10300/mn10300.h:61
+msgid "Target the AM33 processor"
+msgstr ""
+
+#: config/nextstep.c:65
+msgid "optimization turned on"
+msgstr ""
+
+#: config/nextstep.c:71
+msgid "optimization turned off"
+msgstr ""
+
+#: config/nextstep.c:80
+#, fuzzy
+msgid "optimization level restored"
+msgstr "Oversættelse af inkluderingsfil udbedt"
+
+#: config/ns32k/ns32k.h:104
+#, fuzzy
+msgid "Don't use hardware fp"
+msgstr "Brug ikke hardware-kommatal"
+
+#: config/ns32k/ns32k.h:105
+#, fuzzy
+msgid "Alternative calling convention"
+msgstr "Alternativ kaldekonvention"
+
+#: config/ns32k/ns32k.h:107
+msgid "Pass some arguments in registers"
+msgstr ""
+
+#: config/ns32k/ns32k.h:108
+msgid "Pass all arguments on stack"
+msgstr ""
+
+#: config/ns32k/ns32k.h:109
+msgid "Optimize for 32532 cpu"
+msgstr ""
+
+#: config/ns32k/ns32k.h:110
+msgid "Optimize for 32332 cpu"
+msgstr ""
+
+#: config/ns32k/ns32k.h:112
+msgid "Optimize for 32032"
+msgstr ""
+
+#: config/ns32k/ns32k.h:114
+msgid "Register sb is zero. Use for absolute addressing"
+msgstr ""
+
+#: config/ns32k/ns32k.h:115
+#, fuzzy
+msgid "Do not use register sb"
+msgstr "Brug ikke hardware-kommatal"
+
+#: config/ns32k/ns32k.h:116
+#, fuzzy
+msgid "Do not use bitfield instructions"
+msgstr "Se %s for instruktioner."
+
+#: config/ns32k/ns32k.h:117
+#, fuzzy
+msgid "Use bitfield instructions"
+msgstr "Se %s for instruktioner."
+
+#: config/ns32k/ns32k.h:118
+#, fuzzy
+msgid "Generate code for high memory"
+msgstr "Generér kode til en given cpu"
+
+#: config/ns32k/ns32k.h:119
+#, fuzzy
+msgid "Generate code for low memory"
+msgstr "Generér kode til en given cpu"
+
+#: config/ns32k/ns32k.h:120
+msgid "32381 fpu"
+msgstr ""
+
+#: config/ns32k/ns32k.h:121
+msgid "Use multiply-accumulate fp instructions"
+msgstr ""
+
+#: config/ns32k/ns32k.h:123
+msgid "Do not use multiply-accumulate fp instructions"
+msgstr ""
+
+#: config/ns32k/ns32k.h:124
+#, fuzzy
+msgid "\"Small register classes\" kludge"
+msgstr "Ugyldigt registerklassebogstav %c"
+
+#: config/ns32k/ns32k.h:125
+#, fuzzy
+msgid "No \"Small register classes\" kludge"
+msgstr "Ugyldigt registerklassebogstav %c"
+
+#: config/pa/pa.c:135
+#, c-format
+msgid ""
+"Unknown -mschedule= option (%s).\n"
+"Valid options are 700, 7100, 7100LC, 7200, and 8000\n"
+msgstr ""
+
+#: config/pa/pa.c:160
+#, c-format
+msgid ""
+"Unknown -march= option (%s).\n"
+"Valid options are 1.0, 1.1, and 2.0\n"
+msgstr ""
+
+#: config/pa/pa.c:165
+msgid "PIC code generation is not supported in the portable runtime model\n"
+msgstr ""
+
+#: config/pa/pa.c:170
+msgid "PIC code generation is not compatible with fast indirect calls\n"
+msgstr ""
+
+#: config/pa/pa.c:175
+msgid "PIC code generation is not compatible with profiling\n"
+msgstr ""
+
+#: config/pa/pa.c:180
+msgid "-g is only supported when using GAS on this processor,"
+msgstr ""
+
+#: config/pa/pa.c:181
+#, fuzzy
+msgid "-g option disabled."
+msgstr "tilvalg slået til: "
+
+#: config/pdp11/pdp11.h:56
+#, fuzzy
+msgid "Do not use hardware floating point"
+msgstr "Brug ikke hardware-kommatal"
+
+#. return float result in ac0
+#: config/pdp11/pdp11.h:58
+msgid "Return floating point results in ac0"
+msgstr ""
+
+#: config/pdp11/pdp11.h:59
+#, fuzzy
+msgid "Return floating point results in memory"
+msgstr "Ugyldigt tilvalg til kommatalsemulering: -mfpe-%s"
+
+#. is 11/40
+#: config/pdp11/pdp11.h:61
+#, fuzzy
+msgid "Generate code for an 11/40"
+msgstr "Generér kode til en given cpu"
+
+#. is 11/45
+#: config/pdp11/pdp11.h:64
+#, fuzzy
+msgid "Generate code for an 11/45"
+msgstr "Generér kode til en given cpu"
+
+#. is 11/10
+#: config/pdp11/pdp11.h:67
+#, fuzzy
+msgid "Generate code for an 11/10"
+msgstr "Generér kode til en given cpu"
+
+#. use movstrhi for bcopy
+#. use 32 bit for int
+#: config/pdp11/pdp11.h:72 config/pdp11/pdp11.h:73
+msgid "Use 32 bit int"
+msgstr ""
+
+#: config/pdp11/pdp11.h:74 config/pdp11/pdp11.h:75
+msgid "Use 16 bit int"
+msgstr ""
+
+#. use 32 bit for float
+#: config/pdp11/pdp11.h:77 config/pdp11/pdp11.h:78
+msgid "Use 32 bit float"
+msgstr ""
+
+#: config/pdp11/pdp11.h:79 config/pdp11/pdp11.h:80
+msgid "Use 64 bit float"
+msgstr ""
+
+#. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
+#. is branching expensive - on a PDP, it's actually really cheap
+#. this is just to play around and check what code gcc generates
+#. split instruction and data memory?
+#: config/pdp11/pdp11.h:89
+msgid "Target has split I&D"
+msgstr ""
+
+#: config/pdp11/pdp11.h:90
+msgid "Target does not have split I&D"
+msgstr ""
+
+#. UNIX assembler syntax?
+#: config/pdp11/pdp11.h:92
+msgid "Use UNIX assembler syntax"
+msgstr ""
+
+#: config/pdp11/pdp11.h:93
+msgid "Use DEC assembler syntax"
+msgstr ""
+
+#: config/pj/pj.h:73
+msgid "Generate little endian data"
+msgstr ""
+
+#: config/pj/pj.h:75
+msgid "Generate big endian data"
+msgstr ""
+
+#: config/pj/pj.h:77
+msgid "Turn on maintainer testing code"
+msgstr ""
+
+#: config/pj/pj.h:79
+msgid "Enable Transmeta picoJava extensions"
+msgstr ""
+
+#: config/pj/pj.h:81
+msgid "Disable Transmeta picoJava extensions"
+msgstr ""
+
+#: config/pj/pj.h:83
+msgid "Disable reorganization pass"
+msgstr ""
+
+#: config/romp/romp.c:674
+#, c-format
+msgid "invalid %%B value"
+msgstr "ugyldig %%B-værdi"
+
+#: config/romp/romp.c:701 config/rs6000/rs6000.c:4106
+#, c-format
+msgid "invalid %%S value"
+msgstr "ugyldig %%S-værdi"
+
+#: config/romp/romp.c:710 config/romp/romp.c:717
+#, c-format
+msgid "invalid %%b value"
+msgstr "ugyldig %%b-værdi"
+
+#: config/romp/romp.c:738 config/romp/romp.c:745
+#, c-format
+msgid "invalid %%H value"
+msgstr "ugyldig %%H-værdi"
+
+#: config/romp/romp.c:757 config/romp/romp.c:768
+#, c-format
+msgid "invalid %%z value"
+msgstr "ugyldig %%z-værdi"
+
+#: config/romp/romp.c:776 config/romp/romp.c:784
+#, c-format
+msgid "invalid %%Z value"
+msgstr "ugyldig %%Z-værdi"
+
+#: config/romp/romp.c:791 config/romp/romp.c:800 config/romp/romp.c:807
+#: config/rs6000/rs6000.c:3888
+#, c-format
+msgid "invalid %%k value"
+msgstr "ugyldig %%k-værdi"
+
+#: config/romp/romp.c:892 config/romp/romp.c:935
+#, c-format
+msgid "invalid %%j value"
+msgstr "ugyldig %%j-værdi"
+
+#. Perform any needed actions needed for a function that is receiving a
+#. variable number of arguments.
+#.
+#. CUM is as above.
+#.
+#. MODE and TYPE are the mode and type of the current parameter.
+#.
+#. PRETEND_SIZE is a variable that should be set to the amount of stack
+#. that must be pushed by the prolog to pretend that our caller pushed
+#. it.
+#.
+#. Normally, this macro will push all remaining incoming registers on the
+#. stack and set PRETEND_SIZE to the length of the registers pushed.
+#: config/romp/romp.h:661
+msgid "can't have varargs with -mfp-arg-in-fp-regs"
+msgstr "kan ikke have variable parameterlister med -mfp-arg-in-fp-regs"
+
+#: config/rs6000/aix.h:303 config/rs6000/beos.h:30
+msgid "Always pass floating-point arguments in memory"
+msgstr ""
+
+#: config/rs6000/aix.h:305 config/rs6000/beos.h:32
+msgid "Don't always pass floating-point arguments in memory"
+msgstr ""
+
+#: config/rs6000/aix41.h:28 config/rs6000/aix43.h:32 config/rs6000/aix51.h:32
+msgid "Support message passing with the Parallel Environment"
+msgstr ""
+
+#: config/rs6000/aix43.h:28 config/rs6000/aix51.h:28
+msgid "Compile for 64-bit pointers"
+msgstr ""
+
+#: config/rs6000/aix43.h:30 config/rs6000/aix51.h:30
+msgid "Compile for 32-bit pointers"
+msgstr ""
+
+#: config/rs6000/aix43.h:49 config/rs6000/aix51.h:49
+#, fuzzy
+msgid "-maix64 and POWER architecture are incompatible."
+msgstr "-fpic og -mapcs-reent er indbyrdes uforenelige"
+
+#: config/rs6000/aix43.h:54 config/rs6000/aix51.h:54
+msgid "-maix64 requires PowerPC64 architecture remain enabled."
+msgstr ""
+
+#: config/rs6000/aix43.h:58 config/rs6000/aix51.h:58
+msgid "-maix64 required: 64-bit computation with 32-bit addressing not yet supported."
+msgstr "-maix64 påkrævet: 64 bit-beregninger med 32 bit-adressering understøttes endnu ikke."
+
+#: config/rs6000/rs6000.c:341
+#, fuzzy
+msgid "-mmultiple is not supported on little endian systems"
+msgstr "-mcmodel= understøttes ikke på 32 bit-systemer"
+
+#: config/rs6000/rs6000.c:348
+#, fuzzy
+msgid "-mstring is not supported on little endian systems"
+msgstr "-mcmodel= understøttes ikke på 32 bit-systemer"
+
+#: config/rs6000/rs6000.c:354
+#, c-format
+msgid "-f%s ignored for AIX (all code is position independent)"
+msgstr ""
+
+#: config/rs6000/rs6000.c:362
+msgid "-ffunction-sections disabled on AIX when debugging"
+msgstr ""
+
+#: config/rs6000/rs6000.c:368
+#, fuzzy
+msgid "-fdata-sections not supported on AIX"
+msgstr "-pipe understøttes ikke."
+
+#: config/rs6000/rs6000.c:382
+#, c-format
+msgid "Unknown -mdebug-%s switch"
+msgstr "Ukendt '-mdebug-%s'-tilvalg"
+
+#: config/rs6000/rs6000.c:3815
+#, c-format
+msgid "invalid %%f value"
+msgstr "ugyldig %%f-værdi"
+
+#: config/rs6000/rs6000.c:3824
+#, c-format
+msgid "invalid %%F value"
+msgstr "ugyldig %%F-værdi"
+
+#: config/rs6000/rs6000.c:3833
+#, c-format
+msgid "invalid %%G value"
+msgstr "ugyldig %%G-værdi"
+
+#: config/rs6000/rs6000.c:3868
+#, c-format
+msgid "invalid %%j code"
+msgstr "ugyldig %%j-kode"
+
+#: config/rs6000/rs6000.c:3878
+#, c-format
+msgid "invalid %%J code"
+msgstr "ugyldig %%J-kode"
+
+#: config/rs6000/rs6000.c:3908
+#, c-format
+msgid "invalid %%K value"
+msgstr "ugyldig %%K-værdi"
+
+#: config/rs6000/rs6000.c:4032
+#, c-format
+msgid "invalid %%p value"
+msgstr "ugyldig %%p-værdi"
+
+#: config/rs6000/rs6000.c:4069
+#, c-format
+msgid "invalid %%q value"
+msgstr "ugyldig %%q-værdi"
+
+#: config/rs6000/rs6000.c:4132
+#, c-format
+msgid "%%S computed all 1's mask"
+msgstr "%%S beregnede alle 1'eres maske"
+
+#: config/rs6000/rs6000.c:4159
+#, c-format
+msgid "%%S computed all 0's mask"
+msgstr "%%S beregnede alle 0'eres maske"
+
+#: config/rs6000/rs6000.c:4169
+#, fuzzy, c-format
+msgid "invalid %%T value"
+msgstr "ugyldig %%v-værdi"
+
+#: config/rs6000/rs6000.c:4179
+#, c-format
+msgid "invalid %%u value"
+msgstr "ugyldig %%u-værdi"
+
+#: config/rs6000/rs6000.c:4188
+#, c-format
+msgid "invalid %%v value"
+msgstr "ugyldig %%v-værdi"
+
+#: config/rs6000/rs6000.c:4261
+#, fuzzy, c-format
+msgid "invalid %%W value"
+msgstr "ugyldig %%v-værdi"
+
+#. Run-time compilation parameters selecting different hardware subsets.
+#.
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/rs6000/rs6000.h:253
+#, fuzzy
+msgid "Use POWER instruction set"
+msgstr "Se %s for instruktioner."
+
+#: config/rs6000/rs6000.h:256
+#, fuzzy
+msgid "Use POWER2 instruction set"
+msgstr "Se %s for instruktioner."
+
+#: config/rs6000/rs6000.h:258
+#, fuzzy
+msgid "Do not use POWER2 instruction set"
+msgstr "Brug ikke push-instruktioner til at gemme udgående parametre"
+
+#: config/rs6000/rs6000.h:261
+#, fuzzy
+msgid "Do not use POWER instruction set"
+msgstr "Brug ikke push-instruktioner til at gemme udgående parametre"
+
+#: config/rs6000/rs6000.h:263
+#, fuzzy
+msgid "Use PowerPC instruction set"
+msgstr "Se %s for instruktioner."
+
+#: config/rs6000/rs6000.h:266
+#, fuzzy
+msgid "Do not use PowerPC instruction set"
+msgstr "Se %s for instruktioner."
+
+#: config/rs6000/rs6000.h:268
+msgid "Use PowerPC General Purpose group optional instructions"
+msgstr ""
+
+#: config/rs6000/rs6000.h:270
+msgid "Don't use PowerPC General Purpose group optional instructions"
+msgstr ""
+
+#: config/rs6000/rs6000.h:272
+msgid "Use PowerPC Graphics group optional instructions"
+msgstr ""
+
+#: config/rs6000/rs6000.h:274
+msgid "Don't use PowerPC Graphics group optional instructions"
+msgstr ""
+
+#: config/rs6000/rs6000.h:276
+#, fuzzy
+msgid "Use PowerPC-64 instruction set"
+msgstr "Se %s for instruktioner."
+
+#: config/rs6000/rs6000.h:278
+#, fuzzy
+msgid "Don't use PowerPC-64 instruction set"
+msgstr "Se %s for instruktioner."
+
+#: config/rs6000/rs6000.h:280
+msgid "Use new mnemonics for PowerPC architecture"
+msgstr ""
+
+#: config/rs6000/rs6000.h:282
+msgid "Use old mnemonics for PowerPC architecture"
+msgstr ""
+
+#: config/rs6000/rs6000.h:285
+msgid "Put everything in the regular TOC"
+msgstr ""
+
+#: config/rs6000/rs6000.h:287
+#, fuzzy
+msgid "Place floating point constants in TOC"
+msgstr "forkert udformet kommatalskonstant"
+
+#: config/rs6000/rs6000.h:289
+msgid "Don't place floating point constants in TOC"
+msgstr ""
+
+#: config/rs6000/rs6000.h:291
+msgid "Place symbol+offset constants in TOC"
+msgstr ""
+
+#: config/rs6000/rs6000.h:293
+msgid "Don't place symbol+offset constants in TOC"
+msgstr ""
+
+#: config/rs6000/rs6000.h:299
+msgid "Place variable addresses in the regular TOC"
+msgstr ""
+
+#: config/rs6000/rs6000.h:305
+msgid "Generate load/store multiple instructions"
+msgstr ""
+
+#: config/rs6000/rs6000.h:307
+msgid "Do not generate load/store multiple instructions"
+msgstr ""
+
+#: config/rs6000/rs6000.h:311
+msgid "Generate string instructions for block moves"
+msgstr ""
+
+#: config/rs6000/rs6000.h:313
+#, fuzzy
+msgid "Do not generate string instructions for block moves"
+msgstr "Generér ikke sin, cos, sqrt til fpu"
+
+#: config/rs6000/rs6000.h:317
+msgid "Generate load/store with update instructions"
+msgstr ""
+
+#: config/rs6000/rs6000.h:319
+msgid "Do not generate load/store with update instructions"
+msgstr ""
+
+#: config/rs6000/rs6000.h:321
+msgid "Generate fused multiply/add instructions"
+msgstr ""
+
+#: config/rs6000/rs6000.h:323
+msgid "Don't generate fused multiply/add instructions"
+msgstr ""
+
+#: config/rs6000/rs6000.h:327
+msgid "Don't schedule the start and end of the procedure"
+msgstr ""
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of
+#. command options that have values. Its definition is an
+#. initializer with a subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the
+#. fixed part of the option name, and the address of a variable.
+#. The variable, type `char *', is set to the variable part of the
+#. given option if the fixed part matches. The actual option name
+#. is made by appending `-m' to the specified name.
+#.
+#. Here is an example which defines `-mshort-data-NUMBER'. If the
+#. given option is `-mshort-data-512', the variable `m88k_short_data'
+#. will be set to the string `"512"'.
+#.
+#. extern char *m88k_short_data;
+#. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
+#: config/rs6000/rs6000.h:400 config/sparc/sparc.h:708
+#, fuzzy
+msgid "Use features of and schedule code for given CPU"
+msgstr "Planlæg koden til en given cpu"
+
+#: config/rs6000/rs6000.h:403
+msgid "Enable debug output"
+msgstr ""
+
+#. Definitions for __builtin_return_address and __builtin_frame_address.
+#. __builtin_return_address (0) should give link register (65), enable
+#. this.
+#. This should be uncommented, so that the link register is used, but
+#. currently this would result in unmatched insns and spilling fixed
+#. registers so we'll leave it for another day. When these problems are
+#. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
+#. (mrs)
+#. #define RETURN_ADDR_IN_PREVIOUS_FRAME
+#. Number of bytes into the frame return addresses can be found. See
+#. rs6000_stack_info in rs6000.c for more information on how the different
+#. abi's store the return address.
+#: config/rs6000/rs6000.h:1654
+msgid "RETURN_ADDRESS_OFFSET not supported"
+msgstr "RETURN_ADDRESS_OFFSET er ikke understøttet"
+
+#: config/rs6000/sysv4.h:88
+#, fuzzy
+msgid "Select ABI calling convention."
+msgstr "Alternativ kaldekonvention"
+
+#: config/rs6000/sysv4.h:89
+msgid "Select method for sdata handling."
+msgstr ""
+
+#: config/rs6000/sysv4.h:104
+msgid "Align to the base type of the bitfield."
+msgstr ""
+
+#: config/rs6000/sysv4.h:106
+msgid "Don't align to the base type of the bitfield."
+msgstr ""
+
+#: config/rs6000/sysv4.h:108
+msgid "Don't assume that unaligned accesses are handled by the system"
+msgstr ""
+
+#: config/rs6000/sysv4.h:110
+msgid "Assume that unaligned accesses are handled by the system"
+msgstr ""
+
+#: config/rs6000/sysv4.h:112 config/rs6000/sysv4.h:116
+msgid "Produce code relocatable at runtime."
+msgstr ""
+
+#: config/rs6000/sysv4.h:114 config/rs6000/sysv4.h:118
+msgid "Don't produce code relocatable at runtime."
+msgstr ""
+
+#: config/rs6000/sysv4.h:120 config/rs6000/sysv4.h:122
+msgid "Produce little endian code."
+msgstr ""
+
+#: config/rs6000/sysv4.h:124 config/rs6000/sysv4.h:126
+msgid "Produce big endian code."
+msgstr ""
+
+#: config/rs6000/sysv4.h:130 config/sparc/linux.h:84
+#: config/sparc/linux64.h:140
+msgid "Use 128 bit long doubles"
+msgstr ""
+
+#: config/rs6000/sysv4.h:131 config/rs6000/sysv4.h:132
+#: config/rs6000/sysv4.h:133 config/rs6000/sysv4.h:134
+#: config/rs6000/sysv4.h:135 config/rs6000/sysv4.h:136
+#: config/rs6000/sysv4.h:143 config/rs6000/sysv4.h:144
+#: config/rs6000/sysv4.h:155 config/rs6000/sysv4.h:156
+#: config/rs6000/sysv4.h:157 config/rs6000/sysv4.h:159
+msgid "no description yet"
+msgstr ""
+
+#: config/rs6000/sysv4.h:137
+msgid "Use EABI."
+msgstr ""
+
+#: config/rs6000/sysv4.h:138
+msgid "Don't use EABI."
+msgstr ""
+
+#: config/rs6000/sysv4.h:140
+#, fuzzy
+msgid "Use alternate register names."
+msgstr "ukendt registernavn '%s'"
+
+#: config/rs6000/sysv4.h:142
+msgid "Don't use alternate register names."
+msgstr ""
+
+#: config/rs6000/sysv4.h:146
+msgid "Link with libsim.a, libc.a and sim-crt0.o."
+msgstr ""
+
+#: config/rs6000/sysv4.h:148
+msgid "Link with libads.a, libc.a and crt0.o."
+msgstr ""
+
+#: config/rs6000/sysv4.h:150
+msgid "Link with libyk.a, libc.a and crt0.o."
+msgstr ""
+
+#: config/rs6000/sysv4.h:152
+msgid "Link with libmvme.a, libc.a and crt0.o."
+msgstr ""
+
+#: config/rs6000/sysv4.h:154
+msgid "Set the PPC_EMB bit in the ELF flags header"
+msgstr ""
+
+#. Sometimes certain combinations of command options do not make sense
+#. on a particular target machine. You can define a macro
+#. `OVERRIDE_OPTIONS' to take account of this. This macro, if
+#. defined, is executed once just after all the command options have
+#. been parsed.
+#.
+#. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
+#. get control.
+#: config/rs6000/sysv4.h:205
+#, c-format
+msgid "Bad value for -mcall-%s"
+msgstr "Ugyldig værdi til -mcall-%s"
+
+#: config/rs6000/sysv4.h:221
+#, c-format
+msgid "Bad value for -msdata=%s"
+msgstr "Ugyldig værdi til -msdata=%s"
+
+#: config/rs6000/sysv4.h:238
+#, c-format
+msgid "-mrelocatable and -msdata=%s are incompatible."
+msgstr "-mrelocatable og -msdata=%s er indbyrdes uforenelige"
+
+#: config/rs6000/sysv4.h:246
+#, c-format
+msgid "-f%s and -msdata=%s are incompatible."
+msgstr "-f%s og -msdata=%s er indbyrdes uforenelige."
+
+#: config/rs6000/sysv4.h:255
+#, c-format
+msgid "-msdata=%s and -mcall-%s are incompatible."
+msgstr "-msdata=%s og -mcall-%s er indbyrdes uforenelige."
+
+#: config/rs6000/sysv4.h:262
+msgid "-mrelocatable and -mno-minimal-toc are incompatible."
+msgstr "-mrelocatable og -mno-minimal-toc er indbyrdes uforenelige."
+
+#: config/rs6000/sysv4.h:268
+#, c-format
+msgid "-mrelocatable and -mcall-%s are incompatible."
+msgstr "-mrelocatable og -mcall-%s er indbyrdes uforenelige."
+
+#: config/rs6000/sysv4.h:275
+#, c-format
+msgid "-fPIC and -mcall-%s are incompatible."
+msgstr "-fPIC og -mcall-%s er indbyrdes uforenelige."
+
+#: config/rs6000/sysv4.h:282
+msgid "-mcall-aixdesc must be big endian"
+msgstr "-mcall-aixdesc skal være ordnet med de mest betydende byte først i hukommelsen (big endian)"
+
+#: config/sparc/sp64-elf.h:84 config/sparc/splet.h:29
+#, fuzzy
+msgid "Generate code for big endian"
+msgstr "Generér kode til en given cpu"
+
+#: config/sparc/sp64-elf.h:85 config/sparc/splet.h:30
+#, fuzzy
+msgid "Generate code for little endian"
+msgstr "Generér kode til en given cpu"
+
+#: config/sparc/sp86x-aout.h:53 config/sparc/sp86x-elf.h:66
+msgid "Use little-endian byte order for data"
+msgstr ""
+
+#: config/sparc/sparc.c:253
+#, c-format
+msgid "%s is not supported by this configuration"
+msgstr "%s understøttes ikke af denne konfiguration"
+
+#: config/sparc/sparc.c:260
+msgid "-mlong-double-64 not allowed with -m64"
+msgstr "-mlong-double-64 er ikke tilladt med -m64"
+
+#: config/sparc/sparc.c:280
+#, c-format
+msgid "bad value (%s) for -mcmodel= switch"
+msgstr "ugyldig værdi (%s) til '-mcmodel='tilvalget"
+
+#: config/sparc/sparc.c:285
+msgid "-mcmodel= is not supported on 32 bit systems"
+msgstr "-mcmodel= understøttes ikke på 32 bit-systemer"
+
+#: config/sparc/sparc.c:366
+msgid "profiling does not support code models other than medlow"
+msgstr "profilgenerering understøtter ikke andre kodemodeller end medlow"
+
+#: config/sparc/sparc.c:5712 config/sparc/sparc.c:5718
+#, c-format
+msgid "Invalid %%Y operand"
+msgstr "Ugyldig %%Y-operand"
+
+#: config/sparc/sparc.c:5788
+#, c-format
+msgid "Invalid %%A operand"
+msgstr "Ugyldig %%A-operand"
+
+#: config/sparc/sparc.c:5798
+#, c-format
+msgid "Invalid %%B operand"
+msgstr "Ugyldig %%B-operand"
+
+#: config/sparc/sparc.c:5837
+#, c-format
+msgid "Invalid %%c operand"
+msgstr "Ugyldig %%c-operand"
+
+#: config/sparc/sparc.c:5838
+#, c-format
+msgid "Invalid %%C operand"
+msgstr "Ugyldig %%C-operand"
+
+#: config/sparc/sparc.c:5859
+#, c-format
+msgid "Invalid %%d operand"
+msgstr "Ugyldig %%d-operand"
+
+#: config/sparc/sparc.c:5860
+#, c-format
+msgid "Invalid %%D operand"
+msgstr "Ugyldig %%D-operand"
+
+#: config/sparc/sparc.c:5878
+#, c-format
+msgid "Invalid %%f operand"
+msgstr "Ugyldig %%f-operand"
+
+#: config/sparc/sparc.c:5928
+msgid "long long constant not a valid immediate operand"
+msgstr "long long-konstant er ikke en gyldig umiddelbar operand"
+
+#: config/sparc/sparc.c:5931
+msgid "floating point constant not a valid immediate operand"
+msgstr "kommatalskonstant er ikke en gyldig umiddelbar operand"
+
+#. To make profiling work with -f{pic,PIC}, we need to emit the profiling
+#. code into the rtl. Also, if we are profiling, we cannot eliminate
+#. the frame pointer (because the return address will get smashed).
+#: config/sparc/sparc.h:403
+#, c-format
+msgid "%s and profiling conflict: disabling %s"
+msgstr ""
+
+#: config/sparc/sparc.h:587
+msgid "Use FUNCTION_EPILOGUE"
+msgstr ""
+
+#: config/sparc/sparc.h:589
+msgid "Do not use FUNCTION_EPILOGUE"
+msgstr ""
+
+#: config/sparc/sparc.h:591
+msgid "Assume possible double misalignment"
+msgstr ""
+
+#: config/sparc/sparc.h:593
+msgid "Assume all doubles are aligned"
+msgstr ""
+
+#: config/sparc/sparc.h:595
+msgid "Pass -assert pure-text to linker"
+msgstr ""
+
+#: config/sparc/sparc.h:597
+msgid "Do not pass -assert pure-text to linker"
+msgstr ""
+
+#: config/sparc/sparc.h:599
+msgid "Use flat register window model"
+msgstr ""
+
+#: config/sparc/sparc.h:601
+msgid "Do not use flat register window model"
+msgstr ""
+
+#: config/sparc/sparc.h:603
+msgid "Use ABI reserved registers"
+msgstr ""
+
+#: config/sparc/sparc.h:605
+msgid "Do not use ABI reserved registers"
+msgstr ""
+
+#: config/sparc/sparc.h:607
+#, fuzzy
+msgid "Use hardware quad fp instructions"
+msgstr "Se %s for instruktioner."
+
+#: config/sparc/sparc.h:609
+#, fuzzy
+msgid "Do not use hardware quad fp instructions"
+msgstr "Brug ikke hardware-kommatal"
+
+#: config/sparc/sparc.h:611
+msgid "Compile for v8plus ABI"
+msgstr ""
+
+#: config/sparc/sparc.h:613
+msgid "Do not compile for v8plus ABI"
+msgstr ""
+
+#: config/sparc/sparc.h:615
+msgid "Utilize Visual Instruction Set"
+msgstr ""
+
+#: config/sparc/sparc.h:617
+#, fuzzy
+msgid "Do not utilize Visual Instruction Set"
+msgstr "Integrér ikke alle kendte strengoperationer"
+
+#. ??? These are deprecated, coerced to -mcpu=. Delete in 2.9.
+#: config/sparc/sparc.h:620
+msgid "Optimize for Cypress processors"
+msgstr ""
+
+#: config/sparc/sparc.h:622
+msgid "Optimize for SparcLite processors"
+msgstr ""
+
+#: config/sparc/sparc.h:624
+msgid "Optimize for F930 processors"
+msgstr ""
+
+#: config/sparc/sparc.h:626
+msgid "Optimize for F934 processors"
+msgstr ""
+
+#: config/sparc/sparc.h:628
+msgid "Use V8 Sparc ISA"
+msgstr ""
+
+#: config/sparc/sparc.h:630
+msgid "Optimize for SuperSparc processors"
+msgstr ""
+
+#. End of deprecated options.
+#: config/sparc/sparc.h:633
+msgid "Pointers are 64-bit"
+msgstr ""
+
+#: config/sparc/sparc.h:635
+msgid "Pointers are 32-bit"
+msgstr ""
+
+#: config/sparc/sparc.h:637
+msgid "Use 32-bit ABI"
+msgstr ""
+
+#: config/sparc/sparc.h:639
+msgid "Use 64-bit ABI"
+msgstr ""
+
+#: config/sparc/sparc.h:641
+msgid "Use stack bias"
+msgstr ""
+
+#: config/sparc/sparc.h:643
+#, fuzzy
+msgid "Do not use stack bias"
+msgstr "Brug ikke hardware-kommatal"
+
+#: config/sparc/sparc.h:645
+msgid "Use structs on stronger alignment for double-word copies"
+msgstr ""
+
+#: config/sparc/sparc.h:647
+msgid "Do not use structs on stronger alignment for double-word copies"
+msgstr ""
+
+#: config/sparc/sparc.h:649
+msgid "Optimize tail call instructions in assembler and linker"
+msgstr ""
+
+#: config/sparc/sparc.h:651
+msgid "Do not optimize tail call instructions in assembler or linker"
+msgstr ""
+
+#: config/sparc/sparc.h:712
+msgid "Use given Sparc code model"
+msgstr ""
+
+#: config/v850/v850-c.c:68
+msgid "#pragma GHS endXXXX found without previous startXXX"
+msgstr ""
+
+#: config/v850/v850-c.c:70
+msgid "#pragma GHS endXXX does not match previous startXXX"
+msgstr ""
+
+#: config/v850/v850-c.c:95
+msgid "Cannot set interrupt attribute: no current function"
+msgstr ""
+
+#: config/v850/v850-c.c:103
+msgid "Cannot set interrupt attribute: no such identifier"
+msgstr ""
+
+#: config/v850/v850-c.c:149
+#, fuzzy
+msgid "junk at end of #pragma ghs section"
+msgstr "ragelse i slutningen af #%s"
+
+#: config/v850/v850-c.c:166
+#, fuzzy, c-format
+msgid "unrecognised section name \"%s\""
+msgstr "ukendt registernavn '%s'"
+
+#: config/v850/v850-c.c:181
+#, fuzzy
+msgid "malformed #pragma ghs section"
+msgstr "forkert udformet #pragma-direktiv"
+
+#: config/v850/v850-c.c:201
+#, fuzzy
+msgid "junk at end of #pragma ghs interrupt"
+msgstr "ragelse i slutningen af #%s"
+
+#: config/v850/v850-c.c:213
+#, fuzzy
+msgid "junk at end of #pragma ghs starttda"
+msgstr "ragelse i slutningen af #%s"
+
+#: config/v850/v850-c.c:225
+#, fuzzy
+msgid "junk at end of #pragma ghs startsda"
+msgstr "ragelse i slutningen af #%s"
+
+#: config/v850/v850-c.c:237
+#, fuzzy
+msgid "junk at end of #pragma ghs startzda"
+msgstr "ragelse i slutningen af #%s"
+
+#: config/v850/v850-c.c:249
+#, fuzzy
+msgid "junk at end of #pragma ghs endtda"
+msgstr "ragelse i slutningen af #%s"
+
+#: config/v850/v850-c.c:261
+#, fuzzy
+msgid "junk at end of #pragma ghs endsda"
+msgstr "ragelse i slutningen af #%s"
+
+#: config/v850/v850-c.c:273
+#, fuzzy
+msgid "junk at end of #pragma ghs endzda"
+msgstr "ragelse i slutningen af #%s"
+
+#: config/v850/v850.c:107
+#, c-format
+msgid "%s=%s is not numeric."
+msgstr "%s=%s er ikke et tal."
+
+#: config/v850/v850.c:114
+#, c-format
+msgid "%s=%s is too large."
+msgstr "%s=%s er for stor."
+
+#: config/v850/v850.c:2039
+msgid "a data area attribute cannot be specified for local variables"
+msgstr ""
+
+#: config/v850/v850.c:2047
+#, c-format
+msgid "data area of '%s' conflicts with previous declaration"
+msgstr ""
+
+#: config/v850/v850.c:2249
+#, c-format
+msgid "Bogus JR construction: %d\n"
+msgstr "Falsk JR-konstruktion: %d\n"
+
+#: config/v850/v850.c:2270 config/v850/v850.c:2472
+#, c-format
+msgid "Bad amount of stack space removal: %d"
+msgstr "Ugyldig størrelse af stakpladsfjernelse: %d"
+
+#: config/v850/v850.c:2448
+#, c-format
+msgid "Bogus JARL construction: %d\n"
+msgstr "Falsk JARL-konstruktion: %d\n"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/v850/v850.h:121
+msgid "Support Green Hills ABI"
+msgstr ""
+
+#: config/v850/v850.h:124
+msgid "Prohibit PC relative function calls"
+msgstr ""
+
+#: config/v850/v850.h:127
+msgid "Reuse r30 on a per function basis"
+msgstr ""
+
+#: config/v850/v850.h:130
+msgid "Use stubs for function prologues"
+msgstr ""
+
+#: config/v850/v850.h:133
+msgid "Same as: -mep -mprolog-function"
+msgstr ""
+
+#: config/v850/v850.h:134
+#, fuzzy
+msgid "Enable backend debugging"
+msgstr "Aktivér stakprøvning"
+
+#: config/v850/v850.h:136
+msgid "Compile for the v850 processor"
+msgstr ""
+
+#: config/v850/v850.h:139
+msgid "Use 4 byte entries in switch tables"
+msgstr ""
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of
+#. command options that have values. Its definition is an
+#. initializer with a subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the
+#. fixed part of the option name, and the address of a variable. The
+#. variable, type `char *', is set to the variable part of the given
+#. option if the fixed part matches. The actual option name is made
+#. by appending `-m' to the specified name.
+#.
+#. Here is an example which defines `-mshort-data-NUMBER'. If the
+#. given option is `-mshort-data-512', the variable `m88k_short_data'
+#. will be set to the string `"512"'.
+#.
+#. extern char *m88k_short_data;
+#. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
+#: config/v850/v850.h:183
+msgid "Set the max size of data eligible for the TDA area"
+msgstr ""
+
+#: config/v850/v850.h:186
+msgid "Set the max size of data eligible for the SDA area"
+msgstr ""
+
+#: config/v850/v850.h:189
+msgid "Set the max size of data eligible for the ZDA area"
+msgstr ""
+
+#: convert.c:67
+msgid "cannot convert to a pointer type"
+msgstr "kan ikke konverteres til en henvisningstype"
+
+#: convert.c:100
+msgid "pointer value used where a floating point value was expected"
+msgstr "en henvisningsværdi er angivet hvor der forventedes en kommatalsværdi"
+
+#: convert.c:104
+msgid "aggregate value used where a float was expected"
+msgstr "en værdi af en sammensat type er angivet hvor der forventedes et kommatal"
+
+#: convert.c:130
+msgid "conversion to incomplete type"
+msgstr "konvertering til en ufuldstændig type"
+
+#: convert.c:390 convert.c:470
+msgid "can't convert between vector values of different size"
+msgstr ""
+
+#: convert.c:396
+msgid "aggregate value used where an integer was expected"
+msgstr "en værdi af en sammensat type er angivet hvor der forventedes et heltal"
+
+#: convert.c:448 f/com.c:1132
+msgid "pointer value used where a complex was expected"
+msgstr "en henvisningsværdi er angivet hvor der forventedes et komplekst tal"
+
+#: convert.c:452 f/com.c:1134
+msgid "aggregate value used where a complex was expected"
+msgstr "en værdi af en sammensat type er angivet hvor der forventedes et komplekst tal"
+
+#: convert.c:476
+#, fuzzy
+msgid "can't convert value to a vector"
+msgstr "kan ikke konverteres til en henvisningstype"
+
+#: cp/call.c:379
+#, fuzzy
+msgid "unable to call pointer to member function here"
+msgstr " i henvisning til medlemsfunktion-omdannelse"
+
+#: cp/call.c:509
+msgid "destructors take no parameters"
+msgstr "destruktionsfunktioner kan ikke have parametre"
+
+#: cp/call.c:2867
+msgid "ISO C++ forbids omitting the middle term of a ?: expression"
+msgstr ""
+
+#: cp/class.c:1438
+#, c-format
+msgid "conflicting access specifications for field `%s', ignored"
+msgstr "modstridende tilgangsanvisninger til feltet '%s', ignoreret"
+
+#: cp/class.c:5533
+msgid "trying to finish struct, but kicked out due to previous parse errors."
+msgstr "forsøgte at afslutte struct, men blev stoppet af tidligere tolkningsfejl."
+
+#: cp/class.c:5988
+#, c-format
+msgid "language string `\"%s\"' not recognized"
+msgstr "sprogstrengen '\"%s\"' ikke genkendt"
+
+#: cp/class.c:6303 cp/class.c:6471 cp/class.c:6478
+msgid "not enough type information"
+msgstr "ikke tilstrækkelig information om typen"
+
+#: cp/class.c:6455
+msgid "invalid operation on uninstantiated type"
+msgstr "ugyldig operation på uudskiftet type"
+
+#: cp/class.c:8256
+msgid "object size exceeds built-in limit for virtual function table implementation"
+msgstr ""
+
+#: cp/class.c:8258
+msgid "object size exceeds normal limit for virtual function table implementation, recompile all source and use -fhuge-objects"
+msgstr ""
+
+#: cp/decl.c:4230
+#, fuzzy, c-format
+msgid "declaration of `%s' shadows a member of `this'"
+msgstr "'%s' erklæret som en tabel af void"
+
+#: cp/decl.c:4871
+#, c-format
+msgid "label `%s' referenced outside of any function"
+msgstr "der er blevet henvist til etiketten '%s' uden for en funktion"
+
+#: cp/decl.c:4976 cp/decl.c:5000
+msgid "jump to case label"
+msgstr ""
+
+#: cp/decl.c:5007 cp/decl.c:5111
+msgid " enters try block"
+msgstr " går ind i try-blok"
+
+#: cp/decl.c:5009 cp/decl.c:5113
+#, fuzzy
+msgid " enters catch block"
+msgstr " går ind i try-blok"
+
+#: cp/decl.c:5092
+msgid " from here"
+msgstr ""
+
+#: cp/decl.c:6355
+#, fuzzy
+msgid "the ABI requires vtable thunks"
+msgstr "den nye binære grænseflade kræver virtuel tabel-afdelinger"
+
+#: cp/decl.c:6996
+msgid "multiple types in one declaration"
+msgstr "flere typer i én erklæring"
+
+#: cp/decl.c:6999
+#, fuzzy
+msgid "declaration does not declare anything"
+msgstr "friend-erklæringen er ikke i klassedefinitionen"
+
+#: cp/decl.c:7023
+msgid "Missing type-name in typedef-declaration."
+msgstr ""
+
+#: cp/decl.c:7030
+msgid "ISO C++ prohibits anonymous structs"
+msgstr ""
+
+#: cp/decl.c:8018
+msgid "assignment (not initialization) in declaration"
+msgstr "tildeling (ikke klargøring) i erklæring"
+
+#: cp/decl.c:8580
+msgid "invalid catch parameter"
+msgstr "ugyldig catch-parameter"
+
+#: cp/decl.c:8807
+msgid "cannot declare `::main' to be a template"
+msgstr "kan ikke erklære '::main' som et template"
+
+#: cp/decl.c:8809
+msgid "cannot declare `::main' to be inline"
+msgstr "kan ikke erklære '::main' som inline"
+
+#: cp/decl.c:8811
+msgid "cannot declare `::main' to be static"
+msgstr "kan ikke erklære '::main' som static"
+
+#: cp/decl.c:8814
+#, fuzzy
+msgid "`main' must return `int'"
+msgstr "'operator new' skal returnere typen 'void *'"
+
+#: cp/decl.c:9365
+msgid "overflow in array dimension"
+msgstr "tabeldimension for stor"
+
+#: cp/decl.c:9651
+msgid "destructors must be member functions"
+msgstr "destruktionsfunktioner skal være medlemmer"
+
+#: cp/decl.c:9980
+msgid "`bool' is now a keyword"
+msgstr "'bool' er et reserveret ord"
+
+#: cp/decl.c:10011
+#, fuzzy
+msgid "ISO C++ does not support `long long'"
+msgstr "GNU C++ understøtter ikke -C uden -E"
+
+#: cp/decl.c:10133
+#, c-format
+msgid "short, signed or unsigned invalid for `%s'"
+msgstr "short, signed eller unsigned er ugyldig for '%s'"
+
+#: cp/decl.c:10138
+#, c-format
+msgid "long and short specified together for `%s'"
+msgstr "long og short er begge angivet for '%s'"
+
+#: cp/decl.c:10149
+#, c-format
+msgid "signed and unsigned given together for `%s'"
+msgstr "signed og unsigned er begge angivet for '%s'"
+
+#: cp/decl.c:10296
+msgid "storage class specifiers invalid in parameter declarations"
+msgstr "lagringsklasseanvisninger er ugyldige i parametererklæringer"
+
+#: cp/decl.c:10300
+msgid "typedef declaration invalid in parameter declaration"
+msgstr "typedef-erklæringer er ugyldig i parametererklæringer"
+
+#: cp/decl.c:10311
+msgid "virtual outside class declaration"
+msgstr "virtual angivet uden for klasseerklæring"
+
+#: cp/decl.c:10365
+#, c-format
+msgid "storage class specified for %s `%s'"
+msgstr "lagringsklasse angivet for %s '%s'"
+
+#: cp/decl.c:10403
+msgid "storage class specifiers invalid in friend function declarations"
+msgstr "lagringsklasseanvisninger er ugyldige i vennefunktionserklæringer"
+
+#: cp/decl.c:10585
+msgid "destructor cannot be static member function"
+msgstr "destruktionsfunktionen kan ikke være en statisk medlemsfunktion"
+
+#: cp/decl.c:10609
+msgid "constructor cannot be static member function"
+msgstr "konstruktionsfunktionen kan ikke være en statisk medlemsfunktion"
+
+#: cp/decl.c:10612
+#, fuzzy
+msgid "constructors cannot be declared virtual"
+msgstr "const '%s' kan ikke erklæres 'mutable'"
+
+#: cp/decl.c:10627
+msgid "return value type specifier for constructor ignored"
+msgstr "angivelse af typen af returværdien til konstruktionsfunktionen ignoreres"
+
+#: cp/decl.c:10646
+#, c-format
+msgid "can't initialize friend function `%s'"
+msgstr "kan ikke klargøre vennefunktionen '%s'"
+
+#. Cannot be both friend and virtual.
+#: cp/decl.c:10650
+msgid "virtual functions cannot be friends"
+msgstr "en virtuel funktion kan ikke erklæres som friend"
+
+#: cp/decl.c:10655
+msgid "friend declaration not in class definition"
+msgstr "friend-erklæringen er ikke i klassedefinitionen"
+
+#: cp/decl.c:10711
+#, c-format
+msgid "cannot declare %s to references"
+msgstr "kan ikke erklære %s til referencer"
+
+#: cp/decl.c:10737
+msgid "invalid type: `void &'"
+msgstr "ugyldig type: 'void &'"
+
+#: cp/decl.c:10788
+#, fuzzy
+msgid "discarding `const' applied to a reference"
+msgstr "new kan ikke bruges på en referencetype"
+
+#: cp/decl.c:10790
+#, fuzzy
+msgid "discarding `volatile' applied to a reference"
+msgstr "new kan ikke bruges på en referencetype"
+
+#. [dcl.fct.spec] The explicit specifier shall only be used in
+#. declarations of constructors within a class definition.
+#: cp/decl.c:10997
+msgid "only declarations of constructors can be `explicit'"
+msgstr "kun erklæringer af konstruktionsfunktioner kan være 'explicit'"
+
+#: cp/decl.c:11005
+#, c-format
+msgid "non-member `%s' cannot be declared `mutable'"
+msgstr "'%s' som ikke er medlem, kan ikke erklæres 'mutable'"
+
+#: cp/decl.c:11010
+#, c-format
+msgid "non-object member `%s' cannot be declared `mutable'"
+msgstr "'%s' som ikke er objektmedlem, kan ikke erklæres 'mutable'"
+
+#: cp/decl.c:11016
+#, c-format
+msgid "function `%s' cannot be declared `mutable'"
+msgstr "funktionen '%s' kan ikke erklæres 'mutable'"
+
+#: cp/decl.c:11021
+#, c-format
+msgid "static `%s' cannot be declared `mutable'"
+msgstr "static '%s' kan ikke erklæres 'mutable'"
+
+#: cp/decl.c:11026
+#, c-format
+msgid "const `%s' cannot be declared `mutable'"
+msgstr "const '%s' kan ikke erklæres 'mutable'"
+
+#: cp/decl.c:11131
+msgid "typedef declaration includes an initializer"
+msgstr "typedef-erklæringen indeholder en startværdi"
+
+#: cp/decl.c:11241
+msgid "unnamed variable or field declared void"
+msgstr "unavngiven variabel eller felt erklæret void"
+
+#: cp/decl.c:11250
+msgid "variable or field declared void"
+msgstr "variabel eller felt erklæret void"
+
+#: cp/decl.c:11260
+msgid "cannot use `::' in parameter declaration"
+msgstr "kan ikke bruge '::' i parametererklæring"
+
+#: cp/decl.c:11445
+#, c-format
+msgid "`%s' is neither function nor member function; cannot be declared friend"
+msgstr "'%s' er hverken en almindelig funktion eller en medlemsfunktion; kan ikke erklæres som friend"
+
+#: cp/decl.c:11456
+msgid "member functions are implicitly friends of their class"
+msgstr ""
+
+#: cp/decl.c:11570
+#, c-format
+msgid "storage class `auto' invalid for function `%s'"
+msgstr "lagringsklassen 'auto' er ugyldig for funktionen '%s'"
+
+#: cp/decl.c:11572
+#, c-format
+msgid "storage class `register' invalid for function `%s'"
+msgstr "lagringsklassen 'register' er ugyldig for funktionen '%s'"
+
+#: cp/decl.c:11583
+#, fuzzy, c-format
+msgid "storage class `static' invalid for function `%s' declared out of global scope"
+msgstr "lagringsklassen 'auto' er ugyldig for funktionen '%s'"
+
+#: cp/decl.c:11585
+#, fuzzy, c-format
+msgid "storage class `inline' invalid for function `%s' declared out of global scope"
+msgstr "lagringsklassen 'register' er ugyldig for funktionen '%s'"
+
+#: cp/decl.c:11592
+#, c-format
+msgid "virtual non-class function `%s'"
+msgstr "virtuel funktion '%s' tilhører ikke en klasse"
+
+#. FIXME need arm citation
+#: cp/decl.c:11627
+msgid "cannot declare static function inside another function"
+msgstr "kan ikke erklære en funktion for static inden i en anden funktion"
+
+#: cp/decl.c:11904
+msgid "invalid integer constant in parameter list, did you forget to give parameter name?"
+msgstr "ugyldig heltalskonstant i parameterlisten, måske mangler parameternavnet?"
+
+#: cp/decl.c:12281
+#, c-format
+msgid "conversion to %s%s will never use a type conversion operator"
+msgstr ""
+
+#: cp/decl.c:13365
+msgid "return type for `main' changed to `int'"
+msgstr ""
+
+#: cp/decl2.c:569
+#, fuzzy, c-format
+msgid "-f%s is no longer supported"
+msgstr "-pipe understøttes ikke."
+
+#: cp/decl2.c:575
+msgid "-fhandle-exceptions has been renamed to -fexceptions (and is now on by default)"
+msgstr ""
+
+#: cp/decl2.c:601
+msgid "-fname-mangling-version is no longer supported"
+msgstr ""
+
+#: cp/decl2.c:664
+#, fuzzy
+msgid "-Wno-strict-prototypes is not supported in C++"
+msgstr "-pipe understøttes ikke."
+
+#: cp/decl2.c:1000
+msgid "name missing for member function"
+msgstr "navn mangler for medlemsfunktion"
+
+#: cp/decl2.c:1061
+msgid "`__alignof__' applied to a bit-field"
+msgstr "'__alignof__' brugt på et bitfelt"
+
+#. Something has gone very wrong. Assume we are mistakenly reducing
+#. an expression instead of a declaration.
+#: cp/decl2.c:1103
+msgid "parser may be lost: is there a '{' missing somewhere?"
+msgstr "fortolkeren kan være faret vild: mangler der en '{' et eller andet sted?"
+
+#: cp/decl2.c:1134 cp/decl2.c:1148
+msgid "ambiguous conversion for array subscript"
+msgstr "flertydig konvertering af tabelindeks"
+
+#: cp/decl2.c:1198
+#, fuzzy
+msgid "anachronistic use of array size in vector delete"
+msgstr "ukendt tabelstørrelse i delete"
+
+#: cp/decl2.c:1208
+msgid "cannot delete a function. Only pointer-to-objects are valid arguments to `delete'"
+msgstr "kan ikke slette en funktion; kun henvisninger til objekter er gyldige parametre til 'delete'"
+
+#: cp/decl2.c:1505
+msgid "initializer invalid for static member with constructor"
+msgstr "tildeling af startværdi er ugyldig for statisk medlem med konstruktionsfunktion"
+
+#: cp/decl2.c:1508
+msgid "(an out of class initialization is required)"
+msgstr ""
+
+#: cp/decl2.c:1681
+msgid "field initializer is not constant"
+msgstr "feltets startværdi er ikke en konstant"
+
+#: cp/decl2.c:2020
+msgid "anonymous struct not inside named type"
+msgstr "anonym struct er ikke inden i en navngiven type"
+
+#: cp/decl2.c:2119
+msgid "namespace-scope anonymous aggregates must be static"
+msgstr "anonyme variabler af sammensatte typer i navnerumsvirkefelt skal erklæres static"
+
+#: cp/decl2.c:2129
+#, fuzzy
+msgid "anonymous aggregate with no members"
+msgstr "en anonym union kan ikke have funktionsmedlemmer"
+
+#. Overflow occurred. That means there are at least 4 billion
+#. initialization functions.
+#: cp/decl2.c:2997
+#, fuzzy
+msgid "too many initialization functions required"
+msgstr "for mange parametre til funktionen"
+
+#: cp/decl2.c:3807
+msgid "use of old-style cast"
+msgstr ""
+
+#: cp/error.c:46
+#, fuzzy, c-format
+msgid "`%s' not supported by %s"
+msgstr "-mips%d er ikke understøttet"
+
+#: cp/error.c:630
+#, c-format
+msgid "<anonymous %s>"
+msgstr ""
+
+#: cp/error.c:891
+#, c-format
+msgid "(static %s for %s)"
+msgstr ""
+
+#: cp/error.c:2528
+#, c-format
+msgid "In %s `%s':"
+msgstr ""
+
+#: cp/error.c:2583
+#, fuzzy, c-format
+msgid "%s: In instantiation of `%s':\n"
+msgstr "%s: fandt definitionen af '%s' ved %s(%d)\n"
+
+#: cp/error.c:2607
+#, c-format
+msgid "%s:%d: instantiated from `%s'\n"
+msgstr ""
+
+#: cp/error.c:2612
+#, c-format
+msgid "%s:%d: instantiated from here\n"
+msgstr ""
+
+#: cp/except.c:258
+#, fuzzy
+msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
+msgstr "kald til Java 'catch' eller 'throw' mens 'jthrowable' ikke er defineret"
+
+#: cp/except.c:329
+#, fuzzy
+msgid "mixing C++ and Java catches in a single translation unit"
+msgstr "blander C++ og Java 'catch' i én oversættelsesenhed"
+
+#: cp/except.c:685
+msgid " in thrown expression"
+msgstr " i kastet udtryk"
+
+#: cp/friend.c:423
+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."
+msgstr ""
+
+#: cp/g++spec.c:197 java/jvspec.c:357
+#, c-format
+msgid "argument to `%s' missing\n"
+msgstr "en parameter til '%s' mangler\n"
+
+#: cp/init.c:313
+msgid "initializer list treated as compound expression"
+msgstr ""
+
+#: cp/init.c:428
+msgid " will be re-ordered to match declaration order"
+msgstr ""
+
+#: cp/init.c:662
+msgid " will be re-ordered to match inheritance order"
+msgstr ""
+
+#: cp/init.c:1105
+msgid "base class initializer specified, but no base class to initialize"
+msgstr "stamklasse-klargøring angivet, men der er ingen stamklasse at klargøre"
+
+#: cp/init.c:1111
+msgid "initializer for unnamed base class ambiguous"
+msgstr "klargøring af unavngiven stamklasse er flertydig"
+
+#: cp/init.c:1136
+msgid "no base class to initialize"
+msgstr "ingen stamklasse at klargøre"
+
+#: cp/init.c:1860
+msgid "object missing in use of pointer-to-member construct"
+msgstr "der mangler et objekt i henvisning til medlem-konstruktionen"
+
+#: cp/init.c:1902 cp/typeck.c:3186 cp/typeck.c:3287
+msgid "at this point in file"
+msgstr "ved dette sted i filen"
+
+#: cp/init.c:2076
+msgid "new of array type fails to specify size"
+msgstr "new virkende på en tabeltype mangler at angive størrelsen"
+
+#: cp/init.c:2087
+#, fuzzy
+msgid "size in array new must have integral type"
+msgstr "størrelsen af tabel '%s' er ikke af en heltalstype"
+
+#: cp/init.c:2093
+msgid "zero size array reserves no space"
+msgstr ""
+
+#: cp/init.c:2158
+msgid "new cannot be applied to a reference type"
+msgstr "new kan ikke bruges på en referencetype"
+
+#: cp/init.c:2164
+msgid "new cannot be applied to a function type"
+msgstr "new kan ikke bruges på en funktionstype"
+
+#: cp/init.c:2211
+msgid "call to Java constructor, while `jclass' undefined"
+msgstr "kald af Java-konstruktionsfunktion mens 'jclass' ikke er defineret"
+
+#: cp/init.c:2227
+#, fuzzy
+msgid "Can't find class$"
+msgstr "[kan ikke finde %s]"
+
+#: cp/init.c:2340
+msgid "invalid type `void' for new"
+msgstr "ugyldig type 'void' til new"
+
+#: cp/init.c:2394
+#, fuzzy, c-format
+msgid "call to Java constructor with `%s' undefined"
+msgstr "kald af Java-konstruktionsfunktion mens '%s' ikke er defineret"
+
+#: cp/init.c:2522 cp/typeck2.c:381 cp/typeck2.c:1207
+msgid "initializer list being treated as compound expression"
+msgstr ""
+
+#: cp/init.c:2528
+#, fuzzy
+msgid "ISO C++ forbids aggregate initializer to new"
+msgstr "ISO C++ forbyder sammenligninger af henvisningsvariabler og heltal"
+
+#: cp/init.c:2967
+msgid "initializer ends prematurely"
+msgstr "startværdien slutter for tidligt"
+
+#: cp/init.c:3037
+#, fuzzy
+msgid "cannot initialize multi-dimensional array with initializer"
+msgstr "kan ikke tildele tabeller startværdier med denne syntaks"
+
+#: cp/init.c:3215
+msgid "unknown array size in delete"
+msgstr "ukendt tabelstørrelse i delete"
+
+#: cp/init.c:3440
+msgid "type to vector delete is neither pointer or array type"
+msgstr "variablen til tabel-delete er hverken af en henvisnings- eller en tabeltype"
+
+#: cp/lang-options.h:29
+msgid "Do not obey access control semantics"
+msgstr ""
+
+#: cp/lang-options.h:31
+msgid "Change when template instances are emitted"
+msgstr ""
+
+#: cp/lang-options.h:36
+msgid "Check the return value of new"
+msgstr ""
+
+#: cp/lang-options.h:39
+msgid "Reduce size of object files"
+msgstr ""
+
+#: cp/lang-options.h:43
+msgid "Make string literals `char[]' instead of `const char[]'"
+msgstr ""
+
+#: cp/lang-options.h:46
+msgid "Dump the entire translation unit to a file"
+msgstr ""
+
+#: cp/lang-options.h:48
+msgid "Do not inline member functions by default"
+msgstr ""
+
+#: cp/lang-options.h:51
+#, fuzzy
+msgid "Do not generate run time type descriptor information"
+msgstr "ikke tilstrækkelig information om typen"
+
+#: cp/lang-options.h:56
+#, fuzzy
+msgid "Do not generate code to check exception specifications"
+msgstr "Justér ikke strengoperationernes destination"
+
+#: cp/lang-options.h:61
+msgid "Scope of for-init-statement vars extends outside"
+msgstr ""
+
+#: cp/lang-options.h:64
+msgid "Do not recognise GNU defined keywords"
+msgstr ""
+
+#: cp/lang-options.h:69
+msgid "Do not treat the namespace `std' as a normal namespace"
+msgstr ""
+
+#: cp/lang-options.h:71
+msgid "Enable support for huge objects"
+msgstr ""
+
+#: cp/lang-options.h:75
+#, fuzzy
+msgid "Export functions even if they can be inlined"
+msgstr "funktioner der bruger setjmp, kan ikke indbygges"
+
+#: cp/lang-options.h:78
+msgid "Only emit explicit template instatiations"
+msgstr ""
+
+#: cp/lang-options.h:81
+msgid "Only emit explicit instatiations of inline templates"
+msgstr ""
+
+#: cp/lang-options.h:87
+msgid "Don't pedwarn about uses of Microsoft extensions"
+msgstr ""
+
+#: cp/lang-options.h:90
+msgid "Recognise and/bitand/bitor/compl/not/or/xor"
+msgstr ""
+
+#: cp/lang-options.h:94
+msgid "Disable optional diagnostics"
+msgstr ""
+
+#: cp/lang-options.h:96
+msgid "Downgrade conformance errors to warnings"
+msgstr ""
+
+#: cp/lang-options.h:99
+msgid "Enable automatic template instantiation"
+msgstr ""
+
+#: cp/lang-options.h:104
+msgid "Display statistics accumulated during compilation"
+msgstr ""
+
+#: cp/lang-options.h:107
+msgid "Specify maximum template instantiation depth"
+msgstr ""
+
+#: cp/lang-options.h:109
+msgid "Use __cxa_atexit to register destructors."
+msgstr ""
+
+#: cp/lang-options.h:112
+msgid "Discard unused virtual functions"
+msgstr ""
+
+#: cp/lang-options.h:115
+msgid "Implement vtables using thunks"
+msgstr ""
+
+#: cp/lang-options.h:118
+msgid "Emit common-like symbols as weak symbols"
+msgstr ""
+
+#: cp/lang-options.h:121
+msgid "Emit cross referencing information"
+msgstr ""
+
+#: cp/lang-options.h:125
+msgid "Warn about inconsistent return types"
+msgstr ""
+
+#: cp/lang-options.h:128
+msgid "Warn about overloaded virtual function names"
+msgstr ""
+
+#: cp/lang-options.h:132
+msgid "Don't warn when all ctors/dtors are private"
+msgstr ""
+
+#: cp/lang-options.h:134
+msgid "Warn about non virtual destructors"
+msgstr ""
+
+#: cp/lang-options.h:137
+#, fuzzy
+msgid "Warn when a function is declared extern, then inline"
+msgstr "indlejret funktion '%s' er erklæret 'extern'"
+
+#: cp/lang-options.h:140
+msgid "Warn when the compiler reorders code"
+msgstr ""
+
+#: cp/lang-options.h:143
+msgid "Warn when synthesis behaviour differs from Cfront"
+msgstr ""
+
+#: cp/lang-options.h:147
+#, fuzzy
+msgid "Don't warn when type converting pointers to member functions"
+msgstr " i henvisning til medlemsfunktion-omdannelse"
+
+#: cp/lang-options.h:149
+msgid "Warn about violations of Effective C++ style rules"
+msgstr ""
+
+#: cp/lang-options.h:152
+msgid "Warn when overload promotes from unsigned to signed"
+msgstr ""
+
+#: cp/lang-options.h:155
+msgid "Warn if a C style cast is used in a program"
+msgstr ""
+
+#: cp/lang-options.h:159
+msgid "Don't warn when non-templatized friend functions are declared within a template"
+msgstr ""
+
+#: cp/lang-options.h:162
+msgid "Don't announce deprecation of compiler features"
+msgstr ""
+
+#: cp/lex.c:148
+msgid "type name expected before `*'"
+msgstr "der forventedes et typenavn før '*'"
+
+#: cp/lex.c:170
+msgid "cannot declare references to references"
+msgstr "kan ikke erklære referencer til referencer"
+
+#: cp/lex.c:175
+msgid "cannot declare pointers to references"
+msgstr "kan ikke erklære henvisninger til referencer"
+
+#: cp/lex.c:179
+msgid "type name expected before `&'"
+msgstr "der forventedes et typenavn før '&'"
+
+#: cp/lex.c:1018
+#, c-format
+msgid "semicolon missing after %s declaration"
+msgstr "semikolon mangler efter %s erklæringen"
+
+#: cp/lex.c:1069
+#, fuzzy, c-format
+msgid "junk at end of #pragma %s"
+msgstr "ragelse i slutningen af #%s"
+
+#: cp/lex.c:1076
+#, fuzzy, c-format
+msgid "invalid #pragma %s"
+msgstr "ugyldig #pragma-enhed"
+
+#: cp/lex.c:1166
+#, c-format
+msgid "#pragma implementation for %s appears after file is included"
+msgstr "'#pragma implementation' til %s optræder efter filen er inkluderet"
+
+#: cp/lex.c:1191
+msgid "junk at end of #pragma GCC java_exceptions"
+msgstr ""
+
+#: cp/lex.c:1292
+msgid "(Each undeclared identifier is reported only once for each function it appears in.)"
+msgstr "(et kaldenavn der ikke er erklæret, rapporteres kun én gang per funktion)"
+
+#: cp/lex.c:1315
+#, fuzzy, c-format
+msgid "name lookup of `%s' changed"
+msgstr "opslaget af '%s' er ændret på grund af ISO definitionen af 'for'-virkefeltet"
+
+#: cp/lex.c:1329 cp/lex.c:1336
+#, c-format
+msgid "name lookup of `%s' changed for new ISO `for' scoping"
+msgstr "opslaget af '%s' er ændret på grund af ISO definitionen af 'for'-virkefeltet"
+
+#: cp/mangle.c:1877
+msgid "real-valued template parameters when cross-compiling"
+msgstr ""
+
+#: cp/method.c:173
+#, fuzzy
+msgid "methods cannot be converted to function pointers"
+msgstr "new kan ikke bruges på en funktionstype"
+
+#: cp/method.c:178
+#, c-format
+msgid "ambiguous request for method pointer `%s'"
+msgstr "flertydig forespørgsel efter medlemsfunktionshenvisningen '%s'"
+
+#: cp/parse.y:670
+msgid "invalid default template argument"
+msgstr "ugyldig standardparameter i skabelon"
+
+#: cp/parse.y:879
+#, fuzzy
+msgid "no base or member initializers given following ':'"
+msgstr "ingen stamklasseklargøringer er angivet efter ':'"
+
+#: cp/parse.y:892
+msgid "base initializers not allowed for non-member functions"
+msgstr "stamklasseklargøringer er ikke tilladt for ikke-medlemsfunktioner"
+
+#: cp/parse.y:894
+msgid "only constructors take base initializers"
+msgstr "kun konstruktionsfunktioner har stamklasseklargøringer"
+
+#: cp/parse.y:927 cp/parse.y:933
+#, fuzzy
+msgid "anachronistic old style base class initializer"
+msgstr "ingen stamklasse at klargøre"
+
+#. Handle `Class<Class<Type>>' without space in the `>>'
+#: cp/parse.y:1055
+msgid "`>>' should be `> >' in template class name"
+msgstr ""
+
+#: cp/parse.y:1112 cp/parse.y:1121
+#, c-format
+msgid "ISO C++ forbids an empty condition for `%s'"
+msgstr "ISO C++ forbyder en tom betingelse til '%s'"
+
+#: cp/parse.y:1216
+msgid "ISO C++ forbids `&&'"
+msgstr ""
+
+#: cp/parse.y:1300
+msgid "ISO C++ forbids initialization of new expression with `='"
+msgstr ""
+
+#: cp/parse.y:1331
+#, fuzzy
+msgid "ISO C++ forbids compound literals"
+msgstr "ISO C++ forbyder en tom betingelse til '%s'"
+
+#: cp/parse.y:1566
+msgid "ISO C++ forbids braced-groups within expressions"
+msgstr ""
+
+#: cp/parse.y:1972 cp/parse.y:1987
+msgid "sigof type specifier"
+msgstr ""
+
+#: cp/parse.y:1977
+msgid "`sigof' applied to non-aggregate expression"
+msgstr "'sigof' benyttet på et udtryk der ikke er af en sammensat type"
+
+#: cp/parse.y:1992
+msgid "`sigof' applied to non-aggregate type"
+msgstr "'sigof' benyttet på en type der ikke er sammensat"
+
+#: cp/parse.y:2332
+#, c-format
+msgid "storage class specifier `%s' not allowed after struct or class"
+msgstr "lagringsklasseangivelsen '%s' er ikke tilladt efter struct eller class"
+
+#: cp/parse.y:2334
+#, c-format
+msgid "type specifier `%s' not allowed after struct or class"
+msgstr "typeangivelsen '%s' er ikke tilladt efter struct eller class"
+
+#: cp/parse.y:2336
+#, c-format
+msgid "type qualifier `%s' not allowed after struct or class"
+msgstr "typemodifikationen '%s' er ikke tilladt efter struct eller class"
+
+#: cp/parse.y:2338
+msgid "no body nor ';' separates two class, struct or union declarations"
+msgstr "der er hverken en krop eller et semikolon mellem to class, struct eller union-erklæringer"
+
+#: cp/parse.y:2503
+msgid "multiple access specifiers"
+msgstr "mere end én tilgangsangivelse"
+
+#: cp/parse.y:2521
+msgid "multiple `virtual' specifiers"
+msgstr "mere end én 'virtual'-angivelse"
+
+#: cp/parse.y:2556
+msgid "missing ';' before right brace"
+msgstr "der mangler et semikolon før en højre krøllet parantes"
+
+#: cp/parse.y:2779
+msgid "ISO C++ forbids array dimensions with parenthesized type in new"
+msgstr ""
+
+#: cp/parse.y:3288
+#, fuzzy
+msgid "ISO C++ forbids label declarations"
+msgstr "ISO C++ forbyder en tom betingelse til '%s'"
+
+#: cp/parse.y:3450
+#, fuzzy
+msgid "ISO C++ forbids computed gotos"
+msgstr "ISO C++ forbyder en tom betingelse til '%s'"
+
+#: cp/parse.y:3458
+msgid "label must be followed by statement"
+msgstr "etiketten skal efterfølges af en sætning"
+
+#: cp/parse.y:3557
+#, fuzzy
+msgid "ISO C++ forbids compound statements inside for initializations"
+msgstr "ISO C++ forbyder sammenligninger af henvisningsvariabler og heltal"
+
+#. This helps us recover from really nasty
+#. parse errors, for example, a missing right
+#. parenthesis.
+#: cp/parse.y:3640 cp/parse.y:3650
+msgid "possibly missing ')'"
+msgstr "muligvis mangler en ')'"
+
+#: cp/parse.y:3747 cp/parse.y:3752
+msgid "type specifier omitted for parameter"
+msgstr "typeangivelsen er ikke angivet for parameteren"
+
+#: cp/pt.c:6316
+msgid "creating array with size zero"
+msgstr ""
+
+#: cp/pt.c:6830
+#, fuzzy, c-format
+msgid "use of `%s' in template"
+msgstr "størrelsen af tabel '%s' er negativ"
+
+#: cp/pt.c:8036
+msgid "incomplete type unification"
+msgstr "ufuldstændig typeforening"
+
+#: cp/pt.c:8966
+#, fuzzy, c-format
+msgid "use of `%s' in template type unification"
+msgstr "ufuldstændig typeforening"
+
+#: cp/repo.c:272
+msgid "-frepo must be used with -c"
+msgstr ""
+
+#: cp/repo.c:366
+#, c-format
+msgid "mysterious repository information in %s"
+msgstr "mystisk opbevaringsstedinformation i '%s'"
+
+#: cp/repo.c:381
+#, c-format
+msgid "can't create repository information file `%s'"
+msgstr "kan ikke oprette opbevaringsstedinformationsfilen '%s'"
+
+#: cp/rtti.c:224
+msgid "taking dynamic typeid of object with -fno-rtti"
+msgstr "forsøg på at finde den dynamiske typeid af et objekt med -fno-rtti"
+
+#: cp/rtti.c:260
+msgid "cannot use typeid with -fno-rtti"
+msgstr "kan ikke bruge typeid med -fno-rtti"
+
+#: cp/rtti.c:266 cp/rtti.c:415
+msgid "must #include <typeinfo> before using typeid"
+msgstr "'#include <typeinfo>' er nødvendig før typeid kan benyttes"
+
+#: cp/search.c:1961
+msgid "adjusting pointers for covariant returns"
+msgstr ""
+
+#. This shouldn't happen, I don't want errors!
+#: cp/search.c:2469
+msgid "recoverable compiler error, fixups for virtual function"
+msgstr ""
+
+#: cp/semantics.c:1026
+#, fuzzy
+msgid "ISO C++ does not permit named return values"
+msgstr "ISO C tillader ikke navngivne variabel parameterliste-makroer"
+
+#: cp/semantics.c:1043
+#, fuzzy
+msgid "can't redefine default return value for constructors"
+msgstr "returnerer en værdi fra en konstruktionsfunktion"
+
+#: cp/semantics.c:1112
+msgid " will be re-ordered to precede member initializations"
+msgstr ""
+
+#: cp/semantics.c:1385
+#, fuzzy
+msgid "`this' is unavailable for static member functions"
+msgstr "destruktionsfunktionen kan ikke være en statisk medlemsfunktion"
+
+#: cp/semantics.c:1391
+#, fuzzy
+msgid "invalid use of `this' in non-member function"
+msgstr "ugyldig brug af '%s' på henvisning til medlem"
+
+#: cp/semantics.c:1393
+#, fuzzy
+msgid "invalid use of `this' at top level"
+msgstr "ugyldig brug af '%s' på henvisning til medlem"
+
+#: cp/semantics.c:1678
+#, fuzzy
+msgid "template type parameters must use the keyword `class' or `typename'"
+msgstr " en skabelonstypeparameter skal begynde med 'class' eller 'typename'"
+
+#: cp/spew.c:249
+#, c-format
+msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy"
+msgstr ""
+
+#: cp/spew.c:357
+msgid "parse error"
+msgstr "tolkningsfejl"
+
+#: cp/spew.c:1023 cp/spew.c:1295
+msgid "parse error at end of saved function text"
+msgstr "tolkningsfejl ved slutningen af gemt funktionstekst"
+
+#: cp/spew.c:1065
+msgid "parse error in method specification"
+msgstr "tolkningsfejl i medlemsfunktionsangivelsen"
+
+#: cp/spew.c:1107
+msgid "function body for constructor missing"
+msgstr "kroppen til konstruktionsfunktionen mangler"
+
+#: cp/spew.c:1500
+#, c-format
+msgid "%s before `%s'"
+msgstr "%s før '%s'"
+
+#: cp/spew.c:1502
+#, fuzzy, c-format
+msgid "%s before `%c'"
+msgstr "%s før '%s'"
+
+#: cp/spew.c:1504
+#, fuzzy, c-format
+msgid "%s before `\\%o'"
+msgstr "%s før '%s'"
+
+#: cp/spew.c:1507
+#, fuzzy, c-format
+msgid "%s before `%s' token"
+msgstr "%s før '%s'"
+
+#: cp/tree.c:216
+#, c-format
+msgid "non-lvalue in %s"
+msgstr "ikke venstreværdi i %s"
+
+#: cp/tree.c:2232
+msgid "`java_interface' attribute can only be applied to Java class definitions"
+msgstr ""
+
+#: cp/tree.c:2242
+msgid "`com_interface' only supported with -fvtable-thunks"
+msgstr "'com_interface' understøttes kun med -fvtable-thunks"
+
+#: cp/tree.c:2251
+msgid "`com_interface' attribute can only be applied to class definitions"
+msgstr ""
+
+#: cp/tree.c:2267
+msgid "requested init_priority is not an integer constant"
+msgstr "den udbedte init_priority er ikke en heltalskonstant"
+
+#: cp/tree.c:2287
+msgid "can only use init_priority attribute on file-scope definitions of objects of class type"
+msgstr "kan kun bruge init_priority-egenskaben på filvirkefeltsdefinitioner af objekter af class-type"
+
+#: cp/tree.c:2293
+msgid "requested init_priority is out of range"
+msgstr "den udbedte init_priority er uden for det gyldige interval"
+
+#: cp/tree.c:2302
+#, fuzzy
+msgid "requested init_priority is reserved for internal use"
+msgstr "den udbedte init_priority er uden for det gyldige interval"
+
+#: cp/tree.c:2312
+#, fuzzy
+msgid "init_priority attribute is not supported on this platform"
+msgstr "integrerede kommatalskonstanter er ikke understøttede på denne vært"
+
+#: cp/typeck.c:483
+#, fuzzy, c-format
+msgid "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
+msgstr "ISO C++ forbyder sammenligninger af henvisningsvariabler og heltal"
+
+#: cp/typeck.c:1558
+#, fuzzy
+msgid "ISO C++ forbids applying `sizeof' to a function type"
+msgstr "ISO C++ forbyder omtvingelse af typen til en tabeltype"
+
+#: cp/typeck.c:1564
+#, fuzzy
+msgid "ISO C++ forbids applying `sizeof' to a member function"
+msgstr "ISO C++ forbyder omtvingelse af typen til en tabeltype"
+
+#: cp/typeck.c:1570
+msgid "ISO C++ forbids applying `sizeof' to type `void' which is an incomplete type"
+msgstr ""
+
+#: cp/typeck.c:1619
+msgid "sizeof applied to a bit-field"
+msgstr "sizeof benyttet på et bitfelt"
+
+#: cp/typeck.c:1622
+#, fuzzy
+msgid "ISO C++ forbids applying `sizeof' to an expression of function type"
+msgstr "ISO C++ forbyder omtvingelse af typen til en tabeltype"
+
+#: cp/typeck.c:2235
+msgid "invalid reference to NULL ptr, use ptr-to-member instead"
+msgstr "ugyldig reference til NULL-henvisning, benyt en henvisning til medlem i stedet"
+
+#: cp/typeck.c:2398
+#, c-format
+msgid "invalid use of `%s' on pointer to member"
+msgstr "ugyldig brug af '%s' på henvisning til medlem"
+
+#: cp/typeck.c:2404
+msgid "invalid type argument"
+msgstr "ugyldig typeparameter"
+
+#: cp/typeck.c:2507
+#, fuzzy
+msgid "ISO C++ forbids subscripting non-lvalue array"
+msgstr "ISO C++ forbyder omtvingelse af typen til en tabeltype"
+
+#: cp/typeck.c:2518
+#, fuzzy
+msgid "subscripting array declared `register'"
+msgstr "'register' er påhæftet funktionsdefinitionen"
+
+#: cp/typeck.c:2693 cp/typeck.c:2833
+msgid "pointer to member function called, but not in class scope"
+msgstr "henvisning til medlem-funktion kaldt, men ikke i klassevirkefelt"
+
+#: cp/typeck.c:2831
+msgid "invalid call to member function needing `this' in static member function scope"
+msgstr "ugyldigt kald af medlemsfunktion som har brug for 'this', i et statisk medlemsfunktionsvirkefelt"
+
+#: cp/typeck.c:3021
+#, fuzzy
+msgid "ISO C++ forbids calling `::main' from within program"
+msgstr "ISO C++ forbyder omtvingelse af typen til en tabeltype"
+
+#: cp/typeck.c:3225
+msgid "parameter type of called function is incomplete"
+msgstr "parametertypen af den kaldte funktion er ufuldstændig"
+
+#: cp/typeck.c:3615
+#, c-format
+msgid "%s rotate count is negative"
+msgstr ""
+
+#: cp/typeck.c:3618
+#, c-format
+msgid "%s rotate count >= width of type"
+msgstr ""
+
+#: cp/typeck.c:3649 cp/typeck.c:3654 cp/typeck.c:3745 cp/typeck.c:3750
+msgid "ISO C++ forbids comparison between pointer and integer"
+msgstr "ISO C++ forbyder sammenligninger af henvisningsvariabler og heltal"
+
+#: cp/typeck.c:3966
+#, fuzzy
+msgid "comparison between signed and unsigned integer expressions"
+msgstr "ISO C++ forbyder sammenligninger af henvisningsvariabler og heltal"
+
+#: cp/typeck.c:4105
+#, fuzzy
+msgid "ISO C++ forbids using pointer of type `void *' in pointer arithmetic"
+msgstr "ugyldig brug af en henvisning til en ufuldstændig type i henvisningsberegningen"
+
+#: cp/typeck.c:4111
+#, fuzzy
+msgid "ISO C++ forbids using a pointer-to-function in pointer arithmetic"
+msgstr "ugyldig brug af en henvisning til en ufuldstændig type i henvisningsberegningen"
+
+#: cp/typeck.c:4117
+#, fuzzy
+msgid "ISO C++ forbids using a pointer to member function in pointer arithmetic"
+msgstr " i henvisning til medlemsfunktion-omdannelse"
+
+#: cp/typeck.c:4123
+#, fuzzy
+msgid "ISO C++ forbids using pointer to a member in pointer arithmetic"
+msgstr "ugyldig brug af en henvisning til en ufuldstændig type i henvisningsberegningen"
+
+#: cp/typeck.c:4194
+msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
+msgstr ""
+
+#: cp/typeck.c:4196
+#, fuzzy
+msgid "ISO C++ forbids using pointer to a function in subtraction"
+msgstr " i henvisning til medlemsfunktion-omdannelse"
+
+#: cp/typeck.c:4198
+#, fuzzy
+msgid "ISO C++ forbids using pointer to a method in subtraction"
+msgstr "ISO C++ forbyder omtvingelse af typen til en tabeltype"
+
+#: cp/typeck.c:4200
+#, fuzzy
+msgid "ISO C++ forbids using pointer to a member in subtraction"
+msgstr " i henvisning til medlem-omdannelse"
+
+#: cp/typeck.c:4212
+msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
+msgstr "ugyldig brug af en henvisning til en ufuldstændig type i henvisningsberegningen"
+
+#: cp/typeck.c:4317
+msgid "taking address of temporary"
+msgstr ""
+
+#: cp/typeck.c:4517
+#, fuzzy, c-format
+msgid "ISO C++ forbids %sing an enum"
+msgstr "ISO C++ forbyder omtvingelse af typen til en tabeltype"
+
+#: cp/typeck.c:4561
+msgid "cast to non-reference type used as lvalue"
+msgstr ""
+
+#. ARM $3.4
+#: cp/typeck.c:4628
+#, fuzzy
+msgid "ISO C++ forbids taking address of function `::main'"
+msgstr "ISO C++ forbyder en tom betingelse til '%s'"
+
+#: cp/typeck.c:4721
+#, fuzzy
+msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
+msgstr "kan ikke finde adressen af 'this' som er et højreværdiudtryk"
+
+#: cp/typeck.c:4737
+msgid "unary `&'"
+msgstr "unær '&'"
+
+#: cp/typeck.c:4929
+#, fuzzy
+msgid "cannot take the address of `this', which is an rvalue expression"
+msgstr "kan ikke finde adressen af 'this' som er et højreværdiudtryk"
+
+#: cp/typeck.c:5232
+#, fuzzy
+msgid "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
+msgstr "ISO C++ forbyder sammenligninger af henvisningsvariabler og heltal"
+
+#: cp/typeck.c:5682
+#, fuzzy
+msgid "ISO C++ forbids cast to non-reference type used as lvalue"
+msgstr "ISO C++ forbyder omtvingelse af typen til en tabeltype"
+
+#: cp/typeck.c:5788
+#, fuzzy
+msgid "ISO C++ forbids assignment of arrays"
+msgstr "ISO C++ forbyder omtvingelse af typen til en tabeltype"
+
+#: cp/typeck.c:5803
+msgid "return value from function receives multiple initializations"
+msgstr ""
+
+#: cp/typeck.c:5946
+msgid " in pointer to member function conversion"
+msgstr " i henvisning til medlemsfunktion-omdannelse"
+
+#: cp/typeck.c:5954
+msgid " in pointer to member conversion"
+msgstr " i henvisning til medlem-omdannelse"
+
+#: cp/typeck.c:6542
+msgid "returning reference to temporary"
+msgstr ""
+
+#: cp/typeck.c:6549
+msgid "reference to non-lvalue returned"
+msgstr ""
+
+#: cp/typeck.c:6595
+msgid "returning a value from a destructor"
+msgstr "returnerer en værdi fra en destruktionsfunktion"
+
+#. If a return statement appears in a handler of the
+#. function-try-block of a constructor, the program is ill-formed.
+#: cp/typeck.c:6603
+msgid "cannot return from a handler of a function-try-block of a constructor"
+msgstr "kan ikke returnere fra en håndtering af en funktions-try-blok i en konstruktionsfunktion"
+
+#. You can't return a value from a constructor.
+#: cp/typeck.c:6606
+msgid "returning a value from a constructor"
+msgstr "returnerer en værdi fra en konstruktionsfunktion"
+
+#: cp/typeck.c:6623
+msgid "return-statement with no value, in function declared with a non-void return type"
+msgstr ""
+
+#: cp/typeck.c:6639
+msgid "return-statement with a value, in function declared with a void return type"
+msgstr ""
+
+#: cp/typeck2.c:171
+#, fuzzy
+msgid " because the following virtual functions are abstract:"
+msgstr " eftersom de følgende virtuelle funktioner er abstrakte:"
+
+#: cp/typeck2.c:268
+#, fuzzy, c-format
+msgid "Internal error #%d."
+msgstr "intern fejl: "
+
+#: cp/typeck2.c:339
+msgid "due to the presence of a constructor"
+msgstr "pga. af tilstedeværelsen af en konstruktionsfunktion"
+
+#: cp/typeck2.c:363
+msgid "comma expression used to initialize return value"
+msgstr ""
+
+#: cp/typeck2.c:372
+msgid "cannot initialize arrays using this syntax"
+msgstr "kan ikke tildele tabeller startværdier med denne syntaks"
+
+#: cp/typeck2.c:428
+msgid "ANSI C++ forbids non-constant aggregate initializer expressions"
+msgstr ""
+
+#: cp/typeck2.c:503
+msgid "initializing array with parameter list"
+msgstr "klargører tabel med en parameterliste"
+
+#: cp/typeck2.c:559
+msgid "initializer for scalar variable requires one element"
+msgstr "startværdien for en skalarvariabel kan kun bestå af ét element"
+
+#: cp/typeck2.c:657
+#, fuzzy
+msgid "aggregate has a partly bracketed initializer"
+msgstr "krøllede paranteser uden noget imellem i startværdi"
+
+#: cp/typeck2.c:687 cp/typeck2.c:788
+#, fuzzy
+msgid "non-trivial labeled initializers"
+msgstr "ugyldig startværdi"
+
+#: cp/typeck2.c:704
+msgid "non-empty initializer for array of empty elements"
+msgstr "en startværdi der ikke er tom, tildeles til en tabel med tomme elementer"
+
+#: cp/typeck2.c:754
+msgid "initializer list for object of class with virtual base classes"
+msgstr ""
+
+#: cp/typeck2.c:760
+msgid "initializer list for object of class with base classes"
+msgstr ""
+
+#: cp/typeck2.c:766
+#, fuzzy
+msgid "initializer list for object using virtual functions"
+msgstr "startværdien for kommatal er ikke en kommatalskonstant"
+
+#: cp/typeck2.c:883
+msgid "index value instead of field name in union initializer"
+msgstr "indeksværdi i stedet for feltnavn i union-startværdi"
+
+#: cp/typeck2.c:939
+#, fuzzy
+msgid "excess elements in aggregate initializer"
+msgstr "for mange elementer i tabelstartværdi"
+
+#: cp/typeck2.c:1037
+msgid "circular pointer delegation detected"
+msgstr "fundet en henvisningsefterfølgelse der går i ring"
+
+#: cp/typeck2.c:1064
+msgid "result of `operator->()' yields non-pointer result"
+msgstr "resultatet af 'operator->()' er ikke en henvisning"
+
+#: cp/typeck2.c:1066
+msgid "base operand of `->' is not a pointer"
+msgstr "basisoperanden til '->' er ikke en henvisning"
+
+#: cp/typeck2.c:1258
+#, fuzzy, c-format
+msgid "ISO C++ forbids defining types within %s"
+msgstr "ISO C++ forbyder en tom betingelse til '%s'"
+
+#: cp/xref.c:833
+#, c-format
+msgid "Can't create cross-reference file `%s'"
+msgstr "Kan ikke oprette krydsreferencefilen '%s'"
+
+#. The current line in each outer source file is now the
+#. same as the line of the #include.
+#: cpperror.c:55
+#, c-format
+msgid "In file included from %s:%u"
+msgstr "I filen inkluderet af %s:%u"
+
+#. Translators note: this message is used in conjunction
+#. with "In file included from %s:%ld" and some other
+#. tricks. We want something like this:
+#.
+#. | In file included from sys/select.h:123,
+#. | from sys/types.h:234,
+#. | from userfile.c:31:
+#. | bits/select.h:45: <error message here>
+#.
+#. with all the "from"s lined up.
+#. The trailing comma is at the beginning of this message,
+#. and the trailing colon is not translated.
+#: cpperror.c:71
+#, c-format
+msgid ""
+",\n"
+" from %s:%u"
+msgstr ""
+",\n"
+" af %s:%u"
+
+#: cpperror.c:188
+msgid "internal error: "
+msgstr "intern fejl: "
+
+#: cpperror.c:195
+msgid "warning: "
+msgstr "advarsel: "
+
+#: cpperror.c:309 cpperror.c:480 cppfiles.c:661 gcc.c:6076 tradcpp.c:4722
+#, c-format
+msgid "%s: %s"
+msgstr "%s: %s"
+
+#: cppexp.c:209
+msgid "traditional C rejects the `U' suffix"
+msgstr ""
+
+#: cppexp.c:212
+msgid "too many 'l' suffixes in integer constant"
+msgstr "for mange 'l'-suffikser i heltalskonstant"
+
+#: cppexp.c:216
+msgid "integer constant contains digits beyond the radix"
+msgstr "heltalskonstanten indeholder cifre der er større end grundtallet"
+
+#: cppexp.c:219
+msgid "integer constant out of range"
+msgstr "heltalskonstanten er uden for det gyldige interval"
+
+#: cppexp.c:225
+msgid "integer constant is so large that it is unsigned"
+msgstr "heltalskonstanten er så stor at den er unsigned"
+
+#: cppexp.c:234
+#, fuzzy, c-format
+msgid "invalid suffix '%.*s' on integer constant"
+msgstr "for mange 'l'-suffikser i heltalskonstant"
+
+#: cppexp.c:343
+msgid "missing ')' after \"defined\""
+msgstr ""
+
+#: cppexp.c:350
+#, fuzzy
+msgid "operator \"defined\" requires an identifier"
+msgstr "symbolet efter #undef er ikke et kaldenavn"
+
+#: cppexp.c:358
+#, c-format
+msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
+msgstr ""
+
+#: cppexp.c:427
+msgid "\"defined\" operator appears during macro expansion"
+msgstr ""
+
+#: cppexp.c:443
+#, fuzzy, c-format
+msgid "ISO C++ does not permit \"%s\" in #if"
+msgstr "ISO C tillader ikke navngivne variabel parameterliste-makroer"
+
+#: cppexp.c:458
+#, fuzzy, c-format
+msgid "\"%s\" is not defined"
+msgstr "'%.*s' er ikke defineret"
+
+#: cppexp.c:550
+msgid "octal escape sequence out of range"
+msgstr "den oktale undvigesekvens er uden for det gyldige interval"
+
+#: cppexp.c:583
+msgid "hex escape sequence out of range"
+msgstr "den hexadecimale undvigesekvens er uden for det gyldige interval"
+
+#: cppexp.c:598
+msgid "integer overflow in preprocessor expression"
+msgstr "heltallet løber over i forbehandlerudtrykket"
+
+#: cppexp.c:868
+#, c-format
+msgid "impossible operator '%s'"
+msgstr ""
+
+#: cppexp.c:978
+msgid "comma operator in operand of #if"
+msgstr "kommeoperator i en operand til #if"
+
+#: cppfiles.c:383
+#, c-format
+msgid "%s is too large"
+msgstr "%s er for stor"
+
+#: cppfiles.c:412
+#, fuzzy, c-format
+msgid "%s is shorter than expected"
+msgstr "%s er kortere end forventet\n"
+
+#: cppfiles.c:421
+#, c-format
+msgid "%s is a block device"
+msgstr "%s er en blokenhed"
+
+#: cppfiles.c:541
+#, c-format
+msgid "No include path in which to find %s"
+msgstr "Der er ingen inkluderingssti at finde %s i"
+
+#: cppfiles.c:609
+msgid "Multiple include guards may be useful for:\n"
+msgstr ""
+
+#: cppfiles.c:999
+msgid "absolute file name in remap_filename"
+msgstr ""
+
+#: cppinit.c:223
+#, fuzzy, c-format
+msgid "ignoring nonexistent directory \"%s\"\n"
+msgstr "ignorerer det ikkeeksisterende katalog '%s'\n"
+
+#: cppinit.c:229
+#, c-format
+msgid "%s: Not a directory"
+msgstr "%s: ikke et katalog"
+
+#: cppinit.c:275
+#, fuzzy, c-format
+msgid "ignoring duplicate directory \"%s\"\n"
+msgstr "ignorerer mere end én angivelse af kataloget '%s'\n"
+
+#: cppinit.c:889
+msgid "-include and -imacros cannot be used with -fpreprocessed"
+msgstr ""
+
+#: cppinit.c:925
+msgid "#include \"...\" search starts here:\n"
+msgstr "#include \"...\"-søgning begynder her:\n"
+
+#: cppinit.c:929
+msgid "#include <...> search starts here:\n"
+msgstr "#include <...>-søgning begynder her:\n"
+
+#: cppinit.c:932
+msgid "End of search list.\n"
+msgstr "Slut på søgningslisten.\n"
+
+#: cppinit.c:1004 tradcpp.c:963 tradcpp.c:973 tradcpp.c:1064
+msgid "I/O error on output"
+msgstr "I/O-fejl på uddata"
+
+#: cppinit.c:1018
+msgid "buffers still stacked in cpp_finish"
+msgstr "mellemlagre er stadig stakket op i cpp_finish"
+
+#. Irix6 "cc -n32" and OSF4 cc have problems with char foo[] = ("string");
+#. I.e. a const string initializer with parens around it. That is
+#. what N_("string") resolves to, so we make no_* be macros instead.
+#: cppinit.c:1050
+#, c-format
+msgid "Argument missing after %s"
+msgstr "En parameter mangler efter %s"
+
+#: cppinit.c:1051
+#, c-format
+msgid "Assertion missing after %s"
+msgstr "Et postulat mangler efter %s"
+
+#: cppinit.c:1052
+#, c-format
+msgid "Directory name missing after %s"
+msgstr "Et katalognavn mangler efter %s"
+
+#: cppinit.c:1053
+#, c-format
+msgid "File name missing after %s"
+msgstr "Et filnavn mangler efter %s"
+
+#: cppinit.c:1054
+#, c-format
+msgid "Macro name missing after %s"
+msgstr "Et makronavn mangler efter %s"
+
+#: cppinit.c:1055
+#, c-format
+msgid "Path name missing after %s"
+msgstr "Navnet på en sti mangler efter %s"
+
+#: cppinit.c:1056
+#, c-format
+msgid "Number missing after %s"
+msgstr "Et tal mangler efter %s"
+
+#: cppinit.c:1057
+#, fuzzy, c-format
+msgid "Target missing after %s"
+msgstr "En parameter mangler efter %s"
+
+#: cppinit.c:1242
+#, fuzzy, c-format
+msgid "Too many filenames. Type %s --help for usage info"
+msgstr "For mange parametre. Brugsvejledning fås ved '%s --help'"
+
+#: cppinit.c:1426 tradcpp.c:598
+msgid "Output filename specified twice"
+msgstr "Uddatafilnavnet er angivet to gange"
+
+#: cppinit.c:1546
+msgid "-I- specified twice"
+msgstr "-I- er angivet to gange"
+
+#: cppinit.c:1694
+#, fuzzy, c-format
+msgid "GNU CPP version %s (cpplib)"
+msgstr "GNU CPP version %s (cpplib)\n"
+
+#: cppinit.c:1735 tradcpp.c:787
+#, fuzzy
+msgid "you must additionally specify either -M or -MM"
+msgstr "-MG skal angives sammen med en af -M eller -MM"
+
+#: cppinit.c:1795
+#, c-format
+msgid "Usage: %s [switches] input output\n"
+msgstr "Brug: %s [tilvalg] inddata uddata\n"
+
+#. To keep the lines from getting too long for some compilers, limit
+#. to about 500 characters (6 lines) per chunk.
+#: cppinit.c:1798
+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 ""
+
+#: cppinit.c:1807
+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 ""
+
+#: cppinit.c:1816
+msgid ""
+" -pedantic Issue all warnings demanded by strict ISO C\n"
+" -pedantic-errors Issue -pedantic warnings as errors instead\n"
+" -trigraphs Support ISO C trigraphs\n"
+" -lang-c Assume that the input sources are in C\n"
+" -lang-c89 Assume that the input sources are in C89\n"
+msgstr ""
+
+#: cppinit.c:1823
+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 ""
+
+#: cppinit.c:1829
+msgid ""
+" -std=<std name> Specify the conformance standard; one of:\n"
+" gnu89, gnu99, c89, c99, iso9899:1990,\n"
+" iso9899:199409, iso9899:1999\n"
+" -+ Allow parsing of C++ style features\n"
+" -w Inhibit warning messages\n"
+" -Wtrigraphs Warn if trigraphs are encountered\n"
+" -Wno-trigraphs Do not warn about trigraphs\n"
+" -Wcomment{s} Warn if one comment starts inside another\n"
+msgstr ""
+
+#: cppinit.c:1839
+msgid ""
+" -Wno-comment{s} Do not warn about comments\n"
+" -Wtraditional Warn about features not present in traditional C\n"
+" -Wno-traditional Do not warn about traditional C\n"
+" -Wundef Warn if an undefined macro is used by #if\n"
+" -Wno-undef Do not warn about testing undefined macros\n"
+" -Wimport Warn about the use of the #import directive\n"
+msgstr ""
+
+#: cppinit.c:1847
+msgid ""
+" -Wno-import Do not warn about the use of #import\n"
+" -Werror Treat all warnings as errors\n"
+" -Wno-error Do not treat warnings as errors\n"
+" -Wsystem-headers Do not suppress warnings from system headers\n"
+" -Wno-system-headers Suppress warnings from system headers\n"
+" -Wall Enable all preprocessor warnings\n"
+msgstr ""
+
+#: cppinit.c:1855
+msgid ""
+" -M Generate make dependencies\n"
+" -MM As -M, 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 ""
+
+#: cppinit.c:1861
+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 ""
+
+#: cppinit.c:1866
+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 ""
+
+#: cppinit.c:1874
+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 ""
+
+#: cppinit.c:1882
+msgid ""
+" -fpreprocessed 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"
+" -$ Do not allow '$' in identifiers\n"
+" -remap Remap file names when including files.\n"
+" --version Display version information\n"
+" -h or --help Display this information\n"
+msgstr ""
+
+#: cpplex.c:159
+#, c-format
+msgid "trigraph ??%c converted to %c"
+msgstr "trigrafen ??%c konverteret til %c"
+
+#: cpplex.c:167
+#, c-format
+msgid "trigraph ??%c ignored"
+msgstr "trigrafen ??%c ignoreret"
+
+#: cpplex.c:251
+msgid "backslash and newline separated by space"
+msgstr "omvendt skråstreg og linjeskift er adskilt af mellemrum"
+
+#: cpplex.c:255
+#, fuzzy
+msgid "backslash-newline at end of file"
+msgstr "ingen linjeskift ved slutningen af filen"
+
+#: cpplex.c:330
+#, fuzzy
+msgid "\"/*\" within comment"
+msgstr "'/*' i en kommentar"
+
+#: cpplex.c:416
+#, fuzzy
+msgid "null character(s) ignored"
+msgstr "indlejrede nultegn ignoreret"
+
+#: cpplex.c:423
+#, c-format
+msgid "%s in preprocessing directive"
+msgstr "%s i forbehandlerdirektiv"
+
+#: cpplex.c:507
+#, fuzzy
+msgid "'$' character(s) in identifier"
+msgstr "'$'-tegn optræder i kaldenavn"
+
+#: cpplex.c:521
+#, fuzzy, c-format
+msgid "attempt to use poisoned \"%s\""
+msgstr "forsøg på at bruge forgiftet '%s'"
+
+#: cpplex.c:527
+msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
+msgstr ""
+
+#: cpplex.c:597
+#, c-format
+msgid "missing terminating %c character"
+msgstr "manglende afsluttende '%c'-tegn"
+
+#: cpplex.c:604
+msgid "possible start of unterminated string literal"
+msgstr "muligvis begyndelsen af uafsluttet strengkonstant"
+
+#: cpplex.c:697
+#, fuzzy
+msgid "multi-line string literals are deprecated"
+msgstr "flerlinjers strengkonstant"
+
+#: cpplex.c:708
+#, fuzzy
+msgid "null character(s) preserved in literal"
+msgstr "nultegn bevaret"
+
+#: cpplex.c:881
+msgid "no newline at end of file"
+msgstr "ingen linjeskift ved slutningen af filen"
+
+#: cpplex.c:1002 tradcpp.c:1447
+msgid "unterminated comment"
+msgstr "uafsluttet kommentar"
+
+#: cpplex.c:1016
+msgid "C++ style comments are not allowed in ISO C89"
+msgstr "kommentarer i C++-stil er ikke tilladt i ISO C89"
+
+#: cpplex.c:1018
+msgid "(this will be reported only once per input file)"
+msgstr "(dette rapporteres kun en enkelt gang per inddatafil)"
+
+#: cpplex.c:1026
+msgid "multi-line comment"
+msgstr "flerlinjers kommentar"
+
+#: cpplex.c:1188
+#, fuzzy
+msgid "directives may not be used inside a macro argument"
+msgstr "#%s må ikke optræde i en makroparameter"
+
+#: cpplex.c:1343
+#, fuzzy, c-format
+msgid "Unspellable token %s"
+msgstr "Symbol kan ikke staves"
+
+#: cpplib.c:214
+#, c-format
+msgid "extra tokens at end of #%s directive"
+msgstr ""
+
+#: cpplib.c:303
+msgid "# followed by integer"
+msgstr "'#' efterfølges af et heltal"
+
+#: cpplib.c:352
+msgid "suggest not using #elif in traditional C"
+msgstr ""
+
+#: cpplib.c:355
+#, c-format
+msgid "traditional C ignores #%s with the # indented"
+msgstr "traditionel C ignorerer #%s når '#' er indrykket"
+
+#: cpplib.c:359
+#, c-format
+msgid "suggest hiding #%s from traditional C with an indented #"
+msgstr "foreslår at skjule #%s fra traditionel C vha. indrykket '#'"
+
+#: cpplib.c:369
+#, c-format
+msgid "#%s is a GCC extension"
+msgstr ""
+
+#: cpplib.c:393
+#, c-format
+msgid "invalid preprocessing directive #%s"
+msgstr "ugyldigt forbehandlerdirektiv #%s"
+
+#: cpplib.c:454
+#, c-format
+msgid "no macro name given in #%s directive"
+msgstr ""
+
+#: cpplib.c:458
+#, c-format
+msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
+msgstr ""
+
+#: cpplib.c:461
+#, fuzzy
+msgid "macro names must be identifiers"
+msgstr "Et makronavn mangler efter %s"
+
+#: cpplib.c:470
+#, fuzzy, c-format
+msgid "\"%s\" cannot be used as a macro name"
+msgstr "#%s må ikke optræde i en makroparameter"
+
+#: cpplib.c:508
+#, fuzzy, c-format
+msgid "undefining \"%s\""
+msgstr "glemmer definitionen af '%s'"
+
+#: cpplib.c:552
+#, fuzzy
+msgid "missing terminating > character"
+msgstr "manglende afsluttende '%c'-tegn"
+
+#: cpplib.c:590
+#, c-format
+msgid "#%s expects \"FILENAME\" or <FILENAME>"
+msgstr "#%s forventer \"FILNAVN\" eller <FILNAVN>"
+
+#: cpplib.c:599
+#, c-format
+msgid "empty file name in #%s"
+msgstr "tomt filnavn i #%s"
+
+#: cpplib.c:627
+#, fuzzy
+msgid "#include nested too deeply"
+msgstr "makro eller '#include'-rekursion er for dyb"
+
+#: cpplib.c:629
+msgid "attempt to push file buffer with contexts stacked"
+msgstr ""
+
+#: cpplib.c:636
+msgid "#include_next in primary source file"
+msgstr "#include_next i den primære kildekodefil"
+
+#: cpplib.c:660
+msgid "#import is obsolete, use an #ifndef wrapper in the header file"
+msgstr "#import er forældet, brug en #ifndef-indpakning i inkluderingsfilen"
+
+#: cpplib.c:696
+#, fuzzy, c-format
+msgid "invalid flag \"%s\" in line directive"
+msgstr "ugyldigt '#pragma poison'-direktiv"
+
+#: cpplib.c:748
+#, fuzzy, c-format
+msgid "\"%s\" after #line is not a positive integer"
+msgstr "symbolet efter #line er ikke et heltal"
+
+#: cpplib.c:754
+#, fuzzy
+msgid "line number out of range"
+msgstr "linjenummer er uden for det gyldige interval i #line"
+
+#: cpplib.c:798
+#, c-format
+msgid "file \"%s\" left but not entered"
+msgstr ""
+
+#: cpplib.c:806
+#, fuzzy, c-format
+msgid "expected to return to file \"%s\""
+msgstr "Stødt på slutningen af kildefilen %s tidligere end forventet.\n"
+
+#: cpplib.c:809
+#, c-format
+msgid "expected to return to line number %u"
+msgstr ""
+
+#: cpplib.c:812
+#, c-format
+msgid "header flags for \"%s\" have changed"
+msgstr ""
+
+#: cpplib.c:823
+#, fuzzy, c-format
+msgid "\"%s\" is not a valid filename"
+msgstr "%s: ugyldigt filnavn: %s\n"
+
+#: cpplib.c:920 f/lex.c:1240
+msgid "invalid #ident"
+msgstr "ugyldig #ident"
+
+#: cpplib.c:971
+#, fuzzy, c-format
+msgid "unknown #pragma namespace %s"
+msgstr "ukendt maskintilstand '%s'"
+
+#: cpplib.c:1083
+msgid "#pragma once is obsolete"
+msgstr "'#pragma once' er forældet"
+
+#: cpplib.c:1086
+#, fuzzy
+msgid "#pragma once in main file"
+msgstr "'#pragma once' uden for inkluderingsfil"
+
+#: cpplib.c:1110
+#, fuzzy
+msgid "invalid #pragma GCC poison directive"
+msgstr "ugyldigt '#pragma poison'-direktiv"
+
+#: cpplib.c:1119
+#, fuzzy, c-format
+msgid "poisoning existing macro \"%s\""
+msgstr "forgifter eksisterende makro '%s'"
+
+#: cpplib.c:1144
+#, fuzzy
+msgid "#pragma system_header ignored outside include file"
+msgstr "'#pragma systemheader' uden for inkluderingsfil"
+
+#: cpplib.c:1166
+#, fuzzy, c-format
+msgid "cannot find source %s"
+msgstr "[kan ikke finde %s]"
+
+#: cpplib.c:1170
+#, c-format
+msgid "current file is older than %s"
+msgstr ""
+
+#: cpplib.c:1233
+msgid "_Pragma takes a parenthesized string literal"
+msgstr ""
+
+#: cpplib.c:1326
+msgid "#else without #if"
+msgstr "#else uden #if"
+
+#: cpplib.c:1331 tradcpp.c:3850
+msgid "#else after #else"
+msgstr "#else efter #else"
+
+#: cpplib.c:1333 cpplib.c:1367
+msgid "the conditional began here"
+msgstr "betingelsen begyndte her"
+
+#: cpplib.c:1360
+msgid "#elif without #if"
+msgstr "#elif uden #if"
+
+#: cpplib.c:1365 tradcpp.c:3545
+msgid "#elif after #else"
+msgstr "#elif efter #else"
+
+#: cpplib.c:1397
+msgid "#endif without #if"
+msgstr "#endif uden #if"
+
+#: cpplib.c:1482 tradcpp.c:3242
+#, fuzzy
+msgid "missing '(' after predicate"
+msgstr "der mangler et semikolon før en højre krøllet parantes"
+
+#: cpplib.c:1503 tradcpp.c:3256
+msgid "missing ')' to complete answer"
+msgstr ""
+
+#: cpplib.c:1511 tradcpp.c:3262
+msgid "predicate's answer is empty"
+msgstr ""
+
+#: cpplib.c:1542 tradcpp.c:3310
+msgid "assertion without predicate"
+msgstr ""
+
+#: cpplib.c:1544 tradcpp.c:3312
+#, fuzzy
+msgid "predicate must be an identifier"
+msgstr "#define skal efterfølges af et kaldenavn"
+
+#: cpplib.c:1625 tradcpp.c:3409
+#, fuzzy, c-format
+msgid "\"%s\" re-asserted"
+msgstr "\"%s\" omdefineret"
+
+#: cpplib.c:1821
+msgid "<builtin>"
+msgstr ""
+
+#: cpplib.c:1823
+#, fuzzy
+msgid "<command line>"
+msgstr "<kommandolinje>: "
+
+#: cpplib.c:1846
+msgid "<stdin>"
+msgstr ""
+
+#: cpplib.c:1879
+#, c-format
+msgid "unterminated #%s"
+msgstr "uafsluttet #%s"
+
+#: cpplib.c:1907
+#, c-format
+msgid "file \"%s\" entered but not left"
+msgstr ""
+
+#: cppmacro.c:213
+#, fuzzy, c-format
+msgid "invalid builtin macro \"%s\""
+msgstr "forgifter eksisterende makro '%s'"
+
+#: cppmacro.c:333
+msgid "invalid string literal, ignoring final '\\'"
+msgstr ""
+
+#: cppmacro.c:367
+#, c-format
+msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
+msgstr ""
+
+#: cppmacro.c:539
+#, c-format
+msgid "unterminated argument list invoking macro \"%s\""
+msgstr ""
+
+#: cppmacro.c:556
+#, fuzzy
+msgid "ISO C99 requires rest arguments to be used"
+msgstr "ISO C påkræver en navngiven parameter før '...'"
+
+#: cppmacro.c:561
+#, c-format
+msgid "macro \"%s\" requires %u arguments, but only %u given"
+msgstr ""
+
+#: cppmacro.c:572
+#, c-format
+msgid "macro \"%s\" passed %u arguments, but takes just %u"
+msgstr ""
+
+#: cppmacro.c:612
+#, fuzzy, c-format
+msgid "function-like macro \"%s\" must be used with arguments in traditional C"
+msgstr "funktionsmakroen %s skal bruges med parametre i traditionel C"
+
+#: cppmacro.c:1236
+#, fuzzy, c-format
+msgid "duplicate macro parameter \"%s\""
+msgstr "makroparameternavnet \"%s\" optræder mere end én gang"
+
+#: cppmacro.c:1271
+#, fuzzy, c-format
+msgid "\"%s\" may not appear in macro parameter list"
+msgstr "manglende højreparantes i makroparameterlisten"
+
+#: cppmacro.c:1278
+msgid "macro parameters must be comma-separated"
+msgstr ""
+
+#: cppmacro.c:1295
+#, fuzzy
+msgid "parameter name missing"
+msgstr "Et katalognavn mangler efter %s"
+
+#: cppmacro.c:1309
+msgid "anonymous variadic macros were introduced in C99"
+msgstr ""
+
+#: cppmacro.c:1312
+#, fuzzy
+msgid "ISO C does not permit named variadic macros"
+msgstr "ISO C tillader ikke navngivne variabel parameterliste-makroer"
+
+#: cppmacro.c:1321
+#, fuzzy
+msgid "missing ')' in macro parameter list"
+msgstr "manglende højreparantes i makroparameterlisten"
+
+#: cppmacro.c:1400
+#, fuzzy
+msgid "ISO C requires whitespace after the macro name"
+msgstr "C-standarden påkræver mellemrum efter #define %s"
+
+#: cppmacro.c:1423
+#, fuzzy
+msgid "'#' is not followed by a macro parameter"
+msgstr "'#' efterfølges ikke af et makroparameternavn"
+
+#: cppmacro.c:1443
+msgid "'##' cannot appear at either end of a macro expansion"
+msgstr ""
+
+#: cppmacro.c:1478
+#, c-format
+msgid "\"%s\" redefined"
+msgstr "\"%s\" omdefineret"
+
+#: cppmacro.c:1484
+msgid "this is the location of the previous definition"
+msgstr "den foregående definition er her"
+
+#: cppmacro.c:1542
+#, fuzzy, c-format
+msgid "macro argument \"%s\" would be stringified with -traditional."
+msgstr "makroparameteren \"%s\" ville blive gjort til en streng i traditionel C"
+
+#: cppmacro.c:1566
+#, c-format
+msgid "invalid hash type %d in dump_definition"
+msgstr "ugyldig hashtype %d i dump_definition"
+
+#: cppmain.c:128
+#, c-format
+msgid "Invalid option %s"
+msgstr "Ugyldigt tilvalg %s"
+
+#: cppspec.c:128
+#, fuzzy, c-format
+msgid "\"%s\" is not a valid option to the preprocessor"
+msgstr "'%s' er ikke et tilladt tilvalg til forbehandleren"
+
+#: cppspec.c:152
+msgid "too many input files"
+msgstr "for mange inddatafiler"
+
+#: cse.c:7140
+#, c-format
+msgid ";; Processing block from %d to %d, %d sets.\n"
+msgstr ";; Behandler blok fra %d til %d, %d mængder.\n"
+
+#: diagnostic.c:844
+#, fuzzy, c-format
+msgid "%s:%d: warning: "
+msgstr "advarsel: "
+
+#: diagnostic.c:851
+#, fuzzy, c-format
+msgid "%s: warning: "
+msgstr "advarsel: "
+
+#: diagnostic.c:937
+msgid "((anonymous))"
+msgstr ""
+
+#: diagnostic.c:1064
+#, fuzzy, c-format
+msgid "%s: warnings being treated as errors\n"
+msgstr "%s: advarsel: ingen læseadgang til filen '%s'\n"
+
+#: diagnostic.c:1116
+#, fuzzy, c-format
+msgid "%s: %s: "
+msgstr "%s: %s"
+
+#: diagnostic.c:1224
+#, fuzzy
+msgid "sorry, not implemented: "
+msgstr "Profilgenerering understøttes ikke endnu."
+
+#: diagnostic.c:1243
+#, fuzzy, c-format
+msgid "%s "
+msgstr "%s"
+
+#: diagnostic.c:1245
+#, fuzzy, c-format
+msgid " %s"
+msgstr "%s"
+
+#: diagnostic.c:1268
+msgid "At top level:"
+msgstr ""
+
+#: diagnostic.c:1273
+#, c-format
+msgid "In method `%s':"
+msgstr ""
+
+#: diagnostic.c:1277
+#, fuzzy, c-format
+msgid "In function `%s':"
+msgstr "Ugyldigt tilvalg '%s'"
+
+#: diagnostic.c:1412
+msgid "compilation terminated.\n"
+msgstr ""
+
+#: diagnostic.c:1447
+#, fuzzy, c-format
+msgid "%s:%d: confused by earlier errors, bailing out\n"
+msgstr "forvirret af tidligere fejl, opgiver ævred"
+
+#: diagnostic.c:1461 diagnostic.c:1700
+#, c-format
+msgid ""
+"Please submit a full bug report,\n"
+"with preprocessed source if appropriate.\n"
+"See %s for instructions.\n"
+msgstr ""
+
+#: diagnostic.c:1493
+#, fuzzy
+msgid "Unrecognizable insn:"
+msgstr "Ukendt tilvalg '%s'"
+
+#: diagnostic.c:1495
+msgid "Insn does not satisfy its constraints:"
+msgstr ""
+
+#: diagnostic.c:1698
+#, fuzzy
+msgid "Internal compiler error: Error reporting routines re-entered.\n"
+msgstr "Intern oversætterfejl: program %s modtog et fatalt signal %d"
+
+#: diagnostic.c:1760
+#, fuzzy, c-format
+msgid "Internal compiler error in %s, at %s:%d"
+msgstr "Intern oversætterfejl %d."
+
+#: diagnostic.c:1805
+#, fuzzy, c-format
+msgid "In file included from %s:%d"
+msgstr "I filen inkluderet af %s:%u"
+
+#: diagnostic.c:1808
+#, fuzzy, c-format
+msgid ""
+",\n"
+" from %s:%d"
+msgstr ""
+",\n"
+" af %s:%u"
+
+#: diagnostic.c:1809
+msgid ":\n"
+msgstr ""
+
+#: dwarf2out.c:2977
+#, c-format
+msgid "DW_LOC_OP %s not implememnted\n"
+msgstr ""
+
+#: dwarf2out.c:7071 dwarfout.c:2128
+#, fuzzy, c-format
+msgid "internal regno botch: regno = %d\n"
+msgstr "Internt gcc-afbrydelse fra %s:%d"
+
+#: dwarfout.c:6262
+#, fuzzy
+msgid "can't get current directory"
+msgstr "%s: kan ikke få fat i arbejdskataloget: %s\n"
+
+#: emit-rtl.c:1006
+#, fuzzy
+msgid "Can't access real part of complex value in hard register"
+msgstr "Kan ikke tilgå den reelle del af komplekst tal i et hardware-register på målarkitekturen"
+
+#: emit-rtl.c:1030
+#, fuzzy
+msgid "can't access imaginary part of complex value in hard register"
+msgstr "Kan ikke tilgå den imaginære del af komplekst tal i et hardware-register på målarkitekturen"
+
+#: emit-rtl.c:2560
+msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
+msgstr ""
+
+#: errors.c:168
+#, c-format
+msgid "abort in %s, at %s:%d"
+msgstr ""
+
+#: except.c:357
+msgid "exception handling disabled, use -fexceptions to enable"
+msgstr "håndtering af undtagelser er slået fra, angiv -fexceptions for at slå dem til"
+
+#: except.c:2931
+msgid "argument of `__builtin_eh_return_regno' must be constant"
+msgstr ""
+
+#: except.c:3029 except.c:3053
+#, fuzzy
+msgid "__builtin_eh_return not supported on this target"
+msgstr "stakgrænser understøttes ikke på målarkitekturen"
+
+#: explow.c:1458
+msgid "stack limits not supported on this target"
+msgstr "stakgrænser understøttes ikke på målarkitekturen"
+
+#: expr.c:2842
+msgid "function using short complex types cannot be inline"
+msgstr "funktioner der benytter short complex-typer, kan ikke indbygges"
+
+#: expr.c:5860 expr.c:5869 expr.c:5878 expr.c:5883 expr.c:6041 expr.c:6056
+msgid "unsupported wide integer operation"
+msgstr "bred heltalsoperation understøttes ikke"
+
+#: expr.c:6103
+#, c-format
+msgid "prior parameter's size depends on `%s'"
+msgstr ""
+
+#: expr.c:6504
+msgid "returned value in block_exit_expr"
+msgstr ""
+
+#: f/com.c:11860
+msgid "no INTEGER type can hold a pointer on this configuration"
+msgstr ""
+
+#: f/com.c:12087
+#, c-format
+msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
+msgstr ""
+
+#: f/com.c:12089
+#, c-format
+msgid "and pointers are %d bits wide, but g77 doesn't yet work"
+msgstr ""
+
+#: f/com.c:12091
+msgid "properly unless they all are 32 bits wide."
+msgstr ""
+
+#: f/com.c:12092
+msgid "Please keep this in mind before you report bugs. g77 should"
+msgstr ""
+
+#: f/com.c:12093
+msgid "support non-32-bit machines better as of version 0.6."
+msgstr ""
+
+#. I/O will probably crash.
+#: f/com.c:12101
+#, c-format
+msgid "configuration: char * holds %d bits, but ftnlen only %d"
+msgstr ""
+
+#. ASSIGN 10 TO I will crash.
+#: f/com.c:12110
+#, c-format
+msgid ""
+"configuration: char * holds %d bits, but INTEGER only %d --\n"
+" ASSIGN statement might fail"
+msgstr ""
+
+#: f/com.c:16088
+#, fuzzy
+msgid "Directory name must immediately follow -I"
+msgstr "Et katalognavn mangler efter %s"
+
+#: f/g77spec.c:250
+#, c-format
+msgid "overflowed output arg list for `%s'"
+msgstr ""
+
+#: f/g77spec.c:436
+#, fuzzy
+msgid "--driver no longer supported"
+msgstr "-pipe understøttes ikke"
+
+#: f/g77spec.c:450
+#, fuzzy, c-format
+msgid "argument to `%s' missing"
+msgstr "en parameter til '%s' mangler\n"
+
+#: f/g77spec.c:454
+msgid "No input files; unwilling to write output files"
+msgstr ""
+
+#: f/lang-options.h:33
+msgid "Print g77-specific compiler version info, run internal tests"
+msgstr ""
+
+#: f/lang-options.h:38
+msgid "Program is written in typical FORTRAN 66 dialect"
+msgstr ""
+
+#: f/lang-options.h:41
+msgid "Program is written in typical Unix f77 dialect"
+msgstr ""
+
+#: f/lang-options.h:43
+msgid "Program does not use Unix-f77 dialectal features"
+msgstr ""
+
+#: f/lang-options.h:45
+msgid "Program is written in Fortran-90-ish dialect"
+msgstr ""
+
+#: f/lang-options.h:49
+msgid "Treat local vars and COMMON blocks as if they were named in SAVE statements"
+msgstr ""
+
+#: f/lang-options.h:51
+msgid "Allow $ in symbol names"
+msgstr ""
+
+#: f/lang-options.h:55
+msgid "f2c-compatible code need not be generated"
+msgstr ""
+
+#: f/lang-options.h:58
+msgid "Unsupported; do not generate libf2c-calling code"
+msgstr ""
+
+#: f/lang-options.h:60
+msgid "Unsupported; affects code-generation of arrays"
+msgstr ""
+
+#: f/lang-options.h:63
+msgid "Program is written in Fortran-90-ish free form"
+msgstr ""
+
+#: f/lang-options.h:68
+msgid "Warn about use of (only a few for now) Fortran extensions"
+msgstr ""
+
+#: f/lang-options.h:71
+msgid "Program is written in VXT (Digital-like) FORTRAN"
+msgstr ""
+
+#: f/lang-options.h:74
+msgid "Disallow all ugly features"
+msgstr ""
+
+#: f/lang-options.h:77
+msgid "Hollerith and typeless constants not passed as arguments"
+msgstr ""
+
+#: f/lang-options.h:79
+msgid "Allow ordinary copying of ASSIGN'ed vars"
+msgstr ""
+
+#: f/lang-options.h:82
+msgid "Dummy array dimensioned to (1) is assumed-size"
+msgstr ""
+
+#: f/lang-options.h:85
+msgid "Trailing comma in procedure call denotes null argument"
+msgstr ""
+
+#: f/lang-options.h:88
+msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
+msgstr ""
+
+#: f/lang-options.h:92
+msgid "Initialization via DATA and PARAMETER is type-compatible"
+msgstr ""
+
+#: f/lang-options.h:94
+msgid "Allow INTEGER and LOGICAL interchangeability"
+msgstr ""
+
+#: f/lang-options.h:97
+msgid "Print internal debugging-related info"
+msgstr ""
+
+#: f/lang-options.h:100
+#, fuzzy
+msgid "Initialize local vars and arrays to zero"
+msgstr "Lokale variabler uden startværdi i .data"
+
+#: f/lang-options.h:104
+msgid "Backslashes in character/hollerith constants not special (C-style)"
+msgstr ""
+
+#: f/lang-options.h:106
+msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"
+msgstr ""
+
+#: f/lang-options.h:110
+msgid "Disable the appending of underscores to externals"
+msgstr ""
+
+#: f/lang-options.h:113
+msgid "Never append a second underscore to externals"
+msgstr ""
+
+#: f/lang-options.h:115
+msgid "Intrinsics spelled as e.g. SqRt"
+msgstr ""
+
+#: f/lang-options.h:117
+msgid "Intrinsics in uppercase"
+msgstr ""
+
+#: f/lang-options.h:120
+msgid "Intrinsics letters in arbitrary cases"
+msgstr ""
+
+#: f/lang-options.h:122
+msgid "Language keywords spelled as e.g. IOStat"
+msgstr ""
+
+#: f/lang-options.h:124
+msgid "Language keywords in uppercase"
+msgstr ""
+
+#: f/lang-options.h:127
+msgid "Language keyword letters in arbitrary cases"
+msgstr ""
+
+#: f/lang-options.h:129
+msgid "Internally convert most source to uppercase"
+msgstr ""
+
+#: f/lang-options.h:132
+msgid "Internally preserve source case"
+msgstr ""
+
+#: f/lang-options.h:134
+msgid "Symbol names spelled in mixed case"
+msgstr ""
+
+#: f/lang-options.h:136
+msgid "Symbol names in uppercase"
+msgstr ""
+
+#: f/lang-options.h:138
+msgid "Symbol names in lowercase"
+msgstr ""
+
+#: f/lang-options.h:141
+msgid "Program written in uppercase"
+msgstr ""
+
+#: f/lang-options.h:143
+msgid "Program written in lowercase"
+msgstr ""
+
+#: f/lang-options.h:145
+msgid "Program written in strict mixed-case"
+msgstr ""
+
+#: f/lang-options.h:147
+msgid "Compile as if program written in uppercase"
+msgstr ""
+
+#: f/lang-options.h:149
+msgid "Compile as if program written in lowercase"
+msgstr ""
+
+#: f/lang-options.h:151
+msgid "Preserve all spelling (case) used in program"
+msgstr ""
+
+#: f/lang-options.h:153
+msgid "Delete libU77 intrinsics with bad interfaces"
+msgstr ""
+
+#: f/lang-options.h:155
+msgid "Disable libU77 intrinsics with bad interfaces"
+msgstr ""
+
+#: f/lang-options.h:158
+msgid "Hide libU77 intrinsics with bad interfaces"
+msgstr ""
+
+#: f/lang-options.h:160
+msgid "Delete non-FORTRAN-77 intrinsics f2c supports"
+msgstr ""
+
+#: f/lang-options.h:162
+msgid "Disable non-FORTRAN-77 intrinsics f2c supports"
+msgstr ""
+
+#: f/lang-options.h:165
+msgid "Hide non-FORTRAN-77 intrinsics f2c supports"
+msgstr ""
+
+#: f/lang-options.h:167
+msgid "Delete non-FORTRAN-77 intrinsics F90 supports"
+msgstr ""
+
+#: f/lang-options.h:169
+msgid "Disable non-FORTRAN-77 intrinsics F90 supports"
+msgstr ""
+
+#: f/lang-options.h:172
+msgid "Hide non-FORTRAN-77 intrinsics F90 supports"
+msgstr ""
+
+#: f/lang-options.h:174
+msgid "Delete non-FORTRAN-77 intrinsics g77 supports"
+msgstr ""
+
+#: f/lang-options.h:176
+msgid "Disable non-FORTRAN 77 intrinsics F90 supports"
+msgstr ""
+
+#: f/lang-options.h:179
+msgid "Hide non-FORTRAN 77 intrinsics F90 supports"
+msgstr ""
+
+#: f/lang-options.h:181
+msgid "Delete MIL-STD 1753 intrinsics"
+msgstr ""
+
+#: f/lang-options.h:183
+msgid "Disable MIL-STD 1753 intrinsics"
+msgstr ""
+
+#: f/lang-options.h:186
+msgid "Hide MIL-STD 1753 intrinsics"
+msgstr ""
+
+#: f/lang-options.h:188
+msgid "Delete libU77 intrinsics"
+msgstr ""
+
+#: f/lang-options.h:190
+msgid "Disable libU77 intrinsics"
+msgstr ""
+
+#: f/lang-options.h:193
+msgid "Hide libU77 intrinsics"
+msgstr ""
+
+#: f/lang-options.h:195
+msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"
+msgstr ""
+
+#: f/lang-options.h:197
+msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
+msgstr ""
+
+#: f/lang-options.h:200
+msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"
+msgstr ""
+
+#: f/lang-options.h:202
+msgid "Treat initial values of 0 like non-zero values"
+msgstr ""
+
+#: f/lang-options.h:205
+msgid "Emit special debugging information for COMMON and EQUIVALENCE (disabled)"
+msgstr ""
+
+#: f/lang-options.h:208
+msgid "Take at least one trip through each iterative DO loop"
+msgstr ""
+
+#: f/lang-options.h:212
+msgid "Print names of program units as they are compiled"
+msgstr ""
+
+#: f/lang-options.h:215
+msgid "Disable fatal diagnostics about inter-procedural problems"
+msgstr ""
+
+#: f/lang-options.h:217
+msgid "Make prefix-radix non-decimal constants be typeless"
+msgstr ""
+
+#: f/lang-options.h:220
+msgid "Generate code to check subscript and substring bounds"
+msgstr ""
+
+#: f/lang-options.h:223
+msgid "Fortran-specific form of -fbounds-check"
+msgstr ""
+
+#: f/lang-options.h:227
+msgid "Disable warnings about inter-procedural problems"
+msgstr ""
+
+#: f/lang-options.h:231
+msgid "Warn about constructs with surprising meanings"
+msgstr ""
+
+#: f/lang-options.h:236
+msgid "Add a directory for INCLUDE searching"
+msgstr ""
+
+#: f/lang-options.h:238
+msgid "Set the maximum line length"
+msgstr ""
+
+#: f/lex.c:692
+msgid "the meaning of `\\a' varies with -traditional"
+msgstr ""
+
+#: f/lex.c:708
+#, fuzzy, c-format
+msgid "non-ANSI-standard escape sequence, `\\%c'"
+msgstr "undvigesekvensen '\\%c' følger ikke ISO-standarden"
+
+#: f/lex.c:721
+#, fuzzy, c-format
+msgid "non-ANSI escape sequence `\\%c'"
+msgstr "undvigesekvensen '\\%c' følger ikke ISO-standarden"
+
+#: f/lex.c:725
+#, fuzzy, c-format
+msgid "unknown escape sequence `\\%c'"
+msgstr "undvigesekvensen '\\%c' følger ikke ISO-standarden"
+
+#: f/lex.c:727
+#, c-format
+msgid "unknown escape sequence: `\\' followed by char code 0x%x"
+msgstr ""
+
+#: f/lex.c:806
+msgid "Badly formed directive -- no closing quote"
+msgstr ""
+
+#: f/lex.c:870
+msgid "#-lines for entering and leaving files don't match"
+msgstr "#-linjer til at træde ind og ud af filer passer ikke"
+
+#: f/lex.c:1039
+msgid "Bad directive -- missing close-quote"
+msgstr ""
+
+#: f/lex.c:1156
+#, c-format
+msgid "ignoring pragma: %s"
+msgstr ""
+
+#: f/lex.c:1257
+#, fuzzy
+msgid "undefined or invalid # directive"
+msgstr "# direktivet '%s' er ugyldigt eller ikke defineret"
+
+#: f/lex.c:1313
+msgid "invalid #line"
+msgstr "ugyldig #line"
+
+#: f/lex.c:1369 f/lex.c:1413
+msgid "Use `#line ...' instead of `# ...' in first line"
+msgstr ""
+
+#: f/lex.c:1423
+msgid "invalid #-line"
+msgstr "ugyldig #-linje"
+
+#: f/ste.c:1436 f/ste.c:1791
+msgid "ASSIGNed FORMAT specifier is too small"
+msgstr ""
+
+#: f/ste.c:3259
+msgid "ASSIGN to variable that is too small"
+msgstr ""
+
+#: f/ste.c:3297
+msgid "ASSIGNed GOTO target variable is too small"
+msgstr ""
+
+#: f/top.c:240
+#, c-format
+msgid "%s no longer supported -- try -fvxt"
+msgstr ""
+
+#: f/top.c:242
+#, c-format
+msgid "%s no longer supported -- try -fno-vxt -ff90"
+msgstr ""
+
+#: f/top.c:310 f/top.c:312
+#, c-format
+msgid "%s disabled, use normal debugging flags"
+msgstr ""
+
+#: final.c:3349
+#, fuzzy, c-format
+msgid "invalid `asm': %s"
+msgstr "%s: ugyldigt filnavn: %s\n"
+
+#: final.c:3352
+#, c-format
+msgid "output_operand: %s"
+msgstr "output_operand: %s"
+
+#: final.c:3492
+#, c-format
+msgid "operand number missing after %-letter"
+msgstr "operandtal mangler efter %-letter"
+
+#: final.c:3494 final.c:3529
+msgid "operand number out of range"
+msgstr "operandtal er uden for det gyldige interval"
+
+#: final.c:3543
+#, c-format
+msgid "invalid %%-code"
+msgstr "ugyldig %%-kode"
+
+#: final.c:3570
+msgid "`%l' operand isn't a label"
+msgstr "'%l'-operand er ikke en etiket"
+
+#: flow.c:541
+msgid "function might be possible candidate for attribute `noreturn'"
+msgstr ""
+
+#: flow.c:546
+msgid "`noreturn' function does return"
+msgstr ""
+
+#: flow.c:567
+msgid "control reaches end of non-void function"
+msgstr ""
+
+#: flow.c:6646
+#, c-format
+msgid "End insn %d for block %d not found in the insn stream."
+msgstr "Slutinstruktion %d for blok %d ikke fundet i instruktionsstrømmen."
+
+#: flow.c:6660
+#, c-format
+msgid "Insn %d is in multiple basic blocks (%d and %d)"
+msgstr "Instruktion %d er i flere basisblokke (%d og %d)"
+
+#: flow.c:6671
+#, c-format
+msgid "Head insn %d for block %d not found in the insn stream."
+msgstr "Hovedinstruktion %d for blok %d ikke fundet i instruktionsstrømmen."
+
+#: flow.c:6708 flow.c:6735
+#, c-format
+msgid "Basic block %i edge lists are corrupted"
+msgstr "Kantlister til basisblok %i er ødelagt"
+
+#: flow.c:6720
+#, c-format
+msgid "Basic block %d pred edge is corrupted"
+msgstr "Forkant til basisblok %d er ødelagt"
+
+#: flow.c:6750
+#, c-format
+msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
+msgstr "NOTE_INSN_BASIC_BLOCK mangler for blok %d"
+
+#: flow.c:6758
+#, c-format
+msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d\n"
+msgstr "NOTE_INSN_BASIC_BLOCK mangler for blok %d\n"
+
+#: flow.c:6774
+#, c-format
+msgid "NOTE_INSN_BASIC_BLOCK %d in the middle of basic block %d"
+msgstr "NOTE_INSN_BASIC_BLOCK %d i midten af basisblok %d"
+
+#: flow.c:6786
+#, c-format
+msgid "In basic block %d:"
+msgstr "I basisblok %d:"
+
+#: flow.c:6848
+#, c-format
+msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
+msgstr "antallet af basisbloknoter i instruktionskæden (%d) != n_basic_blocks (%d)"
+
+#: fold-const.c:3013 fold-const.c:3026
+#, c-format
+msgid "comparison is always %d due to width of bitfield"
+msgstr ""
+
+#: fold-const.c:4069 fold-const.c:4086
+#, c-format
+msgid "comparison is always %d"
+msgstr ""
+
+#: fold-const.c:4217
+msgid "`or' of unmatched not-equal tests is always 1"
+msgstr ""
+
+#: fold-const.c:4222
+msgid "`and' of mutually exclusive equal-tests is always 0"
+msgstr ""
+
+#: function.c:5390
+#, fuzzy, c-format
+msgid "`%s' might be used uninitialized in this function"
+msgstr "'%s' er ikke erklæret (først benyttet i denne funktion)"
+
+#: function.c:5397
+#, c-format
+msgid "variable `%s' might be clobbered by `longjmp' or `vfork'"
+msgstr ""
+
+#: function.c:5416
+#, c-format
+msgid "argument `%s' might be clobbered by `longjmp' or `vfork'"
+msgstr ""
+
+#: function.c:6216
+#, fuzzy
+msgid "function returns an aggregate"
+msgstr "en funktions returtype kan ikke være en funktion"
+
+#: function.c:6745
+#, c-format
+msgid "unused parameter `%s'"
+msgstr ""
+
+#: gcc.c:954
+#, c-format
+msgid "Ambiguous abbreviation %s"
+msgstr "Flertydig forkortelse %s"
+
+#: gcc.c:981
+#, c-format
+msgid "Incomplete `%s' option"
+msgstr "Ufuldstændigt '%s'-tilvalg"
+
+#: gcc.c:992
+#, c-format
+msgid "Missing argument to `%s' option"
+msgstr "Der mangler en parameter til '%s'-tilvalget"
+
+#: gcc.c:1005
+#, c-format
+msgid "Extraneous argument to `%s' option"
+msgstr "Der er en parameter for meget til '%s'-tilvalget"
+
+#: gcc.c:1308
+msgid "Using builtin specs.\n"
+msgstr "Benytter indbyggede specifikationer.\n"
+
+#: gcc.c:1474
+#, c-format
+msgid "Setting spec %s to '%s'\n\n"
+msgstr "Sætter specifikation %s til '%s'\n\n"
+
+#: gcc.c:1572
+#, c-format
+msgid "Reading specs from %s\n"
+msgstr "Læser specifikationer fra %s\n"
+
+#: gcc.c:1670 gcc.c:1689
+#, c-format
+msgid "specs %%include syntax malformed after %ld characters"
+msgstr "%%include-syntaks i specifikationer misdannet efter %ld tegn"
+
+#: gcc.c:1697
+#, c-format
+msgid "Could not find specs file %s\n"
+msgstr "Kun ikke finde specifikationsfil %s\n"
+
+#: gcc.c:1713 gcc.c:1721 gcc.c:1730 gcc.c:1739
+#, c-format
+msgid "specs %%rename syntax malformed after %ld characters"
+msgstr "%%rename-syntaks i specifikationer misdannet efter %ld tegn"
+
+#: gcc.c:1748
+#, c-format
+msgid "specs %s spec was not found to be renamed"
+msgstr "%s-specifikation i specifikationer kunne ikke findes til omdøbelse"
+
+#: gcc.c:1755
+#, c-format
+msgid "rename spec %s to %s\n"
+msgstr "omdøb specifikation %s til %s\n"
+
+#: gcc.c:1757
+#, c-format
+msgid "spec is '%s'\n\n"
+msgstr "specifikation er '%s'\n\n"
+
+#: gcc.c:1770
+#, c-format
+msgid "specs unknown %% command after %ld characters"
+msgstr "ukendt %%-kommando i specifikationer efter %ld tegn"
+
+#: gcc.c:1781 gcc.c:1794
+#, c-format
+msgid "specs file malformed after %ld characters"
+msgstr "specifikationsfil misdannet efter %ld tegn"
+
+#: gcc.c:1848
+msgid "spec file has no spec for linking"
+msgstr "specifikationsfil har ingen specifikation til sammenkædning"
+
+#: gcc.c:2609
+msgid "-pipe not supported"
+msgstr "-pipe understøttes ikke"
+
+#: gcc.c:2645
+msgid "\nGo ahead? (y or n) "
+msgstr "\nFortsæt, ja (y) eller nej (n)?"
+
+#: gcc.c:2744
+#, fuzzy, c-format
+msgid ""
+"Internal error: %s (program %s)\n"
+"Please submit a full bug report.\n"
+"See %s for instructions."
+msgstr ""
+"Intern oversætterfejl i '%s', ved %s:%d\n"
+"Send venligst en komplet fejlrapport.\n"
+"Se %s for instruktioner."
+
+#: gcc.c:2762
+#, c-format
+msgid "# %s %.2f %.2f\n"
+msgstr "# %s %.2f %.2f\n"
+
+#: gcc.c:2890
+#, c-format
+msgid "Usage: %s [options] file...\n"
+msgstr ""
+
+#: gcc.c:2891
+msgid "Options:\n"
+msgstr ""
+
+#: gcc.c:2893
+msgid " -pass-exit-codes Exit with highest error code from a phase\n"
+msgstr ""
+
+#: gcc.c:2894
+msgid " --help Display this information\n"
+msgstr ""
+
+#: gcc.c:2895
+msgid " --target-help Display target specific command line options\n"
+msgstr ""
+
+#: gcc.c:2897
+msgid " (Use '-v --help' to display command line options of sub-processes)\n"
+msgstr ""
+
+#: gcc.c:2898
+msgid " -dumpspecs Display all of the built in spec strings\n"
+msgstr ""
+
+#: gcc.c:2899
+msgid " -dumpversion Display the version of the compiler\n"
+msgstr ""
+
+#: gcc.c:2900
+msgid " -dumpmachine Display the compiler's target processor\n"
+msgstr ""
+
+#: gcc.c:2901
+msgid " -print-search-dirs Display the directories in the compiler's search path\n"
+msgstr ""
+
+#: gcc.c:2902
+msgid " -print-libgcc-file-name Display the name of the compiler's companion library\n"
+msgstr ""
+
+#: gcc.c:2903
+msgid " -print-file-name=<lib> Display the full path to library <lib>\n"
+msgstr ""
+
+#: gcc.c:2904
+msgid " -print-prog-name=<prog> Display the full path to compiler component <prog>\n"
+msgstr ""
+
+#: gcc.c:2905
+msgid " -print-multi-directory Display the root directory for versions of libgcc\n"
+msgstr ""
+
+#: gcc.c:2906
+msgid ""
+" -print-multi-lib Display the mapping between command line options and\n"
+" multiple library search directories\n"
+msgstr ""
+
+#: gcc.c:2909
+msgid " -Wa,<options> Pass comma-separated <options> on to the assembler\n"
+msgstr ""
+
+#: gcc.c:2910
+msgid " -Wp,<options> Pass comma-separated <options> on to the preprocessor\n"
+msgstr ""
+
+#: gcc.c:2911
+msgid " -Wl,<options> Pass comma-separated <options> on to the linker\n"
+msgstr ""
+
+#: gcc.c:2912
+msgid " -Xlinker <arg> Pass <arg> on to the linker\n"
+msgstr ""
+
+#: gcc.c:2913
+msgid " -save-temps Do not delete intermediate files\n"
+msgstr ""
+
+#: gcc.c:2914
+msgid " -pipe Use pipes rather than intermediate files\n"
+msgstr ""
+
+#: gcc.c:2915
+msgid " -time Time the execution of each subprocess\n"
+msgstr ""
+
+#: gcc.c:2916
+msgid " -specs=<file> Override builtin specs with the contents of <file>\n"
+msgstr ""
+
+#: gcc.c:2917
+msgid " -std=<standard> Assume that the input sources are for <standard>\n"
+msgstr ""
+
+#: gcc.c:2918
+msgid " -B <directory> Add <directory> to the compiler's search paths\n"
+msgstr ""
+
+#: gcc.c:2919
+msgid " -b <machine> Run gcc for target <machine>, if installed\n"
+msgstr ""
+
+#: gcc.c:2920
+msgid " -V <version> Run gcc version number <version>, if installed\n"
+msgstr ""
+
+#: gcc.c:2921
+msgid " -v Display the programs invoked by the compiler\n"
+msgstr ""
+
+#: gcc.c:2922
+msgid " -E Preprocess only; do not compile, assemble or link\n"
+msgstr ""
+
+#: gcc.c:2923
+msgid " -S Compile only; do not assemble or link\n"
+msgstr ""
+
+#: gcc.c:2924
+msgid " -c Compile and assemble, but do not link\n"
+msgstr ""
+
+#: gcc.c:2925
+msgid " -o <file> Place the output into <file>\n"
+msgstr ""
+
+#: gcc.c:2926
+msgid ""
+" -x <language> Specify the language of the following input files\n"
+" Permissable languages include: c c++ assembler none\n"
+" 'none' means revert to the default behaviour of\n"
+" guessing the language based on the file's extension\n"
+msgstr ""
+
+#: gcc.c:2933
+#, c-format
+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 ""
+
+#: gcc.c:3300
+msgid "argument to `-Xlinker' is missing"
+msgstr "en parameter til '-Xlinker' mangler"
+
+#: gcc.c:3317
+msgid "argument to `-specs' is missing"
+msgstr "en parameter til '-specs' mangler"
+
+#: gcc.c:3332
+msgid "argument to `-specs=' is missing"
+msgstr "en parameter til '-specs=' mangler"
+
+#: gcc.c:3354
+msgid "argument to `-b' is missing"
+msgstr "en parameter til '-b' mangler"
+
+#: gcc.c:3367
+msgid "argument to `-B' is missing"
+msgstr "en parameter til '-B' mangler"
+
+#: gcc.c:3420
+msgid "argument to `-V' is missing"
+msgstr "en parameter til '-V' mangler"
+
+#: gcc.c:3441 gcc.c:3448 gcc.c:3455
+msgid "invalid version number format"
+msgstr "ugyldigt versionsnummerformat"
+
+#: gcc.c:3566
+msgid "cannot specify -o with -c or -S and multiple compilations"
+msgstr "kan ikke angive -o med -c eller -S og flere oversættelser"
+
+#: gcc.c:3762
+#, fuzzy
+msgid "Warning: -pipe ignored because -save-temps specified"
+msgstr "Advarsel: -pipe ignoreret eftersom -save-temps er angivet"
+
+#: gcc.c:3766
+#, fuzzy
+msgid "Warning: -pipe ignored because -time specified"
+msgstr "Advarsel: -pipe ignoreret eftersom -time er angivet"
+
+#: gcc.c:3776
+msgid "argument to `-x' is missing"
+msgstr "en parameter til '-x' mangler"
+
+#: gcc.c:3804
+#, c-format
+msgid "argument to `-%s' is missing"
+msgstr "en parameter til '-%s' mangler"
+
+#: gcc.c:3867
+#, c-format
+msgid "Warning: `-x %s' after last input file has no effect"
+msgstr "Advarsel: '-x %s' efter den sidste inddatafil udvirker intet"
+
+#: gcc.c:4072
+msgid "Invalid specification! Bug in cc."
+msgstr "Ugyldig specifikation! Fejl i cc."
+
+#: gcc.c:4221
+#, fuzzy, c-format
+msgid "%s\n"
+msgstr "%s"
+
+#. Catch the case where a spec string contains something like
+#. '%{foo:%*}'. ie there is no * in the pattern on the left
+#. hand side of the :.
+#: gcc.c:4738
+#, c-format
+msgid "Spec failure: '%%*' has not been initialised by pattern match"
+msgstr "Specifikationsfejl: '%%*' er ikke blevet klargjort af mønstersøgning"
+
+#: gcc.c:4747
+#, c-format
+msgid "Warning: use of obsolete %%[ operator in specs"
+msgstr "Advarsel: forældet '%%['-operator benyttet i specifikationer"
+
+#: gcc.c:4765
+#, c-format
+msgid "Processing spec %c%s%c, which is '%s'\n"
+msgstr "Behandler specifikation %c%s%c, som er '%s'\n"
+
+#: gcc.c:4890
+#, c-format
+msgid "Spec failure: Unrecognised spec option '%c'"
+msgstr "Specifikationsfejl: Ukendt specifikationstilvalg '%c'"
+
+#: gcc.c:5744
+#, c-format
+msgid "unrecognized option `-%s'"
+msgstr "ukendt tilvalg '-%s'"
+
+#: gcc.c:5750
+#, c-format
+msgid "install: %s%s\n"
+msgstr ""
+
+#: gcc.c:5751
+#, c-format
+msgid "programs: %s\n"
+msgstr ""
+
+#: gcc.c:5752
+#, c-format
+msgid "libraries: %s\n"
+msgstr ""
+
+#: gcc.c:5800
+msgid "\nFor bug reporting instructions, please see:\n"
+msgstr ""
+
+#: gcc.c:5816
+#, c-format
+msgid "Configured with: %s\n"
+msgstr ""
+
+#: gcc.c:5830
+#, c-format
+msgid "Thread model: %s\n"
+msgstr ""
+
+#: gcc.c:5841
+#, c-format
+msgid "gcc version %s\n"
+msgstr "gcc version %s\n"
+
+#: gcc.c:5843
+#, c-format
+msgid "gcc driver version %s executing gcc version %s\n"
+msgstr "gcc-styringsprogram version %s kører gcc version %s\n"
+
+#: gcc.c:5851
+msgid "No input files"
+msgstr "Ingen inddatafiler"
+
+#: gcc.c:5888
+#, c-format
+msgid "%s: %s compiler not installed on this system"
+msgstr "%s: %s-oversætter ikke installeret på dette system"
+
+#: gcc.c:5958
+#, fuzzy, c-format
+msgid "%s: linker input file unused because linking not done"
+msgstr "%s: sammenkæderinddatafil ikke benyttet eftersom sammenkædning ikke blev foretaget"
+
+#: gcc.c:6001
+#, c-format
+msgid "language %s not recognized"
+msgstr "sproget %s ikke genkendt"
+
+#: gcc.c:6104
+msgid "Internal gcc abort."
+msgstr "Intern gcc-afbrydelse."
+
+#: gcov.c:299
+msgid "Internal gcov abort.\n"
+msgstr "Intern gcov afbrydelse.\n"
+
+#: gcov.c:308
+msgid "gcov [-b] [-v] [-n] [-l] [-f] [-o OBJDIR] file\n"
+msgstr "gcov [-b] [-v] [-n] [-l] [-f] [-o OBJKAT] fil\n"
+
+#: gcov.c:428
+#, c-format
+msgid "Could not open basic block file %s.\n"
+msgstr "Kunne ikke åbne basisblokfilen %s.\n"
+
+#: gcov.c:437
+#, c-format
+msgid "Could not open data file %s.\n"
+msgstr "Kunne ikke åbne datafilen %s.\n"
+
+#: gcov.c:438
+msgid "Assuming that all execution counts are zero.\n"
+msgstr "Antager at alle kørselstællere er nul.\n"
+
+#: gcov.c:444
+#, c-format
+msgid "Could not open program flow graph file %s.\n"
+msgstr "Kunne ikke åbne programstrømsgraffilen %s.\n"
+
+#: gcov.c:455
+#, c-format
+msgid "No executable code associated with file %s.\n"
+msgstr "Ingen kørbar kode associeret med filen %s.\n"
+
+#: gcov.c:754 profile.c:977
+msgid ".da file contents exhausted too early\n"
+msgstr "indholdet af .da-filen er udtømt for tidligt\n"
+
+#: gcov.c:757 profile.c:980
+msgid ".da file contents not exhausted\n"
+msgstr "indholdet af .da-filen ikke udtømt\n"
+
+#: gcov.c:938
+#, c-format
+msgid "%6.2f%% of %d source lines executed in function %s\n"
+msgstr "%6.2f%% af %d kildekodelinjer udført i funktionen %s\n"
+
+#: gcov.c:942
+#, c-format
+msgid "No executable source lines in function %s\n"
+msgstr "Ingen kørbare kildekodelinjer i funktionen %s\n"
+
+#: gcov.c:949
+#, c-format
+msgid "%6.2f%% of %d branches executed in function %s\n"
+msgstr "%6.2f%% af %d forgreninger udført i funktionen %s\n"
+
+#: gcov.c:953
+#, c-format
+msgid "%6.2f%% of %d branches taken at least once in function %s\n"
+msgstr "%6.2f%% af %d forgreninger valgt mindst én gang i funktionen %s\n"
+
+#: gcov.c:958
+#, c-format
+msgid "No branches in function %s\n"
+msgstr "Ingen forgreninger i funktionen %s\n"
+
+#: gcov.c:960
+#, c-format
+msgid "%6.2f%% of %d calls executed in function %s\n"
+msgstr "%6.2f%% af %d kald udført i funktionen %s\n"
+
+#: gcov.c:964
+#, c-format
+msgid "No calls in function %s\n"
+msgstr "Ingen kald i funktionen %s\n"
+
+#: gcov.c:1096
+#, c-format
+msgid "didn't use all bb entries of graph, function %s\n"
+msgstr "brugte ikke alle grafens basisblokelementer, funktion %s\n"
+
+#: gcov.c:1098
+#, c-format
+msgid "block_num = %ld, num_blocks = %d\n"
+msgstr "block_num = %ld, num_blocks = %d\n"
+
+#: gcov.c:1136
+#, c-format
+msgid "ERROR: too many basic blocks in .bb file %s\n"
+msgstr "Fejl: for mange basisblokke i .bb-filen %s\n"
+
+#: gcov.c:1213
+#, c-format
+msgid "%6.2f%% of %d source lines executed in file %s\n"
+msgstr "%6.2f%% af %d kildekodelinjer udført i filen %s\n"
+
+#: gcov.c:1217
+#, c-format
+msgid "No executable source lines in file %s\n"
+msgstr "Ingen kørbare kildekodelinjer i filen %s\n"
+
+#: gcov.c:1224
+#, c-format
+msgid "%6.2f%% of %d branches executed in file %s\n"
+msgstr "%6.2f%% af %d forgreninger udført i filen %s\n"
+
+#: gcov.c:1228
+#, c-format
+msgid "%6.2f%% of %d branches taken at least once in file %s\n"
+msgstr "%6.2f%% af %d forgreninger valgt mindst én gang i filen %s\n"
+
+#: gcov.c:1233
+#, c-format
+msgid "No branches in file %s\n"
+msgstr "Ingen forgreninger i filen %s\n"
+
+#: gcov.c:1235
+#, c-format
+msgid "%6.2f%% of %d calls executed in file %s\n"
+msgstr "%6.2f%% af %d kald udført i filen %s\n"
+
+#: gcov.c:1239
+#, c-format
+msgid "No calls in file %s\n"
+msgstr "Ingen kald i filen %s\n"
+
+#: gcov.c:1251
+#, c-format
+msgid "Could not open source file %s.\n"
+msgstr "Kunne ikke åbne kildefilen %s.\n"
+
+#: gcov.c:1301
+#, c-format
+msgid "Could not open output file %s.\n"
+msgstr "Kunne ikke åbne uddatafilen %s.\n"
+
+#: gcov.c:1309
+#, c-format
+msgid "Creating %s.\n"
+msgstr "Opretter %s.\n"
+
+#: gcov.c:1353
+#, c-format
+msgid "call %d never executed\n"
+msgstr "kald %d aldrig udført\n"
+
+#: gcov.c:1358
+#, c-format
+msgid "call %d returns = %d\n"
+msgstr "kald %d returnerer = %d\n"
+
+#: gcov.c:1362
+#, c-format
+msgid "call %d returns = %d%%\n"
+msgstr "kald %d returnerer = %d%%\n"
+
+#: gcov.c:1370
+#, c-format
+msgid "branch %d never executed\n"
+msgstr "forgrening %d aldrig udført\n"
+
+#: gcov.c:1376
+#, c-format
+msgid "branch %d taken = %d\n"
+msgstr "forgrening %d valgt = %d\n"
+
+#: gcov.c:1380
+#, c-format
+msgid "branch %d taken = %d%%\n"
+msgstr "forgrening %d valgt = %d%%\n"
+
+#: gcov.c:1394
+#, c-format
+msgid "Unexpected EOF while reading source file %s.\n"
+msgstr "Stødt på slutningen af kildefilen %s tidligere end forventet.\n"
+
+#: gcse.c:691
+#, c-format
+msgid "GCSE disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"
+msgstr ""
+
+#: gcse.c:703
+#, c-format
+msgid "GCSE disabled: %d basic blocks and %d registers"
+msgstr ""
+
+#: haifa-sched.c:193
+#, c-format
+msgid "fix_sched_param: unknown param: %s"
+msgstr ""
+
+#: integrate.c:142
+#, fuzzy
+msgid "function cannot be inline"
+msgstr "funktioner med variabel parameterliste kan ikke indbygges"
+
+#: integrate.c:147
+msgid "varargs function cannot be inline"
+msgstr "funktioner med variabel parameterliste kan ikke indbygges"
+
+#: integrate.c:150
+msgid "function using alloca cannot be inline"
+msgstr "funktion der bruger alloca, kan ikke indbygges"
+
+#: integrate.c:153
+msgid "function using setjmp cannot be inline"
+msgstr "funktioner der bruger setjmp, kan ikke indbygges"
+
+#: integrate.c:156
+msgid "function uses __builtin_eh_return"
+msgstr "funktionen bruger __builtin_eh_return"
+
+#: integrate.c:159
+msgid "function with nested functions cannot be inline"
+msgstr "funktioner med indlejrede funktioner kan ikke indbygges"
+
+#: integrate.c:163
+msgid "function with label addresses used in initializers cannot inline"
+msgstr "funktioner hvor etiketadresser benyttes i klargøringer, kan ikke indbygges"
+
+#: integrate.c:170 integrate.c:214
+msgid "function too large to be inline"
+msgstr "funktionen er for stor til at blive indbygget"
+
+#: integrate.c:180
+msgid "no prototype, and parameter address used; cannot be inline"
+msgstr "ingen prototype, og parameteradressen benyttes; kan ikke indbygges"
+
+#: integrate.c:187 integrate.c:232
+msgid "inline functions not supported for this return value type"
+msgstr "integrerede funktioner understøttes ikke for denne returværditype"
+
+#: integrate.c:192
+msgid "function with varying-size return value cannot be inline"
+msgstr "funktioner med returværdier af varierende størrelse kan ikke indbygges"
+
+#: integrate.c:199
+msgid "function with varying-size parameter cannot be inline"
+msgstr "funktioner med parametre af varierende størrelse kan ikke indbygges"
+
+#: integrate.c:202
+msgid "function with transparent unit parameter cannot be inline"
+msgstr "funktioner med gennemsigtig union-parameter kan ikke indbygges"
+
+#: integrate.c:221
+msgid "function with computed jump cannot inline"
+msgstr "funktioner med beregnede spring kan ikke indbygges"
+
+#: integrate.c:225
+msgid "function with nonlocal goto cannot be inline"
+msgstr "funktioner med ikke-lokale goto'er kan ikke indbygges"
+
+#: integrate.c:240
+msgid "function with target specific attribute(s) cannot be inlined"
+msgstr "funktioner med målspecifikke egenskaber kan ikke indbygges"
+
+#: java/check-init.c:731
+#, c-format
+msgid "internal error in check-init: tree code not implemented: %s"
+msgstr ""
+
+#: java/class.c:543 java/class.c:568
+msgid "internal error - too many interface type"
+msgstr ""
+
+#: java/class.c:702
+msgid "bad method signature"
+msgstr ""
+
+#: java/class.c:747
+msgid "misplaced ConstantValue attribute (not in any field)"
+msgstr ""
+
+#: java/class.c:749
+#, c-format
+msgid "duplicate ConstanValue atribute for field '%s'"
+msgstr ""
+
+#: java/class.c:995
+#, c-format
+msgid "field '%s' not found in class"
+msgstr ""
+
+#: java/class.c:1203
+msgid "abstract method in non-abstract class"
+msgstr ""
+
+#: java/class.c:1820
+#, c-format
+msgid "non-static method '%s' overrides static method"
+msgstr ""
+
+#: java/decl.c:1475
+#, c-format
+msgid "In %s: overlapped variable and exception ranges at %d"
+msgstr ""
+
+#: java/decl.c:1563
+msgid "bad type in parameter debug info"
+msgstr ""
+
+#: java/decl.c:1573
+#, c-format
+msgid "bad PC range for debug info for local `%s'"
+msgstr ""
+
+#: java/expr.c:553
+msgid "stack underflow - dup* operation"
+msgstr ""
+
+#: java/expr.c:1444
+#, c-format
+msgid "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
+msgstr ""
+
+#: java/expr.c:1473
+#, fuzzy, c-format
+msgid "field `%s' not found"
+msgstr "Biblioteket lib%s ikke fundet"
+
+#: java/expr.c:1624
+#, fuzzy
+msgid "ret instruction not implemented"
+msgstr "Profilgenerering understøttes ikke endnu."
+
+#: java/expr.c:1750
+#, c-format
+msgid "method '%s' not found in class"
+msgstr ""
+
+#: java/expr.c:1885
+#, fuzzy, c-format
+msgid "failed to find class '%s'"
+msgstr "omimplementering af klassen '%s'"
+
+#: java/expr.c:1897
+#, c-format
+msgid "Class '%s' has no method named '%s' matching signature '%s'"
+msgstr ""
+
+#: java/expr.c:1907
+msgid "invokestatic on non static method"
+msgstr ""
+
+#: java/expr.c:1912
+msgid "invokestatic on abstract method"
+msgstr ""
+
+#: java/expr.c:1920
+msgid "invoke[non-static] on static method"
+msgstr ""
+
+#: java/expr.c:2208
+#, c-format
+msgid "Missing field '%s' in '%s'"
+msgstr ""
+
+#: java/expr.c:2214
+#, c-format
+msgid "Mismatching signature for field '%s' in '%s'"
+msgstr ""
+
+#: java/expr.c:2253
+#, c-format
+msgid "assignment to final field `%s' not in field's class"
+msgstr ""
+
+#: java/expr.c:2258
+#, c-format
+msgid "assignment to final static field `%s' not in class initializer"
+msgstr ""
+
+#: java/expr.c:2265
+#, fuzzy, c-format
+msgid "assignment to final field `%s' not in constructor"
+msgstr "enum-værdien for '%s' er ikke en heltalskonstant"
+
+#: java/expr.c:2519
+#, c-format
+msgid "Can't expand %s"
+msgstr ""
+
+#: java/expr.c:2695
+#, fuzzy
+msgid "invalid PC in line number table"
+msgstr "ugyldigt versionsnummerformat"
+
+#. We've just reached the end of a region of dead code.
+#: java/expr.c:2740
+#, c-format
+msgid "Unreachable bytecode from %d to before %d."
+msgstr ""
+
+#. We've just reached the end of a region of dead code.
+#: java/expr.c:2777
+#, c-format
+msgid "Unreachable bytecode from %d to the end of the method."
+msgstr ""
+
+#. duplicate code from LOAD macro
+#: java/expr.c:3096
+msgid "unrecogized wide sub-instruction"
+msgstr ""
+
+#: java/jcf-io.c:416
+#, c-format
+msgid "Source file for class `%s' is newer than its matching class file. Source file used instead"
+msgstr ""
+
+#: java/jcf-parse.c:375
+#, fuzzy
+msgid "bad string constant"
+msgstr "%s før strengkonstant"
+
+#: java/jcf-parse.c:431
+#, c-format
+msgid "bad value constant type %d, index %d"
+msgstr ""
+
+#: java/jcf-parse.c:601
+#, fuzzy, c-format
+msgid "can't reopen %s"
+msgstr "fejl ved åbning af %s"
+
+#: java/jcf-parse.c:663
+#, fuzzy, c-format
+msgid "Cannot find file for class %s."
+msgstr "Kan ikke finde interface-erklæringen af '%s'"
+
+#: java/jcf-parse.c:675
+msgid "not a valid Java .class file"
+msgstr ""
+
+#: java/jcf-parse.c:678
+#, fuzzy
+msgid "error while parsing constant pool"
+msgstr "%s før strengkonstant"
+
+#: java/jcf-parse.c:681
+#, c-format
+msgid "error in constant pool entry #%d\n"
+msgstr ""
+
+#. FIXME - where was first time
+#: java/jcf-parse.c:693
+#, c-format
+msgid "reading class %s for the second time from %s"
+msgstr ""
+
+#: java/jcf-parse.c:711
+msgid "error while parsing fields"
+msgstr ""
+
+#: java/jcf-parse.c:714
+msgid "error while parsing methods"
+msgstr ""
+
+#: java/jcf-parse.c:717
+msgid "error while parsing final attributes"
+msgstr ""
+
+#: java/jcf-parse.c:731
+#, c-format
+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 incorrect set. Use `info gcj \"Input Options\"' to see the info page describing how to set the classpath."
+msgstr ""
+
+#: java/jcf-parse.c:804
+msgid "missing Code attribute"
+msgstr ""
+
+#: java/jcf-parse.c:948 toplev.c:2511
+#, c-format
+msgid "error closing %s"
+msgstr ""
+
+#: java/jcf-parse.c:1029
+msgid "source file seen twice on command line and will be compiled only once."
+msgstr ""
+
+#: java/jcf-parse.c:1045
+#, fuzzy
+msgid "no input file specified"
+msgstr "Ingen inddatafiler"
+
+#: java/jcf-parse.c:1061
+#, fuzzy, c-format
+msgid "can't close input file %s"
+msgstr "Ingen kald i filen %s\n"
+
+#: java/jcf-parse.c:1075
+#, fuzzy, c-format
+msgid "Premature end of input file %s"
+msgstr "%s ved slutning af inddata"
+
+#: java/jcf-parse.c:1098
+#, c-format
+msgid "bad zip/jar file %s"
+msgstr ""
+
+#: java/jcf-write.c:2597
+#, c-format
+msgid "internal error in generate_bytecode_insn - tree code not implemented: %s"
+msgstr ""
+
+#: java/jcf-write.c:3307
+#, fuzzy, c-format
+msgid "can't create directory %s"
+msgstr "%s: kan ikke få fat i arbejdskataloget: %s\n"
+
+#: java/jcf-write.c:3334
+#, fuzzy, c-format
+msgid "can't to open %s"
+msgstr "fejl ved åbning af %s"
+
+#: java/jv-scan.c:183
+msgid "Only one of `--print-main', `--list-class', and `--complexity' allowed"
+msgstr ""
+
+#: java/jv-scan.c:186
+#, fuzzy, c-format
+msgid "Can't open output file `%s'"
+msgstr "Kunne ikke åbne uddatafilen %s.\n"
+
+#: java/jv-scan.c:222
+#, fuzzy, c-format
+msgid "File not found `%s'"
+msgstr "kan ikke finde '%s'"
+
+#: java/jvspec.c:360
+msgid "can't specify `-D' without `--main'\n"
+msgstr ""
+
+#: java/jvspec.c:368
+msgid "Warning: already-compiled .class files ignored with -C"
+msgstr ""
+
+#: java/jvspec.c:375
+#, fuzzy
+msgid "cannot specify both -C and -o"
+msgstr "kan ikke bruge både -EB og -EL"
+
+#: java/jvspec.c:387
+#, fuzzy
+msgid "cannot create temporary file"
+msgstr "kan ikke oprette opbevaringsstedinformationsfilen '%s'"
+
+#: java/jvspec.c:415
+msgid "using both @FILE with multiple files not implemented"
+msgstr ""
+
+#: java/jvspec.c:456
+#, fuzzy
+msgid "cannot specify `main' class when not linking"
+msgstr "kan ikke erklære '::main' som inline"
+
+#: java/lang-options.h:32
+msgid "Disable automatic array bounds checking"
+msgstr ""
+
+#: java/lang-options.h:34
+msgid "Make is_compiled_class return 1"
+msgstr ""
+
+#: java/lang-options.h:38
+msgid "Dump class files to <name>.class"
+msgstr ""
+
+#: java/lang-options.h:40
+msgid "input file is list of file names to compile"
+msgstr ""
+
+#: java/lang-options.h:42
+#, fuzzy
+msgid "Generate code for Boehm GC"
+msgstr "Generér kode til en given cpu"
+
+#: java/lang-options.h:44
+msgid "Don't put synchronization structure in each object"
+msgstr ""
+
+#: java/lang-options.h:46
+msgid "Assume native functions are implemented using JNI"
+msgstr ""
+
+#: java/lang-options.h:48
+msgid "Set class path and suppress system path"
+msgstr ""
+
+#: java/lang-options.h:50
+msgid "Set class path"
+msgstr ""
+
+#: java/lang-options.h:52
+msgid "Choose class whose main method should be used"
+msgstr ""
+
+#: java/lang-options.h:54
+msgid "Choose input encoding (default is UTF-8)"
+msgstr ""
+
+#: java/lang-options.h:56
+msgid "Add directory to class path"
+msgstr ""
+
+#: java/lang-options.h:58
+msgid "Directory where class files should be written"
+msgstr ""
+
+#: java/lang-options.h:61
+msgid "Use built-in instructions for division"
+msgstr ""
+
+#: java/lang-options.h:63
+msgid "Warn if modifiers are specified when not necessary"
+msgstr ""
+
+#: java/lang-options.h:65
+msgid "Warn if deprecated empty statements are found"
+msgstr ""
+
+#: java/lang-options.h:67
+msgid "Warn if .class files are out of date"
+msgstr ""
+
+#: java/lang-options.h:69
+msgid "Always check for non gcj generated classes archives"
+msgstr ""
+
+#: java/lang.c:387
+msgid "can't do dependency tracking with input from stdin"
+msgstr ""
+
+#: java/lang.c:403
+msgid "couldn't determine target name for dependency tracking"
+msgstr ""
+
+#: java/lex.c:297
+#, c-format
+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 ""
+
+#: java/mangle.c:85
+#, c-format
+msgid "Can't mangle %s"
+msgstr ""
+
+#: java/mangle_name.c:151 java/mangle_name.c:228
+#, fuzzy
+msgid "internal error - invalid Utf8 name"
+msgstr "intern fejl: "
+
+#: java/parse.y:737 java/parse.y:775
+#, fuzzy
+msgid "Missing name"
+msgstr "manglende startværdi"
+
+#: java/parse.y:739 java/parse.y:777 java/parse.y:796 java/parse.y:977
+#: java/parse.y:1324 java/parse.y:1527 java/parse.y:1529 java/parse.y:1758
+#: java/parse.y:1784 java/parse.y:1795 java/parse.y:1806 java/parse.y:1818
+msgid "';' expected"
+msgstr ""
+
+#: java/parse.y:794
+msgid "'*' expected"
+msgstr ""
+
+#: java/parse.y:808
+#, fuzzy
+msgid "Class or interface declaration expected"
+msgstr "fundet en henvisningsefterfølgelse der går i ring"
+
+#: java/parse.y:843 java/parse.y:845
+msgid "Missing class name"
+msgstr ""
+
+#: java/parse.y:848 java/parse.y:852 java/parse.y:860 java/parse.y:1022
+#: java/parse.y:1270 java/parse.y:1272 java/parse.y:1593 java/parse.y:1829
+#: java/parse.y:1861 java/parse.y:1913
+msgid "'{' expected"
+msgstr ""
+
+#: java/parse.y:862
+#, fuzzy
+msgid "Missing super class name"
+msgstr "modstridende superklassenavn '%s'"
+
+#: java/parse.y:872 java/parse.y:888
+msgid "Missing interface name"
+msgstr ""
+
+#. That's for ()
+#: java/parse.y:956 java/parse.y:1289 java/parse.y:1348 java/parse.y:1551
+#: java/parse.y:1773 java/parse.y:1782 java/parse.y:1793 java/parse.y:1804
+#: java/parse.y:1816 java/parse.y:1833 java/parse.y:1835 java/parse.y:1906
+#: java/parse.y:2077 java/parse.y:2138 java/parse.y:2292 java/parse.y:2294
+#: java/parse.y:2301 java/parse.y:2308 java/parse.y:2319 java/parse.y:2321
+#: java/parse.y:2358 java/parse.y:2360 java/parse.y:2362 java/parse.y:2383
+#: java/parse.y:2385 java/parse.y:2387 java/parse.y:2403 java/parse.y:2405
+#: java/parse.y:2426 java/parse.y:2428 java/parse.y:2430 java/parse.y:2458
+#: java/parse.y:2460 java/parse.y:2462 java/parse.y:2464 java/parse.y:2482
+#: java/parse.y:2484 java/parse.y:2495 java/parse.y:2506 java/parse.y:2517
+#: java/parse.y:2528 java/parse.y:2539 java/parse.y:2552 java/parse.y:2556
+#: java/parse.y:2558 java/parse.y:2571
+#, fuzzy
+msgid "Missing term"
+msgstr "manglende startværdi"
+
+#: java/parse.y:971
+#, fuzzy
+msgid "Missing variable initializer"
+msgstr "manglende startværdi"
+
+#: java/parse.y:988
+#, fuzzy
+msgid "Invalid declaration"
+msgstr "Ugyldig %%d-operand"
+
+#: java/parse.y:994
+#, fuzzy
+msgid "Can't specify array dimension in a declaration"
+msgstr "to typer angivet i én tom erklæring"
+
+#: java/parse.y:996 java/parse.y:1072 java/parse.y:2113 java/parse.y:2135
+#: java/parse.y:2139 java/parse.y:2174 java/parse.y:2251 java/parse.y:2261
+msgid "']' expected"
+msgstr ""
+
+#: java/parse.y:1000
+msgid "Unbalanced ']'"
+msgstr ""
+
+#: java/parse.y:1036
+msgid "Invalid method declaration, method name required"
+msgstr ""
+
+#: java/parse.y:1042 java/parse.y:1044 java/parse.y:1997
+msgid "Identifier expected"
+msgstr ""
+
+#: java/parse.y:1047
+msgid "Invalid method declaration, return type required"
+msgstr ""
+
+#: java/parse.y:1070 java/parse.y:1507 java/parse.y:1514 java/parse.y:1523
+#: java/parse.y:1525 java/parse.y:1553 java/parse.y:1661 java/parse.y:1942
+#: java/parse.y:1995
+msgid "')' expected"
+msgstr ""
+
+#: java/parse.y:1086
+msgid "Missing formal parameter term"
+msgstr ""
+
+#: java/parse.y:1101 java/parse.y:1106
+#, fuzzy
+msgid "Missing identifier"
+msgstr "manglende startværdi"
+
+#: java/parse.y:1126 java/parse.y:1135
+msgid "Missing class type term"
+msgstr ""
+
+#: java/parse.y:1287
+#, fuzzy
+msgid "Invalid interface type"
+msgstr "ugyldig '#pragma interface'"
+
+#: java/parse.y:1471 java/parse.y:1640 java/parse.y:1642
+msgid "':' expected"
+msgstr ""
+
+#: java/parse.y:1493 java/parse.y:1498 java/parse.y:1503
+#, fuzzy
+msgid "Invalid expression statement"
+msgstr "ugyldigt udtryk som operand"
+
+#: java/parse.y:1521 java/parse.y:1549 java/parse.y:1589 java/parse.y:1657
+#: java/parse.y:1725 java/parse.y:1831 java/parse.y:1899 java/parse.y:1989
+#: java/parse.y:1991 java/parse.y:1999 java/parse.y:2234 java/parse.y:2236
+msgid "'(' expected"
+msgstr ""
+
+#: java/parse.y:1591
+msgid "Missing term or ')'"
+msgstr ""
+
+#: java/parse.y:1638
+#, fuzzy
+msgid "Missing or invalid constant expression"
+msgstr "tabel får tildelt en startværdi fra et tabeludtryk der ikke er konstant"
+
+#: java/parse.y:1659
+#, fuzzy
+msgid "Missing term and ')' expected"
+msgstr "%s er kortere end forventet\n"
+
+#: java/parse.y:1698
+#, fuzzy
+msgid "Invalid control expression"
+msgstr "ugyldigt sandhedsværdiudtryk"
+
+#: java/parse.y:1700 java/parse.y:1702
+#, fuzzy
+msgid "Invalid update expression"
+msgstr "ugyldigt sandhedsværdiudtryk"
+
+#: java/parse.y:1727
+#, fuzzy
+msgid "Invalid init statement"
+msgstr "ugyldig venstreværdi i asm-sætning"
+
+#: java/parse.y:1902
+msgid "Missing term or ')' expected"
+msgstr ""
+
+#: java/parse.y:1944
+#, fuzzy
+msgid "'class' or 'this' expected"
+msgstr "%s er kortere end forventet\n"
+
+#: java/parse.y:1946 java/parse.y:1948
+msgid "'class' expected"
+msgstr ""
+
+#: java/parse.y:1993
+#, fuzzy
+msgid "')' or term expected"
+msgstr "%s er kortere end forventet\n"
+
+#: java/parse.y:2111
+msgid "'[' expected"
+msgstr ""
+
+#: java/parse.y:2189
+msgid "Field expected"
+msgstr ""
+
+#: java/parse.y:2246 java/parse.y:2256
+#, fuzzy
+msgid "Missing term and ']' expected"
+msgstr "%s er kortere end forventet\n"
+
+#: java/parse.y:2351
+#, fuzzy
+msgid "']' expected, invalid type expression"
+msgstr "ugyldigt sandhedsværdiudtryk"
+
+#: java/parse.y:2354
+#, fuzzy
+msgid "Invalid type expression"
+msgstr "ugyldigt sandhedsværdiudtryk"
+
+#: java/parse.y:2466
+#, fuzzy
+msgid "Invalid reference type"
+msgstr "new kan ikke bruges på en referencetype"
+
+#: java/parse.y:2944
+msgid "Constructor invocation must be first thing in a constructor"
+msgstr ""
+
+#: java/parse.y:2946
+#, fuzzy
+msgid "Only constructors can invoke constructors"
+msgstr "kun konstruktionsfunktioner har stamklasseklargøringer"
+
+#: java/parse.y:2955
+#, c-format
+msgid ": `%s' JDK1.1(TM) feature"
+msgstr ""
+
+#: java/parse.y:3015 java/parse.y:3017
+#, fuzzy, c-format
+msgid ""
+"%s.\n"
+"%s"
+msgstr "%s: %s"
+
+#: java/parse.y:3480
+msgid "Can't use '$' as a separator for inner classes"
+msgstr ""
+
+#: java/parse.y:6577
+#, c-format
+msgid "malformed .zip archive in CLASSPATH: %s"
+msgstr ""
+
+#: java/parse.y:6648
+#, c-format
+msgid "Can't find default package `%s'. Check the CLASSPATH environment variable and the access to the archives."
+msgstr ""
+
+#: java/parse.y:11787
+#, fuzzy, c-format
+msgid "missing static field `%s'"
+msgstr "manglende mellemrum efter tallet '%s'"
+
+#: java/parse.y:11792
+#, fuzzy, c-format
+msgid "not a static field `%s'"
+msgstr "kunne ikke få fat i oplysninger om filen '%s'"
+
+#: java/parse.y:11845
+#, fuzzy, c-format
+msgid "No case for %s"
+msgstr "Ingen kald i filen %s\n"
+
+#: java/parse.y:13030
+#, fuzzy, c-format
+msgid "unregistered operator %s"
+msgstr "ukendt tilvalg '-%s'"
+
+#: java/typeck.c:178
+#, fuzzy
+msgid "internal error - use of undefined type"
+msgstr "ugyldig brug af en type '%s %s' der ikke er defineret"
+
+#: java/typeck.c:557
+#, fuzzy
+msgid "junk at end of signature string"
+msgstr "ragelse i slutningen af #%s"
+
+#: java/verify.c:464
+msgid "bad pc in exception_table"
+msgstr ""
+
+#: java/verify.c:1344
+#, c-format
+msgid "unknown opcode %d@pc=%d during verification"
+msgstr ""
+
+#: java/verify.c:1414 java/verify.c:1427 java/verify.c:1431
+#, c-format
+msgid "verification error at PC=%d"
+msgstr ""
+
+#: objc/lang-options.h:27
+msgid "Dump decls to a .decl file"
+msgstr ""
+
+#: objc/lang-options.h:29
+#, fuzzy
+msgid "Generate code for GNU runtime environment"
+msgstr "Generér kode til en given cpu"
+
+#: objc/lang-options.h:32
+#, fuzzy
+msgid "Generate code for NeXT runtime environment"
+msgstr "Generér kode til en given cpu"
+
+#: objc/lang-options.h:35
+msgid "Warn if a selector has multiple methods"
+msgstr ""
+
+#: objc/lang-options.h:39
+msgid "Do not warn if inherited methods are unimplemented"
+msgstr ""
+
+#: objc/lang-options.h:41
+msgid "Generate C header of platform specific features"
+msgstr ""
+
+#: objc/lang-options.h:43
+#, fuzzy
+msgid "Specify the name of the class for constant strings"
+msgstr "parameteren til 'asm' er ikke en konstant streng"
+
+#: objc/objc-act.c:811
+msgid "no class name specified as argument to -fconstant-string-class"
+msgstr ""
+
+#: objc/objc-act.c:972
+#, c-format
+msgid "object does not conform to the `%s' protocol"
+msgstr ""
+
+#: objc/objc-act.c:1010
+#, c-format
+msgid "class `%s' does not implement the `%s' protocol"
+msgstr ""
+
+#: objc/objc-act.c:1091
+#, c-format
+msgid "`%s' cannot be statically allocated"
+msgstr ""
+
+#: objc/objc-act.c:1147
+#, c-format
+msgid "Unexpected type for `id' (%s)"
+msgstr ""
+
+#: objc/objc-act.c:1152
+msgid "Undefined type `id', please import <objc/objc.h>"
+msgstr "Typen 'id' er ikke defineret, importér venligst <objc/objc.h>"
+
+#: objc/objc-act.c:1200 objc/objc-act.c:5359
+#, c-format
+msgid "Cannot find protocol declaration for `%s'"
+msgstr "Kan ikke finde protokolerklæringen af '%s'"
+
+#: objc/objc-act.c:1422 objc/objc-act.c:5879 objc/objc-act.c:6177
+#: objc/objc-act.c:6226 objc/objc-act.c:6262 objc/objc-parse.y:1371
+#, c-format
+msgid "Cannot find interface declaration for `%s'"
+msgstr "Kan ikke finde interface-erklæringen af '%s'"
+
+#: objc/objc-act.c:2460
+#, fuzzy, c-format
+msgid "Cannot find class `%s'"
+msgstr "kan ikke finde '%s'"
+
+#: objc/objc-act.c:2462
+#, fuzzy, c-format
+msgid "Class `%s' already exists"
+msgstr "feltet '%s' er allerede blevet klargjort"
+
+#. fatal did not work with 2 args...should fix
+#: objc/objc-act.c:2586
+#, c-format
+msgid "Cannot find interface declaration for `%s', superclass of `%s'"
+msgstr "Kan ikke interface-erklæringen af '%s', superklasse til '%s'"
+
+#: objc/objc-act.c:2593
+#, c-format
+msgid "Circular inheritance in interface declaration for `%s'"
+msgstr "Cirkulær nedarvning i interface-erklæringen af '%s'"
+
+#: objc/objc-act.c:3643 objc/objc-act.c:3660
+msgid "inconsistent instance variable specification"
+msgstr "inkonsistent instansvariabelangivelse"
+
+#: objc/objc-act.c:4854
+#, fuzzy, c-format
+msgid "multiple declarations for method `%s'"
+msgstr "mere end én erklæring af klassemetoden '%s'."
+
+#: objc/objc-act.c:4968
+#, fuzzy, c-format
+msgid "invalid receiver type `%s'"
+msgstr "ugyldig brug af en type '%s %s' der ikke er defineret"
+
+#: objc/objc-act.c:5036 objc/objc-act.c:5062 objc/objc-act.c:5110
+#, c-format
+msgid "`%s' does not respond to `%s'"
+msgstr ""
+
+#: objc/objc-act.c:5042 objc/objc-act.c:7283
+#, c-format
+msgid "no super class declared in interface for `%s'"
+msgstr "der er ikke erklæret en superklasse i interface-erklæringen af '%s'"
+
+#: objc/objc-act.c:5140
+msgid "cannot find class (factory) method."
+msgstr ""
+
+#: objc/objc-act.c:5141 objc/objc-act.c:5185
+#, c-format
+msgid "return type for `%s' defaults to id"
+msgstr ""
+
+#: objc/objc-act.c:5158
+#, fuzzy, c-format
+msgid "method `%s' not implemented by protocol."
+msgstr "Profilgenerering understøttes ikke endnu."
+
+#: objc/objc-act.c:5167
+msgid "return type defaults to id"
+msgstr ""
+
+#: objc/objc-act.c:5184
+#, fuzzy
+msgid "cannot find method."
+msgstr "kan ikke finde 'nm'"
+
+#. Historically, a class method that produced objects (factory
+#. method) would assign `self' to the instance that it
+#. allocated. This would effectively turn the class method into
+#. an instance method. Following this assignment, the instance
+#. variables could be accessed. That practice, while safe,
+#. violates the simple rule that a class method should not refer
+#. to an instance variable. It's better to catch the cases
+#. where this is done unknowingly than to support the above
+#. paradigm.
+#: objc/objc-act.c:5428
+#, fuzzy, c-format
+msgid "instance variable `%s' accessed in class method"
+msgstr "instansvariablen '%s' er erklæret '%s'"
+
+#: objc/objc-act.c:5680
+#, c-format
+msgid "duplicate definition of class method `%s'."
+msgstr "mere end én definition af klassemetoden '%s'."
+
+#: objc/objc-act.c:5686
+#, c-format
+msgid "duplicate declaration of class method `%s'."
+msgstr "mere end én erklæring af klassemetoden '%s'."
+
+#: objc/objc-act.c:5722
+#, c-format
+msgid "duplicate definition of instance method `%s'."
+msgstr "mere end én definition af instansmetoden '%s'."
+
+#: objc/objc-act.c:5728
+#, c-format
+msgid "duplicate declaration of instance method `%s'."
+msgstr "mere end én erklæring af instansmetoden '%s'."
+
+#: objc/objc-act.c:5768
+#, fuzzy, c-format
+msgid "duplicate interface declaration for category `%s(%s)'"
+msgstr "Kan ikke finde interface-erklæringen af '%s'"
+
+#: objc/objc-act.c:5854
+#, c-format
+msgid "instance variable `%s' is declared private"
+msgstr "instansvariablen '%s' er erklæret privat"
+
+#: objc/objc-act.c:5901
+#, c-format
+msgid "instance variable `%s' is declared %s"
+msgstr "instansvariablen '%s' er erklæret '%s'"
+
+#: objc/objc-act.c:5911
+msgid "static access to object of type `id'"
+msgstr ""
+
+#: objc/objc-act.c:5945 objc/objc-act.c:6039
+#, fuzzy, c-format
+msgid "incomplete implementation of class `%s'"
+msgstr "omimplementering af klassen '%s'"
+
+#: objc/objc-act.c:5949 objc/objc-act.c:6044
+#, fuzzy, c-format
+msgid "incomplete implementation of category `%s'"
+msgstr "omimplementering af klassen '%s'"
+
+#: objc/objc-act.c:5954 objc/objc-act.c:6049
+#, fuzzy, c-format
+msgid "method definition for `%c%s' not found"
+msgstr "metodedefinitionen optræder ikke i en klassekontekst"
+
+#: objc/objc-act.c:6090
+#, c-format
+msgid "%s `%s' does not fully implement the `%s' protocol"
+msgstr ""
+
+#: objc/objc-act.c:6149
+#, c-format
+msgid "reimplementation of class `%s'"
+msgstr "omimplementering af klassen '%s'"
+
+#: objc/objc-act.c:6191
+#, c-format
+msgid "conflicting super class name `%s'"
+msgstr "modstridende superklassenavn '%s'"
+
+#: objc/objc-act.c:6206
+#, fuzzy, c-format
+msgid "duplicate interface declaration for class `%s'"
+msgstr "mere end én erklæring af klassemetoden '%s'."
+
+#: objc/objc-act.c:6449
+#, fuzzy, c-format
+msgid "duplicate declaration for protocol `%s'"
+msgstr "mere end én erklæring af klassemetoden '%s'."
+
+#: objc/objc-act.c:7324
+msgid "[super ...] must appear in a method context"
+msgstr "[super ...] skal optræde i en metodekontekst"
+
+#: objc/objc-act.c:8287 objc/objc-act.c:8303
+#, c-format
+msgid "potential selector conflict for method `%s'"
+msgstr ""
+
+#: objc/objc-parse.y:2159
+#, fuzzy
+msgid "`@end' must appear in an implementation context"
+msgstr "[super ...] skal optræde i en metodekontekst"
+
+#: objc/objc-parse.y:2425 objc/objc-parse.y:2450
+msgid "method definition not in class context"
+msgstr "metodedefinitionen optræder ikke i en klassekontekst"
+
+#: objc/objc-parse.y:3278
+#, fuzzy
+msgid "syntax error at '@' token"
+msgstr "syntaksfejl"
+
+#. If we didn't find this parameter, issue an error message.
+#: params.c:80
+#, fuzzy, c-format
+msgid "invalid parameter `%s'"
+msgstr "ugyldig catch-parameter"
+
+#: profile.c:490
+msgid "Arc profiling: some edge counts were bad."
+msgstr ""
+
+#: profile.c:931
+#, fuzzy, c-format
+msgid "file %s not found, execution counts assumed to be zero."
+msgstr "Antager at alle kørselstællere er nul.\n"
+
+#: protoize.c:601
+#, c-format
+msgid "%s: internal abort\n"
+msgstr "%s: intern afbrydelse\n"
+
+#: protoize.c:692
+#, c-format
+msgid "%s: error writing file `%s': %s\n"
+msgstr "%s: fejl ved skrivning til filen '%s': %s\n"
+
+#: protoize.c:737
+#, c-format
+msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
+msgstr "%s: brug '%s [ -VqfnkN ] [ -i <istreng> ] [ filenavn ... ]'\n"
+
+#: protoize.c:740
+#, c-format
+msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
+msgstr "%s: brug '%s [ -VqfnkNlgC ] [ -B <katalognavn> ] [ filnavn ... ]'\n"
+
+#: protoize.c:847
+#, c-format
+msgid "%s: warning: no read access for file `%s'\n"
+msgstr "%s: advarsel: ingen læseadgang til filen '%s'\n"
+
+#: protoize.c:855
+#, c-format
+msgid "%s: warning: no write access for file `%s'\n"
+msgstr "%s: advarsel: ingen skriveadgang til filen '%s'\n"
+
+#: protoize.c:863
+#, c-format
+msgid "%s: warning: no write access for dir containing `%s'\n"
+msgstr "%s: advarsel: ingen skriveadgang til kataloget der indeholder '%s'\n"
+
+#. Catch cases like /.. where we try to backup to a
+#. point above the absolute root of the logical file
+#. system.
+#: protoize.c:1281
+#, c-format
+msgid "%s: invalid file name: %s\n"
+msgstr "%s: ugyldigt filnavn: %s\n"
+
+#: protoize.c:1433
+#, c-format
+msgid "%s: %s: can't get status: %s\n"
+msgstr "%s: %s: kan ikke finde ud filens status: %s\n"
+
+#: protoize.c:1454
+#, c-format
+msgid "\n%s: fatal error: aux info file corrupted at line %d\n"
+msgstr "\n%s: fatal fejl: hjælpeinformationsfilen er beskadiget ved linje %d\n"
+
+#: protoize.c:1790
+#, c-format
+msgid "%s:%d: declaration of function `%s' takes different forms\n"
+msgstr "%s:%d: erklæringen af funktionen '%s' antager forskellige former\n"
+
+#: protoize.c:2048
+#, c-format
+msgid "%s: compiling `%s'\n"
+msgstr "%s: oversætter '%s'\n"
+
+#: protoize.c:2071
+#, c-format
+msgid "%s: wait: %s\n"
+msgstr "%s: vent: %s\n"
+
+#: protoize.c:2076
+#, c-format
+msgid "%s: subprocess got fatal signal %d\n"
+msgstr "%s: barneprocessen modtog fatalt signal %d\n"
+
+#: protoize.c:2084
+#, c-format
+msgid "%s: %s exited with status %d\n"
+msgstr "%s: %s afsluttede med status %d\n"
+
+#: protoize.c:2136
+#, c-format
+msgid "%s: warning: missing SYSCALLS file `%s'\n"
+msgstr "%s: advarsel: manglende SYSCALLS-fil '%s'\n"
+
+#: protoize.c:2145 protoize.c:2174
+#, c-format
+msgid "%s: can't read aux info file `%s': %s\n"
+msgstr "%s: kan ikke læse hjælpeinformationsfilen '%s': %s\n"
+
+#: protoize.c:2190 protoize.c:2218
+#, c-format
+msgid "%s: can't get status of aux info file `%s': %s\n"
+msgstr "%s: kan ikke finde status af hjælpeinformationsfilen '%s': %s\n"
+
+#: protoize.c:2246
+#, c-format
+msgid "%s: can't open aux info file `%s' for reading: %s\n"
+msgstr "%s: kan ikke åbne hjælpeinformationsfilen '%s' til at læse fra: %s\n"
+
+#: protoize.c:2264
+#, c-format
+msgid "%s: error reading aux info file `%s': %s\n"
+msgstr "%s: fejl ved læsning af hjælpeinformationsfilen '%s': %s\n"
+
+#: protoize.c:2277
+#, c-format
+msgid "%s: error closing aux info file `%s': %s\n"
+msgstr "%s: fejl ved lukning af hjælpeinformationsfilen '%s': %s\n"
+
+#: protoize.c:2293
+#, c-format
+msgid "%s: can't delete aux info file `%s': %s\n"
+msgstr "%s: kan ikke slette hjælpeinformationsfilen '%s': %s\n"
+
+#: protoize.c:2375 protoize.c:4377
+#, c-format
+msgid "%s: can't delete file `%s': %s\n"
+msgstr "%s: kan ikke slette filen '%s': %s\n"
+
+#: protoize.c:2454
+#, c-format
+msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
+msgstr "%s: advarsel: kan ikke omdøbe filen '%s' til '%s': %s\n"
+
+#: protoize.c:2579
+#, c-format
+msgid "%s: conflicting extern definitions of '%s'\n"
+msgstr "%s: modstridende eksterne definitioner af '%s'\n"
+
+#: protoize.c:2583
+#, c-format
+msgid "%s: declarations of '%s' will not be converted\n"
+msgstr "%s: erklæringer af '%s' vil ikke blive omdannet\n"
+
+#: protoize.c:2585
+#, c-format
+msgid "%s: conflict list for '%s' follows:\n"
+msgstr "%s: modstridene for '%s' følger:\n"
+
+#: protoize.c:2618
+#, c-format
+msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
+msgstr "%s: advarsel: bruger parameterlisten fra %s(%d) til funktionen '%s'\n"
+
+#: protoize.c:2658
+#, c-format
+msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
+msgstr "%s: %d: '%s' benyttet, men mangler i SYSCALLS\n"
+
+#: protoize.c:2664
+#, c-format
+msgid "%s: %d: warning: no extern definition for `%s'\n"
+msgstr "%s: %d: advarsel: ingen ekstern definition af '%s'\n"
+
+#: protoize.c:2695
+#, c-format
+msgid "%s: warning: no static definition for `%s' in file `%s'\n"
+msgstr "%s: advarsel: ingen statisk definition af '%s' i filen '%s'\n"
+
+#: protoize.c:2701
+#, c-format
+msgid "%s: multiple static defs of `%s' in file `%s'\n"
+msgstr "%s: flere statiske definitioner af '%s' i filen '%s'\n"
+
+#: protoize.c:2874 protoize.c:2877
+#, c-format
+msgid "%s: %d: warning: source too confusing\n"
+msgstr "%s: %d: advarsel: koden er for forvirrende\n"
+
+#: protoize.c:3083
+#, c-format
+msgid "%s: %d: warning: varargs function declaration not converted\n"
+msgstr "%s: %d: advarsel: funktionserklæring med variabel parameterliste er ikke omdannet\n"
+
+#: protoize.c:3098
+#, c-format
+msgid "%s: declaration of function `%s' not converted\n"
+msgstr "%s: erklæringen af funktionen '%s' er ikke omdannet\n"
+
+#: protoize.c:3221
+#, c-format
+msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
+msgstr "%s: advarsel: for mange parameterlister i erklæringen af '%s'\n"
+
+#: protoize.c:3242
+#, c-format
+msgid "\n%s: warning: too few parameter lists in declaration of `%s'\n"
+msgstr "\n%s: advarsel: for få parameterlister i erklæringen af '%s'\n"
+
+#: protoize.c:3340
+#, c-format
+msgid "%s: %d: warning: found `%s' but expected `%s'\n"
+msgstr "%s: %d: advarsel: fandt '%s', men forventede '%s'\n"
+
+#: protoize.c:3518
+#, c-format
+msgid "%s: local declaration for function `%s' not inserted\n"
+msgstr "%s: den lokale erklæring af funktionen '%s' er ikke indsat\n"
+
+#: protoize.c:3545
+#, c-format
+msgid "\n%s: %d: warning: can't add declaration of `%s' into macro call\n"
+msgstr "\n%s: %d: advarsel: kan ikke tilføje erklæringen af '%s' i makrokald\n"
+
+#: protoize.c:3619
+#, c-format
+msgid "%s: global declarations for file `%s' not inserted\n"
+msgstr "%s: globale erklæringer for filen '%s' er ikke indsat\n"
+
+#: protoize.c:3710 protoize.c:3740
+#, c-format
+msgid "%s: definition of function `%s' not converted\n"
+msgstr "%s: definitionen af funktionen '%s' er ikke omdannet\n"
+
+#: protoize.c:3729
+#, c-format
+msgid "%s: %d: warning: definition of %s not converted\n"
+msgstr "%s: %d: advarsel: definitionen af '%s' er ikke omdannet\n"
+
+#: protoize.c:4059
+#, c-format
+msgid "%s: found definition of `%s' at %s(%d)\n"
+msgstr "%s: fandt definitionen af '%s' ved %s(%d)\n"
+
+#. If we make it here, then we did not know about this
+#. function definition.
+#: protoize.c:4075
+#, c-format
+msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
+msgstr "%s: %d: advarsel: '%s' ekskluderet af forbehandlingen\n"
+
+#: protoize.c:4078
+#, c-format
+msgid "%s: function definition not converted\n"
+msgstr "%s: funktionsdefinitionen er ikke omdannet\n"
+
+#: protoize.c:4137
+#, c-format
+msgid "%s: `%s' not converted\n"
+msgstr "%s: '%s' ikke omdannet\n"
+
+#: protoize.c:4145
+#, c-format
+msgid "%s: would convert file `%s'\n"
+msgstr "%s: ville omdanne filen '%s'\n"
+
+#: protoize.c:4148
+#, c-format
+msgid "%s: converting file `%s'\n"
+msgstr "%s: omdanner filen '%s'\n"
+
+#: protoize.c:4158
+#, c-format
+msgid "%s: can't get status for file `%s': %s\n"
+msgstr "%s: kan ikke finde status af filen '%s': %s\n"
+
+#: protoize.c:4200
+#, c-format
+msgid "%s: can't open file `%s' for reading: %s\n"
+msgstr "%s: kan ikke åbne filen '%s' til at læse fra: %s\n"
+
+#: protoize.c:4215
+#, c-format
+msgid "\n%s: error reading input file `%s': %s\n"
+msgstr "\n%s: fejl ved læsning af inddatafilen '%s': %s\n"
+
+#: protoize.c:4249
+#, c-format
+msgid "%s: can't create/open clean file `%s': %s\n"
+msgstr "%s: kan ikke oprette/åbne oprydningsfilen '%s': %s\n"
+
+#: protoize.c:4354
+#, c-format
+msgid "%s: warning: file `%s' already saved in `%s'\n"
+msgstr "%s: advarsel: filen '%s' er allerede gemt i '%s'\n"
+
+#: protoize.c:4362
+#, c-format
+msgid "%s: can't link file `%s' to `%s': %s\n"
+msgstr "%s: kan ikke kæde filen '%s' sammen med '%s': %s\n"
+
+#: protoize.c:4392
+#, c-format
+msgid "%s: can't create/open output file `%s': %s\n"
+msgstr "%s: kan ikke oprette/åbne uddatafilen '%s': %s\n"
+
+#: protoize.c:4425
+#, c-format
+msgid "%s: can't change mode of file `%s': %s\n"
+msgstr "%s: kan ikke ændre tilstanden af filen '%s': '%s'\n"
+
+#: protoize.c:4611
+#, c-format
+msgid "%s: cannot get working directory: %s\n"
+msgstr "%s: kan ikke få fat i arbejdskataloget: %s\n"
+
+#: protoize.c:4709
+#, c-format
+msgid "%s: input file names must have .c suffixes: %s\n"
+msgstr "%s: inddatafilnavn skal have '.c'-endelser: %s\n"
+
+#: real.c:802 real.c:979
+#, fuzzy
+msgid "conversion from NaN to int"
+msgstr "konvertering til en ufuldstændig type"
+
+#: real.c:825
+msgid "conversion from NaN to unsigned int"
+msgstr ""
+
+#: real.c:2700
+msgid "floating point overflow"
+msgstr ""
+
+#: real.c:4340 real.c:6619 real.c:6700
+#, fuzzy
+msgid "overflow on truncation to integer"
+msgstr "for mange enum-værdier"
+
+#: real.c:4412
+msgid "overflow on truncation to unsigned integer"
+msgstr ""
+
+#: real.c:5760
+#, c-format
+msgid "%s: argument domain error"
+msgstr ""
+
+#: real.c:5761
+#, c-format
+msgid "%s: function singularity"
+msgstr ""
+
+#: real.c:5762
+#, c-format
+msgid "%s: overflow range error"
+msgstr ""
+
+#: real.c:5763
+#, c-format
+msgid "%s: underflow range error"
+msgstr ""
+
+#: real.c:5764
+#, c-format
+msgid "%s: total loss of precision"
+msgstr ""
+
+#: real.c:5765
+#, c-format
+msgid "%s: partial loss of precision"
+msgstr ""
+
+#: real.c:5766
+#, c-format
+msgid "%s: NaN - producing operation"
+msgstr ""
+
+#: reg-stack.c:655
+#, c-format
+msgid "Output constraint %d must specify a single register"
+msgstr ""
+
+#: reg-stack.c:675
+msgid "Output regs must be grouped at top of stack"
+msgstr ""
+
+#: reg-stack.c:712
+msgid "Implicitly popped regs must be grouped at top of stack"
+msgstr ""
+
+#: reg-stack.c:731
+#, fuzzy, c-format
+msgid "Output operand %d must use `&' constraint"
+msgstr "uddataoperandbegrænsning mangler '='"
+
+#: regclass.c:703
+#, c-format
+msgid "can't use '%s' as a %s register"
+msgstr "kan ikke bruge '%s' som et %s-register"
+
+#: regclass.c:725
+msgid "global register variable follows a function definition"
+msgstr "en global registervariabel følger en funktionsdefinition"
+
+#: regclass.c:729
+#, fuzzy
+msgid "register used for two global register variables"
+msgstr "ugyldigt registernavn '%s' for registervariabel"
+
+#: regclass.c:734
+#, fuzzy
+msgid "call-clobbered register used for global register variable"
+msgstr "ugyldigt registernavn '%s' for registervariabel"
+
+#: reload.c:1198
+#, fuzzy
+msgid "cannot reload integer constant operand in `asm'"
+msgstr "mere end %d operander i 'asm'"
+
+#: reload.c:1220
+#, fuzzy
+msgid "impossible register constraint in `asm'"
+msgstr "muligvis den rigtige begyndelse af uafsluttet konstant"
+
+#: reload.c:3330
+#, fuzzy
+msgid "`&' constraint used with no register class"
+msgstr "'%%'-begrænsning brugt med sidste operand"
+
+#: reload.c:3487 reload.c:3701
+#, fuzzy
+msgid "inconsistent operand constraints in an `asm'"
+msgstr "inddataoperandbegrænsningen indeholder '%c'"
+
+#: reload1.c:1235
+msgid "frame size too large for reliable stack checking"
+msgstr ""
+
+#: reload1.c:1238
+msgid "try reducing the number of local variables"
+msgstr ""
+
+#: reload1.c:1893
+#, fuzzy, c-format
+msgid "Can't find a register in class `%s' while reloading `asm'."
+msgstr "Kan ikke finde et register at bortødsle i klassen '%s'"
+
+#: reload1.c:1897
+#, c-format
+msgid "Unable to find a register to spill in class `%s'."
+msgstr "Kan ikke finde et register at bortødsle i klassen '%s'"
+
+#: reload1.c:3922
+msgid "`asm' operand requires impossible reload"
+msgstr ""
+
+#: reload1.c:5033
+#, fuzzy
+msgid "`asm' operand constraint incompatible with operand size"
+msgstr "'%%'-begrænsning brugt med sidste operand"
+
+#: reload1.c:6620
+#, fuzzy
+msgid "output operand is constant in `asm'"
+msgstr "uddataoperandbegrænsning mangler '='"
+
+#: rtl.c:1289
+#, fuzzy, c-format
+msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
+msgstr "RTL-tjek: tilgang til udtrykstræ %d fra '%s' hvis sidste udtrykstræ er %d"
+
+#: rtl.c:1304
+#, fuzzy, c-format
+msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
+msgstr "RTL-tjek: forventede udtrykstræ %d type '%c', har '%c' (registeroverførselsudtryk %s)"
+
+#: rtl.c:1320
+#, fuzzy, c-format
+msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
+msgstr "RTL-tjek: forventede udtrykstræ %d type '%c' eller '%c', har '%c' (registeroverførselsudtryk %s)"
+
+#: rtl.c:1333
+#, fuzzy, c-format
+msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
+msgstr "RTL-tjek: forventede koden '%s', har '%s'"
+
+#: rtl.c:1347
+#, fuzzy, c-format
+msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
+msgstr "RTL-tjek: forventede koden '%s' eller '%s', har '%s'"
+
+#: rtl.c:1362
+#, fuzzy, c-format
+msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
+msgstr "RTL-tjek: tilgang til udtrykstræ %d af vektor hvis sidste udtrykstræ er %d"
+
+#: stmt.c:917
+#, c-format
+msgid "jump to `%s' invalidly jumps into binding contour"
+msgstr "spring til '%s' rammer på ugyldig vis ind i bindingskontur"
+
+#: stmt.c:1153 stmt.c:3641
+#, c-format
+msgid "label `%s' used before containing binding contour"
+msgstr ""
+
+#: stmt.c:1283 stmt.c:1357
+msgid "`asm' cannot be used in function where memory usage is checked"
+msgstr "'asm' kan ikke benyttes i funktioner hvor hukommelsesforbruget bliver tjekket"
+
+#: stmt.c:1343
+msgid "`asm' cannot be used with `-fcheck-memory-usage'"
+msgstr "'asm' kan ikke benyttes sammen med '-fcheck-memory-usage'"
+
+#: stmt.c:1372
+#, c-format
+msgid "unknown register name `%s' in `asm'"
+msgstr "ukendt registernavn '%s' i 'asm'"
+
+#: stmt.c:1387
+msgid "too many alternatives in `asm'"
+msgstr "for mange alternativer i 'asm'"
+
+#: stmt.c:1398
+msgid "operand constraints for `asm' differ in number of alternatives"
+msgstr "operandbegrænsninger til 'asm' har forskellige antal alternativer"
+
+#: stmt.c:1446
+msgid "output operand constraint lacks `='"
+msgstr "uddataoperandbegrænsning mangler '='"
+
+#: stmt.c:1465
+#, c-format
+msgid "output constraint `%c' for operand %d is not at the beginning"
+msgstr ""
+
+#: stmt.c:1472
+#, c-format
+msgid "output operand constraint %d contains `+'"
+msgstr "uddataoperandbegrænsning %d indeholder '+'"
+
+#: stmt.c:1481
+msgid "operand constraint contains '+' or '=' at illegal position."
+msgstr "operandbegrænsning indeholder '+' eller '=' på et ulovligt sted."
+
+#: stmt.c:1487 stmt.c:1664
+#, c-format
+msgid "`%%' constraint used with last operand"
+msgstr "'%%'-begrænsning brugt med sidste operand"
+
+#: stmt.c:1501
+msgid "matching constraint not valid in output operand"
+msgstr "begrænsningen er ikke gyldig for uddataoperanden"
+
+#: stmt.c:1527 stmt.c:1724
+#, c-format
+msgid "invalid punctuation `%c' in constraint"
+msgstr ""
+
+#: stmt.c:1571
+#, c-format
+msgid "output number %d not directly addressable"
+msgstr "uddata nr. %d kan ikke adresseres direkte"
+
+#: stmt.c:1599
+#, c-format
+msgid "more than %d operands in `asm'"
+msgstr "mere end %d operander i 'asm'"
+
+#: stmt.c:1637
+#, c-format
+msgid "hard register `%s' listed as input operand to `asm'"
+msgstr "hardware-register '%s' angivet som inddataoperand til 'asm'"
+
+#: stmt.c:1654
+#, c-format
+msgid "input operand constraint contains `%c'"
+msgstr "inddataoperandbegrænsningen indeholder '%c'"
+
+#: stmt.c:1691
+msgid "matching constraint references invalid operand number"
+msgstr "begrænsning refererer til et ugyldigt operandtal"
+
+#. ??? Leave this only until we have experience with what
+#. happens in combine and elsewhere when constraints are
+#. not satisfied.
+#: stmt.c:1758 stmt.c:1786
+#, c-format
+msgid "asm operand %d probably doesn't match constraints"
+msgstr ""
+
+#: stmt.c:3578
+#, c-format
+msgid "unused variable `%s'"
+msgstr ""
+
+#: stmt.c:5026
+#, fuzzy, c-format
+msgid "enumeration value `%s' not handled in switch"
+msgstr "enum-værdien for '%s' er ikke en heltalskonstant"
+
+#: stmt.c:5052 stmt.c:5072
+#, c-format
+msgid "case value `%ld' not in enumerated type"
+msgstr ""
+
+#: stmt.c:5055 stmt.c:5075
+#, c-format
+msgid "case value `%ld' not in enumerated type `%s'"
+msgstr ""
+
+#: stor-layout.c:140
+msgid "type size can't be explicitly evaluated"
+msgstr "det er ikke muligt eksplicit at finde typens størrelse"
+
+#: stor-layout.c:142
+msgid "variable-size type declared outside of any function"
+msgstr "en type med en variabel størrelse er erklæret uden for en funktion"
+
+#: stor-layout.c:415
+#, fuzzy, c-format
+msgid "size of `%s' is %d bytes"
+msgstr "størrelsen af tabel '%s' er negativ"
+
+#: stor-layout.c:417
+#, fuzzy, c-format
+msgid "size of `%s' is larger than %d bytes"
+msgstr "størrelsen af tabel '%s' er for stor"
+
+#: stor-layout.c:771 stor-layout.c:1023
+#, c-format
+msgid "packed attribute causes inefficient alignment for `%s'"
+msgstr ""
+
+#: stor-layout.c:773 stor-layout.c:1025
+#, c-format
+msgid "packed attribute is unnecessary for `%s'"
+msgstr ""
+
+#: stor-layout.c:788
+#, c-format
+msgid "padding struct to align `%s'"
+msgstr ""
+
+#: stor-layout.c:987
+msgid "padding struct size to alignment boundary"
+msgstr ""
+
+#: stor-layout.c:1030
+msgid "packed attribute causes inefficient alignment"
+msgstr ""
+
+#: stor-layout.c:1032
+msgid "packed attribute is unnecessary"
+msgstr ""
+
+#: stringpool.c:307
+#, c-format
+msgid "\"%s\" and \"%s\" identical in first %d characters"
+msgstr ""
+
+#: timevar.c:428
+msgid "\nExecution times (seconds)\n"
+msgstr ""
+
+#. Print total time.
+#: timevar.c:476
+#, fuzzy
+msgid " TOTAL :"
+msgstr ""
+",\n"
+" af %s:%u"
+
+#: timevar.c:515
+#, c-format
+msgid "time in %s: %ld.%06ld (%ld%%)\n"
+msgstr ""
+
+#: tlink.c:428
+#, fuzzy, c-format
+msgid "collect: reading %s\n"
+msgstr "collect2 version %s"
+
+#: tlink.c:529
+#, fuzzy, c-format
+msgid "collect: recompiling %s\n"
+msgstr "%s: oversætter '%s'\n"
+
+#: tlink.c:694
+#, fuzzy, c-format
+msgid "collect: tweaking %s in %s\n"
+msgstr "collect2 version %s"
+
+#: tlink.c:741
+msgid "collect: relinking\n"
+msgstr ""
+
+#: tlink.c:750
+#, fuzzy, c-format
+msgid "ld returned %d exit status"
+msgstr "%s returnerede afslutningskoden %d"
+
+#: toplev.c:913
+msgid "Generate debugging info in default format"
+msgstr ""
+
+#: toplev.c:914
+msgid "Generate debugging info in default extended format"
+msgstr ""
+
+#: toplev.c:916
+msgid "Generate STABS format debug info"
+msgstr ""
+
+#: toplev.c:917
+msgid "Generate extended STABS format debug info"
+msgstr ""
+
+#: toplev.c:920
+msgid "Generate DWARF-1 format debug info"
+msgstr ""
+
+#: toplev.c:922
+msgid "Generate extended DWARF-1 format debug info"
+msgstr ""
+
+#: toplev.c:925
+msgid "Generate DWARF-2 debug info"
+msgstr ""
+
+#: toplev.c:928
+msgid "Generate XCOFF format debug info"
+msgstr ""
+
+#: toplev.c:929
+msgid "Generate extended XCOFF format debug info"
+msgstr ""
+
+#: toplev.c:932
+msgid "Generate COFF format debug info"
+msgstr ""
+
+#: toplev.c:976
+#, fuzzy
+msgid "Do not store floats in registers"
+msgstr "Returnér ikke værdier fra funktioner i fpu-registre"
+
+#: toplev.c:978
+msgid "Consider all mem refs through pointers as volatile"
+msgstr ""
+
+#: toplev.c:980
+msgid "Consider all mem refs to global data to be volatile"
+msgstr ""
+
+#: toplev.c:982
+msgid "Consider all mem refs to static data to be volatile"
+msgstr ""
+
+#: toplev.c:984
+msgid "Defer popping functions args from stack until later"
+msgstr ""
+
+#: toplev.c:986
+msgid "When possible do not generate stack frames"
+msgstr ""
+
+#: toplev.c:988
+msgid "Optimize sibling and tail recursive calls"
+msgstr ""
+
+#: toplev.c:990
+msgid "When running CSE, follow jumps to their targets"
+msgstr ""
+
+#: toplev.c:992
+msgid "When running CSE, follow conditional jumps"
+msgstr ""
+
+#: toplev.c:994
+msgid "Perform a number of minor, expensive optimisations"
+msgstr ""
+
+#: toplev.c:996
+msgid "Perform jump threading optimisations"
+msgstr ""
+
+#: toplev.c:998
+msgid "Perform strength reduction optimisations"
+msgstr ""
+
+#: toplev.c:1000
+msgid "Perform loop unrolling when iteration count is known"
+msgstr ""
+
+#: toplev.c:1002
+msgid "Perform loop unrolling for all loops"
+msgstr ""
+
+#: toplev.c:1004
+msgid "Force all loop invariant computations out of loops"
+msgstr ""
+
+#: toplev.c:1006
+msgid "Strength reduce all loop general induction variables"
+msgstr ""
+
+#: toplev.c:1008
+msgid "Store strings in writable data section"
+msgstr ""
+
+#: toplev.c:1010
+msgid "Enable machine specific peephole optimisations"
+msgstr ""
+
+#: toplev.c:1012
+msgid "Copy memory operands into registers before using"
+msgstr ""
+
+#: toplev.c:1014
+msgid "Copy memory address constants into regs before using"
+msgstr ""
+
+#: toplev.c:1016
+msgid "Allow function addresses to be held in registers"
+msgstr ""
+
+#: toplev.c:1018
+msgid "Integrate simple functions into their callers"
+msgstr ""
+
+#: toplev.c:1020
+msgid "Generate code for funcs even if they are fully inlined"
+msgstr ""
+
+#: toplev.c:1022
+msgid "Pay attention to the 'inline' keyword"
+msgstr ""
+
+#: toplev.c:1024
+msgid "Emit static const variables even if they are not used"
+msgstr ""
+
+#: toplev.c:1026
+msgid "Check for syntax errors, then stop"
+msgstr ""
+
+#: toplev.c:1028
+msgid "Mark data as shared rather than private"
+msgstr ""
+
+#: toplev.c:1030
+msgid "Enable saving registers around function calls"
+msgstr ""
+
+#: toplev.c:1032
+msgid "Return 'short' aggregates in memory, not registers"
+msgstr ""
+
+#: toplev.c:1034
+#, fuzzy
+msgid "Return 'short' aggregates in registers"
+msgstr "Returnér værdier fra funktioner i fpu-registre"
+
+#: toplev.c:1036
+msgid "Attempt to fill delay slots of branch instructions"
+msgstr ""
+
+#: toplev.c:1038
+msgid "Perform the global common subexpression elimination"
+msgstr ""
+
+#: toplev.c:1040
+msgid "Run CSE pass after loop optimisations"
+msgstr ""
+
+#: toplev.c:1042
+msgid "Run the loop optimiser twice"
+msgstr ""
+
+#: toplev.c:1044
+msgid "Delete useless null pointer checks"
+msgstr ""
+
+#: toplev.c:1046
+msgid "Pretend that host and target use the same FP format"
+msgstr ""
+
+#: toplev.c:1048
+msgid "Reschedule instructions before register allocation"
+msgstr ""
+
+#: toplev.c:1050
+msgid "Reschedule instructions after register allocation"
+msgstr ""
+
+#: toplev.c:1052
+msgid "Enable scheduling across basic blocks"
+msgstr ""
+
+#: toplev.c:1054
+msgid "Allow speculative motion of non-loads"
+msgstr ""
+
+#: toplev.c:1056
+msgid "Allow speculative motion of some loads"
+msgstr ""
+
+#: toplev.c:1058
+msgid "Allow speculative motion of more loads"
+msgstr ""
+
+#: toplev.c:1060
+msgid "Replace add,compare,branch with branch on count reg"
+msgstr ""
+
+#: toplev.c:1062
+msgid "Generate position independent code, if possible"
+msgstr ""
+
+#: toplev.c:1065
+msgid "Enable exception handling"
+msgstr ""
+
+#: toplev.c:1067
+msgid "Just generate unwind tables for exception handling"
+msgstr ""
+
+#: toplev.c:1069
+msgid "Support synchronous non-call exceptions"
+msgstr ""
+
+#: toplev.c:1071
+msgid "Insert arc based program profiling code"
+msgstr ""
+
+#: toplev.c:1073
+msgid "Create data files needed by gcov"
+msgstr ""
+
+#: toplev.c:1075
+msgid "Use profiling information for branch probabilities"
+msgstr ""
+
+#: toplev.c:1077
+msgid "Reorder basic blocks to improve code placement"
+msgstr ""
+
+#: toplev.c:1079
+msgid "Do the register renaming optimization pass"
+msgstr ""
+
+#: toplev.c:1081
+msgid "Improve FP speed by violating ANSI & IEEE rules"
+msgstr ""
+
+#: toplev.c:1083
+msgid "Do not put unitialised globals in the common section"
+msgstr ""
+
+#: toplev.c:1085
+#, fuzzy
+msgid "Do not generate .size directives"
+msgstr "Generér ikke sin, cos, sqrt til fpu"
+
+#: toplev.c:1087
+#, fuzzy
+msgid "place each function into its own section"
+msgstr "per funktion)"
+
+#: toplev.c:1089
+msgid "place data items into their own section"
+msgstr ""
+
+#: toplev.c:1091
+msgid "Add extra commentry to assembler output"
+msgstr ""
+
+#: toplev.c:1093
+msgid "Output GNU ld formatted global initialisers"
+msgstr ""
+
+#: toplev.c:1095
+msgid "Enables a register move optimisation"
+msgstr ""
+
+#: toplev.c:1097
+msgid "Do the full regmove optimization pass"
+msgstr ""
+
+#: toplev.c:1099
+msgid "Pack structure members together without holes"
+msgstr ""
+
+#: toplev.c:1101
+msgid "Insert stack checking code into the program"
+msgstr ""
+
+#: toplev.c:1103
+msgid "Specify that arguments may alias each other & globals"
+msgstr ""
+
+#: toplev.c:1105
+msgid "Assume arguments may alias globals but not each other"
+msgstr ""
+
+#: toplev.c:1107
+msgid "Assume arguments do not alias each other or globals"
+msgstr ""
+
+#: toplev.c:1109
+msgid "Assume strict aliasing rules apply"
+msgstr ""
+
+#: toplev.c:1111
+msgid "Align the start of loops"
+msgstr ""
+
+#: toplev.c:1113
+msgid "Align labels which are only reached by jumping"
+msgstr ""
+
+#: toplev.c:1115
+msgid "Align all labels"
+msgstr ""
+
+#: toplev.c:1117
+#, fuzzy
+msgid "Align the start of functions"
+msgstr "underforstået erklæring af funktionen '%s'"
+
+#: toplev.c:1119
+msgid "Generate code to check every memory access"
+msgstr ""
+
+#: toplev.c:1121
+msgid "Add a prefix to all function names"
+msgstr ""
+
+#: toplev.c:1123
+msgid "Suppress output of instruction numbers and line number notes in debugging dumps"
+msgstr ""
+
+#: toplev.c:1125
+msgid "Instrument function entry/exit with profiling calls"
+msgstr ""
+
+#: toplev.c:1127
+msgid "Enable SSA optimizations"
+msgstr ""
+
+#: toplev.c:1129
+msgid "Enable dead code elimination"
+msgstr ""
+
+#: toplev.c:1131
+msgid "External symbols have a leading underscore"
+msgstr ""
+
+#: toplev.c:1133
+#, fuzzy
+msgid "Process #ident directives"
+msgstr "%s i forbehandlerdirektiv"
+
+#: toplev.c:1135
+msgid "Enables an rtl peephole pass run before sched2"
+msgstr ""
+
+#: toplev.c:1137
+msgid "Enables guessing of branch probabilities"
+msgstr ""
+
+#: toplev.c:1139
+msgid "Set errno after built-in math functions"
+msgstr ""
+
+#: toplev.c:1141
+#, fuzzy
+msgid "Convert floating point constant to single precision constant"
+msgstr "kommatalsfælde udsender en konstant"
+
+#: toplev.c:1143
+msgid "Report time taken by each compiler pass at end of run"
+msgstr ""
+
+#: toplev.c:1145
+msgid "Report on permanent memory allocation at end of run"
+msgstr ""
+
+#: toplev.c:1147
+msgid "Trap for signed overflow in addition / subtraction / multiplication."
+msgstr ""
+
+#: toplev.c:1164
+msgid "Compile just for ISO C89"
+msgstr ""
+
+#: toplev.c:1166
+msgid "Do not promote floats to double if using -traditional"
+msgstr ""
+
+#: toplev.c:1168
+msgid "Determine language standard"
+msgstr ""
+
+#: toplev.c:1172
+msgid "Make bitfields by unsigned by default"
+msgstr ""
+
+#: toplev.c:1176
+msgid "Make 'char' be signed by default"
+msgstr ""
+
+#: toplev.c:1178
+msgid "Make 'char' be unsigned by default"
+msgstr ""
+
+#: toplev.c:1184
+msgid "Attempt to support traditional K&R style C"
+msgstr ""
+
+#: toplev.c:1190
+msgid "Do not recognise the 'asm' keyword"
+msgstr ""
+
+#: toplev.c:1193
+msgid "Do not recognise any built in functions"
+msgstr ""
+
+#: toplev.c:1195
+msgid "Assume normal C execution environment"
+msgstr ""
+
+#: toplev.c:1198
+msgid "Assume that standard libraries & main might not exist"
+msgstr ""
+
+#: toplev.c:1201
+msgid "Allow different types as args of ? operator"
+msgstr ""
+
+#: toplev.c:1204
+msgid "Allow the use of $ inside identifiers"
+msgstr ""
+
+#: toplev.c:1209
+msgid "Use the same size for double as for float"
+msgstr ""
+
+#: toplev.c:1212
+msgid "Use the smallest fitting integer to hold enums"
+msgstr ""
+
+#: toplev.c:1215
+msgid "Override the underlying type for wchar_t to `unsigned short'"
+msgstr ""
+
+#: toplev.c:1219
+msgid "Enable most warning messages"
+msgstr ""
+
+#: toplev.c:1221
+msgid "Warn about casting functions to incompatible types"
+msgstr ""
+
+#: toplev.c:1225
+msgid "Warn about functions which might be candidates for format attributes"
+msgstr ""
+
+#: toplev.c:1228
+msgid "Warn about casts which discard qualifiers"
+msgstr ""
+
+#: toplev.c:1231
+msgid "Warn about subscripts whose type is 'char'"
+msgstr ""
+
+#: toplev.c:1234 toplev.c:1237
+msgid "Warn if nested comments are detected"
+msgstr ""
+
+#: toplev.c:1240
+msgid "Warn about possibly confusing type conversions"
+msgstr ""
+
+#: toplev.c:1243
+msgid "Warn about printf/scanf/strftime/strfmon format anomalies"
+msgstr ""
+
+#: toplev.c:1247
+msgid "Don't warn about strftime formats yielding 2 digit years"
+msgstr ""
+
+#: toplev.c:1250
+#, fuzzy
+msgid "Don't warn about too many arguments to format functions"
+msgstr "for mange parametre til funktionen"
+
+#: toplev.c:1252
+msgid "Warn about non-string-literal format strings"
+msgstr ""
+
+#: toplev.c:1255
+msgid "Warn about possible security problems with format functions"
+msgstr ""
+
+#: toplev.c:1258
+msgid "Warn about implicit function declarations"
+msgstr ""
+
+#: toplev.c:1262
+msgid "Warn when a declaration does not specify a type"
+msgstr ""
+
+#: toplev.c:1267
+msgid "Warn about the use of the #import directive"
+msgstr ""
+
+#: toplev.c:1271
+msgid "Do not warn about using 'long long' when -pedantic"
+msgstr ""
+
+#: toplev.c:1273
+#, fuzzy
+msgid "Warn about suspicious declarations of main"
+msgstr "'%s' er tidligere erklæret"
+
+#: toplev.c:1276
+#, fuzzy
+msgid "Warn about possibly missing braces around initialisers"
+msgstr "krøllede paranteser mangler omkring startværdien"
+
+#: toplev.c:1279
+msgid "Warn about global funcs without previous declarations"
+msgstr ""
+
+#: toplev.c:1282
+msgid "Warn about global funcs without prototypes"
+msgstr ""
+
+#: toplev.c:1285
+msgid "Warn about use of multicharacter literals"
+msgstr ""
+
+#: toplev.c:1288
+msgid "Warn about externs not at file scope level"
+msgstr ""
+
+#: toplev.c:1291
+msgid "Warn about possible missing parentheses"
+msgstr ""
+
+#: toplev.c:1294
+msgid "Warn about possible violations of sequence point rules"
+msgstr ""
+
+#: toplev.c:1297
+msgid "Warn about function pointer arithmetic"
+msgstr ""
+
+#: toplev.c:1300
+msgid "Warn about multiple declarations of the same object"
+msgstr ""
+
+#: toplev.c:1303
+msgid "Warn about signed/unsigned comparisons"
+msgstr ""
+
+#: toplev.c:1306
+msgid "Warn about testing equality of floating point numbers"
+msgstr ""
+
+#: toplev.c:1309
+msgid "Warn about unrecognized pragmas"
+msgstr ""
+
+#: toplev.c:1312
+msgid "Warn about non-prototyped function decls"
+msgstr ""
+
+#: toplev.c:1315
+msgid "Warn about constructs whose meaning change in ISO C"
+msgstr ""
+
+#: toplev.c:1318
+msgid "Warn when trigraphs are encountered"
+msgstr ""
+
+#: toplev.c:1323
+msgid "Mark strings as 'const char *'"
+msgstr ""
+
+#: toplev.c:1471
+msgid "Warn when a function is unused"
+msgstr ""
+
+#: toplev.c:1473
+msgid "Warn when a label is unused"
+msgstr ""
+
+#: toplev.c:1475
+msgid "Warn when a function parameter is unused"
+msgstr ""
+
+#: toplev.c:1477
+msgid "Warn when a variable is unused"
+msgstr ""
+
+#: toplev.c:1479
+msgid "Warn when an expression value is unused"
+msgstr ""
+
+#: toplev.c:1481
+msgid "Do not suppress warnings from system headers"
+msgstr ""
+
+#: toplev.c:1483
+msgid "Treat all warnings as errors"
+msgstr ""
+
+#: toplev.c:1485
+#, fuzzy
+msgid "Warn when one local variable shadows another"
+msgstr "Den lokale variabel 'insn' har værdien:"
+
+#: toplev.c:1487
+msgid "Warn about enumerated switches missing a specific case"
+msgstr ""
+
+#: toplev.c:1489
+msgid "Warn about returning structures, unions or arrays"
+msgstr ""
+
+#: toplev.c:1491
+msgid "Warn about pointer casts which increase alignment"
+msgstr ""
+
+#: toplev.c:1493
+msgid "Warn about code that will never be executed"
+msgstr ""
+
+#: toplev.c:1495
+msgid "Warn about unitialized automatic variables"
+msgstr ""
+
+#: toplev.c:1497
+#, fuzzy
+msgid "Warn when an inlined function cannot be inlined"
+msgstr "funktioner med variabel parameterliste kan ikke indbygges"
+
+#: toplev.c:1499
+msgid "Warn when the packed attribute has no effect on struct layout"
+msgstr ""
+
+#: toplev.c:1501
+msgid "Warn when padding is required to align struct members"
+msgstr ""
+
+#: toplev.c:1503
+msgid "Warn when an optimization pass is disabled"
+msgstr ""
+
+#: toplev.c:1505
+msgid "Warn about functions which might be candidates for attribute noreturn"
+msgstr ""
+
+#: toplev.c:1539 toplev.c:5061 tradcpp.c:776
+#, c-format
+msgid "Invalid option `%s'"
+msgstr "Ugyldigt tilvalg '%s'"
+
+#: toplev.c:1741
+#, fuzzy, c-format
+msgid "Internal error: %s"
+msgstr "intern fejl: "
+
+#: toplev.c:2056
+#, fuzzy, c-format
+msgid "`%s' used but never defined"
+msgstr "'%.*s' er ikke defineret"
+
+#: toplev.c:2059
+#, c-format
+msgid "`%s' declared `static' but never defined"
+msgstr ""
+
+#: toplev.c:2081
+#, c-format
+msgid "`%s' defined but not used"
+msgstr ""
+
+#: toplev.c:2259
+#, fuzzy, c-format
+msgid "can't open %s for writing"
+msgstr "%s: kan ikke åbne filen '%s' til at læse fra: %s\n"
+
+#: toplev.c:2312
+#, fuzzy
+msgid "-ffunction-sections not supported for this target."
+msgstr "integrerede funktioner understøttes ikke for denne returværditype"
+
+#: toplev.c:2317
+#, fuzzy
+msgid "-fdata-sections not supported for this target."
+msgstr "stakgrænser understøttes ikke på målarkitekturen"
+
+#: toplev.c:2325
+msgid "-ffunction-sections disabled; it makes profiling impossible."
+msgstr ""
+
+#: toplev.c:2331
+msgid "-ffunction-sections may affect debugging on some targets."
+msgstr ""
+
+#: toplev.c:2372
+msgid "Errors detected in input file (your bison.simple is out of date)\n"
+msgstr "Fandt fejl i inddatafilen (din bison.simple er forældet)\n"
+
+#: toplev.c:2509
+#, fuzzy, c-format
+msgid "error writing to %s"
+msgstr "%s: fejl ved skrivning til filen '%s': %s\n"
+
+#: toplev.c:2614
+#, c-format
+msgid "invalid register name `%s' for register variable"
+msgstr "ugyldigt registernavn '%s' for registervariabel"
+
+#: toplev.c:3863
+msgid " -ffixed-<register> Mark <register> as being unavailable to the compiler\n"
+msgstr ""
+
+#: toplev.c:3864
+msgid " -fcall-used-<register> Mark <register> as being corrupted by function calls\n"
+msgstr ""
+
+#: toplev.c:3865
+msgid " -fcall-saved-<register> Mark <register> as being preserved across functions\n"
+msgstr ""
+
+#: toplev.c:3866
+msgid " -finline-limit=<number> Limits the size of inlined functions to <number>\n"
+msgstr ""
+
+#: toplev.c:3867
+msgid " -fmessage-length=<number> Limits diagnostics messages lengths to <number> characters per line. 0 suppresses line-wrapping\n"
+msgstr ""
+
+#: toplev.c:3868
+msgid " -fdiagnostics-show-location=[once | every-line] Indicates how often source location information should be emitted, as prefix, at the beginning of diagnostics when line-wrapping\n"
+msgstr ""
+
+#: toplev.c:3879
+msgid " -O[number] Set optimisation level to [number]\n"
+msgstr ""
+
+#: toplev.c:3880
+msgid " -Os Optimise for space rather than speed\n"
+msgstr ""
+
+#: toplev.c:3892
+msgid " -pedantic Issue warnings needed by strict compliance to ISO C\n"
+msgstr ""
+
+#: toplev.c:3893
+msgid " -pedantic-errors Like -pedantic except that errors are produced\n"
+msgstr ""
+
+#: toplev.c:3894
+msgid " -w Suppress warnings\n"
+msgstr ""
+
+#: toplev.c:3895
+msgid " -W Enable extra warnings\n"
+msgstr ""
+
+#: toplev.c:3906
+msgid " -Wunused Enable unused warnings\n"
+msgstr ""
+
+#: toplev.c:3907
+msgid " -Wid-clash-<num> Warn if 2 identifiers have the same first <num> chars\n"
+msgstr ""
+
+#: toplev.c:3908
+msgid " -Wlarger-than-<number> Warn if an object is larger than <number> bytes\n"
+msgstr ""
+
+#: toplev.c:3909
+msgid " -p Enable function profiling\n"
+msgstr ""
+
+#: toplev.c:3911
+msgid " -a Enable block profiling \n"
+msgstr ""
+
+#: toplev.c:3914
+msgid " -ax Enable jump profiling \n"
+msgstr ""
+
+#: toplev.c:3916
+msgid " -o <file> Place output into <file> \n"
+msgstr ""
+
+#: toplev.c:3917
+msgid ""
+" -G <number> Put global and static data smaller than <number>\n"
+" bytes into a special section (on some targets)\n"
+msgstr ""
+
+#: toplev.c:3928
+msgid " -aux-info <file> Emit declaration info into <file>\n"
+msgstr ""
+
+#: toplev.c:3929
+msgid " -quiet Do not display functions compiled or elapsed time\n"
+msgstr ""
+
+#: toplev.c:3930
+msgid " -version Display the compiler's version\n"
+msgstr ""
+
+#: toplev.c:3931
+msgid " -d[letters] Enable dumps from specific passes of the compiler\n"
+msgstr ""
+
+#: toplev.c:3932
+msgid " -dumpbase <file> Base name to be used for dumps from specific passes\n"
+msgstr ""
+
+#: toplev.c:3934
+msgid " -fsched-verbose=<number> Set the verbosity level of the scheduler\n"
+msgstr ""
+
+#: toplev.c:3936
+msgid " --help Display this information\n"
+msgstr ""
+
+#: toplev.c:3951
+msgid "\nLanguage specific options:\n"
+msgstr ""
+
+#: toplev.c:3963
+#, c-format
+msgid " %-23.23s [undocumented]\n"
+msgstr ""
+
+#: toplev.c:3971 toplev.c:3985
+#, c-format
+msgid "\nThere are undocumented %s specific options as well.\n"
+msgstr ""
+
+#: toplev.c:3975
+#, c-format
+msgid "\n Options for %s:\n"
+msgstr ""
+
+#: toplev.c:4006
+msgid "\nTarget specific options:\n"
+msgstr ""
+
+#: toplev.c:4020 toplev.c:4039
+#, c-format
+msgid " -m%-23.23s [undocumented]\n"
+msgstr ""
+
+#: toplev.c:4048
+msgid "\nThere are undocumented target specific options as well.\n"
+msgstr ""
+
+#: toplev.c:4050
+msgid " They exist, but they are not documented.\n"
+msgstr ""
+
+#: toplev.c:4106
+#, fuzzy, c-format
+msgid "unrecognized gcc debugging option: %c"
+msgstr "ukendt tilvalg '-%s'"
+
+#: toplev.c:4172
+#, c-format
+msgid "unrecognized register name `%s'"
+msgstr "ukendt registernavn '%s'"
+
+#: toplev.c:4196 toplev.c:4880
+#, c-format
+msgid "Unrecognized option `%s'"
+msgstr "Ukendt tilvalg '%s'"
+
+#: toplev.c:4322
+#, c-format
+msgid "use -gdwarf -g%d for DWARF v1, level %d"
+msgstr "benyt - gdwarf -g%d til DWARF v1, niveau %d"
+
+#: toplev.c:4325
+msgid "use -gdwarf-2 for DWARF v2"
+msgstr "benyt -gdwarf-2 til DWARF v2"
+
+#: toplev.c:4330
+#, c-format
+msgid "ignoring option `%s' due to invalid debug level specification"
+msgstr ""
+
+#: toplev.c:4353 toplev.c:4878
+#, c-format
+msgid "`%s': unknown or unsupported -g option"
+msgstr ""
+
+#: toplev.c:4360
+#, c-format
+msgid "`%s' ignored, conflicts with `-g%s'"
+msgstr ""
+
+#: toplev.c:4439
+msgid "-param option missing argument"
+msgstr ""
+
+#: toplev.c:4448
+#, fuzzy, c-format
+msgid "invalid --param option: %s"
+msgstr "Ugyldigt tilvalg %s"
+
+#: toplev.c:4460
+#, fuzzy, c-format
+msgid "invalid parameter value `%s'"
+msgstr "ugyldig typeparameter '%s'"
+
+#: toplev.c:4551
+msgid "`-a' option (basic block profile) not supported"
+msgstr ""
+
+#: toplev.c:4559
+#, fuzzy
+msgid "`-ax' option (jump profiling) not supported"
+msgstr "-pipe understøttes ikke."
+
+#: toplev.c:4870
+#, fuzzy, c-format
+msgid "Ignoring command line option '%s'"
+msgstr "Ukendt tilvalg '%s'"
+
+#: toplev.c:4873
+#, c-format
+msgid "(It is valid for %s but not the selected language)"
+msgstr ""
+
+#: toplev.c:4911
+#, fuzzy
+msgid "-Wuninitialized is not supported without -O"
+msgstr "profilgenerering understøttes ikke med -mg\n"
+
+#: toplev.c:4938
+msgid "`-ax' and `-a' are conflicting options. `-a' ignored."
+msgstr ""
+
+#: toplev.c:4959
+#, fuzzy
+msgid "instruction scheduling not supported on this target machine"
+msgstr "stakgrænser understøttes ikke på målarkitekturen"
+
+#: toplev.c:4963
+msgid "this target machine does not have delayed branches"
+msgstr ""
+
+#: toplev.c:4972
+#, fuzzy
+msgid "profiling does not work without a frame pointer"
+msgstr "profilgenerering understøtter ikke andre kodemodeller end medlow"
+
+#: toplev.c:4987
+#, fuzzy, c-format
+msgid "-f%sleading-underscore not supported on this target machine"
+msgstr "stakgrænser understøttes ikke på målarkitekturen"
+
+#: toplev.c:5007
+#, c-format
+msgid "Data size %ld.\n"
+msgstr "Datastørrelse %ld.\n"
+
+#: toplev.c:5078
+#, fuzzy, c-format
+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) oversat af GNU C version %s.\n"
+"%s%s%s version %s (%s) oversat af CC.\n"
+
+#: toplev.c:5134
+msgid "options passed: "
+msgstr "tilvalg overbragt: "
+
+#: toplev.c:5163
+msgid "options enabled: "
+msgstr "tilvalg slået til: "
+
+#: tradcif.y:110 tradcif.y:121
+msgid "division by zero in #if"
+msgstr ""
+
+#. It's a float since it contains a point.
+#: tradcif.y:230
+#, fuzzy
+msgid "floating point numbers not allowed in #if expressions"
+msgstr "kommatal er ikke tilladt i '#if'-udtryk"
+
+#: tradcif.y:276
+#, fuzzy
+msgid "Invalid number in #if expression"
+msgstr "ugyldigt tal i '#if'-udtryk"
+
+#: tradcif.y:361
+#, fuzzy
+msgid "Invalid character constant in #if"
+msgstr "forkert udformet tegnkonstant"
+
+#: tradcif.y:398
+#, fuzzy
+msgid "double quoted strings not allowed in #if expressions"
+msgstr "'%.*s' er ikke tilladt i '#if'-udtryk"
+
+#: tradcif.y:411
+#, fuzzy
+msgid "Invalid token in expression"
+msgstr "ugyldigt tal i '#if'-udtryk"
+
+#: tradcif.y:502
+#, fuzzy
+msgid "octal character constant does not fit in a byte"
+msgstr "tegnkonstanten er for lang"
+
+#: tradcif.y:527
+#, fuzzy
+msgid "hex character constant does not fit in a byte"
+msgstr "tegnkonstanten er for lang"
+
+#: tradcif.y:558
+#, fuzzy
+msgid "empty #if expression"
+msgstr " i kastet udtryk"
+
+#: tradcif.y:572
+#, fuzzy
+msgid "Junk after end of expression."
+msgstr "ragelse i slutningen af #%s"
+
+#: tradcpp.c:137
+#, fuzzy
+msgid "macro or #include recursion too deep"
+msgstr "makro eller '#include'-rekursion er for dyb"
+
+#: tradcpp.c:550
+#, fuzzy, c-format
+msgid "Usage: %s [switches] input output"
+msgstr "Brug: %s [tilvalg] inddata uddata\n"
+
+#: tradcpp.c:566
+#, fuzzy
+msgid "-traditional is not supported in C++"
+msgstr "-pipe understøttes ikke."
+
+#: tradcpp.c:568
+#, fuzzy
+msgid "-traditional and -ansi are mutually exclusive"
+msgstr "-lang-chill og -trigraphs er indbyrdes uforenelige"
+
+#: tradcpp.c:582
+#, fuzzy
+msgid "Filename missing after -i option"
+msgstr "Et filnavn mangler efter %s"
+
+#: tradcpp.c:600
+#, fuzzy
+msgid "Filename missing after -o option"
+msgstr "Et filnavn mangler efter %s"
+
+#: tradcpp.c:659
+#, fuzzy, c-format
+msgid "Target missing after %s option"
+msgstr "En parameter mangler efter %s"
+
+#: tradcpp.c:673
+#, fuzzy, c-format
+msgid "Filename missing after %s option"
+msgstr "Et filnavn mangler efter %s"
+
+#: tradcpp.c:698
+#, fuzzy, c-format
+msgid "Macro name missing after -%c option"
+msgstr "Et makronavn mangler efter %s"
+
+#: tradcpp.c:718
+#, fuzzy
+msgid "-pedantic and -traditional are mutually exclusive"
+msgstr "-lang-chill og -trigraphs er indbyrdes uforenelige"
+
+#: tradcpp.c:723
+#, fuzzy
+msgid "-trigraphs and -traditional are mutually exclusive"
+msgstr "-lang-chill og -trigraphs er indbyrdes uforenelige"
+
+#: tradcpp.c:749
+#, fuzzy
+msgid "Directory name missing after -I option"
+msgstr "Et katalognavn mangler efter %s"
+
+#: tradcpp.c:1425 tradcpp.c:3916
+#, fuzzy
+msgid "`/*' within comment"
+msgstr "'/*' i en kommentar"
+
+#: tradcpp.c:1800
+#, fuzzy, c-format
+msgid "unterminated #%s conditional"
+msgstr "uafsluttet #%s"
+
+#: tradcpp.c:2159
+#, fuzzy
+msgid "not in any file?!"
+msgstr "ingen linjeskift ved slutningen af filen"
+
+#: tradcpp.c:2265
+#, fuzzy
+msgid "`defined' must be followed by ident or (ident)"
+msgstr "#define skal efterfølges af et kaldenavn"
+
+#: tradcpp.c:2269
+#, fuzzy
+msgid "cccp error: invalid special hash type"
+msgstr "ugyldig speciel hash-type"
+
+#: tradcpp.c:2367 tradcpp.c:2437
+msgid "#include expects \"fname\" or <fname>"
+msgstr ""
+
+#: tradcpp.c:2522
+#, fuzzy, c-format
+msgid "No include path in which to find %.*s"
+msgstr "Der er ingen inkluderingssti at finde %s i"
+
+#: tradcpp.c:2700
+#, fuzzy
+msgid "invalid macro name"
+msgstr "ugyldig kode"
+
+#: tradcpp.c:2708
+#, fuzzy, c-format
+msgid "invalid macro name `%s'"
+msgstr "Ugyldigt tilvalg '%s'"
+
+#: tradcpp.c:2713
+#, fuzzy
+msgid "\"defined\" cannot be used as a macro name"
+msgstr "\"defined\" er ikke et tilladt makronavn"
+
+#: tradcpp.c:2740
+msgid "parameter name starts with a digit in #define"
+msgstr ""
+
+#: tradcpp.c:2750
+msgid "badly punctuated parameter list in #define"
+msgstr ""
+
+#: tradcpp.c:2758
+#, fuzzy
+msgid "unterminated parameter list in #define"
+msgstr "uafsluttet tegnkonstant"
+
+#: tradcpp.c:2806
+#, fuzzy, c-format
+msgid "\"%.*s\" redefined"
+msgstr "\"%s\" omdefineret"
+
+#: tradcpp.c:3063
+#, fuzzy
+msgid "# operator should be followed by a macro argument name"
+msgstr "'#' efterfølges ikke af et makroparameternavn"
+
+#: tradcpp.c:3110 tradcpp.c:3136 tradcpp.c:3150 tradcpp.c:3157 tradcpp.c:3182
+#, fuzzy
+msgid "invalid format #line command"
+msgstr "ugyldigt #line-format"
+
+#: tradcpp.c:3208
+#, fuzzy
+msgid "undefining `defined'"
+msgstr "glemmer definitionen af '%s'"
+
+#: tradcpp.c:3212
+#, c-format
+msgid "undefining `%s'"
+msgstr "glemmer definitionen af '%s'"
+
+#: tradcpp.c:3268
+#, fuzzy
+msgid "extra text at end of directive"
+msgstr "overskydende krøllede paranteser ved slutningen af startværdien"
+
+#: tradcpp.c:3375
+#, fuzzy, c-format
+msgid "#error%.*s"
+msgstr "#error %.*s"
+
+#: tradcpp.c:3385
+#, fuzzy, c-format
+msgid "#warning%.*s"
+msgstr "#warning %.*s"
+
+#: tradcpp.c:3541
+msgid "#elif not within a conditional"
+msgstr ""
+
+#: tradcpp.c:3798
+#, c-format
+msgid "#%s not within a conditional"
+msgstr ""
+
+#: tradcpp.c:3806
+#, fuzzy
+msgid "#else or #elif after #else"
+msgstr "#elif efter #else"
+
+#: tradcpp.c:3846
+msgid "#else not within a conditional"
+msgstr ""
+
+#: tradcpp.c:3877
+msgid "unbalanced #endif"
+msgstr ""
+
+#: tradcpp.c:3971
+msgid "unterminated string or character constant"
+msgstr "uafsluttet streng- eller tegnkonstant"
+
+#: tradcpp.c:4129
+#, c-format
+msgid "arguments given to macro `%s'"
+msgstr "parametre givet til makro '%s'"
+
+#: tradcpp.c:4135
+#, fuzzy, c-format
+msgid "no args to macro `%s'"
+msgstr "parametre givet til makro '%s'"
+
+#: tradcpp.c:4137
+#, fuzzy, c-format
+msgid "only 1 arg to macro `%s'"
+msgstr "parametre givet til makro '%s'"
+
+#: tradcpp.c:4139
+#, fuzzy, c-format
+msgid "only %d args to macro `%s'"
+msgstr "parametre givet til makro '%s'"
+
+#: tradcpp.c:4141
+#, fuzzy, c-format
+msgid "too many (%d) args to macro `%s'"
+msgstr "for mange parametre til funktionen '%s'"
+
+#: tradcpp.c:4767
+#, fuzzy, c-format
+msgid ""
+"Internal error in %s, at tradcpp.c:%d\n"
+"Please submit a full bug report.\n"
+"See %s for instructions."
+msgstr ""
+"Intern oversætterfejl i '%s', ved %s:%d\n"
+"Send venligst en komplet fejlrapport.\n"
+"Se %s for instruktioner."
+
+#: tree.c:3879
+msgid "arrays of functions are not meaningful"
+msgstr "en tabel af funktioner giver ikke mening"
+
+#: tree.c:3936
+msgid "function return type cannot be function"
+msgstr "en funktions returtype kan ikke være en funktion"
+
+#: tree.c:4673
+msgid "invalid initializer for bit string"
+msgstr "ugyldig startværdi til bitstreng"
+
+#: tree.c:4732
+#, fuzzy, c-format
+msgid "Tree check: expected %s, have %s in %s, at %s:%d"
+msgstr "Træ-tjek: forventede %s, har %s"
+
+#: tree.c:4749
+#, fuzzy, c-format
+msgid "Tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
+msgstr "Træ-tjek: forventede klasse '%c', har '%c' (%s)"
+
+#: varasm.c:639
+#, fuzzy, c-format
+msgid "register name not specified for `%s'"
+msgstr "lagringsklasse angivet for %s '%s'"
+
+#: varasm.c:641
+#, fuzzy, c-format
+msgid "invalid register name for `%s'"
+msgstr "ukendt registernavn '%s'"
+
+#: varasm.c:644
+#, c-format
+msgid "data type of `%s' isn't suitable for a register"
+msgstr ""
+
+#: varasm.c:647
+#, c-format
+msgid "register specified for `%s' isn't suitable for data type"
+msgstr ""
+
+#: varasm.c:656
+msgid "global register variable has initial value"
+msgstr "global registervariabel har en startværdi"
+
+#: varasm.c:659
+msgid "volatile register variables don't work as you might wish"
+msgstr ""
+
+#: varasm.c:695
+#, fuzzy, c-format
+msgid "register name given for non-register variable `%s'"
+msgstr "ugyldigt registernavn '%s' for registervariabel"
+
+#: varasm.c:1333
+#, fuzzy, c-format
+msgid "size of variable `%s' is too large"
+msgstr "størrelsen af tabel '%s' er for stor"
+
+#: varasm.c:1373
+#, c-format
+msgid "alignment of `%s' is greater than maximum object file alignment. Using %d."
+msgstr ""
+
+#: varasm.c:1420
+#, fuzzy, c-format
+msgid "requested alignment for %s is greater than implemented alignment of %d."
+msgstr "angivet justering er ikke en potens af 2"
+
+#: varasm.c:1899
+msgid "floating point trap outputting a constant"
+msgstr "kommatalsfælde udsender en konstant"
+
+#: varasm.c:4304
+msgid "initializer for integer value is too complicated"
+msgstr "startværdien for heltallet er for kompliceret"
+
+#: varasm.c:4310
+msgid "initializer for floating value is not a floating constant"
+msgstr "startværdien for kommatal er ikke en kommatalskonstant"
+
+#: varasm.c:4367
+msgid "unknown set constructor type"
+msgstr "ukendt mængdekonstruktionstype"
+
+#: varasm.c:4572
+#, c-format
+msgid "invalid initial value for member `%s'"
+msgstr "ugyldig startværdi for medlemmet '%s'"
+
+#: varasm.c:4754
+#, fuzzy, c-format
+msgid "weak declaration of `%s' must be public"
+msgstr "erklæring af '%s' som void"
+
+#: varasm.c:4756
+#, fuzzy, c-format
+msgid "weak declaration of `%s' must precede definition"
+msgstr "'%s' erklæret som en tabel af funktioner"
+
+#: varasm.c:4852
+#, fuzzy
+msgid "only weak aliases are supported in this configuration"
+msgstr "%s understøttes ikke af denne konfiguration"
+
+#: varasm.c:4857
+#, fuzzy
+msgid "alias definitions not supported in this configuration; ignored"
+msgstr "%s understøttes ikke af denne konfiguration"
+
+#: varray.c:87
+#, c-format
+msgid "Virtual array %s[%lu]: element %lu out of bounds"
+msgstr ""
+
+#. Print an error message for unrecognized stab codes.
+#: xcoffout.c:176
+#, c-format
+msgid "No sclass for %s stab (0x%x)\n"
+msgstr ""
+
+#: config/alpha/freebsd.h:35 config/i386/freebsd-aout.h:236
+msgid "`-p' not supported; use `-pg' and gprof(1)"
+msgstr "'-p' understøttes ikke; brug '-pg' og gprof(1)"
+
+#: config/arc/arc.h:61 config/mips/mips.h:918
+msgid "may not use both -EB and -EL"
+msgstr "kan ikke bruge både -EB og -EL"
+
+#: config/arm/arm.h:216
+msgid "-mapcs-26 and -mapcs-32 may not be used together"
+msgstr "-mapcs-26 og -mapcs-32 kan ikke bruges på samme tid"
+
+#: config/arm/arm.h:228
+msgid "-msoft-float and -mhard_float may not be used together"
+msgstr "-msoft-float og -mhard_float kan ikke bruges på samme tid"
+
+#: config/arm/arm.h:239
+msgid "-mbig-endian and -mlittle-endian may not be used together"
+msgstr "-mbig-endian og -mlittle-endian kan ikke bruges på samme tid"
+
+#: config/arm/arm.h:257
+#, fuzzy
+msgid "Incompatible interworking options"
+msgstr "uforenelige typer i %s"
+
+#: config/arm/riscix.h:73 config/arm/riscix.h:135
+msgid "-mbsd and -pedantic incompatible"
+msgstr "-mbsd og -pedantic er indbyrdes uforenelige"
+
+#: config/arm/riscix.h:74 config/arm/riscix.h:136
+msgid "-mbsd and -mxopen incompatible"
+msgstr "-mbsd og -mxopen er indbyrdes uforenelige"
+
+#: config/arm/riscix.h:75 config/arm/riscix.h:137
+msgid "-mxopen and -pedantic incompatible"
+msgstr "-mxopen og -pedantic er indbyrdes uforenelige"
+
+#: config/dsp16xx/dsp16xx.h:101 config/dsp16xx/dsp16xx.h:110
+msgid "A -ifile option requires a -map option"
+msgstr "Et '-ifile'-tilvalg påkræver et '-map'-tilvalg"
+
+#: config/i386/cygwin.h:103
+#, fuzzy
+msgid "mno-cygwin and mno-win32 are not compatible"
+msgstr "-fpic og -mapcs-reent er indbyrdes uforenelige"
+
+#: config/i386/cygwin.h:158 config/i386/mingw32.h:63
+#, fuzzy
+msgid "shared and mdll are not compatible"
+msgstr "-msdata=%s og -mcall-%s er indbyrdes uforenelige."
+
+#: config/i386/sco5.h:777 config/i386/sco5.h:852
+msgid "-static not valid with -mcoff"
+msgstr "-static er ikke gyldig sammen med -mcoff"
+
+#: config/i386/sco5.h:778 config/i386/sco5.h:853
+msgid "-shared not valid with -mcoff"
+msgstr "-shared er ikke gyldig sammen med -mcoff"
+
+#: config/i386/sco5.h:779 config/i386/sco5.h:854
+msgid "-symbolic not valid with -mcoff"
+msgstr "-symbolic er ikke gyldig sammen med -mcoff"
+
+#: config/i386/sco5.h:817
+msgid "-fpic is not valid with -mcoff"
+msgstr "-fpic er ikke gyldig sammen med -mcoff"
+
+#: config/i386/sco5.h:818
+msgid "-fPIC is not valid with -mcoff"
+msgstr "-fPIC er ikke gyldig sammen med -mcoff"
+
+#: config/i386/sco5.h:855
+msgid "-fpic not valid with -mcoff"
+msgstr "-fpic er ikke gyldig sammen med -mcoff"
+
+#: config/i386/sco5.h:856
+msgid "-fPIC not valid with -mcoff"
+msgstr "-fPIC er ikke gyldig sammen med -mcoff"
+
+#: config/i386/unix.h:122
+msgid "bx]"
+msgstr ""
+
+#: config/i386/unix.h:124
+msgid "bx"
+msgstr ""
+
+#: config/i386/unix.h:125
+msgid "cx"
+msgstr ""
+
+#: config/i860/fx2800.h:305
+msgid "-p option not supported: use -pg instead"
+msgstr "'-p'-tilvalget understøttes ikke; benyt '-pg' i stedet"
+
+#: config/mcore/mcore.h:65
+msgid "choose either big or little endian, not both"
+msgstr ""
+
+#: config/mcore/mcore.h:68
+msgid "choose either m340 or m210 not both"
+msgstr ""
+
+#: config/mcore/mcore.h:69
+msgid "the m210 does not have little endian support"
+msgstr ""
+
+#: config/mips/mips.h:774
+msgid "-pipe is not supported."
+msgstr "-pipe understøttes ikke."
+
+#: config/mips/mips.h:913
+msgid "may not use both -mfp64 and -msingle-float"
+msgstr "-mfp64 og -msingle-float er indbyrdes uforenelige"
+
+#: config/mips/mips.h:914
+msgid "may not use both -mfp64 and -m4650"
+msgstr "-mfp64 og -m4650 er indbyrdes uforenelige"
+
+#: config/mips/r3900.h:28 config/mips/r3900.h:42
+msgid "-mhard-float not supported."
+msgstr "-mhard-float understøttes ikke."
+
+#: config/mips/r3900.h:30 config/mips/r3900.h:44
+msgid "-msingle-float and -msoft-float can not both be specified."
+msgstr "-msingle-float og -msoft-float er indbyrdes uforenelige."
+
+#: config/nextstep.h:163 config/nextstep.h:166
+msgid "-p profiling is no longer supported. Use -pg instead."
+msgstr "profilgenerering med -p understøttes ikke længere; benyt -pg i stedet for."
+
+#: config/vax/vax.h:41 config/vax/vax.h:42
+msgid "profiling not supported with -mg\n"
+msgstr "profilgenerering understøttes ikke med -mg\n"
+
+#: f/lang-specs.h:35 gcc.c:593
+msgid "GNU C does not support -C without using -E"
+msgstr "GNU C understøtter ikke -C uden -E"
+
+#: gcc.c:614 java/jvspec.c:68
+msgid "-pg and -fomit-frame-pointer are incompatible"
+msgstr "-pg og -fomit-frame-pointer er indbyrdes uforenelige"
+
+#: gcc.c:762
+msgid "-E required when input is from standard input"
+msgstr "-E påkrævet når inddata kommer fra standardind"
+
+#: gcc.c:766
+msgid "Compilation of header file requested"
+msgstr "Oversættelse af inkluderingsfil udbedt"
+
+#: java/lang-specs.h:33
+#, fuzzy
+msgid "-fjni and -femit-class-files are incompatible"
+msgstr "-fpic og -mapcs-reent er indbyrdes uforenelige"
+
+#: java/lang-specs.h:34
+#, fuzzy
+msgid "-fjni and -femit-class-file are incompatible"
+msgstr "-fpic og -mapcs-reent er indbyrdes uforenelige"
+
+#~ msgid "iterator `%s' has derived type"
+#~ msgstr "løkkevariablen '%s' er af en nedarvet type"
+
+#~ msgid "iterator `%s' has noninteger type"
+#~ msgstr "løkkevariablen '%s' er ikke af en heltalstype"
+
+#~ msgid "%s before character constant"
+#~ msgstr "%s før tegnkonstant"
+
+#~ msgid "%s before character 0%o"
+#~ msgstr "%s før tegn 0%o"
+
+#~ msgid "more than one `f' in numeric constant"
+#~ msgstr "mere end ét 'f' i talkonstant"
+
+#~ msgid "more than one `l' in numeric constant"
+#~ msgstr "mere end ét 'l' i talkonstant"
+
+#~ msgid "invalid identifier `%s'"
+#~ msgstr "ugyldigt kaldenavn '%s'"
+
+#~ msgid "parse error at `..'"
+#~ msgstr "tolkningsfejl ved '..'"
+
+#~ msgid "nondigits in number and not hexadecimal"
+#~ msgstr "tegn der ikke er cifre, optræder i tal"
+
+#~ msgid "numeric constant contains digits beyond the radix"
+#~ msgstr "talkonstant indeholder cifre der ligger ud over grundtallet"
+
+#~ msgid "floating constant exponent has no digits"
+#~ msgstr "der er ingen cifre i kommatallets eksponent"
+
+#~ msgid "hexadecimal floating constant has no exponent"
+#~ msgstr "hexadecimal kommatalskonstant har ingen eksponent"
+
+#~ msgid "two `u's in integer constant"
+#~ msgstr "to 'u'er i heltalskonstant"
+
+#~ msgid "Unterminated string constant"
+#~ msgstr "Uafsluttet strengkonstant"
+
+#~ msgid "syntax error: cannot back up"
+#~ msgstr "syntaksfejl: kan ikke gå tilbage"
+
+#~ msgid "parser stack overflow"
+#~ msgstr "overløb i tolkerens stak"
+
+#~ msgid "invalid `for (ITERATOR)' syntax"
+#~ msgstr "ugyldigt 'for (LØKKEVARIABEL)'-syntaks"
+
+#~ msgid "`for (%s)' inside expansion of same iterator"
+#~ msgstr "'for (%s)' inden i udfoldning af samme løkkevariabel"
+
+#~ msgid "case label within scope of cleanup or variable array"
+#~ msgstr "case-etiket i oprydningsområde eller i en variabel tabel"
+
+#~ msgid "parse error; also virtual memory exceeded"
+#~ msgstr "tolkningsfejl; desuden løbet tør for virtuel hukommelse"
+
+#~ msgid "duplicate array index in initializer"
+#~ msgstr "tabelindeks i startværdi optræder mere end én gang"
+
+#~ msgid "duplicate initializer"
+#~ msgstr "startværdi optræder mere end én gang"
+
+#~ msgid "thumb_load_double_from_address: destination is not a register"
+#~ msgstr "thumb_load_double_from_adress: destination er ikke et register"
+
+#~ msgid "thumb_load_double_from_address: source is not a computed memory address"
+#~ msgstr "thumb_load_double_from_adress: kilden er ikke en beregnet hukommelsesadresse"
+
+#~ msgid "thumb_load_double_from_address: base is not a register"
+#~ msgstr "thumb_load_double_from_adress: basis er ikke et register"
+
+#~ msgid "thumb_load_double_from_address: Unhandled address calculation"
+#~ msgstr "thumb_load_double_from_adress: adresseberegningen er ikke håndteret"
+
+#~ msgid "ACCUM_HIGH_REGS class in limit_reload_class"
+#~ msgstr "ACCUM_HIGH_REGS-klasse i limit_reload_class"
+
+#~ msgid "YH_OR_ACCUM_HIGH_REGS found in limit_reload_class"
+#~ msgstr "YH_OR_ACCUM_HIGH_REGS fundet i limit_reload_class"
+
+#~ msgid "YL found in limit_reload_class"
+#~ msgstr "YL fundet i limit_reload_class"
+
+#~ msgid "Bad register extension code"
+#~ msgstr "Ugyldig registerudvidelseskode"
+
+#~ msgid "Invalid offset in ybase addressing"
+#~ msgstr "Ugyldigt offset i ybase-adressering"
+
+#~ msgid "Invalid shift operator in emit_1600_core_shift"
+#~ msgstr "Ugyldig forskydningsoperator i emit_1600_core_shift"
+
+#~ msgid "Invalid mode for gen_tst_reg"
+#~ msgstr "Ugyldig tilstand for gen_tst_reg"
+
+#~ msgid "Invalid mode for integer comparison in gen_compare_reg"
+#~ msgstr "Ugyldig tilstand for heltalssammenligning i gen_compare_reg"
+
+#~ msgid "Invalid register for compare"
+#~ msgstr "Ugyldigt register til sammenligningen"
+
+#~ msgid "PRINT_OPERAND: letter %c was found & insn was not CONST_INT"
+#~ msgstr "PRINT_OPERAND: bogstavet %c blev fundet og instruktionen var ikke CONST_INT"
+
+#~ msgid "-mptr%d not allowed on -m%d"
+#~ msgstr "-mptr%d er ikke tilladt på -m%d"
+
+#~ msgid "parse errors have confused me too much"
+#~ msgstr "tolkningsfejl er blevet for forvirrende"
+
+#~ msgid "virtual memory exhausted"
+#~ msgstr "løbet tør for virtuel hukommelse"
+
+#~ msgid "destructor for alien class `%s' cannot be a member"
+#~ msgstr "destruktionsfunktionen for den fremmede klasse '%s' kan ikke være et medlem"
+
+#~ msgid "constructor for alien class `%s' cannot be a member"
+#~ msgstr "konstruktionsfunktionen for den fremmede klasse '%s' kan ikke være et medlem"
+
+#~ msgid "trying to make class `%s' a friend of global scope"
+#~ msgstr "forsøg på at gøre klassen '%s' til ven af det globale virkningsfelt"
+
+#~ msgid "parameter invalidly declared method type"
+#~ msgstr "parameteren er på ugyldig vis erklæret som af en medlemsfunktionstype"
+
+#~ msgid "parameter invalidly declared offset type"
+#~ msgstr "parameteren er på ugyldig vis erklæret som af en offset-type"
+
+#~ msgid "`void' in parameter list must be entire list"
+#~ msgstr "'void' i en parameterliste skal udgøre hele listen"
+
+#~ msgid "no file specified with -fdump-translation-unit"
+#~ msgstr "ingen filer angivet med -fdump-translation-unit"
+
+#~ msgid "(you really want to initialize it separately)"
+#~ msgstr "(klargør den separat)"
+
+#~ msgid "`operator new' takes type `size_t' parameter"
+#~ msgstr "'operator new' skal have en parameter af typen 'size_t'"
+
+#~ msgid "`operator new' takes type `size_t' as first parameter"
+#~ msgstr "den første parameter til 'operator new' skal være af typen 'size_t'"
+
+#~ msgid "`operator delete' must return type `void'"
+#~ msgstr "'operator delete' skal returnere 'void'"
+
+#~ msgid "`operator delete' takes type `void *' as first parameter"
+#~ msgstr "den første parameter til 'operator delete' skal være af typen 'void *'"
+
+#~ msgid "too many arguments in declaration of `operator delete'"
+#~ msgstr "for mange parametre i erklæringen af 'operator delete'"
+
+#~ msgid "`...' invalid in specification of `operator delete'"
+#~ msgstr "'...' er ugyldigt i angivelsen af 'operator delete'"
+
+#~ msgid "`default' label within scope of cleanup or variable array"
+#~ msgstr "'default'-etiket i oprydningsområde eller i en variabel tabel"
+
+#~ msgid "bad array initializer"
+#~ msgstr "ugyldig tildeling af startværdi i tabel"
+
+#~ msgid "end of file encountered inside string constant"
+#~ msgstr "nåede slutningen af filen inden i en strengkonstant"
+
+#~ msgid "end of file encountered inside character constant"
+#~ msgstr "nåede slutningen af filen inden i en tegnkonstant"
+
+#~ msgid "invalid #pragma vtable"
+#~ msgstr "ugyldig #pragma virtuel tabel"
+
+#~ msgid "invalid `#pragma implementation'"
+#~ msgstr "ugyldig '#pragma implementation'"
+
+#~ msgid "universal-character-name designates `%c', part of the basic source character set"
+#~ msgstr "universelt tegnnavn står for '%c', som er en del af det basale kildekodetegnsæt"
+
+#~ msgid "%s at end of saved text"
+#~ msgstr "%s ved slutningen af den gemte tekst"
+
+#~ msgid "complex integer constant is too wide for `__complex int'"
+#~ msgstr "kompleks heltalskonstant er for bred til '__complex int'"
+
+#~ msgid "request for member `%s' is ambiguous in multiple inheritance lattice"
+#~ msgstr "forespørgsel efter medlemmet '%s' er flertydigt i et net af multipel nedarvning"
+
+#~ msgid "Internal compiler error."
+#~ msgstr "Intern oversætterfejl."
+
+#~ msgid "Please submit a full bug report."
+#~ msgstr "Send venligst en komplet fejlrapport."
+
+#~ msgid "duplicate label `%s' in switch statement"
+#~ msgstr "mere end én '%s'-etiket i switch-sætningen"
+
+#~ msgid "duplicate label (%d) in switch statement"
+#~ msgstr "mere end én etiket (%d) i switch-sætningen"
+
+#~ msgid "range values `%s' and `%s' reversed"
+#~ msgstr "intervalværdierne '%s' og '%s' vender omvendt"
+
+#~ msgid "range values reversed"
+#~ msgstr "intervalværdierne vender omvendt"
+
+#~ msgid "bad is_error(%d) in v_message"
+#~ msgstr "ugyldig is_error(%d) i v_message"
+
+#~ msgid "'defined' without an identifier"
+#~ msgstr "'defined' optræder uden et kaldenavn"
+
+#~ msgid "string constants are not allowed in #if expressions"
+#~ msgstr "strengkonstanter er ikke tilladt i '#if'-udtryk"
+
+#~ msgid "included file `%s' exists but is not readable"
+#~ msgstr "den inkluderede fil '%s' eksisterer, men kan ikke læses"
+
+#~ msgid "%s is a directory"
+#~ msgstr "%s er et katalog"
+
+#~ msgid "macro argument \"%s\" is stringified"
+#~ msgstr "makroparameteren \"%s\" er blevet gjort til en streng"
+
+#~ msgid "`##' at start of macro definition"
+#~ msgstr "'##' i begyndelsen af makrodefinitionen"
+
+#~ msgid "`##' at end of macro definition"
+#~ msgstr "'##' ved slutningen af makrodefinitionen"
+
+#~ msgid "empty object-like macro went through full #define"
+#~ msgstr "en tom objektlignende makro gik gennem komplet #define"
+
+#~ msgid "first token = %d not %d in collect_formal_parameters"
+#~ msgstr "første symbol = %d er ikke %d i collect_formal_parameters"
+
+#~ msgid "impossible token in macro argument list"
+#~ msgstr "umuligt symbol i makroparameterlisten"
+
+#~ msgid "illegal token in macro argument list"
+#~ msgstr "ulovligt symbol i makroparameterlisten"
+
+#~ msgid "another parameter follows \"...\""
+#~ msgstr "der optræder en parameter mere efter \"...\""
+
+#~ msgid "collect_params: argc=%d argslen=0"
+#~ msgstr "collect_params: argc=%d argslen=0"
+
+#~ msgid "C99 does not permit use of __VA_ARGS__ as a macro argument name"
+#~ msgstr "C99 tillader ikke brug af __VA_ARGS__ som makroparameternavn"
+
+#~ msgid "C89 does not permit varargs macros"
+#~ msgstr "C89 tillader ikke variabel parameterliste-makroer"
+
+#~ msgid "collect_params: impossible token type %d"
+#~ msgstr "collect_params: umulig symboltype %d"
+
+#~ msgid "attempt to use poisoned `%s'."
+#~ msgstr "forsøg på at bruge forgiftet '%s'"
+
+#~ msgid "macroexpand: unexpected token %d (wanted LPAREN)"
+#~ msgstr "macroexpand: forventede ikke symbol %d (skulle have været LPAREN)"
+
+#~ msgid "unterminated macro call"
+#~ msgstr "uafsluttet makrokald"
+
+#~ msgid "macro `%s' used with just one arg"
+#~ msgstr "makroen '%s' kaldt med kun én parameter"
+
+#~ msgid "macro `%s' used with only %d args"
+#~ msgstr "makroen '%s' kaldt med kun %d parametre"
+
+#~ msgid "macro `%s' used with too many (%d) args"
+#~ msgstr "makroen '%s' kaldt med for mange (%d) parametre"
+
+#~ 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"
+#~ " -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"
+#~ " -pedantic Issue all warnings demanded by strict ANSI C\n"
+#~ " -pedantic-errors Issue -pedantic warnings as errors instead\n"
+#~ " -traditional Follow K&R pre-processor behaviour\n"
+#~ " -trigraphs Support ANSI C trigraphs\n"
+#~ " -lang-c Assume that the input sources are in C\n"
+#~ " -lang-c89 Assume that the input sources are in C89\n"
+#~ " -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"
+#~ " -lang-fortran\t\t Assume that the input sources are in Fortran\n"
+#~ " -lang-chill Assume that the input sources are in Chill\n"
+#~ " -std=<std name> Specify the conformance standard; one of:\n"
+#~ " gnu89, gnu99, c89, c99, iso9899:1990,\n"
+#~ " iso9899:199409, iso9899:1999\n"
+#~ " -+ Allow parsing of C++ style features\n"
+#~ " -w Inhibit warning messages\n"
+#~ " -Wtrigraphs Warn if trigraphs are encountered\n"
+#~ " -Wno-trigraphs Do not warn about trigraphs\n"
+#~ " -Wcomment{s} Warn if one comment starts inside another\n"
+#~ " -Wno-comment{s} Do not warn about comments\n"
+#~ " -Wtraditional Warn if a macro argument is/would be turned into\n"
+#~ " a string if -traditional is specified\n"
+#~ " -Wno-traditional Do not warn about stringification\n"
+#~ " -Wundef Warn if an undefined macro is used by #if\n"
+#~ " -Wno-undef Do not warn about testing undefined macros\n"
+#~ " -Wimport Warn about the use of the #import directive\n"
+#~ " -Wno-import Do not warn about the use of #import\n"
+#~ " -Werror Treat all warnings as errors\n"
+#~ " -Wno-error Do not treat warnings as errors\n"
+#~ " -Wall Enable all preprocessor warnings\n"
+#~ " -M Generate make dependencies\n"
+#~ " -MM As -M, but ignore system header files\n"
+#~ " -MD As -M, but put output in a .d file\n"
+#~ " -MMD As -MD, but ignore system header files\n"
+#~ " -MG Treat missing header file as generated files\n"
+#~ " -g3 Include #define and #undef directives in the output\n"
+#~ " -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"
+#~ " -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"
+#~ " -ftabstop=<number> Distance between tab stops for column reporting\n"
+#~ " -P Do not generate #line directives\n"
+#~ " -$ Do not allow '$' in identifiers\n"
+#~ " -remap Remap file names when including files.\n"
+#~ " --version Display version information\n"
+#~ " -h or --help Display this information\n"
+#~ msgstr ""
+#~ "Tilvalg:\n"
+#~ " -include <fil> Inkludér indholdet af <fil> før andre filer\n"
+#~ " -imacros <fil> Læs makrodefinitionerne i <fil>\n"
+#~ " -iprefix <sti> Angiv <sti> som et præfiks til de næste to tilvalg\n"
+#~ " -iwithprefix <ktlg> Føj <ktlg> til slutningen af systeminkluderingsstien\n"
+#~ " -withprefixbefore <ktlg> Føj <ktlg> til slutningen af den alm. inkluderingssti\n"
+#~ " -isystem <ktlg> Føj <ktlg> til begyndelsen af systeminkluderingsstien\n"
+#~ " -idirafter <ktlg> Føj <ktlg> til slutningen af systeminkluderingsstien\n"
+#~ " -I <ktlg> Føj <ktlg> til slutningen af den alm. inkluderingssti\n"
+#~ " -I- Nøje kontrolleret inkluderingssti; se info-hjælpen\n"
+#~ " -nostdinc Søg ikke i systeminkluderingskataloger\n"
+#~ " (kataloger angivet med -isystem søges dog stadig)\n"
+#~ " -nostdinc++ Søg ikke i systeminkluderingskataloger til C++\n"
+#~ " -o <fil> Send uddata til <fil>\n"
+#~ " -pedantic Fremkom med alle advarsler påkrævet for nøje ISO C\n"
+#~ " -pedantic-errors Behandl '-pedantic'-advarsler som fejl\n"
+#~ " -traditional Iagttag opførsel som en K&R-forbehandler\n"
+#~ " -trigraphs Understøt ANSI C trigrafer\n"
+#~ " -lang-c Antag at inddata er C\n"
+#~ " -lang-c89 Antag at inddata er C89\n"
+#~ " -lang-c++ Antag at inddata er C++\n"
+#~ " -lang-cobjc Antag at inddata er Objective C\n"
+#~ " -lang-cobjc++ Antag at inddata er Objective C++\n"
+#~ " -lang-asm Antag at inddata er maskinkode\n"
+#~ " -lang-fortran Antag at inddata er Fortran\n"
+#~ " -lang-chill Antag at inddata er Chill\n"
+#~ " -std=<standardnavn> Angiv at koden retter sig efter en af standarderne:\n"
+#~ " gnu89, gnu99, c89, c99, iso9899:1990,\n"
+#~ " iso9899:199409, iso9899:1999\n"
+#~ " -+ Tillad fortolkning af faciliteter i C++-stil\n"
+#~ " -w Blokér advarselsmeddelelser\n"
+#~ " -Wtrigraphs Advar hvis der optræder trigrafer\n"
+#~ " -Wno-trigraphs Advar ikke om trigrafer\n"
+#~ " -Wcomment{s} Advar hvis en kommentar begynder inden i en anden\n"
+#~ " -Wno-comment{s} Advar ikke om kommentarer\n"
+#~ " -Wtraditional Advar hvis en makroparameter vil blive gjort til en\n"
+#~ " streng med -traditional\n"
+#~ " -Wno-traditional Advar ikke om omdannelse til streng\n"
+#~ " -Wundef Advar hvis en ikkedefineret makro bruges med #if\n"
+#~ " -Wno-undef Advar ikke om test på makroer der ikke er definerede\n"
+#~ " -Wimport Advar om brug af #import\n"
+#~ " -Wno-import Advar ikke om brug af #import\n"
+#~ " -Werror Behandl alle advarsler som fejl\n"
+#~ " -Wno-error Behandl ikke alle advarsler som fejl\n"
+#~ " -Wall Slå alle forbehandleradvarsler til\n"
+#~ " -M Generér afhængigheder til make\n"
+#~ " -MM Som -M, men ignorér systeminkluderingsfiler\n"
+#~ " -MD Som -M, men anbring uddata i en '.d'-fil\n"
+#~ " -MMD Som -MD, men ignorér systeminkluderingsfiler\n"
+#~ " -MG Behandl manglende inkl.-filer som genererede filer\n"
+#~ " -g3 Inkludér #define- og #undef-direktiver i uddata\n"
+#~ " -D<makro> Definér makroen <makro> med strengen '1' som værdi\n"
+#~ " -D<makro>=<værdi> Definér makroen <makro> med værdien <værdi>\n"
+#~ " -A<spørgsmål> (<svar>) Angiv at <svar> er svar på <spørgsmål>\n"
+#~ " -A-<spørgsmål> (<svar>) Angiv at <svar> ikke er svar på <spørgsmål>\n"
+#~ " -U<makro> Glem definitionen af <makro>\n"
+#~ " -v Skriv versionsnummeret\n"
+#~ " -H Skriv navnene på inkluderingsfilerne når de bruges\n"
+#~ " -C Fjern ikke kommentarer\n"
+#~ " -dM Vis til sidst de aktive makrodefinitioner\n"
+#~ " -dD Bevar makrodefinitioner i uddata\n"
+#~ " -dN Som -dD bortset fra at kun navnene bevares\n"
+#~ " -dI Inkludér #include-anvisninger i uddata\n"
+#~ " -ftabstop=<tal> Afstand mellem tabulatorstop i kolonnerapportering\n"
+#~ " -P Generér ikke #line-angivelser\n"
+#~ " -$ Tillad ikke '$' i kaldenavne\n"
+#~ " -remap Omdan filnavne ved filinkludering\n"
+#~ " --version Udskriv versionsinformation\n"
+#~ " -h eller --help Vis denne vejledning\n"
+
+#~ msgid "mark active in cpp_pop_buffer"
+#~ msgstr "markér aktiv i cpp_pop_buffer"
+
+#~ msgid "length < 0 in cpp_expand_to_buffer"
+#~ msgstr "længden < 0 i cpp_expand_to_buffer"
+
+#~ msgid "backslash-newline within line comment"
+#~ msgstr "omvendt skråstreg efterfulgt af linjeskift fundet i en enkeltlinjeskommentar"
+
+#~ msgid "C++ style comments are not allowed in traditional C"
+#~ msgstr "kommentarer i C++-stil er ikke tilladt i traditionel C"
+
+#~ msgid "embedded null character ignored"
+#~ msgstr "indlejret nultegn ignoreret"
+
+#~ msgid "string constant runs past end of line"
+#~ msgstr "strengkonstanten går ud over slutningen af linjen"
+
+#~ msgid "\\r escape inside string constant"
+#~ msgstr "\\r-undvigetegn i strengkonstant"
+
+#~ msgid "null characters in string or character constant"
+#~ msgstr "nultegn i streng- eller tegnkonstant"
+
+#~ msgid "missing '>' in `#include <FILENAME>'"
+#~ msgstr "manglende '>' i '#include <FILNAVN>'"
+
+#~ msgid "unrecognized escape \\r%c"
+#~ msgstr "ukendt undvigetegn \\r%c"
+
+#~ msgid "vertical tab in preprocessing directive"
+#~ msgstr "lodret tabulator i forbehandlerdirektiv"
+
+#~ msgid "form feed in preprocessing directive"
+#~ msgstr "sideskift i forbehandlerdirektiv"
+
+#~ msgid "null character preserved"
+#~ msgstr "nultegn bevaret"
+
+#~ msgid "comment start split across lines"
+#~ msgstr "kommentarbegyndelsen delt over to linjer"
+
+#~ msgid "comment start '/*' split across lines"
+#~ msgstr "kommentarbegyndelsen '/*' delt over to linjer"
+
+#~ msgid "comment end '*/' split across lines"
+#~ msgstr "kommentarslutningen '*/' delt over to linjer"
+
+#~ msgid "handle_directive called on macro buffer"
+#~ msgstr "handle_directive kaldt med et makromellemlager"
+
+#~ msgid "ignoring #%s because of its indented #"
+#~ msgstr "ignorerer #%s på grund af den indrykkede '#'"
+
+#~ msgid "ISO C does not allow #%s"
+#~ msgstr "ISO C tillader ikke #%s"
+
+#~ msgid "redefining poisoned `%.*s'"
+#~ msgstr "omdefinerer forgiftet '%.*s'"
+
+#~ msgid "garbage at end of #line"
+#~ msgstr "ragelse i slutningen af #line"
+
+#~ msgid "second token after #line is not a string"
+#~ msgstr "det andet symbol efter #line er ikke en streng"
+
+#~ msgid "junk on line after #undef"
+#~ msgstr "ragelse på linjen efter #undef"
+
+#~ msgid "cannot undefine poisoned \"%s\""
+#~ msgstr "kan ikke glemme definitionen af forgiftet \"%s\""
+
+#~ msgid "malformed #pragma implementation"
+#~ msgstr "forkert udformet '#pragma implementation'"
+
+#~ msgid "#%s with no argument"
+#~ msgstr "#%s uden parametre"
+
+#~ msgid "#%s with invalid argument"
+#~ msgstr "#%s med ugyldigt parameter"
+
+#~ msgid "Cannot duplicate non-existant exception region."
+#~ msgstr "Kan ikke mangfoldiggøre en ikkeeksisterende undtagelsesregion."
+
+#~ msgid "Never issued previous false_label"
+#~ msgstr "Sørgede ikke for tidligere false_label"
+
+#~ msgid "Basic blocks not numbered consecutively"
+#~ msgstr "Basisblokkene er ikke nummeret i rækkefølge"
+
+#~ msgid "file path prefix `%s%s' never used"
+#~ msgstr "stipræfikset '%s%s' blev aldrig brugt"
+
+#~ msgid "file path prefix `%s' never used"
+#~ msgstr "stipræfikset '%s' blev aldrig brugt"
+
+#~ msgid "%s: option `%s' is ambiguous\n"
+#~ msgstr "%s: tilvalget '%s' er flertydigt\n"
+
+#~ msgid "%s: option `--%s' doesn't allow an argument\n"
+#~ msgstr "%s: tilvalget '--%s' tillader ikke en parameter\n"
+
+#~ msgid "%s: option `%c%s' doesn't allow an argument\n"
+#~ msgstr "%s: tilvalget '%c%s' tillader ikke en parameter\n"
+
+#~ msgid "%s: option `%s' requires an argument\n"
+#~ msgstr "%s: tilvalget '%s' skal have en parameter\n"
+
+#~ msgid "%s: unrecognized option `--%s'\n"
+#~ msgstr "%s: ukendt tilvalg '--%s'\n"
+
+#~ msgid "%s: unrecognized option `%c%s'\n"
+#~ msgstr "%s: ukendt tilvalg '%c%s'\n"
+
+#~ msgid "%s: illegal option -- %c\n"
+#~ msgstr "%s: ugyldigt tilvalg -- %c\n"
+
+#~ msgid "%s: invalid option -- %c\n"
+#~ msgstr "%s: ugyldigt tilvalg -- %c\n"
+
+#~ msgid "%s: option requires an argument -- %c\n"
+#~ msgstr "%s: tilvalget skal have en parameter -- %c\n"
+
+#~ msgid "%s: option `-W %s' is ambiguous\n"
+#~ msgstr "%s: tilvalget '-W %s' er flertydigt\n"
+
+#~ msgid "%s: option `-W %s' doesn't allow an argument\n"
+#~ msgstr "%s: tilvalget '-W %s' tillader ikke en parameter\n"
+
+#~ msgid "function with complex parameters cannot be inline"
+#~ msgstr "funktioner med complex-parametre kan ikke indbygges"
+
+#~ msgid "Objective-C text in C source file"
+#~ msgstr "Objective C-tekst i C-kildekodefil"
+
+#~ msgid "statically allocated objects not supported"
+#~ msgstr "statisk allokerede objekter understøttes ikke"
+
+#~ msgid "output pipe has been closed"
+#~ msgstr "uddataledningen er blevet lukket"
+
+#~ msgid "Unknown stab %s: : 0x%x\n"
+#~ msgstr "Ukendt stab %s: : 0x%x\n"
diff --git a/gcc/po/es.po b/gcc/po/es.po
new file mode 100644
index 00000000000..4893d7ecadc
--- /dev/null
+++ b/gcc/po/es.po
@@ -0,0 +1,5701 @@
+# Mensajes en español para gcc-2.96.20000615.
+# Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+# Cristian Othón Martínez Vera <cfuga@itam.mx>, 2000, 2001.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gcc 2.96.20000615\n"
+"POT-Creation-Date: 2000-06-07 14:16+0200\n"
+"PO-Revision-Date: 2001-12-03 11:53-0600\n"
+"Last-Translator: Cristian Othón Martínez Vera <cfuga@itam.mx>\n"
+"Language-Team: Spanish <es@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8-bit\n"
+
+#: c-common.c:550
+#, c-format
+msgid "wrong number of arguments specified for `%s' attribute"
+msgstr "se especificó el número equivocado de argumentos para el atributo `%s'"
+
+#: c-common.c:715
+#, c-format
+msgid "unknown machine mode `%s'"
+msgstr "se desconoce el modo de máquina `%s'"
+
+#: c-common.c:718
+#, c-format
+msgid "no data type for mode `%s'"
+msgstr "no hay tipo de datos para el modo `%s'"
+
+#: c-common.c:773
+msgid "requested alignment is not a constant"
+msgstr "la alineación solicitada no es una constante"
+
+#: c-common.c:778
+msgid "requested alignment is not a power of 2"
+msgstr "la alineación solicitada no es una potencia de 2"
+
+#: c-common.c:780
+msgid "requested alignment is too large"
+msgstr "la alineación solicitada es demasiado grande"
+
+#: c-common.c:812
+msgid "unrecognized format specifier"
+msgstr "no se reconoce el especificador de formato"
+
+#: c-common.c:850 c-common.c:926
+msgid "format string has invalid operand number"
+msgstr "la cadena de formato tiene un número de operadores no válido"
+
+#: c-common.c:858
+msgid "format string arg follows the args to be formatted"
+msgstr "el argumento de la cadena de formato sigue a los argumentos que recibirán formato"
+
+#: c-common.c:877 c-common.c:947
+msgid "format string arg not a string type"
+msgstr "el argumento de la cadena de formato no es del tipo cadena de texto"
+
+#: c-common.c:890
+msgid "args to be formatted is not '...'"
+msgstr "los argumentos que recibirán formato no son '...'"
+
+#: c-common.c:956
+msgid "function does not return string type"
+msgstr "la función no regresa valores tipo cadena"
+
+#: c-common.c:982
+msgid "alias arg not a string"
+msgstr "el argumento de alias no es una cadena"
+
+#: c-common.c:2158
+msgid "expression statement has incomplete type"
+msgstr "la declaración de la expresión tiene tipo de dato incompleto"
+
+#: c-common.c:2178
+msgid "case label does not reduce to an integer constant"
+msgstr "la etiqueta de `case' no se reduce a una constante entera"
+
+#: c-common.c:2435
+msgid "invalid truth-value expression"
+msgstr "expresión de valor verdadero no válida"
+
+#: c-common.c:2486
+#, c-format
+msgid "invalid operands to binary %s"
+msgstr "operadores no válidos para el binario %s"
+
+#: c-common.c:2858
+msgid "struct type value used where scalar is required"
+msgstr "se usa un valor de tipo struct cuando se requiere un escalar"
+
+#: c-common.c:2862
+msgid "union type value used where scalar is required"
+msgstr "se usa un valor de tipo union cuando se requiere un escalar"
+
+#: c-common.c:2866
+msgid "array type value used where scalar is required"
+msgstr "se usa un valor de tipo matriz cuando se requiere un escalar"
+
+#: c-common.c:3204 c-common.c:3236
+msgid "invalid use of `restrict'"
+msgstr "uso no válido de `restrict'"
+
+#: c-common.c:3929 c-typeck.c:1655
+#, c-format
+msgid "too few arguments to function `%s'"
+msgstr "muy pocos argumentos para la función `%s'"
+
+#: c-common.c:3935 c-typeck.c:1514
+#, c-format
+msgid "too many arguments to function `%s'"
+msgstr "demasiados argumentos para la función `%s'"
+
+#: c-convert.c:78 c-typeck.c:938 c-typeck.c:3956 cp/typeck.c:1724
+#: cp/typeck.c:6480
+msgid "void value not ignored as it ought to be"
+msgstr "valor void no ignorado como debería de ser"
+
+#: c-convert.c:98
+msgid "conversion to non-scalar type requested"
+msgstr "se solicitó conversión a tipo no escalar"
+
+#: c-decl.c:563
+#, c-format
+msgid "unknown C standard `%s'"
+msgstr "no se conoce el estándard de C `%s'"
+
+#: c-decl.c:1001
+#, c-format
+msgid "`struct %s' incomplete in scope ending here"
+msgstr "el `struct %s' incompleto en alcance termina aquí"
+
+#: c-decl.c:1004
+#, c-format
+msgid "`union %s' incomplete in scope ending here"
+msgstr "el `union %s' incompleto en alcance termina aquí"
+
+#: c-decl.c:1007
+#, c-format
+msgid "`enum %s' incomplete in scope ending here"
+msgstr "el `enum %s' incompleto en alcance termina aquí"
+
+#: c-decl.c:1598
+msgid "A parameter list with an ellipsis can't match an empty parameter name list declaration."
+msgstr "Una lista de parámetros con una elipsis no puede coincidir con una declaración de nombre de lista de parámetros vacía."
+
+#: c-decl.c:1604
+msgid "An argument type that has a default promotion can't match an empty parameter name list declaration."
+msgstr "Un tipo de argumento que tiene una promoción por omisión no puede coincidir con una declaración de nombre de lista de parámetros vacía."
+
+#: c-decl.c:2496
+#, c-format
+msgid "implicit declaration of function `%s'"
+msgstr "declaración implícita de la función `%s'"
+
+#: c-decl.c:2598
+#, c-format
+msgid "label %s referenced outside of any function"
+msgstr "la etiqueta %s es referenciada fuera de cualquier función"
+
+#: c-decl.c:2658
+#, c-format
+msgid "duplicate label declaration `%s'"
+msgstr "declaración de la etiqueta `%s' duplicada"
+
+#: c-decl.c:2695
+#, c-format
+msgid "duplicate label `%s'"
+msgstr "etiqueta `%s' duplicada"
+
+#: c-decl.c:3302
+msgid "two types specified in one empty declaration"
+msgstr "se especificaron dos tipos en una declaración vacía"
+
+#: c-decl.c:3378
+#, c-format
+msgid "typedef `%s' is initialized"
+msgstr "typedef `%s' tiene valor inicial"
+
+#: c-decl.c:3385
+#, c-format
+msgid "function `%s' is initialized like a variable"
+msgstr "la función `%s' tiene valor inicial como una variable"
+
+#. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
+#: c-decl.c:3392
+#, c-format
+msgid "parameter `%s' is initialized"
+msgstr "el parámetro `%s' tiene valor inicial"
+
+#: c-decl.c:3407 c-typeck.c:4671
+msgid "variable-sized object may not be initialized"
+msgstr "un objeto de tamaño variable no puede tener valor inicial"
+
+#: c-decl.c:3413
+#, c-format
+msgid "variable `%s' has initializer but incomplete type"
+msgstr "la variable `%s' tiene asignación de valor inicial, pero tipo de dato incompleto"
+
+#: c-decl.c:3419
+#, c-format
+msgid "elements of array `%s' have incomplete type"
+msgstr "algunos elementos de la matriz `%s' tienen tipo de dato incompleto"
+
+#: c-decl.c:3944 cp/decl.c:10079
+msgid "`long long long' is too long for GCC"
+msgstr "`long long long' es demasiado largo para GCC"
+
+#: c-decl.c:3959 cp/decl.c:10104
+#, c-format
+msgid "two or more data types in declaration of `%s'"
+msgstr "dos o más tipos de datos en la declaración de `%s'"
+
+#: c-decl.c:3974 cp/decl.c:10109
+#, c-format
+msgid "`%s' fails to be a typedef or built in type"
+msgstr "`%s' falla al ser un typedef o un tipo interno del compilador"
+
+#: c-decl.c:4038
+#, c-format
+msgid "both long and short specified for `%s'"
+msgstr "se especifica long y short al mismo tiempo para `%s'"
+
+#: c-decl.c:4042 cp/decl.c:10209
+#, c-format
+msgid "long or short specified with char for `%s'"
+msgstr "se especifica long ó short con char para `%s'"
+
+#: c-decl.c:4049 cp/decl.c:10213
+#, c-format
+msgid "long or short specified with floating type for `%s'"
+msgstr "se especifica long ó short con tipo floating para `%s'"
+
+#: c-decl.c:4052
+msgid "the only valid combination is `long double'"
+msgstr "la única combinación válida es `long double'"
+
+#: c-decl.c:4058
+#, c-format
+msgid "both signed and unsigned specified for `%s'"
+msgstr "se especifica signed y unsigned al mismo tiempo para `%s'"
+
+#: c-decl.c:4060 cp/decl.c:10202
+#, c-format
+msgid "long, short, signed or unsigned invalid for `%s'"
+msgstr "long, short, signed ó unsigned no válido para `%s'"
+
+#: c-decl.c:4085 cp/decl.c:10243
+#, c-format
+msgid "complex invalid for `%s'"
+msgstr "complex no válido para `%s'"
+
+#: c-decl.c:4188 cp/decl.c:10392
+#, c-format
+msgid "multiple storage classes in declaration of `%s'"
+msgstr "múltiples clases de almacenamiento en la declaración de `%s'"
+
+#: c-decl.c:4199
+msgid "function definition declared `register'"
+msgstr "la definición de la función lo declaró como `register'"
+
+#: c-decl.c:4201
+msgid "function definition declared `typedef'"
+msgstr "la definición de la función lo declaró como `typedef'"
+
+#: c-decl.c:4214
+#, c-format
+msgid "storage class specified for structure field `%s'"
+msgstr "se especificó una clase de almacenamiento para el campo de la estructura `%s'"
+
+#: c-decl.c:4217 cp/decl.c:10439
+#, c-format
+msgid "storage class specified for parameter `%s'"
+msgstr "se especificó una clase de almacenamiento para el parámetro `%s'"
+
+#: c-decl.c:4220 cp/decl.c:10441
+msgid "storage class specified for typename"
+msgstr "se especificó una clase de almacenamiento para el nombre de tipo"
+
+#: c-decl.c:4234 cp/decl.c:10458
+#, c-format
+msgid "`%s' has both `extern' and initializer"
+msgstr "`%s' tiene `extern' y asignador de valor inicial al mismo tiempo"
+
+#: c-decl.c:4238 cp/decl.c:10462
+#, c-format
+msgid "nested function `%s' declared `extern'"
+msgstr "la función anidada `%s' se declaró `extern'"
+
+#: c-decl.c:4241 cp/decl.c:10466
+#, c-format
+msgid "top-level declaration of `%s' specifies `auto'"
+msgstr "la declaración del nivel superior de `%s' especifica `auto'"
+
+#: c-decl.c:4245
+#, c-format
+msgid "iterator `%s' has derived type"
+msgstr "el repetidor `%s' tiene un tipo derivado"
+
+#: c-decl.c:4251
+#, c-format
+msgid "iterator `%s' has noninteger type"
+msgstr "el repetidor `%s' tiene un tipo no entero"
+
+#: c-decl.c:4295
+#, c-format
+msgid "declaration of `%s' as array of voids"
+msgstr "la declaración de `%s' como una matriz de voids"
+
+#: c-decl.c:4301
+#, c-format
+msgid "declaration of `%s' as array of functions"
+msgstr "la declaración de `%s' como una matriz de funciones"
+
+#: c-decl.c:4323
+#, c-format
+msgid "size of array `%s' has non-integer type"
+msgstr "el tamaño de la matriz `%s' tiene un tipo no entero"
+
+#: c-decl.c:4335
+#, c-format
+msgid "size of array `%s' is negative"
+msgstr "el tamaño de la matriz `%s' es negativo"
+
+#: c-decl.c:4367 c-decl.c:4544
+#, c-format
+msgid "size of array `%s' is too large"
+msgstr "el tamaño de la matriz `%s' es demasiado grande"
+
+#: c-decl.c:4428 cp/decl.c:10602
+#, c-format
+msgid "`%s' declared as function returning a function"
+msgstr "`%s' que es declarado como función regresa una función"
+
+#: c-decl.c:4433 cp/decl.c:10607
+#, c-format
+msgid "`%s' declared as function returning an array"
+msgstr "`%s' que es declarado como función regresa una matriz"
+
+#: c-decl.c:4515 cp/decl.c:10841
+msgid "invalid type modifier within pointer declarator"
+msgstr "modificador de tipo no válido dentro de la declaración del apuntador"
+
+#: c-decl.c:4608 cp/decl.c:11321
+#, c-format
+msgid "variable or field `%s' declared void"
+msgstr "variable o campo `%s' declarado void"
+
+#: c-decl.c:4673
+#, c-format
+msgid "field `%s' declared as a function"
+msgstr "el campo `%s' declarado como una función"
+
+#: c-decl.c:4679
+#, c-format
+msgid "field `%s' has incomplete type"
+msgstr "el campo `%s' tiene tipo de dato incompleto"
+
+#: c-decl.c:4712
+#, c-format
+msgid "invalid storage class for function `%s'"
+msgstr "clase de almacenamiento no válida para la función `%s'"
+
+#: c-decl.c:4890 cp/decl.c:11831
+#, c-format
+msgid "parameter `%s' has incomplete type"
+msgstr "el parámetro `%s' tiene tipo de dato incompleto"
+
+#: c-decl.c:5015
+msgid "`void' in parameter list must be the entire list"
+msgstr "`void' en la lista de parámetros debe ser la lista completa"
+
+#: c-decl.c:5129
+#, c-format
+msgid "redefinition of `%s %s'"
+msgstr "redefinición de `%s %s'"
+
+#: c-decl.c:5250
+#, c-format
+msgid "nested redefinition of `%s'"
+msgstr "redefinición anidada de `%s'"
+
+#. This enum is a named one that has been declared already.
+#: c-decl.c:5485
+#, c-format
+msgid "redeclaration of `enum %s'"
+msgstr "redeclaración de `enum %s'"
+
+#: c-decl.c:5637
+#, c-format
+msgid "enumerator value for `%s' not integer constant"
+msgstr "el valor de enumerador para `%s' no es una constante entera"
+
+#: c-decl.c:5650
+msgid "overflow in enumeration values"
+msgstr "desbordamiento en valores de enumeración"
+
+#: c-decl.c:5726
+msgid "return-type is an incomplete type"
+msgstr "el tipo de regreso es un tipo de dato incompleto"
+
+#: c-decl.c:6208
+msgid "number of arguments doesn't match prototype"
+msgstr "el número de argumentos no coinciden con el prototipo"
+
+#: c-decl.c:6251
+#, c-format
+msgid "argument `%s' doesn't match prototype"
+msgstr "el argumento `%s' no coincide con el prototipo"
+
+#: c-lex.c:482 cp/lex.c:1897
+msgid "stray '\\' in program"
+msgstr "'\\' parásito en el programa"
+
+#: c-lex.c:559 c-lex.c:726 cp/lex.c:1961 cp/lex.c:2137
+msgid "invalid #-line"
+msgstr "instrucción #-line no válida"
+
+#: c-lex.c:694 cp/lex.c:2105 cpplib.c:771
+msgid "invalid #ident"
+msgstr "instrucción #ident no válida"
+
+#: c-lex.c:710 cp/lex.c:2121
+#, c-format
+msgid "undefined or invalid # directive `%s'"
+msgstr "# directiva `%s' no definida o no válida"
+
+#: c-lex.c:762 cp/lex.c:2174
+msgid "invalid #line"
+msgstr "instrucción #line no válida"
+
+#: c-lex.c:842 cp/lex.c:2291
+msgid "#-lines for entering and leaving files don't match"
+msgstr "el número de #-lines para entrar y salir de los archivos no coinciden"
+
+#: c-lex.c:1050 cp/lex.c:2970
+#, c-format
+msgid "%s at end of input"
+msgstr "%s al final de la entrada"
+
+#: c-lex.c:1052 cp/lex.c:2973
+#, c-format
+msgid "%s at null character"
+msgstr "%s en el carácter nulo"
+
+#: c-lex.c:1054 cp/lex.c:2975
+#, c-format
+msgid "%s before string constant"
+msgstr "%s antes de una constante de cadena"
+
+#: c-lex.c:1056 cp/lex.c:2977
+#, c-format
+msgid "%s before character constant"
+msgstr "%s antes de una constante de carácter"
+
+#: c-lex.c:1058 cp/lex.c:2979
+#, c-format
+msgid "%s before character 0%o"
+msgstr "%s antes del carácter 0%o"
+
+#: c-lex.c:1060 cp/lex.c:2981
+#, c-format
+msgid "%s before `%s'"
+msgstr "%s antes de `%s'"
+
+#: c-lex.c:1122 cp/lex.c:3379
+msgid "more than one `f' in numeric constant"
+msgstr "más de una `f' en una constante numérica"
+
+#: c-lex.c:1128 cp/lex.c:3385
+msgid "more than one `l' in numeric constant"
+msgstr "más de una `l' en una constante numérica"
+
+#: c-lex.c:1134 c-lex.c:1799 cp/lex.c:3391 cp/lex.c:4104
+msgid "more than one `i' or `j' in numeric constant"
+msgstr "más de una `i' o una `j' en una constante numérica"
+
+#: c-lex.c:1161 cp/lex.c:3418
+msgid "both `f' and `l' in floating constant"
+msgstr "se encuentran `f' y `l' al mismo tiempo en una constante de coma flotante"
+
+#: c-lex.c:1372 cp/lex.c:3612 cpplex.c:1100
+msgid "`$' in identifier"
+msgstr "`$' en identificador"
+
+#: c-lex.c:1428
+#, c-format
+msgid "invalid identifier `%s'"
+msgstr "el identificador `%s' no es válido"
+
+#: c-lex.c:1486 cp/lex.c:3791
+msgid "parse error at `..'"
+msgstr "error de decodificación en `..'"
+
+#: c-lex.c:1586 cp/lex.c:3891
+msgid "malformed floating constant"
+msgstr "constante de punto flotante mal formada"
+
+#: c-lex.c:1620 cp/lex.c:3925
+msgid "nondigits in number and not hexadecimal"
+msgstr "hay caracteres que no son dígitos en un número que no es hexadecimal"
+
+#: c-lex.c:1672 cp/lex.c:3977
+msgid "numeric constant with no digits"
+msgstr "constante numérica sin dígitos"
+
+#: c-lex.c:1675 cp/lex.c:3980
+msgid "numeric constant contains digits beyond the radix"
+msgstr "constante numérica que tiene dígitos más allá del radical"
+
+#: c-lex.c:1704 cp/lex.c:4009
+msgid "floating constant exponent has no digits"
+msgstr "constante de coma flotante no tiene dígitos"
+
+#: c-lex.c:1714 cp/lex.c:4019
+msgid "hexadecimal floating constant has no exponent"
+msgstr "constante de punto flotante hexadecimal no tiene exponente"
+
+#. We got an exception from parse_float()
+#: c-lex.c:1732 cp/lex.c:4037
+msgid "floating constant out of range"
+msgstr "constante de punto flotante fuera de rango"
+
+#: c-lex.c:1781 cp/lex.c:4086
+msgid "two `u's in integer constant"
+msgstr "dos `u's en una constante entera"
+
+#: c-lex.c:1789 cp/lex.c:4094
+msgid "three `l's in integer constant"
+msgstr "tres `l's en una constante entera"
+
+#: c-lex.c:1941
+msgid "complex integer constant is too wide for `complex int'"
+msgstr "la constante entera compleja es demasiado ancha para `complex int'"
+
+#: c-lex.c:1972 cp/lex.c:4209
+#, c-format
+msgid "missing white space after number `%s'"
+msgstr "falta un espacio en blanco después del número `%s'"
+
+#: c-lex.c:2108
+msgid "malformed character constant"
+msgstr "constante de carácter malformada"
+
+#: c-lex.c:2110 cp/lex.c:4347 cppexp.c:305
+msgid "empty character constant"
+msgstr "constante de carácter vacía"
+
+#: c-lex.c:2114 cp/lex.c:4351 cppexp.c:317
+msgid "character constant too long"
+msgstr "constante de carácter demasiado larga"
+
+#: c-lex.c:2272 cp/lex.c:4514
+msgid "Unterminated string constant"
+msgstr "constante de cadena sin terminar"
+
+#. Like YYERROR but do call yyerror.
+#: c-parse.y:57 objc-parse.y:58 parse.y:57
+msgid "syntax error"
+msgstr "error sintáctico"
+
+#: /usr/lib/bison.simple:107
+msgid "syntax error: cannot back up"
+msgstr "error sintáctico: no se puede regresar"
+
+#: /usr/lib/bison.simple:358
+msgid "parser stack overflow"
+msgstr "desbordamiento de la pila de decodificación"
+
+#: c-parse.y:270 c-parse.y:1831 objc-parse.y:299 objc-parse.y:1966
+msgid "argument of `asm' is not a constant string"
+msgstr "el argumento de `asm' no es una cadena constante"
+
+#: c-parse.y:278 objc-parse.y:307
+msgid "ANSI C forbids data definition with no type or storage class"
+msgstr "ANSI C prohibe la definición de datos sin tipo o clase de almacenamiento"
+
+#: c-parse.y:437 objc-parse.y:468
+msgid "`sizeof' applied to a bit-field"
+msgstr "`sizeof' aplicado a un campo de bits"
+
+#: c-parse.y:595 objc-parse.y:642
+#, c-format
+msgid "`%s' undeclared here (not in a function)"
+msgstr "`%s' no ha sido declarado aquí (no en una función)"
+
+#: c-parse.y:605 objc-parse.y:667
+#, c-format
+msgid "`%s' undeclared (first use in this function)"
+msgstr "`%s' no ha sido declarado aquí (primero úselo en esta función)"
+
+#: c-parse.y:610 objc-parse.y:672
+msgid "(Each undeclared identifier is reported only once"
+msgstr "(Cada identificador no declarado solamente se reporta una vez"
+
+#: c-parse.y:611 objc-parse.y:673
+msgid "for each function it appears in.)"
+msgstr "para cada funcion en la que aparece.)"
+
+#: c-parse.y:638 objc-parse.y:705
+#, c-format
+msgid "`%s' implicitly declared as function"
+msgstr "`%s' es declarado implícitamente como función"
+
+#: c-parse.y:1234 c-parse.y:1268
+msgid "`[*]' in parameter declaration only allowed in ISO C 99"
+msgstr "`[*]' en la declaración de parámetros solamente se permite en ISO C 99"
+
+#: c-parse.y:1604 objc-parse.y:1739 parse.y:1471
+msgid "braced-group within expression allowed only inside a function"
+msgstr "un grupo de llaves dentro de una expresión sólo se permite dentro de una función"
+
+#: c-parse.y:1808 objc-parse.y:1943
+msgid "break statement not within loop or switch"
+msgstr "la declaración break no está dentro de un ciclo o switch"
+
+#: c-parse.y:1813 objc-parse.y:1948
+msgid "continue statement not within a loop"
+msgstr "la declaración continue no está dentro dentro de un ciclo"
+
+#: c-parse.y:1888 objc-parse.y:2023
+msgid "invalid `for (ITERATOR)' syntax"
+msgstr "sintaxis no válida `for (REPETIDOR)'"
+
+#: c-parse.y:1890 objc-parse.y:2025
+#, c-format
+msgid "`%s' is not an iterator"
+msgstr "`%s' no es un repetidor"
+
+#: c-parse.y:1893 objc-parse.y:2028
+#, c-format
+msgid "`for (%s)' inside expansion of same iterator"
+msgstr "`for (%s)' dentro de la expansión del mismo repetidor"
+
+#: c-parse.y:1951 c-parse.y:1980 cp/expr.c:245 cp/typeck2.c:1340
+#: objc-parse.y:2086 objc-parse.y:2115
+msgid "case label not within a switch statement"
+msgstr "la etiqueta case no se encuentra dentro de una declaración switch"
+
+#: c-parse.y:1954 c-parse.y:1983 objc-parse.y:2089 objc-parse.y:2118
+msgid "duplicate case value"
+msgstr "valor de case duplicado"
+
+#: c-parse.y:1960 c-parse.y:1991 cp/expr.c:277 objc-parse.y:2095
+#: objc-parse.y:2126
+msgid "case label within scope of cleanup or variable array"
+msgstr "etiqueta case dentro del rango de limpieza o matriz variable"
+
+#: c-parse.y:2002 cp/expr.c:249 cp/typeck2.c:1342 objc-parse.y:2137
+msgid "default label not within a switch statement"
+msgstr "la etiqueta por omisión no está dentro de una declaración switch"
+
+#: c-parse.y:2005 cp/expr.c:266 cp/typeck2.c:1348 objc-parse.y:2140
+msgid "multiple default labels in one switch"
+msgstr "múltiples etiquetas por omisión en un solo switch"
+
+#. Gcc used to allow this as an extension. However, it does
+#. not work for all targets, and thus has been disabled.
+#. Also, since func (...) and func () are indistinguishable,
+#. it caused problems with the code in expand_builtin which
+#. tries to verify that BUILT_IN_NEXT_ARG is being used
+#. correctly.
+#: c-parse.y:2102 objc-parse.y:2237
+msgid "ANSI C requires a named argument before `...'"
+msgstr "ANSI C requiere un argumento con nombre antes de `...'"
+
+#: c-parse.y:2182 objc-parse.y:2317
+msgid "`...' in old-style identifier list"
+msgstr "`...' en una lista de identificadores de estilo antiguo"
+
+#: /usr/lib/bison.simple:639
+msgid "parse error; also virtual memory exceeded"
+msgstr "error de decodificación; también se excedió la memoria virtual"
+
+#: /usr/lib/bison.simple:643
+msgid "parse error"
+msgstr "error de decodificación"
+
+#: c-typeck.c:117
+#, c-format
+msgid "`%s' has an incomplete type"
+msgstr "`%s' tiene un tipo de dato incompleto"
+
+#: c-typeck.c:139 cp/call.c:2517
+msgid "invalid use of void expression"
+msgstr "uso no válido de la expresión void"
+
+#: c-typeck.c:148
+msgid "invalid use of array with unspecified bounds"
+msgstr "uso no válido de matrices con límites sin especificar"
+
+#: c-typeck.c:156
+#, c-format
+msgid "invalid use of undefined type `%s %s'"
+msgstr "uso no válido del tipo indefinido `%s %s'"
+
+#. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
+#: c-typeck.c:160
+#, c-format
+msgid "invalid use of incomplete typedef `%s'"
+msgstr "uso no válido del typedef incompleto `%s'"
+
+#: c-typeck.c:717
+msgid "sizeof applied to an incomplete type"
+msgstr "sizeof aplicado a un tipo de dato incompleto"
+
+#: c-typeck.c:758 c-typeck.c:2656
+msgid "arithmetic on pointer to an incomplete type"
+msgstr "aritmética en apuntador a un tipo de dato incompleto"
+
+#: c-typeck.c:785
+msgid "__alignof__ applied to an incomplete type"
+msgstr "__alignof__ aplicado a un tipo de dato incompleto"
+
+#: c-typeck.c:807
+msgid "`__alignof' applied to a bit-field"
+msgstr "`__alignof' applicado a un campo de bits"
+
+#: c-typeck.c:980 cp/typeck.c:1762
+msgid "invalid use of non-lvalue array"
+msgstr "uso no válido de matriz no-lvaluada"
+
+#: c-typeck.c:1155
+#, c-format
+msgid "%s has no member named `%s'"
+msgstr "%s no tiene un miembro llamado `%s'"
+
+#: c-typeck.c:1186
+#, c-format
+msgid "request for member `%s' in something not a structure or union"
+msgstr "petición del miembro `%s' en algo que no es estructura ó unión"
+
+#: c-typeck.c:1219
+msgid "dereferencing pointer to incomplete type"
+msgstr "apuntador deferenciado a tipo de dato incompleto"
+
+#: c-typeck.c:1240 cp/typeck.c:2368
+#, c-format
+msgid "invalid type argument of `%s'"
+msgstr "argumento de tipo no válido de `%s'"
+
+#: c-typeck.c:1259 cp/typeck.c:2394
+msgid "subscript missing in array reference"
+msgstr "falta subíndice en la referencia de la matriz"
+
+#: c-typeck.c:1288 c-typeck.c:1383 cp/typeck.c:2422 cp/typeck.c:2500
+msgid "array subscript is not an integer"
+msgstr "el subíndice de la matriz no es un entero"
+
+#: c-typeck.c:1378 cp/typeck.c:2495
+msgid "subscripted value is neither array nor pointer"
+msgstr "el valor indicado por el subíndice no es ni matriz ni apuntador"
+
+#: c-typeck.c:1434
+msgid "called object is not a function"
+msgstr "el objeto llamado no es una función"
+
+#: c-typeck.c:1517 cp/typeck.c:3128
+msgid "too many arguments to function"
+msgstr "demasiados argumentos para la función"
+
+#: c-typeck.c:1540
+#, c-format
+msgid "type of formal parameter %d is incomplete"
+msgstr "el tipo de dato del parámetro formal %d está incompleto"
+
+#: c-typeck.c:1553
+#, c-format
+msgid "%s as integer rather than floating due to prototype"
+msgstr "%s como entero en lugar de coma flotante debido al prototipo"
+
+#: c-typeck.c:1556
+#, c-format
+msgid "%s as complex rather than floating due to prototype"
+msgstr "%s como complejo en lugar de coma flotante debido al prototipo"
+
+#: c-typeck.c:1559
+#, c-format
+msgid "%s as floating rather than integer due to prototype"
+msgstr "%s como coma flotante en lugar de entero debido al prototipo"
+
+#: c-typeck.c:1562
+#, c-format
+msgid "%s as floating rather than complex due to prototype"
+msgstr "%s como coma flotante en lugar de complejo debido al prototipo"
+
+#: c-typeck.c:1572
+#, c-format
+msgid "%s as `float' rather than `double' due to prototype"
+msgstr "%s como `float' en lugar de `double' debido al prototipo"
+
+#: c-typeck.c:1587
+#, c-format
+msgid "%s with different width due to prototype"
+msgstr "%s con ancho diferente debido al prototipo"
+
+#: c-typeck.c:1621
+#, c-format
+msgid "%s as unsigned due to prototype"
+msgstr "%s como unsigned debido al prototipo"
+
+#: c-typeck.c:1623
+#, c-format
+msgid "%s as signed due to prototype"
+msgstr "%s como signed debido al prototipo"
+
+#: c-typeck.c:1658 cp/typeck.c:3230
+msgid "too few arguments to function"
+msgstr "muy pocos argumentos para la función"
+
+#: c-typeck.c:2228 cp/typeck.c:3781
+msgid "unordered comparison on non-floating point argument"
+msgstr "comparación sin orden en argumento de coma no flotante"
+
+#: c-typeck.c:2702
+msgid "wrong type argument to unary plus"
+msgstr "argumento de tipo erróneo para el incremento unario"
+
+#: c-typeck.c:2713
+msgid "wrong type argument to unary minus"
+msgstr "argumento de tipo erróneo para el decremento unario"
+
+#: c-typeck.c:2729
+msgid "wrong type argument to bit-complement"
+msgstr "argumento de tipo erróneo para complemento de bits"
+
+#: c-typeck.c:2740
+msgid "wrong type argument to abs"
+msgstr "argumento de tipo erróneo para abs"
+
+#: c-typeck.c:2752
+msgid "wrong type argument to conjugation"
+msgstr "argumento de tipo erróneo para la conjugación"
+
+#: c-typeck.c:2766
+msgid "wrong type argument to unary exclamation mark"
+msgstr "argumento de tipo erróneo para el signo de exclamación unario"
+
+#: c-typeck.c:2820
+#, c-format
+msgid "wrong type argument to %s"
+msgstr "argumento de tipo erróneo para %s"
+
+#: c-typeck.c:2840
+#, c-format
+msgid "%s of pointer to unknown structure"
+msgstr "%s de apuntador a estructura desconocida"
+
+#: c-typeck.c:2905
+msgid "invalid lvalue in increment"
+msgstr "l-valor no válido en incremento"
+
+#: c-typeck.c:2906
+msgid "invalid lvalue in decrement"
+msgstr "l-valor no válido en decremento"
+
+#: c-typeck.c:2914 cp/typeck.c:4573
+msgid "increment"
+msgstr "incremento"
+
+#: c-typeck.c:2914 cp/typeck.c:4573
+msgid "decrement"
+msgstr "decremento"
+
+#: c-typeck.c:2981
+msgid "invalid lvalue in unary `&'"
+msgstr "l-valor no válido en `&' unario"
+
+#: c-typeck.c:3013
+#, c-format
+msgid "attempt to take address of bit-field structure member `%s'"
+msgstr "intento de tomar la dirección del miembro de la estructura de campos de bits `%s'"
+
+#: c-typeck.c:3121 c-typeck.c:4468 collect2.c:1318 cp/typeck.c:4775 gcc.c:4012
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: c-typeck.c:3231
+#, c-format
+msgid "cannot take address of bitfield `%s'"
+msgstr "no se puede adquirir la dirección del campo de bits `%s'"
+
+#: c-typeck.c:3258
+#, c-format
+msgid "global register variable `%s' used in nested function"
+msgstr "la variable de registro global `%s' usada en funciones anidadas"
+
+#: c-typeck.c:3269
+#, c-format
+msgid "address of global register variable `%s' requested"
+msgstr "se solicitó la dirección de la variable de registro global `%s'"
+
+#: c-typeck.c:3281
+msgid "cannot put object with volatile field into register"
+msgstr "no se puede poner objeto con campo volatile en register"
+
+#: c-typeck.c:3466
+msgid "type mismatch in conditional expression"
+msgstr "los tipos de datos no coinciden en la expresión condicional"
+
+#: c-typeck.c:3578
+msgid "cast specifies array type"
+msgstr "la conversión especifica el tipo matriz"
+
+#: c-typeck.c:3584
+msgid "cast specifies function type"
+msgstr "la conversión especifica el tipo función"
+
+#: c-typeck.c:3631
+msgid "cast to union type from type not present in union"
+msgstr "conversión a tipo union desde un tipo no presente en union"
+
+#. Now we have handled acceptable kinds of LHS that are not truly lvalues.
+#. Reject anything strange now.
+#: c-typeck.c:3851
+msgid "invalid lvalue in assignment"
+msgstr "l-valor no válido en la asignación"
+
+#. Convert new value to destination type.
+#: c-typeck.c:3860 c-typeck.c:3884 c-typeck.c:3899 cp/typeck.c:5599
+#: cp/typeck.c:5748
+msgid "assignment"
+msgstr "asignación"
+
+#: c-typeck.c:4064 c-typeck.c:4131
+#, c-format
+msgid "%s makes qualified function pointer from unqualified"
+msgstr "%s hace que la función calificada apunte desde una no calificada"
+
+#: c-typeck.c:4068 c-typeck.c:4111
+#, c-format
+msgid "%s discards qualifiers from pointer target type"
+msgstr "%s descarta calificadores del tipo del destino del apuntador"
+
+#: c-typeck.c:4103
+#, c-format
+msgid "ANSI forbids %s between function pointer and `void *'"
+msgstr "ANSI prohibe %s entre apuntadores a funciones y `void *'"
+
+#: c-typeck.c:4120
+#, c-format
+msgid "pointer targets in %s differ in signedness"
+msgstr "el apuntador que apunta a %s difiere en signo"
+
+#: c-typeck.c:4136
+#, c-format
+msgid "%s from incompatible pointer type"
+msgstr "%s de tipo de apuntador incompatible"
+
+#: c-typeck.c:4152
+#, c-format
+msgid "%s makes pointer from integer without a cast"
+msgstr "%s crea un apuntador desde un entero sin una conversión"
+
+#: c-typeck.c:4160
+#, c-format
+msgid "%s makes integer from pointer without a cast"
+msgstr "%s crea un entero desde un apuntador sin una conversión"
+
+#: c-typeck.c:4172 c-typeck.c:4175
+#, c-format
+msgid "incompatible type for argument %d of `%s'"
+msgstr "tipo incompatible para el argumento %d de `%s'"
+
+#: c-typeck.c:4179
+#, c-format
+msgid "incompatible type for argument %d of indirect function call"
+msgstr "tipo incompatible para el argumento %d de la llamada indirecta a función"
+
+#: c-typeck.c:4183
+#, c-format
+msgid "incompatible types in %s"
+msgstr "tipos incompatibles en %s"
+
+#. Function name is known; supply it.
+#: c-typeck.c:4214
+#, c-format
+msgid "passing arg %d of `%s'"
+msgstr "pasando el argumento %d de `%s'"
+
+#. Function name unknown (call through ptr); just give arg number.
+#: c-typeck.c:4224
+#, c-format
+msgid "passing arg %d of pointer to function"
+msgstr "pasando el argumento %d del apuntador a la función"
+
+#: c-typeck.c:4291
+msgid "initializer for static variable is not constant"
+msgstr "el valor inicial asignado para la variable estática no es una constante"
+
+#: c-typeck.c:4297
+msgid "initializer for static variable uses complicated arithmetic"
+msgstr "el valor inicial asignado para la variable estática usa aritmética complicada"
+
+#: c-typeck.c:4471
+#, c-format
+msgid "(near initialization for `%s')"
+msgstr "(cerca de la asignación de valores iniciales para `%s')"
+
+#: c-typeck.c:4551 cp/typeck2.c:590
+msgid "char-array initialized from wide string"
+msgstr "matriz de caracteres con valores iniciales asignados de una cadena ancha"
+
+# no ancha -> angosta? cfuga
+#: c-typeck.c:4558 cp/typeck2.c:597
+msgid "int-array initialized from non-wide string"
+msgstr "matriz de enteros con valores iniciales asignados de una cadena no ancha"
+
+#: c-typeck.c:4575
+msgid "initializer-string for array of chars is too long"
+msgstr "la cadena de valores iniciales para la matriz de caracteres es demasiado larga"
+
+#: c-typeck.c:4602
+msgid "array initialized from non-constant array expression"
+msgstr "matriz con valores iniciales asignados de una expresión matrizal que no es constante"
+
+#: c-typeck.c:4619 c-typeck.c:4621 c-typeck.c:4627 c-typeck.c:4654
+#: c-typeck.c:5840
+msgid "initializer element is not constant"
+msgstr "el elemento de valor inicial no es constante"
+
+#: c-typeck.c:4633 c-typeck.c:4660 c-typeck.c:5846
+msgid "initializer element is not computable at load time"
+msgstr "el elemento de valor inicial no es calculable al momento de la carga"
+
+#: c-typeck.c:4649
+msgid "initialization"
+msgstr "asignación de valores iniciales"
+
+#: c-typeck.c:4697 c-typeck.c:4713 cp/typeck2.c:689
+msgid "invalid initializer"
+msgstr "valor inicial no válido"
+
+#: c-typeck.c:5177
+msgid "extra brace group at end of initializer"
+msgstr "grupo extra de llaves al final de los valores iniciales"
+
+#: c-typeck.c:5189
+msgid "missing braces around initializer"
+msgstr "faltan llaves alrededor de los valores iniciales"
+
+#: c-typeck.c:5223
+msgid "braces around scalar initializer"
+msgstr "llaves alrededor del valor inicial escalar"
+
+#: c-typeck.c:5304
+msgid "missing initializer"
+msgstr "falta valor inicial"
+
+#: c-typeck.c:5317
+msgid "empty braces in initializer"
+msgstr "llaves vacías en valor inicial"
+
+#: c-typeck.c:5367
+msgid "empty scalar initializer"
+msgstr "valor inicial escalar vacío"
+
+#: c-typeck.c:5372
+msgid "extra elements in scalar initializer"
+msgstr "elementos extras en valor inicial escalar"
+
+#: c-typeck.c:5497 c-typeck.c:5499
+msgid "nonconstant array index in initializer"
+msgstr "índice de matriz no constante en valor inicial"
+
+#: c-typeck.c:5501
+msgid "array index in non-array initializer"
+msgstr "índice de matriz en valor inicial que no es de matriz"
+
+#: c-typeck.c:5503
+msgid "duplicate array index in initializer"
+msgstr "índice de matriz duplicado en valor inicial"
+
+#: c-typeck.c:5509
+msgid "empty index range in initializer"
+msgstr "rango de índices vacío en valor inicial"
+
+#: c-typeck.c:5544
+#, c-format
+msgid "unknown field `%s' specified in initializer"
+msgstr "campo `%s' desconocido especificado en valor inicial"
+
+#: c-typeck.c:5547
+#, c-format
+msgid "field `%s' already initialized"
+msgstr "el campo `%s' ya había sido asignado con valor inicial"
+
+#: c-typeck.c:5862
+msgid "duplicate initializer"
+msgstr "valor inicial duplicado"
+
+#: c-typeck.c:6186
+msgid "excess elements in char array initializer"
+msgstr "exceso de elementos en valores iniciales de matriz de caracteres"
+
+#: c-typeck.c:6193 c-typeck.c:6228
+msgid "excess elements in struct initializer"
+msgstr "exceso de elementos en valores iniciales de struct"
+
+#: c-typeck.c:6295
+msgid "excess elements in union initializer"
+msgstr "exceso de elementos en valores iniciales de union"
+
+#: c-typeck.c:6365 c-typeck.c:6376
+msgid "excess elements in array initializer"
+msgstr "exceso de elementos en valores iniciales de matriz"
+
+#: c-typeck.c:6415
+msgid "excess elements in scalar initializer"
+msgstr "exceso de elementos en valor inicial escalar"
+
+#: c-typeck.c:6449
+msgid "asm template is not a string constant"
+msgstr "la plantilla asm no es una cadena constante"
+
+#: c-typeck.c:6473
+msgid "invalid lvalue in asm statement"
+msgstr "l-valor no válido en declaración asm"
+
+#: c-typeck.c:6508
+msgid "modification by `asm'"
+msgstr "modificación por `asm'"
+
+#: c-typeck.c:6545
+msgid "return"
+msgstr "return"
+
+#: c-typeck.c:6631
+msgid "switch quantity not an integer"
+msgstr "la cantidad de switch no es un entero"
+
+#: collect2.c:455
+msgid "internal error"
+msgstr "error interno"
+
+#: collect2.c:939
+msgid "no arguments"
+msgstr "sin argumentos"
+
+#: collect2.c:1302 collect2.c:1470 collect2.c:1514
+#, c-format
+msgid "fopen %s"
+msgstr "fopen %s"
+
+#: collect2.c:1305 collect2.c:1322 collect2.c:1475 collect2.c:1517
+#, c-format
+msgid "fclose %s"
+msgstr "fclose %s"
+
+#: collect2.c:1331
+#, c-format
+msgid "collect2 version %s"
+msgstr "collect2 versión %s"
+
+#: collect2.c:1423
+#, c-format
+msgid "%d constructor(s) found\n"
+msgstr "se encuentra(n) %d constructor(es)\n"
+
+#: collect2.c:1424
+#, c-format
+msgid "%d destructor(s) found\n"
+msgstr "se encuentra(n) %d destructor(es)\n"
+
+#: collect2.c:1425
+#, c-format
+msgid "%d frame table(s) found\n"
+msgstr "se encuentra(n) %d marcos de tabla(s)\n"
+
+#: collect2.c:1579
+#, c-format
+msgid "%s terminated with signal %d [%s]%s"
+msgstr "%s terminado con la señal %d [%s]%s"
+
+#: collect2.c:1598
+#, c-format
+msgid "%s returned %d exit status"
+msgstr "%s devolvió el estado de salida %d"
+
+#: collect2.c:1626
+#, c-format
+msgid "[cannot find %s]"
+msgstr "[no se puede encontrar %s]"
+
+#: collect2.c:1641
+#, c-format
+msgid "cannot find `%s'"
+msgstr "no se puede encontrar `%s'"
+
+#: collect2.c:1652 collect2.c:1655
+#, c-format
+msgid "redirecting stdout: %s"
+msgstr "redirigiendo salida estándard: %s"
+
+#: collect2.c:1698
+#, c-format
+msgid "[Leaving %s]\n"
+msgstr "[Dejando %s]\n"
+
+#: collect2.c:1921
+#, c-format
+msgid "\nwrite_c_file - output name is %s, prefix is %s\n"
+msgstr "\nwrite_c_file - el nombre de salida es %s, el prefijo es %s\n"
+
+#: collect2.c:2139
+msgid "cannot find `nm'"
+msgstr "no se puede encontrar `nm'"
+
+#: collect2.c:2149 collect2.c:2591
+msgid "pipe"
+msgstr "pipe"
+
+#: collect2.c:2153 collect2.c:2595
+msgid "fdopen"
+msgstr "fdopen"
+
+#: collect2.c:2179 collect2.c:2621
+#, c-format
+msgid "dup2 %d 1"
+msgstr "dup2 %d 1"
+
+#: collect2.c:2182 collect2.c:2185 collect2.c:2198 collect2.c:2624
+#: collect2.c:2627 collect2.c:2640
+#, c-format
+msgid "close %d"
+msgstr "close %d"
+
+#: collect2.c:2188
+#, c-format
+msgid "execvp %s"
+msgstr "execvp %s"
+
+#: collect2.c:2242
+#, c-format
+msgid "init function found in object %s"
+msgstr "se encontró la función init en el objeto %s"
+
+#: collect2.c:2250
+#, c-format
+msgid "fini function found in object %s"
+msgstr "se encontró la función fini en el objeto %s"
+
+#: collect2.c:2273 collect2.c:2679
+msgid "fclose"
+msgstr "fclose"
+
+#: collect2.c:2318
+#, c-format
+msgid "unable to open file '%s'"
+msgstr "no se puede abrir el archivo '%s'"
+
+#: collect2.c:2320
+#, c-format
+msgid "unable to stat file '%s'"
+msgstr "no se puede evaluar el archivo '%s'"
+
+#: collect2.c:2326
+#, c-format
+msgid "unable to mmap file '%s'"
+msgstr "no se puede hacer mmap al archivo '%s'"
+
+#: collect2.c:2479
+msgid "not found\n"
+msgstr "no se encuentra\n"
+
+#: collect2.c:2481 collect2.c:2658
+#, c-format
+msgid "dynamic dependency %s not found"
+msgstr "no se encuentra la dependencia dinámica %s"
+
+#: collect2.c:2501
+#, c-format
+msgid "bad magic number in file '%s'"
+msgstr "número mágico erróneo en el archivo '%s'"
+
+#: collect2.c:2523
+msgid "dynamic dependencies.\n"
+msgstr "dependencias dinámicas.\n"
+
+#: collect2.c:2582
+msgid "cannot find `ldd'"
+msgstr "no se encuentra `ldd'"
+
+#: collect2.c:2630
+#, c-format
+msgid "execv %s"
+msgstr "execv %s"
+
+#: collect2.c:2643
+msgid "\nldd output with constructors/destructors.\n"
+msgstr "\nsalida de ldd con constructores/destructores.\n"
+
+#: collect2.c:2670
+#, c-format
+msgid "unable to open dynamic dependency '%s'"
+msgstr "no se puede abrir la dependencia dinámica '%s'"
+
+#: collect2.c:2776
+#, c-format
+msgid "%s: not a COFF file"
+msgstr "%s: no es un archivo COFF"
+
+#: collect2.c:2943
+#, c-format
+msgid "%s: cannot open as COFF file"
+msgstr "%s: no se puede abrir como un archivo COFF"
+
+#: collect2.c:3018
+#, c-format
+msgid "Library lib%s not found"
+msgstr "No se encuentra la biblioteca lib%s"
+
+#: collect2.c:3142
+#, c-format
+msgid "open %s"
+msgstr "abrir %s"
+
+#: collect2.c:3165
+msgid "incompatibilities between object file & expected values"
+msgstr "incompatibilidades entre el archivo objeto y los valores esperados"
+
+#: collect2.c:3238
+#, c-format
+msgid "\nProcessing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
+msgstr "\nProcesando la tabla de símbolos #%d, desfase = 0x%.8lx, tipo = %s\n"
+
+#: collect2.c:3247
+msgid "string section missing"
+msgstr "falta la sección de cadenas"
+
+#: collect2.c:3250
+msgid "section pointer missing"
+msgstr "falta la sección de apuntadores"
+
+#: collect2.c:3298
+msgid "no symbol table found"
+msgstr "no se encuentra la tabla de símbolos"
+
+#: collect2.c:3311
+msgid "no cmd_strings found"
+msgstr "no se encuentran cmd_strings"
+
+#: collect2.c:3323
+msgid "\nUpdating header and load commands.\n\n"
+msgstr "\nActualizando las órdenes de encabezado y carga.\n\n"
+
+#: collect2.c:3330
+#, c-format
+msgid "load command map, %d cmds, new size %ld.\n"
+msgstr "cargar mapa de órdenes, %d órdenes, nuevo tamaño %ld.\n"
+
+#: collect2.c:3361
+msgid "writing load commands.\n\n"
+msgstr "escribiendo órdenes de carga.\n\n"
+
+#: collect2.c:3381
+#, c-format
+msgid "close %s"
+msgstr "cerrar %s"
+
+#: collect2.c:3455
+msgid "could not convert 0x%l.8x into a region"
+msgstr "no se puede convertir 0x%l.8x en una región"
+
+#: collect2.c:3459
+#, c-format
+msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
+msgstr "función %s, región %d, desfase = %ld (0x%.8lx)\n"
+
+#: collect2.c:3586
+msgid "bad magic number"
+msgstr "número mágico erróneo"
+
+#: collect2.c:3587
+msgid "bad header version"
+msgstr "versión de encabezado errónea"
+
+#: collect2.c:3588
+msgid "bad raw header version"
+msgstr "versión de encabezado textual errónea"
+
+#: collect2.c:3589
+msgid "raw header buffer too small"
+msgstr "almacenamiento temporal de encabezado textual demasiado pequeño"
+
+#: collect2.c:3590
+msgid "old raw header file"
+msgstr "archivo de encabezado textual antiguo"
+
+#: collect2.c:3591
+msgid "unsupported version"
+msgstr "versión sin soporte"
+
+#: collect2.c:3593
+#, c-format
+msgid "unknown {de,en}code_mach_o_hdr return value %d"
+msgstr "valor de regreso {de,en}code_mach_o_hdr %d desconocido"
+
+#: collect2.c:3613
+#, c-format
+msgid "fstat %s"
+msgstr "fstat %s"
+
+#: collect2.c:3650 collect2.c:3698
+#, c-format
+msgid "lseek %s 0"
+msgstr "lseek %s 0"
+
+#: collect2.c:3654
+#, c-format
+msgid "read %s"
+msgstr "read %s"
+
+#: collect2.c:3657
+#, c-format
+msgid "read %ld bytes, expected %ld, from %s"
+msgstr "%ld bytes leídos, se esperaban %ld, de %s"
+
+#: collect2.c:3678
+#, c-format
+msgid "msync %s"
+msgstr "msync %s"
+
+#: collect2.c:3685
+#, c-format
+msgid "munmap %s"
+msgstr "munmap %s"
+
+#: collect2.c:3702
+#, c-format
+msgid "write %s"
+msgstr "write %s"
+
+#: collect2.c:3705
+#, c-format
+msgid "wrote %ld bytes, expected %ld, to %s"
+msgstr "%ld bytes escritos, se esperaban %ld, a %s"
+
+#: combine.c:12603
+#, c-format
+msgid ""
+";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
+";; %d successes.\n"
+"\n"
+msgstr ""
+";; Estadísticas del combinador: %d intentos, %d sustituciones (%d requirieron espacio nuevo),\n"
+";; %d éxitos.\n"
+"\n"
+
+#: combine.c:12613
+#, c-format
+msgid ""
+"\n"
+";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
+";; %d successes.\n"
+msgstr ""
+"\n"
+";; Totales del combinador: %d intentos, %d sustituciones (%d requirieron espacio nuevo),\n"
+";; %d éxitos.\n"
+
+#: config/a29k/a29k.c:1007
+#, ycp-format
+msgid "invalid %%Q value"
+msgstr "valor %%Q no válido"
+
+#: config/a29k/a29k.c:1013 config/alpha/alpha.c:3646
+#, ycp-format
+msgid "invalid %%C value"
+msgstr "valor %%C no válido"
+
+#: config/a29k/a29k.c:1019 config/alpha/alpha.c:3510
+#: config/rs6000/rs6000.c:3605
+#, ycp-format
+msgid "invalid %%N value"
+msgstr "valor %%N no válido"
+
+#: config/a29k/a29k.c:1025 config/alpha/alpha.c:3581
+#: config/rs6000/rs6000.c:3567
+#, ycp-format
+msgid "invalid %%M value"
+msgstr "valor %%M no válido"
+
+#: config/a29k/a29k.c:1031 config/alpha/alpha.c:3573
+#: config/rs6000/rs6000.c:3532
+#, ycp-format
+msgid "invalid %%m value"
+msgstr "valor %%m no válido"
+
+#: config/a29k/a29k.c:1131 config/alpha/alpha.c:3534 config/romp/romp.c:683
+#, ycp-format
+msgid "invalid %%L value"
+msgstr "valor %%L no válido"
+
+#: config/a29k/a29k.c:1136 config/rs6000/rs6000.c:3613
+#, ycp-format
+msgid "invalid %%O value"
+msgstr "valor %%O no válido"
+
+#: config/a29k/a29k.c:1142 config/alpha/alpha.c:3518
+#: config/rs6000/rs6000.c:3632
+#, ycp-format
+msgid "invalid %%P value"
+msgstr "valor %%P no válido"
+
+#: config/a29k/a29k.c:1152
+#, ycp-format
+msgid "invalid %%V value"
+msgstr "valor %%V no válido"
+
+#: config/alpha/alpha.c:174
+#, c-format
+msgid "bad value `%s' for -mtrap-precision switch"
+msgstr "valor erróneo `%s' para el interruptor -mtrap-precision"
+
+#: config/alpha/alpha.c:188
+#, c-format
+msgid "bad value `%s' for -mfp-rounding-mode switch"
+msgstr "valor erróneo `%s' para el interruptor -mfp-rounding-mode"
+
+#: config/alpha/alpha.c:203
+#, c-format
+msgid "bad value `%s' for -mfp-trap-mode switch"
+msgstr "valor erróneo `%s' para el interruptor -mfp-trap-mode"
+
+#: config/alpha/alpha.c:254
+#, c-format
+msgid "bad value `%s' for -mcpu switch"
+msgstr "valor erróneo `%s' para el interruptor -mcpu"
+
+#: config/alpha/alpha.c:3492
+#, ycp-format
+msgid "invalid %%r value"
+msgstr "valor %%r no válido"
+
+#: config/alpha/alpha.c:3503 config/rs6000/rs6000.c:3677
+#, ycp-format
+msgid "invalid %%R value"
+msgstr "valor %%R no válido"
+
+#: config/alpha/alpha.c:3526 config/romp/romp.c:725 config/romp/romp.c:732
+#, ycp-format
+msgid "invalid %%h value"
+msgstr "valor %%h no válido"
+
+#: config/alpha/alpha.c:3616
+#, ycp-format
+msgid "invalid %%U value"
+msgstr "valor %%U no válido"
+
+#: config/alpha/alpha.c:3624 config/alpha/alpha.c:3635 config/romp/romp.c:691
+#: config/rs6000/rs6000.c:3685
+#, ycp-format
+msgid "invalid %%s value"
+msgstr "valor %%s no válido"
+
+#: config/alpha/alpha.c:3683 config/rs6000/rs6000.c:3396
+#, ycp-format
+msgid "invalid %%E value"
+msgstr "valor %%E no válido"
+
+#: config/alpha/alpha.c:3704 config/romp/romp.c:966
+#: config/rs6000/rs6000.c:3937
+#, ycp-format
+msgid "invalid %%xn code"
+msgstr "código %%xn no válido"
+
+#: config/arc/arc.c:109
+#, c-format
+msgid "bad value (%s) for -mcpu switch"
+msgstr "valor erróneo (%s) para el interruptor -mcpu"
+
+#: config/arc/arc.c:1667 config/m32r/m32r.c:2218
+msgid "invalid operand to %R code"
+msgstr "operando no válido para el código %R"
+
+#: config/arc/arc.c:1699 config/m32r/m32r.c:2241
+msgid "invalid operand to %H/%L code"
+msgstr "operando no válido para el código %H%L"
+
+#: config/arc/arc.c:1723 config/m32r/m32r.c:2318
+msgid "invalid operand to %U code"
+msgstr "operando no válido para el código %U"
+
+#: config/arc/arc.c:1734
+msgid "invalid operand to %V code"
+msgstr "operando no válido para el código %V"
+
+#. Unknown flag.
+#: config/arc/arc.c:1741 config/m32r/m32r.c:2357 config/sparc/sparc.c:5849
+msgid "invalid operand output code"
+msgstr "operando no válido para el código de salida"
+
+#: config/arm/arm.c:349 config/rs6000/rs6000.c:315 config/sparc/sparc.c:332
+#, c-format
+msgid "bad value (%s) for %s switch"
+msgstr "valor erróneo (%s) para el interruptor %s"
+
+#: config/arm/arm.c:541
+msgid "-fpic and -mapcs-reent are incompatible"
+msgstr "-fpic y -mapcs-reent son incompatibles"
+
+#: config/arm/arm.c:587
+#, c-format
+msgid "Invalid floating point emulation option: -mfpe-%s"
+msgstr "Opción de emulación de coma flotante no válida: -mfpe-%s"
+
+#: config/arm/arm.c:628
+#, c-format
+msgid "Unable to use '%s' for PIC register"
+msgstr "No se puede usar '%s' para registro PIC"
+
+#. Oh dear! We have no low registers into which we can pop
+#. high registers!
+#: config/arm/arm.c:8704
+msgid "No low registers available for popping high registers"
+msgstr "No hay registros inferiores disponibles para almacenar registros superiores"
+
+#: config/arm/arm.c:9266
+msgid "thumb_load_double_from_address: destination is not a register"
+msgstr "thumb_load_double_from_address: el destino no es un registro"
+
+#: config/arm/arm.c:9271
+msgid "thumb_load_double_from_address: source is not a computed memory address"
+msgstr "thumb_load_double_from_address: la fuente no es una dirección de memoria calculada"
+
+#: config/arm/arm.c:9315
+msgid "thumb_load_double_from_address: base is not a register"
+msgstr "thumb_load_double_from_address: la base no es un registro"
+
+#: config/arm/arm.c:9373
+msgid "thumb_load_double_from_address: Unhandled address calculation"
+msgstr "thumb_load_double_from_address: Cálculo de dirección sin manejar"
+
+#: config/dsp16xx/dsp16xx.c:271
+#, c-format
+msgid "Invalid register class letter %c"
+msgstr "Letra de clase de registro %c no válida"
+
+#: config/dsp16xx/dsp16xx.c:374
+msgid "ACCUM_HIGH_REGS class in limit_reload_class"
+msgstr "clase ACCUM_HIGH_REGS en limit_reload_class"
+
+#: config/dsp16xx/dsp16xx.c:401
+msgid "YH_OR_ACCUM_HIGH_REGS found in limit_reload_class"
+msgstr "se encontró YH_OR_ACCUM_HIGH_REGS en limit_reload_class"
+
+#. Register 'yl' is invalid for QImode, so we should never
+#. see it.
+#: config/dsp16xx/dsp16xx.c:410
+msgid "YL found in limit_reload_class"
+msgstr "se encontró YL en limit_reload_class"
+
+#: config/dsp16xx/dsp16xx.c:1228 config/dsp16xx/dsp16xx.c:1255
+msgid "Stack size > 32k"
+msgstr "Tamaño de la pila > 32k"
+
+#: config/dsp16xx/dsp16xx.c:1485
+msgid "Invalid addressing mode"
+msgstr "Modo de direccionamiento no válido"
+
+#: config/dsp16xx/dsp16xx.c:1671
+msgid "Bad register extension code"
+msgstr "Código de extensión de registro no válido"
+
+#: config/dsp16xx/dsp16xx.c:1729
+msgid "Invalid offset in ybase addressing"
+msgstr "Desfase no válido en direccionamiento de ybase"
+
+#: config/dsp16xx/dsp16xx.c:1732
+msgid "Invalid register in ybase addressing"
+msgstr "Registro no válido en direccionamiento de ybase"
+
+#: config/dsp16xx/dsp16xx.c:1761 config/dsp16xx/dsp16xx.c:1999
+msgid "inline float constants not supported on this host"
+msgstr "no se da soporte a constantes inline float en este `host'"
+
+#: config/dsp16xx/dsp16xx.c:1905
+msgid "Invalid shift operator in emit_1600_core_shift"
+msgstr "Operador de corrimiento no válido en emit_1600_core_shift"
+
+#: config/dsp16xx/dsp16xx.c:2184
+msgid "Invalid mode for gen_tst_reg"
+msgstr "Modo no válido para gen_tst_reg"
+
+#: config/dsp16xx/dsp16xx.c:2265
+msgid "Invalid mode for integer comparison in gen_compare_reg"
+msgstr "Modo no válido para comparación entera en gen_compare_reg"
+
+#: config/dsp16xx/dsp16xx.c:2293
+msgid "Invalid register for compare"
+msgstr "Registro no válido para comparar"
+
+#. Output assembler code to FILE to increment profiler label # LABELNO
+#. for profiling a function entry.
+#: config/dsp16xx/dsp16xx.h:1187 config/dsp16xx/dsp16xx.h:1191
+#: config/dsp16xx/dsp16xx.h:1195 config/dsp16xx/dsp16xx.h:1838
+#: config/dsp16xx/dsp16xx.h:1842
+msgid "Profiling not implemented yet."
+msgstr "No se ha implementado el análisis de perfil aún."
+
+#. Emit RTL insns to initialize the variable parts of a trampoline.
+#. FNADDR is an RTX for the address of the function's pure code.
+#. CXT is an RTX for the static chain value for the function.
+#: config/dsp16xx/dsp16xx.h:1205 config/dsp16xx/dsp16xx.h:1217
+msgid "Trampolines not yet implemented"
+msgstr "No se han implementado aún trampolines"
+
+#: config/i386/dgux.c:185
+#, c-format
+msgid "Internal gcc abort from %s:%d"
+msgstr "Aborto interno de gcc de %s:%d"
+
+#: config/i386/dgux.c:189
+msgid "The local variable `insn' has the value:"
+msgstr "La variable local `insn' tiene el valor:"
+
+#: config/i386/i386.c:504
+#, c-format
+msgid "bad value (%s) for -march= switch"
+msgstr "valor erróneo (%s) para el interruptor -march="
+
+#: config/i386/i386.c:517 config/mips/mips.c:4864
+#, c-format
+msgid "bad value (%s) for -mcpu= switch"
+msgstr "valor erróneo (%s) para el interruptor -mcpu="
+
+#: config/i386/i386.c:546
+#, c-format
+msgid "Register '%c' is unknown"
+msgstr "El registro '%c' es desconocido"
+
+#: config/i386/i386.c:550
+#, c-format
+msgid "Register '%c' already specified in allocation order"
+msgstr "El registro '%c' ya fue especificado en el orden de alojamiento"
+
+#: config/i386/i386.c:561
+#, c-format
+msgid "-mregparm=%d is not between 0 and %d"
+msgstr "-mregparm=%d no está entre 0 y %d"
+
+#: config/i386/i386.c:571
+#, c-format
+msgid "-malign-loops=%d is not between 0 and %d"
+msgstr "-malign-loops=%d no está entre 0 y %d"
+
+#: config/i386/i386.c:581
+#, c-format
+msgid "-malign-jumps=%d is not between 0 and %d"
+msgstr "-malign-jumps=%d no está entre 0 y %d"
+
+#: config/i386/i386.c:591
+#, c-format
+msgid "-malign-functions=%d is not between 0 and %d"
+msgstr "-malign-functions=%d no está entre 0 y %d"
+
+#: config/i386/i386.c:602
+#, c-format
+msgid "-mpreferred-stack-boundary=%d is not between 2 and 31"
+msgstr "-mpreferred-stack-boundary=%d no está entre 2 y 31"
+
+#: config/i386/i386.c:612
+#, c-format
+msgid "-mbranch-cost=%d is not between 0 and 5"
+msgstr "-mbranch-cost=%d no está entre 0 y 5"
+
+#. We can't handle floating point constants;
+#. PRINT_OPERAND must handle them.
+#: config/i386/i386.c:2890 config/pdp11/pdp11.c:1478 final.c:3686
+msgid "floating constant misused"
+msgstr "constante de coma flotante mal usada"
+
+#: config/i386/i386.c:2935
+msgid "invalid UNSPEC as operand"
+msgstr "UNSPEC no válido como operando"
+
+#: config/i386/i386.c:2941 config/pdp11/pdp11.c:1525 final.c:3733
+msgid "invalid expression as operand"
+msgstr "expresión no válida como operando"
+
+#: config/i386/i386.h:45 config/mips/mips.h:176
+msgid "half-pic init called on systems that don't support it."
+msgstr "se llamó a half-pic init en sistemas que no le dan soporte."
+
+#: config/i386/i386.h:222 config/i386/i386.h:224 config/i386/i386.h:226
+msgid "Use hardware fp"
+msgstr "Usar fp de hardware"
+
+#: config/i386/i386.h:223 config/i386/i386.h:225
+msgid "Do not use hardware fp"
+msgstr "No usar fp de hardware"
+
+#: config/i386/i386.h:227
+msgid "Same as -mcpu=i386"
+msgstr "Igual que -mcpu=i386"
+
+#: config/i386/i386.h:228
+msgid "Same as -mcpu=i486"
+msgstr "Igual que -mcpu=i486"
+
+#: config/i386/i386.h:229
+msgid "Same as -mcpu=pentium"
+msgstr "Igual que -mcpu=pentium"
+
+#: config/i386/i386.h:230
+msgid "Same as -mcpu=pentiumpro"
+msgstr "Igual que -mcpu=pentiumpro"
+
+#: config/i386/i386.h:231
+msgid "Alternate calling convention"
+msgstr "Convención de llamada alternativa"
+
+#: config/i386/i386.h:232
+msgid "Use normal calling convention"
+msgstr "Usar convención de llamada normal"
+
+#: config/i386/i386.h:234
+msgid "Align some doubles on dword boundary"
+msgstr "Alinear algunos doubles en límites de dword"
+
+#: config/i386/i386.h:236
+msgid "Align doubles on word boundary"
+msgstr "Alinear doubles en límites de word"
+
+#: config/i386/i386.h:238
+msgid "Uninitialized locals in .bss"
+msgstr "Locales sin valores iniciales en .bss"
+
+#: config/i386/i386.h:240
+msgid "Uninitialized locals in .data"
+msgstr "Locales sin valores iniciales en .data"
+
+#: config/i386/i386.h:242
+msgid "Use IEEE math for fp comparisons"
+msgstr "Usar matemática IEEE para comparaciones fp"
+
+#: config/i386/i386.h:244
+msgid "Do not use IEEE math for fp comparisons"
+msgstr "No usar matemática IEEE para comparaciones fp"
+
+#: config/i386/i386.h:246
+msgid "Return values of functions in FPU registers"
+msgstr "Devolver valores de funciones en registros FPU"
+
+#: config/i386/i386.h:248
+msgid "Do not return values of functions in FPU registers"
+msgstr "No devolver valores de funciones en registros FPU"
+
+#: config/i386/i386.h:250
+msgid "Do not generate sin, cos, sqrt for FPU"
+msgstr "No generar sin, cos, sqrt para FPU"
+
+#: config/i386/i386.h:252
+msgid "Generate sin, cos, sqrt for FPU"
+msgstr "Generar sin, cos, sqrt para FPU"
+
+#: config/i386/i386.h:254
+msgid "Omit the frame pointer in leaf functions"
+msgstr "Omitir el marco de referencia para las funciones hojas"
+
+#. undocumented
+#. undocumented
+#. undocumented
+#. undocumented
+#: config/i386/i386.h:260
+msgid "Enable stack probing"
+msgstr "Habilitar la prueba de la pila"
+
+#. undocumented
+#. undocumented
+#: config/i386/i386.h:265
+msgid "Emit Intel syntax assembler opcodes"
+msgstr "Emitir códigos de operación ensamblador con sintaxis Intel"
+
+#: config/i386/i386.h:268
+msgid "Align destination of the string operations"
+msgstr "Alinear destino de las operaciones de cadenas"
+
+#: config/i386/i386.h:270
+msgid "Do not align destination of the string operations"
+msgstr "No alinear destino de las operaciones de cadenas"
+
+#: config/i386/i386.h:272
+msgid "Inline all known string operations"
+msgstr "Convertir a inline todas las operaciones de cadenas conocidas"
+
+#: config/i386/i386.h:274
+msgid "Do not inline all known string operations"
+msgstr "No convertir a inline todas las operaciones de cadenas conocidas"
+
+#: config/i386/i386.h:276 config/i386/i386.h:280
+msgid "Use push instructions to save outgoing arguments"
+msgstr "Usar instrucciones push para guardar los argumentos de salida"
+
+#: config/i386/i386.h:278 config/i386/i386.h:282
+msgid "Do not use push instructions to save outgoing arguments"
+msgstr "No usar instrucciones push para guardar los argumentos de salida"
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of
+#. command options that have values. Its definition is an
+#. initializer with a subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the
+#. fixed part of the option name, and the address of a variable. The
+#. variable, type `char *', is set to the variable part of the given
+#. option if the fixed part matches. The actual option name is made
+#. by appending `-m' to the specified name.
+#: config/i386/i386.h:315
+msgid "Schedule code for given CPU"
+msgstr "Código de calendarizador para el CPU dado"
+
+#: config/i386/i386.h:317
+msgid "Generate code for given CPU"
+msgstr "Generar código para el CPU dado"
+
+#: config/i386/i386.h:319
+msgid "Control allocation order of integer registers"
+msgstr "Control del orden de alojamiento de registros enteros"
+
+#: config/i386/i386.h:321
+msgid "Number of registers used to pass integer arguments"
+msgstr "Número de registros usados para pasar argumentos enteros"
+
+#: config/i386/i386.h:323
+msgid "Loop code aligned to this power of 2"
+msgstr "El código de ciclo es alineado a esta potencia de 2"
+
+#: config/i386/i386.h:325
+msgid "Jump targets are aligned to this power of 2"
+msgstr "Los objetivos de salto son alineados a esta potencia de 2"
+
+#: config/i386/i386.h:327
+msgid "Function starts are aligned to this power of 2"
+msgstr "Los inicios de las funciones son alineados a esta potencia de 2"
+
+#: config/i386/i386.h:330
+msgid "Attempt to keep stack aligned to this power of 2"
+msgstr "Se trata de mantenter la pila alineada a esta potencia de 2"
+
+#: config/i386/i386.h:332
+msgid "Branches are this expensive (1-5, arbitrary units)"
+msgstr "Las ramificaciones son así de caras (1-5, unidades arbitrarias)"
+
+#: config/i386/winnt.c:300
+#, c-format
+msgid "`%s' declared as both exported to and imported from a DLL."
+msgstr "`%s' es declarado como exportado a e importado de una DLL al mismo tiempo."
+
+#: config/m32r/m32r.c:84
+#, c-format
+msgid "bad value (%s) for -mmodel switch"
+msgstr "valor erróneo (%s) para el interruptor -mmodel"
+
+#: config/m32r/m32r.c:93
+#, c-format
+msgid "bad value (%s) for -msdata switch"
+msgstr "valor erróneo (%s) para el interruptor -msdata"
+
+#: config/m32r/m32r.c:2188
+#, c-format
+msgid "invalid operand to %s code"
+msgstr "operando no válido para el código %s"
+
+#: config/m32r/m32r.c:2195
+#, c-format
+msgid "invalid operand to %p code"
+msgstr "operador no válido para el código %p"
+
+#: config/m32r/m32r.c:2303
+msgid "invalid operand to %T/%B code"
+msgstr "operador no válido para el código %T/%B"
+
+#: config/m32r/m32r.c:2326
+msgid "invalid operand to %N code"
+msgstr "operando no válido para el código %N"
+
+#: config/m68k/m68k.c:101
+#, c-format
+msgid "-malign-loops=%d is not between 1 and %d"
+msgstr "-malign-loops=%d no está entre 1 y %d"
+
+#: config/m68k/m68k.c:112
+#, c-format
+msgid "-malign-jumps=%d is not between 1 and %d"
+msgstr "-malign-jumps=%d no está entre 1 y %d"
+
+#: config/m68k/m68k.c:123
+#, c-format
+msgid "-malign-functions=%d is not between 1 and %d"
+msgstr "-malign-functions=%d no está entre 1 y %d"
+
+#. Sometimes certain combinations of command options do not make
+#. sense on a particular target machine. You can define a macro
+#. `OVERRIDE_OPTIONS' to take account of this. This macro, if
+#. defined, is executed once just after all the command options have
+#. been parsed.
+#.
+#. Don't use this macro to turn on various extra optimizations for
+#. `-O'. That is what `OPTIMIZATION_OPTIONS' is for.
+#: config/m68k/m68k.h:237 config/m68k/m68kv4.h:312
+msgid "-fPIC is not currently supported on the 68000 or 68010\n"
+msgstr "-fPIC actualmente no tiene soporte en el 68000 o 68010\n"
+
+#: config/m88k/m88k.c:2864
+msgid "%R not followed by %B/C/D/E"
+msgstr "%R no es seguido por %B/C/D/E"
+
+#: config/m88k/m88k.c:2932
+#, c-format
+msgid "invalid %x/X value"
+msgstr "valor %x/X no válido"
+
+#: config/m88k/m88k.c:2937
+msgid "invalid %H value"
+msgstr "valor %H no válido"
+
+#: config/m88k/m88k.c:2943
+msgid "invalid %h value"
+msgstr "valor %h no válido"
+
+#: config/m88k/m88k.c:2949
+msgid "invalid %Q value"
+msgstr "valor %Q no válido"
+
+#: config/m88k/m88k.c:2955
+msgid "invalid %q value"
+msgstr "valor %q no válido"
+
+#: config/m88k/m88k.c:2961
+#, c-format
+msgid "invalid %o value"
+msgstr "valor %o no válido"
+
+#: config/m88k/m88k.c:2968
+#, c-format
+msgid "invalid %p value"
+msgstr "valor %p no válido"
+
+#: config/m88k/m88k.c:2981 config/m88k/m88k.c:2986
+#, c-format
+msgid "invalid %s/S value"
+msgstr "valor %s/S no válido"
+
+#: config/m88k/m88k.c:2997
+msgid "invalid %P operand"
+msgstr "operando %P no válido"
+
+#: config/m88k/m88k.c:3028
+msgid "invalid %B value"
+msgstr "valor %B no válido"
+
+#: config/m88k/m88k.c:3045
+msgid "invalid %C value"
+msgstr "valor %C no válido"
+
+#: config/m88k/m88k.c:3058
+msgid "invalid %D value"
+msgstr "valor %D no válido"
+
+#: config/m88k/m88k.c:3066
+#, c-format
+msgid "invalid %E value"
+msgstr "valor %E no válido"
+
+#: config/m88k/m88k.c:3071
+#, c-format
+msgid "`%d' operand isn't a register"
+msgstr "el operando `%d' no es un registro"
+
+#: config/m88k/m88k.c:3082
+msgid "invalid %r value"
+msgstr "valor %r no válido"
+
+#: config/m88k/m88k.c:3089
+msgid "operand is r0"
+msgstr "el operando es r0"
+
+#: config/m88k/m88k.c:3103
+msgid "operand is const_double"
+msgstr "el operando es const_double"
+
+#: config/m88k/m88k.c:3122
+msgid "invalid code"
+msgstr "código no válido"
+
+#. Do any checking or such that is needed after processing the -m switches.
+#: config/m88k/m88k.h:277
+msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
+msgstr "-mtrap-large-shift y -mhandle-large-shift son incompatibles"
+
+#: config/m88k/m88k.h:299
+#, c-format
+msgid "Invalid option `-mshort-data-%s'"
+msgstr "Opción no válida `-mshort-data-%s'"
+
+#: config/m88k/m88k.h:304
+#, c-format
+msgid "-mshort-data-%s is too large "
+msgstr "-mshort-data-%s es demasiado grande "
+
+#: config/m88k/m88k.h:306
+#, c-format
+msgid "-mshort-data-%s and PIC are incompatible"
+msgstr "-mshort-data-%s y PIC son incompatibles"
+
+#: config/mips/mips.c:4665
+#, c-format
+msgid "-mips%d not supported"
+msgstr "-mips%d no tiene soporte"
+
+#: config/mips/mips.c:4672
+#, c-format
+msgid "bad value (%s) for -mips switch"
+msgstr "valor erróneo (%s) para el interruptor -mips"
+
+#: config/mips/mips.c:4691
+#, c-format
+msgid "bad value (%s) for -mabi= switch"
+msgstr "valor erróneo (%s) para el interruptor -mabi="
+
+#: config/mips/mips.c:4721
+#, c-format
+msgid "-mabi=%s does not support -mips%d"
+msgstr "-mabi=%s no tiene soporte para -mips%d"
+
+#: config/mips/mips.c:4738
+msgid "The -mabi=32 support does not work yet."
+msgstr "El soporte para -mabi=32 aún no funciona."
+
+#: config/mips/mips.c:4742
+msgid "This target does not support the -mabi switch."
+msgstr "Este objetivo no tiene soporte para el interruptor -mabi."
+
+#: config/mips/mips.c:4877
+#, c-format
+msgid "-mcpu=%s does not support -mips%d"
+msgstr "-mcpu=%s no tiene soporte para -mips%d"
+
+#: config/mips/mips.c:4883
+#, c-format
+msgid "-mips%d does not support 64 bit fp registers"
+msgstr "-mips%d not tiene soporte para registros fp de 64 bit"
+
+#: config/mips/mips.c:4886
+#, c-format
+msgid "-mips%d does not support 64 bit gp registers"
+msgstr "-mips%d no tiene soporte para registros gp de 64 bit"
+
+#: config/mips/mips.c:4976
+#, c-format
+msgid "Invalid option `entry%s'"
+msgstr "Opción no válida `entry%s'"
+
+#: config/mips/mips.c:5312
+#, ycp-format
+msgid "internal error: %%) found without a %%( in assembler pattern"
+msgstr "error interno: se encontró %%) sin un %%( en el patrón del ensamblador"
+
+#: config/mips/mips.c:5326
+#, ycp-format
+msgid "internal error: %%] found without a %%[ in assembler pattern"
+msgstr "error interno: se encontró %%] sin un %%[ en el patrón del ensamblador"
+
+#: config/mips/mips.c:5339
+#, ycp-format
+msgid "internal error: %%> found without a %%< in assembler pattern"
+msgstr "error interno: se encontró %%> sin un %%< en el patrón del ensamblador"
+
+#: config/mips/mips.c:5352
+#, ycp-format
+msgid "internal error: %%} found without a %%{ in assembler pattern"
+msgstr "error interno: se encontró %%} sin un %%{ en el patrón del ensamblador"
+
+#: config/mips/mips.c:5366
+#, c-format
+msgid "PRINT_OPERAND: Unknown punctuation '%c'"
+msgstr "PRINT_OPERAND: Puntuación desconocida '%c'"
+
+#: config/mips/mips.c:5375
+msgid "PRINT_OPERAND null pointer"
+msgstr "PRINT_OPERAND apuntador nulo"
+
+#: config/mips/mips.c:5503
+#, c-format
+msgid "PRINT_OPERAND: letter %c was found & insn was not CONST_INT"
+msgstr "PRINT_OPERAND: se encontró la letra %c y insn no era CONST_INT"
+
+#: config/mips/mips.c:5547
+msgid "PRINT_OPERAND_ADDRESS, null pointer"
+msgstr "PRINT_OPERAND_ADDRESS, apuntador nulo"
+
+#: config/mips/mips.c:6365
+#, c-format
+msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
+msgstr "gp_offset (%ld) o end_offset (%ld) es menor a cero."
+
+#: config/mips/mips.c:6582
+#, c-format
+msgid "fp_offset (%ld) or end_offset (%ld) is less than zero."
+msgstr "fp_offset (%ld) o end_offset (%ld) es menor a cero."
+
+#: config/mips/mips.c:8620
+#, c-format
+msgid "can not handle inconsistent calls to `%s'"
+msgstr "no se pueden manejar llamadas inconsistentes a `%s'"
+
+#: config/romp/romp.c:675
+#, ycp-format
+msgid "invalid %%B value"
+msgstr "valor %%B no válido"
+
+#: config/romp/romp.c:702 config/rs6000/rs6000.c:3695
+#, ycp-format
+msgid "invalid %%S value"
+msgstr "valor %%S no válido"
+
+#: config/romp/romp.c:711 config/romp/romp.c:718 config/rs6000/rs6000.c:3323
+#, ycp-format
+msgid "invalid %%b value"
+msgstr "valor %%b no válido"
+
+#: config/romp/romp.c:739 config/romp/romp.c:746
+#, ycp-format
+msgid "invalid %%H value"
+msgstr "valor %%H no válido"
+
+#: config/romp/romp.c:758 config/romp/romp.c:769
+#, ycp-format
+msgid "invalid %%z value"
+msgstr "valor %%z no válido"
+
+#: config/romp/romp.c:777 config/romp/romp.c:785
+#, ycp-format
+msgid "invalid %%Z value"
+msgstr "valor %%Z no válido"
+
+#: config/romp/romp.c:792 config/romp/romp.c:801 config/romp/romp.c:808
+#: config/rs6000/rs6000.c:3478
+#, ycp-format
+msgid "invalid %%k value"
+msgstr "valor %%k no válido"
+
+#: config/romp/romp.c:893 config/romp/romp.c:936
+#, ycp-format
+msgid "invalid %%j value"
+msgstr "valor %%j no válido"
+
+#. Perform any needed actions needed for a function that is receiving a
+#. variable number of arguments.
+#.
+#. CUM is as above.
+#.
+#. MODE and TYPE are the mode and type of the current parameter.
+#.
+#. PRETEND_SIZE is a variable that should be set to the amount of stack
+#. that must be pushed by the prolog to pretend that our caller pushed
+#. it.
+#.
+#. Normally, this macro will push all remaining incoming registers on the
+#. stack and set PRETEND_SIZE to the length of the registers pushed.
+#: config/romp/romp.h:660
+msgid "can't have varargs with -mfp-arg-in-fp-regs"
+msgstr "no se puede tener varargs con -mfp-arg-in-fp-regs"
+
+#: config/rs6000/aix43.h:63
+msgid "-maix64 required: 64-bit computation with 32-bit addressing not yet supported."
+msgstr "se requiere -maix64: cálculo de 64 bits con direccionamiento de 32 bits no tiene soporte aún."
+
+#: config/rs6000/rs6000.c:373
+#, c-format
+msgid "Unknown -mdebug-%s switch"
+msgstr "Interruptor -mdebug-%s desconocido"
+
+#: config/rs6000/rs6000.c:3405
+#, ycp-format
+msgid "invalid %%f value"
+msgstr "valor %%f no válido"
+
+#: config/rs6000/rs6000.c:3414
+#, ycp-format
+msgid "invalid %%F value"
+msgstr "valor %%F no válido"
+
+#: config/rs6000/rs6000.c:3423
+#, ycp-format
+msgid "invalid %%G value"
+msgstr "valor %%G no válido"
+
+#: config/rs6000/rs6000.c:3458
+#, ycp-format
+msgid "invalid %%j code"
+msgstr "código %%j no válido"
+
+#: config/rs6000/rs6000.c:3468
+#, ycp-format
+msgid "invalid %%J code"
+msgstr "código %%J no válido"
+
+#: config/rs6000/rs6000.c:3498
+#, ycp-format
+msgid "invalid %%K value"
+msgstr "valor %%K no válido"
+
+#: config/rs6000/rs6000.c:3622
+#, ycp-format
+msgid "invalid %%p value"
+msgstr "valor %%p no válido"
+
+#: config/rs6000/rs6000.c:3658
+#, ycp-format
+msgid "invalid %%q value"
+msgstr "valor %%q no válido"
+
+#: config/rs6000/rs6000.c:3721
+#, ycp-format
+msgid "%%S computed all 1's mask"
+msgstr "%%S calculó una máscara con sólo 1's"
+
+#: config/rs6000/rs6000.c:3747
+#, ycp-format
+msgid "%%S computed all 0's mask"
+msgstr "%%S calculó una máscara con sólo 0's"
+
+#: config/rs6000/rs6000.c:3755
+#, ycp-format
+msgid "invalid %%u value"
+msgstr "valor %%u no válido"
+
+#: config/rs6000/rs6000.c:3764
+#, ycp-format
+msgid "invalid %%v value"
+msgstr "valor %%v no válido"
+
+#. Definitions for __builtin_return_address and __builtin_frame_address.
+#. __builtin_return_address (0) should give link register (65), enable
+#. this.
+#. This should be uncommented, so that the link register is used, but
+#. currently this would result in unmatched insns and spilling fixed
+#. registers so we'll leave it for another day. When these problems are
+#. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
+#. (mrs)
+#. #define RETURN_ADDR_IN_PREVIOUS_FRAME
+#. Number of bytes into the frame return addresses can be found. See
+#. rs6000_stack_info in rs6000.c for more information on how the different
+#. abi's store the return address.
+#: config/rs6000/rs6000.h:1620
+msgid "RETURN_ADDRESS_OFFSET not supported"
+msgstr "RETURN_ADDRESS_OFFSET no tiene soporte"
+
+#. Sometimes certain combinations of command options do not make sense
+#. on a particular target machine. You can define a macro
+#. `OVERRIDE_OPTIONS' to take account of this. This macro, if
+#. defined, is executed once just after all the command options have
+#. been parsed.
+#.
+#. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
+#. get control.
+#: config/rs6000/sysv4.h:184
+#, c-format
+msgid "Bad value for -mcall-%s"
+msgstr "Valor erróneo para -mcall-%s"
+
+#: config/rs6000/sysv4.h:200
+#, c-format
+msgid "Bad value for -msdata=%s"
+msgstr "Valor erróneo para -msdata=%s"
+
+#: config/rs6000/sysv4.h:217
+#, c-format
+msgid "-mrelocatable and -msdata=%s are incompatible."
+msgstr "-mrelocatable y -msdata=%s son incompatibles."
+
+#: config/rs6000/sysv4.h:225
+#, c-format
+msgid "-f%s and -msdata=%s are incompatible."
+msgstr "-f%s y -msdata=%s son incompatibles."
+
+#: config/rs6000/sysv4.h:234
+#, c-format
+msgid "-msdata=%s and -mcall-%s are incompatible."
+msgstr "-msdata=%s y -mcall-%s son incompatibles."
+
+#: config/rs6000/sysv4.h:241
+msgid "-mrelocatable and -mno-minimal-toc are incompatible."
+msgstr "-mrelocatable y -mno-minimal-toc son incompatibles."
+
+#: config/rs6000/sysv4.h:247
+#, c-format
+msgid "-mrelocatable and -mcall-%s are incompatible."
+msgstr "-mrelocatable y -mcall-%s son incompatibles."
+
+#: config/rs6000/sysv4.h:254
+#, c-format
+msgid "-fPIC and -mcall-%s are incompatible."
+msgstr "-fPIC y -mcall-%s son incompatibles."
+
+#: config/rs6000/sysv4.h:261
+msgid "-mcall-aixdesc must be big endian"
+msgstr "-mcall-aixdesc debe ser big endian"
+
+#: config/sparc/sparc.c:256
+#, c-format
+msgid "%s is not supported by this configuration"
+msgstr "%s no tiene soporte en esta configuración"
+
+#: config/sparc/sparc.c:264
+#, c-format
+msgid "-mptr%d not allowed on -m%d"
+msgstr "-mptr%d no se permite en -m%d"
+
+#: config/sparc/sparc.c:275
+msgid "-mlong-double-64 not allowed with -m64"
+msgstr "no se permite -mlong-double-64 con -m64"
+
+#: config/sparc/sparc.c:295
+#, c-format
+msgid "bad value (%s) for -mcmodel= switch"
+msgstr "valor erróneo (%s) para el interruptor -mcmodel="
+
+#: config/sparc/sparc.c:300
+msgid "-mcmodel= is not supported on 32 bit systems"
+msgstr "-mcmodel= no tiene soporte en sistemas de 32 bit"
+
+#: config/sparc/sparc.c:381
+msgid "profiling does not support code models other than medlow"
+msgstr "el análisis de perfil no soporta modelos de código que no sean medlow"
+
+#: config/sparc/sparc.c:5673 config/sparc/sparc.c:5679
+#, ycp-format
+msgid "Invalid %%Y operand"
+msgstr "Operando %%Y no válido"
+
+#: config/sparc/sparc.c:5749
+#, ycp-format
+msgid "Invalid %%A operand"
+msgstr "Operando %%A no válido"
+
+#: config/sparc/sparc.c:5759
+#, ycp-format
+msgid "Invalid %%B operand"
+msgstr "Operando %%B no válido"
+
+#: config/sparc/sparc.c:5798
+#, ycp-format
+msgid "Invalid %%c operand"
+msgstr "Operando %%c no válido"
+
+#: config/sparc/sparc.c:5799
+#, ycp-format
+msgid "Invalid %%C operand"
+msgstr "Operando %%C no válido"
+
+#: config/sparc/sparc.c:5820
+#, ycp-format
+msgid "Invalid %%d operand"
+msgstr "Operando %%d no válido"
+
+#: config/sparc/sparc.c:5821
+#, ycp-format
+msgid "Invalid %%D operand"
+msgstr "Operando %%D no válido"
+
+#: config/sparc/sparc.c:5839
+#, ycp-format
+msgid "Invalid %%f operand"
+msgstr "Operando %%f no válido"
+
+#: config/sparc/sparc.c:5889
+msgid "long long constant not a valid immediate operand"
+msgstr "la constante long long no es un operando inmediato válido"
+
+#: config/sparc/sparc.c:5892
+msgid "floating point constant not a valid immediate operand"
+msgstr "la constante de coma flotante no es un operando inmediato válido"
+
+#: config/v850/v850.c:99
+#, c-format
+msgid "%s=%s is not numeric."
+msgstr "%s=%s no es numérico."
+
+#: config/v850/v850.c:106
+#, c-format
+msgid "%s=%s is too large."
+msgstr "%s=%s es demasiado grande."
+
+#: config/v850/v850.c:2243
+#, c-format
+msgid "Bogus JR construction: %d\n"
+msgstr "Construcción JR ambigua: %d\n"
+
+#: config/v850/v850.c:2264 config/v850/v850.c:2466
+#, c-format
+msgid "Bad amount of stack space removal: %d"
+msgstr "Cantidad errónea de eliminación de espacio de pila: %d"
+
+#: config/v850/v850.c:2442
+#, c-format
+msgid "Bogus JARL construction: %d\n"
+msgstr "Construcción JARL ambigua: %d\n"
+
+#: convert.c:67
+msgid "cannot convert to a pointer type"
+msgstr "no se puede convertir a un tipo apuntador"
+
+#: convert.c:100
+msgid "pointer value used where a floating point value was expected"
+msgstr "se usó un valor de apuntador donde se esperaba un valor de coma flotante"
+
+#: convert.c:104
+msgid "aggregate value used where a float was expected"
+msgstr "se usó un valor agregado donde se esperaba un float"
+
+#: convert.c:130
+msgid "conversion to incomplete type"
+msgstr "conversión a tipo de dato incompleto"
+
+#: convert.c:387
+msgid "aggregate value used where an integer was expected"
+msgstr "se usó un valor agregado donde se esperaba un entero"
+
+#: convert.c:439
+msgid "pointer value used where a complex was expected"
+msgstr "se usó un valor de apuntador donde se esperaba un complejo"
+
+#: convert.c:443
+msgid "aggregate value used where a complex was expected"
+msgstr "se usó un valor agregado donde se esperaba un complejo"
+
+#: cp/call.c:505
+msgid "destructors take no parameters"
+msgstr "los destructores no tienen parámetros"
+
+#: cp/class.c:1464
+#, c-format
+msgid "conflicting access specifications for field `%s', ignored"
+msgstr "especificaciones de acceso en conflicto para el campo `%s', ignorado"
+
+#: cp/class.c:5217
+msgid "trying to finish struct, but kicked out due to previous parse errors."
+msgstr "se trató de completar struct, pero fue sacado debido a errores previos de decodificación."
+
+#: cp/class.c:5666
+#, c-format
+msgid "language string `\"%s\"' not recognized"
+msgstr "cadena de lenguaje `\"%s\"' no se reconocen"
+
+#: cp/class.c:5964 cp/class.c:6159 cp/class.c:6166
+msgid "not enough type information"
+msgstr "no hay suficiente información de tipo"
+
+#: cp/class.c:6143
+msgid "invalid operation on uninstantiated type"
+msgstr "operación no válida en tipo no instanciado"
+
+#: cp/decl.c:3874
+msgid "parse errors have confused me too much"
+msgstr "los errores de decodificación han causado mucha confusión"
+
+#: cp/decl.c:4829
+#, c-format
+msgid "label `%s' referenced outside of any function"
+msgstr "la etiqueta `%s' se ha referenciado fuera de cualquier función"
+
+#: cp/decl.c:4967 cp/decl.c:5063
+msgid " enters try block"
+msgstr " entra intento de bloque"
+
+#: ../libiberty/cplus-dem.c:4795 ../libiberty/cplus-dem.c:4806 cp/decl.c:5504
+msgid "virtual memory exhausted"
+msgstr "memoria virtual agotada"
+
+#: cp/decl.c:6274
+msgid "the new ABI requires vtable thunks"
+msgstr "el nuevo ABI requiere vtable thunks"
+
+#: cp/decl.c:6959
+msgid "an anonymous union cannot have function members"
+msgstr "una unión anónima no puede tener funciones miembro"
+
+#: cp/decl.c:7015
+msgid "multiple types in one declaration"
+msgstr "múltiples tipos en una declaración"
+
+#: cp/decl.c:8092
+msgid "assignment (not initialization) in declaration"
+msgstr "asignación (no asignación de valores iniciales) en la declaración"
+
+#: cp/decl.c:8649
+msgid "invalid catch parameter"
+msgstr "parámetro de captura no válido"
+
+#: cp/decl.c:8757
+#, c-format
+msgid "destructor for alien class `%s' cannot be a member"
+msgstr "el destructor para la clase extranjera `%s' no puede ser un miembro"
+
+#: cp/decl.c:8760
+#, c-format
+msgid "constructor for alien class `%s' cannot be a member"
+msgstr "el constructor para la clase extranjera `%s' no puede ser un miembro"
+
+#: cp/decl.c:8871
+msgid "cannot declare `::main' to be a template"
+msgstr "no se puede declarar `::main' como template"
+
+#: cp/decl.c:8873
+msgid "cannot declare `::main' to be inline"
+msgstr "no se puede declarar `::main' como inline"
+
+#: cp/decl.c:8875
+msgid "cannot declare `::main' to be static"
+msgstr "no se puede declarar `::main' como static"
+
+#: cp/decl.c:9428
+msgid "overflow in array dimension"
+msgstr "desbordamiento en la dimensión de la matriz"
+
+#: cp/decl.c:9717
+msgid "destructors must be member functions"
+msgstr "los destructores deben ser funciones miembro"
+
+#: cp/decl.c:10046
+msgid "`bool' is now a keyword"
+msgstr "`bool' ahora es una palabra clave"
+
+#: cp/decl.c:10200
+#, c-format
+msgid "short, signed or unsigned invalid for `%s'"
+msgstr "short, signed ó unsigned no válido para `%s'"
+
+#: cp/decl.c:10205
+#, c-format
+msgid "long and short specified together for `%s'"
+msgstr "long y short especificados juntos para `%s'"
+
+#: cp/decl.c:10216
+#, c-format
+msgid "signed and unsigned given together for `%s'"
+msgstr "se dieron juntos signed y unsigned para `%s'"
+
+#: cp/decl.c:10363
+msgid "storage class specifiers invalid in parameter declarations"
+msgstr "especificadores de clase de almacenamiento no válidos en las declaraciones de parámetros"
+
+#: cp/decl.c:10367
+msgid "typedef declaration invalid in parameter declaration"
+msgstr "declaración typedef no válida en la declaración de parámetros"
+
+#: cp/decl.c:10378
+msgid "virtual outside class declaration"
+msgstr "declaración de virtual fuera de class"
+
+#: cp/decl.c:10432
+#, c-format
+msgid "storage class specified for %s `%s'"
+msgstr "clase de almacenamiento especificada por %s `%s'"
+
+#: cp/decl.c:10470
+msgid "storage class specifiers invalid in friend function declarations"
+msgstr "especificadores de clase de almacenamiento no válidos en las declaraciones de funciones friend"
+
+#: cp/decl.c:10652
+msgid "destructor cannot be static member function"
+msgstr "el destructor no puede ser una función miembro de tipo static"
+
+#: cp/decl.c:10676
+msgid "constructor cannot be static member function"
+msgstr "el constructor no puede ser una función miembro de tipo static"
+
+#: cp/decl.c:10694
+msgid "return value type specifier for constructor ignored"
+msgstr "el especificador de tipo del valor devuelto para el constructor es ignorado"
+
+#: cp/decl.c:10713
+#, c-format
+msgid "can't initialize friend function `%s'"
+msgstr "no se pueden iniciar la función friend `%s'"
+
+#. Cannot be both friend and virtual.
+#: cp/decl.c:10717
+msgid "virtual functions cannot be friends"
+msgstr "las funciones virtual no pueden ser friend"
+
+#: cp/decl.c:10722
+msgid "friend declaration not in class definition"
+msgstr "la declaración friend no está en una definición de clase"
+
+#: cp/decl.c:10781
+#, c-format
+msgid "cannot declare %s to references"
+msgstr "no se puede declarar %s a referencias"
+
+#: cp/decl.c:10807
+msgid "invalid type: `void &'"
+msgstr "tipo no válido: `void &'"
+
+#. [dcl.fct.spec] The explicit specifier shall only be used in
+#. declarations of constructors within a class definition.
+#: cp/decl.c:11077
+msgid "only declarations of constructors can be `explicit'"
+msgstr "solamente las declaraciones de constructores pueden ser `explicit'"
+
+#: cp/decl.c:11085
+#, c-format
+msgid "non-member `%s' cannot be declared `mutable'"
+msgstr "el no-miembro `%s' no puede ser declarado `mutable'"
+
+#: cp/decl.c:11090
+#, c-format
+msgid "non-object member `%s' cannot be declared `mutable'"
+msgstr "el miembro no-objeto `%s' no puede ser declarado `mutable'"
+
+#: cp/decl.c:11096
+#, c-format
+msgid "function `%s' cannot be declared `mutable'"
+msgstr "la función `%s' no puede ser declarada `mutable'"
+
+#: cp/decl.c:11101
+#, c-format
+msgid "static `%s' cannot be declared `mutable'"
+msgstr "static `%s' no puede ser declarado `mutable'"
+
+#: cp/decl.c:11106
+#, c-format
+msgid "const `%s' cannot be declared `mutable'"
+msgstr "const `%s' no puede ser declarado `mutable'"
+
+#: cp/decl.c:11226
+msgid "typedef declaration includes an initializer"
+msgstr "la declaración typedef incluye una asignación inicial de valores"
+
+#: cp/decl.c:11274
+#, c-format
+msgid "trying to make class `%s' a friend of global scope"
+msgstr "tratando de hacer que la clase `%s' sea un friend de alcance global"
+
+#: cp/decl.c:11315
+msgid "unnamed variable or field declared void"
+msgstr "variable sin nombre o campo declarado void"
+
+#: cp/decl.c:11324
+msgid "variable or field declared void"
+msgstr "variable o campo declarado void"
+
+#: cp/decl.c:11334
+msgid "cannot use `::' in parameter declaration"
+msgstr "no se puede usar `::' en la declaración de parámetros"
+
+#: cp/decl.c:11352
+#, c-format
+msgid "declaration of `%s' as void"
+msgstr "la declaración de `%s' como void"
+
+#: cp/decl.c:11531
+#, c-format
+msgid "`%s' is neither function nor member function; cannot be declared friend"
+msgstr "`%s' no es ni función ni función miembro; no puede ser declarado friend"
+
+#: cp/decl.c:11656
+#, c-format
+msgid "storage class `auto' invalid for function `%s'"
+msgstr "clase de almacenamiento `auto' no válida para la función `%s'"
+
+#: cp/decl.c:11658
+#, c-format
+msgid "storage class `register' invalid for function `%s'"
+msgstr "clase de almacenamiento `register' no válida para la función `%s'"
+
+#: cp/decl.c:11678
+#, c-format
+msgid "virtual non-class function `%s'"
+msgstr "la función virtual `%s' no es clase"
+
+#. FIXME need arm citation
+#: cp/decl.c:11713
+msgid "cannot declare static function inside another function"
+msgstr "no se puede declarar una función static dentro de otra función"
+
+#: cp/decl.c:11834
+msgid "parameter has incomplete type"
+msgstr "el parámetro tiene tipo incompleto"
+
+#: cp/decl.c:12046
+msgid "invalid integer constant in parameter list, did you forget to give parameter name?"
+msgstr "constante entera no válida en la lista de parámetros, ¿olvidó proporcionar nombre(s) de parámetro(s)?"
+
+#: cp/decl.c:12073
+msgid "parameter invalidly declared method type"
+msgstr "parámetro declarado como tipo method de forma no válida"
+
+#: cp/decl.c:12083
+msgid "parameter invalidly declared offset type"
+msgstr "parámetro declarado como tipo offset de forma no válida"
+
+#: cp/decl.c:12117
+msgid "`void' in parameter list must be entire list"
+msgstr "`void' en la lista de parámetros debe ser la lista entera"
+
+#: cp/decl2.c:684
+msgid "no file specified with -fdump-translation-unit"
+msgstr "no se especificó archivo con -fdump-translation-unit"
+
+#: cp/decl2.c:1063
+msgid "name missing for member function"
+msgstr "falta el nombre para la función miembro"
+
+#: cp/decl2.c:1129
+msgid "`__alignof__' applied to a bit-field"
+msgstr "`__alignof__' aplicado a un campo de bits"
+
+#. Something has gone very wrong. Assume we are mistakenly reducing
+#. an expression instead of a declaration.
+#: cp/decl2.c:1171
+msgid "parser may be lost: is there a '{' missing somewhere?"
+msgstr "el decodificador se ha perdido: ¿falta algún '{' en algún lugar?"
+
+#: cp/decl2.c:1202 cp/decl2.c:1216
+msgid "ambiguous conversion for array subscript"
+msgstr "conversión ambigua para índice de matriz"
+
+#: cp/decl2.c:1276
+msgid "cannot delete a function. Only pointer-to-objects are valid arguments to `delete'"
+msgstr "no se puede borrar una función. Solamente los apuntadores a objetos son argumentos válidos para `delete'"
+
+#: cp/decl2.c:1597
+msgid "initializer invalid for static member with constructor"
+msgstr "iniciador no válido para miembro static con constructor"
+
+#: cp/decl2.c:1599
+msgid "(you really want to initialize it separately)"
+msgstr "(realmente quiere iniciarlo de forma separada)"
+
+#: cp/decl2.c:1781
+msgid "field initializer is not constant"
+msgstr "iniciador del campo no es constat"
+
+#: cp/decl2.c:2153
+msgid "anonymous struct not inside named type"
+msgstr "struct anónimo no se encuentra dentro de un tipo nombrado"
+
+#: cp/decl2.c:2244
+msgid "namespace-scope anonymous aggregates must be static"
+msgstr "los agregados anónimos de alcance de nombre de espacio deben ser static"
+
+#: cp/decl2.c:2319
+msgid "`operator new' must return type `void *'"
+msgstr "`operator new' debe regresar el tipo `void *'"
+
+#: cp/decl2.c:2324
+msgid "`operator new' takes type `size_t' parameter"
+msgstr "`operator new' toma un parámetro de tipo `size_t'"
+
+#: cp/decl2.c:2326
+msgid "`operator new' takes type `size_t' as first parameter"
+msgstr "`operator new' toma el tipo `size_t' como primer parámetro"
+
+#: cp/decl2.c:2351
+msgid "`operator delete' must return type `void'"
+msgstr "`operator delete' debe devolver el tipo `void'"
+
+#: cp/decl2.c:2355
+msgid "`operator delete' takes type `void *' as first parameter"
+msgstr "`operator delete' toma el tipo `void *' como primer parámetro"
+
+#: cp/decl2.c:2366
+msgid "second argument to `operator delete' must be of type `size_t'"
+msgstr "el segundo argumento para `operator delete' debe ser del tipo `size_t'"
+
+#: cp/decl2.c:2371
+msgid "too many arguments in declaration of `operator delete'"
+msgstr "demasiados argumentos en la declaración de `operator delete'"
+
+#: cp/decl2.c:2373
+msgid "`...' invalid in specification of `operator delete'"
+msgstr "`...' no válido en la especificación de `operator delete'"
+
+#: cp/except.c:503
+msgid "call to Java `catch' or `throw', while `jthrowable' undefined"
+msgstr "llamada a `catch' ó `throw' de Java mientras `jthrowable' está indefinido"
+
+#: cp/except.c:568
+msgid "mixing C++ and Java `catch'es in single translation unit"
+msgstr "mezclando `catch'es de C++ y Java en una sola unidad de translación"
+
+#: cp/except.c:949
+msgid " in thrown expression"
+msgstr " en expresión thrown"
+
+#: cp/expr.c:216
+msgid "pointers are not permitted as case values"
+msgstr "los apuntadores no son permitidos como valores case"
+
+#: cp/expr.c:255
+msgid "duplicate (or overlapping) case value"
+msgstr "valor case duplicado (o traslapado)"
+
+#: cp/expr.c:279
+msgid "`default' label within scope of cleanup or variable array"
+msgstr "etiqueta `default' dentro del rango de limpieza o de una matriz variable"
+
+#: cp/g++spec.c:195
+#, c-format
+msgid "argument to `%s' missing\n"
+msgstr "falta el argumento para `%s'\n"
+
+#: cp/init.c:1034
+msgid "base class initializer specified, but no base class to initialize"
+msgstr "se especificó el iniciador de la clase base, pero no hay clase base a iniciar"
+
+#: cp/init.c:1040
+msgid "initializer for unnamed base class ambiguous"
+msgstr "iniciador para clase base sin nombre ambiguo"
+
+#: cp/init.c:1067
+msgid "no base class to initialize"
+msgstr "no hay clase base a iniciar"
+
+#. Handle bad initializers like:
+#. class COMPLEX {
+#. public:
+#. double re, im;
+#. COMPLEX(double r = 0.0, double i = 0.0) {re = r; im = i;};
+#. ~COMPLEX() {};
+#. };
+#.
+#. int main(int argc, char **argv) {
+#. COMPLEX zees(1.0, 0.0)[10];
+#. }
+#.
+#: cp/init.c:1204
+msgid "bad array initializer"
+msgstr "iniciador de matriz erróneo"
+
+#: cp/init.c:1786
+msgid "object missing in use of pointer-to-member construct"
+msgstr "falta objeto en el uso de una consctrucción que apunta a miembros"
+
+#: cp/init.c:1829 cp/typeck.c:3125 cp/typeck.c:3227
+msgid "at this point in file"
+msgstr "en este punto en el archivo"
+
+#: cp/init.c:2013
+msgid "new of array type fails to specify size"
+msgstr "new de matriz falla al especificar el tamaño"
+
+#: cp/init.c:2095
+msgid "new cannot be applied to a reference type"
+msgstr "new no puede ser aplicado a un tipo de referencia"
+
+#: cp/init.c:2101
+msgid "new cannot be applied to a function type"
+msgstr "new no puede ser aplicado a un tipo de referencia"
+
+#: cp/init.c:2148
+msgid "call to Java constructor, while `jclass' undefined"
+msgstr "llamado a constructor Java, mientras `jclass' está indefinido"
+
+#: cp/init.c:2260
+msgid "invalid type `void' for new"
+msgstr "tipo `void' no válido para new"
+
+#: cp/init.c:2316
+#, c-format
+msgid "call to Java constructor, while `%s' undefined"
+msgstr "llamado a constructor Java, mientras `%s' está indefinido"
+
+#: cp/init.c:2910
+msgid "initializer ends prematurely"
+msgstr "el iniciador termina prematuramente"
+
+#: cp/init.c:3173
+msgid "unknown array size in delete"
+msgstr "tamaño de matriz desconocida en delete"
+
+#: cp/init.c:3393
+msgid "type to vector delete is neither pointer or array type"
+msgstr "el tipo de vector delete no es del tipo apuntador ni matriz"
+
+#: cp/lex.c:235
+msgid "type name expected before `*'"
+msgstr "se esperaba nombre de tipo antes de `*'"
+
+#: cp/lex.c:257
+msgid "cannot declare references to references"
+msgstr "no se pueden declarar referencias a referencias"
+
+#: cp/lex.c:262
+msgid "cannot declare pointers to references"
+msgstr "no se pueden declarar apuntadores a referencias"
+
+#: cp/lex.c:266
+msgid "type name expected before `&'"
+msgstr "se esperaba nombre de tipo antes de `&'"
+
+#: cp/lex.c:1140 cp/lex.c:1698
+msgid "parse error at end of saved function text"
+msgstr "error de decodificación al final del texto de la función guardada"
+
+#: cp/lex.c:1192
+msgid "end of file encountered inside string constant"
+msgstr "se encontró el fin de archivo dentro de una constante de cadena"
+
+#: cp/lex.c:1194
+msgid "end of file encountered inside character constant"
+msgstr "se encontró el fin de archivo dentro de una constante de carácter"
+
+#: cp/lex.c:1400
+msgid "parse error in method specification"
+msgstr "error de decodificación en la especificación del método"
+
+#: cp/lex.c:1493
+msgid "function body for constructor missing"
+msgstr "falta el cuerpo de la función para el constructor"
+
+#: cp/lex.c:1784
+#, c-format
+msgid "semicolon missing after %s declaration"
+msgstr "falta punto y coma después de la declaración %s"
+
+#: cp/lex.c:2363
+msgid "invalid #pragma vtable"
+msgstr "#pragma vtable no válido"
+
+#: cp/lex.c:2382
+msgid "invalid #pragma unit"
+msgstr "unidad #pragma no válida"
+
+#: cp/lex.c:2403
+msgid "invalid `#pragma interface'"
+msgstr "`#pragma interface' no válida"
+
+#: cp/lex.c:2430
+msgid "invalid `#pragma implementation'"
+msgstr "`#pragma implementation' no válida"
+
+#: cp/lex.c:2483
+#, c-format
+msgid "non hex digit '%c' in universal-character-name"
+msgstr "dígito no hexadecimal '%c' en universal-character-name"
+
+#: cp/lex.c:2509
+#, c-format
+msgid "universal-character-name designates `%c', part of the basic source character set"
+msgstr "universal-character-name designa `%c', parte del conjunto de caracteres fuente básicos"
+
+#: cp/lex.c:2512
+msgid "invalid universal-character-name"
+msgstr "unversal-character-name no válido"
+
+#: cp/lex.c:2542
+#, c-format
+msgid "universal-character-name `\\U%08x' not valid in identifier"
+msgstr "universal-character-name `\\U%08x' no válido en identificador"
+
+#: cp/lex.c:2788
+#, c-format
+msgid "universal-character-name `\\u%04x' not valid in identifier"
+msgstr "universal-character-name `\\u%04x' no válido en identificador"
+
+#: cp/lex.c:2872 cppexp.c:685
+msgid "\\x used with no following hex digits"
+msgstr "se usó \\x sin dígitos hexadecimales a continuación"
+
+#: cp/lex.c:2968
+#, c-format
+msgid "%s at end of saved text"
+msgstr "%s al final del texto guardado"
+
+#: cp/lex.c:3155
+msgid "(Each undeclared identifier is reported only once for each function it appears in.)"
+msgstr "(Cada identificador sin declarar es reportado sólo una vez para cada función en el que aparece.)"
+
+#: cp/lex.c:3192
+#, c-format
+msgid "name lookup of `%s' changed for new ISO `for' scoping"
+msgstr "la búsqueda de nombre de `%s' cambió por el nuevo alcance ISO de `for'"
+
+#: cp/lex.c:4188
+msgid "complex integer constant is too wide for `__complex int'"
+msgstr "la constante entera compleja es demasiado ancha para `__complex int'"
+
+#: cp/lex.c:4345 cppexp.c:312
+msgid "malformatted character constant"
+msgstr "constante de carácter con formato erróneo"
+
+#: cp/method.c:1941
+#, c-format
+msgid "ambiguous request for method pointer `%s'"
+msgstr "petición ambigua para el apuntador a método `%s'"
+
+#: cp/method.c:2049
+#, c-format
+msgid "request for member `%s' is ambiguous in multiple inheritance lattice"
+msgstr "la petición para el miembro `%s' es ambigua en la red de herencia múltiple"
+
+#: parse.y:652
+msgid "invalid default template argument"
+msgstr "argumento de la plantilla por omisión no válido"
+
+#: parse.y:857
+msgid "no base initializers given following ':'"
+msgstr "no hay iniciadores de base dados después de ':'"
+
+#: parse.y:872
+msgid "base initializers not allowed for non-member functions"
+msgstr "no se permiten iniciadores base para funciones no-miembro"
+
+#: parse.y:874
+msgid "only constructors take base initializers"
+msgstr "solamente los constructores toman iniciadores base"
+
+#: parse.y:1062 parse.y:1071
+#, c-format
+msgid "ISO C++ forbids an empty condition for `%s'"
+msgstr "ISO C++ prohibe una condición vacía para `%s'"
+
+#: parse.y:1885
+msgid "`sigof' applied to non-aggregate expression"
+msgstr "`sigof' aplicado a una expresión no agregada"
+
+#: parse.y:1900
+msgid "`sigof' applied to non-aggregate type"
+msgstr "`sigof' aplicado a un tipo no agregado"
+
+#: parse.y:2233
+#, c-format
+msgid "storage class specifier `%s' not allowed after struct or class"
+msgstr "no se permite el especificador de clase de almacenamiento `%s' después de struct ó class"
+
+#: parse.y:2235
+#, c-format
+msgid "type specifier `%s' not allowed after struct or class"
+msgstr "no se permite el especificador de tipo `%s' después de struct ó class"
+
+#: parse.y:2237
+#, c-format
+msgid "type qualifier `%s' not allowed after struct or class"
+msgstr "no se permite el calificador de tipo `%s' después de struct ó class"
+
+#: parse.y:2239
+msgid "no body nor ';' separates two class, struct or union declarations"
+msgstr "no hay cuerpo ni ';' separa dos declaraciones class, struct ó union"
+
+#: parse.y:2402
+msgid "multiple access specifiers"
+msgstr "especificadores de acceso múltiples"
+
+#: parse.y:2420
+msgid "multiple `virtual' specifiers"
+msgstr "especificadores `virtual' múltiples"
+
+#: parse.y:2453
+msgid "missing ';' before right brace"
+msgstr "falta ';' antes de la llave derecha"
+
+#: parse.y:3333
+msgid "label must be followed by statement"
+msgstr "la etiqueta debe ser seguida de una declaración"
+
+#. This helps us recover from really nasty
+#. parse errors, for example, a missing right
+#. parenthesis.
+#: parse.y:3509 parse.y:3519
+msgid "possibly missing ')'"
+msgstr "posible ')' faltante"
+
+#: parse.y:3616 parse.y:3621
+msgid "type specifier omitted for parameter"
+msgstr "especificador de tipo omitido para el parámetro"
+
+#: cp/pt.c:1828
+msgid " a template type parameter must begin with `class' or `typename'"
+msgstr " un parámetro de tipo plantilla debe iniciar con `class' o `typename'"
+
+#: cp/pt.c:7936
+msgid "incomplete type unification"
+msgstr "unificación de tipo incompleto"
+
+#: cp/repo.c:355
+#, c-format
+msgid "mysterious repository information in %s"
+msgstr "información de repositorio misteriosa en %s"
+
+#: cp/repo.c:370
+#, c-format
+msgid "can't create repository information file `%s'"
+msgstr "no se puede crear el archivo de información de repositorio `%s'"
+
+#: cp/rtti.c:250
+msgid "taking dynamic typeid of object with -fno-rtti"
+msgstr "tomando typeid dinámico de objeto con -fno-rtti"
+
+#: cp/rtti.c:292
+msgid "cannot use typeid with -fno-rtti"
+msgstr "no se puede usar typeid sin -fno-rtti"
+
+#: cp/rtti.c:298 cp/rtti.c:498
+msgid "must #include <typeinfo> before using typeid"
+msgstr "debe hacer #include <typeinfo> antes de usar typeid"
+
+#: cp/tree.c:214
+#, c-format
+msgid "non-lvalue in %s"
+msgstr "no es valor-l en %s"
+
+#: cp/tree.c:2158
+msgid "`com_interface' only supported with -fvtable-thunks"
+msgstr "sólo se da soporte a `com_interface' con -fvtable-thunks"
+
+#: cp/tree.c:2184
+msgid "requested init_priority is not an integer constant"
+msgstr "la init_priority solicitada no es una constante entera"
+
+#: cp/tree.c:2205
+msgid "can only use init_priority attribute on file-scope definitions of objects of class type"
+msgstr "solo se puede usar el atributo init_priority en definiciones de rango de archivo de objetos de tipo class"
+
+#: cp/tree.c:2211
+msgid "requested init_priority is out of range"
+msgstr "la init_priority solicitada está fuera de rango"
+
+#: cp/typeck.c:1602
+msgid "sizeof applied to a bit-field"
+msgstr "sizeof aplicado a un campo de bits"
+
+#: cp/typeck.c:2200
+msgid "invalid reference to NULL ptr, use ptr-to-member instead"
+msgstr "referencia no válida a NULL ptr, use en su lugar ptr-a-miembro"
+
+#: cp/typeck.c:2364
+#, c-format
+msgid "invalid use of `%s' on pointer to member"
+msgstr "uso no válido de `%s' en apuntador a miembro"
+
+#: cp/typeck.c:2370
+msgid "invalid type argument"
+msgstr "argumento de tipo no válido"
+
+#: cp/typeck.c:2637 cp/typeck.c:2777
+msgid "pointer to member function called, but not in class scope"
+msgstr "se llamó a apuntador a función miembro, pero no en el alcance de la clase"
+
+#: cp/typeck.c:2775
+msgid "invalid call to member function needing `this' in static member function scope"
+msgstr "llamada no válida a función miembro requiere `this' en el alcance de la función miembro static"
+
+#: cp/typeck.c:3164
+msgid "parameter type of called function is incomplete"
+msgstr "el tipo del parámetro de la función llamada es incompleto"
+
+#: cp/typeck.c:3613 cp/typeck.c:3618
+msgid "ISO C++ forbids comparison between pointer and integer"
+msgstr "ISO C++ prohibe la comparación entre apuntadores y enteros"
+
+#: cp/typeck.c:4227
+msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
+msgstr "uso no válido de un apuntador a un tipo incompleto en aitmética de apuntadores"
+
+#: cp/typeck.c:4732
+msgid "unary `&'"
+msgstr "`&' unario"
+
+#: cp/typeck.c:4954
+msgid "cannot take the address of `this', which is an ravlue expression"
+msgstr "no se puede tomar la dirección de `this' que es una expresión ravlue"
+
+#: cp/typeck.c:5404
+msgid "ISO C++ forbids casting to an array type"
+msgstr "ISO C++ prohibe la conversión a un tipo matriz"
+
+#: cp/typeck.c:5996
+msgid " in pointer to member function conversion"
+msgstr " en la conversión del apuntador a función miembro"
+
+#: cp/typeck.c:6004
+msgid " in pointer to member conversion"
+msgstr " en la conversión del apuntador a miembro"
+
+#: cp/typeck.c:6777
+msgid "returning a value from a destructor"
+msgstr "devolviendo un valor de un destructor"
+
+#. If a return statement appears in a handler of the
+#. function-try-block of a constructor, the program is ill-formed.
+#: cp/typeck.c:6785
+msgid "cannot return from a handler of a function-try-block of a constructor"
+msgstr "no se puede regresar de un manejador de una función-intenta-bloque de un constructor"
+
+#. You can't return a value from a constructor.
+#: cp/typeck.c:6790
+msgid "returning a value from a constructor"
+msgstr "devolviendo un valor de un constructor"
+
+#: cp/typeck2.c:172
+msgid " since the following virtual functions are abstract:"
+msgstr " ya que las siguientes funciones virtual son abstractas:"
+
+#: cp/typeck2.c:323
+msgid "confused by earlier errors, bailing out"
+msgstr "confusión por errores tempranos, saliendo"
+
+#: cp/typeck2.c:330
+msgid "Internal compiler error."
+msgstr "Error interno del compilador."
+
+#: cp/typeck2.c:332
+#, c-format
+msgid "Internal compiler error %d."
+msgstr "Error interno del compilador %d."
+
+#: cp/typeck2.c:334
+msgid "Please submit a full bug report."
+msgstr "Por favor envíe un reporte completo de la falla."
+
+#: cp/typeck2.c:335
+#, c-format
+msgid "See %s for instructions."
+msgstr "Vea %s para más instrucciones."
+
+#: cp/typeck2.c:407
+msgid "due to the presence of a constructor"
+msgstr "debido a la presencia de un constructor"
+
+#: cp/typeck2.c:440
+msgid "cannot initialize arrays using this syntax"
+msgstr "no se pueden asignar valores iniciales a matrices usando esta sintaxis"
+
+#: cp/typeck2.c:571
+msgid "initializing array with parameter list"
+msgstr "asignando valores iniciales a una matriz con una lista de parámetros"
+
+#: cp/typeck2.c:631
+msgid "initializer for scalar variable requires one element"
+msgstr "iniciador para una variable escalar requiere un elemento"
+
+#: cp/typeck2.c:775
+msgid "non-empty initializer for array of empty elements"
+msgstr "iniciador no-vacío para una matriz de elementos vacíos"
+
+#: cp/typeck2.c:947
+msgid "index value instead of field name in union initializer"
+msgstr "valor de índice en lugar del nombre del campo en el iniciador de union"
+
+#: cp/typeck2.c:1106
+msgid "circular pointer delegation detected"
+msgstr "se detectó una delegación de apuntador circular"
+
+#: cp/typeck2.c:1133
+msgid "result of `operator->()' yields non-pointer result"
+msgstr "el resultado de `operator->()' produce un resultado que no es apuntador"
+
+#: cp/typeck2.c:1135
+msgid "base operand of `->' is not a pointer"
+msgstr "el operando base de `->' no es un apuntador"
+
+#: cp/typeck2.c:1402
+#, c-format
+msgid "duplicate label `%s' in switch statement"
+msgstr "etiqueta `%s' duplicada en la declaración switch"
+
+#: cp/typeck2.c:1405
+#, c-format
+msgid "duplicate label (%d) in switch statement"
+msgstr "etiqueta duplicada (%d) en la declaración switch"
+
+#: cp/typeck2.c:1420
+#, c-format
+msgid "range values `%s' and `%s' reversed"
+msgstr "valores de rango `%s' y `%s' invertidos"
+
+#: cp/typeck2.c:1424
+msgid "range values reversed"
+msgstr "valores de rango invertidos"
+
+#: cp/xref.c:833
+#, c-format
+msgid "Can't create cross-reference file `%s'"
+msgstr "No se puede crear el archivo de referencia cruzada `%s'"
+
+#: ../libiberty/cplus-dem.c:4577 gcc.c:5796
+msgid "Internal gcc abort."
+msgstr "Aborto interno de gcc."
+
+#: cpperror.c:61
+#, c-format
+msgid "In file included from %s:%u"
+msgstr "En el archivo incluído de %s:%u"
+
+#. Translators note: this message is used in conjunction
+#. with "In file included from %s:%ld" and some other
+#. tricks. We want something like this:
+#.
+#. In file included from sys/select.h:123,
+#. from sys/types.h:234,
+#. from userfile.c:31:
+#. bits/select.h:45: <error message here>
+#.
+#. The trailing comma is at the beginning of this message,
+#. and the trailing colon is not translated.
+#: cpperror.c:76
+#, c-format
+msgid ""
+",\n"
+" from %s:%u"
+msgstr ""
+",\n"
+" de %s:%u"
+
+#: cpperror.c:94
+msgid "<command line>: "
+msgstr "<línea de orden>: "
+
+#: cpperror.c:135
+msgid "warning: "
+msgstr "aviso: "
+
+#: cpperror.c:145
+msgid "internal error: "
+msgstr "error interno: "
+
+#: cpperror.c:149
+#, c-format
+msgid "bad is_error(%d) in v_message"
+msgstr "is_error(%d) erróneo en v_message"
+
+#: cpperror.c:264 cpperror.c:445 gcc.c:5768
+#, c-format
+msgid "%s: %s"
+msgstr "%s: %s"
+
+#: cppexp.c:176
+msgid "floating point numbers are not allowed in #if expressions"
+msgstr "no se permiten números de coma flotante en expresiones #if"
+
+#: cppexp.c:213
+msgid "invalid number in #if expression"
+msgstr "número no válido en expresión #if"
+
+#: cppexp.c:218
+msgid "too many 'l' suffixes in integer constant"
+msgstr "demasiados sufijos 'l' en constante entera"
+
+#: cppexp.c:223
+msgid "too many 'u' suffixes in integer constant"
+msgstr "demasiados sufijos 'u' en constante entera"
+
+#: cppexp.c:229
+msgid "integer constant contains digits beyond the radix"
+msgstr "la constante entera contiene dígitos más allá del radical"
+
+#: cppexp.c:232
+msgid "integer constant out of range"
+msgstr "constante entera fuera de rango"
+
+#: cppexp.c:239
+msgid "integer constant is so large that it is unsigned"
+msgstr "la constante entera es tan grande que es unsigned"
+
+#: cppexp.c:290
+msgid "escape sequence out of range for character"
+msgstr "secuencia de escape fuera de rango por el carácter"
+
+#: cppexp.c:321
+msgid "multi-character character constant"
+msgstr "constante de carácter con múltiples caracteres"
+
+#: cppexp.c:386
+msgid "'defined' without an identifier"
+msgstr "'defined' sin un identificador"
+
+#: cppexp.c:518
+msgid "string constants are not allowed in #if expressions"
+msgstr "no se permiten constantes de cadena en expresiones #if"
+
+#: cppexp.c:535
+#, c-format
+msgid "'%.*s' is not defined"
+msgstr "'%.*s' no está definido"
+
+#: cppexp.c:551
+#, c-format
+msgid "'%.*s' is not allowed in #if expressions"
+msgstr "no se permite '%.*s' en expresiones #if"
+
+#: cppexp.c:615
+#, c-format
+msgid "non-ANSI-standard escape sequence, '\\%c'"
+msgstr "secuencia de escape que no es estándar ANSI, '\\%c'"
+
+#: cppexp.c:658
+msgid "octal escape sequence out of range"
+msgstr "secuencia de escape octal fuera de rango"
+
+#: cppexp.c:689
+msgid "hex escape sequence out of range"
+msgstr "secuencia de escape hexadecimal fuera de rango"
+
+#: cppexp.c:703
+msgid "integer overflow in preprocessor expression"
+msgstr "desbordamiento entero en expresión del preprocesador"
+
+#: cppexp.c:1071
+msgid "comma operator in operand of #if"
+msgstr "operador coma en operando de #if"
+
+#: cppfiles.c:299
+#, c-format
+msgid "included file `%s' exists but is not readable"
+msgstr "el archivo incluído `%s' existe pero no es legible"
+
+#: cppfiles.c:562 cppfiles.c:615
+#, c-format
+msgid "No include path in which to find %s"
+msgstr "No hay ruta de inclusión en la cual se encuentre %s"
+
+#: cppfiles.c:733
+#, c-format
+msgid "%s is too large"
+msgstr "%s es demasiado grande"
+
+#: cppfiles.c:741
+#, c-format
+msgid "%s is shorter than expected\n"
+msgstr "%s es más corto de lo esperado\n"
+
+#: cppfiles.c:745
+#, c-format
+msgid "%s is a block device"
+msgstr "%s es un dispositivo de bloques"
+
+#: cppfiles.c:750
+#, c-format
+msgid "%s is a directory"
+msgstr "%s es un directorio"
+
+#: cpphash.c:395
+#, c-format
+msgid "macro argument \"%s\" would be stringified in traditional C"
+msgstr "el argumento de macro \"%s\" debería ser convertido a cadena en C tradicional"
+
+#: cpphash.c:434
+#, c-format
+msgid "macro argument \"%s\" is stringified"
+msgstr "el argumento de macro \"%s\" es convertido a cadena"
+
+#: cpphash.c:489 cpphash.c:581
+msgid "`##' at start of macro definition"
+msgstr "`##' al inicio de la definición de macro"
+
+#: cpphash.c:505 cpphash.c:671
+msgid "`##' at end of macro definition"
+msgstr "`##' al final de la definición de macro"
+
+#: cpphash.c:512
+msgid "empty object-like macro went through full #define"
+msgstr "macro como objeto vacía se fue a través de un #define completo"
+
+#: cpphash.c:638
+msgid "# is not followed by a macro argument name"
+msgstr "# no es seguido por un nombre de argumento de macro"
+
+#: cpphash.c:669
+msgid "`#' is not followed by a macro argument name"
+msgstr "`#' no es seguido por un nombre de argumento de macro"
+
+#: cpphash.c:727
+#, c-format
+msgid "first token = %d not %d in collect_formal_parameters"
+msgstr "primer token = %d no es %d en collect_formal_parameters"
+
+#: cpphash.c:749
+msgid "impossible token in macro argument list"
+msgstr "token imposible en la lista de argumentos de macro"
+
+#: cpphash.c:754
+msgid "illegal token in macro argument list"
+msgstr "token ilegal en la lista de argumentos de macro"
+
+#: cpphash.c:767
+msgid "another parameter follows \"...\""
+msgstr "otro parámetro sigue a \"...\""
+
+#: cpphash.c:773
+msgid "missing right paren in macro argument list"
+msgstr "falta paréntesis derecho en la lista de argumentos de macro"
+
+#: cpphash.c:786
+#, c-format
+msgid "collect_params: argc=%d argslen=0"
+msgstr "collect_params: argc=%d argslen=0"
+
+#: cpphash.c:805
+#, c-format
+msgid "duplicate macro argument name \"%s\""
+msgstr "nombre de argumento de macro \"%s\" duplicado"
+
+#: cpphash.c:813
+msgid "C99 does not permit use of __VA_ARGS__ as a macro argument name"
+msgstr "C99 no permite el uso de __VA_ARGS__ como un argumento de macro"
+
+#: cpphash.c:828
+msgid "C89 does not permit varargs macros"
+msgstr "C89 no permite macros varargs"
+
+#: cpphash.c:839
+msgid "ISO C does not permit named varargs macros"
+msgstr "ISO C no permite macros varargs nombrados"
+
+#: cpphash.c:845
+#, c-format
+msgid "collect_params: impossible token type %d"
+msgstr "collect_params: tipo imposible de token %d"
+
+#: cpphash.c:912
+#, c-format
+msgid "The C standard requires whitespace after #define %s"
+msgstr "El C estándar requiere espacios en blanco después de #define %s"
+
+#: cpphash.c:962
+#, c-format
+msgid "\"%s\" redefined"
+msgstr "\"%s\" redefinido"
+
+#: cpphash.c:980
+msgid "this is the location of the previous definition"
+msgstr "esta es la ubicación de la definición previa"
+
+#: cpphash.c:1210
+#, c-format
+msgid "attempt to use poisoned `%s'."
+msgstr "se intentó usar `%s' envenenado"
+
+#: cpphash.c:1215
+msgid "invalid special hash type"
+msgstr "tipo de hash especial no válido"
+
+#: cpphash.c:1340
+#, c-format
+msgid "macroexpand: unexpected token %d (wanted LPAREN)"
+msgstr "macroexpand: token inesperado %d (se esperaba LPAREN)"
+
+#: cpphash.c:1357
+msgid "unterminated macro call"
+msgstr "llamada a macro sin terminar"
+
+#: cpphash.c:1385
+#, c-format
+msgid "arguments given to macro `%s'"
+msgstr "argumentos dados a la macro `%s'"
+
+#: cpphash.c:1396
+#, c-format
+msgid "macro `%s' used without args"
+msgstr "macro `%s' usada sin argumentos"
+
+#: cpphash.c:1398
+#, c-format
+msgid "macro `%s' used with just one arg"
+msgstr "macro `%s' usada con solo un argumento"
+
+#: cpphash.c:1400
+#, c-format
+msgid "macro `%s' used with only %d args"
+msgstr "macro `%s' usada con solo %d argumentos"
+
+#: cpphash.c:1404
+#, c-format
+msgid "macro `%s' used with too many (%d) args"
+msgstr "macro `%s' usada con demasiados argumentos (%d)"
+
+#: cpphash.c:1869
+#, c-format
+msgid "invalid hash type %d in dump_definition"
+msgstr "tipo de hash %d no válido en dump_definition"
+
+#: cppinit.c:346
+#, c-format
+msgid "ignoring nonexistent directory `%s'\n"
+msgstr "ignorando el directorio inexistente `%s'\n"
+
+#: cppinit.c:352
+#, c-format
+msgid "%s: Not a directory"
+msgstr "%s: No es un directorio"
+
+#: cppinit.c:443 cppinit.c:463 cppinit.c:482 cppinit.c:496
+#, c-format
+msgid "ignoring duplicate directory `%s'\n"
+msgstr "ignorando el directorio duplicado `%s'\n"
+
+#: cppinit.c:875
+msgid "-MG must be specified with one of -M or -MM"
+msgstr "-MG debe ser especificado con -M o con -MM"
+
+#: cppinit.c:882
+msgid "-lang-chill and -trigraphs are mutually exclusive"
+msgstr "-lang-chill y -trigraphs son mutuamente exclusivos"
+
+#: cppinit.c:916
+msgid "#include \"...\" search starts here:\n"
+msgstr "la búsqueda de #include \"...\" inicia aquí:\n"
+
+#: cppinit.c:920
+msgid "#include <...> search starts here:\n"
+msgstr "la búsqueda de #include <...> inicia aquí:\n"
+
+#: cppinit.c:923
+msgid "End of search list.\n"
+msgstr "Fin de la lista de búsqueda.\n"
+
+#: cppinit.c:1016
+msgid "buffers still stacked in cpp_finish"
+msgstr "almacenamientos intermedios aún apilados en cpp_finish"
+
+#: cppinit.c:1042
+msgid "I/O error on output"
+msgstr "error de E/S en la salida"
+
+#. Irix6 "cc -n32" and OSF4 cc have problems with char foo[] = ("string");
+#. I.e. a const string initializer with parens around it. That is
+#. what N_("string") resolves to, so we make no_* be macros instead.
+#: cppinit.c:1077
+#, c-format
+msgid "Argument missing after %s"
+msgstr "Falta un argumento después de %s"
+
+#: cppinit.c:1078
+#, c-format
+msgid "Assertion missing after %s"
+msgstr "Falta una aserción después de %s"
+
+#: cppinit.c:1079
+#, c-format
+msgid "Directory name missing after %s"
+msgstr "Falta el nombre de directorio después de %s"
+
+#: cppinit.c:1080
+#, c-format
+msgid "File name missing after %s"
+msgstr "Falta el nombre de archivo despues de %s"
+
+#: cppinit.c:1081
+#, c-format
+msgid "Macro name missing after %s"
+msgstr "Falta el nombre de macro después de %s"
+
+#: cppinit.c:1082
+#, c-format
+msgid "Path name missing after %s"
+msgstr "Falta el nombre de la ruta después de %s"
+
+#: cppinit.c:1083
+#, c-format
+msgid "Number missing after %s"
+msgstr "Falta el número después de %s"
+
+#: cppinit.c:1260
+#, c-format
+msgid "Too many arguments. Type %s --help for usage info"
+msgstr "Demasiados argumentos. Teclee %s --help para información de modo de empleo"
+
+#: cppinit.c:1342 cppinit.c:1505
+#, c-format
+msgid "GNU CPP version %s (cpplib)\n"
+msgstr "GNU CPP versión %s (cpplib)\n"
+
+#: cppinit.c:1497
+msgid "Output filename specified twice"
+msgstr "Se especificó dos veces el nombre del archivo de salida"
+
+#: cppinit.c:1633
+msgid "-I- specified twice"
+msgstr "se especificó -I- dos veces"
+
+#: cppinit.c:1792
+#, c-format
+msgid "Usage: %s [switches] input output\n"
+msgstr "Modo de empleo: %s [interruptores] entrada salida\n"
+
+#: cppinit.c:1793
+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"
+" -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"
+" -pedantic Issue all warnings demanded by strict ANSI C\n"
+" -pedantic-errors Issue -pedantic warnings as errors instead\n"
+" -traditional Follow K&R pre-processor behaviour\n"
+" -trigraphs Support ANSI C trigraphs\n"
+" -lang-c Assume that the input sources are in C\n"
+" -lang-c89 Assume that the input sources are in C89\n"
+" -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"
+" -lang-fortran\t\t Assume that the input sources are in Fortran\n"
+" -lang-chill Assume that the input sources are in Chill\n"
+" -std=<std name> Specify the conformance standard; one of:\n"
+" gnu89, gnu99, c89, c99, iso9899:1990,\n"
+" iso9899:199409, iso9899:1999\n"
+" -+ Allow parsing of C++ style features\n"
+" -w Inhibit warning messages\n"
+" -Wtrigraphs Warn if trigraphs are encountered\n"
+" -Wno-trigraphs Do not warn about trigraphs\n"
+" -Wcomment{s} Warn if one comment starts inside another\n"
+" -Wno-comment{s} Do not warn about comments\n"
+" -Wtraditional Warn if a macro argument is/would be turned into\n"
+" a string if -traditional is specified\n"
+" -Wno-traditional Do not warn about stringification\n"
+" -Wundef Warn if an undefined macro is used by #if\n"
+" -Wno-undef Do not warn about testing undefined macros\n"
+" -Wimport Warn about the use of the #import directive\n"
+" -Wno-import Do not warn about the use of #import\n"
+" -Werror Treat all warnings as errors\n"
+" -Wno-error Do not treat warnings as errors\n"
+" -Wall Enable all preprocessor warnings\n"
+" -M Generate make dependencies\n"
+" -MM As -M, but ignore system header files\n"
+" -MD As -M, but put output in a .d file\n"
+" -MMD As -MD, but ignore system header files\n"
+" -MG Treat missing header file as generated files\n"
+" -g3 Include #define and #undef directives in the output\n"
+" -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"
+" -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"
+" -ftabstop=<number> Distance between tab stops for column reporting\n"
+" -P Do not generate #line directives\n"
+" -$ Do not allow '$' in identifiers\n"
+" -remap Remap file names when including files.\n"
+" --version Display version information\n"
+" -h or --help Display this information\n"
+msgstr ""
+"Interruptores:\n"
+" -include <archivo> Incluye el contenido de <archivo> antes de otros archivos\n"
+" -imacros <archivo> Acepta la definición de macros en el <archivo>\n"
+" -iprefix <ruta> Especifica la <ruta> como un prefijo para las siguientes dos opciones\n"
+" -iwithprefix <dir> Agrega el <dir>ectorio al final de la ruta de inclusión del sistema\n"
+" -iwithprefixbefore <dir> Agrega el <dir>ectorio al final de la ruta de inclusión principal\n"
+" -isystem <dir> Agrega el <dir>ectorio al inicio de la ruta de inclusión del sistema\n"
+" -idirafter <dir> Agrega el <dir>ectorio al final de la ruta de inclusión del sistema\n"
+" -I <dir> Agrega el <dir>ectorio al final de la ruta de inclusión principal\n"
+" -I- Control de ruta de inclusión de granularidad fina; vea los documentación info\n"
+" -nostdinc No buscar en los directorios de inclusión del sistema\n"
+" (los directorios especificados con -isystem aún serán usados)\n"
+" -nostdinc++ No buscar en los directorios de inclusión del sistema para C++\n"
+" -o <archivo> Pone la salida en el <archivo>\n"
+" -pedantic Activa todos los avisos demandados por ANSI C estricto\n"
+" -pedantic-errors Activa los avisos -pedantic como errores en lugar de avisos\n"
+" -traditional Sigue la conducta del pre-procesador K&R\n"
+" -trigraphs Da soporte a trigrafos ANSI C\n"
+" -lang-c Asume que el código fuente de entrada está en C\n"
+" -lang-c89 Asume que el código fuente de entrada está en C89\n"
+" -lang-c++ Asume que el código fuente de entrada está en C++\n"
+" -lang-objc Asume que el código fuente de entrada está en ObjectiveC\n"
+" -lang-objc++ Asume que el código fuente de entrada está en ObjectiveC++\n"
+" -lang-asm Asume que el código fuente de entrada está en ensamblador\n"
+" -lang-fortran\t\t Asume que el código fuente de entrada está en Fortran\n"
+" -lang-chill Asume que el código fuente de entrada está en Chill\n"
+" -std=<std name> Especifica la conformancia a estándares; uno de:\n"
+" gnu89, gnu99, c89, c99, iso9899:1990,\n"
+" iso9899:199409, iso9899:1999\n"
+" -+ Permite la decodificación de características de estilo de C++\n"
+" -w Inhibe los mensajes de aviso\n"
+" -Wtrigraphs Aviso si se encuentran trigrafos\n"
+" -Wno-trigraphs No hay aviso sobre trigrafos\n"
+" -Wcomment{s} Aviso si un comentario empieza dentro de otro\n"
+" -Wno-comment{s} No hay aviso sobre comentarios\n"
+" -Wtraditional Aviso si un argumento de macro es/será convertido a\n"
+" una cadena si se especifica -traditional\n"
+" -Wno-traditional No hay aviso sobre conversión a cadena\n"
+" -Wundef Aviso si una macro indefinida es usada por #if\n"
+" -Wno-undef No hay aviso sobre pruebas con macros indefinidas\n"
+" -Wimport Aviso acerca del uso de la directiva #import\n"
+" -Wno-import No hay aviso acerca del uso de #import\n"
+" -Werror Trata todas los avisos como errores\n"
+" -Wno-error No trata los avisos como errores\n"
+" -Wall Habilita todas los avisos del preprocesador\n"
+" -M Genera dependencias para make\n"
+" -MM Como -M, pero ignora los archivos de encabezado del sistema\n"
+" -MD Como -M, pero pone la salida en un archivo .d\n"
+" -MMD Como -MD, pero ignora los archivos de encabezado del sistema\n"
+" -MG Trata los archivos de encabezado del sistema faltantes como archivos generados\n"
+" -g3 Incluye las directivas #define y #undef en la salida\n"
+" -D<macro> Define una <macro> con cadena '1' como su valor\n"
+" -D<macro>=<val> Define una <macro> con <val> como su valor\n"
+" -A<pregunta> (<resp>) Proporciona la <resp>uesta a la <pregunta>\n"
+" -A-<pregunta> (<resp>) Desactiva la <resp>uesta a la <pregunta>\n"
+" -U<macro> Borra la definición de la <macro> \n"
+" -v Muestra el número de la versión\n"
+" -H Muestra el nombre de archivos de encabezado mientras son usados\n"
+" -C No descarta comentarios\n"
+" -dM Muestra una lista de definiciones de macro activas al final\n"
+" -dD Preserva las definiciones de macro en la salida\n"
+" -dN Como -dD excepto que solamente se preservan los nombres\n"
+" -dI Incluye directivas #include en la salida\n"
+" -ftabstop=<number> Distancia entre topes de tabulador para reporte en columnas\n"
+" -P No genera directivas #line\n"
+" -$ No permite '$' en identificadores\n"
+" -remap Remapea nombres de archivos cuando se incluyen archivos.\n"
+" --version Muestra información de la versión\n"
+" -h or --help Muestra esta información\n"
+
+#: cpplex.c:190
+msgid "macro or `#include' recursion too deep"
+msgstr "recursión de macro o `#include' demasiado profunda"
+
+#: cpplex.c:212
+msgid "mark active in cpp_pop_buffer"
+msgstr "marca activa en cpp_pop_buffer"
+
+#: cpplex.c:439
+msgid "length < 0 in cpp_expand_to_buffer"
+msgstr "length < 0 en cpp_expand_to_buffer"
+
+#: cpplex.c:861 cpplex.c:2440
+msgid "'/*' within comment"
+msgstr "'/*' dentro de un comentario"
+
+#: cpplex.c:865 cpplex.c:3018
+msgid "unterminated comment"
+msgstr "comentario sin terminar"
+
+#: cpplex.c:895
+msgid "backslash-newline within line comment"
+msgstr "carácter barra invertida-fin de línea dentro de una línea de comentario"
+
+#: cpplex.c:931
+msgid "C++ style comments are not allowed in traditional C"
+msgstr "los comentarios de estilo C++ no son permitidos en C tradicional"
+
+#: cpplex.c:934 cpplex.c:2974
+msgid "C++ style comments are not allowed in ISO C89"
+msgstr "los comentarios de estilo C++ no son permitidos en ISO C89"
+
+#: cpplex.c:938 cpplex.c:2976
+msgid "(this will be reported only once per input file)"
+msgstr "(esto se reportará solamente una vez por cada archivo de entrada)"
+
+#: cpplex.c:986 cpplex.c:2532
+msgid "embedded null character ignored"
+msgstr "carácter nulo embutido ignorado"
+
+#: cpplex.c:988 cpplex.c:2531
+msgid "embedded null characters ignored"
+msgstr "caracteres nulos embutido ignorados"
+
+#: cpplex.c:1008 cpplex.c:1076 cpplex.c:2523
+#, c-format
+msgid "%s in preprocessing directive"
+msgstr "%s en directiva de preprocesamiento"
+
+#: cpplex.c:1132
+msgid "unterminated string or character constant"
+msgstr "cadena sin terminar o constante de carácter"
+
+#: cpplex.c:1137
+msgid "possible real start of unterminated constant"
+msgstr "posible inicio real de la constante sin terminar"
+
+#: cpplex.c:1163
+msgid "unterminated character constant"
+msgstr "constante de carácter sin terminar"
+
+#: cpplex.c:1169
+msgid "string constant runs past end of line"
+msgstr "una constante de cadena continúa más allá del fin de línea"
+
+#: cpplex.c:1177
+msgid "\\r escape inside string constant"
+msgstr "escape \\r dentro de una constante de cadena"
+
+#: cpplex.c:1199
+msgid "null character in string or character constant"
+msgstr "carácter nulo en constante de cadena o carácter"
+
+#: cpplex.c:1201
+msgid "null characters in string or character constant"
+msgstr "caracteres nulos en constante de cadena o carácter"
+
+#: cpplex.c:1385
+msgid "missing '>' in `#include <FILENAME>'"
+msgstr "falta '>' en `#include <ARCHIVO>'"
+
+#: cpplex.c:1402 cpplex.c:1587
+#, c-format
+msgid "unrecognized escape \\r%c"
+msgstr "escape \\r%c no reconocido"
+
+#: cpplex.c:1704
+#, c-format
+msgid "function macro %s must be used with arguments in traditional C"
+msgstr "la función de macro %s debe ser usada con argumentos en C tradicional"
+
+#: cpplex.c:1730
+msgid "vertical tab in preprocessing directive"
+msgstr "tabulador vertical en directiva de preprocesamiento"
+
+#: cpplex.c:1732
+msgid "form feed in preprocessing directive"
+msgstr "alimentacion de papel en directiva de preprocesamiento"
+
+#: cpplex.c:2094 cpplex.c:2321
+#, c-format
+msgid "trigraph ??%c converted to %c"
+msgstr "trigrafo ??%c convertido a %c"
+
+#: cpplex.c:2097 cpplex.c:2325
+#, c-format
+msgid "trigraph ??%c ignored"
+msgstr "se ignoró trigrafo ??%c"
+
+#: cpplex.c:2132 cpplex.c:3287
+msgid "no newline at end of file"
+msgstr "no hay caractér de fin de línea al final del archivo"
+
+#: cpplex.c:2562
+msgid "'$' character in identifier"
+msgstr "carácter '$' en un identificador"
+
+#: cpplex.c:2714
+msgid "multi-line string constant"
+msgstr "constante de cadena en múltiples líneas"
+
+#: cpplex.c:2752
+#, c-format
+msgid "missing terminating %c character"
+msgstr "falta carácter terminando %c"
+
+#: cpplex.c:2758
+msgid "possible start of unterminated string literal"
+msgstr "posible iniciio de la cadena literal sin terminar"
+
+#: cpplex.c:2768
+msgid "null characters preserved"
+msgstr "caracteres nulos preservados"
+
+#: cpplex.c:2769
+msgid "null character preserved"
+msgstr "carácter nulo preservado"
+
+#: cpplex.c:2983
+msgid "comment start split across lines"
+msgstr "inicio de comentario dividido entre líneas"
+
+#: cpplex.c:2987
+msgid "multi-line comment"
+msgstr "comentario en múltiples líneas"
+
+#: cpplex.c:3015
+msgid "comment start '/*' split across lines"
+msgstr "inicio de comentario '/*' dividido entre líneas"
+
+#: cpplex.c:3021
+msgid "comment end '*/' split across lines"
+msgstr "fin de comentario '/*' dividido entre líneas"
+
+#: cpplex.c:3071
+msgid "backslash and newline separated by space"
+msgstr "caracteres de barra invertida y fin de línea separados por espacio"
+
+#: cpplex.c:3359
+msgid "Unspellable token"
+msgstr "Token impronunciable"
+
+#: cpplib.c:188
+msgid "handle_directive called on macro buffer"
+msgstr "handle_directive llamado en el almacenamiento intermedio de macro"
+
+#: cpplib.c:219
+msgid "# followed by integer"
+msgstr "# seguindo por entero"
+
+#: cpplib.c:247
+#, c-format
+msgid "invalid preprocessing directive #%s"
+msgstr "directiva de preprocesamiento #%s no válida"
+
+#: cpplib.c:266
+#, c-format
+msgid "ignoring #%s because of its indented #"
+msgstr "ignorando #%s por su # indentado"
+
+#: cpplib.c:276
+#, c-format
+msgid "#%s may not be used inside a macro argument"
+msgstr "#%s no puede ser usado dentro de un argumento de macro"
+
+#: cpplib.c:284
+#, c-format
+msgid "ISO C does not allow #%s"
+msgstr "ISO C no permite #%s"
+
+#: cpplib.c:291
+#, c-format
+msgid "traditional C ignores #%s with the # indented"
+msgstr "C tradicional ignora #%s con el # indentado"
+
+#: cpplib.c:295
+#, c-format
+msgid "suggest hiding #%s from traditional C with an indented #"
+msgstr "se sugiere ocultar #%s de C tradicional con un # indentado"
+
+#: cpplib.c:357
+msgid "#define must be followed by an identifier"
+msgstr "#define debe ser seguido por un identificador"
+
+#: cpplib.c:369
+msgid "\"defined\" is not a legal macro name"
+msgstr "\"defined\" no es un nombre de macro legal"
+
+#: cpplib.c:378
+#, c-format
+msgid "redefining poisoned `%.*s'"
+msgstr "redefiniendo `%.*s' envenenado"
+
+#: cpplib.c:416
+#, c-format
+msgid "#%s expects \"FILENAME\" or <FILENAME>"
+msgstr "#%s espera \"NOMBRE_ARCHIVO\" ó <NOMBRE_ARCHIVO>"
+
+#: cpplib.c:424
+#, c-format
+msgid "junk at end of #%s"
+msgstr "basura al final de #%s"
+
+#: cpplib.c:431
+#, c-format
+msgid "empty file name in #%s"
+msgstr "nombre de archivo vacío en #%s"
+
+#: cpplib.c:469
+msgid "#import is obsolete, use an #ifndef wrapper in the header file"
+msgstr "#import es obsoleto, use una envoltura #ifndef en el archivo de encabezado"
+
+#: cpplib.c:514
+msgid "#include_next in primary source file"
+msgstr "#include_next en archivo primario de código fuente"
+
+#: cpplib.c:545
+msgid "invalid format #line"
+msgstr "formato no válido de #line"
+
+#: cpplib.c:569 cpplib.c:578
+msgid "token after #line is not an integer"
+msgstr "un token después de #line no es un entero"
+
+#: cpplib.c:584
+msgid "line number out of range in #line"
+msgstr "número de línea fuera de rango en #line"
+
+#: cpplib.c:597
+msgid "garbage at end of #line"
+msgstr "basura al final de #line"
+
+#: cpplib.c:638
+msgid "second token after #line is not a string"
+msgstr "el segundo token después de #line no es una cadena"
+
+#: cpplib.c:674
+msgid "token after #undef is not an identifier"
+msgstr "el token despúes de #undef no es un identificador"
+
+#: cpplib.c:683
+msgid "junk on line after #undef"
+msgstr "basura en la línea después de #undef"
+
+#: cpplib.c:694
+#, c-format
+msgid "cannot undefine poisoned \"%s\""
+msgstr "no se puede borra la definición de \"%s\" envenenado"
+
+#: cpplib.c:704
+#, c-format
+msgid "undefining `%s'"
+msgstr "borrando la definición de `%s'"
+
+#: cpplib.c:730
+#, c-format
+msgid "#error %.*s"
+msgstr "#error %.*s"
+
+#: cpplib.c:750
+#, c-format
+msgid "#warning %.*s"
+msgstr "#warning %.*s"
+
+#: cpplib.c:845
+msgid "malformed #pragma directive"
+msgstr "directiva #pragma mal formada"
+
+#: cpplib.c:871
+msgid "#pragma once is obsolete"
+msgstr "#pragma una vez es obsoleto"
+
+#: cpplib.c:874
+msgid "#pragma once outside include file"
+msgstr "#pragma una vez fuera del archivo incluído"
+
+#: cpplib.c:898
+msgid "malformed #pragma implementation"
+msgstr "implementación de #pragma malformada"
+
+#: cpplib.c:911
+#, c-format
+msgid "#pragma implementation for %s appears after file is included"
+msgstr "implementación de #pragma para %s aparece después de que el archivo es incluído"
+
+#: cpplib.c:943
+msgid "invalid #pragma poison directive"
+msgstr "directiva envenenada #pragma no válida"
+
+#: cpplib.c:956
+#, c-format
+msgid "poisoning existing macro `%s'"
+msgstr "envenenando la macro existente `%s'"
+
+#: cpplib.c:978
+msgid "#pragma system_header outside include file"
+msgstr "#pragma system_header fuera del archivo a incluir"
+
+#: cpplib.c:1094
+#, c-format
+msgid "#%s with no argument"
+msgstr "#%s sin argumentos"
+
+#: cpplib.c:1104
+#, c-format
+msgid "#%s with invalid argument"
+msgstr "#%s con argumento no válido"
+
+#: cpplib.c:1112
+#, c-format
+msgid "garbage at end of #%s"
+msgstr "basura al final de #%s"
+
+#: cpplib.c:1130 cpplib.c:1151 cpplib.c:1611
+#, c-format
+msgid "attempt to use poisoned `%s'"
+msgstr "intento de usar `%s' envenenado"
+
+#: cpplib.c:1193
+msgid "#else without #if"
+msgstr "#else sin #if"
+
+#: cpplib.c:1198
+msgid "#else after #else"
+msgstr "#else después de #else"
+
+#: cpplib.c:1199 cpplib.c:1236
+msgid "the conditional began here"
+msgstr "el condicional empezó aquí"
+
+#: cpplib.c:1230
+msgid "#elif without #if"
+msgstr "#elif sin #if"
+
+#: cpplib.c:1235
+msgid "#elif after #else"
+msgstr "#elif después de #else"
+
+#: cpplib.c:1265
+msgid "#endif without #if"
+msgstr "#endif sin #if"
+
+#: cpplib.c:1315
+#, c-format
+msgid "ISO C forbids text after #%s"
+msgstr "ISO C prohibe texto después de #%s"
+
+#: cpplib.c:1334
+#, c-format
+msgid "unterminated #%s"
+msgstr "#%s sin terminar"
+
+#: cppmain.c:61
+#, c-format
+msgid "Invalid option %s"
+msgstr "Opción %s no válida"
+
+#: cppspec.c:128
+#, c-format
+msgid "`%s' is not a legal option to the preprocessor"
+msgstr "`%s' no es una opción legal para el preprocesador"
+
+#: cppspec.c:152
+msgid "too many input files"
+msgstr "demasiados archivos de entrada"
+
+#: cse.c:6873
+#, c-format
+msgid ";; Processing block from %d to %d, %d sets.\n"
+msgstr ";; Procesando el bloque de %d a %d, %d establecido.\n"
+
+#: emit-rtl.c:963
+msgid "Unable to access real part of complex value in a hard register on this target"
+msgstr "No se puede acceder a la parte real de un valor complejo en un registro fijo en este objetivo"
+
+#: emit-rtl.c:986
+msgid "Unable to access imaginary part of complex value in a hard register on this target"
+msgstr "No se puede acceder a la parte imaginaria de un valor complejo en un registro fijo en este objetivo"
+
+#: except.c:954
+msgid "Cannot duplicate non-existant exception region."
+msgstr "No se puede duplicar una región de excepción que no existe."
+
+#: except.c:1068
+msgid "exception handling disabled, use -fexceptions to enable"
+msgstr "manejo de excepciones desactivado, use -fexceptions para activar"
+
+#: except.c:1751
+msgid "Never issued previous false_label"
+msgstr "Nunca se activó false_label previamente"
+
+#: except.c:3074
+msgid "Duplicate call to __builtin_eh_return"
+msgstr "Llamada duplicada a __builtin_eh_return"
+
+#: except.c:3094
+msgid "function uses __builtin_eh_return"
+msgstr "la función usa __builtin_eh_return"
+
+#: explow.c:1451
+msgid "stack limits not supported on this target"
+msgstr "no se da soporte a límites de la pila en este objetivo"
+
+#: expr.c:2682
+msgid "function using short complex types cannot be inline"
+msgstr "las funciones que usan tipos short complex no pueden ser inline"
+
+#: expr.c:5643 expr.c:5652 expr.c:5661 expr.c:5666 expr.c:5845 expr.c:5860
+msgid "unsupported wide integer operation"
+msgstr "operación de enteros anchos sin soporte"
+
+#: final.c:3367
+#, c-format
+msgid "output_operand: %s"
+msgstr "output_operand: %s"
+
+#: final.c:3507
+#, c-format
+msgid "operand number missing after %-letter"
+msgstr "falta número operando después de %-letra"
+
+#: final.c:3509 final.c:3542
+msgid "operand number out of range"
+msgstr "número operando fuera de rango"
+
+#: final.c:3555
+#, ycp-format
+msgid "invalid %%-code"
+msgstr "%%-código no válido"
+
+#: final.c:3582
+msgid "`%l' operand isn't a label"
+msgstr "el operando `%l' no es una etiqueta"
+
+#: flow.c:6338
+#, c-format
+msgid "Head insn %d for block %d not found in the insn stream."
+msgstr "La cabeza insn %d para el bloque %d no se encuentra en el flujo insn."
+
+#: flow.c:6349
+#, c-format
+msgid "Insn %d is in multiple basic blocks (%d and %d)"
+msgstr "Insn %d está en múltiples bloques básicos (%d y %d)"
+
+#: flow.c:6360
+#, c-format
+msgid "End insn %d for block %d not found in the insn stream."
+msgstr "El final insn %d para el bloque %d no se encuentra en el flujo insn."
+
+#: flow.c:6394 flow.c:6421
+#, c-format
+msgid "Basic block %i edge lists are corrupted"
+msgstr "Las listas del bloque básico %i edge están corruptas"
+
+#: flow.c:6406
+#, c-format
+msgid "Basic block %d pred edge is corrupted"
+msgstr "El bloque básico %d pred edge está corrupto"
+
+#: flow.c:6436
+#, c-format
+msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
+msgstr "NOTE_INSN_BASIC_BLOCK falta para el bloque %d"
+
+#: flow.c:6446
+#, c-format
+msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d\n"
+msgstr "NOTE_INSN_BASIC_BLOCK falta para el bloque %d\n"
+
+#: flow.c:6463
+#, c-format
+msgid "NOTE_INSN_BASIC_BLOCK %d in the middle of basic block %d"
+msgstr "NOTE_INSN_BASIC_BLOCK %d en el medio del bloque básico %d"
+
+#: flow.c:6475
+#, c-format
+msgid "In basic block %d:"
+msgstr "En el bloque básico %d:"
+
+#: flow.c:6495
+msgid "Basic blocks not numbered consecutively"
+msgstr "Los bloques básicos no están numerados consecutivamente"
+
+#: flow.c:6535
+#, c-format
+msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
+msgstr "el número de notas bb en la cadena insn (%d) != n_basic_blocks (%d)"
+
+#: gcc.c:978
+#, c-format
+msgid "Ambiguous abbreviation %s"
+msgstr "Abreviación ambigua %s"
+
+#: gcc.c:1005
+#, c-format
+msgid "Incomplete `%s' option"
+msgstr "Opción `%s' incompleta"
+
+#: gcc.c:1016
+#, c-format
+msgid "Missing argument to `%s' option"
+msgstr "Faltan argumentos para la opción `%s'"
+
+#: gcc.c:1029
+#, c-format
+msgid "Extraneous argument to `%s' option"
+msgstr "Argumento extraño para la opción `%s'"
+
+#: gcc.c:1196
+msgid "Using builtin specs.\n"
+msgstr "Usando especificaciones internas.\n"
+
+#: gcc.c:1279
+#, c-format
+msgid "Setting spec %s to '%s'\n\n"
+msgstr "Cambiando la especificación de %s a '%s'\n\n"
+
+#: gcc.c:1475
+#, c-format
+msgid "Reading specs from %s\n"
+msgstr "Leyendo especificaciones de %s\n"
+
+#: gcc.c:1572 gcc.c:1590
+msgid "specs %%include syntax malformed after %ld characters"
+msgstr "specs sintaxis mal formada de %%include después de %ld caracteres"
+
+#: gcc.c:1598
+#, c-format
+msgid "Could not find specs file %s\n"
+msgstr "No se puede encontrar el archivo de especificaciones %s\n"
+
+#: gcc.c:1614 gcc.c:1622 gcc.c:1631 gcc.c:1640
+msgid "specs %%rename syntax malformed after %ld characters"
+msgstr "specs sintaxis mal formada de %%rename después de %ld caracteres"
+
+#: gcc.c:1649
+#, c-format
+msgid "specs %s spec was not found to be renamed"
+msgstr "specs la especificación %s no se encontró para ser renombrada"
+
+#: gcc.c:1656
+#, c-format
+msgid "rename spec %s to %s\n"
+msgstr "renombrando especificación %s a %s\n"
+
+#: gcc.c:1658
+#, c-format
+msgid "spec is '%s'\n\n"
+msgstr "la especificacion es '%s'\n\n"
+
+#: gcc.c:1671
+msgid "specs unknown %% command after %ld characters"
+msgstr "specs comando %% desconocido después de %ld caracteres"
+
+#: gcc.c:1682 gcc.c:1695
+#, c-format
+msgid "specs file malformed after %ld characters"
+msgstr "specs archivo mal formado despues de %ld caracteres"
+
+#: gcc.c:1751
+msgid "spec file has no spec for linking"
+msgstr "el archivo de especificaciones no tiene especificaciones para enlazar"
+
+#: gcc.c:2482
+#, c-format
+msgid "file path prefix `%s%s' never used"
+msgstr "el prefijo de ruta de archivo `%s%s' nunca es usado"
+
+#: gcc.c:2485
+#, c-format
+msgid "file path prefix `%s' never used"
+msgstr "el prefijo de ruta de archivo `%s' nunca es usado"
+
+#: gcc.c:2541
+msgid "-pipe not supported"
+msgstr "-pipe no tiene soporte"
+
+#: gcc.c:2577
+msgid "\nGo ahead? (y or n) "
+msgstr "\nContinuar? (s ó n) "
+
+#: gcc.c:2664
+#, c-format
+msgid "Internal compiler error: program %s got fatal signal %d"
+msgstr "Error interno del compilador: el programa %s recibió la señal fatal %d"
+
+#: gcc.c:2679
+#, c-format
+msgid "# %s %.2f %.2f\n"
+msgstr "# %s %.2f %.2f\n"
+
+#: gcc.c:3190
+msgid "argument to `-Xlinker' is missing"
+msgstr "falta el argumento para `-Xlinker'"
+
+#: gcc.c:3207
+msgid "argument to `-specs' is missing"
+msgstr "falta el argumento para `-specs'"
+
+#: gcc.c:3222
+msgid "argument to `-specs=' is missing"
+msgstr "falta el argumento para `-specs='"
+
+#: gcc.c:3244
+msgid "argument to `-b' is missing"
+msgstr "falta el argumento para `-b'"
+
+#: gcc.c:3257
+msgid "argument to `-B' is missing"
+msgstr "falta el argumento para `-B'"
+
+#: gcc.c:3309
+msgid "argument to `-V' is missing"
+msgstr "falta el argumento para `-V'"
+
+#: gcc.c:3330 gcc.c:3337 gcc.c:3344
+msgid "invalid version number format"
+msgstr "formato de número de versión no válido"
+
+#: gcc.c:3415
+msgid "cannot specify -o with -c or -S and multiple compilations"
+msgstr "no se puede especificar -o con -c ó -S y con múltiples compilaciones"
+
+#: gcc.c:3585
+msgid "Warning: -pipe ignored since -save-temps specified"
+msgstr "Aviso: se ignora -pipe porque se ha especificado -save-temps"
+
+#: gcc.c:3589
+msgid "Warning: -pipe ignored since -time specified"
+msgstr "Aviso: se ignora -pipe porque se ha especificado -time"
+
+#: gcc.c:3599
+msgid "argument to `-x' is missing"
+msgstr "falta el argumento para `-x'"
+
+#: gcc.c:3627
+#, c-format
+msgid "argument to `-%s' is missing"
+msgstr "falta el argumento para `-%s'"
+
+#: gcc.c:3687
+#, c-format
+msgid "Warning: `-x %s' after last input file has no effect"
+msgstr "Aviso: `-x %s' después del último archivo de entrada no tiene efecto"
+
+#: gcc.c:3883
+msgid "Invalid specification! Bug in cc."
+msgstr "¡Especificación no válida! `Bug' en cc."
+
+#. Catch the case where a spec string contains something like
+#. '%{foo:%*}'. ie there is no * in the pattern on the left
+#. hand side of the :.
+#: gcc.c:4485
+#, ycp-format
+msgid "Spec failure: '%%*' has not been initialised by pattern match"
+msgstr "Falla en spec: '%%*' no ha sido iniciado por coincidencia de patrón"
+
+#: gcc.c:4494
+#, ycp-format
+msgid "Warning: use of obsolete %%[ operator in specs"
+msgstr "Aviso: uso del operador obsoleto %%[ en especifiación"
+
+#: gcc.c:4512
+#, c-format
+msgid "Processing spec %c%s%c, which is '%s'\n"
+msgstr "Procesando la especificación %c%s%c, el cual es '%s'\n"
+
+#: gcc.c:4636
+#, c-format
+msgid "Spec failure: Unrecognised spec option '%c'"
+msgstr "Falla en spec: Opción de especificación '%c' no reconocida"
+
+#: gcc.c:5425
+#, c-format
+msgid "unrecognized option `-%s'"
+msgstr "opción `-%s' no reconocida"
+
+#: gcc.c:5495
+#, c-format
+msgid "gcc version %s\n"
+msgstr "gcc versión %s\n"
+
+#: gcc.c:5497
+#, c-format
+msgid "gcc driver version %s executing gcc version %s\n"
+msgstr "controlador gcc versión %s ejecutando gcc version %s\n"
+
+#: gcc.c:5505
+msgid "No input files"
+msgstr "No hay archivos de entrada"
+
+#: gcc.c:5544
+#, c-format
+msgid "%s: %s compiler not installed on this system"
+msgstr "%s: el compilador %s no está instalado en este sistema"
+
+#: gcc.c:5637
+#, c-format
+msgid "%s: linker input file unused since linking not done"
+msgstr "%s: archivo de entrada del enlazador sin uso ya que no se hizo enlace"
+
+#: gcc.c:5680
+#, c-format
+msgid "language %s not recognized"
+msgstr "no se reconoce el lenguaje %s"
+
+#: gcov.c:292
+msgid "Internal gcov abort.\n"
+msgstr "Aborto interno de gcov.\n"
+
+#: gcov.c:301
+msgid "gcov [-b] [-v] [-n] [-l] [-f] [-o OBJDIR] file\n"
+msgstr "gcov [-b] [-v] [-n] [-l] [-f] [-o DIROBJ] archivo\n"
+
+#: gcov.c:421
+#, c-format
+msgid "Could not open basic block file %s.\n"
+msgstr "No se puede abrir archivo de bloque básico %s.\n"
+
+#: gcov.c:430
+#, c-format
+msgid "Could not open data file %s.\n"
+msgstr "No se puede abrir archivo de datos %s.\n"
+
+#: gcov.c:431
+msgid "Assuming that all execution counts are zero.\n"
+msgstr "Asumiendo que todas las cuentas de ejecución son cero.\n"
+
+#: gcov.c:437
+#, c-format
+msgid "Could not open program flow graph file %s.\n"
+msgstr "No se puede abrir el archivo del grafo de flujo del programa %s.\n"
+
+#: gcov.c:448
+#, c-format
+msgid "No executable code associated with file %s.\n"
+msgstr "No hay código ejecutable asociado al archivo %s.\n"
+
+#: gcov.c:747
+msgid ".da file contents exhausted too early\n"
+msgstr "el contenido del archivo .da se agotó demasiado pronto\n"
+
+#: gcov.c:750
+msgid ".da file contents not exhausted\n"
+msgstr "el contenido del archivo .da no se agotó\n"
+
+#: gcov.c:931
+msgid "%6.2f%% of %d source lines executed in function %s\n"
+msgstr "%6.2f%% de %d líneas de código fuente ejecutadas en la función %s\n"
+
+#: gcov.c:935
+#, c-format
+msgid "No executable source lines in function %s\n"
+msgstr "No hay líneas de código fuente ejecutable en la función %s\n"
+
+#: gcov.c:942
+msgid "%6.2f%% of %d branches executed in function %s\n"
+msgstr "%6.2f%% de %d ramificaciones ejecutadas en la función %s\n"
+
+#: gcov.c:946
+msgid "%6.2f%% of %d branches taken at least once in function %s\n"
+msgstr "%6.2f%% de %d ramificaciones visitadas al menos una vez en la función %s\n"
+
+#: gcov.c:951
+#, c-format
+msgid "No branches in function %s\n"
+msgstr "No hay ramificaciones en la función %s\n"
+
+#: gcov.c:953
+msgid "%6.2f%% of %d calls executed in function %s\n"
+msgstr "%6.2f%% de %d llamadas ejecutadas en la función %s\n"
+
+#: gcov.c:957
+#, c-format
+msgid "No calls in function %s\n"
+msgstr "No hay llamadas en la función %s\n"
+
+#: gcov.c:1089
+#, c-format
+msgid "didn't use all bb entries of graph, function %s\n"
+msgstr "no se usaron todas las entradas bb del grafo, función %s\n"
+
+#: gcov.c:1091
+#, c-format
+msgid "block_num = %ld, num_blocks = %d\n"
+msgstr "block_num = %ld, num_blocks = %d\n"
+
+#: gcov.c:1129
+#, c-format
+msgid "ERROR: too many basic blocks in .bb file %s\n"
+msgstr "ERROR: demasiados bloques básicos en el archivo .bb %s\n"
+
+#: gcov.c:1206
+msgid "%6.2f%% of %d source lines executed in file %s\n"
+msgstr "%6.2f%% de %d líneas de código fuente ejecutadas en el archivo %s\n"
+
+#: gcov.c:1210
+#, c-format
+msgid "No executable source lines in file %s\n"
+msgstr "No hay líneas de código fuente ejecutable en el archivo %s\n"
+
+#: gcov.c:1217
+msgid "%6.2f%% of %d branches executed in file %s\n"
+msgstr "%6.2f%% de %d ramificaciones ejecutadas en el archivo %s\n"
+
+#: gcov.c:1221
+msgid "%6.2f%% of %d branches taken at least once in file %s\n"
+msgstr "%6.2f%% de %d ramificaciones visitadas al menos una vez en el archivo %s\n"
+
+#: gcov.c:1226
+#, c-format
+msgid "No branches in file %s\n"
+msgstr "No hay ramificaciones en el archivo %s\n"
+
+#: gcov.c:1228
+msgid "%6.2f%% of %d calls executed in file %s\n"
+msgstr "%6.2f%% de %d llamadas ejecutadas en el archivo %s\n"
+
+#: gcov.c:1232
+#, c-format
+msgid "No calls in file %s\n"
+msgstr "No hay llamadas en el archivo %s\n"
+
+#: gcov.c:1244
+#, c-format
+msgid "Could not open source file %s.\n"
+msgstr "No se puede abrir el archivo de código fuente %s.\n"
+
+#: gcov.c:1294
+#, c-format
+msgid "Could not open output file %s.\n"
+msgstr "No se puede abrir el archivo de salida %s.\n"
+
+#: gcov.c:1302
+#, c-format
+msgid "Creating %s.\n"
+msgstr "Creando %s.\n"
+
+#: gcov.c:1346
+#, c-format
+msgid "call %d never executed\n"
+msgstr "la llamada %d nunca se ejecuta\n"
+
+#: gcov.c:1351
+#, c-format
+msgid "call %d returns = %d\n"
+msgstr "la llamada %d devuelve = %d\n"
+
+#: gcov.c:1355
+msgid "call %d returns = %d%%\n"
+msgstr "la llamada %d devuelve = %d%%\n"
+
+#: gcov.c:1363
+#, c-format
+msgid "branch %d never executed\n"
+msgstr "la ramificacion %d nunca se ejecuta\n"
+
+#: gcov.c:1369
+#, c-format
+msgid "branch %d taken = %d\n"
+msgstr "ramificación %d tomada = %d\n"
+
+#: gcov.c:1373
+msgid "branch %d taken = %d%%\n"
+msgstr "ramificación %d tomada = %d%%\n"
+
+#: gcov.c:1387
+#, c-format
+msgid "Unexpected EOF while reading source file %s.\n"
+msgstr "EOF inesperado mientras se leía el archivo de código fuente %s.\n"
+
+#: ../libiberty/getopt.c:682
+#, c-format
+msgid "%s: option `%s' is ambiguous\n"
+msgstr "%s: la opción `%s' es ambigua\n"
+
+#: ../libiberty/getopt.c:707
+#, c-format
+msgid "%s: option `--%s' doesn't allow an argument\n"
+msgstr "%s: la opción `--%s' no permite un argumento\n"
+
+#: ../libiberty/getopt.c:712
+#, c-format
+msgid "%s: option `%c%s' doesn't allow an argument\n"
+msgstr "%s: la opción `%c%s' no permite un argumento\n"
+
+#: ../libiberty/getopt.c:730 ../libiberty/getopt.c:903
+#, c-format
+msgid "%s: option `%s' requires an argument\n"
+msgstr "%s: la opción `%s' requiere un argumento\n"
+
+#. --option
+#: ../libiberty/getopt.c:759
+#, c-format
+msgid "%s: unrecognized option `--%s'\n"
+msgstr "%s: opción `--%s' no reconocida\n"
+
+#. +option or -option
+#: ../libiberty/getopt.c:763
+#, c-format
+msgid "%s: unrecognized option `%c%s'\n"
+msgstr "%s: opción `%c%s' no reconocida\n"
+
+#. 1003.2 specifies the format of this message.
+#: ../libiberty/getopt.c:789
+#, c-format
+msgid "%s: illegal option -- %c\n"
+msgstr "%s: opción ilegal -- %c\n"
+
+#: ../libiberty/getopt.c:792
+#, c-format
+msgid "%s: invalid option -- %c\n"
+msgstr "%s: opción no válida -- %c\n"
+
+#. 1003.2 specifies the format of this message.
+#: ../libiberty/getopt.c:822 ../libiberty/getopt.c:952
+#, c-format
+msgid "%s: option requires an argument -- %c\n"
+msgstr "%s: la opción requiere un argumento -- %c\n"
+
+#: ../libiberty/getopt.c:869
+#, c-format
+msgid "%s: option `-W %s' is ambiguous\n"
+msgstr "%s: la opción `-W %s' es ambigua\n"
+
+#: ../libiberty/getopt.c:887
+#, c-format
+msgid "%s: option `-W %s' doesn't allow an argument\n"
+msgstr "%s: la opción `-W %s' no permite un argumento\n"
+
+#: integrate.c:154
+msgid "varargs function cannot be inline"
+msgstr "la función varargs no puede ser inline"
+
+#: integrate.c:157
+msgid "function using alloca cannot be inline"
+msgstr "la función que usa alloca no puede ser inline"
+
+#: integrate.c:160
+msgid "function using setjmp cannot be inline"
+msgstr "la función que usa setjmp no puede ser inline"
+
+#: integrate.c:163
+msgid "function with nested functions cannot be inline"
+msgstr "la función con funciones anidadas no puede ser inline"
+
+#: integrate.c:167
+msgid "function with label addresses used in initializers cannot inline"
+msgstr "la función con direcciones de etiquetas usadas en iniciadores no puede ser inline"
+
+#: integrate.c:174 integrate.c:218
+msgid "function too large to be inline"
+msgstr "la función es demasiado grande para ser inline"
+
+#: integrate.c:184
+msgid "no prototype, and parameter address used; cannot be inline"
+msgstr "no hay prototipo, y se usan direcciones de parámetro; no puede ser inline"
+
+#: integrate.c:191 integrate.c:247
+msgid "inline functions not supported for this return value type"
+msgstr "no se da soport a funciones inline para este tipo de valor de regreso"
+
+#: integrate.c:196
+msgid "function with varying-size return value cannot be inline"
+msgstr "la función con valor de regreso de tamaño variable no puede ser inline"
+
+#: integrate.c:203
+msgid "function with varying-size parameter cannot be inline"
+msgstr "la función con parámetro de tamaño variable no puede ser inline"
+
+#: integrate.c:206
+msgid "function with transparent unit parameter cannot be inline"
+msgstr "la función con parámetro de unidad transparente no puede ser inline"
+
+#: integrate.c:225
+msgid "function with computed jump cannot inline"
+msgstr "la función con salto calculado no puede ser inline"
+
+#: integrate.c:229
+msgid "function with nonlocal goto cannot be inline"
+msgstr "la función con goto no local no puede ser inline"
+
+#: integrate.c:241
+msgid "function with complex parameters cannot be inline"
+msgstr "la función con parámetros complejos no puede ser inline"
+
+#: integrate.c:254
+msgid "function with target specific attribute(s) cannot be inlined"
+msgstr "la función con atributo(s) específicos del objetivo no puede ser inline"
+
+#: objc/objc-act.c:770
+msgid "Objective-C text in C source file"
+msgstr "texto Objetive-C en archivo de código fuente C"
+
+#: objc/objc-act.c:1102
+msgid "statically allocated objects not supported"
+msgstr "no se da soporte a objetos alojados estáticamente"
+
+#: objc/objc-act.c:1164
+msgid "Undefined type `id', please import <objc/objc.h>"
+msgstr "Tipo `id' indefinido, por favor importe <objc/objc.h>"
+
+#: objc/objc-act.c:1210 objc/objc-act.c:5392
+#, c-format
+msgid "Cannot find protocol declaration for `%s'"
+msgstr "No se puede encontrar la declaración de protocolo para `%s'"
+
+#: objc-parse.y:1497 objc/objc-act.c:1447 objc/objc-act.c:5918
+#: objc/objc-act.c:6268 objc/objc-act.c:6304
+#, c-format
+msgid "Cannot find interface declaration for `%s'"
+msgstr "No se puede encontrar la declaración de interfaz para `%s'"
+
+#: objc/objc-act.c:2507 objc/objc-act.c:6178
+#, c-format
+msgid "`%s' redeclared as different kind of symbol"
+msgstr "`%s' redeclarado como un tipo diferente de símbolo"
+
+#. fatal did not work with 2 args...should fix
+#: objc/objc-act.c:2613
+#, c-format
+msgid "Cannot find interface declaration for `%s', superclass of `%s'"
+msgstr "No se puede encontrar la declaración de interfaz para `%s', superclase de `%s'"
+
+#: objc/objc-act.c:2621
+#, c-format
+msgid "Circular inheritance in interface declaration for `%s'"
+msgstr "Herencia circular en la declaración de interfaz para `%s'"
+
+#: objc/objc-act.c:3669 objc/objc-act.c:3686
+msgid "inconsistent instance variable specification"
+msgstr "especificación de instancia de variable inconsistente"
+
+#: objc/objc-act.c:5070 objc/objc-act.c:7328
+#, c-format
+msgid "no super class declared in interface for `%s'"
+msgstr "no se declaró una super clase en la interfaz para `%s'"
+
+#: objc/objc-act.c:5719
+#, c-format
+msgid "duplicate definition of class method `%s'."
+msgstr "definición duplicada del método de la clase `%s'."
+
+#: objc/objc-act.c:5725
+#, c-format
+msgid "duplicate declaration of class method `%s'."
+msgstr "declaración duplicada del método de la clase `%s'."
+
+#: objc/objc-act.c:5761
+#, c-format
+msgid "duplicate definition of instance method `%s'."
+msgstr "definición duplicada del método de la instancia `%s'"
+
+#: objc/objc-act.c:5767
+#, c-format
+msgid "duplicate declaration of instance method `%s'."
+msgstr "declaración duplicada del método de la instancia `%s'."
+
+#: objc/objc-act.c:5893
+#, c-format
+msgid "instance variable `%s' is declared private"
+msgstr "la variable de instancia `%s' es declarada privada"
+
+#: objc/objc-act.c:5940
+#, c-format
+msgid "instance variable `%s' is declared %s"
+msgstr "la variable de instancia `%s' es declarada %s"
+
+#: objc/objc-act.c:6191
+#, c-format
+msgid "reimplementation of class `%s'"
+msgstr "reimplementación de la clase `%s'"
+
+#: objc/objc-act.c:6233
+#, c-format
+msgid "conflicting super class name `%s'"
+msgstr "el nombre de la super clase `%s' causa conflicto"
+
+#: objc/objc-act.c:6235
+#, c-format
+msgid "previous declaration of `%s'"
+msgstr "declaración previa de `%s'"
+
+#: objc/objc-act.c:7369
+msgid "[super ...] must appear in a method context"
+msgstr "[super ...] debe aparecer en el contexto de un método"
+
+#: objc-parse.y:701
+#, c-format
+msgid "Instance variable `%s' implicitly declared as function"
+msgstr "La variable de instancia `%s' es declarada implícitamente como una función"
+
+#: objc-parse.y:2627 objc-parse.y:2652
+msgid "method definition not in class context"
+msgstr "la definición de método no está en el contexto de la clase"
+
+#: protoize.c:598
+#, c-format
+msgid "%s: internal abort\n"
+msgstr "%s: aborto interno\n"
+
+#: protoize.c:689
+#, c-format
+msgid "%s: error writing file `%s': %s\n"
+msgstr "%s: error al escribir al archivo `%s': %s\n"
+
+#: protoize.c:734
+#, c-format
+msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
+msgstr "%s: modo de empleo '%s [ -VqfnkN ] [ -i <cadena-i> ] [ nombre_archivo ... ]'\n"
+
+#: protoize.c:737
+#, c-format
+msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
+msgstr "%s: modo de empleo '%s [ -VqufnkNlgC ] [ -B <nombre_directorio> ] [ nombre_archivo ... ]'\n"
+
+#: protoize.c:844
+#, c-format
+msgid "%s: warning: no read access for file `%s'\n"
+msgstr "%s: aviso: no hay acceso de lectura para el archivo `%s'\n"
+
+#: protoize.c:852
+#, c-format
+msgid "%s: warning: no write access for file `%s'\n"
+msgstr "%s: aviso: no hay acceso de escritura para el archivo `%s'\n"
+
+#: protoize.c:860
+#, c-format
+msgid "%s: warning: no write access for dir containing `%s'\n"
+msgstr "%s: aviso: no hay acceso de escritura para el directorio que contiene a `%s'\n"
+
+#. Catch cases like /.. where we try to backup to a
+#. point above the absolute root of the logical file
+#. system.
+#: protoize.c:1278
+#, c-format
+msgid "%s: invalid file name: %s\n"
+msgstr "%s: nombre de archivo no válido: %s\n"
+
+#: protoize.c:1430
+#, c-format
+msgid "%s: %s: can't get status: %s\n"
+msgstr "%s: %s: no se puede obtener el estado: %s\n"
+
+#: protoize.c:1451
+#, c-format
+msgid "\n%s: fatal error: aux info file corrupted at line %d\n"
+msgstr "\n%s: error fatal: archivo de información auxiliar corrupto en la línea %d\n"
+
+#: protoize.c:1787
+#, c-format
+msgid "%s:%d: declaration of function `%s' takes different forms\n"
+msgstr "%s:%d: la declaración de la función `%s' toma formas diferentes\n"
+
+#: protoize.c:2039
+#, c-format
+msgid "%s: compiling `%s'\n"
+msgstr "%s: compilando `%s'\n"
+
+#: protoize.c:2062
+#, c-format
+msgid "%s: wait: %s\n"
+msgstr "%s: esperar: %s\n"
+
+#: protoize.c:2067
+#, c-format
+msgid "%s: subprocess got fatal signal %d\n"
+msgstr "%s: el subproceso recibió la señal fatal %d\n"
+
+#: protoize.c:2075
+#, c-format
+msgid "%s: %s exited with status %d\n"
+msgstr "%s: %s terminó con estado %d\n"
+
+#: protoize.c:2127
+#, c-format
+msgid "%s: warning: missing SYSCALLS file `%s'\n"
+msgstr "%s: aviso: falta el archivo SYSCALLS `%s'\n"
+
+#: protoize.c:2136 protoize.c:2165
+#, c-format
+msgid "%s: can't read aux info file `%s': %s\n"
+msgstr "%s: no se puede leer el archivo de información auxiliar `%s': %s\n"
+
+#: protoize.c:2181 protoize.c:2209
+#, c-format
+msgid "%s: can't get status of aux info file `%s': %s\n"
+msgstr "%s: no se puede obtener el estado del archivo de información auxiliar `%s': %s\n"
+
+#: protoize.c:2237
+#, c-format
+msgid "%s: can't open aux info file `%s' for reading: %s\n"
+msgstr "%s: no se puede abrir el archivo de información auxiliar `%s' para lectura: %s\n"
+
+#: protoize.c:2255
+#, c-format
+msgid "%s: error reading aux info file `%s': %s\n"
+msgstr "%s: error al leer el archivo de información auxiliar `%s': %s\n"
+
+#: protoize.c:2268
+#, c-format
+msgid "%s: error closing aux info file `%s': %s\n"
+msgstr "%s: error al cerrar el archivo de información auxiliar `%s': %s\n"
+
+#: protoize.c:2284
+#, c-format
+msgid "%s: can't delete aux info file `%s': %s\n"
+msgstr "%s: no se puede borrar el archivo de información auxiliar `%s': %s\n"
+
+#: protoize.c:2366 protoize.c:4368
+#, c-format
+msgid "%s: can't delete file `%s': %s\n"
+msgstr "%s: no se puede borrar el archivo `%s': %s\n"
+
+#: protoize.c:2445
+#, c-format
+msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
+msgstr "%s: aviso: no se puede renombrar el archivo `%s' a `%s': %s\n"
+
+#: protoize.c:2570
+#, c-format
+msgid "%s: conflicting extern definitions of '%s'\n"
+msgstr "%s: definiciones extern de '%s' en conflicto\n"
+
+#: protoize.c:2574
+#, c-format
+msgid "%s: declarations of '%s' will not be converted\n"
+msgstr "%s: las declaraciones de '%s' no se convertirán\n"
+
+#: protoize.c:2576
+#, c-format
+msgid "%s: conflict list for '%s' follows:\n"
+msgstr "%s: listas de conflictos para '%s' a continuación:\n"
+
+#: protoize.c:2609
+#, c-format
+msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
+msgstr "%s: aviso: usando listas formales de %s(%d) para la función `%s'\n"
+
+#: protoize.c:2649
+#, c-format
+msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
+msgstr "%s: %d: se usa `%s' pero falta en SYSCALLS\n"
+
+#: protoize.c:2655
+#, c-format
+msgid "%s: %d: warning: no extern definition for `%s'\n"
+msgstr "%s: %d: aviso: no hay definición extern para `%s'\n"
+
+#: protoize.c:2686
+#, c-format
+msgid "%s: warning: no static definition for `%s' in file `%s'\n"
+msgstr "%s: aviso: no hay definición static para `%s' en el archivo `%s'\n"
+
+#: protoize.c:2692
+#, c-format
+msgid "%s: multiple static defs of `%s' in file `%s'\n"
+msgstr "%s: definiciones static múltiples de `%s' en el archivo `%s'\n"
+
+#: protoize.c:2865 protoize.c:2868
+#, c-format
+msgid "%s: %d: warning: source too confusing\n"
+msgstr "%s: %d: aviso: código fuente demasiado confuso\n"
+
+#: protoize.c:3074
+#, c-format
+msgid "%s: %d: warning: varargs function declaration not converted\n"
+msgstr "%s: %d: aviso: no se convirtió la declaración de la función varargs\n"
+
+#: protoize.c:3089
+#, c-format
+msgid "%s: declaration of function `%s' not converted\n"
+msgstr "%s: no se convirtió la declaración de la función `%s'\n"
+
+#: protoize.c:3212
+#, c-format
+msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
+msgstr "%s: aviso: demasiadas listas de parámetros en la declaración de `%s'\n"
+
+#: protoize.c:3233
+#, c-format
+msgid "\n%s: warning: too few parameter lists in declaration of `%s'\n"
+msgstr "\n%s: aviso: muy pocas listas de parámetros en la declaración de `%s'\n"
+
+#: protoize.c:3331
+#, c-format
+msgid "%s: %d: warning: found `%s' but expected `%s'\n"
+msgstr "%s: %d: aviso: se encontró `%s' pero se esperaba `%s'\n"
+
+#: protoize.c:3509
+#, c-format
+msgid "%s: local declaration for function `%s' not inserted\n"
+msgstr "%s: no se insertó la declaración local para la función `%s'\n"
+
+#: protoize.c:3536
+#, c-format
+msgid "\n%s: %d: warning: can't add declaration of `%s' into macro call\n"
+msgstr "\n%s: %d: aviso: no se puede agregar la declaración de `%s' en la llamada a macro\n"
+
+#: protoize.c:3610
+#, c-format
+msgid "%s: global declarations for file `%s' not inserted\n"
+msgstr "%s: no se insertaron las declaraciones globales para el archivo `%s'\n"
+
+#: protoize.c:3701 protoize.c:3731
+#, c-format
+msgid "%s: definition of function `%s' not converted\n"
+msgstr "%s: no se convirtió la definición de la función `%s'\n"
+
+#: protoize.c:3720
+#, c-format
+msgid "%s: %d: warning: definition of %s not converted\n"
+msgstr "%s: %d: aviso: no se convirtió la definición de %s\n"
+
+#: protoize.c:4050
+#, c-format
+msgid "%s: found definition of `%s' at %s(%d)\n"
+msgstr "%s: se encontró la definición de `%s' en %s(%d)\n"
+
+#. If we make it here, then we did not know about this
+#. function definition.
+#: protoize.c:4066
+#, c-format
+msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
+msgstr "%s: %d: aviso: `%s' fue excluído por el preprocesamiento\n"
+
+#: protoize.c:4069
+#, c-format
+msgid "%s: function definition not converted\n"
+msgstr "%s: no se convirtió la definición de la función\n"
+
+#: protoize.c:4128
+#, c-format
+msgid "%s: `%s' not converted\n"
+msgstr "%s: no se convirtió `%s'\n"
+
+#: protoize.c:4136
+#, c-format
+msgid "%s: would convert file `%s'\n"
+msgstr "%s: se podría convertir el archivo `%s'\n"
+
+#: protoize.c:4139
+#, c-format
+msgid "%s: converting file `%s'\n"
+msgstr "%s: convirtiendo el archivo `%s'\n"
+
+#: protoize.c:4149
+#, c-format
+msgid "%s: can't get status for file `%s': %s\n"
+msgstr "%s: no se puede obtener el estado del archivo `%s': %s\n"
+
+#: protoize.c:4191
+#, c-format
+msgid "%s: can't open file `%s' for reading: %s\n"
+msgstr "%s: no se puede abrir el archivo `%s' para lectura: %s\n"
+
+#: protoize.c:4206
+#, c-format
+msgid "\n%s: error reading input file `%s': %s\n"
+msgstr "\n%s: error al leer el archivo de entrada `%s': %s\n"
+
+#: protoize.c:4240
+#, c-format
+msgid "%s: can't create/open clean file `%s': %s\n"
+msgstr "%s: no se puede crear/abrir el archivo limpio `%s': %s\n"
+
+#: protoize.c:4345
+#, c-format
+msgid "%s: warning: file `%s' already saved in `%s'\n"
+msgstr "%s: aviso: el archivo `%s' ya había sido guardado en `%s'\n"
+
+#: protoize.c:4353
+#, c-format
+msgid "%s: can't link file `%s' to `%s': %s\n"
+msgstr "%s: no se puede enlazar el archivo `%s' a `%s': %s\n"
+
+#: protoize.c:4383
+#, c-format
+msgid "%s: can't create/open output file `%s': %s\n"
+msgstr "%s: no se puede crear/abrir el archivo de salida `%s': %s\n"
+
+#: protoize.c:4416
+#, c-format
+msgid "%s: can't change mode of file `%s': %s\n"
+msgstr "%s: no se puede cambiar el modo del archivo `%s': %s\n"
+
+#: protoize.c:4589
+#, c-format
+msgid "%s: cannot get working directory: %s\n"
+msgstr "%s: no se puede obtener el directorio de trabajo: %s\n"
+
+#: protoize.c:4687
+#, c-format
+msgid "%s: input file names must have .c suffixes: %s\n"
+msgstr "%s: los nombres de archivo de entrada deben tener sufijos .c: %s\n"
+
+#: regclass.c:656
+#, c-format
+msgid "can't use '%s' as a %s register"
+msgstr "no se puede usar '%s' como un registro %s"
+
+#: regclass.c:678
+msgid "global register variable follows a function definition"
+msgstr "la variable de registro global sigue a una definiciónd de función"
+
+#: reload1.c:1824
+#, c-format
+msgid "Unable to find a register to spill in class `%s'."
+msgstr "No se puede encontrar un registro para vaciar la clase `%s'."
+
+#: rtl.c:1148
+#, c-format
+msgid "RTL check: access of elt %d of `%s' with last elt %d"
+msgstr "Revisión RTL: acceso de elt %d de `%s' con el último elt %d"
+
+#: rtl.c:1162
+#, c-format
+msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s)"
+msgstr "Revisión RTL: se esperaba el tipo elt %d '%c', se tiene '%c' (rtx %s)"
+
+#: rtl.c:1177
+#, c-format
+msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s)"
+msgstr "Revisión RTL: se esperaba el tipo elt %d '%c' ó '%c', se tiene '%c' (rtx %s)"
+
+#: rtl.c:1191
+#, c-format
+msgid "RTL check: expected code `%s', have `%s'"
+msgstr "Revisión RTL: se esperaba el código `%s', se tiene `%s'"
+
+#: rtl.c:1204
+#, c-format
+msgid "RTL check: expected code `%s' or `%s', have `%s'"
+msgstr "Revisión RTL: se esperaba el código `%s' ó ``%s', se tiene `%s'"
+
+#: rtl.c:1219
+#, c-format
+msgid "RTL check: access of elt %d of vector with last elt %d"
+msgstr "Revisión RTL: acceso de elt %d de vector con el último elt %d"
+
+#: rtl.c:1264
+#, c-format
+msgid ""
+"Internal compiler error in `%s', at %s:%d\n"
+"Please submit a full bug report.\n"
+"See %s for instructions."
+msgstr ""
+"Error interno del compilador en `%s', en %s:%d\n"
+"Por favor envíe un reporte completo de error.\n"
+"Vea %s para más instrucciones."
+
+#: stmt.c:919
+#, c-format
+msgid "jump to `%s' invalidly jumps into binding contour"
+msgstr "el salto a `%s' salta de forma no válida a un contorno de unión"
+
+#: stmt.c:1283 stmt.c:1354
+msgid "`asm' cannot be used in function where memory usage is checked"
+msgstr "`asm' no puede ser usado en funciones donde se revisa el uso de memoria"
+
+#: stmt.c:1340
+msgid "`asm' cannot be used with `-fcheck-memory-usage'"
+msgstr "`asm' no puede ser usado con `-fcheck-memory-usage'"
+
+#: stmt.c:1369
+#, c-format
+msgid "unknown register name `%s' in `asm'"
+msgstr "nombre de registro `%s' desconocido en `asm'"
+
+#: stmt.c:1384
+msgid "too many alternatives in `asm'"
+msgstr "demasiadas alternativas en `asm'"
+
+#: stmt.c:1395
+msgid "operand constraints for `asm' differ in number of alternatives"
+msgstr "las restricciones de operandos para `asm' difieren en el número de alternativas"
+
+#: stmt.c:1442
+msgid "output operand constraint lacks `='"
+msgstr "la restricción de operando de salida carece de `='"
+
+#: stmt.c:1461
+#, c-format
+msgid "output operand constraint %d contains `+'"
+msgstr "la restricción de operando de salida %d contiene un `+'"
+
+#: stmt.c:1470
+msgid "operand constraint contains '+' or '=' at illegal position."
+msgstr "la restriccion de operando contiene '+' ó '=' en una posición ilegal."
+
+#: stmt.c:1476 stmt.c:1629
+#, ycp-format
+msgid "`%%' constraint used with last operand"
+msgstr "la restricción `%%' es usada con el último operando"
+
+#: stmt.c:1493
+msgid "matching constraint not valid in output operand"
+msgstr "la restricción coincidente no es válida en el operando de salida"
+
+#: stmt.c:1541
+#, c-format
+msgid "output number %d not directly addressable"
+msgstr "el número de salida %d no es directamente direccionable"
+
+#: stmt.c:1566
+#, c-format
+msgid "more than %d operands in `asm'"
+msgstr "más de %d operandos en `asm'"
+
+#: stmt.c:1602
+#, c-format
+msgid "hard register `%s' listed as input operand to `asm'"
+msgstr "el registro fijo `%s' es listado como operando de entrada para `asm'"
+
+#: stmt.c:1619
+#, c-format
+msgid "input operand constraint contains `%c'"
+msgstr "la restrcción de operando de entrada contiene `%c'"
+
+#: stmt.c:1659
+msgid "matching constraint references invalid operand number"
+msgstr "la restricción de coincidencia hace referencia a un número de operando no válido"
+
+#: stor-layout.c:126
+msgid "type size can't be explicitly evaluated"
+msgstr "el tamaño del tipo no puede ser evaluado explícitamente"
+
+#: stor-layout.c:128
+msgid "variable-size type declared outside of any function"
+msgstr "tipo de tamaño variable declarado fuera de cualquier función"
+
+#: toplev.c:1438 toplev.c:4787
+#, c-format
+msgid "Invalid option `%s'"
+msgstr "Opción `%s' no válida"
+
+#: toplev.c:1635
+msgid "output pipe has been closed"
+msgstr "la tubería de salida ha sido cerrrada"
+
+#: toplev.c:2292
+msgid "Errors detected in input file (your bison.simple is out of date)\n"
+msgstr "Se detectaron errores de salida en el archivo de entrada (su bison.simple está desactualizado)\n"
+
+#: toplev.c:2522
+#, c-format
+msgid "invalid register name `%s' for register variable"
+msgstr "el nombre de registro `%s' no es válido para variable de registro"
+
+#: toplev.c:3982
+#, c-format
+msgid "unrecognized register name `%s'"
+msgstr "no se reconoce el nombre de registro `%s'"
+
+#: toplev.c:4009 toplev.c:4608
+#, c-format
+msgid "Unrecognized option `%s'"
+msgstr "Opción `%s' no reconocida"
+
+#: toplev.c:4136
+#, c-format
+msgid "use -gdwarf -g%d for DWARF v1, level %d"
+msgstr "use -gdwarf -g%d para DWARF v1, nivel %d"
+
+#: toplev.c:4139
+msgid "use -gdwarf-2 for DWARF v2"
+msgstr "use -dwarf-2 para DWARF v2"
+
+#: toplev.c:4733
+#, c-format
+msgid "Data size %ld.\n"
+msgstr "Tamaño de datos %ld.\n"
+
+#: toplev.c:4804
+#, c-format
+msgid ""
+"%s%s%s version %s (%s) compiled by GNU C version %s.\n"
+"%s%s%s version %s (%s) compiled by CC.\n"
+msgstr ""
+"%s%s%s versión %s (%s) compilado por GNU CC versión %s.\n"
+"%s%s%s versión %s (%s) compilado por CC.\n"
+
+#: toplev.c:4859
+msgid "options passed: "
+msgstr "opciones pasadas: "
+
+#: toplev.c:4888
+msgid "options enabled: "
+msgstr "opciones activadas: "
+
+#: tree.c:4748
+msgid "arrays of functions are not meaningful"
+msgstr "las matrices de funciones no tienen significado"
+
+#: tree.c:4805
+msgid "function return type cannot be function"
+msgstr "el tipo de regreso de función no puede ser función"
+
+#: tree.c:5532
+msgid "invalid initializer for bit string"
+msgstr "iniciador no válido para cadena de bits"
+
+#: tree.c:5590
+#, c-format
+msgid "Tree check: expected %s, have %s"
+msgstr "Revisión de árbol: se esperaba %s, se tiene %s"
+
+#: tree.c:5605
+#, c-format
+msgid "Tree check: expected class '%c', have '%c' (%s)"
+msgstr "Revisión de árbol: es esperaba la clase '%c', se tiene '%c' (%s)"
+
+#: varasm.c:730
+msgid "global register variable has initial value"
+msgstr "la variable de registro global tiene valor inicial"
+
+#: varasm.c:1977
+msgid "floating point trap outputting a constant"
+msgstr "la captura de coma flotante genera como salida una constante"
+
+#: varasm.c:4278
+msgid "initializer for integer value is too complicated"
+msgstr "el iniciador para un valor entero es demasiado complicado"
+
+#: varasm.c:4284
+msgid "initializer for floating value is not a floating constant"
+msgstr "el iniciador para un valor de coma flotante no es una constante de coma flotante"
+
+#: varasm.c:4341
+msgid "unknown set constructor type"
+msgstr "conjunto de tipo constructor desconocido"
+
+#: varasm.c:4487
+#, c-format
+msgid "invalid initial value for member `%s'"
+msgstr "valor inicial no válido para el miembro `%s'"
+
+#. Print an error message for unrecognized stab codes.
+#: xcoffout.c:182
+#, c-format
+msgid "Unknown stab %s: : 0x%x\n"
+msgstr "Stab %s desconocido: : 0x%x\n"
+
+#: config/arc/arc.h:60 config/mips/mips.h:908
+msgid "may not use both -EB and -EL"
+msgstr "no se pueden usar -EB y -EL al mismo tiempo"
+
+#: config/arm/arm.h:205
+msgid "-mapcs-26 and -mapcs-32 may not be used together"
+msgstr "-mapcs-26 y -mapcs-32 no pueden ser usados juntos"
+
+#: config/arm/arm.h:217
+msgid "-msoft-float and -mhard_float may not be used together"
+msgstr "-msoft-float y -mhard_float no pueden ser usados juntos"
+
+#: config/arm/arm.h:228
+msgid "-mbig-endian and -mlittle-endian may not be used together"
+msgstr "-mbig-endian y -mlittle-endian no pueden ser usados juntos"
+
+#: config/arm/riscix.h:72 config/arm/riscix.h:134
+msgid "-mbsd and -pedantic incompatible"
+msgstr "-mbsd y -pedantic son incompatibles"
+
+#: config/arm/riscix.h:73 config/arm/riscix.h:135
+msgid "-mbsd and -mxopen incompatible"
+msgstr "-mbsd y -mxopen son incompatibles"
+
+#: config/arm/riscix.h:74 config/arm/riscix.h:136
+msgid "-mxopen and -pedantic incompatible"
+msgstr "-mxopen y -pedantic son incompatibles"
+
+#: config/dsp16xx/dsp16xx.h:101 config/dsp16xx/dsp16xx.h:110
+msgid "A -ifile option requires a -map option"
+msgstr "Una opción -ifile requiere una opción -map"
+
+#: config/i386/freebsd.h:236
+msgid "`-p' not supported; use `-pg' and gprof(1)"
+msgstr "`-p' no tiene soporte; use `-pg' y gprof(1)"
+
+#: config/i386/sco5.h:788 config/i386/sco5.h:863
+msgid "-static not valid with -mcoff"
+msgstr "-static no es válido con -mcoff"
+
+#: config/i386/sco5.h:789 config/i386/sco5.h:864
+msgid "-shared not valid with -mcoff"
+msgstr "-shared no es válido con -mcoff"
+
+#: config/i386/sco5.h:790 config/i386/sco5.h:865
+msgid "-symbolic not valid with -mcoff"
+msgstr "-symbolic no es válido con -mcoff"
+
+#: config/i386/sco5.h:828
+msgid "-fpic is not valid with -mcoff"
+msgstr "-fpic no es válido con -mcoff"
+
+#: config/i386/sco5.h:829
+msgid "-fPIC is not valid with -mcoff"
+msgstr "-fPIC no es válido con -mcoff"
+
+#: config/i386/sco5.h:866
+msgid "-fpic not valid with -mcoff"
+msgstr "-fpic no es válido con -mcoff"
+
+#: config/i386/sco5.h:867
+msgid "-fPIC not valid with -mcoff"
+msgstr "-fPIC no es válido con -mcoff"
+
+#: config/i860/fx2800.h:305
+msgid "-p option not supported: use -pg instead"
+msgstr "la opción -p no tiene soporte: en su lugar use -pg"
+
+#: config/mips/mips.h:764
+msgid "-pipe is not supported."
+msgstr "-pipe no tiene soporte."
+
+#: config/mips/mips.h:903
+msgid "may not use both -mfp64 and -msingle-float"
+msgstr "no se pueden usar -mfp64 y -msingle-float al mismo tiempo"
+
+#: config/mips/mips.h:904
+msgid "may not use both -mfp64 and -m4650"
+msgstr "no se pueden usar -mfp64 y -m4650 al mismo tiempo"
+
+#: config/mips/r3900.h:28 config/mips/r3900.h:42
+msgid "-mhard-float not supported."
+msgstr "-mhard-float no tiene soporte."
+
+#: config/mips/r3900.h:30 config/mips/r3900.h:44
+msgid "-msingle-float and -msoft-float can not both be specified."
+msgstr "-msingle-float y -msoft-float no se pueden especificar al mismo tiempo."
+
+#: config/nextstep.h:163 config/nextstep.h:166
+msgid "-p profiling is no longer supported. Use -pg instead."
+msgstr "la creación de perfil con -p ya no tiene soporte. Use en su lugar -pg."
+
+#: config/vax/vax.h:37 config/vax/vax.h:38
+msgid "profiling not supported with -mg\n"
+msgstr "la creación de perfil no tiene soporte con -mg\n"
+
+#: cp/lang-specs.h:35 cp/lang-specs.h:71
+msgid "GNU C++ does not support -C without using -E"
+msgstr "GNU C++ no da soporte a -C sin usar -E"
+
+#: cp/lang-specs.h:64 cp/lang-specs.h:89 cp/lang-specs.h:101 gcc.c:657
+#: gcc.c:684 gcc.c:732
+msgid "-pg and -fomit-frame-pointer are incompatible"
+msgstr "-pg y -fomit-frame-pointer son incompatibles"
+
+#: gcc.c:627 gcc.c:665 gcc.c:694 gcc.c:712 gcc.c:745
+msgid "GNU C does not support -C without using -E"
+msgstr "GNU C no da soporte a -C sin usar -E"
+
+#: gcc.c:707
+msgid "-E required when input is from standard input"
+msgstr "se requiere -E cuando la entrada es de entrada estándar"
+
+#: gcc.c:710
+msgid "Compilation of header file requested"
+msgstr "Se solicitó la compilación de archivo de encabezado"
diff --git a/gcc/po/fr.po b/gcc/po/fr.po
new file mode 100644
index 00000000000..d0d4effc805
--- /dev/null
+++ b/gcc/po/fr.po
@@ -0,0 +1,13920 @@
+# Messages français pour GNU concernant gcc.
+# Copyright (C) 2001 Free Software Foundation, Inc.
+# Michel Robitaille <robitail@IRO.UMontreal.CA>, since 1996.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: GNU gcc 3.0\n"
+"POT-Creation-Date: 2001-06-11 15:08-0700\n"
+"PO-Revision-Date: 2001-10-12 12:00-0500\n"
+"Last-Translator: Michel Robitaille <robitail@IRO.UMontreal.CA>\n"
+"Language-Team: French <traduc@traduc.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8-bit\n"
+
+#: builtins.c:280
+msgid "offset outside bounds of constant string"
+msgstr "décalage hors gamme d'une chaîne constante"
+
+#. ??? We used to try and build up a call to the out of line function,
+#. guessing about what registers needed saving etc. This became much
+#. harder with __builtin_va_start, since we don't have a tree for a
+#. call to __builtin_saveregs to fall back on. There was exactly one
+#. port (i860) that used this code, and I'm unconvinced it could actually
+#. handle the general case. So we no longer try to handle anything
+#. weird and make the backend absorb the evil.
+#: builtins.c:2634
+msgid "__builtin_saveregs not supported by this target"
+msgstr "__builtin_saveregs n'est pas supporté par la cible"
+
+#: builtins.c:2677
+msgid "argument of `__builtin_args_info' must be constant"
+msgstr "argument de `__builtin_args_info' doit être une constante"
+
+#: builtins.c:2683
+msgid "argument of `__builtin_args_info' out of range"
+msgstr "argument de `__builtin_args_info' hors gamme"
+
+#: builtins.c:2689
+msgid "missing argument in `__builtin_args_info'"
+msgstr "argument manquant dans `__builtin_args_info'"
+
+#: builtins.c:2720
+msgid "`va_start' used in function with fixed args"
+msgstr "`va_start' utilisé dans la fonction avec des arguments fixes"
+
+#: builtins.c:2739
+msgid "second parameter of `va_start' not last named argument"
+msgstr "second paramètre de `va_start' n'est pas le dernier argument nommé"
+
+#. Evidently an out of date version of <stdarg.h>; can't validate
+#. va_start's second argument, but can still work as intended.
+#: builtins.c:2744
+msgid "`__builtin_next_arg' called without an argument"
+msgstr "`__builtin_next_arg' appelé sans argument"
+
+#: builtins.c:2846
+msgid "too many arguments to function `va_start'"
+msgstr "trop d'arguments pour la function `va_start'"
+
+#: builtins.c:2932
+msgid "first argument to `va_arg' not of type `va_list'"
+msgstr "premier argument de `va_arg' n'est pas de type `va_list'"
+
+#: builtins.c:2960
+#, c-format
+msgid "`%s' is promoted to `%s' when passed through `...'"
+msgstr "`%s' a été promu à `%s' lorsque passé à travers `...'"
+
+#: builtins.c:2964
+#, c-format
+msgid "(so you should pass `%s' not `%s' to `va_arg')"
+msgstr "(vous pouvez passer `%s' mais pas `%s' à `va_arg')"
+
+#: builtins.c:3073
+msgid "invalid arg to `__builtin_frame_address'"
+msgstr "argument invalid de `__builtin_frame_address'"
+
+#: builtins.c:3075
+msgid "invalid arg to `__builtin_return_address'"
+msgstr "argument invalid de `__builtin_return_address'"
+
+#: builtins.c:3088
+msgid "unsupported arg to `__builtin_frame_address'"
+msgstr "argument non supporté de `__builtin_frame_address'"
+
+#: builtins.c:3090
+msgid "unsupported arg to `__builtin_return_address'"
+msgstr "argument non supporté de `__builtin_return_address'"
+
+#: builtins.c:3253
+msgid "second arg to `__builtin_expect' must be a constant"
+msgstr "second argument de `__builtin_expect' doit être une constante"
+
+#: builtins.c:3564
+msgid "__builtin_longjmp second argument must be 1"
+msgstr "second argument de __builtin_longjmp doit être 1"
+
+#: builtins.c:3578
+msgid "__builtin_trap not supported by this target"
+msgstr "__builtin_trap n'est pas supporté par la cible"
+
+#. just do library call, if unknown builtin
+#: builtins.c:3630 c-common.c:4256
+#, c-format
+msgid "built-in function `%s' not currently supported"
+msgstr "fonction interne `%s' n'est pas couramment supportée"
+
+#: c-common.c:465
+#, c-format
+msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"
+msgstr "longueur de la chaîne `%d' plus grande que la longueur `%d' que le compilateur ISO C%d ne le requiert"
+
+#: c-common.c:630
+#, c-format
+msgid "`%s' attribute directive ignored"
+msgstr "`%s' attribut de la directive ignoré"
+
+#: c-common.c:638
+#, c-format
+msgid "`%s' attribute does not apply to types"
+msgstr "`%s' attribut ne s'applique pas à ces types"
+
+#: c-common.c:645
+#, c-format
+msgid "wrong number of arguments specified for `%s' attribute"
+msgstr "mauvais nombre d'arguments spécifié pour l'attribut `%s'"
+
+#: c-common.c:661 c-common.c:668 c-common.c:675 c-common.c:688 c-common.c:696
+#: c-common.c:711 c-common.c:724 c-common.c:732 c-common.c:748 c-common.c:760
+#: c-common.c:772 c-common.c:777 c-common.c:951 c-common.c:1103
+#, c-format
+msgid "`%s' attribute ignored"
+msgstr "`%s' attribut ignoré"
+
+#: c-common.c:810
+#, c-format
+msgid "unknown machine mode `%s'"
+msgstr "mode machine inconnu `%s'"
+
+#: c-common.c:813
+#, c-format
+msgid "no data type for mode `%s'"
+msgstr "aucun type de données pour le mode `%s'"
+
+#: c-common.c:820
+#, c-format
+msgid "type with more precision than %s"
+msgstr "type avec plus de precision que %s"
+
+#: c-common.c:839
+msgid "section attribute cannot be specified for local variables"
+msgstr "attribut de section ne peut être spécifié pour des variables locales"
+
+#: c-common.c:846
+#, c-format
+msgid "section of `%s' conflicts with previous declaration"
+msgstr "section de `%s' en conflit avec une déclaration précédente"
+
+#: c-common.c:852
+#, c-format
+msgid "section attribute not allowed for `%s'"
+msgstr "attribut de section n'est pas permis pour `%s'"
+
+#: c-common.c:855
+msgid "section attributes are not supported for this target"
+msgstr "attribus de section ne sont pas supportés pour la cible"
+
+#: c-common.c:874
+msgid "requested alignment is not a constant"
+msgstr "alignement demandé n'est pas une constante"
+
+#: c-common.c:879
+msgid "requested alignment is not a power of 2"
+msgstr "alignement demandé n'est pas une puissance de 2"
+
+#: c-common.c:881
+msgid "requested alignment is too large"
+msgstr "alignement demandé est trop grand"
+
+#: c-common.c:904
+#, c-format
+msgid "alignment may not be specified for `%s'"
+msgstr "alignement ne peut pas être spécifié pour `%s'"
+
+#: c-common.c:929
+#, c-format
+msgid "`%s' defined both normally and as an alias"
+msgstr "`%s' défini à la fois comme normal et comme alias"
+
+#: c-common.c:937
+msgid "alias arg not a string"
+msgstr "argument d'alias n'est pas une chaîne"
+
+#: c-common.c:958 c-common.c:975 c-common.c:992
+#, c-format
+msgid "`%s' attribute applies only to functions"
+msgstr "attribut `%s' s'applique seulement à des fonctions"
+
+#: c-common.c:964 c-common.c:981 c-common.c:998
+#, c-format
+msgid "can't set `%s' attribute after definition"
+msgstr "ne peut initialiser l'attribut `%s' après définition"
+
+#: c-common.c:1131
+msgid "overflow in constant expression"
+msgstr "débordement dans l'expression de la constante"
+
+#: c-common.c:1152
+msgid "integer overflow in expression"
+msgstr "débordement d'entier dans l'expression"
+
+#: c-common.c:1161
+msgid "floating point overflow in expression"
+msgstr "débordement d'un nombre en virgule flottante dans l'expression"
+
+#. This detects cases like converting -129 or 256 to unsigned char.
+#: c-common.c:1182
+msgid "large integer implicitly truncated to unsigned type"
+msgstr "grand entier implicitement tronqué pour un type non signé"
+
+#: c-common.c:1184
+msgid "negative integer implicitly converted to unsigned type"
+msgstr "entier négatif implicitement converti en un type non signé"
+
+#: c-common.c:1231
+msgid "overflow in implicit constant conversion"
+msgstr "débordement dans la conversion implicte de la constante"
+
+#: c-common.c:1379
+#, c-format
+msgid "operation on `%s' may be undefined"
+msgstr "opération portant sur `%s' est peut être indéfinie"
+
+#: c-common.c:1664
+msgid "expression statement has incomplete type"
+msgstr "déclaration de l'expression a un type incomplet"
+
+#: c-common.c:1697
+msgid "case label does not reduce to an integer constant"
+msgstr "l'étiquette du `case' ne se réduit pas en une constante entière"
+
+#: c-common.c:1967
+msgid "invalid truth-value expression"
+msgstr "expression valeur de vérité invalide"
+
+#: c-common.c:2018
+#, c-format
+msgid "invalid operands to binary %s"
+msgstr "opérandes invalides pour le binaire %s"
+
+#: c-common.c:2253 c-common.c:2262
+msgid "comparison is always false due to limited range of data type"
+msgstr "comparaison est toujours fausse en raison d'une gamme limitée de type de données"
+
+#: c-common.c:2255 c-common.c:2264
+msgid "comparison is always true due to limited range of data type"
+msgstr "comparaison est toujours vraie en raison d'une gamme limitée de type de données"
+
+#: c-common.c:2330
+msgid "comparison of unsigned expression >= 0 is always true"
+msgstr "comparaison d'une expression non signée >=0 est toujours vraie"
+
+#: c-common.c:2339
+msgid "comparison of unsigned expression < 0 is always false"
+msgstr "comparaison d'une expression non signée < 0 est toujours fausse"
+
+#: c-common.c:2390 f/com.c:15291
+msgid "struct type value used where scalar is required"
+msgstr "valeur du type struct utilisé nécessite un scalaire"
+
+#: c-common.c:2394 f/com.c:15295
+msgid "union type value used where scalar is required"
+msgstr "valeur du type union utilisé nécessite un scalaire"
+
+#: c-common.c:2398 f/com.c:15299
+msgid "array type value used where scalar is required"
+msgstr "valeur du type array utilisé nécessite un scalaire"
+
+#: c-common.c:2513 f/com.c:15425
+msgid "suggest parentheses around assignment used as truth value"
+msgstr "parenthèses suggérées autour de l'affectation utilisées comme valeur de vérité"
+
+#: c-common.c:2557 c-common.c:2589
+msgid "invalid use of `restrict'"
+msgstr "utilisation invalide de `restrict'"
+
+#: c-common.c:3724 c-typeck.c:1792
+#, c-format
+msgid "too few arguments to function `%s'"
+msgstr "pas assez d'argument pour la fonction `%s'"
+
+#: c-common.c:3730 c-typeck.c:1644
+#, c-format
+msgid "too many arguments to function `%s'"
+msgstr "trop d'arguments pour la fonction `%s'"
+
+#: c-common.c:3917
+msgid "pointers are not permitted as case values"
+msgstr "les pointeurs ne sont pas permis comme valeurs de `case'"
+
+#: c-common.c:3923
+msgid "ISO C++ forbids range expressions in switch statements"
+msgstr "ISO C++ interdit les expressions de bornes dans les déclarations de `switch'"
+
+#: c-common.c:3925
+msgid "ISO C forbids range expressions in switch statements"
+msgstr "ISO C interdit les expressions de bornes dans les déclarations de `switch'"
+
+#: c-common.c:3955
+msgid "empty range specified"
+msgstr "bornes spécifiées sont vides"
+
+#: c-common.c:4006
+msgid "duplicate (or overlapping) case value"
+msgstr "valeur de `case' double ou qui en chevauche un autre"
+
+#: c-common.c:4008
+msgid "this is the first entry overlapping that value"
+msgstr "c'est la première entrée qui chevauche cette valeur"
+
+#: c-common.c:4012
+msgid "duplicate case value"
+msgstr "valeur de `case' double"
+
+#: c-common.c:4013
+msgid "previously used here"
+msgstr "précédemment utilisé ici"
+
+#: c-common.c:4017
+msgid "multiple default labels in one switch"
+msgstr "étiquettes multiples de défaut dans un `case'"
+
+#: c-common.c:4018
+msgid "this is the first default label"
+msgstr "ceci est la première étiquette de défaut"
+
+#: c-common.c:4526
+msgid "-Wformat-y2k ignored without -Wformat"
+msgstr "-Wformat-y2k ignoré sans -Wformat"
+
+#: c-common.c:4528
+msgid "-Wformat-extra-args ignored without -Wformat"
+msgstr "-Wformat-extra-args ignoré sanst -Wformat"
+
+#: c-common.c:4530
+msgid "-Wformat-nonliteral ignored without -Wformat"
+msgstr "-Wformat-nonliteral ignoré sans -Wformat"
+
+#: c-common.c:4532
+msgid "-Wformat-security ignored without -Wformat"
+msgstr "-Wformat-security ignoré sans -Wformat"
+
+#: c-common.c:4534
+msgid "-Wmissing-format-attribute ignored without -Wformat"
+msgstr "-Wmissing-format-attribute ignoré sans -Wformat"
+
+#: c-convert.c:78 c-typeck.c:983 c-typeck.c:4098 cp/typeck.c:1754
+#: cp/typeck.c:6304
+msgid "void value not ignored as it ought to be"
+msgstr "valeur void n'a pas été ignorée comme elle aurait dû l'être"
+
+#: c-convert.c:110 java/typeck.c:150
+msgid "conversion to non-scalar type requested"
+msgstr "conversion vers un type non scalaire demandé"
+
+#: c-decl.c:550
+#, c-format
+msgid "unknown C standard `%s'"
+msgstr "standard C `%s' inconnu"
+
+#: c-decl.c:844
+#, c-format
+msgid "array `%s' assumed to have one element"
+msgstr "on assume que le tableau `%s' a un élément"
+
+#: c-decl.c:1020
+#, c-format
+msgid "`struct %s' incomplete in scope ending here"
+msgstr "`struct %s' incomplet dans le champ final ici"
+
+#: c-decl.c:1023
+#, c-format
+msgid "`union %s' incomplete in scope ending here"
+msgstr "`union %s' incomplet dans le champs final ici"
+
+#: c-decl.c:1026
+#, c-format
+msgid "`enum %s' incomplete in scope ending here"
+msgstr "`enum %s' incomplet dans le champ final ici"
+
+#: c-decl.c:1140 c-decl.c:1305 java/decl.c:1337
+#, c-format
+msgid "label `%s' used but not defined"
+msgstr "étiquette `%s' utilisée mais non définie"
+
+#: c-decl.c:1146 c-decl.c:1312 java/decl.c:1343
+#, c-format
+msgid "label `%s' defined but not used"
+msgstr "étiquette `%s' définie mais non utilisée"
+
+#: c-decl.c:1434 c-decl.c:1487
+#, c-format
+msgid "shadowing built-in function `%s'"
+msgstr "fait ombrage à la fonction interne `%s'"
+
+#: c-decl.c:1436
+#, c-format
+msgid "shadowing library function `%s'"
+msgstr "fait ombrage à fonction `%s' de la librairie"
+
+#: c-decl.c:1442
+#, c-format
+msgid "library function `%s' declared as non-function"
+msgstr "fonction `%s' de la librairie déclarée comme n'étant pas une fonction"
+
+#: c-decl.c:1446 c-decl.c:1449
+#, c-format
+msgid "built-in function `%s' declared as non-function"
+msgstr "fonction interne `%s' n'est pas déclarée comme une fonction"
+
+#: c-decl.c:1453 objc/objc-act.c:2480 objc/objc-act.c:6133
+#, c-format
+msgid "`%s' redeclared as different kind of symbol"
+msgstr "`%s' redéclaré comme une sorte différente de symbole"
+
+#: c-decl.c:1454 c-decl.c:1632 c-decl.c:1779 objc/objc-act.c:2482
+#: objc/objc-act.c:6135 objc/objc-act.c:6193
+#, c-format
+msgid "previous declaration of `%s'"
+msgstr "déclaration précédente de `%s'"
+
+#. If types don't match for a built-in, throw away the built-in.
+#: c-decl.c:1536
+#, c-format
+msgid "conflicting types for built-in function `%s'"
+msgstr "type conflictuels pour la fonction interne `%s'"
+
+#: c-decl.c:1579 c-decl.c:1598
+#, c-format
+msgid "conflicting types for `%s'"
+msgstr "types conflictuels pour `%s'"
+
+#: c-decl.c:1621
+msgid "A parameter list with an ellipsis can't match an empty parameter name list declaration."
+msgstr "Un paramètre de la liste avec une ellipse ne peut concorder un nom de paramètre vide de déclaration de liste."
+
+#: c-decl.c:1627
+msgid "An argument type that has a default promotion can't match an empty parameter name list declaration."
+msgstr "Un type d'argument qui par défaut peut être promu ne peut concorder un mom de paramètre vide de déclaration de liste."
+
+#: c-decl.c:1642 c-decl.c:1664
+#, c-format
+msgid "redefinition of `%s'"
+msgstr "redéfinition de `%s'"
+
+#: c-decl.c:1645
+#, c-format
+msgid "redeclaration of `%s'"
+msgstr "redéclaration de `%s'"
+
+#: c-decl.c:1648
+#, c-format
+msgid "conflicting declarations of `%s'"
+msgstr "déclarations conflictuelles de `%s'"
+
+#: c-decl.c:1657 c-decl.c:1669
+#, c-format
+msgid "`%s' previously defined here"
+msgstr "`%s' précédemment défini ici"
+
+#: c-decl.c:1658 c-decl.c:1670
+#, c-format
+msgid "`%s' previously declared here"
+msgstr "`%s' précédemment déclaré ici"
+
+#: c-decl.c:1691
+#, c-format
+msgid "prototype for `%s' follows"
+msgstr "prototype de `%s' suit"
+
+#: c-decl.c:1692 c-decl.c:1700 c-decl.c:1716
+msgid "non-prototype definition here"
+msgstr "définition d'un non prototype ici"
+
+#: c-decl.c:1699
+#, c-format
+msgid "prototype for `%s' follows and number of arguments doesn't match"
+msgstr "prototype de `%s' suit mais le nombre d'arguments ne concorde pas"
+
+#: c-decl.c:1714
+#, c-format
+msgid "prototype for `%s' follows and argument %d doesn't match"
+msgstr "prototype de `%s' suit mais le nombre d'arguments %d ne concorde pas"
+
+#: c-decl.c:1731
+#, c-format
+msgid "`%s' declared inline after being called"
+msgstr "`%s' déclaré en ligne après avoir été appelé"
+
+#: c-decl.c:1736
+#, c-format
+msgid "`%s' declared inline after its definition"
+msgstr "`%s' déclaré en ligne après sa définition"
+
+#: c-decl.c:1743
+#, c-format
+msgid "static declaration for `%s' follows non-static"
+msgstr "la déclaration `static' de `%s' en suit une non `static'"
+
+#: c-decl.c:1751
+#, c-format
+msgid "non-static declaration for `%s' follows static"
+msgstr "la déclaration non `static' de `%s' en suit une `static'"
+
+#: c-decl.c:1758
+#, c-format
+msgid "const declaration for `%s' follows non-const"
+msgstr "la déclaration `const' de `%s' en suit une non `const'"
+
+#: c-decl.c:1765
+#, c-format
+msgid "type qualifiers for `%s' conflict with previous decl"
+msgstr "le qualificateur du type de `%s' est en conflit avec une déclaration précédente"
+
+#: c-decl.c:1778
+#, c-format
+msgid "redundant redeclaration of `%s' in same scope"
+msgstr "re-déclaration redondante de `%s' dans le même champ."
+
+#: c-decl.c:2069
+#, c-format
+msgid "nested extern declaration of `%s'"
+msgstr "déclaration de `%s' externe imbriquée"
+
+#: c-decl.c:2094 java/decl.c:989
+#, c-format
+msgid "`%s' used prior to declaration"
+msgstr "`%s' utilisé précédemment avant sa déclaration"
+
+#: c-decl.c:2115 c-decl.c:2330
+#, c-format
+msgid "`%s' was declared implicitly `extern' and later `static'"
+msgstr "`%s' a été déclaré implicitement `extern' et plus loin `static'"
+
+#: c-decl.c:2225
+msgid "type mismatch with previous external decl"
+msgstr "pas de concordance de type avec une déclaration externe précédente"
+
+#: c-decl.c:2226
+#, c-format
+msgid "previous external decl of `%s'"
+msgstr "déclaration externe précédente de `%s'"
+
+#: c-decl.c:2239
+msgid "type mismatch with previous implicit declaration"
+msgstr "non concordance de type avec la déclaration implicite précédente"
+
+#: c-decl.c:2241
+#, c-format
+msgid "previous implicit declaration of `%s'"
+msgstr "déclaration précédente implicite de `%s'"
+
+#: c-decl.c:2258
+#, c-format
+msgid "type of external `%s' is not global"
+msgstr "le type de l'externe `%s' n'est pas global"
+
+#: c-decl.c:2309
+#, c-format
+msgid "`%s' was previously implicitly declared to return `int'"
+msgstr "`%s' a été précédemment implicitement déclaré comme retournant un `int'"
+
+#: c-decl.c:2334
+#, c-format
+msgid "`%s' was declared `extern' and later `static'"
+msgstr "`%s' a été déclaré `extern' et plus loin `static'"
+
+#: c-decl.c:2357
+#, c-format
+msgid "extern declaration of `%s' doesn't match global one"
+msgstr "déclaration externe de `%s' ne concorde pas avec la globale"
+
+#: c-decl.c:2397
+#, c-format
+msgid "`%s' locally external but globally static"
+msgstr "`%s' localement externe mais globalement static"
+
+#: c-decl.c:2433 c-decl.c:2458 cp/decl.c:4225 java/decl.c:1036
+#, c-format
+msgid "declaration of `%s' shadows a parameter"
+msgstr "déclaration de `%s' cache un paramètre"
+
+#: c-decl.c:2436 java/decl.c:1039
+#, c-format
+msgid "declaration of `%s' shadows a symbol from the parameter list"
+msgstr "déclaration de `%s' cache un symbole de la liste des paramètres"
+
+#: c-decl.c:2460 cp/decl.c:4233
+#, c-format
+msgid "declaration of `%s' shadows previous local"
+msgstr "déclaration de `%s' cache la déclaration locale précédente"
+
+#. XXX shadow warnings in outer-more namespaces
+#: c-decl.c:2463 cp/decl.c:4237
+#, c-format
+msgid "declaration of `%s' shadows global declaration"
+msgstr "déclaration de `%s' cache la déclaration globale"
+
+#: c-decl.c:2553
+#, c-format
+msgid "function `%s' was previously declared within a block"
+msgstr "fonction `%s' a été précédemment déclarée à l'intérieur d'un bloc"
+
+#: c-decl.c:2570 c-decl.c:2572
+#, c-format
+msgid "implicit declaration of function `%s'"
+msgstr "déclaration implicite de la fonction `%s'"
+
+#: c-decl.c:2659
+#, c-format
+msgid "label %s referenced outside of any function"
+msgstr "étiquette %s référencée à l'extérieur de n'importe quelle fonction"
+
+#: c-decl.c:2716
+#, c-format
+msgid "duplicate label declaration `%s'"
+msgstr "déclaration de l'étiquette `%s' est double"
+
+#: c-decl.c:2719
+msgid "this is a previous declaration"
+msgstr "ceci est une déclaration précédente"
+
+#: c-decl.c:3246
+msgid "unnamed struct/union that defines no instances"
+msgstr "struct/union sans nom qui définit aucune instance"
+
+#: c-decl.c:3265
+msgid "useless keyword or type name in empty declaration"
+msgstr "mot clé ou nom de type inutil dans une déclaration vide"
+
+#: c-decl.c:3272
+msgid "two types specified in one empty declaration"
+msgstr "deux types spécifiés dans une déclaration vide"
+
+#: c-decl.c:3277 c-parse.y:303 c-parse.y:722 c-parse.y:724 c-parse.y:774
+#: cp/parse.y:724 cp/parse.y:1781 objc/objc-parse.y:332 objc/objc-parse.y:774
+#: objc/objc-parse.y:776 objc/objc-parse.y:826 objc/objc-parse.y:2574
+msgid "empty declaration"
+msgstr "déclaration vide"
+
+#: c-decl.c:3334
+#, c-format
+msgid "`%s' is usually a function"
+msgstr "`%s' est habituellement une fonction"
+
+#: c-decl.c:3348
+#, c-format
+msgid "typedef `%s' is initialized"
+msgstr "typedef `%s' est initialisé"
+
+#: c-decl.c:3355
+#, c-format
+msgid "function `%s' is initialized like a variable"
+msgstr "fonction `%s' est initialisée comme une variable"
+
+#. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
+#: c-decl.c:3362
+#, c-format
+msgid "parameter `%s' is initialized"
+msgstr "paramètre `%s' est initialisé"
+
+#: c-decl.c:3382 c-typeck.c:4829
+msgid "variable-sized object may not be initialized"
+msgstr "objet de taille variable peut ne pas être initialisé"
+
+#: c-decl.c:3388
+#, c-format
+msgid "variable `%s' has initializer but incomplete type"
+msgstr "variable `%s' a un initialiseur mais un type incomplet"
+
+#: c-decl.c:3394
+#, c-format
+msgid "elements of array `%s' have incomplete type"
+msgstr "éléments du tableau `%s' ont des types incomplets"
+
+#: c-decl.c:3407
+#, c-format
+msgid "declaration of `%s' has `extern' and is initialized"
+msgstr "déclaration de `%s' est `extern' et est initialisé"
+
+#: c-decl.c:3521
+#, c-format
+msgid "initializer fails to determine size of `%s'"
+msgstr "initialiseur a échoué lors de la détermination de la taille de `%s'"
+
+#: c-decl.c:3526
+#, c-format
+msgid "array size missing in `%s'"
+msgstr "taille du tableau manquant dans `%s'"
+
+#: c-decl.c:3542
+#, c-format
+msgid "zero or negative size array `%s'"
+msgstr "tableau de taille zéro ou négative `%s'"
+
+#: c-decl.c:3570
+#, c-format
+msgid "storage size of `%s' isn't known"
+msgstr "taille de stockage de `%s' n'est pas connue"
+
+#: c-decl.c:3580
+#, c-format
+msgid "storage size of `%s' isn't constant"
+msgstr "taille de stockage de `%s' n'est pas une constante"
+
+#: c-decl.c:3631
+#, c-format
+msgid "ignoring asm-specifier for non-static local variable `%s'"
+msgstr "spécificateur asm ignorés pour la variable locale non statique `%s'"
+
+#: c-decl.c:3706
+#, c-format
+msgid "ANSI C forbids parameter `%s' shadowing typedef"
+msgstr "ANSI C interdit le paramètre `%s' cachant le typedef"
+
+#: c-decl.c:3940 cp/decl.c:10013
+msgid "`long long long' is too long for GCC"
+msgstr "`long long long' est trop long pour GCC"
+
+#: c-decl.c:3945
+msgid "ISO C89 does not support `long long'"
+msgstr "ISO C89 ne supporte pas `long long'"
+
+#: c-decl.c:3950 cp/decl.c:10018
+#, c-format
+msgid "duplicate `%s'"
+msgstr "`%s' apparaît en double"
+
+#: c-decl.c:3956 cp/decl.c:10038
+#, c-format
+msgid "two or more data types in declaration of `%s'"
+msgstr "deux types de données ou plus dans la déclaration de `%s'"
+
+#: c-decl.c:3971 cp/decl.c:10043
+#, c-format
+msgid "`%s' fails to be a typedef or built in type"
+msgstr "`%s' a échoué pour devenir un typedef ou un type construit"
+
+#: c-decl.c:4009
+#, c-format
+msgid "type defaults to `int' in declaration of `%s'"
+msgstr "type utilisé par défaut `int' dans la déclaration de `%s'"
+
+#: c-decl.c:4038
+#, c-format
+msgid "both long and short specified for `%s'"
+msgstr "`long' et `short' spécifiés à la fois pour `%s'"
+
+#: c-decl.c:4042 cp/decl.c:10142
+#, c-format
+msgid "long or short specified with char for `%s'"
+msgstr "`long' ou `short' spécifié avec `char' pour `%s'"
+
+#: c-decl.c:4049 cp/decl.c:10146
+#, c-format
+msgid "long or short specified with floating type for `%s'"
+msgstr "`long' ou `short' spécifié avec un type flottant pour `%s'"
+
+#: c-decl.c:4052
+msgid "the only valid combination is `long double'"
+msgstr "la seule combinaison valide est `long double'"
+
+#: c-decl.c:4058
+#, c-format
+msgid "both signed and unsigned specified for `%s'"
+msgstr "signé et non signé spécifiés à la fois pour `%s'"
+
+#: c-decl.c:4060 cp/decl.c:10135
+#, c-format
+msgid "long, short, signed or unsigned invalid for `%s'"
+msgstr "`long', `short', signé ou non signé est invalide pour `%s'"
+
+#: c-decl.c:4066 cp/decl.c:10155
+#, c-format
+msgid "long, short, signed or unsigned used invalidly for `%s'"
+msgstr "`long', `short', signé ou non signé utilisé incorrectement pour `%s'"
+
+#: c-decl.c:4085 cp/decl.c:10176
+#, c-format
+msgid "complex invalid for `%s'"
+msgstr "`complex' invalide pour `%s'"
+
+#: c-decl.c:4130
+msgid "ISO C89 does not support complex types"
+msgstr "ISO C89 ne supporte pas les types `complex'"
+
+#: c-decl.c:4142
+msgid "ISO C does not support plain `complex' meaning `double complex'"
+msgstr "ISO C ne supporte pas les `complex' utilisé comme `double complex'"
+
+#: c-decl.c:4148 c-decl.c:4160
+msgid "ISO C does not support complex integer types"
+msgstr "ISO C ne supporte pas les type `complex' d'entiers"
+
+#: c-decl.c:4175 c-decl.c:4571 cp/decl.c:10775
+msgid "duplicate `const'"
+msgstr "`const' apparaît en double"
+
+#: c-decl.c:4177 c-decl.c:4575 cp/decl.c:10779
+msgid "duplicate `restrict'"
+msgstr "`restrict' apparaît en double"
+
+#: c-decl.c:4179 c-decl.c:4573 cp/decl.c:10777
+msgid "duplicate `volatile'"
+msgstr "volatile' apparaît en double"
+
+#: c-decl.c:4201 cp/decl.c:10325
+#, c-format
+msgid "multiple storage classes in declaration of `%s'"
+msgstr "multiples classes de stockage dans la déclaration de `%s'"
+
+#: c-decl.c:4210
+msgid "function definition declared `auto'"
+msgstr "définition de fonction déclaré `auto'"
+
+#: c-decl.c:4212
+msgid "function definition declared `register'"
+msgstr "définition de fonction déclarée `register'"
+
+#: c-decl.c:4214
+msgid "function definition declared `typedef'"
+msgstr "définition de fonction déclarée `typedef'"
+
+#: c-decl.c:4227
+#, c-format
+msgid "storage class specified for structure field `%s'"
+msgstr "classe de stockage spécifiée pour la structure du champ `%s'"
+
+#: c-decl.c:4231 cp/decl.c:10372
+#, c-format
+msgid "storage class specified for parameter `%s'"
+msgstr "classe de stockage spécifiée pour le paramètre `%s'"
+
+#: c-decl.c:4234 cp/decl.c:10374
+msgid "storage class specified for typename"
+msgstr "classe de stockage spécifié pour un typename"
+
+#: c-decl.c:4246 cp/decl.c:10388
+#, c-format
+msgid "`%s' initialized and declared `extern'"
+msgstr "`%s' initialisé et déclaré `extern'"
+
+#: c-decl.c:4248 cp/decl.c:10391
+#, c-format
+msgid "`%s' has both `extern' and initializer"
+msgstr "`%s' est à la fois `extern' et initialiseur"
+
+#: c-decl.c:4252 cp/decl.c:10395
+#, c-format
+msgid "nested function `%s' declared `extern'"
+msgstr "fonction imbriquée `%s' déclarée `extern'"
+
+#: c-decl.c:4255 cp/decl.c:10399
+#, c-format
+msgid "top-level declaration of `%s' specifies `auto'"
+msgstr "la déclaration de haut niveau de `%s' a spécifié `auto'"
+
+#: c-decl.c:4297
+#, c-format
+msgid "declaration of `%s' as array of voids"
+msgstr "déclaration de `%s' comme un tableau de `voids'"
+
+#: c-decl.c:4303
+#, c-format
+msgid "declaration of `%s' as array of functions"
+msgstr "déclaration de `%s' comme un tableau de fonctions"
+
+#: c-decl.c:4325
+#, c-format
+msgid "size of array `%s' has non-integer type"
+msgstr "taille du tableau `%s' n'est pas de type entier"
+
+#: c-decl.c:4330
+#, c-format
+msgid "ISO C forbids zero-size array `%s'"
+msgstr "ISO C interdit les tableaux de taille zéro `%s'"
+
+#: c-decl.c:4337
+#, c-format
+msgid "size of array `%s' is negative"
+msgstr "taille du tableau `%s' est négative"
+
+#: c-decl.c:4350
+#, c-format
+msgid "ISO C89 forbids array `%s' whose size can't be evaluated"
+msgstr "ISO C89 interdit le tableau `%s' dont la taille ne peut être évaluée"
+
+#: c-decl.c:4353
+#, c-format
+msgid "ISO C89 forbids variable-size array `%s'"
+msgstr "ISO C89 interdit le tableau de taille variable `%s'"
+
+#: c-decl.c:4383 c-decl.c:4597
+#, c-format
+msgid "size of array `%s' is too large"
+msgstr "taille du tableau `%s' est trop grande"
+
+#: c-decl.c:4400
+msgid "ISO C89 does not support flexible array members"
+msgstr "ISO C89 ne supporte pas les membres flexibles d'un tableau"
+
+#: c-decl.c:4410
+msgid "array type has incomplete element type"
+msgstr "type tableau a un type d'élément incomplet"
+
+#: c-decl.c:4417
+msgid "ANSI C forbids const or volatile function types"
+msgstr "C ANSI interdit les types `const' ou de fonctions volatiles"
+
+#: c-decl.c:4456 cp/decl.c:10535
+#, c-format
+msgid "`%s' declared as function returning a function"
+msgstr "`%s' déclaré comme une fonction retournant une fonction"
+
+#: c-decl.c:4461 cp/decl.c:10540
+#, c-format
+msgid "`%s' declared as function returning an array"
+msgstr "`%s' déclaré comme une fonction retournant un tableau"
+
+#: c-decl.c:4496
+msgid "ISO C forbids qualified void function return type"
+msgstr "ISO C interdit les type retourné d'une fonction void qualifié"
+
+#: c-decl.c:4500
+msgid "type qualifiers ignored on function return type"
+msgstr "qualificateurs de type ignorés pour le type retourné d'une fonction"
+
+#: c-decl.c:4529 c-decl.c:4612 c-decl.c:4696 c-decl.c:4787
+msgid "ISO C forbids qualified function types"
+msgstr "ISO C interdit les types de fonction qualifiées"
+
+#: c-decl.c:4569 cp/decl.c:10771
+msgid "invalid type modifier within pointer declarator"
+msgstr "modificateur de type invalide dans la déclaration de pointeur"
+
+#: c-decl.c:4646
+msgid "ISO C forbids const or volatile function types"
+msgstr "ISO C interdit les types volatile ou de constante de fonction"
+
+#: c-decl.c:4665 cp/decl.c:11247
+#, c-format
+msgid "variable or field `%s' declared void"
+msgstr "variable ou champ `%s' déclaré `void'"
+
+#: c-decl.c:4734
+#, c-format
+msgid "field `%s' declared as a function"
+msgstr "champ `%s' déclaré comme une fonction"
+
+#: c-decl.c:4740
+#, c-format
+msgid "field `%s' has incomplete type"
+msgstr "champ `%s' a un type incomplet"
+
+#: c-decl.c:4772 c-decl.c:4774 c-decl.c:4781
+#, c-format
+msgid "invalid storage class for function `%s'"
+msgstr "classe de stockage invalide pour la fonction `%s'"
+
+#: c-decl.c:4793
+msgid "`noreturn' function returns non-void value"
+msgstr "fonction `noreturn' retourne une valeur non `void'"
+
+#: c-decl.c:4805
+msgid "cannot inline function `main'"
+msgstr "ne peut rendre en ligne `main' en fonction en ligne"
+
+#: c-decl.c:4840
+#, c-format
+msgid "variable `%s' declared `inline'"
+msgstr "variable `%s' déclarée `inline'"
+
+#: c-decl.c:4911 c-decl.c:5898
+msgid "function declaration isn't a prototype"
+msgstr "déclaration de fonction n'est pas un prototype"
+
+#: c-decl.c:4917
+msgid "parameter names (without types) in function declaration"
+msgstr "noms de paramètres (sans types) dans la déclaration de fonction"
+
+#: c-decl.c:4949 c-decl.c:6286 c-decl.c:6585
+#, c-format
+msgid "parameter `%s' has incomplete type"
+msgstr "paramètre `%s' a un type incomplet"
+
+#: c-decl.c:4952
+msgid "parameter has incomplete type"
+msgstr "paramètre a un type incomplet"
+
+#: c-decl.c:4973
+#, c-format
+msgid "parameter `%s' points to incomplete type"
+msgstr "paramètre `%s' pointe vers un type incomplet"
+
+#: c-decl.c:4976
+msgid "parameter points to incomplete type"
+msgstr "paramètre pointe vers un type incomplet"
+
+#: c-decl.c:5041
+#, c-format
+msgid "parameter `%s' has just a forward declaration"
+msgstr "paramètre `%s' n'a qu'une déclaration vers l'avant"
+
+#: c-decl.c:5082
+msgid "`void' in parameter list must be the entire list"
+msgstr "`void' dans la liste des paramètres doit être la liste entière"
+
+#: c-decl.c:5111
+#, c-format
+msgid "`%s %s' declared inside parameter list"
+msgstr "`%s %s' déclaré à l'intérieur de la liste de paramètres"
+
+#: c-decl.c:5120
+msgid "anonymous struct declared inside parameter list"
+msgstr "`struct' anonyme déclaré à l'intérieur de la liste des paramètres"
+
+#: c-decl.c:5122
+msgid "anonymous union declared inside parameter list"
+msgstr "`union' anonyme déclaré à l'intérieur de la liste des paramètres"
+
+#: c-decl.c:5124
+msgid "anonymous enum declared inside parameter list"
+msgstr "`enum' anonyme déclaré à l'intérieur de la liste des paramètres"
+
+#: c-decl.c:5128
+msgid "its scope is only this definition or declaration, which is probably not what you want."
+msgstr "son champ s'applique seulement à cette définition ou déclaration, laquelle n'est probablement celle que vous désirez."
+
+#: c-decl.c:5198
+#, c-format
+msgid "redefinition of `%s %s'"
+msgstr "redéfinition de `%s %s'"
+
+#: c-decl.c:5266 c-decl.c:5269
+#, c-format
+msgid "%s defined inside parms"
+msgstr "%s défini à l'intérieur des paramètres"
+
+#: c-decl.c:5267 c-decl.c:5270 c-decl.c:5281
+msgid "union"
+msgstr "union"
+
+#: c-decl.c:5267 c-decl.c:5270
+msgid "structure"
+msgstr "structure"
+
+#: c-decl.c:5280
+#, c-format
+msgid "%s has no %s"
+msgstr "%s n'a pas de %s"
+
+#: c-decl.c:5281
+msgid "struct"
+msgstr "struct"
+
+#: c-decl.c:5282
+msgid "named members"
+msgstr "membres nommés"
+
+#: c-decl.c:5282
+msgid "members"
+msgstr "membres"
+
+#: c-decl.c:5321
+#, c-format
+msgid "nested redefinition of `%s'"
+msgstr "redéfinition imbriquée de `%s'"
+
+#: c-decl.c:5334
+#, c-format
+msgid "bit-field `%s' width not an integer constant"
+msgstr "largeur du champ de bits `%s' n'est pas une constante entière"
+
+#: c-decl.c:5345
+#, c-format
+msgid "bit-field `%s' has invalid type"
+msgstr "champ de bits `%s' a un type invalide"
+
+#: c-decl.c:5357
+#, c-format
+msgid "bit-field `%s' type invalid in ISO C"
+msgstr "champ de bits `%s' a un type invalide en ISO C"
+
+#: c-decl.c:5369
+#, c-format
+msgid "negative width in bit-field `%s'"
+msgstr "largeur négative du champ de bits `%s'"
+
+#: c-decl.c:5371
+#, c-format
+msgid "width of `%s' exceeds its type"
+msgstr "largeur de `%s' excède son type"
+
+#: c-decl.c:5373
+#, c-format
+msgid "zero width for bit-field `%s'"
+msgstr "largeur zéro pour le champ de bits `%s'"
+
+#: c-decl.c:5387
+#, c-format
+msgid "`%s' is narrower than values of its type"
+msgstr "`%s' est plus étroit que les valeurs de son type"
+
+#: c-decl.c:5432
+msgid "flexible array member in union"
+msgstr "membre flexible de tableau dans l'union"
+
+#: c-decl.c:5434
+msgid "flexible array member not at end of struct"
+msgstr "membre flexible de tableau n'est pas à la fin du struct"
+
+#: c-decl.c:5436
+msgid "flexible array member in otherwise empty struct"
+msgstr "membre flexible de tableau dans un autre struct vide"
+
+#: c-decl.c:5461
+#, c-format
+msgid "duplicate member `%s'"
+msgstr "membre `%s' apparaît en double"
+
+#: c-decl.c:5505
+msgid "union cannot be made transparent"
+msgstr "union ne peut pas être faite de façon transparente"
+
+#. This enum is a named one that has been declared already.
+#: c-decl.c:5586
+#, c-format
+msgid "redeclaration of `enum %s'"
+msgstr "redéclaration de `enum %s'"
+
+#: c-decl.c:5620
+msgid "enum defined inside parms"
+msgstr "enum défini à l'intérieur des paramètres"
+
+#: c-decl.c:5653
+msgid "enumeration values exceed range of largest integer"
+msgstr "valeurs d'énumération excède les bornes du plus grand entier"
+
+#: c-decl.c:5762
+#, c-format
+msgid "enumerator value for `%s' not integer constant"
+msgstr "valeur de l'énumérateur pour `%s' n'est pas une constante entière"
+
+#: c-decl.c:5775
+msgid "overflow in enumeration values"
+msgstr "débordement dans les valeurs de l'énumération"
+
+#: c-decl.c:5780
+msgid "ISO C restricts enumerator values to range of `int'"
+msgstr "ISO C restreint les valeurs de l'énumérateur aux bornes d'un `int'"
+
+#: c-decl.c:5852
+msgid "return type is an incomplete type"
+msgstr "type retourné est d'un type incomplet"
+
+#: c-decl.c:5860
+msgid "return type defaults to `int'"
+msgstr "le défaut choisi du type retourné est `int'"
+
+#: c-decl.c:5907
+#, c-format
+msgid "no previous prototype for `%s'"
+msgstr "aucun prototype précédent pour `%s'"
+
+#: c-decl.c:5914
+#, c-format
+msgid "`%s' was used with no prototype before its definition"
+msgstr "`%s' a été utilisé sans prototype avant sa définition"
+
+#: c-decl.c:5920
+#, c-format
+msgid "no previous declaration for `%s'"
+msgstr "aucune déclaration précédente pour `%s'"
+
+#: c-decl.c:5927
+#, c-format
+msgid "`%s' was used with no declaration before its definition"
+msgstr "`%s' a été utilisé sans déclaration avant sa définition"
+
+#: c-decl.c:5955 c-decl.c:6672
+#, c-format
+msgid "return type of `%s' is not `int'"
+msgstr "type retourné de `%s' n'est pas `int'"
+
+#: c-decl.c:5971
+#, c-format
+msgid "first argument of `%s' should be `int'"
+msgstr "premier argument de `%s' devrait être `int'"
+
+#: c-decl.c:5980
+#, c-format
+msgid "second argument of `%s' should be `char **'"
+msgstr "second argument de `%s' devrait être `char **'"
+
+#: c-decl.c:5989
+#, c-format
+msgid "third argument of `%s' should probably be `char **'"
+msgstr "troisième argument de `%s' devrait probablement être `char **'"
+
+#: c-decl.c:5998
+#, c-format
+msgid "`%s' takes only zero or two arguments"
+msgstr "`%s' prend seulement aucun OU deux arguments"
+
+#: c-decl.c:6001
+#, c-format
+msgid "`%s' is normally a non-static function"
+msgstr "`%s' est normalement une fonction non `static'"
+
+#: c-decl.c:6104
+msgid "parm types given both in parmlist and separately"
+msgstr "type de paramètres à la fois donné dans la liste et séparément"
+
+#: c-decl.c:6125
+msgid "parameter name omitted"
+msgstr "nom de paramètre a été omis"
+
+#: c-decl.c:6129 c-decl.c:6231 c-decl.c:6542
+#, c-format
+msgid "parameter `%s' declared void"
+msgstr "paramètre `%s' déclaré `void'"
+
+#: c-decl.c:6205
+msgid "parameter name missing from parameter list"
+msgstr "nom du paramètre manquant dans la liste des paramètres"
+
+#: c-decl.c:6224 c-decl.c:6535
+#, c-format
+msgid "multiple parameters named `%s'"
+msgstr "multiples paramètres nommés `%s'"
+
+#: c-decl.c:6255 c-decl.c:6257
+#, c-format
+msgid "type of `%s' defaults to `int'"
+msgstr "type de `%s' utilisé par défaut est `int'"
+
+#: c-decl.c:6293 c-decl.c:6592
+#, c-format
+msgid "declaration for parameter `%s' but no such parameter"
+msgstr "déclaration du paramètre `%s' mais pas de tel paramètre"
+
+#: c-decl.c:6341
+msgid "number of arguments doesn't match prototype"
+msgstr "nombre d'arguments ne concorde pas avec celui du prototype"
+
+#: c-decl.c:6371
+#, c-format
+msgid "promoted argument `%s' doesn't match prototype"
+msgstr "argument promu `%s' ne concorde pas avec celui du prototype"
+
+#: c-decl.c:6385
+#, c-format
+msgid "argument `%s' doesn't match prototype"
+msgstr "argument `%s' ne concorde pas avec celui du prototype"
+
+#: c-decl.c:6565
+#, c-format
+msgid "type of parameter `%s' is not declared"
+msgstr "type de paramètre `%s' n'est pas déclaré"
+
+#: c-decl.c:6793
+msgid "this function may return with or without a value"
+msgstr "cette fonction peut ou ne peut pas retourner une valeur"
+
+#: c-decl.c:6813
+#, c-format
+msgid "size of return value of `%s' is %u bytes"
+msgstr "taille de la valeur retournée de `%s' est %u octets"
+
+#: c-decl.c:6817
+#, c-format
+msgid "size of return value of `%s' is larger than %d bytes"
+msgstr "taille de la valeur retournée de `%s' est plus grande que %d octets"
+
+#. If we get here, declarations have been used in a for loop without
+#. the C99 for loop scope. This doesn't make much sense, so don't
+#. allow it.
+#: c-decl.c:6872
+msgid "`for' loop initial declaration used outside C99 mode"
+msgstr "déclaration initiale de la boucle `for' utilisée en dehords du mode C99"
+
+#: c-decl.c:6892
+#, c-format
+msgid "`%s %s' declared in `for' loop initial declaration"
+msgstr "`%s %s' déclaré dans la déclaration initiale de la boucle `for'"
+
+#: c-decl.c:6901
+#, c-format
+msgid "declaration of non-variable `%s' in `for' loop initial declaration"
+msgstr "déclaration de `%s' qui n'est pas une variable dans la déclaration initiale de `for'"
+
+#: c-decl.c:6903
+#, c-format
+msgid "declaration of static variable `%s' in `for' loop initial declaration"
+msgstr "déclaration d'une variable `static' `%s' dans la déclaration initiale de la boucle `for'"
+
+#: c-decl.c:6905
+#, c-format
+msgid "declaration of `extern' variable `%s' in `for' loop initial declaration"
+msgstr "déclaration d'une variable `extern' `%s' dans la déclaration initiale `for'"
+
+#: c-dump.c:826
+#, c-format
+msgid "could not open dump file `%s'"
+msgstr "ne peut ouvrir le fichier de vidange `%s'"
+
+#: c-dump.c:871
+#, c-format
+msgid "ignoring `%s' at end of `-f%s'"
+msgstr "`%s' ignoré à la fin de `-f%s'"
+
+#: c-format.c:106 c-format.c:219
+#, c-format
+msgid "argument format specified for non-function `%s'"
+msgstr "format de l'argument n'est pas spécifié comme une fonction `%s'"
+
+#: c-format.c:112
+msgid "unrecognized format specifier"
+msgstr "spécificateur de format non reconnu"
+
+#: c-format.c:123
+#, c-format
+msgid "`%s' is an unrecognized format function type"
+msgstr "`%s' a un format non reconnu de type de fonction"
+
+#: c-format.c:145 c-format.c:233
+msgid "format string has invalid operand number"
+msgstr "chaîne de format a un nombre invalide d'opérandes"
+
+#: c-format.c:153
+msgid "format string arg follows the args to be formatted"
+msgstr "l'argument de la chaîne de format suit les arguments devant être formattés"
+
+#: c-format.c:172 c-format.c:254
+msgid "format string arg not a string type"
+msgstr "l'argument de la chaîne de format n'est pas de type `string'"
+
+#: c-format.c:185
+msgid "args to be formatted is not '...'"
+msgstr "arguments à être formattés ne sont pas '...'"
+
+#: c-format.c:193
+msgid "strftime formats cannot format arguments"
+msgstr "Les formats de strftime ne peuvent formater les arguments"
+
+#: c-format.c:263
+msgid "function does not return string type"
+msgstr "fonction ne retourne pas un type `string'"
+
+#: c-format.c:757
+msgid "` ' flag"
+msgstr "fanion ` '"
+
+#: c-format.c:757
+msgid "the ` ' printf flag"
+msgstr "le fanion ` ' de printf"
+
+#: c-format.c:758 c-format.c:829
+msgid "`+' flag"
+msgstr "fanion `+'"
+
+#: c-format.c:758
+msgid "the `+' printf flag"
+msgstr "le fanion `+' de printf"
+
+#: c-format.c:759 c-format.c:805
+msgid "`#' flag"
+msgstr "fanion `#'"
+
+#: c-format.c:759
+msgid "the `#' printf flag"
+msgstr "le fanion `#' de printf"
+
+#: c-format.c:760 c-format.c:803
+msgid "`0' flag"
+msgstr "fanion `0'"
+
+#: c-format.c:760
+msgid "the `0' printf flag"
+msgstr "le fanion `0' de printf"
+
+#: c-format.c:761 c-format.c:802 c-format.c:832
+msgid "`-' flag"
+msgstr "fanion `-'"
+
+#: c-format.c:761
+msgid "the `-' printf flag"
+msgstr "le fanion `-' de printf"
+
+#: c-format.c:762 c-format.c:786
+msgid "`'' flag"
+msgstr "fanion `''"
+
+#: c-format.c:762
+msgid "the `'' printf flag"
+msgstr "le fanion `'' de printf"
+
+#: c-format.c:763 c-format.c:787
+msgid "`I' flag"
+msgstr "fanion `I'"
+
+#: c-format.c:763
+msgid "the `I' printf flag"
+msgstr "le fanion `I' de printf"
+
+#: c-format.c:764 c-format.c:784 c-format.c:806 c-format.c:833 c-format.c:1846
+msgid "field width"
+msgstr "largeur de champ"
+
+#: c-format.c:764
+msgid "field width in printf format"
+msgstr "largeur de champ dans le format de printf"
+
+#: c-format.c:765
+msgid "precision"
+msgstr "précision"
+
+#: c-format.c:765
+msgid "precision in printf format"
+msgstr "précision dans le format de printf"
+
+#: c-format.c:766 c-format.c:785 c-format.c:836
+msgid "length modifier"
+msgstr "longueur du modificateur"
+
+#: c-format.c:766
+msgid "length modifier in printf format"
+msgstr "longueur du modificateur dans le format printf"
+
+#: c-format.c:782
+msgid "assignment suppression"
+msgstr "suppression d'affectation"
+
+#: c-format.c:783
+msgid "`a' flag"
+msgstr "fanion `a'"
+
+#: c-format.c:783
+msgid "the `a' scanf flag"
+msgstr "le fanion `a' de scanf"
+
+#: c-format.c:784
+msgid "field width in scanf format"
+msgstr "largeur de champ dans le format de scanf"
+
+#: c-format.c:785
+msgid "length modifier in scanf format"
+msgstr "longueur du modificateur dans le format de scanf"
+
+#: c-format.c:786
+msgid "the `'' scanf flag"
+msgstr "la fanion `'' de scanf"
+
+#: c-format.c:787
+msgid "the `I' scanf flag"
+msgstr "le fanion `I' de scanf"
+
+#: c-format.c:801
+msgid "`_' flag"
+msgstr "fanion `_'"
+
+#: c-format.c:801
+msgid "the `_' strftime flag"
+msgstr "le fanion `_' de strftime"
+
+#: c-format.c:802
+msgid "the `-' strftime flag"
+msgstr "le fanion `-' de strftime"
+
+#: c-format.c:803
+msgid "the `0' strftime flag"
+msgstr "le fanion `0' de strftime"
+
+#: c-format.c:804 c-format.c:828
+msgid "`^' flag"
+msgstr "fanion `^'"
+
+#: c-format.c:804
+msgid "the `^' strftime flag"
+msgstr "la fanion `^' de strftime"
+
+#: c-format.c:805
+msgid "the `#' strftime flag"
+msgstr "le fanion `#' de strftime"
+
+#: c-format.c:806
+msgid "field width in strftime format"
+msgstr "largeur de champ dans le format de strftime"
+
+#: c-format.c:807
+msgid "`E' modifier"
+msgstr "modificateur `E'"
+
+#: c-format.c:807
+msgid "the `E' strftime modifier"
+msgstr "le modificateur `E' de strftime"
+
+#: c-format.c:808
+msgid "`O' modifier"
+msgstr "modificateur `O'"
+
+#: c-format.c:808
+msgid "the `O' strftime modifier"
+msgstr "le modificateur `O' de strftime"
+
+#: c-format.c:809
+msgid "the `O' modifier"
+msgstr "le modificateur `O'"
+
+#: c-format.c:827
+msgid "fill character"
+msgstr "caractère de remplissage"
+
+#: c-format.c:827
+msgid "fill character in strfmon format"
+msgstr "caractère de remplissage dans le format de strfmon"
+
+#: c-format.c:828
+msgid "the `^' strfmon flag"
+msgstr "le fanion `^' de strfmon"
+
+#: c-format.c:829
+msgid "the `+' strfmon flag"
+msgstr "le fanion `+' de strfmon"
+
+#: c-format.c:830
+msgid "`(' flag"
+msgstr "fanion `('"
+
+#: c-format.c:830
+msgid "the `(' strfmon flag"
+msgstr "le fanion `(' de strfmon"
+
+#: c-format.c:831
+msgid "`!' flag"
+msgstr "fanion `!'"
+
+#: c-format.c:831
+msgid "the `!' strfmon flag"
+msgstr "le fanion `!' de strfmon"
+
+#: c-format.c:832
+msgid "the `-' strfmon flag"
+msgstr "le fanion `-' de strfmon"
+
+#: c-format.c:833
+msgid "field width in strfmon format"
+msgstr "largeur de champ dans le format de strfmon"
+
+#: c-format.c:834
+msgid "left precision"
+msgstr "précision de gauche"
+
+#: c-format.c:834
+msgid "left precision in strfmon format"
+msgstr "précision de gauche dans le format de strfmon"
+
+#: c-format.c:835
+msgid "right precision"
+msgstr "précision de droite"
+
+#: c-format.c:835
+msgid "right precision in strfmon format"
+msgstr "précision de droite dans le format de strfmon"
+
+#: c-format.c:836
+msgid "length modifier in strfmon format"
+msgstr "modificateur de longueur dans le format de strfmon"
+
+#: c-format.c:1135
+#, c-format
+msgid "function might be possible candidate for `%s' format attribute"
+msgstr "fonction peut être un candidat possible pour l'attribut du format de `%s'"
+
+#: c-format.c:1248 c-format.c:1269 c-format.c:2256
+msgid "missing $ operand number in format"
+msgstr "opérande $ de nombre manquant dans le format"
+
+#: c-format.c:1279
+#, c-format
+msgid "%s does not support %%n$ operand number formats"
+msgstr "%s ne supporte pas le format d'opérande de nombre %%n$"
+
+#: c-format.c:1286
+msgid "operand number out of range in format"
+msgstr "opérande de nombre hors gamme dans le format"
+
+#: c-format.c:1307
+#, c-format
+msgid "format argument %d used more than once in %s format"
+msgstr "argument de format %d utilisé plus d'une fois dans le format %s"
+
+#: c-format.c:1349
+#, c-format
+msgid "format argument %d unused before used argument %d in $-style format"
+msgstr "argument de format %d inutilisé avant l'utilisation de l'argument %d dans le format $-style"
+
+#: c-format.c:1443 MRO
+msgid "format not a string literal, format string not checked"
+msgstr "format n'est pas une chaîne de mots, chaîne du format n'est pas vérifée"
+
+#: c-format.c:1457 MRO
+msgid "format not a string literal and no format arguments"
+msgstr "format n'est pas une chaîne de mots et pas d'arguments de format"
+
+#: c-format.c:1459 MRO
+msgid "format not a string literal, argument types not checked"
+msgstr "format n'est pas une chaîne de mots, types d'arguments ne sont pas vérifiés"
+
+#: c-format.c:1472
+msgid "too many arguments for format"
+msgstr "trop d'arguments pour le format"
+
+#: c-format.c:1475
+msgid "unused arguments in $-style format"
+msgstr "arguments non utilisés dans le format $-style"
+
+#: c-format.c:1478
+msgid "zero-length format string"
+msgstr "chaîne de longueur zéro dans le format"
+
+#: c-format.c:1481
+msgid "format is a wide character string"
+msgstr "format est une longue chaîne de caractères"
+
+#: c-format.c:1484
+msgid "unterminated format string"
+msgstr "chaîne de format non terminée"
+
+#. FIXME: this warning should go away once Marc Espie's
+#. __attribute__((nonnull)) patch is in. Instead, checking for
+#. nonnull attributes should probably change this function to act
+#. specially if info == NULL and add a res->number_null entry for
+#. that case, or maybe add a function pointer to be called at
+#. the end instead of hardcoding check_format_info_main.
+#: c-format.c:1572
+msgid "null format string"
+msgstr "chaîne de format nulle"
+
+#: c-format.c:1725
+msgid "embedded `\\0' in format"
+msgstr "`\\0' enchâssé dans le format"
+
+#: c-format.c:1740
+#, c-format
+msgid "spurious trailing `%%' in format"
+msgstr "faux caractères `%%' qui traînent dans le format"
+
+#: c-format.c:1779 c-format.c:2016
+#, c-format
+msgid "repeated %s in format"
+msgstr "%s répété dans le format"
+
+#: c-format.c:1792
+msgid "missing fill character at end of strfmon format"
+msgstr "caractère de remplissage manquant à la fin du format strfmon"
+
+#: c-format.c:1812 c-format.c:1930 c-format.c:2210 c-format.c:2263
+msgid "too few arguments for format"
+msgstr "trop peu d'arguments dans le format"
+
+#: c-format.c:1872
+#, c-format
+msgid "zero width in %s format"
+msgstr "largeur zéro dans le format %s"
+
+#: c-format.c:1891
+#, c-format
+msgid "empty left precision in %s format"
+msgstr "précision de gauche vide dans le format %s"
+
+#: c-format.c:1945
+msgid "field precision"
+msgstr "champ de précision"
+
+#: c-format.c:1960
+#, c-format
+msgid "empty precision in %s format"
+msgstr "précision vide dans le format %s"
+
+#: c-format.c:2000
+#, c-format
+msgid "%s does not support the `%s' %s length modifier"
+msgstr "%s ne supporte pas `%s' %s comme modificateur de longueur"
+
+#: c-format.c:2050
+msgid "conversion lacks type at end of format"
+msgstr "il manque un type pour la conversion à la fin du format"
+
+#: c-format.c:2061
+#, c-format
+msgid "unknown conversion type character `%c' in format"
+msgstr "type de caractère de conversion inconnu `%c' dans le format"
+
+#: c-format.c:2064
+#, c-format
+msgid "unknown conversion type character 0x%x in format"
+msgstr "type de caractère de conversion inconnu 0x%x dans le format"
+
+#: c-format.c:2071
+#, c-format
+msgid "%s does not support the `%%%c' %s format"
+msgstr "%s ne supporte pas le format `%%%c' %s"
+
+#: c-format.c:2087
+#, c-format
+msgid "%s used with `%%%c' %s format"
+msgstr "%s utilisé avec le format `%%%c' %s"
+
+#: c-format.c:2096
+#, c-format
+msgid "%s does not support %s"
+msgstr "%s ne supporte pas %s"
+
+#: c-format.c:2105
+#, c-format
+msgid "%s does not support %s with the `%%%c' %s format"
+msgstr "%s ne supporte pas %s avec le format `%%%c' %s "
+
+#: c-format.c:2138
+#, c-format
+msgid "%s ignored with %s and `%%%c' %s format"
+msgstr "%s ignoré avec %s et le format `%%%c' %s"
+
+#: c-format.c:2142
+#, c-format
+msgid "%s ignored with %s in %s format"
+msgstr "%s ignoré avec %s et le format %s"
+
+#: c-format.c:2148
+#, c-format
+msgid "use of %s and %s together with `%%%c' %s format"
+msgstr "utilisation de %s et de %s ensemble dans le format `%%%c' %s"
+
+#: c-format.c:2152
+#, c-format
+msgid "use of %s and %s together in %s format"
+msgstr "utilisation de %s et de %s ensemble dans le format %s"
+
+#: c-format.c:2171
+#, c-format
+msgid "`%%%c' yields only last 2 digits of year in some locales"
+msgstr "`%%%c' laisse seulement les 2 dernies chiffres de l'année dans certaines localisation"
+
+#: c-format.c:2174
+#, c-format
+msgid "`%%%c' yields only last 2 digits of year"
+msgstr "`%%%c' laisse seulement les 2 derniers chiffres de l'année"
+
+#. The end of the format string was reached.
+#: c-format.c:2190
+#, c-format
+msgid "no closing `]' for `%%[' format"
+msgstr "pas de `]' de fermeture pour le format `%%['"
+
+#: c-format.c:2203
+#, c-format
+msgid "use of `%s' length modifier with `%c' type character"
+msgstr "utilisation du modificateur de longueur `%s' avec le type de caractère `%c'"
+
+#: c-format.c:2224
+#, c-format
+msgid "%s does not support the `%%%s%c' %s format"
+msgstr "%s ne supporte par le format `%%%s%c' %s"
+
+#: c-format.c:2239
+msgid "operand number specified with suppressed assignment"
+msgstr "nombre d'opérandes spécifié avec des affectations suprimées"
+
+#: c-format.c:2241
+msgid "operand number specified for format taking no argument"
+msgstr "nombre d'opérandes spécifié pour un format n'acceptan aucun argument"
+
+#: c-format.c:2360
+#, c-format
+msgid "writing through null pointer (arg %d)"
+msgstr "écriture à travers un pointeur nul (arg %d)"
+
+#: c-format.c:2369
+#, c-format
+msgid "reading through null pointer (arg %d)"
+msgstr "lecture à l'aide d'un pointeur nul (arg %d)"
+
+#: c-format.c:2389
+#, c-format
+msgid "writing into constant object (arg %d)"
+msgstr "écriture dans une constante objet (arg %d)"
+
+#: c-format.c:2399
+#, c-format
+msgid "extra type qualifiers in format argument (arg %d)"
+msgstr "qualificateur de type additionnel dans l'argument du format (arg %d)"
+
+#: c-format.c:2406
+#, c-format
+msgid "format argument is not a pointer (arg %d)"
+msgstr "l'argument de format n'est pas un pointeur (arg %d)"
+
+#: c-format.c:2408
+#, c-format
+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)"
+
+#: c-format.c:2502
+#, c-format
+msgid "%s is not type %s (arg %d)"
+msgstr "%s n'est pas de type %s (arg %d)"
+
+#: c-format.c:2505
+#, c-format
+msgid "%s format, %s arg (arg %d)"
+msgstr "format %s, arg %s (arg %d)"
+
+#: c-lex.c:279
+msgid "badly nested C headers from preprocessor"
+msgstr "en-têtes C incorrectement imbriquées du préprocesseur"
+
+#: c-lex.c:297
+msgid "leaving more files than we entered"
+msgstr "laissant plus de fichiers que nous en avons entrée"
+
+#: c-lex.c:329
+#, c-format
+msgid "ignoring #pragma %s %s"
+msgstr "#pragma ignoré %s %s"
+
+#: c-lex.c:331
+#, c-format
+msgid "ignoring #pragma %s"
+msgstr "#pragma ignoré %s"
+
+#: c-lex.c:381
+msgid "incomplete universal-character-name"
+msgstr "nom-de-caractère-universel incomplet"
+
+#: c-lex.c:388
+#, c-format
+msgid "non hex digit '%c' in universal-character-name"
+msgstr "chiffre '%c' n'est pas hexadécimal dans le nom-de-caractère-universel"
+
+#: c-lex.c:403
+msgid "universal-character-name on EBCDIC target"
+msgstr "nom-de-caractère-universel pour une cible EBCDIC"
+
+#: c-lex.c:416
+#, c-format
+msgid "universal-character-name used for '%c'"
+msgstr "nom-de-caractère-universel utilisé pour `%c'"
+
+#: c-lex.c:419
+msgid "invalid universal-character-name"
+msgstr "nom-de-caractère-universel invalide"
+
+#: c-lex.c:453 f/lex.c:601
+msgid "the meaning of `\\x' varies with -traditional"
+msgstr "la signification de `\\x' varie avec l'option -traditional"
+
+#: c-lex.c:489 cppexp.c:579 f/lex.c:636
+msgid "\\x used with no following hex digits"
+msgstr "\\x utilisé sans être suivi des chiffres hexdécimaux"
+
+#: c-lex.c:502 f/lex.c:646
+msgid "hex escape out of range"
+msgstr "échappement hexadécimal hors gamme"
+
+#: c-lex.c:540
+msgid "the meaning of '\\a' varies with -traditional"
+msgstr "la signification de `\\a' varie avec l'option -traditional"
+
+#: c-lex.c:550
+#, c-format
+msgid "the meaning of '\\%c' varies with -traditional"
+msgstr "la signification de `\\%c' varie avec l'option -traditional"
+
+#: c-lex.c:556 cppexp.c:527
+#, c-format
+msgid "non-ISO-standard escape sequence, '\\%c'"
+msgstr "séquence d'échappement n'est conforme au standard ISO, '\\%c'"
+
+#: c-lex.c:563 c-lex.c:569
+#, c-format
+msgid "unknown escape sequence '\\%c'"
+msgstr "séquence d'échappement inconnue '\\%c'"
+
+#: c-lex.c:571
+#, c-format
+msgid "unknown escape sequence: '\\' followed by char 0x%x"
+msgstr "séquence d'échappement inconnue: '\\' suivi du caractère 0x%x"
+
+#: c-lex.c:601
+#, c-format
+msgid "universal-character-name '\\U%08x' not valid in identifier"
+msgstr "nom-de-caractère-universel invalide '\\U%08x' invalide dans l'identificcateur"
+
+#: c-lex.c:847
+#, c-format
+msgid "universal-character-name '\\u%04x' not valid in identifier"
+msgstr "nom-de-caractère-universel invalide '\\U%04x' invalide dans l'identificcateur"
+
+#: c-lex.c:937
+msgid "both 'f' and 'l' suffixes on floating constant"
+msgstr "les suffixes 'f' et 'l' ensembles sur une constante flottante"
+
+#: c-lex.c:964
+#, c-format
+msgid "floating point number exceeds range of '%s'"
+msgstr "nombre flottant excède les limites de '%s'"
+
+#: c-lex.c:994 MRO
+#, c-format
+msgid "stray '%c' in program"
+msgstr "stray '%c' dans le programme"
+
+#: c-lex.c:996 MRO
+#, c-format
+msgid "stray '\\%o' in program"
+msgstr "stray '\\%o' dans le programme"
+
+#: c-lex.c:1193
+msgid "floating constant may not be in radix 16"
+msgstr "constante flottante peut ne pas être en base 16"
+
+#: c-lex.c:1230
+msgid "traditional C rejects the 'f' suffix"
+msgstr "C traditionnel rejette le suffixe 'f'"
+
+#: c-lex.c:1239
+msgid "traditional C rejects the 'l' suffix"
+msgstr "C traditionnel rejette le suffixe 'l'"
+
+#: c-lex.c:1249 c-lex.c:1342
+msgid "ISO C forbids imaginary numeric constants"
+msgstr "ISO C interdit les constante numérique de nombres imaginaires"
+
+#: c-lex.c:1283
+msgid "floating point number exceeds range of 'double'"
+msgstr "nombre en virgule flottante excède les limites de 'double'"
+
+#: c-lex.c:1312
+msgid "two 'u' suffixes on integer constant"
+msgstr "deux 'u' en suffixe sur une constante entière"
+
+#: c-lex.c:1314
+msgid "traditional C rejects the 'u' suffix"
+msgstr "C traditionnel rejette le suffixe 'u'"
+
+#: c-lex.c:1325
+msgid "three 'l' suffixes on integer constant"
+msgstr "trois 'l' en suffixe sur une constante entière"
+
+#: c-lex.c:1327
+msgid "'lul' is not a valid integer suffix"
+msgstr "'lul' n'est pas un suffixe valide pour un entier"
+
+#: c-lex.c:1329
+msgid "'Ll' and 'lL' are not valid integer suffixes"
+msgstr "'Ll' et '1L' ne sont pas des suffixes valides pour un entier"
+
+#: c-lex.c:1332
+msgid "ISO C89 forbids long long integer constants"
+msgstr "ISO C89 interdit les constantes entières de type long long"
+
+#: c-lex.c:1340
+msgid "more than one 'i' or 'j' suffix on integer constant"
+msgstr "plus d'un 'i' ou 'j' en suffixe sur une constante entière"
+
+#: c-lex.c:1355
+#, c-format
+msgid "integer constant is too large for this configuration of the compiler - truncated to %d bits"
+msgstr "constante entière trop grande pour la configuration du compilateur - tronqué à %d bits"
+
+#: c-lex.c:1445
+msgid "width of integer constant changes with -traditional"
+msgstr "largeur de la constante entière change avec -traditional"
+
+#: c-lex.c:1447
+msgid "integer constant is unsigned in ISO C, signed with -traditional"
+msgstr "constante entìère est non signée en ISO C, signé avec -traditional"
+
+#: c-lex.c:1449
+msgid "width of integer constant may change on other systems with -traditional"
+msgstr "largeur de la constante entière peut changer sur d'autres système avec -traditional"
+
+#: c-lex.c:1459
+#, c-format
+msgid "integer constant larger than the maximum value of %s"
+msgstr "constante entière plus grande que la valeur maximale de %s"
+
+#: c-lex.c:1468
+msgid "decimal constant is so large that it is unsigned"
+msgstr "constante décimale est tellement grande qu'elle est non signée"
+
+#: c-lex.c:1497
+msgid "integer constant is larger than the maximum value for its type"
+msgstr "constante entière est plus grande que la valeur maximale pour ce type"
+
+#: c-lex.c:1501
+#, c-format
+msgid "missing white space after number '%.*s'"
+msgstr "espace blanc manquant après le nombre '%.*s'"
+
+#: c-lex.c:1537 c-lex.c:1641
+msgid "Ignoring invalid multibyte character"
+msgstr "caractères multi-octets invalide ignoré"
+
+#: c-lex.c:1555 c-lex.c:1660 cppexp.c:275
+msgid "escape sequence out of range for character"
+msgstr "séquence d'échappement hors gamme pour le type caractère"
+
+#: c-lex.c:1679
+msgid "empty character constant"
+msgstr "constante caractère vide"
+
+#: c-lex.c:1683
+msgid "character constant too long"
+msgstr "constante caractère trop longue"
+
+#: c-lex.c:1686 cppexp.c:293
+msgid "multi-character character constant"
+msgstr "constante caractère multi-caractères"
+
+#. Like YYERROR but do call yyerror.
+#: c-parse.y:61 cp/parse.y:55 objc/objc-parse.y:62
+msgid "syntax error"
+msgstr "erreur de syntaxes"
+
+#: c-parse.y:247 objc/objc-parse.y:275
+msgid "ISO C forbids an empty source file"
+msgstr "ISO C interdit un fichier source vide"
+
+#: c-parse.y:279 c-parse.y:1824 objc/objc-parse.y:308 objc/objc-parse.y:1888
+msgid "argument of `asm' is not a constant string"
+msgstr "argument de `asm' n'est pas une chaîne de constante"
+
+#: c-parse.y:287 objc/objc-parse.y:316
+msgid "ISO C forbids data definition with no type or storage class"
+msgstr "ISO C interdit la définition de données sans type ou classe de stockage"
+
+#: c-parse.y:289 objc/objc-parse.y:318
+msgid "data definition has no type or storage class"
+msgstr "définition de données n'a pas de type ou de classe de stockage"
+
+#: c-parse.y:310 objc/objc-parse.y:339
+msgid "ISO C does not allow extra `;' outside of a function"
+msgstr "ISO C ne permet pas de `;' additionnel en dehors d'une fonction"
+
+#: c-parse.y:382 cppexp.c:900
+msgid "traditional C rejects the unary plus operator"
+msgstr "C traditionnel rejette l'opérateur unaire +"
+
+#: c-parse.y:426 objc/objc-parse.y:455
+msgid "ISO C forbids `&&'"
+msgstr "ISO C interdit `&&'"
+
+#: c-parse.y:455 objc/objc-parse.y:484
+msgid "`sizeof' applied to a bit-field"
+msgstr "`sizeof' appliqué à un champ de bits"
+
+#: c-parse.y:543 objc/objc-parse.y:572
+msgid "ISO C forbids omitting the middle term of a ?: expression"
+msgstr "ISO C interdit l'omission du terme milieu de l'expression ?:"
+
+#: c-parse.y:591 objc/objc-parse.y:620 MRO
+msgid "ISO C89 forbids compound literals"
+msgstr "ISO C89 interdit les mots composés"
+
+#: c-parse.y:621 objc/objc-parse.y:650
+msgid "ISO C forbids braced-groups within expressions"
+msgstr "ISO C interdit les groupes d'accolades à l'intérieur d'expressions"
+
+#: c-parse.y:674
+msgid "traditional C rejects string concatenation"
+msgstr "C traditionel rejette la concaténation de chaînes"
+
+#: c-parse.y:689 objc/objc-parse.y:741
+msgid "ISO C does not permit use of `varargs.h'"
+msgstr "ISO C ne permet pas l'usage de `varargs.h'"
+
+#: c-parse.y:797 c-parse.y:818 c-parse.y:850 cp/parse.y:1861 cp/parse.y:1868
+#: cp/parse.y:1907 objc/objc-parse.y:849 objc/objc-parse.y:870
+#: objc/objc-parse.y:902
+#, c-format
+msgid "`%s' is not at beginning of declaration"
+msgstr "`%s' n'est pas au début de la déclaration"
+
+#: c-parse.y:1014 objc/objc-parse.y:1075
+msgid "ISO C forbids empty initializer braces"
+msgstr "ISO C interdit les accolades vides d'initialiseurs"
+
+#: c-parse.y:1028 objc/objc-parse.y:1089
+msgid "ISO C89 forbids specifying subobject to initialize"
+msgstr "ISO C89 interdit la spécification d'objets à initialiser"
+
+#: c-parse.y:1031 objc/objc-parse.y:1092
+msgid "obsolete use of designated initializer without `='"
+msgstr "utilisation obsolète de l'initialisateur désigné sans `='"
+
+#: c-parse.y:1035 objc/objc-parse.y:1096
+msgid "obsolete use of designated initializer with `:'"
+msgstr "utilisation obsolète d'un initialiseur désigné avec `:'"
+
+#: c-parse.y:1064
+msgid "ISO C forbids specifying range of elements to initialize"
+msgstr "ISO C interdit de spécifier les bornes des éléments à initaliser"
+
+#: c-parse.y:1072 c-parse.y:1102 objc/objc-parse.y:1127 objc/objc-parse.y:1157
+msgid "ISO C forbids nested functions"
+msgstr "ISO C interdit les fonctions imbriquées"
+
+#: c-parse.y:1177 c-parse.y:1211
+msgid "`[*]' in parameter declaration only allowed in ISO C 99"
+msgstr "`[*]' dans la déclaration de paramètres est permis seulement avec ISO C 99"
+
+#: c-parse.y:1286 objc/objc-parse.y:1332
+msgid "ISO C forbids forward references to `enum' types"
+msgstr "ISO C interdit les références avant vers un type `enum'"
+
+#: c-parse.y:1298 cp/parse.y:2326 objc/objc-parse.y:1344
+msgid "comma at end of enumerator list"
+msgstr "virgule à la fin de liste d'énumerateurs"
+
+#: c-parse.y:1306 objc/objc-parse.y:1352
+msgid "no semicolon at end of struct or union"
+msgstr "pas de point virgule à la fin du struct ou de l'union"
+
+#: c-parse.y:1315 objc/objc-parse.y:1361 objc/objc-parse.y:2359
+msgid "extra semicolon in struct or union specified"
+msgstr "point virgule superflu dans le struct ou l'union spécifié"
+
+#: c-parse.y:1339 objc/objc-parse.y:1399
+msgid "ISO C doesn't support unnamed structs/unions"
+msgstr "ISO C ne supporte pas les structs/unions sans nom"
+
+#: c-parse.y:1353 objc/objc-parse.y:1413
+msgid "ISO C forbids member declarations with no members"
+msgstr "ISO C interdit la déclaration de membre sans aucun membre"
+
+#: c-parse.y:1472 objc/objc-parse.y:1532
+msgid "deprecated use of label at end of compound statement"
+msgstr "utilisation déprécié d'étiquette à la fin de la déclaration composée"
+
+#: c-parse.y:1489 objc/objc-parse.y:1549
+msgid "ISO C89 forbids mixed declarations and code"
+msgstr "ISO C89 interdit les déclarations mélangés et de code"
+
+#: c-parse.y:1563 objc/objc-parse.y:1627
+msgid "ISO C forbids label declarations"
+msgstr "ISO C interdit la déclaration d'étiquette"
+
+#: c-parse.y:1612 cp/parse.y:1562 objc/objc-parse.y:1676
+msgid "braced-group within expression allowed only inside a function"
+msgstr "groupe d'accolades à l'intérieur d'expression permis seulement à l'intérieur d'une fonction"
+
+#: c-parse.y:1727 objc/objc-parse.y:1791
+msgid "empty body in an else-statement"
+msgstr "corps vide de la déclaration du else"
+
+#: c-parse.y:1856 objc/objc-parse.y:1920
+msgid "ISO C forbids `goto *expr;'"
+msgstr "ISO C interdit `goto *expr;'"
+
+#: c-parse.y:1948 objc/objc-parse.y:2012
+msgid "ISO C forbids forward parameter declarations"
+msgstr "ISO C interdit la déclaration de paramètres vers l'avant"
+
+#. Gcc used to allow this as an extension. However, it does
+#. not work for all targets, and thus has been disabled.
+#. Also, since func (...) and func () are indistinguishable,
+#. it caused problems with the code in expand_builtin which
+#. tries to verify that BUILT_IN_NEXT_ARG is being used
+#. correctly.
+#: c-parse.y:1971 objc/objc-parse.y:2035
+msgid "ISO C requires a named argument before `...'"
+msgstr "ISO C requiert un argument nommé devant `...'"
+
+#: c-parse.y:2051 objc/objc-parse.y:2115
+msgid "`...' in old-style identifier list"
+msgstr "`...' dans une liste d'identificateurs de style ancien"
+
+#: c-parse.y:2377 cp/spew.c:1480 objc/objc-parse.y:3109
+#, c-format
+msgid "%s at end of input"
+msgstr "%s à la fin de l'entrée"
+
+#: c-parse.y:2383 cp/spew.c:1486 objc/objc-parse.y:3115
+#, c-format
+msgid "%s before %s'%c'"
+msgstr "%s avant %s'%c'"
+
+#: c-parse.y:2385 cp/spew.c:1488 objc/objc-parse.y:3117
+#, c-format
+msgid "%s before %s'\\x%x'"
+msgstr "%s avant %s'\\x%x'"
+
+#: c-parse.y:2389 cp/spew.c:1492 objc/objc-parse.y:3121
+#, c-format
+msgid "%s before string constant"
+msgstr "%s avant la constante chaîne"
+
+#: c-parse.y:2393 cp/spew.c:1496 objc/objc-parse.y:3125
+#, c-format
+msgid "%s before numeric constant"
+msgstr "%s avant la constante numérique"
+
+#: c-parse.y:2395 objc/objc-parse.y:3127
+#, c-format
+msgid "%s before \"%s\""
+msgstr "%s avant \"%s\""
+
+#: c-parse.y:2397 objc/objc-parse.y:3129
+#, c-format
+msgid "%s before '%s' token"
+msgstr "%s avant le jeton '%s'"
+
+#: c-parse.y:2543 objc/objc-parse.y:3292
+#, c-format
+msgid "syntax error at '%s' token"
+msgstr "erreur de syntaxe au jeton '%s'"
+
+#: c-parse.y:2573 cp/lex.c:928 objc/objc-parse.y:3322
+msgid "YYDEBUG not defined."
+msgstr "YYDEBUG n'est pas défini."
+
+#: c-pragma.c:108
+msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
+msgstr "#pragma pack (pop) rencontré sans #pragma pack (push, <n>) concordant"
+
+#: c-pragma.c:126
+#, c-format
+msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"
+msgstr "#pragma pack(pop, %s) rencontré sans #pragma pack(push, %s, <n>) concordant"
+
+#: c-pragma.c:249
+msgid "junk at end of '#pragma pack'"
+msgstr "rebut à la fin de '#pragma pack'"
+
+#: c-pragma.c:298
+msgid "junk at end of #pragma weak"
+msgstr "rebut à la fin de #pragma weak"
+
+#: c-semantics.c:607
+msgid "break statement not within loop or switch"
+msgstr "déclaration de `break' n'est pas à l'intérieur d'une boucle ou d'un `switch'"
+
+#: c-semantics.c:625
+msgid "continue statement not within a loop"
+msgstr "déclaration de `continue' n'est pas à l'intérieur d'une boucle"
+
+#: c-semantics.c:720
+msgid "destructor needed for `%#D'"
+msgstr "destructeur requis pour `%#D'"
+
+#: c-semantics.c:721
+msgid "where case label appears here"
+msgstr "où les étiquettes de 'case' apparaissent ici"
+
+#: c-semantics.c:724
+msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"
+msgstr "(les actions enfermées du case précédent de la déclaration requiert des destructeurs dans leur propre champ.)"
+
+#: c-semantics.c:757 c-typeck.c:6800
+#, c-format
+msgid "%s qualifier ignored on asm"
+msgstr "%s qualificateur ignoré avec asm"
+
+#: c-typeck.c:122
+#, c-format
+msgid "`%s' has an incomplete type"
+msgstr "`%s' a un type incomplet"
+
+#: c-typeck.c:144 cp/call.c:2553
+msgid "invalid use of void expression"
+msgstr "utilisation de l'expression voir invalide"
+
+#: c-typeck.c:153
+msgid "invalid use of array with unspecified bounds"
+msgstr "utilisation invalide d'un tableau avec bornes non spécifiées"
+
+#: c-typeck.c:161
+#, c-format
+msgid "invalid use of undefined type `%s %s'"
+msgstr "utilisation invalide d'un type indéfini `%s %s'"
+
+#. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
+#: c-typeck.c:165
+#, c-format
+msgid "invalid use of incomplete typedef `%s'"
+msgstr "utilisation invalide d'un typedef incomplet `%s'"
+
+#: c-typeck.c:396 c-typeck.c:410
+msgid "function types not truly compatible in ISO C"
+msgstr "types de fonction ne sont pas vraiment compatibles en ISO C"
+
+#: c-typeck.c:561
+msgid "types are not quite compatible"
+msgstr "types ne sont pas très compatibles"
+
+#: c-typeck.c:714
+msgid "sizeof applied to a function type"
+msgstr "sizeof appliqué sur un type de fonction"
+
+#: c-typeck.c:720
+msgid "sizeof applied to a void type"
+msgstr "sizeof appliqué sur un type void"
+
+#: c-typeck.c:727
+msgid "sizeof applied to an incomplete type"
+msgstr "sizeof appliqué sur un type incomplet"
+
+#: c-typeck.c:780 c-typeck.c:2793
+msgid "arithmetic on pointer to an incomplete type"
+msgstr "arithmétique sur un pointeur appliqué sur un type incomplet"
+
+#: c-typeck.c:808
+msgid "__alignof__ applied to an incomplete type"
+msgstr "__alignof__ appliqué sur un type incomplet"
+
+#: c-typeck.c:834
+msgid "`__alignof' applied to a bit-field"
+msgstr "`__alignof' appliqué sur un champ de bits"
+
+#: c-typeck.c:1025 cp/typeck.c:1792
+msgid "invalid use of non-lvalue array"
+msgstr "utlisation invalide d'un tableau sans lvalue"
+
+#: c-typeck.c:1200
+#, c-format
+msgid "%s has no member named `%s'"
+msgstr "%s n'a pas de membre nommé `%s'"
+
+#: c-typeck.c:1231
+#, c-format
+msgid "request for member `%s' in something not a structure or union"
+msgstr "requête pour le membre `%s' dana quelque chose qui n'est pas une structure ou un union"
+
+#: c-typeck.c:1264
+msgid "dereferencing pointer to incomplete type"
+msgstr "déréférence d'un pointeur en un type incomplet"
+
+#: c-typeck.c:1268
+msgid "dereferencing `void *' pointer"
+msgstr "déréférence d'un pointeur `void *'"
+
+#: c-typeck.c:1285 cp/typeck.c:2402
+#, c-format
+msgid "invalid type argument of `%s'"
+msgstr "type d'argument invalide pour `%s'"
+
+#: c-typeck.c:1304 cp/typeck.c:2428 MRO
+msgid "subscript missing in array reference"
+msgstr "souscript manquant dans la référence du tableau"
+
+#: c-typeck.c:1325 cp/typeck.c:2470 MRO
+msgid "array subscript has type `char'"
+msgstr "souscript de tableau a un type `char'"
+
+#: c-typeck.c:1333 c-typeck.c:1422 cp/typeck.c:2477 cp/typeck.c:2556 MRO
+msgid "array subscript is not an integer"
+msgstr "souscript de tableau n'est pas un entier"
+
+#: c-typeck.c:1366 MRO
+msgid "ISO C forbids subscripting `register' array"
+msgstr "ISO C interdit le souscriptage de type `register' de tableau"
+
+#: c-typeck.c:1368 MRO
+msgid "ISO C89 forbids subscripting non-lvalue array"
+msgstr "ISO C89 interdit le souscriptage de tableau non lvalue"
+
+#: c-typeck.c:1401 MRO
+msgid "subscript has type `char'"
+msgstr "souscript a un type `char'"
+
+#: c-typeck.c:1417 cp/typeck.c:2551 MRO
+msgid "subscripted value is neither array nor pointer"
+msgstr "valeur sourcripté n'est ni un tableau ni un pointeur"
+
+#: c-typeck.c:1468
+#, c-format
+msgid "`%s' undeclared here (not in a function)"
+msgstr "`%s' non déclaré ici (n'est pas dans une fonction)"
+
+#: c-typeck.c:1475
+#, c-format
+msgid "`%s' undeclared (first use in this function)"
+msgstr "`%s' non déclaré (première utilisation dans cette fonction)"
+
+#: c-typeck.c:1480
+msgid "(Each undeclared identifier is reported only once"
+msgstr "(Chaque identificateur non déclaré est rapporté une seule fois"
+
+#: c-typeck.c:1481
+msgid "for each function it appears in.)"
+msgstr "pour chaque fonction dans laquelle il apparaît.)"
+
+#: c-typeck.c:1498
+#, c-format
+msgid "local declaration of `%s' hides instance variable"
+msgstr "la déclaration locale de `%s' cache l'instance d'une variable"
+
+#: c-typeck.c:1563
+msgid "called object is not a function"
+msgstr "objet appelé n'est pas une fonction"
+
+#: c-typeck.c:1647 cp/typeck.c:3189
+msgid "too many arguments to function"
+msgstr "trop d'arguments pour la fonction"
+
+#: c-typeck.c:1670
+#, c-format
+msgid "type of formal parameter %d is incomplete"
+msgstr "type de paramètre formel %d est incomplet"
+
+#: c-typeck.c:1683
+#, c-format
+msgid "%s as integer rather than floating due to prototype"
+msgstr "%s est entier plutôt que flottant en raison du prototype"
+
+#: c-typeck.c:1686
+#, c-format
+msgid "%s as integer rather than complex due to prototype"
+msgstr "%s est entier plutôt que complexe en raison du prototype"
+
+#: c-typeck.c:1689
+#, c-format
+msgid "%s as complex rather than floating due to prototype"
+msgstr "%s est complexe plutôt que flottant en raison du prototype"
+
+#: c-typeck.c:1692
+#, c-format
+msgid "%s as floating rather than integer due to prototype"
+msgstr "%s est flottant plutôt qu'entier en raison du prototype"
+
+#: c-typeck.c:1695
+#, c-format
+msgid "%s as complex rather than integer due to prototype"
+msgstr "%s est complexe plutôt qu'entier en raison du prototype"
+
+#: c-typeck.c:1698
+#, c-format
+msgid "%s as floating rather than complex due to prototype"
+msgstr "%s est flottant plutôt que complexe en raison du prototype"
+
+#: c-typeck.c:1708
+#, c-format
+msgid "%s as `float' rather than `double' due to prototype"
+msgstr "%s est `float' plutôt que `double' en raison du prototype"
+
+#: c-typeck.c:1725
+#, c-format
+msgid "%s with different width due to prototype"
+msgstr "%s a une largeur différente en raison du prototype"
+
+#: c-typeck.c:1759
+#, c-format
+msgid "%s as unsigned due to prototype"
+msgstr "%s est non signé en raison du prototype"
+
+#: c-typeck.c:1761
+#, c-format
+msgid "%s as signed due to prototype"
+msgstr "%s est signé en raison du prototype"
+
+#: c-typeck.c:1795 cp/typeck.c:3290
+msgid "too few arguments to function"
+msgstr "trop peu d'arguments pour la fonction"
+
+#: c-typeck.c:1836
+msgid "suggest parentheses around + or - inside shift"
+msgstr "parenthèses suggérées autour de + ou - à l'intérieur du shift"
+
+#: c-typeck.c:1843
+msgid "suggest parentheses around && within ||"
+msgstr "parenthèses suggérées autour de && à l'intérieur de ||"
+
+#: c-typeck.c:1852
+msgid "suggest parentheses around arithmetic in operand of |"
+msgstr "parenthèses suggérées autour de l'arithmétique dans l'opérande |"
+
+#: c-typeck.c:1855
+msgid "suggest parentheses around comparison in operand of |"
+msgstr "parenthèses suggérées autour de la comparaison dans l'opérande |"
+
+#: c-typeck.c:1864
+msgid "suggest parentheses around arithmetic in operand of ^"
+msgstr "parenthèses suggérées autour de l'arithmétique dans l'opérande ^"
+
+#: c-typeck.c:1867
+msgid "suggest parentheses around comparison in operand of ^"
+msgstr "parenthèses suggérées autour de la comparaison dans l'opérande ^"
+
+#: c-typeck.c:1874
+msgid "suggest parentheses around + or - in operand of &"
+msgstr "parenthèses suggérées autour de + ou - dans l'opérande &"
+
+#: c-typeck.c:1877
+msgid "suggest parentheses around comparison in operand of &"
+msgstr "parenthèses suggérées autour de la comparaison dans l'opérande &"
+
+#: c-typeck.c:1884
+msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
+msgstr "comparaisons comme X<=Y<=Z n'ont pas de signification mathématique"
+
+#: c-typeck.c:2138 cp/typeck.c:3569
+msgid "right shift count is negative"
+msgstr "compteur de décalage à droite est négatif"
+
+#: c-typeck.c:2145 cp/typeck.c:3575
+msgid "right shift count >= width of type"
+msgstr "compteur de décalage à droite >= à la largeur du type"
+
+#: c-typeck.c:2170 cp/typeck.c:3594
+msgid "left shift count is negative"
+msgstr "compteur de décalage à gauche est négatif"
+
+#: c-typeck.c:2173 cp/typeck.c:3596
+msgid "left shift count >= width of type"
+msgstr "compteur de décalage à gauche >= à la largeur du type"
+
+#: c-typeck.c:2198
+msgid "shift count is negative"
+msgstr "compteur de décalage est négatif"
+
+#: c-typeck.c:2200
+msgid "shift count >= width of type"
+msgstr "compteur de décalage >= à la largeur du type"
+
+#: c-typeck.c:2221 cp/typeck.c:3631
+msgid "comparing floating point with == or != is unsafe"
+msgstr "comparaison d'un nombre flottant à l'aide de == ou != n'est pas sûre"
+
+#: c-typeck.c:2245 c-typeck.c:2251
+msgid "ISO C forbids comparison of `void *' with function pointer"
+msgstr "ISO C interdit la comparaison de `void *' avec un pointeur de fonction pointer"
+
+#: c-typeck.c:2254 c-typeck.c:2296 c-typeck.c:2324
+msgid "comparison of distinct pointer types lacks a cast"
+msgstr "comparaison entre des types distincs de pointeur manque de transtypage"
+
+#: c-typeck.c:2269 c-typeck.c:2275 c-typeck.c:2345 c-typeck.c:2351
+msgid "comparison between pointer and integer"
+msgstr "comparaison entre un pointeur et un entier"
+
+#: c-typeck.c:2291 c-typeck.c:2319 MRO
+msgid "ISO C forbids ordered comparisons of pointers to functions"
+msgstr "ISO C interdit les comparaisons ordonnées de pointeurs à des fonctions"
+
+#: c-typeck.c:2316
+msgid "comparison of complete and incomplete pointers"
+msgstr "comparaison de pointeurs complet et incomplet"
+
+#: c-typeck.c:2332 c-typeck.c:2339 MRO
+msgid "ordered comparison of pointer with integer zero"
+msgstr "comparaison ordonné de pointeur avec un entier zéro"
+
+#: c-typeck.c:2365 cp/typeck.c:3764 MRO
+msgid "unordered comparison on non-floating point argument"
+msgstr "comparaison non ordonné sur un argument qui n'est pas en virgule flottante"
+
+#: c-typeck.c:2579
+msgid "comparison between signed and unsigned"
+msgstr "comparaison entre un signé et un non signé"
+
+#: c-typeck.c:2625 cp/typeck.c:4010
+msgid "comparison of promoted ~unsigned with constant"
+msgstr "comparaison d'un non signé promu avec une constante"
+
+#: c-typeck.c:2633 cp/typeck.c:4018
+msgid "comparison of promoted ~unsigned with unsigned"
+msgstr "comparaison d'un non signé promu avec un non signé"
+
+#: c-typeck.c:2695
+msgid "pointer of type `void *' used in arithmetic"
+msgstr "pointeur de type `void *' utilisé en arithmétique"
+
+#: c-typeck.c:2701
+msgid "pointer to a function used in arithmetic"
+msgstr "pointeur vers une fonction utilisé en arithmétique"
+
+#: c-typeck.c:2779
+msgid "pointer of type `void *' used in subtraction"
+msgstr "pointeur de type `void *' utilisé dans une soustraction"
+
+#: c-typeck.c:2781
+msgid "pointer to a function used in subtraction"
+msgstr "pointeur vers un fonction utilisé dans une soustraction"
+
+#: c-typeck.c:2839
+msgid "wrong type argument to unary plus"
+msgstr "type d'argument erroné pour l'unaire +"
+
+#: c-typeck.c:2850
+msgid "wrong type argument to unary minus"
+msgstr "type d'argument erroné pour l'unaire -"
+
+#: c-typeck.c:2862
+msgid "ISO C does not support `~' for complex conjugation"
+msgstr "ISO C ne supporte pas `~' pour une conjugaison complexe"
+
+#: c-typeck.c:2868
+msgid "wrong type argument to bit-complement"
+msgstr "type d'argument erroné pour un complément de bit"
+
+#: c-typeck.c:2879
+msgid "wrong type argument to abs"
+msgstr "type d'argument erroné pour abs"
+
+#: c-typeck.c:2891
+msgid "wrong type argument to conjugation"
+msgstr "type d'argument erroné pour la conjugaison"
+
+#: c-typeck.c:2905
+msgid "wrong type argument to unary exclamation mark"
+msgstr "type d'argument erroné pour l'unaire point d'exclamation"
+
+#: c-typeck.c:2948
+msgid "ISO C does not support `++' and `--' on complex types"
+msgstr "ISO C ne supporte `++' et `--' sur les types complexes"
+
+#: c-typeck.c:2962 c-typeck.c:2988
+#, c-format
+msgid "wrong type argument to %s"
+msgstr "type d'argument erroné pour %s"
+
+#: c-typeck.c:2982
+#, c-format
+msgid "%s of pointer to unknown structure"
+msgstr "pointeur %s vers une structure inconnue"
+
+#: c-typeck.c:3052
+msgid "invalid lvalue in increment"
+msgstr "lvalue invalide dans l'incrémentation"
+
+#: c-typeck.c:3053
+msgid "invalid lvalue in decrement"
+msgstr "lvalue invalide dans la décrémentation"
+
+#: c-typeck.c:3061 cp/typeck.c:4587
+msgid "increment"
+msgstr "incrément"
+
+#: c-typeck.c:3061 cp/typeck.c:4587
+msgid "decrement"
+msgstr "décrément"
+
+#: c-typeck.c:3117
+msgid "ISO C forbids the address of a cast expression"
+msgstr "ISO C interdit l'adresse d'une expression transtypée"
+
+#: c-typeck.c:3131
+msgid "invalid lvalue in unary `&'"
+msgstr "lvalue invalide dans l'unaire `&'"
+
+#: c-typeck.c:3163
+#, c-format
+msgid "attempt to take address of bit-field structure member `%s'"
+msgstr "tentative de prise d'adresse du membre `%s' d'une structure de champ de bits"
+
+#: c-typeck.c:3271 c-typeck.c:4618 c-typeck.c:4634 c-typeck.c:4650
+#: cp/typeck.c:4780 diagnostic.c:1475 gcc.c:4207 java/verify.c:1416
+#: java/verify.c:1417 java/verify.c:1432
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: c-typeck.c:3328
+msgid "ISO C forbids use of conditional expressions as lvalues"
+msgstr "ISO C interdit l'utilisation d'expressions conditionnelles comme lvalue"
+
+#: c-typeck.c:3331
+msgid "ISO C forbids use of compound expressions as lvalues"
+msgstr "ISO C interdit l'utilisation d'expressions composées comme lvalue"
+
+#: c-typeck.c:3334
+msgid "ISO C forbids use of cast expressions as lvalues"
+msgstr "ISO C interdit l'utilisation de transtypage d'une expression comme lvalues"
+
+#: c-typeck.c:3351
+#, c-format
+msgid "%s of read-only member `%s'"
+msgstr "%s d'un membre en lecture seulement `%s'"
+
+#: c-typeck.c:3355
+#, c-format
+msgid "%s of read-only variable `%s'"
+msgstr "%s d'une variable en lecture seulement `%s'"
+
+#: c-typeck.c:3358
+#, c-format
+msgid "%s of read-only location"
+msgstr "%s d'une location en lecture seulement"
+
+#: c-typeck.c:3376
+#, c-format
+msgid "cannot take address of bitfield `%s'"
+msgstr "ne peut prendre l'adresse du champ de bits `%s'"
+
+#: c-typeck.c:3403
+#, c-format
+msgid "global register variable `%s' used in nested function"
+msgstr "variable registre globale `%s' utilisée dans une fonction imbriquée"
+
+#: c-typeck.c:3407
+#, c-format
+msgid "register variable `%s' used in nested function"
+msgstr "variable registre `%s' utilisée dans une fonction imbriquée"
+
+#: c-typeck.c:3414
+#, c-format
+msgid "address of global register variable `%s' requested"
+msgstr "adresse d'une variable registre globale `%s' requise"
+
+#: c-typeck.c:3426
+msgid "cannot put object with volatile field into register"
+msgstr "ne peut mettre un objet avec un champ volatile dans un registre"
+
+#: c-typeck.c:3430
+#, c-format
+msgid "address of register variable `%s' requested"
+msgstr "adresse d'une variable registre `%s' requise"
+
+#: c-typeck.c:3538
+msgid "signed and unsigned type in conditional expression"
+msgstr "type signé et non signé dans une expression conditionnelle"
+
+#: c-typeck.c:3545
+msgid "ISO C forbids conditional expr with only one void side"
+msgstr "ISO C interdit une expression conditionnelle dont un seul côté est `void'"
+
+#: c-typeck.c:3561 c-typeck.c:3568
+msgid "ISO C forbids conditional expr between `void *' and function pointer"
+msgstr "ISO C interdit une expression conditionnelle entre `void *' et un pointeur de fonction"
+
+#: c-typeck.c:3574
+msgid "pointer type mismatch in conditional expression"
+msgstr "non concordance de type de pointeur dans un expression conditionnelle"
+
+#: c-typeck.c:3581 c-typeck.c:3591
+msgid "pointer/integer type mismatch in conditional expression"
+msgstr "non concordance de type pointeur/entier dans une expression conditionnelle"
+
+#: c-typeck.c:3605
+msgid "type mismatch in conditional expression"
+msgstr "non concordance de type dans une expression conditionnelle"
+
+#: c-typeck.c:3678 cp/typeck.c:5012
+msgid "left-hand operand of comma expression has no effect"
+msgstr "l'opérande à gauche de la virgule dans l'expression n'a pas d'effet"
+
+#: c-typeck.c:3717
+msgid "cast specifies array type"
+msgstr "le transtypage spécifie le type de tableau"
+
+#: c-typeck.c:3723
+msgid "cast specifies function type"
+msgstr "le transtypage spécifie le type de fonction"
+
+#: c-typeck.c:3733
+msgid "ISO C forbids casting nonscalar to the same type"
+msgstr "ISO C interdit le transtypage non scalaire au même type"
+
+#: c-typeck.c:3754
+msgid "ISO C forbids casts to union type"
+msgstr "ISO C interdit le transtypage vers un type union"
+
+#: c-typeck.c:3770
+msgid "cast to union type from type not present in union"
+msgstr "transtypage vers un type union d'un type non présent dans l'union"
+
+#. There are qualifiers present in IN_OTYPE that are not
+#. present in IN_TYPE.
+#: c-typeck.c:3815
+msgid "cast discards qualifiers from pointer target type"
+msgstr "transtypage écarte les qualificateurs du type cible du pointeur"
+
+#: c-typeck.c:3830
+msgid "cast increases required alignment of target type"
+msgstr "transtypage augmente l'alignement requis pour le type ciblé"
+
+#: c-typeck.c:3836 cp/typeck.c:5420
+msgid "cast from pointer to integer of different size"
+msgstr "transtypage d'un pointeur vers un entier de taille différente"
+
+#: c-typeck.c:3841
+msgid "cast does not match function type"
+msgstr "transtypage ne concorde pas avec le type de la fonction"
+
+#: c-typeck.c:3848 cp/typeck.c:5427
+msgid "cast to pointer from integer of different size"
+msgstr "transtypage vers un pointeur d'un entier de taille différente"
+
+#. Now we have handled acceptable kinds of LHS that are not truly lvalues.
+#. Reject anything strange now.
+#: c-typeck.c:3990
+msgid "invalid lvalue in assignment"
+msgstr "lvalue invalide dans l'affectation"
+
+#. Convert new value to destination type.
+#: c-typeck.c:3999 c-typeck.c:4024 c-typeck.c:4041 cp/typeck.c:5542
+#: cp/typeck.c:5699
+msgid "assignment"
+msgstr "affectation"
+
+#: c-typeck.c:4208 c-typeck.c:4275
+#, c-format
+msgid "%s makes qualified function pointer from unqualified"
+msgstr "%s a rendu un pointeur de fonction qualifié à partir d'un non qualifié"
+
+#: c-typeck.c:4212 c-typeck.c:4255
+#, c-format
+msgid "%s discards qualifiers from pointer target type"
+msgstr "%s écarte le qualificateur du type du pointeur cible"
+
+#: c-typeck.c:4218
+msgid "ISO C prohibits argument conversion to union type"
+msgstr "ISO C interdit la conversion d'argument pour un type union"
+
+#: c-typeck.c:4247
+#, c-format
+msgid "ISO C forbids %s between function pointer and `void *'"
+msgstr "ISO C interdit %s entre le pointeur de fonction et `void *'"
+
+#: c-typeck.c:4264
+#, c-format
+msgid "pointer targets in %s differ in signedness"
+msgstr "pointeurs ciblés dans %s diffèrent au niveau du signe"
+
+#: c-typeck.c:4280
+#, c-format
+msgid "%s from incompatible pointer type"
+msgstr "%s d'un type pointeur incompatible"
+
+#: c-typeck.c:4296
+#, c-format
+msgid "%s makes pointer from integer without a cast"
+msgstr "%s transforme en pointeur un entier sans transtypage"
+
+#: c-typeck.c:4304
+#, c-format
+msgid "%s makes integer from pointer without a cast"
+msgstr "%s transforme en entier un pointeur sans transtypage"
+
+#: c-typeck.c:4318 c-typeck.c:4321
+#, c-format
+msgid "incompatible type for argument %d of `%s'"
+msgstr "type incompatible pour l'argument %d de `%s'"
+
+#: c-typeck.c:4325
+#, c-format
+msgid "incompatible type for argument %d of indirect function call"
+msgstr "type incompatible pour l'argument %d de l'appel indirect de fonction"
+
+#: c-typeck.c:4329
+#, c-format
+msgid "incompatible types in %s"
+msgstr "type incompatibles dans %s"
+
+#. Function name is known; supply it.
+#: c-typeck.c:4360
+#, c-format
+msgid "passing arg %d of `%s'"
+msgstr "passage de arg %d de `%s'"
+
+#. Function name unknown (call through ptr); just give arg number.
+#: c-typeck.c:4370
+#, c-format
+msgid "passing arg %d of pointer to function"
+msgstr "passage de arg %d du pointeur vers la fonction"
+
+#: c-typeck.c:4437
+msgid "initializer for static variable is not constant"
+msgstr "initialisateur de variable 'static' n'est pas une constante"
+
+#: c-typeck.c:4443
+msgid "initializer for static variable uses complicated arithmetic"
+msgstr "initialisateur de variable 'static' utilise une artihmétique compliquée"
+
+#: c-typeck.c:4451
+msgid "aggregate initializer is not constant"
+msgstr "initialiseur d'aggrégat n'est pas une constante"
+
+#: c-typeck.c:4453
+msgid "aggregate initializer uses complicated arithmetic"
+msgstr "initialiseur d'aggrégat utilise une arithmétique compliquée"
+
+#: c-typeck.c:4460
+msgid "traditional C rejects automatic aggregate initialization"
+msgstr "C traditionel rejette l'initialisation automatique d'aggrégats"
+
+#: c-typeck.c:4621 c-typeck.c:4637 c-typeck.c:4653
+#, c-format
+msgid "(near initialization for `%s')"
+msgstr "(près de l'initialisation pour `%s')"
+
+#: c-typeck.c:4705 cp/typeck2.c:518
+msgid "char-array initialized from wide string"
+msgstr "tableau de caractères initialisé à l'aide d'une grande chaîne"
+
+#: c-typeck.c:4712 cp/typeck2.c:525
+msgid "int-array initialized from non-wide string"
+msgstr "tableau d'entier initialisé à l'aide d'un chaîne courte"
+
+#: c-typeck.c:4729 cp/typeck2.c:541
+msgid "initializer-string for array of chars is too long"
+msgstr "chaîne d'initialisateur pour le tableau de caractères est trop longue"
+
+#: c-typeck.c:4756
+msgid "array initialized from non-constant array expression"
+msgstr "tableau initialisé à l'aide de l'expression d'un tableau de non constantes"
+
+#: c-typeck.c:4773 c-typeck.c:4775 c-typeck.c:4791 c-typeck.c:4812
+#: c-typeck.c:6207
+msgid "initializer element is not constant"
+msgstr "élément initialiseur n'est pas une constante"
+
+#: c-typeck.c:4807
+msgid "initialization"
+msgstr "initialisation"
+
+#: c-typeck.c:4818 c-typeck.c:6212
+msgid "initializer element is not computable at load time"
+msgstr "élément initialisateur n'est pas évaluable au moment du chargement"
+
+#: c-typeck.c:4855 c-typeck.c:4871 cp/typeck2.c:618
+msgid "invalid initializer"
+msgstr "initialiseur invalide"
+
+#: c-typeck.c:5339
+msgid "extra brace group at end of initializer"
+msgstr "groupe d'accolades superflu à la fin de l'initialiseur"
+
+#: c-typeck.c:5359
+msgid "missing braces around initializer"
+msgstr "accolades manquantes autour de l'initialiseur"
+
+#: c-typeck.c:5403
+msgid "braces around scalar initializer"
+msgstr "accolades autour de l'initialiseur scalaire"
+
+#: c-typeck.c:5455
+msgid "initialization of flexible array member in a nested context"
+msgstr "initialisation d'un membre de tableau flexible dans un contexte imbriqué"
+
+#: c-typeck.c:5457
+msgid "initialization of a flexible array member"
+msgstr "initialisation d'un membre de tableau flexible"
+
+#: c-typeck.c:5467
+msgid "deprecated initialization of zero-length array"
+msgstr "initialisation dépréciée d'un tableau de taille zéro"
+
+#: c-typeck.c:5472
+msgid "initialization of zero-length array before end of structure"
+msgstr "initialisation d'un tableau de taille zéro avant la fin de la structure"
+
+#: c-typeck.c:5477
+msgid "initialization of zero-length array inside a nested context"
+msgstr "initialisation d'un tableau de taille zéro à l'intérieur d'un contexte imbriqué"
+
+#: c-typeck.c:5496
+msgid "missing initializer"
+msgstr "initialiseur manquant"
+
+#: c-typeck.c:5521
+msgid "empty scalar initializer"
+msgstr "initialiseur scalaire vide"
+
+#: c-typeck.c:5526
+msgid "extra elements in scalar initializer"
+msgstr "éléments superflus dans l'initialiseur scalaire"
+
+#: c-typeck.c:5610
+msgid "initialization designators may not nest"
+msgstr "initialisation des désignateurs ne doit pas être imbriquée"
+
+#: c-typeck.c:5631 c-typeck.c:5701 MRO
+msgid "array index in non-array initializer"
+msgstr "index de tableau dans un initialiseur qui n'est pas pour tableau"
+
+#: c-typeck.c:5636 c-typeck.c:5753
+msgid "field name not in record or union initializer"
+msgstr "nom du champ n'est pas dans l'initialiseur de l'enregistrement ou de l'union"
+
+#: c-typeck.c:5697 c-typeck.c:5699
+msgid "nonconstant array index in initializer"
+msgstr "index de tableau non constante dans l'initialiseur"
+
+#: c-typeck.c:5704
+msgid "array index in initializer exceeds array bounds"
+msgstr "index de tableau dans l'initialiseur excèdes les bornes du tableau"
+
+#: c-typeck.c:5715 MRO
+msgid "empty index range in initializer"
+msgstr "bornes vides d'index dans l'initialiseur"
+
+#: c-typeck.c:5724
+msgid "array index range in initializer exceeds array bounds"
+msgstr "plage d'index du tableau dans l'initialiseur excède les bornes du tableau"
+
+#: c-typeck.c:5765
+#, c-format
+msgid "unknown field `%s' specified in initializer"
+msgstr "champ inconnu `%s' spécifié dans l'initialisateur"
+
+#: c-typeck.c:5802 c-typeck.c:5823 c-typeck.c:6277
+msgid "initialized field with side-effects overwritten"
+msgstr "champ initialisé avec effets de bord a été écrasé"
+
+#: c-typeck.c:6490
+msgid "excess elements in char array initializer"
+msgstr "éléments en excès dans l'initialisateur de tableau de caractères"
+
+#: c-typeck.c:6497 c-typeck.c:6536
+msgid "excess elements in struct initializer"
+msgstr "éléments en excès dans l'initialisateur de struct"
+
+#: c-typeck.c:6603
+msgid "excess elements in union initializer"
+msgstr "éléments en excès dans l'initialisateur d'union"
+
+#: c-typeck.c:6620
+msgid "traditional C rejects initialization of unions"
+msgstr "C traditionel rejette l'initialisation d'unions"
+
+#: c-typeck.c:6683
+msgid "excess elements in array initializer"
+msgstr "éléments en excès dans l'initialisation de tableau"
+
+#: c-typeck.c:6709
+msgid "excess elements in scalar initializer"
+msgstr "éléments en excès dans l'initialisateur de scalaire"
+
+#: c-typeck.c:6793
+msgid "asm template is not a string constant"
+msgstr "patron asm n'est pas une chaîne de constante"
+
+#: c-typeck.c:6825
+msgid "invalid lvalue in asm statement"
+msgstr "lvalue invalide dans la déclaration asm"
+
+#: c-typeck.c:6898
+msgid "modification by `asm'"
+msgstr "modification par `asm'"
+
+#: c-typeck.c:6917 cp/typeck.c:6589
+msgid "function declared `noreturn' has a `return' statement"
+msgstr "fonction déclarée avec `noreturn' a une déclaraion avec `return'"
+
+#: c-typeck.c:6924
+msgid "`return' with no value, in function returning non-void"
+msgstr "`return' sans valeur, dans la fonction ne retournant pas un void"
+
+#: c-typeck.c:6930
+msgid "`return' with a value, in function returning void"
+msgstr "`return' avec une valeur, dans la fonction retournant un void"
+
+#: c-typeck.c:6934
+msgid "return"
+msgstr "return"
+
+#: c-typeck.c:6985
+msgid "function returns address of local variable"
+msgstr "fonction retourne l'adresse d'une variable locale"
+
+#: c-typeck.c:7043 cp/semantics.c:533
+msgid "switch quantity not an integer"
+msgstr "quantité du switch n'est pas un entier"
+
+#: c-typeck.c:7054
+msgid "`long' switch expression not converted to `int' in ISO C"
+msgstr "expression `long' du switch pas converti à `int' en ISO C"
+
+#: c-typeck.c:7097 cp/decl.c:5228
+msgid "case label not within a switch statement"
+msgstr "étiquette du 'case' n'est pas à l'intérieur de la déclaration du switch"
+
+#: c-typeck.c:7099 cp/decl.c:5233
+msgid "`default' label not within a switch statement"
+msgstr "étiquette `default' n'est pas à l'intérieur de la déclaration du switch"
+
+#: calls.c:1877
+#, c-format
+msgid "inlining failed in call to `%s'"
+msgstr "enlignage a échoué dans l'appel à `%s'"
+
+#: calls.c:1878 calls.c:2191
+msgid "called from here"
+msgstr "appelé d'ici"
+
+#: calls.c:2190
+#, c-format
+msgid "can't inline call to `%s'"
+msgstr "ne peut enligner l'appel de `%s'"
+
+#: calls.c:2228
+msgid "function call has aggregate value"
+msgstr "appel de fonction a une valeur d'aggrégat"
+
+#: calls.c:4604
+msgid "variable offset is passed paritially in stack and in reg"
+msgstr "décalage de variable est passé partiellelement dans la pile et dans le registre"
+
+#: calls.c:4606
+msgid "variable size is passed partially in stack and in reg"
+msgstr "taille de la variable est passée partiellement dans la pile et le registre"
+
+#: collect2.c:454
+msgid "internal error"
+msgstr "erreur interne"
+
+#: collect2.c:935
+msgid "no arguments"
+msgstr "pas d'argument"
+
+#: collect2.c:1290 collect2.c:1438 collect2.c:1482
+#, c-format
+msgid "fopen %s"
+msgstr "fopen() %s"
+
+#: collect2.c:1293 collect2.c:1443 collect2.c:1485
+#, c-format
+msgid "fclose %s"
+msgstr "fclose() %s"
+
+#: collect2.c:1302
+#, c-format
+msgid "collect2 version %s"
+msgstr "collect2 version %s"
+
+#: collect2.c:1392
+#, c-format
+msgid "%d constructor(s) found\n"
+msgstr "%d constructeur(s) repéré(s)\n"
+
+#: collect2.c:1393
+#, c-format
+msgid "%d destructor(s) found\n"
+msgstr "%d destructeur(s) repéré(s)\n"
+
+#: collect2.c:1394
+#, c-format
+msgid "%d frame table(s) found\n"
+msgstr "%d table(s) de trame repéré(s)\n"
+
+#: collect2.c:1546
+#, c-format
+msgid "%s terminated with signal %d [%s]%s"
+msgstr "%s terminé par le signal %d [%s]%s"
+
+#: collect2.c:1565
+#, c-format
+msgid "%s returned %d exit status"
+msgstr "%s a retourné %d comme valeur d'état "
+
+#: collect2.c:1593
+#, c-format
+msgid "[cannot find %s]"
+msgstr "[ne peut repérer %s]"
+
+#: collect2.c:1608
+#, c-format
+msgid "cannot find `%s'"
+msgstr "ne peut repérer `%s'"
+
+#: collect2.c:1619 collect2.c:1622
+#, c-format
+msgid "redirecting stdout: %s"
+msgstr "redirection de stdout: %s"
+
+#: collect2.c:1665
+#, c-format
+msgid "[Leaving %s]\n"
+msgstr "[Laissant %s]\n"
+
+#: collect2.c:1906
+#, c-format
+msgid "\nwrite_c_file - output name is %s, prefix is %s\n"
+msgstr "\nwrite_c_file - nom de sortie est %s, préfixe est %s\n"
+
+#: collect2.c:2124
+msgid "cannot find `nm'"
+msgstr "ne peut repérer `nm'"
+
+#: collect2.c:2134 collect2.c:2576
+msgid "pipe"
+msgstr "pipe"
+
+#: collect2.c:2138 collect2.c:2580
+msgid "fdopen"
+msgstr "fdopen"
+
+#: collect2.c:2164 collect2.c:2606
+#, c-format
+msgid "dup2 %d 1"
+msgstr "dup2 %d 1"
+
+#: collect2.c:2167 collect2.c:2170 collect2.c:2183 collect2.c:2609
+#: collect2.c:2612 collect2.c:2625
+#, c-format
+msgid "close %d"
+msgstr "close %d"
+
+#: collect2.c:2173
+#, c-format
+msgid "execvp %s"
+msgstr "execvp %s"
+
+#: collect2.c:2227
+#, c-format
+msgid "init function found in object %s"
+msgstr "fonction init repérée dans l'objet %s"
+
+#: collect2.c:2235
+#, c-format
+msgid "fini function found in object %s"
+msgstr "fonction fini repérée dans l'objet %s"
+
+#: collect2.c:2258 collect2.c:2664
+msgid "fclose"
+msgstr "fclose"
+
+#: collect2.c:2303
+#, c-format
+msgid "unable to open file '%s'"
+msgstr "incapble d'ouvrir le fichier '%s'"
+
+#: collect2.c:2305
+#, c-format
+msgid "unable to stat file '%s'"
+msgstr "incapble d'évaluer par stat() le fichier '%s'"
+
+#: collect2.c:2311
+#, c-format
+msgid "unable to mmap file '%s'"
+msgstr "incpable de projeter en mémoire (mmap) le fichier '%s'"
+
+#: collect2.c:2464
+msgid "not found\n"
+msgstr "pas repéré\n"
+
+#: collect2.c:2466 collect2.c:2643
+#, c-format
+msgid "dynamic dependency %s not found"
+msgstr "dépendance dynamique %s n'a pas été repéré"
+
+#: collect2.c:2486
+#, c-format
+msgid "bad magic number in file '%s'"
+msgstr "nombre magique erroné pour le fichier '%s'"
+
+#: collect2.c:2508
+msgid "dynamic dependencies.\n"
+msgstr "dépendances dynamiques.\n"
+
+#: collect2.c:2567
+msgid "cannot find `ldd'"
+msgstr "ne peut repérer `ldd'"
+
+#: collect2.c:2615
+#, c-format
+msgid "execv %s"
+msgstr "execv %s"
+
+#: collect2.c:2628
+msgid "\nldd output with constructors/destructors.\n"
+msgstr "\nsortie de ldd avec constructeurs/destructeurs.\n"
+
+#: collect2.c:2655
+#, c-format
+msgid "unable to open dynamic dependency '%s'"
+msgstr "incapble d'ouvrir une dépendance dynamique '%s'"
+
+#: collect2.c:2769
+#, c-format
+msgid "%s: not a COFF file"
+msgstr "%s: n'est pas un fichier COFF"
+
+#: collect2.c:2888
+#, c-format
+msgid "%s: cannot open as COFF file"
+msgstr "%s: ne peut ouvrir un fichier COFF"
+
+#: collect2.c:2944
+#, c-format
+msgid "Library lib%s not found"
+msgstr "Librarie lib%s n'a pas été trouvé"
+
+#: collect2.c:3073
+#, c-format
+msgid "open %s"
+msgstr "open %s"
+
+#: collect2.c:3096
+msgid "incompatibilities between object file & expected values"
+msgstr "incompatibilités entre le fichier objet & les valeurs attendues"
+
+#: collect2.c:3169
+#, c-format
+msgid "\nProcessing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
+msgstr "\nTable de symboles de traitement #%d, décalage = 0x%.8lx, sorte = %s\n"
+
+#: collect2.c:3178
+msgid "string section missing"
+msgstr "chaîne de section manquante"
+
+#: collect2.c:3181
+msgid "section pointer missing"
+msgstr "pointeur de section manquant"
+
+#: collect2.c:3229
+msgid "no symbol table found"
+msgstr "pas de table de symbole trouvée"
+
+#: collect2.c:3242
+msgid "no cmd_strings found"
+msgstr "pas de cmd_strings trouvé"
+
+#: collect2.c:3254
+msgid "\nUpdating header and load commands.\n\n"
+msgstr "\nMise à jour d'en-tête et chargement des commandes.\n\n"
+
+#: collect2.c:3261
+#, c-format
+msgid "load command map, %d cmds, new size %ld.\n"
+msgstr "charger la commande map, %d commandes, nouvelle taille %ld.\n"
+
+#: collect2.c:3292
+msgid "writing load commands.\n\n"
+msgstr "écriture des commandes de chargement.\n\n"
+
+#: collect2.c:3312
+#, c-format
+msgid "close %s"
+msgstr "close %s"
+
+#: collect2.c:3386
+msgid "could not convert 0x%l.8x into a region"
+msgstr "ne peut convertir 0x%l.8x dans une région"
+
+#: collect2.c:3390
+#, c-format
+msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
+msgstr "fonction %s, région %d, décalage = %ld (0x%.8lx)\n"
+
+#: collect2.c:3517
+msgid "bad magic number"
+msgstr "nombre magique erroné"
+
+#: collect2.c:3518
+msgid "bad header version"
+msgstr "version d'en-tête erroné"
+
+#: collect2.c:3519
+msgid "bad raw header version"
+msgstr "version brute d'en-tête erroné"
+
+#: collect2.c:3520
+msgid "raw header buffer too small"
+msgstr "tampon brut d'en-tête trop petit"
+
+#: collect2.c:3521
+msgid "old raw header file"
+msgstr "ancien fichier d'en-tête brute"
+
+#: collect2.c:3522
+msgid "unsupported version"
+msgstr "version non supportée"
+
+#: collect2.c:3524
+#, c-format
+msgid "unknown {de,en}code_mach_o_hdr return value %d"
+msgstr "mauvais {de,en}code_mach_o_hdr valeur retourné %d"
+
+#: collect2.c:3544
+#, c-format
+msgid "fstat %s"
+msgstr "fstat %s"
+
+#: collect2.c:3581 collect2.c:3629
+#, c-format
+msgid "lseek %s 0"
+msgstr "lseek %s 0"
+
+#: collect2.c:3585
+#, c-format
+msgid "read %s"
+msgstr "read %s"
+
+#: collect2.c:3588
+#, c-format
+msgid "read %ld bytes, expected %ld, from %s"
+msgstr "lu %ld octets, attendu %ld, de %s"
+
+#: collect2.c:3609
+#, c-format
+msgid "msync %s"
+msgstr "msync %s"
+
+#: collect2.c:3616
+#, c-format
+msgid "munmap %s"
+msgstr "munmap %s"
+
+#: collect2.c:3633
+#, c-format
+msgid "write %s"
+msgstr "write %s"
+
+#: collect2.c:3636
+#, c-format
+msgid "wrote %ld bytes, expected %ld, to %s"
+msgstr "écrit %ld octets, attendu %ld, vers %s"
+
+#: combine.c:12818
+#, c-format
+msgid ""
+";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
+";; %d successes.\n"
+"\n"
+msgstr ""
+";; Statistiques combinées: %d tentatives, %d substitutions (%d requérant un nouvel espace),\n"
+";; %d succès.\n"
+"\n"
+
+#: combine.c:12828
+#, c-format
+msgid ""
+"\n"
+";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
+";; %d successes.\n"
+msgstr ""
+"\n"
+";; Totaux combinés: %d tentatives, %d substitutions (%d requérant un nouvel espace),\n"
+";; %d succès.\n"
+"\n"
+
+#. Run-time compilation parameters selecting different hardware subsets.
+#: config/1750a/1750a.h:39
+msgid "Use VAX-C alignment"
+msgstr "Utiliser l'alignement VAX-C"
+
+#: config/a29k/a29k.c:1006
+#, c-format
+msgid "invalid %%Q value"
+msgstr "valeur %%Q invalide"
+
+#: config/a29k/a29k.c:1012 config/alpha/alpha.c:4055
+#, c-format
+msgid "invalid %%C value"
+msgstr "valeur %%C invalide"
+
+#: config/a29k/a29k.c:1018 config/alpha/alpha.c:3919
+#: config/rs6000/rs6000.c:4015
+#, c-format
+msgid "invalid %%N value"
+msgstr "valeur %%N invalide"
+
+#: config/a29k/a29k.c:1024 config/alpha/alpha.c:3990
+#: config/rs6000/rs6000.c:3977
+#, c-format
+msgid "invalid %%M value"
+msgstr "valeur %%M invalide"
+
+#: config/a29k/a29k.c:1030 config/alpha/alpha.c:3982
+#: config/rs6000/rs6000.c:3942
+#, c-format
+msgid "invalid %%m value"
+msgstr "valeur %%m invalide"
+
+#: config/a29k/a29k.c:1130 config/alpha/alpha.c:3943 config/romp/romp.c:682
+#, c-format
+msgid "invalid %%L value"
+msgstr "valeur %%L invalide"
+
+#: config/a29k/a29k.c:1135 config/rs6000/rs6000.c:4023
+#, c-format
+msgid "invalid %%O value"
+msgstr "valeur %%O invalide"
+
+#: config/a29k/a29k.c:1141 config/alpha/alpha.c:3927
+#: config/rs6000/rs6000.c:4042
+#, c-format
+msgid "invalid %%P value"
+msgstr "valeur %%P invalide"
+
+#: config/a29k/a29k.c:1151
+#, c-format
+msgid "invalid %%V value"
+msgstr "valeur %%V invalide"
+
+#: config/a29k/a29k.h:101
+msgid "Generate code assuming DW bit is set"
+msgstr "Générer le code en assumant que le bit DW est initialisé"
+
+#: config/a29k/a29k.h:102
+msgid "Generate code assuming DW bit is not set"
+msgstr "Générer le code en assumant que le bit DW n'est pas initialisé"
+
+#: config/a29k/a29k.h:103
+msgid "Generate code using byte writes"
+msgstr "Générer le code en utilisant des écritures par octets"
+
+#: config/a29k/a29k.h:104
+msgid "Do not generate byte writes"
+msgstr "Ne pas générer des écritures par octets"
+
+#: config/a29k/a29k.h:105
+msgid "Use small memory model"
+msgstr "Utiliser le modèle de petite mémoire"
+
+#: config/a29k/a29k.h:106
+msgid "Use normal memory model"
+msgstr "Utiliser le modèle normal de mémoire"
+
+#: config/a29k/a29k.h:107
+msgid "Use large memory model"
+msgstr "Utiliser le modèle de grande mémoire"
+
+#: config/a29k/a29k.h:108
+msgid "Generate 29050 code"
+msgstr "Générer le code 29050"
+
+#: config/a29k/a29k.h:109
+msgid "Generate 29000 code"
+msgstr "Générer le code 29000"
+
+#: config/a29k/a29k.h:110
+msgid "Use kernel global registers"
+msgstr "Utiliser les registres globaux du kernel"
+
+#: config/a29k/a29k.h:111
+msgid "Use user global registers"
+msgstr "Utiliser les registres globaux"
+
+#: config/a29k/a29k.h:112
+msgid "Emit stack checking code"
+msgstr "Produire le code de vérification de la pile"
+
+#: config/a29k/a29k.h:113
+msgid "Do not emit stack checking code"
+msgstr "Ne pas produire le code de vérification de la pile"
+
+#: config/a29k/a29k.h:114
+msgid "Work around storem hardware bug"
+msgstr "Contourner le bug matériel de stockage"
+
+#: config/a29k/a29k.h:115
+msgid "Do not work around storem hardware bug"
+msgstr "Ne pas contourner le bug matériel de stockage"
+
+#: config/a29k/a29k.h:116
+msgid "Store locals in argument registers"
+msgstr "Stocker les var. locales dans redistres d'arguments"
+
+#: config/a29k/a29k.h:117
+msgid "Do not store locals in arg registers"
+msgstr "Ne pas stocker les var. locales dans redistres d'arguments"
+
+#: config/a29k/a29k.h:118 config/i960/i960.h:284 config/mips/mips.h:375
+msgid "Use software floating point"
+msgstr "Utiliser le traitement par logiciel des nombres flottants"
+
+#: config/a29k/a29k.h:119
+msgid "Do not generate multm instructions"
+msgstr "Ne pas générer des instructions multm"
+
+#: config/alpha/alpha.c:201
+#, c-format
+msgid "bad value `%s' for -mtrap-precision switch"
+msgstr "valeur `%s' erronée pour l'option -mtrap-precision"
+
+#: config/alpha/alpha.c:215
+#, c-format
+msgid "bad value `%s' for -mfp-rounding-mode switch"
+msgstr "valeur `%s' erronée pour l'option -mfp-rounding-mode"
+
+#: config/alpha/alpha.c:230
+#, c-format
+msgid "bad value `%s' for -mfp-trap-mode switch"
+msgstr "valeur `%s' erronée pour l'option -mfp-trap-mode"
+
+#: config/alpha/alpha.c:249 config/alpha/alpha.c:261
+#, c-format
+msgid "bad value `%s' for -mcpu switch"
+msgstr "valeur `%s' erronée pour l'option -mcpu"
+
+#: config/alpha/alpha.c:269
+msgid "fp software completion requires -mtrap-precision=i"
+msgstr "complétion logicielle FP requiert -mtrap-precision=i"
+
+#: config/alpha/alpha.c:285
+msgid "rounding mode not supported for VAX floats"
+msgstr "mode d'arondissement n'est pas supporté pour les flottants sur VAX"
+
+#: config/alpha/alpha.c:290
+msgid "trap mode not supported for VAX floats"
+msgstr "mode trappe n'est pas supporté avec les flottants sur VAX"
+
+#: config/alpha/alpha.c:319
+#, c-format
+msgid "L%d cache latency unknown for %s"
+msgstr "latence de la cache L%d inconnue pour %s"
+
+#: config/alpha/alpha.c:334
+#, c-format
+msgid "bad value `%s' for -mmemory-latency"
+msgstr "valeur `%s' erronée pour -mmemory-latency"
+
+#: config/alpha/alpha.c:3901 config/ia64/ia64.c:3368
+#, c-format
+msgid "invalid %%r value"
+msgstr "valeur %%r invalide"
+
+#: config/alpha/alpha.c:3912 config/rs6000/rs6000.c:4088
+#, c-format
+msgid "invalid %%R value"
+msgstr "valeur %%R invalide"
+
+#: config/alpha/alpha.c:3935 config/romp/romp.c:724 config/romp/romp.c:731
+#, c-format
+msgid "invalid %%h value"
+msgstr "valeur %%h invalide"
+
+#: config/alpha/alpha.c:4025
+#, c-format
+msgid "invalid %%U value"
+msgstr "valeur %%U invalide"
+
+#: config/alpha/alpha.c:4033 config/alpha/alpha.c:4044 config/romp/romp.c:690
+#: config/rs6000/rs6000.c:4096
+#, c-format
+msgid "invalid %%s value"
+msgstr "valeur %%s invalide"
+
+#: config/alpha/alpha.c:4092 config/rs6000/rs6000.c:3806
+#, c-format
+msgid "invalid %%E value"
+msgstr "valeur %%E invalide"
+
+#: config/alpha/alpha.c:4113 config/romp/romp.c:965
+#: config/rs6000/rs6000.c:4388
+#, c-format
+msgid "invalid %%xn code"
+msgstr "valeur %%xn invalide"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/alpha/alpha.h:200 config/i386/i386.h:233 config/i386/i386.h:235
+#: config/i386/i386.h:237 config/ns32k/ns32k.h:103 config/rs6000/rs6000.h:301
+#: config/sparc/sparc.h:577 config/sparc/sparc.h:582
+msgid "Use hardware fp"
+msgstr "Utiliser le FP matériel"
+
+#: config/alpha/alpha.h:201 config/i386/i386.h:234 config/i386/i386.h:236
+#: config/rs6000/rs6000.h:303 config/sparc/sparc.h:579
+#: config/sparc/sparc.h:584
+msgid "Do not use hardware fp"
+msgstr "Ne pas utiliser l'unité FP matérielle"
+
+#: config/alpha/alpha.h:202
+msgid "Use fp registers"
+msgstr "Utiliser les registres FP"
+
+#: config/alpha/alpha.h:204
+msgid "Do not use fp registers"
+msgstr "Ne pas utiliser les registres FP"
+
+#: config/alpha/alpha.h:205
+msgid "Do not assume GAS"
+msgstr "Ne pas assumer la présence de GAS"
+
+#: config/alpha/alpha.h:206
+msgid "Assume GAS"
+msgstr "Assumer la présence de GAS"
+
+#: config/alpha/alpha.h:208
+msgid "Request IEEE-conformant math library routines (OSF/1)"
+msgstr "Requête des routine de la librairie mathématique conforme IEEE (OSF/1)"
+
+#: config/alpha/alpha.h:210
+msgid "Emit IEEE-conformant code, without inexact exceptions"
+msgstr "Produire du code conforme IEEE, sans exceptions inexactes"
+
+#: config/alpha/alpha.h:212
+msgid "Emit IEEE-conformant code, with inexact exceptions"
+msgstr "Produire du code conforme IEEE, avec exceptions inexactes"
+
+#: config/alpha/alpha.h:214
+msgid "Do not emit complex integer constants to read-only memory"
+msgstr "Ne pas produire des constantes entières complexes en mémoire en mode lecture seulement"
+
+#: config/alpha/alpha.h:215
+msgid "Use VAX fp"
+msgstr "Utiliser les registres FP sur VAX"
+
+#: config/alpha/alpha.h:216
+msgid "Do not use VAX fp"
+msgstr "Ne pas utiliser les registres FP sur VAX"
+
+#: config/alpha/alpha.h:217
+msgid "Emit code for the byte/word ISA extension"
+msgstr "Produire du code pour les octets/mots des extensions ISA"
+
+#: config/alpha/alpha.h:220
+msgid "Emit code for the motion video ISA extension"
+msgstr "Produire du code pour les extensions vidéo ISA"
+
+#: config/alpha/alpha.h:223
+msgid "Emit code for the fp move and sqrt ISA extension"
+msgstr "Produire du code pour les déplacements FP et sqrt des extensions ISA"
+
+#: config/alpha/alpha.h:225
+msgid "Emit code for the counting ISA extension"
+msgstr "Produire du code pour les extensions ISA de comptage"
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of
+#. command options that have values. Its definition is an initializer
+#. with a subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the fixed
+#. part of the option name, and the address of a variable. The
+#. variable, type `char *', is set to the variable part of the given
+#. option if the fixed part matches. The actual option name is made
+#. by appending `-m' to the specified name.
+#.
+#. Here is an example which defines `-mshort-data-NUMBER'. If the
+#. given option is `-mshort-data-512', the variable `m88k_short_data'
+#. will be set to the string `"512"'.
+#.
+#. extern char *m88k_short_data;
+#. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
+#. For -mcpu=
+#. For -mtune=
+#. For -mfp-rounding-mode=[n|m|c|d]
+#. For -mfp-trap-mode=[n|u|su|sui]
+#. For -mtrap-precision=[p|f|i]
+#. For -mmemory-latency=
+#: config/alpha/alpha.h:262
+msgid "Use features of and schedule given CPU"
+msgstr "Utiliser les options de et çéduler le CPU donné"
+
+#: config/alpha/alpha.h:264
+msgid "Schedule given CPU"
+msgstr "Çéduler le CPU donné"
+
+#: config/alpha/alpha.h:266
+msgid "Control the generated fp rounding mode"
+msgstr "Contrôler le mode d'arondissement FP généré"
+
+#: config/alpha/alpha.h:268
+msgid "Control the IEEE trap mode"
+msgstr "Contrôler le mode trappe IEEE"
+
+#: config/alpha/alpha.h:270
+msgid "Control the precision given to fp exceptions"
+msgstr "Contrôler la précision donnée des exceptions FP"
+
+#: config/alpha/alpha.h:272
+msgid "Tune expected memory latency"
+msgstr "Ajuster la latence mémoire attendue"
+
+#. The names we put in the hashtable will always be the unique versions gived to us by the stringtable, so we can just use their addresses as the keys.
+#. See if we already have an entry for this section.
+#: config/alpha/elf.h:354 config/elfos.h:461 config/i386/sco5.h:492
+#: config/pa/pa-64.h:320 config/rs6000/sysv4.h:963
+#, c-format
+msgid "%s causes a section type conflict"
+msgstr "%s cause un conflit du type de section"
+
+#: config/arc/arc.c:108
+#, c-format
+msgid "bad value (%s) for -mcpu switch"
+msgstr "valeur (%s) erronée pour l'option -mcpu"
+
+#: config/arc/arc.c:1666 config/m32r/m32r.c:2217
+msgid "invalid operand to %R code"
+msgstr "opérande invalide pour le code %R"
+
+#: config/arc/arc.c:1698 config/m32r/m32r.c:2240
+msgid "invalid operand to %H/%L code"
+msgstr "opérande invalide pour le code %H/%L"
+
+#: config/arc/arc.c:1722 config/m32r/m32r.c:2317
+msgid "invalid operand to %U code"
+msgstr "opérande invalide pour le code %U"
+
+#: config/arc/arc.c:1733
+msgid "invalid operand to %V code"
+msgstr "opérande invalide pour le code %V"
+
+#. Unknown flag.
+#: config/arc/arc.c:1740 config/m32r/m32r.c:2356 config/sparc/sparc.c:5888
+msgid "invalid operand output code"
+msgstr "opérande invalide pour le code de sortie"
+
+#: config/arm/arm.c:372
+#, c-format
+msgid "switch -mcpu=%s conflicts with -march= switch"
+msgstr "l'option -mcpu=%s est en conflit avec l'option -march= "
+
+#: config/arm/arm.c:382 config/rs6000/rs6000.c:311 config/sparc/sparc.c:317
+#, c-format
+msgid "bad value (%s) for %s switch"
+msgstr "valeur (%s) erronée pour l'option %s"
+
+#: config/arm/arm.c:518
+msgid "target CPU does not support APCS-32"
+msgstr "CPU cible ne supporte pas APCS-32"
+
+#: config/arm/arm.c:523
+msgid "target CPU does not support APCS-26"
+msgstr "CPU cible ne supporte pas APCS-26"
+
+#: config/arm/arm.c:529
+msgid "target CPU does not support interworking"
+msgstr "CPU cible ne supporte pas l'inter-réseautage"
+
+#: config/arm/arm.c:535
+msgid "target CPU does not support THUMB instructions."
+msgstr "CPU cible ne supporte pas les instructions THUMB."
+
+#: config/arm/arm.c:549
+msgid "enabling backtrace support is only meaningful when compiling for the Thumb."
+msgstr "autoriser le support de pistage arrière si seulement utile lors de la compilation du Thumb"
+
+#: config/arm/arm.c:552
+msgid "enabling callee interworking support is only meaningful when compiling for the Thumb."
+msgstr "autoriser le support d'inter-réseautage des appelés si seulement utile lors de la compilation du Thumb"
+
+#: config/arm/arm.c:555
+msgid "enabling caller interworking support is only meaningful when compiling for the Thumb."
+msgstr "autoriser le support d'inter-réseautage des appelants si seulement utile lors de la compilation du Thumb"
+
+#: config/arm/arm.c:561
+msgid "interworking forces APCS-32 to be used"
+msgstr "l'inter-réseautage force l'utilisation de APCS-32"
+
+#: config/arm/arm.c:567
+msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
+msgstr "-mapcs-stack-check incompatible avec -mno-apcs-frame"
+
+#: config/arm/arm.c:575
+msgid "-fpic and -mapcs-reent are incompatible"
+msgstr "-fpic et -mapcs-reent sont incompatibles"
+
+#: config/arm/arm.c:578
+msgid "APCS reentrant code not supported. Ignored"
+msgstr "Code réentrant APCS n'est pas supporté. Ignoré"
+
+#: config/arm/arm.c:586
+msgid "-g with -mno-apcs-frame may not give sensible debugging"
+msgstr "-g avec -mno-apcs-frame peut ne pas donner une mise au point sensée"
+
+#: config/arm/arm.c:594
+msgid "Passing floating point arguments in fp regs not yet supported"
+msgstr "Passage d'argument en virgule flottante dans les registres FP n'est pas encore supporté"
+
+#: config/arm/arm.c:623
+#, c-format
+msgid "Invalid floating point emulation option: -mfpe-%s"
+msgstr "Option d'émulation en virgule flottante invalide: -mfpe-%s"
+
+#: config/arm/arm.c:647
+msgid "Structure size boundary can only be set to 8 or 32"
+msgstr "taille des bornes de la structure peut seulment être 8 ou 32"
+
+#: config/arm/arm.c:655
+msgid "-mpic-register= is useless without -fpic"
+msgstr "-mpic-register= est inutile sans -fpic"
+
+#: config/arm/arm.c:664
+#, c-format
+msgid "Unable to use '%s' for PIC register"
+msgstr "Incapable d'utiliser '%s' pour un registre PIC"
+
+#. FIXME - the way to handle this situation is to allow
+#. the pretend args to be dumped onto the stack, then
+#. reuse r3 to save IP. This would involve moving the
+#. copying of SP into IP until after the pretend args
+#. have been dumped, but this is not too hard.
+#. [See e.g. gcc.c-torture/execute/nest-stdar-1.c.]
+#: config/arm/arm.c:7844
+msgid "Unable to find a temporary location for static chain register"
+msgstr "Incapable de trouver une location temporaire pour un registre chaîné statique"
+
+#: config/arm/arm.c:8806
+msgid "Unable to compute real location of stacked parameter"
+msgstr "Incapable de calculer la location réelle de la pile de paramètres"
+
+#: config/arm/arm.c:9500
+msgid "no low registers available for popping high registers"
+msgstr "pas de registre bas disponible pour faire ressortir les registres du haut"
+
+#: config/arm/arm.c:9712
+msgid "Interrupt Service Routines cannot be coded in Thumb mode."
+msgstr "Routine d'interruption de service ne peuvent être codées en mode THUMB"
+
+#: config/arm/arm.h:421
+msgid "Generate APCS conformant stack frames"
+msgstr "Générer des trames de pile conformes à APCS"
+
+#: config/arm/arm.h:424
+msgid "Store function names in object code"
+msgstr "Sotcker les noms de fonctions dans le code objet"
+
+#: config/arm/arm.h:428
+msgid "Use the 32-bit version of the APCS"
+msgstr "Utilise la version 32 bts de APCS"
+
+#: config/arm/arm.h:430
+msgid "Use the 26-bit version of the APCS"
+msgstr "Utiliser la version 26 bits de APCS"
+
+#: config/arm/arm.h:434
+msgid "Pass FP arguments in FP registers"
+msgstr "Passer les arguments FP par les registres FP"
+
+#: config/arm/arm.h:437
+msgid "Generate re-entrant, PIC code"
+msgstr "Générer du code PIC ré-entrant"
+
+#: config/arm/arm.h:440
+msgid "The MMU will trap on unaligned accesses"
+msgstr "Le MMU va intercepter les accès mal alignés"
+
+#: config/arm/arm.h:447
+msgid "Use library calls to perform FP operations"
+msgstr "Utiliser les appels de librairie pour exécuter les opérations FP"
+
+#: config/arm/arm.h:449 config/i960/i960.h:282
+msgid "Use hardware floating point instructions"
+msgstr "Utiliser les instructions matérielles en virgule flottante"
+
+#: config/arm/arm.h:451
+msgid "Assume target CPU is configured as big endian"
+msgstr "Assumer que le CPU cible est un système à octets de poids fort"
+
+#: config/arm/arm.h:453
+msgid "Assume target CPU is configured as little endian"
+msgstr "Assumer que le CPU cible est un système à octets de poids faible"
+
+#: config/arm/arm.h:455
+msgid "Assume big endian bytes, little endian words"
+msgstr "Assumer un système à octets de poids fort pour les octets et faible pour les mots"
+
+#: config/arm/arm.h:457
+msgid "Support calls between Thumb and ARM instruction sets"
+msgstr "Supporter les appels des jeux d'instructions THUMB et ARM"
+
+#: config/arm/arm.h:460
+msgid "Generate a call to abort if a noreturn function returns"
+msgstr "Générer un appel pour stopper si une fonction sans retour retourne un résultat"
+
+#: config/arm/arm.h:463
+msgid "Do not move instructions into a function's prologue"
+msgstr "Ne pas déplacer les instruction dans le prologue de fonction"
+
+#: config/arm/arm.h:466
+msgid "Do not load the PIC register in function prologues"
+msgstr "Ne pas charger le registre PIC dans les prologue de fonction"
+
+#: config/arm/arm.h:469
+msgid "Generate call insns as indirect calls, if necessary"
+msgstr "Générer l'appel insn comme un appel indirect, si nécessaire"
+
+#: config/arm/arm.h:472
+msgid "Compile for the Thumb not the ARM"
+msgstr "Compiler pour le THUMB et non pas le ARM"
+
+#: config/arm/arm.h:476
+msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
+msgstr "Thumb: générer (non feuilles) trames de pile même si non nécessaire"
+
+#: config/arm/arm.h:479
+msgid "Thumb: Generate (leaf) stack frames even if not needed"
+msgstr "Thumb: générer (feuilles) trames de pile même si non nécessaire"
+
+#: config/arm/arm.h:482
+msgid "Thumb: Assume non-static functions may be called from ARM code"
+msgstr "Thumb: assumer que les fonctions non statiques peuvent être appelées du code ARM"
+
+#: config/arm/arm.h:486
+msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
+msgstr "Thumb: assumer que les pointeurs de fonction peuvent tomber dans le code en dehors non sensible au Thumb"
+
+#: config/arm/arm.h:496
+msgid "Specify the name of the target CPU"
+msgstr "Spécifier le nom du CPU cible"
+
+#: config/arm/arm.h:498
+msgid "Specify the name of the target architecture"
+msgstr "Spécifier le nom de l'architecture cible"
+
+#: config/arm/arm.h:502
+msgid "Specify the version of the floating point emulator"
+msgstr "Spécifier la version de l'émulateur en virgule flottante"
+
+#: config/arm/arm.h:504
+msgid "Specify the minimum bit alignment of structures"
+msgstr "Spécifier le minimum de bits pour l'alignement de structures"
+
+#: config/arm/arm.h:506
+msgid "Specify the register to be used for PIC addressing"
+msgstr "Spécifier le registre à utiliser pour l'adressage PIC"
+
+#: config/arm/pe.c:255 config/i386/winnt.c:339 config/mcore/mcore.c:3400
+#, c-format
+msgid "initialized variable `%s' is marked dllimport"
+msgstr "variable initialisé `%s' est marquée dllimport"
+
+#: config/arm/pe.c:264 config/i386/winnt.c:348
+#, c-format
+msgid "static variable `%s' is marked dllimport"
+msgstr "variable static `%s' est marquée dllimport"
+
+#: config/arm/pe.h:62
+msgid "Ignore dllimport attribute for functions"
+msgstr "Ignorer l'attribut dllimport pour les fonctions"
+
+#. None of these is actually used in cc1. If we don't define them in target
+#. switches cc1 complains about them. For the sake of argument lets allocate
+#. bit 31 of target flags for such options.
+#: config/arm/riscix.h:84
+msgid "Do symbol renaming for BSD"
+msgstr "Ne pas renommer les symboles pour BSD"
+
+#: config/arm/riscix.h:85
+msgid "Do symbol renaming for X/OPEN"
+msgstr "Ne pas renommer les symboles pour X/OPEN"
+
+#: config/arm/riscix.h:86
+msgid "Don't do symbol renaming"
+msgstr "Ne pas renommer les symboles"
+
+#: config/avr/avr.c:190
+#, c-format
+msgid "MCU `%s' not supported"
+msgstr "MCU `%s' n'est pas supporté"
+
+#: config/avr/avr.c:430
+#, c-format
+msgid "large frame pointer change (%d) with -mtiny-stack"
+msgstr "grand pointeur de trames change (%d) avec -mtiny-stack"
+
+#: config/avr/avr.c:4704
+msgid "Only initialized variables can be placed into program memory area."
+msgstr "Seules les variables initialisées peuvent être placées dans la zone mémoire du programme"
+
+#. `TARGET_...'
+#. This series of macros is to allow compiler command arguments to
+#. enable or disable the use of optional features of the target
+#. machine. For example, one machine description serves both the
+#. 68000 and the 68020; a command argument tells the compiler whether
+#. it should use 68020-only instructions or not. This command
+#. argument works by means of a macro `TARGET_68020' that tests a bit
+#. in `target_flags'.
+#.
+#. Define a macro `TARGET_FEATURENAME' for each such option. Its
+#. definition should test a bit in `target_flags'; for example:
+#.
+#. #define TARGET_68020 (target_flags & 1)
+#.
+#. One place where these macros are used is in the
+#. condition-expressions of instruction patterns. Note how
+#. `TARGET_68020' appears frequently in the 68000 machine description
+#. file, `m68k.md'. Another place they are used is in the
+#. definitions of the other macros in the `MACHINE.h' file.
+#: config/avr/avr.h:99
+msgid "Assume int to be 8 bit integer"
+msgstr "Assumer que les int sont des entiers de 8 bits"
+
+#: config/avr/avr.h:101
+msgid "Change the stack pointer without disabling interrupts"
+msgstr "Changer le pointeur de pile sans désactiver les interruptions"
+
+#: config/avr/avr.h:103
+msgid "Use subroutines for function prologue/epilogue"
+msgstr "Utiliser des sous-routines pour le prologue/epilogue de fonction"
+
+#: config/avr/avr.h:105
+msgid "Change only the low 8 bits of the stack pointer"
+msgstr "Changer seulement les 8 bits du bas du pointeur de pile"
+
+#: config/avr/avr.h:107
+msgid "Do not generate tablejump insns"
+msgstr "Ne pas générer les sauts de table insns"
+
+#: config/avr/avr.h:110
+msgid "Output instruction sizes to the asm file"
+msgstr "Produire les tailles d'instructions dans le fichier asm"
+
+#: config/avr/avr.h:144
+msgid "Specify the initial stack address"
+msgstr "Spécifier l'adresse initiale de la pile"
+
+#: config/avr/avr.h:145
+msgid "Specify the MCU name"
+msgstr "Spécifier le nom du MCU"
+
+#: config/avr/avr.h:2899 MRO
+msgid "Trampolines not supported\n"
+msgstr "Trampolines ne sont pas supportées\n"
+
+#: config/c4x/c4x.c:268
+#, c-format
+msgid "Unknown CPU version %d, using 40.\n"
+msgstr "Version de CPU %d inconnue, utilisera 40.\n"
+
+#: config/c4x/c4x.c:859
+#, c-format
+msgid "ISR %s requires %d words of local vars, max is 32767."
+msgstr "ISR %s requiert %d mots de var. locales, max est 32767."
+
+#: config/c4x/c4x.c:4525
+#, c-format
+msgid "junk at end of '#pragma %s'"
+msgstr "rebut à la fin de '#pragma %s'"
+
+#. Name of the c4x assembler.
+#. Name of the c4x linker.
+#. Define assembler options.
+#. Define linker options.
+#. Define C preprocessor options.
+#. Specify the end file to link with.
+#. Target compilation option flags.
+#. Small memory model.
+#. Use 24-bit MPYI for C3x.
+#. Fast fixing of floats.
+#. Allow use of RPTS.
+#. Emit C3x code.
+#. Be compatible with TI assembler.
+#. Be paranoid about DP reg. in ISRs.
+#. Pass arguments on stack.
+#. Enable features under development.
+#. Enable repeat block.
+#. Use BK as general register.
+#. Use decrement and branch for C3x.
+#. Enable debugging of GCC.
+#. Force constants into registers.
+#. Allow unsigned loop counters.
+#. Force op0 and op1 to be same.
+#. Save all 40 bits for floats.
+#. Allow parallel insns.
+#. Allow MPY||ADD, MPY||SUB insns.
+#. Assume mem refs possibly aliased.
+#. Emit C30 code.
+#. Emit C31 code.
+#. Emit C32 code.
+#. Emit C33 code.
+#. Emit C40 code.
+#. Emit C44 code.
+#. Run-time compilation parameters selecting different hardware subsets.
+#.
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of triplets in braces,
+#. each pair being { "NAME", VALUE, "DESCRIPTION" }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/c4x/c4x.h:141
+msgid "Small memory model"
+msgstr "Modèle de mémoire petite"
+
+#: config/c4x/c4x.h:143
+msgid "Big memory model"
+msgstr "Modèle de mémoire grande"
+
+#: config/c4x/c4x.h:145
+msgid "Use MPYI instruction for C3x"
+msgstr "Utiliser les instructions MPYI pour C3x"
+
+#: config/c4x/c4x.h:147
+msgid "Do not use MPYI instruction for C3x"
+msgstr "Ne pas utiliser les instructions MPYI pour C3x"
+
+#: config/c4x/c4x.h:149
+msgid "Use fast but approximate float to integer conversion"
+msgstr "Utiliser le mode rapide mais approprié de conversion de flottans à entiers"
+
+#: config/c4x/c4x.h:151
+msgid "Use slow but accurate float to integer conversion"
+msgstr "Utiliser le mode lent mais précis de conversion de flottans à entiers"
+
+#: config/c4x/c4x.h:153
+msgid "Enable use of RTPS instruction"
+msgstr "Autoriser l'utilisation de l'instruction RTPS"
+
+#: config/c4x/c4x.h:155
+msgid "Disable use of RTPS instruction"
+msgstr "Interdire l'utilisation de l'instruction RTPS"
+
+#: config/c4x/c4x.h:157
+msgid "Enable use of RTPB instruction"
+msgstr "Autoriser l'utilisation de l'instruction RTPB"
+
+#: config/c4x/c4x.h:159
+msgid "Disable use of RTPB instruction"
+msgstr "Interdire l'utilisation de l'instruction RTPB"
+
+#: config/c4x/c4x.h:161
+msgid "Generate code for C30 CPU"
+msgstr "Générer du code pour CPU C30"
+
+#: config/c4x/c4x.h:163
+msgid "Generate code for C31 CPU"
+msgstr "Générer du code pour CPU C31"
+
+#: config/c4x/c4x.h:165
+msgid "Generate code for C32 CPU"
+msgstr "Générer du code pour CPU C32"
+
+#: config/c4x/c4x.h:167
+msgid "Generate code for C33 CPU"
+msgstr "Générer du code pour CPU C33"
+
+#: config/c4x/c4x.h:169
+msgid "Generate code for C40 CPU"
+msgstr "Générer du code pour CPU C40"
+
+#: config/c4x/c4x.h:171
+msgid "Generate code for C44 CPU"
+msgstr "Générer du code pour CPU C44"
+
+#: config/c4x/c4x.h:173
+msgid "Emit code compatible with TI tools"
+msgstr "Produire du code compatible avec les outils TI"
+
+#: config/c4x/c4x.h:175
+msgid "Emit code to use GAS extensions"
+msgstr "Produire du code pour utiliser les extensions GAS"
+
+#: config/c4x/c4x.h:177 config/c4x/c4x.h:181
+msgid "Save DP across ISR in small memory model"
+msgstr "Sauvegarder DP à travers ISR dans le modèle de mémoire petite"
+
+#: config/c4x/c4x.h:179 config/c4x/c4x.h:183
+msgid "Don't save DP across ISR in small memory model"
+msgstr "Ne pas sauvegarder DP à travers ISR dans le modèle de mémoire petite"
+
+#: config/c4x/c4x.h:185
+msgid "Pass arguments on the stack"
+msgstr "Passer les arguments sur la pile"
+
+#: config/c4x/c4x.h:187
+msgid "Pass arguments in registers"
+msgstr "Passer les arguments par les registres"
+
+#: config/c4x/c4x.h:189
+msgid "Enable new features under development"
+msgstr "Autoriser les nouvelles options en développement"
+
+#: config/c4x/c4x.h:191
+msgid "Disable new features under development"
+msgstr "Désactiver les nouvelles options en développement"
+
+#: config/c4x/c4x.h:193
+msgid "Use the BK register as a general purpose register"
+msgstr "Utiliser le registre BK comme registre général tout usage"
+
+#: config/c4x/c4x.h:195
+msgid "Do not allocate BK register"
+msgstr "Ne pas allouer de registre BK"
+
+#: config/c4x/c4x.h:197
+msgid "Enable use of DB instruction"
+msgstr "Activer l'utilisation d'instruction DB"
+
+#: config/c4x/c4x.h:199
+msgid "Disable use of DB instruction"
+msgstr "Désactiver l'utilisation d'instruction DB"
+
+#: config/c4x/c4x.h:201
+msgid "Enable debugging"
+msgstr "Permettre la mise au point"
+
+#: config/c4x/c4x.h:203
+msgid "Disable debugging"
+msgstr "Désactiver la mise au point"
+
+#: config/c4x/c4x.h:205 MRO
+msgid "Force constants into registers to improve hoisting"
+msgstr "Forcer les constantes dans les registres pour améliorer la montée"
+
+#: config/c4x/c4x.h:207
+msgid "Don't force constants into registers"
+msgstr "Ne pas forcer les constantes dans les registres"
+
+#: config/c4x/c4x.h:209
+msgid "Force RTL generation to emit valid 3 operand insns"
+msgstr "Forcer la génération RTL pour produire des opérandes insn 3 valides"
+
+#: config/c4x/c4x.h:211
+msgid "Allow RTL generation to emit invalid 3 operand insns"
+msgstr "Autoriser la génération RTL pour produire des opérandes insn 3 invalides"
+
+#: config/c4x/c4x.h:213
+msgid "Allow unsigned interation counts for RPTB/DB"
+msgstr "Autoriser un compteur non signé d'itération pour RPTB/DB"
+
+#: config/c4x/c4x.h:215
+msgid "Disallow unsigned iteration counts for RPTB/DB"
+msgstr "Interdire un compteur non signé d'itération pour RPTB/DB"
+
+#: config/c4x/c4x.h:217
+msgid "Preserve all 40 bits of FP reg across call"
+msgstr "Préserver tous les 40 bits du registre FP à travers les appels"
+
+#: config/c4x/c4x.h:219
+msgid "Only preserve 32 bits of FP reg across call"
+msgstr "Préserver seulement 32 bits du registre FP à travers les appels"
+
+#: config/c4x/c4x.h:221
+msgid "Enable parallel instructions"
+msgstr "Autoriser les instructions parallèles"
+
+#: config/c4x/c4x.h:223
+msgid "Disable parallel instructions"
+msgstr "Interdire les instructions parallèles"
+
+#: config/c4x/c4x.h:225
+msgid "Enable MPY||ADD and MPY||SUB instructions"
+msgstr "Autoriser les instructions MPY||ADD et MPY||SUB"
+
+#: config/c4x/c4x.h:227
+msgid "Disable MPY||ADD and MPY||SUB instructions"
+msgstr "Interdire les instructions MPY||ADD et MPY||SUB"
+
+#: config/c4x/c4x.h:229
+msgid "Assume that pointers may be aliased"
+msgstr "Assumer que les pointeurs peuvent être aliasés"
+
+#: config/c4x/c4x.h:231
+msgid "Assume that pointers not aliased"
+msgstr "Assumer que les pointeurs ne peuvent pas être aliasés"
+
+#: config/c4x/c4x.h:321
+msgid "Specify maximum number of iterations for RPTS"
+msgstr "Spécifier le nombre maximum d'itérations pour RPTS"
+
+#: config/c4x/c4x.h:323
+msgid "Select CPU to generate code for"
+msgstr "Sélectionner le CPU pour lequel le code doit être généré"
+
+#. Macros used in the machine description to test the flags.
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/clipper/clipper.h:40
+msgid "Generate code for the C400"
+msgstr "Générer le code pour le C400"
+
+#: config/clipper/clipper.h:41
+msgid "Generate code for the C300"
+msgstr "Générer le code pour le C300"
+
+#: config/convex/convex.h:52
+msgid "Generate code for c1"
+msgstr "Générer le code pour le c1"
+
+#: config/convex/convex.h:53
+msgid "Generate code for c2"
+msgstr "Générer le code pour le c2"
+
+#: config/convex/convex.h:54
+msgid "Generate code for c32"
+msgstr "Générer le code pour le c3"
+
+#: config/convex/convex.h:55 config/convex/convex.h:56
+msgid "Generate code for c34"
+msgstr "Générer le code pour le c34"
+
+#: config/convex/convex.h:58
+msgid "Use standard calling sequence, with arg count word"
+msgstr "Utiliser la séquence standard d'appel, avec arg et mot compteur"
+
+#: config/convex/convex.h:60
+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)"
+
+#: config/convex/convex.h:62
+msgid "Don't push arg count, depend on symbol table"
+msgstr "Ne pas empiler le compteur d'arg, dépend de la table de symboles"
+
+#: config/convex/convex.h:64
+msgid "Use data cache for volatile mem refs (default)"
+msgstr "Utiliser la cache de données pour les réf. mémoire volatiles (par défaut)"
+
+#: config/convex/convex.h:66
+msgid "Don't use data cache for volatile mem refs"
+msgstr "Ne pas utiliser la cache de données pour les réf. mémoire volatiles"
+
+#: config/convex/convex.h:68
+msgid "Bypass data cache for volatile mem refs"
+msgstr "Éviter la cache de données pour les réf. mémoire volatiles"
+
+#: config/convex/convex.h:69
+msgid "Use 64-bit longs"
+msgstr "Utiliser des longs de 64 bits"
+
+#: config/convex/convex.h:70
+msgid "Use cc- and libc-compatible 32-bit longs"
+msgstr "Utiliser cc- et libc-compatible longs de 32 bits"
+
+#: config/d30v/d30v.c:186
+#, c-format
+msgid "Bad modes_tieable_p for register %s, mode1 %s, mode2 %s"
+msgstr "Mauvais modes_tieable_p pour le registre %s, mode1 %s, mode2 %s"
+
+#. This macro defines names of command options to set and clear bits in
+#. `target_flags'. Its definition is an initializer with a subgrouping for
+#. each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the option name, a
+#. number, which contains the bits to set in `target_flags', and a second
+#. string which is the description displayed by `--help'. If the number is
+#. negative then the bits specified by the number are cleared instead of being
+#. set. If the description string is present but empty, then no help
+#. information will be displayed for that option, but it will not count as an
+#. undocumented option. The actual option name is made by appending `-m' to
+#. the specified name.
+#.
+#. One of the subgroupings should have a null string. The number in this
+#. grouping is the default value for target_flags. Any target options act
+#. starting with that value.
+#.
+#. Here is an example which defines -m68000 and -m68020 with opposite meanings,
+#. and picks the latter as the default:
+#.
+#. #define TARGET_SWITCHES { { "68020", TARGET_MASK_68020, "" }, { "68000", -TARGET_MASK_68020, "Compile for the 68000" }, { "", TARGET_MASK_68020, "" }}
+#: config/d30v/d30v.h:447
+msgid "Enable use of conditional move instructions"
+msgstr "Autoriser l'utilisation des instructions conditionnelles move"
+
+#: config/d30v/d30v.h:450
+msgid "Disable use of conditional move instructions"
+msgstr "Interdire l'utilisation des instructions conditionnelles move"
+
+#: config/d30v/d30v.h:453
+msgid "Debug argument support in compiler"
+msgstr "Mettre au point le support d'argument dans le compilateur"
+
+#: config/d30v/d30v.h:456
+msgid "Debug stack support in compiler"
+msgstr "Mettre au point le support de la pile dans le compilateur"
+
+#: config/d30v/d30v.h:459
+msgid "Debug memory address support in compiler"
+msgstr "Mettre au point le support d'adresses dans le compilateur"
+
+#: config/d30v/d30v.h:462
+msgid "Make adjacent short instructions parallel if possible."
+msgstr "Rendre les short adjacents en instructions parallèles"
+
+#: config/d30v/d30v.h:465
+msgid "Do not make adjacent short instructions parallel."
+msgstr "Ne pas rendre les short adjacents en instructions parallèles"
+
+#: config/d30v/d30v.h:468 config/d30v/d30v.h:471
+msgid "Link programs/data to be in external memory by default"
+msgstr "Faire l'édition de lien des programmes/données comme étant externe à la mémoire par défaut"
+
+#: config/d30v/d30v.h:474
+msgid "Link programs/data to be in onchip memory by default"
+msgstr "Faire l'édition de lien des programmes/données comme étant interne dans la circuiterie de la mémoire par défaut"
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of command
+#. options that have values. Its definition is an initializer with a
+#. subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the fixed part of
+#. the option name, the address of a variable, and a description string. The
+#. variable, type `char *', is set to the variable part of the given option if
+#. the fixed part matches. The actual option name is made by appending `-m' to
+#. the specified name.
+#.
+#. Here is an example which defines `-mshort-data-<number>'. If the given
+#. option is `-mshort-data-512', the variable `m88k_short_data' will be set to
+#. the string "512".
+#.
+#. extern char *m88k_short_data;
+#. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data, "Specify the size of the short data section" } }
+#: config/d30v/d30v.h:501
+msgid "Change the branch costs within the compiler"
+msgstr "Changer les coûts de branchement à l'intérieur du compilateur"
+
+#: config/d30v/d30v.h:504
+msgid "Change the threshold for conversion to conditional execution"
+msgstr "Changer le seuil pour la conversion en une exécution conditionnelle"
+
+#: config/dsp16xx/dsp16xx.c:1225 config/dsp16xx/dsp16xx.c:1250
+msgid "Stack size > 32k"
+msgstr "Taille de la pile > 32K"
+
+#: config/dsp16xx/dsp16xx.c:1759 config/dsp16xx/dsp16xx.c:1999
+msgid "inline float constants not supported on this host"
+msgstr "enlignage des constantes flottantes n'est pas supporté sur cet hôte"
+
+#. Output assembler code to FILE to increment profiler label # LABELNO
+#. for profiling a function entry.
+#: config/dsp16xx/dsp16xx.h:1188 config/dsp16xx/dsp16xx.h:1193
+#: config/dsp16xx/dsp16xx.h:1198 config/dsp16xx/dsp16xx.h:1840
+#: config/dsp16xx/dsp16xx.h:1845
+msgid "Profiling not implemented yet."
+msgstr "Profilage non implanté encore."
+
+#. Emit RTL insns to initialize the variable parts of a trampoline.
+#. FNADDR is an RTX for the address of the function's pure code.
+#. CXT is an RTX for the static chain value for the function.
+#: config/dsp16xx/dsp16xx.h:1209 config/dsp16xx/dsp16xx.h:1221
+msgid "Trampolines not yet implemented"
+msgstr "Trampolines ne sont pas encore implantées"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/elxsi/elxsi.h:51
+msgid "Generate code the unix assembler can handle"
+msgstr "Générer du code que l'assembleur UNIX peut traiter"
+
+#: config/elxsi/elxsi.h:52
+msgid "Generate code an embedded assembler can handle"
+msgstr "Générer du code qu'un assembleur enchâssé peut traiter"
+
+#: config/fr30/fr30.c:445
+msgid "fr30_print_operand_address: unhandled address"
+msgstr "fr30_print_operand_address: adresse non traitée"
+
+#: config/fr30/fr30.c:472
+#, c-format
+msgid "fr30_print_operand: unrecognised %p code"
+msgstr "fr30_print_operand: code %p non reconnue"
+
+#: config/fr30/fr30.c:492
+msgid "fr30_print_operand: unrecognised %b code"
+msgstr "fr30_print_operand: code %b non reconnue"
+
+#: config/fr30/fr30.c:513
+msgid "fr30_print_operand: unrecognised %B code"
+msgstr "fr30_print_operand: code %B non reconnu"
+
+#: config/fr30/fr30.c:521
+msgid "fr30_print_operand: invalid operand to %A code"
+msgstr "fr30_print_operand: opérande invalide pour code %A"
+
+#: config/fr30/fr30.c:538
+#, c-format
+msgid "fr30_print_operand: invalid %x code"
+msgstr "fr30_print_operand: code %x invalide"
+
+#: config/fr30/fr30.c:545
+msgid "fr30_print_operand: invalid %F code"
+msgstr "fr30_print_operand: code %F invalide"
+
+#: config/fr30/fr30.c:561
+msgid "fr30_print_operand: unknown code"
+msgstr "fr30_print_operand: code inconnu"
+
+#: config/fr30/fr30.c:590 config/fr30/fr30.c:599 config/fr30/fr30.c:610
+#: config/fr30/fr30.c:623
+msgid "fr30_print_operand: unhandled MEM"
+msgstr "fr30_print_operand: MEM non traité"
+
+#: config/fr30/fr30.h:85
+msgid "Assume small address space"
+msgstr "Assumer un petit espace d'adressage"
+
+#: config/h8300/h8300.c:116
+msgid "-ms2600 is used without -ms."
+msgstr "-ms2600 est utilisé sans -ms."
+
+#: config/h8300/h8300.c:3047 config/h8300/h8300.c:3059
+msgid "Only initialized variables can be placed into the 8-bit area."
+msgstr "Seuls les variables initialisées peuvent être placées dans une aire de 8 bits"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/h8300/h8300.h:108
+msgid "Generate H8/S code"
+msgstr "Générer du code H8/S"
+
+#: config/h8300/h8300.h:109
+msgid "Do not generate H8/S code"
+msgstr "Ne pas générer du code H8/S"
+
+#: config/h8300/h8300.h:110
+msgid "Generate H8/S2600 code"
+msgstr "Générer du code H8/S2600"
+
+#: config/h8300/h8300.h:111
+msgid "Do not generate H8/S2600 code"
+msgstr "Ne pas générer du code H8/S2600"
+
+#: config/h8300/h8300.h:112
+msgid "Make integers 32 bits wide"
+msgstr "Rendre les entiers larges de 32 bits"
+
+#: config/h8300/h8300.h:115
+msgid "Use registers for argument passing"
+msgstr "Utiliser les registres pour le passage d'arguments"
+
+#: config/h8300/h8300.h:117
+msgid "Do not use registers for argument passing"
+msgstr "Ne pas utiliser les registres pour le passage d'arguments"
+
+#: config/h8300/h8300.h:119
+msgid "Consider access to byte sized memory slow"
+msgstr "Considérer l'accès mémoire lent pour la taille d'octets"
+
+#: config/h8300/h8300.h:120 MRO
+msgid "Enable linker relaxing"
+msgstr "Auoriser la rélâche par l'éditeur de liens"
+
+#: config/h8300/h8300.h:122
+msgid "Generate H8/300H code"
+msgstr "Générer du code H8/300H"
+
+#: config/h8300/h8300.h:123
+msgid "Do not generate H8/300H code"
+msgstr "Ne pas générer du code H8/300H"
+
+#: config/h8300/h8300.h:124
+msgid "Use H8/300 alignment rules"
+msgstr "Utiliser les règles d'alignement H8/300"
+
+#: config/i370/i370.c:869
+msgid "real name is too long - alias ignored"
+msgstr "nom réel est trop long - alias ignoré"
+
+#: config/i370/i370.c:874
+msgid "alias name is too long - alias ignored"
+msgstr "nom d'alias est trop long - alias ignoré"
+
+#: config/i370/i370.c:1039
+msgid "junk at end of #pragma map"
+msgstr "rebut à la fin de #pragma map"
+
+#: config/i370/i370.c:1045
+msgid "malformed #pragma map, ignored"
+msgstr "#pragma map mal composé, ignoré"
+
+#. Macro to define tables used to set the flags. This is a list in braces
+#. of pairs in braces, each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/i370/i370.h:63
+msgid "Generate char instructions"
+msgstr "Générer des instructions 'char'"
+
+#: config/i370/i370.h:64
+msgid "Do not generate char instructions"
+msgstr "Ne pas générer des instructions 'char'"
+
+#: config/i386/cygwin.h:49
+msgid "Use the Cygwin interface"
+msgstr "Utiliser l'interface Cygwin"
+
+#: config/i386/cygwin.h:51
+msgid "Use the Mingw32 interface"
+msgstr "Utiliser l'interface Mingw32"
+
+#: config/i386/cygwin.h:52
+msgid "Create GUI application"
+msgstr "Créer une application de type GUI"
+
+#: config/i386/cygwin.h:53
+msgid "Don't set Windows defines"
+msgstr "Ne pas initialiser les définitions Windows"
+
+#: config/i386/cygwin.h:54
+msgid "Set Windows defines"
+msgstr "Initialiser les définitions Windows"
+
+#: config/i386/cygwin.h:56
+msgid "Create console application"
+msgstr "Créer une application de type console"
+
+#: config/i386/cygwin.h:57 config/i386/win32.h:59
+msgid "Generate code for a DLL"
+msgstr "Générer le code pour un DLL"
+
+#: config/i386/cygwin.h:59 config/i386/win32.h:61
+msgid "Ignore dllimport for functions"
+msgstr "Ignorer dllimport pour fonctions"
+
+#: config/i386/cygwin.h:61 MRO
+msgid "Use Mingw-specific thread support"
+msgstr "Utilise le support de thread spécifique à Mingw"
+
+#: config/i386/cygwin.h:313
+#, c-format
+msgid "-f%s ignored for target (all code is position independent)"
+msgstr "-f%s ignoré pour la cible (tout le code set indépendant de la position)"
+
+#: config/i386/dgux.c:185
+#, c-format
+msgid "Internal gcc abort from %s:%d"
+msgstr "Abandon interne gcc à partir de %s:%d"
+
+#: config/i386/dgux.c:189
+msgid "The local variable `insn' has the value:"
+msgstr "La variable locale `insn' a la valeur:"
+
+#: config/i386/dgux.h:62
+msgid "Retain standard MXDB information"
+msgstr "Retenir l'information standard MXDB"
+
+#: config/i386/dgux.h:64
+msgid "Retain legend information"
+msgstr "Retenir les informations de légende"
+
+#: config/i386/dgux.h:67
+msgid "Generate external legend information"
+msgstr "Générer les informations externes de légende"
+
+#: config/i386/dgux.h:69
+msgid "Emit identifying info in .s file"
+msgstr "Produire les infos d'identification dans le fichier .s"
+
+#: config/i386/dgux.h:71
+msgid "Warn when a function arg is a structure"
+msgstr "Avertir lorsque l'arg d'une fonction est une structure"
+
+#: config/i386/dgux.h:249
+msgid "argument is a structure"
+msgstr "argument est une structure"
+
+#: config/i386/djgpp.h:286
+msgid "-mbnu210 is ignored (option is obsolete)."
+msgstr "-mbnu210 est ignoré (option obsolète)."
+
+#: config/i386/i386.c:558
+#, c-format
+msgid "bad value (%s) for -march= switch"
+msgstr "valeur erronée (%s) pour l'option -march="
+
+#: config/i386/i386.c:570 config/mips/mips.c:4935
+#, c-format
+msgid "bad value (%s) for -mcpu= switch"
+msgstr "valeur erronée (%s) pour l'option -mcpu="
+
+#: config/i386/i386.c:601
+#, c-format
+msgid "Register '%c' is unknown"
+msgstr "Registre '%c' est inconnu"
+
+#: config/i386/i386.c:607
+#, c-format
+msgid "Register '%c' already specified in allocation order"
+msgstr "Registre '%c' est déjà spécifié dans l'ordre d'allocation"
+
+#: config/i386/i386.c:620
+#, c-format
+msgid "-mregparm=%d is not between 0 and %d"
+msgstr "-mregparm=%d n'est pas entre 0 et %d"
+
+#: config/i386/i386.c:631
+#, c-format
+msgid "-malign-loops=%d is not between 0 and %d"
+msgstr "-malign-loops=%d n'est pas entre 0 et %d"
+
+#: config/i386/i386.c:642
+#, c-format
+msgid "-malign-jumps=%d is not between 0 and %d"
+msgstr "-malign-jumps=%d n'est pas entre 0 et %d"
+
+#: config/i386/i386.c:653
+#, c-format
+msgid "-malign-functions=%d is not between 0 and %d"
+msgstr "-malign-functions=%d n'est pas entre 0 et %d"
+
+#: config/i386/i386.c:666
+#, c-format
+msgid "-mpreferred-stack-boundary=%d is not between 2 and 31"
+msgstr "-mpreferred-stack-boundary=%d n'est pas entre 2 et 31"
+
+#: config/i386/i386.c:677
+#, c-format
+msgid "-mbranch-cost=%d is not between 0 and 5"
+msgstr "-mbranch-cost=%d n'est pas entre 0 et 5"
+
+#. We can't handle floating point constants;
+#. PRINT_OPERAND must handle them.
+#: config/i386/i386.c:3124 config/pdp11/pdp11.c:1477 final.c:3676
+msgid "floating constant misused"
+msgstr "constante flottante mal utilisée"
+
+#: config/i386/i386.c:3169
+msgid "invalid UNSPEC as operand"
+msgstr "UNSPEC invalide comme opérande"
+
+#: config/i386/i386.c:3175 config/pdp11/pdp11.c:1524 final.c:3731
+msgid "invalid expression as operand"
+msgstr "expression invalide comme opérande"
+
+#. @@@ better error message
+#: config/i386/i386.c:8457 config/i386/i386.c:8490 config/i386/i386.c:8627
+msgid "selector must be an immediate"
+msgstr "sélecteur doit être un immédiat"
+
+#. @@@ better error message
+#: config/i386/i386.c:8658 config/i386/i386.c:8686
+msgid "mask must be an immediate"
+msgstr "masque doit être un immédiat"
+
+#: config/i386/i386.h:45 config/mips/mips.h:176
+msgid "half-pic init called on systems that don't support it."
+msgstr "init à demi PIC appelé sur un système qui ne le supporte pas."
+
+#: config/i386/i386.h:238
+msgid "Same as -mcpu=i386"
+msgstr "Identique à -mcpu=i386"
+
+#: config/i386/i386.h:239
+msgid "Same as -mcpu=i486"
+msgstr "Identique à -mcpu=i486"
+
+#: config/i386/i386.h:240
+msgid "Same as -mcpu=pentium"
+msgstr "Identique à -mcpu=pentium"
+
+#: config/i386/i386.h:241
+msgid "Same as -mcpu=pentiumpro"
+msgstr "Identique à -mcpu=pentiumpro"
+
+#: config/i386/i386.h:243
+msgid "Alternate calling convention"
+msgstr "Convention alternative d'appels"
+
+#: config/i386/i386.h:245 config/ns32k/ns32k.h:106
+msgid "Use normal calling convention"
+msgstr "Utiliser la convention normale d'appels"
+
+#: config/i386/i386.h:247
+msgid "Align some doubles on dword boundary"
+msgstr "Aligner quelques doubles sur des frontières de mots doubles"
+
+#: config/i386/i386.h:249
+msgid "Align doubles on word boundary"
+msgstr "Aligner les doubles sur des frontières de mots"
+
+#: config/i386/i386.h:251
+msgid "Uninitialized locals in .bss"
+msgstr "Var. locales non initialisées dans .bss"
+
+#: config/i386/i386.h:253
+msgid "Uninitialized locals in .data"
+msgstr "Var. locales non initialisées dans .data"
+
+#: config/i386/i386.h:255
+msgid "Use IEEE math for fp comparisons"
+msgstr "Utiliser les mathématiques IEEE pour les comparaisons FP"
+
+#: config/i386/i386.h:257
+msgid "Do not use IEEE math for fp comparisons"
+msgstr "Ne pas utiliser les mathématiques IEEE pour les comparaisons FP"
+
+#: config/i386/i386.h:259
+msgid "Return values of functions in FPU registers"
+msgstr "Retourner les valeurs de fonctions dans les registres FPU"
+
+#: config/i386/i386.h:261
+msgid "Do not return values of functions in FPU registers"
+msgstr "Ne pas retourner les valeurs de fonctions dans les registres FPU"
+
+#: config/i386/i386.h:263
+msgid "Do not generate sin, cos, sqrt for FPU"
+msgstr "Ne pas générer sin, cos, sqrt pour le FPU"
+
+#: config/i386/i386.h:265
+msgid "Generate sin, cos, sqrt for FPU"
+msgstr "Générer sin, cos, sqrt pour le FPU"
+
+#: config/i386/i386.h:267
+msgid "Omit the frame pointer in leaf functions"
+msgstr "Omettre le pointeur de trame dans les fonctions feuilles"
+
+#. undocumented
+#. undocumented
+#. undocumented
+#. undocumented
+#: config/i386/i386.h:274
+msgid "Enable stack probing"
+msgstr "Autoriser le sondage de la pile"
+
+#. undocumented
+#. undocumented
+#: config/i386/i386.h:279
+msgid "Emit Intel syntax assembler opcodes"
+msgstr "Produire les code-op pour la syntaxe d'assembleur Intel"
+
+#: config/i386/i386.h:282
+msgid "Align destination of the string operations"
+msgstr "Aligner la destination des opérations sur les chaînes"
+
+#: config/i386/i386.h:284
+msgid "Do not align destination of the string operations"
+msgstr "Ne pas aligner la destination des opérations sur les chaînes"
+
+#: config/i386/i386.h:286
+msgid "Inline all known string operations"
+msgstr "Permettre l'enlignage dans toutes les opérations portant sur les chaînes"
+
+#: config/i386/i386.h:288
+msgid "Do not inline all known string operations"
+msgstr "Ne pas permettre l'enlignage dans toutes les opérations portant sur les chaînes"
+
+#: config/i386/i386.h:290 config/i386/i386.h:294
+msgid "Use push instructions to save outgoing arguments"
+msgstr "Utiliser les instructions push pour sauvegardes les arguments sortants"
+
+#: config/i386/i386.h:292 config/i386/i386.h:296
+msgid "Do not use push instructions to save outgoing arguments"
+msgstr "Ne pas utiliser les instructions push pour sauvegardes les arguments sortants"
+
+#: config/i386/i386.h:298
+msgid "sizeof(long double) is 16."
+msgstr "sizeof(long double) est 16."
+
+#: config/i386/i386.h:300
+msgid "sizeof(long double) is 12."
+msgstr "sizeof(long double) est 12."
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of
+#. command options that have values. Its definition is an
+#. initializer with a subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the
+#. fixed part of the option name, and the address of a variable. The
+#. variable, type `char *', is set to the variable part of the given
+#. option if the fixed part matches. The actual option name is made
+#. by appending `-m' to the specified name.
+#: config/i386/i386.h:333 config/rs6000/rs6000.h:402 config/sparc/sparc.h:710
+msgid "Schedule code for given CPU"
+msgstr "Çéduler le code pour le CPU donné"
+
+#: config/i386/i386.h:335
+msgid "Generate code for given CPU"
+msgstr "Générer le code pour le CPU donné"
+
+#: config/i386/i386.h:337
+msgid "Control allocation order of integer registers"
+msgstr "Contrôle l'ordre d'allocation des registres entier"
+
+#: config/i386/i386.h:339
+msgid "Number of registers used to pass integer arguments"
+msgstr "Nombre de registre utiliser pour passer les arguments entiers"
+
+#: config/i386/i386.h:341
+msgid "Loop code aligned to this power of 2"
+msgstr "Codes de boucles alignés selon une puissance de 2"
+
+#: config/i386/i386.h:343
+msgid "Jump targets are aligned to this power of 2"
+msgstr "Sauts de cibles alignés selon une puissance de 2"
+
+#: config/i386/i386.h:345
+msgid "Function starts are aligned to this power of 2"
+msgstr "Débuts des fonction alignés selon une puissance de 2"
+
+#: config/i386/i386.h:348
+msgid "Attempt to keep stack aligned to this power of 2"
+msgstr "Tentative de conservation de la pile alignée selon une puissance de 2"
+
+#: config/i386/i386.h:350
+msgid "Branches are this expensive (1-5, arbitrary units)"
+msgstr "Branchements coûteux à ce point (1-4, unités arbitraires)"
+
+#: config/i386/osf1elf.h:111
+msgid "Profiling uses mcount"
+msgstr "Profilage utilise mcount"
+
+#: config/i386/osfrose.h:63
+msgid "Emit half-PIC code"
+msgstr "Produire du code à moitié PIC"
+
+#. intentionally undoc
+#. intentionally undoc
+#: config/i386/osfrose.h:70
+msgid "Emit ELF object code"
+msgstr "Produire du code objet ELF"
+
+#: config/i386/osfrose.h:72
+msgid "Emit ROSE object code"
+msgstr "Produire du code objet ROSE"
+
+#: config/i386/osfrose.h:74
+msgid "Symbols have a leading underscore"
+msgstr "Les symboles sont précédées d'un caractère de soulignement "
+
+#: config/i386/osfrose.h:77
+msgid "Align to >word boundaries"
+msgstr "Aligner sur >frontières de mots"
+
+#: config/i386/osfrose.h:80
+msgid "Use mcount for profiling"
+msgstr "Utiliser mcount pour le profilage"
+
+#: config/i386/osfrose.h:82
+msgid "Use mcount_ptr for profiling"
+msgstr "Utiliser mcount_ptr pour le profilage"
+
+#: config/i386/sco5.h:887
+msgid "Generate ELF output"
+msgstr "Générer la sortie ELF"
+
+#: config/i386/win32.h:53
+msgid "Use Mingw32 interface"
+msgstr "Utiliser l'interface Mingw32"
+
+#: config/i386/win32.h:55
+msgid "Use Cygwin interface"
+msgstr "Utiliser l'interface Cygwin"
+
+#: config/i386/win32.h:57
+msgid "Use bare Windows interface"
+msgstr "Utiliser l'interface brute Windows"
+
+#: config/i386/winnt.c:311
+#, c-format
+msgid "`%s' declared as both exported to and imported from a DLL."
+msgstr "`%s' est déclaré à la fois comme exporté et importé d'un DLL"
+
+#. If the environment variable DJDIR is not defined, then DJGPP is not installed correctly and GCC will quickly become confused with the default prefix settings. Report the problem now so the user doesn't receive deceptive "file not found" error messages later.
+#. DJDIR is automatically defined by the DJGPP environment config file pointed to by the environment variable DJGPP. Examine DJGPP to try and figure out what's wrong.
+#: config/i386/xm-djgpp.h:75
+msgid "Environment variable DJGPP not defined."
+msgstr "Variable d'environment DJGPP non définie."
+
+#: config/i386/xm-djgpp.h:77
+#, c-format
+msgid "Environment variable DJGPP points to missing file '%s'."
+msgstr "Variable d'environment DJGPP pointe sur un fichier manquant '%s'."
+
+#: config/i386/xm-djgpp.h:80
+#, c-format
+msgid "Environment variable DJGPP points to corrupt file '%s'."
+msgstr "Variable d'environment DJGPP pointe vers un fichier corrompu '%s'."
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/i860/i860.h:56 config/i860/paragon.h:28
+msgid "Generate code which uses the FPU"
+msgstr "Générer du code qui utilise le FPU"
+
+#: config/i860/i860.h:57 config/i860/i860.h:58 config/i860/paragon.h:29
+#: config/i860/paragon.h:30 config/i860/paragon.h:31
+msgid "Do not generate code which uses the FPU"
+msgstr "Ne pas générer du code qui utilise le FPU"
+
+#: config/i960/i960.c:122
+msgid "sorry, not implemented: #pragma align NAME=SIZE"
+msgstr "désolé, pas implanté: #pragma align NOM=TAILLE"
+
+#: config/i960/i960.c:127
+msgid "malformed #pragma align - ignored"
+msgstr "#pragma align mal composé - ignoré"
+
+#: config/i960/i960.c:165
+msgid "sorry, not implemented: #pragma noalign NAME"
+msgstr "désolé, pas implanté: #pragma noalign NOM"
+
+#: config/i960/i960.c:1513 config/m68k/m68k.c:407 config/rs6000/rs6000.c:5520
+msgid "stack limit expression is not supported"
+msgstr "expression limitant la pile n'est pas supportée"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#. ??? Not all ten of these architecture variations actually exist, but I
+#. am not sure which are real and which aren't.
+#: config/i960/i960.h:241
+msgid "Generate SA code"
+msgstr "Générer du code SA"
+
+#: config/i960/i960.h:244
+msgid "Generate SB code"
+msgstr "Générer du code SB"
+
+#. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate SC code")},
+#: config/i960/i960.h:249
+msgid "Generate KA code"
+msgstr "Générer du code KA"
+
+#: config/i960/i960.h:252
+msgid "Generate KB code"
+msgstr "Générer du code KB"
+
+#. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate KC code")},
+#: config/i960/i960.h:257
+msgid "Generate JA code"
+msgstr "Générer du code JA"
+
+#: config/i960/i960.h:259
+msgid "Generate JD code"
+msgstr "Générer du code JD"
+
+#: config/i960/i960.h:262
+msgid "Generate JF code"
+msgstr "Générer du code JF"
+
+#: config/i960/i960.h:264
+msgid "generate RP code"
+msgstr "Générer du code RP"
+
+#: config/i960/i960.h:267
+msgid "Generate MC code"
+msgstr "Générer du code MC"
+
+#: config/i960/i960.h:270
+msgid "Generate CA code"
+msgstr "Générer du code CA"
+
+#. {"cb", (TARGET_FLAG_NUMERICS|TARGET_FLAG_C_SERIES| TARGET_FLAG_BRANCH_PREDICT|TARGET_FLAG_CODE_ALIGN), N_("Generate CB code")}, {"cc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_C_SERIES|TARGET_FLAG_BRANCH_PREDICT| TARGET_FLAG_CODE_ALIGN), N_("Generate CC code")},
+#: config/i960/i960.h:280
+msgid "Generate CF code"
+msgstr "Générer du code CF"
+
+#: config/i960/i960.h:286
+msgid "Use alternate leaf function entries"
+msgstr "Utiliser les entrées alternatives pour les fonctions de feuilles"
+
+#: config/i960/i960.h:288
+msgid "Do not use alternate leaf function entries"
+msgstr "Ne pas utiliser les entrées alternatives pour les fonctions de feuilles"
+
+#: config/i960/i960.h:290 MRO
+msgid "Perform tail call optimization"
+msgstr "Effectuer une optimisation sur mesure des appels"
+
+#: config/i960/i960.h:292
+msgid "Do not perform tail call optimization"
+msgstr "Ne pas effectuer une optimisation sur mesure des appels"
+
+#: config/i960/i960.h:294
+msgid "Use complex addressing modes"
+msgstr "Utiliser les modes d'adressage complexes"
+
+#: config/i960/i960.h:296
+msgid "Do not use complex addressing modes"
+msgstr "Ne pas utiliser les modes d'adressage complexes"
+
+#: config/i960/i960.h:298
+msgid "Align code to 8 byte boundary"
+msgstr "Aligner le code sur des frontières de 8 octets"
+
+#: config/i960/i960.h:300
+msgid "Do not align code to 8 byte boundary"
+msgstr "Ne pas aligner le code sur des frontières de 8 octets"
+
+#. {"clean-linkage", (TARGET_FLAG_CLEAN_LINKAGE), N_("Force use of prototypes")}, {"no-clean-linkage", -(TARGET_FLAG_CLEAN_LINKAGE), N_("Do not force use of prototypes")},
+#: config/i960/i960.h:306 config/i960/i960.h:308
+msgid "Enable compatibility with iC960 v2.0"
+msgstr "Autoriser la compatibilité avec iC960 v2.0"
+
+#: config/i960/i960.h:310
+msgid "Enable compatibility with iC960 v3.0"
+msgstr "Autoriser la compatibilité avec iC960 v3.0"
+
+#: config/i960/i960.h:312 config/i960/i960.h:314
+msgid "Enable compatibility with ic960 assembler"
+msgstr "Autoriser la compatibilité avec l'assembleur iC960"
+
+#: config/i960/i960.h:316
+msgid "Do not permit unaligned accesses"
+msgstr "Ne pas permettre les accès non alignés"
+
+#: config/i960/i960.h:318
+msgid "Permit unaligned accesses"
+msgstr "Permettre les accès non alignés"
+
+#: config/i960/i960.h:320
+msgid "Layout types like Intel's v1.3 gcc"
+msgstr "Utiliser une disposition de type Intel's v1.3 gcc"
+
+#: config/i960/i960.h:322
+msgid "Do not layout types like Intel's v1.3 gcc"
+msgstr "Ne pas utiliser une disposition de type Intel's v1.3 gcc"
+
+#: config/i960/i960.h:324 config/rs6000/sysv4.h:128 config/sparc/linux.h:83
+#: config/sparc/linux64.h:139
+msgid "Use 64 bit long doubles"
+msgstr "Utiliser les doubles longs de 64 bits"
+
+#: config/i960/i960.h:326 MRO
+msgid "Enable linker relaxation"
+msgstr "Autoriser la relâche par l'éditeur de liens"
+
+#: config/i960/i960.h:328
+msgid "Do not enable linker relaxation"
+msgstr "Ne pas autoriser la relâche par l'éditeur de liens"
+
+#. Override conflicting target switch options.
+#. Doesn't actually detect if more than one -mARCH option is given, but
+#. does handle the case of two blatantly conflicting -mARCH options.
+#: config/i960/i960.h:343 config/i960/i960.h:353
+msgid "conflicting architectures defined - using C series"
+msgstr "architectures conflictuelles définies - utilise les séries C"
+
+#: config/i960/i960.h:348
+msgid "conflicting architectures defined - using K series"
+msgstr "architectures conflictuelles définies - utilise les séries K"
+
+#: config/i960/i960.h:363
+msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
+msgstr "iC2.0 et iC3.0 sont incompatibles - utilise iC3.0"
+
+#. ??? See the LONG_DOUBLE_TYPE_SIZE definition below.
+#: config/i960/i960.h:374
+msgid "The -mlong-double-64 option does not work yet."
+msgstr "L'option -mlong-double-64 n'est pas fonctionnelle encore"
+
+#: config/ia64/ia64.c:3413
+msgid "ia64_print_operand: unknown code"
+msgstr "ia64_print_operand: code inconnu"
+
+#: config/ia64/ia64.c:3651
+msgid "value of -mfixed-range must have form REG1-REG2"
+msgstr "valeur de -mfixed-range doit avoir la forme REG1-REG2"
+
+#: config/ia64/ia64.c:3663 config/ia64/ia64.c:3670 regclass.c:714
+#, c-format
+msgid "unknown register name: %s"
+msgstr "nom de registre inconnu: %s"
+
+#: config/ia64/ia64.c:3678
+#, c-format
+msgid "%s-%s is an empty range"
+msgstr "%s-%s est une étendue vide"
+
+#: config/ia64/ia64.c:3743
+msgid "cannot optimize division for both latency and throughput"
+msgstr "ne peut optimiser la division à la fois pour la latence et la quantité produite"
+
+#. This macro defines names of command options to set and clear bits in
+#. `target_flags'. Its definition is an initializer with a subgrouping for
+#. each command option.
+#: config/ia64/ia64.h:110
+msgid "Generate big endian code"
+msgstr "Générer du code de système à octets de poids fort"
+
+#: config/ia64/ia64.h:112 config/mcore/mcore.h:164
+msgid "Generate little endian code"
+msgstr "Générer du code de système à octets de poids faible"
+
+#: config/ia64/ia64.h:114
+msgid "Generate code for GNU as"
+msgstr "Générer du code pour GNU tel que"
+
+#: config/ia64/ia64.h:116
+msgid "Generate code for Intel as"
+msgstr "Générer du code pour Intel tel que"
+
+#: config/ia64/ia64.h:118
+msgid "Generate code for GNU ld"
+msgstr "Générer du code pour GNU ld"
+
+#: config/ia64/ia64.h:120
+msgid "Generate code for Intel ld"
+msgstr "Générer du code pour Intel ld"
+
+#: config/ia64/ia64.h:122
+msgid "Generate code without GP reg"
+msgstr "Générer du code sans registre GP"
+
+#: config/ia64/ia64.h:124
+msgid "Emit stop bits before and after volatile extended asms"
+msgstr "Produire de stop bits avant et après les asms étendus"
+
+#: config/ia64/ia64.h:126
+msgid "Don't emit stop bits before and after volatile extended asms"
+msgstr "Ne pas produire de stop bits avant et après les asms étendus"
+
+#: config/ia64/ia64.h:128
+msgid "Emit code for Itanium (TM) processor B step"
+msgstr "Produire du code pour le processeur B Itanium (TM)"
+
+#: config/ia64/ia64.h:130
+msgid "Use in/loc/out register names"
+msgstr "Utilise les noms des registres in/loc/out "
+
+#: config/ia64/ia64.h:132
+msgid "Disable use of sdata/scommon/sbss"
+msgstr "Interdire l'utilisation de sdata/scommon/sbss"
+
+#: config/ia64/ia64.h:134
+msgid "Enable use of sdata/scommon/sbss"
+msgstr "Autoriser l'utilisation de sdata/scommon/sbss"
+
+#: config/ia64/ia64.h:136
+msgid "gp is constant (but save/restore gp on indirect calls)"
+msgstr "gp est une constante (mais save/restore gp fait par appels indirects)"
+
+#: config/ia64/ia64.h:138
+msgid "Generate self-relocatable code"
+msgstr "Générer du code auto-relocalisable"
+
+#: config/ia64/ia64.h:140 MRO
+msgid "Generate inline division, optimize for latency"
+msgstr "Générer les divisions en ligne, optimisées pour la latence"
+
+#: config/ia64/ia64.h:142
+msgid "Generate inline division, optimize for throughput"
+msgstr "Générer les divisions en ligne, optimisées pour la quantité"
+
+#: config/ia64/ia64.h:144
+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"
+
+#: config/ia64/ia64.h:146
+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"
+
+#: config/ia64/ia64.h:169
+msgid "Specify range of registers to make fixed."
+msgstr "Spécifier la plage de registres pour la rendre fixe"
+
+#: config/lynx-ng.h:97 config/lynx.h:120 config/rs6000/lynx.h:88
+msgid "-msystem-v and -p are incompatible"
+msgstr "-msystem-v et -p sont incompatibles"
+
+#: config/lynx-ng.h:99 config/lynx.h:122 config/rs6000/lynx.h:90
+msgid "-msystem-v and -mthreads are incompatible"
+msgstr "-msystem-v et -mthreads sont incompatibles"
+
+#: config/m32r/m32r.c:83
+#, c-format
+msgid "bad value (%s) for -mmodel switch"
+msgstr "valeur erronée (%s) pour l'option -mmodel"
+
+#: config/m32r/m32r.c:92
+#, c-format
+msgid "bad value (%s) for -msdata switch"
+msgstr "valeur erronée (%s) pour l'option -msdata"
+
+#: config/m32r/m32r.c:380
+msgid "const objects cannot go in .sdata/.sbss"
+msgstr "constantes objets ne peuvent aller dans .sdata/.sbss"
+
+#: config/m32r/m32r.c:2187
+#, c-format
+msgid "invalid operand to %s code"
+msgstr "opérande invalide pour le code %s"
+
+#: config/m32r/m32r.c:2194
+#, c-format
+msgid "invalid operand to %p code"
+msgstr "opérande invalide pour le code %p"
+
+#: config/m32r/m32r.c:2302
+msgid "invalid operand to %T/%B code"
+msgstr "opérande invalide pour le code %T/%B"
+
+#: config/m32r/m32r.c:2325
+msgid "invalid operand to %N code"
+msgstr "opérande invalide pour le code %N"
+
+#. { "relax", TARGET_RELAX_MASK, "" }, { "no-relax", -TARGET_RELAX_MASK, "" },
+#: config/m32r/m32r.h:186
+msgid "Display compile time statistics"
+msgstr "Afficher les statistiques de temps de compilation"
+
+#: config/m32r/m32r.h:188
+msgid "Align all loops to 32 byte boundary"
+msgstr "Aligner toutes les boucles sur des frontières de 32 octets"
+
+#: config/m32r/m32r.h:191
+msgid "Only issue one instruction per cycle"
+msgstr "Émettre seulement une instruction par cycle"
+
+#: config/m32r/m32r.h:194
+msgid "Prefer branches over conditional execution"
+msgstr "Privilégier les branchements au lieu d'une exécution conditionnelle"
+
+#: config/m32r/m32r.h:210
+msgid "Code size: small, medium or large"
+msgstr "Taille du code: small, medium ou large"
+
+#: config/m32r/m32r.h:212
+msgid "Small data area: none, sdata, use"
+msgstr "Petite zone de données: none, sdata, use"
+
+#: config/m68hc11/m68hc11.c:227
+#, c-format
+msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
+msgstr "-f%s ignoré pour 68HC11/68HC12 (non supporté)"
+
+#. Macro to define tables used to set the flags. This is a list in braces of
+#. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
+#. to set or minus the bits to clear. An empty string NAME is used to
+#. identify the default VALUE.
+#: config/m68hc11/m68hc11.h:179
+msgid "Compile with 16-bit integer mode"
+msgstr "Compiler en mode entier de 16 bits"
+
+#: config/m68hc11/m68hc11.h:181
+msgid "Compile with 32-bit integer mode"
+msgstr "Compiler en mode entier de 32 bits"
+
+#: config/m68hc11/m68hc11.h:183
+msgid "Auto pre/post decrement increment allowed"
+msgstr "Auto pré/post décrementation incrémentation permise"
+
+#: config/m68hc11/m68hc11.h:185
+msgid "Auto pre/post decrement increment not allowed"
+msgstr "Auto pré/post décrementation incrémentation non permise"
+
+#: config/m68hc11/m68hc11.h:187 config/m68hc11/m68hc11.h:191
+msgid "Compile for a 68HC11"
+msgstr "Compiler pour un 68HC11"
+
+#: config/m68hc11/m68hc11.h:189 config/m68hc11/m68hc11.h:193
+msgid "Compile for a 68HC12"
+msgstr "Compiler pour un 68HC12"
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of
+#. command options that have values. Its definition is an
+#. initializer with a subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the
+#. fixed part of the option name, and the address of a variable. The
+#. variable, type `char *', is set to the variable part of the given
+#. option if the fixed part matches. The actual option name is made
+#. by appending `-m' to the specified name.
+#: config/m68hc11/m68hc11.h:207
+msgid "Specify the register allocation order"
+msgstr "Spécifier l'ordre d'allocation des registres"
+
+#: config/m68hc11/m68hc11.h:209
+msgid "Indicate the number of soft registers available"
+msgstr "Indiquer le nombre de registres logiciels disponibles"
+
+#: config/m68k/m68k.c:102
+#, c-format
+msgid "-malign-loops=%d is not between 1 and %d"
+msgstr "-malign-loops=%d n'est pas entre 1 et %d"
+
+#: config/m68k/m68k.c:113
+#, c-format
+msgid "-malign-jumps=%d is not between 1 and %d"
+msgstr "-malign-jumps=%d n'est pas entre 1 et %d"
+
+#: config/m68k/m68k.c:124
+#, c-format
+msgid "-malign-functions=%d is not between 1 and %d"
+msgstr "-malign-functions=%d n'est pas entre 1 et %d"
+
+#. Sometimes certain combinations of command options do not make
+#. sense on a particular target machine. You can define a macro
+#. `OVERRIDE_OPTIONS' to take account of this. This macro, if
+#. defined, is executed once just after all the command options have
+#. been parsed.
+#.
+#. Don't use this macro to turn on various extra optimizations for
+#. `-O'. That is what `OPTIMIZATION_OPTIONS' is for.
+#: config/m68k/m68k.h:238 config/m68k/m68kelf.h:265 config/m68k/m68kv4.h:295
+msgid "-fPIC is not currently supported on the 68000 or 68010\n"
+msgstr "-fPIC n'est pas couramment supporté pour le 68000 ou 68010\n"
+
+#: config/m88k/m88k.c:860
+#, c-format
+msgid "Internal gcc monitor: short-branch(%x)"
+msgstr "Moniteur interne gcc: branchment court(%x)"
+
+#: config/m88k/m88k.c:2266
+msgid "Internal gcc error: Can't express symbolic location"
+msgstr "erreur interne gcc: ne peut exprimer la localisation symbolique"
+
+#: config/m88k/m88k.c:2547
+#, c-format
+msgid "argument #%d is a structure"
+msgstr "argument #%d est une structure"
+
+#: config/m88k/m88k.c:2862
+msgid "%R not followed by %B/C/D/E"
+msgstr "%R n'est pas suivi de %B/C/D/E"
+
+#: config/m88k/m88k.c:2930
+#, c-format
+msgid "invalid %x/X value"
+msgstr "valeur %x/X invalide"
+
+#: config/m88k/m88k.c:2935
+msgid "invalid %H value"
+msgstr "valeur %H invalide"
+
+#: config/m88k/m88k.c:2941
+msgid "invalid %h value"
+msgstr "valeur %h invalide"
+
+#: config/m88k/m88k.c:2947
+msgid "invalid %Q value"
+msgstr "valeur %Q invalide"
+
+#: config/m88k/m88k.c:2953
+msgid "invalid %q value"
+msgstr "valeur %q invalide"
+
+#: config/m88k/m88k.c:2959
+#, c-format
+msgid "invalid %o value"
+msgstr "valeur %o invalide"
+
+#: config/m88k/m88k.c:2966
+#, c-format
+msgid "invalid %p value"
+msgstr "valeur %p invalide"
+
+#: config/m88k/m88k.c:2979 config/m88k/m88k.c:2984
+#, c-format
+msgid "invalid %s/S value"
+msgstr "valeur %s/S invalide"
+
+#: config/m88k/m88k.c:2995
+msgid "invalid %P operand"
+msgstr "opérande %P invalide"
+
+#: config/m88k/m88k.c:3026
+msgid "invalid %B value"
+msgstr "valeur %B invalide"
+
+#: config/m88k/m88k.c:3043
+msgid "invalid %C value"
+msgstr "valeur %C invalide"
+
+#: config/m88k/m88k.c:3056
+msgid "invalid %D value"
+msgstr "valeur %D invalide"
+
+#: config/m88k/m88k.c:3064
+#, c-format
+msgid "invalid %E value"
+msgstr "valeur %E invalide"
+
+#: config/m88k/m88k.c:3069
+#, c-format
+msgid "`%d' operand isn't a register"
+msgstr "l'opérande `%d' n'est pas un registre"
+
+#: config/m88k/m88k.c:3080
+msgid "invalid %r value"
+msgstr "valeur %r invalide"
+
+#: config/m88k/m88k.c:3087
+msgid "operand is r0"
+msgstr "opérande est R0"
+
+#: config/m88k/m88k.c:3101
+msgid "operand is const_double"
+msgstr "opérande est de type const_double"
+
+#: config/m88k/m88k.c:3120
+msgid "invalid code"
+msgstr "code invalide"
+
+#. Do any checking or such that is needed after processing the -m switches.
+#: config/m88k/m88k.h:277
+msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
+msgstr "-mtrap-large-shift et -mhandle-large-shift sont incompatibles"
+
+#: config/m88k/m88k.h:299
+#, c-format
+msgid "Invalid option `-mshort-data-%s'"
+msgstr "option invalide `-mshort-data-%s'"
+
+#: config/m88k/m88k.h:304
+#, c-format
+msgid "-mshort-data-%s is too large "
+msgstr "-mshort-data-%s est trop grande "
+
+#: config/m88k/m88k.h:306
+#, c-format
+msgid "-mshort-data-%s and PIC are incompatible"
+msgstr "-mshort-data-%s et PIC sont incompatibles"
+
+#: config/mcore/mcore.c:3118
+#, c-format
+msgid "Invalid option `-mstack-increment=%s'"
+msgstr "opton invalide `-mstack-increment=%s'"
+
+#: config/mcore/mcore.h:131
+msgid "Inline constants if it can be done in 2 insns or less"
+msgstr "Constante en ligne si elle peut être en 2 insn ou moins"
+
+#: config/mcore/mcore.h:133
+msgid "inline constants if it only takes 1 instruction"
+msgstr "Constantes en ligne si elle prend 1 instruction"
+
+#: config/mcore/mcore.h:135
+msgid "Set maximum alignment to 4"
+msgstr "Initialiser l'alignement maximal à 4"
+
+#: config/mcore/mcore.h:137
+msgid "Set maximum alignment to 8"
+msgstr "Initialiser l'alignement maximal à 8"
+
+#: config/mcore/mcore.h:141
+msgid "Do not use the divide instruction"
+msgstr "Ne pas utiliser l'instruction de division"
+
+#: config/mcore/mcore.h:145
+msgid "Do not arbitary sized immediates in bit operations"
+msgstr "Ne pas calculer la taille des immédiats dans les opérations sur les bits"
+
+#: config/mcore/mcore.h:147
+msgid "Always treat bitfield as int-sized"
+msgstr "Toujours traiter les champs de bits comme ayant la taille d'entier"
+
+#: config/mcore/mcore.h:151
+msgid "Force functions to be aligned to a 4 byte boundary"
+msgstr "Forcer les fonctions à être alignés sur des frontières de 4 octets"
+
+#: config/mcore/mcore.h:153
+msgid "Force functions to be aligned to a 2 byte boundary"
+msgstr "Forcer les fonctions à être alignés sur des frontières de 2 octets"
+
+#: config/mcore/mcore.h:155
+msgid "Emit call graph information"
+msgstr "Produire les informations du graphe d'appel"
+
+#: config/mcore/mcore.h:159
+msgid "Prefer word accesses over byte accesses"
+msgstr "Préférer l'accès à des mots plutôt qu'un accès à des octets"
+
+#: config/mcore/mcore.h:170
+msgid "Generate code for the M*Core M340"
+msgstr "Générer du code pour M*Core M340"
+
+#: config/mcore/mcore.h:183
+msgid "Maximum amount for a single stack increment operation"
+msgstr "Montant maximal pour une opération d'incrémentation simple de la pile"
+
+#: config/mips/mips.c:4737
+#, c-format
+msgid "-mips%d not supported"
+msgstr "-mips%d n'est pas supporté"
+
+#: config/mips/mips.c:4744
+#, c-format
+msgid "bad value (%s) for -mips switch"
+msgstr "valeur erronée (%s) pour l'option -mips"
+
+#: config/mips/mips.c:4763
+#, c-format
+msgid "bad value (%s) for -mabi= switch"
+msgstr "valeur erronée (%s) pour l'option -mabi"
+
+#: config/mips/mips.c:4793
+#, c-format
+msgid "-mabi=%s does not support -mips%d"
+msgstr "-mabi=%s ne supporte pas -mips%d"
+
+#: config/mips/mips.c:4810
+msgid "The -mabi=32 support does not work yet."
+msgstr "L'option -mabi=32 n'est pas fonctionnelle encore."
+
+#: config/mips/mips.c:4814
+msgid "This target does not support the -mabi switch."
+msgstr "Cette cible ne supporte pas l'option -mabi"
+
+#: config/mips/mips.c:4948
+#, c-format
+msgid "-mcpu=%s does not support -mips%d"
+msgstr "-mcpu=%s ne supporte par -mips%d"
+
+#: config/mips/mips.c:4955
+#, c-format
+msgid "-mips%d does not support 64 bit fp registers"
+msgstr "-mips%d ne supporte pas les registres FP de 64 bits"
+
+#: config/mips/mips.c:4961
+#, c-format
+msgid "-mips%d does not support 64 bit gp registers"
+msgstr "-mips%d ne supporte pas les registres GP de 64 bits"
+
+#: config/mips/mips.c:4982
+msgid "-G is incompatible with PIC code which is the default"
+msgstr "-G est incompatible avec le code PIC par défaut"
+
+#: config/mips/mips.c:4998
+msgid "-membedded-pic and -mabicalls are incompatible"
+msgstr "-membedded-pic et -mabicalls sont incompatibles"
+
+#: config/mips/mips.c:5001
+msgid "-G and -membedded-pic are incompatible"
+msgstr "-G et -membedded-pic sont incompatibles"
+
+#: config/mips/mips.c:5052
+#, c-format
+msgid "Invalid option `entry%s'"
+msgstr "option invalide `entry%s'"
+
+#: config/mips/mips.c:5055
+msgid "-mentry is only meaningful with -mips-16"
+msgstr "-mentry n'a de sens qu'avec -mips-16"
+
+#: config/mips/mips.c:5388
+#, c-format
+msgid "internal error: %%) found without a %%( in assembler pattern"
+msgstr "erreur interne: %%) trouvé sans %%( dans le patron d'aswsemblage"
+
+#: config/mips/mips.c:5402
+#, c-format
+msgid "internal error: %%] found without a %%[ in assembler pattern"
+msgstr "erreur interne: %%] trouvé sans %%[ dans le patron d'assemblage"
+
+#: config/mips/mips.c:5415
+#, c-format
+msgid "internal error: %%> found without a %%< in assembler pattern"
+msgstr "erreur interne: %%> trouvé sans %%< dans le patron d'assemblage"
+
+#: config/mips/mips.c:5428
+#, c-format
+msgid "internal error: %%} found without a %%{ in assembler pattern"
+msgstr "erreur interne: %%} trouvé sans %%{ dans le patron d'assemblage"
+
+#: config/mips/mips.c:5442
+#, c-format
+msgid "PRINT_OPERAND: Unknown punctuation '%c'"
+msgstr "PRINT_OPERAND: ponctuation '%c' inconnue"
+
+#: config/mips/mips.c:5451
+msgid "PRINT_OPERAND null pointer"
+msgstr "PRINT_OPERAND pointeur nul"
+
+#: config/mips/mips.c:5579
+#, c-format
+msgid "invalid use of %%d, %%x, or %%X"
+msgstr "utilisation invalide de %%d, %%x, ou %%X"
+
+#: config/mips/mips.c:5622
+msgid "PRINT_OPERAND_ADDRESS, null pointer"
+msgstr "PRINT_OPERAND_ADDRESS, pointeur nul"
+
+#: config/mips/mips.c:5826 f/com.c:14611 graph.c:421 java/jcf-parse.c:929
+#: java/jcf-parse.c:1065 java/lex.c:1726 objc/objc-act.c:733 profile.c:906
+#: profile.c:914 toplev.c:1875 toplev.c:2234
+#, c-format
+msgid "can't open %s"
+msgstr "ne peut ouvrir %s"
+
+#: config/mips/mips.c:5877
+msgid "MIPS ECOFF format does not allow changing filenames within functions with #line"
+msgstr "format MIPS ECOFF ne permet pas de changer le nom des fichiers à l'intérieur des fonction avec #line"
+
+#: config/mips/mips.c:6076
+#, c-format
+msgid "can't rewind %s"
+msgstr "ne peut rembobiner %s"
+
+#: config/mips/mips.c:6080
+#, c-format
+msgid "can't write to %s"
+msgstr "ne peut écrire dans %s"
+
+#: config/mips/mips.c:6083
+#, c-format
+msgid "can't read from %s"
+msgstr "ne peut lire de %s"
+
+#: config/mips/mips.c:6086 java/jcf-parse.c:605 java/jcf-write.c:3341
+#, c-format
+msgid "can't close %s"
+msgstr "ne peut fermer %s"
+
+#: config/mips/mips.c:6455
+#, c-format
+msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
+msgstr "gp_offset (%ld) ou end_offset (%ld) est plus petit que zéro."
+
+#: config/mips/mips.c:6673
+#, c-format
+msgid "fp_offset (%ld) or end_offset (%ld) is less than zero."
+msgstr "fp_offset (%ld) ou end_offset (%ld) est plus petit que zéro."
+
+#: config/mips/mips.c:8744
+#, c-format
+msgid "can not handle inconsistent calls to `%s'"
+msgstr "ne peut traiter des appels inconsistens à `%s'"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/mips/mips.h:335 config/mn10300/mn10300.h:64
+msgid "No default crt0.o"
+msgstr "Aucun défaut pour crt0.o"
+
+#: config/mips/mips.h:337
+msgid "Use 64-bit int type"
+msgstr "Utiliser le type int de 64 bits"
+
+#: config/mips/mips.h:339
+msgid "Use 64-bit long type"
+msgstr "Utiliser le type long de 64 bits"
+
+#: config/mips/mips.h:341
+msgid "Use 32-bit long type"
+msgstr "Utiliser le type long de 32 bits"
+
+#: config/mips/mips.h:343
+msgid "Optimize lui/addiu address loads"
+msgstr "Optimiser les chargements d'adresses lui/addiu"
+
+#: config/mips/mips.h:345
+msgid "Don't optimize lui/addiu address loads"
+msgstr "Ne pas optimiser les chargements d'adresses lui/addiu"
+
+#: config/mips/mips.h:347
+msgid "Use MIPS as"
+msgstr "Utiliser MIPS tel que"
+
+#: config/mips/mips.h:349
+msgid "Use GNU as"
+msgstr "Utiliser GNU tel que"
+
+#: config/mips/mips.h:351
+msgid "Use symbolic register names"
+msgstr "Utiliser les noms de registres symboliques"
+
+#: config/mips/mips.h:353
+msgid "Don't use symbolic register names"
+msgstr "Ne pas utiliser les noms de registres symboliques"
+
+#: config/mips/mips.h:355 config/mips/mips.h:357
+msgid "Use GP relative sdata/sbss sections"
+msgstr "Utiliser GP en mode relatif aux sections sdata/sbss"
+
+#: config/mips/mips.h:359 config/mips/mips.h:361
+msgid "Don't use GP relative sdata/sbss sections"
+msgstr "Ne pas utiliser GP en mode relatif aux sections sdata/sbss"
+
+#: config/mips/mips.h:363
+msgid "Output compiler statistics"
+msgstr "Afficher les statistiques de compilation"
+
+#: config/mips/mips.h:365
+msgid "Don't output compiler statistics"
+msgstr "Ne pas afficher les statistiques de compilation"
+
+#: config/mips/mips.h:367
+msgid "Don't optimize block moves"
+msgstr "Ne pas optimiser les déplacements de blocs"
+
+#: config/mips/mips.h:369
+msgid "Optimize block moves"
+msgstr "Optimiser les déplacements de blocs"
+
+#: config/mips/mips.h:371
+msgid "Use mips-tfile asm postpass"
+msgstr "Utiliser la post-passe de type mips-tfile de l'assembleur"
+
+#: config/mips/mips.h:373
+msgid "Don't use mips-tfile asm postpass"
+msgstr "Ne pas utiliser la post-passe de type mips-tfile de l'assembleur"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of triplets in braces,
+#. each triplet being { "NAME", VALUE, DOC }
+#. where VALUE is the bits to set or minus the bits to clear and DOC
+#. is the documentation for --help (NULL if intentionally undocumented).
+#. An empty string NAME is used to identify the default VALUE.
+#: config/mips/mips.h:377 config/pdp11/pdp11.h:55
+msgid "Use hardware floating point"
+msgstr "Utiliser l'unité matérielle en virgule flottante"
+
+#: config/mips/mips.h:379
+msgid "Use 64-bit FP registers"
+msgstr "Utiliser les registres FP de 64 bits"
+
+#: config/mips/mips.h:381
+msgid "Use 32-bit FP registers"
+msgstr "Utiliser les registres FP de 32 bits"
+
+#: config/mips/mips.h:383
+msgid "Use 64-bit general registers"
+msgstr "Utiliser les registres généraux de 64 bits"
+
+#: config/mips/mips.h:385
+msgid "Use 32-bit general registers"
+msgstr "Utiliser les registres généraux de 32 bits"
+
+#: config/mips/mips.h:387
+msgid "Use Irix PIC"
+msgstr "Utiliser le code PIC Irix"
+
+#: config/mips/mips.h:389
+msgid "Don't use Irix PIC"
+msgstr "Utiliser le code PIC Irix"
+
+#: config/mips/mips.h:391
+msgid "Use OSF PIC"
+msgstr "Utiliser le code PIC OSF"
+
+#: config/mips/mips.h:393
+msgid "Don't use OSF PIC"
+msgstr "Ne pas utiliser le code PIC OSF"
+
+#: config/mips/mips.h:395
+msgid "Use indirect calls"
+msgstr "Utiliser les appels indirects"
+
+#: config/mips/mips.h:397
+msgid "Don't use indirect calls"
+msgstr "Ne pas utiliser les appels indirects"
+
+#: config/mips/mips.h:399
+msgid "Use embedded PIC"
+msgstr "Utiliser le code PIC enchâssé"
+
+#: config/mips/mips.h:401
+msgid "Don't use embedded PIC"
+msgstr "Ne pas utiliser le code PIC enchâssé"
+
+#: config/mips/mips.h:403
+msgid "Use ROM instead of RAM"
+msgstr "Utiliser le ROM au lieu de la RAM"
+
+#: config/mips/mips.h:405
+msgid "Don't use ROM instead of RAM"
+msgstr "Ne pas utiliser le ROM au lieu de la RAM"
+
+#: config/mips/mips.h:407
+msgid "Put uninitialized constants in ROM (needs -membedded-data)"
+msgstr "Placer les constantes non itialisées dans le ROM (a besoin de -membedded-data)"
+
+#: config/mips/mips.h:409
+msgid "Don't put uninitialized constants in ROM"
+msgstr "Ne pas placer les constantes non itialisées dans le ROM (a besoin de -membedded-data)"
+
+#: config/mips/mips.h:411
+msgid "Use big-endian byte order"
+msgstr "Utiliser l'ordre des octets pour système à octets de poids fort"
+
+#: config/mips/mips.h:413
+msgid "Use little-endian byte order"
+msgstr "Utiliser l'ordre des octets pour système à octets de poids faible"
+
+#: config/mips/mips.h:415
+msgid "Use single (32-bit) FP only"
+msgstr "Utiliser un simple FP (32 bits) seulement"
+
+#: config/mips/mips.h:417
+msgid "Don't use single (32-bit) FP only"
+msgstr "Ne pas utiliser un simple FP (32 bits) seulement"
+
+#: config/mips/mips.h:419
+msgid "Use multiply accumulate"
+msgstr "Utiliser les multiplications par accumulations"
+
+#: config/mips/mips.h:421
+msgid "Don't use multiply accumulate"
+msgstr "Ne pas utiliser les multiplications par accumulations"
+
+#: config/mips/mips.h:423
+msgid "Work around early 4300 hardware bug"
+msgstr "Contourner le bug matériel des premiers 4300"
+
+#: config/mips/mips.h:425
+msgid "Don't work around early 4300 hardware bug"
+msgstr "Ne pas contourner le bug matériel des premiers 4300"
+
+#: config/mips/mips.h:427
+msgid "Optimize for 4650"
+msgstr "Optimiser pour le 4650"
+
+#: config/mips/mips.h:429
+msgid "Optimize for 3900"
+msgstr "Optimiser pour le 3900"
+
+#: config/mips/mips.h:431
+msgid "Trap on integer divide by zero"
+msgstr "Intercepter les divisions par zéros sur des entiers"
+
+#: config/mips/mips.h:433
+msgid "Don't trap on integer divide by zero"
+msgstr "Ne pas intercepter les divisions par zéros sur des entiers"
+
+#: config/mips/mips.h:435
+msgid "Trap on integer divide overflow"
+msgstr "Intercepter les débordements lors de divisions avec des entiers"
+
+#: config/mips/mips.h:437
+msgid "Don't trap on integer divide overflow"
+msgstr "Ne pas intercepter les débordement lors de divisions avec des entiers"
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of
+#. command options that have values. Its definition is an
+#. initializer with a subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the
+#. fixed part of the option name, and the address of a variable.
+#. The variable, type `char *', is set to the variable part of the
+#. given option if the fixed part matches. The actual option name
+#. is made by appending `-m' to the specified name.
+#.
+#. Here is an example which defines `-mshort-data-NUMBER'. If the
+#. given option is `-mshort-data-512', the variable `m88k_short_data'
+#. will be set to the string `"512"'.
+#.
+#. extern char *m88k_short_data;
+#. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
+#: config/mips/mips.h:562
+msgid "Specify CPU for scheduling purposes"
+msgstr "Spécifier le CPU pour les besoins de cédulage"
+
+#: config/mips/mips.h:564
+msgid "Specify MIPS ISA"
+msgstr "Spécifier MIPS ISA"
+
+#: config/mips/mips.h:566
+msgid "Use mips16 entry/exit psuedo ops"
+msgstr "Utiliser les pseudo-op mips16 d'entrée/sortie"
+
+#: config/mips/mips.h:568
+msgid "Don't use MIPS16 instructions"
+msgstr "Ne pas utiliser les instructions MIPS16"
+
+#. Output assembler code to FILE to increment profiler label # LABELNO
+#. for profiling a function entry.
+#: config/mips/mips.h:2592
+msgid "mips16 function profiling"
+msgstr "profilage de fonction mips16"
+
+#: config/mn10300/mn10300.h:59
+msgid "Work around hardware multiply bug"
+msgstr "Contourner le bug matériel de la multiplication"
+
+#: config/mn10300/mn10300.h:60
+msgid "Do not work around hardware multiply bug"
+msgstr "Ne pas contourner le bug matériel de la multiplication"
+
+#: config/mn10300/mn10300.h:61
+msgid "Target the AM33 processor"
+msgstr "Cible le processeur AM33"
+
+#: config/nextstep.c:65
+msgid "optimization turned on"
+msgstr "optimisation activée"
+
+#: config/nextstep.c:71
+msgid "optimization turned off"
+msgstr "optimisation désactivée"
+
+#: config/nextstep.c:80
+msgid "optimization level restored"
+msgstr "niveau d'optimisation restauré"
+
+#: config/ns32k/ns32k.h:104
+msgid "Don't use hardware fp"
+msgstr "Ne pas utiliser le FP matériel"
+
+#: config/ns32k/ns32k.h:105
+msgid "Alternative calling convention"
+msgstr "Convention alternative d'appels"
+
+#: config/ns32k/ns32k.h:107
+msgid "Pass some arguments in registers"
+msgstr "Passer quelques arguments par les registres"
+
+#: config/ns32k/ns32k.h:108
+msgid "Pass all arguments on stack"
+msgstr "PAsser tous les arguments par la pile"
+
+#: config/ns32k/ns32k.h:109
+msgid "Optimize for 32532 cpu"
+msgstr "Optimiser pour le CPU 32532"
+
+#: config/ns32k/ns32k.h:110
+msgid "Optimize for 32332 cpu"
+msgstr "Optimiser pour le CPU 32332"
+
+#: config/ns32k/ns32k.h:112
+msgid "Optimize for 32032"
+msgstr "Optimiser pour le 32022"
+
+#: config/ns32k/ns32k.h:114
+msgid "Register sb is zero. Use for absolute addressing"
+msgstr "Registre sb est zéro. Utilisé pour l'adressage absolu"
+
+#: config/ns32k/ns32k.h:115
+msgid "Do not use register sb"
+msgstr "Ne pas utiliser le registre sb"
+
+#: config/ns32k/ns32k.h:116
+msgid "Do not use bitfield instructions"
+msgstr "Ne pas utiliser les instructions de champ de bits"
+
+#: config/ns32k/ns32k.h:117
+msgid "Use bitfield instructions"
+msgstr "Utiliser les instructions de champ de bits"
+
+#: config/ns32k/ns32k.h:118
+msgid "Generate code for high memory"
+msgstr "Générer du code pour la partie haute de la mémoire"
+
+#: config/ns32k/ns32k.h:119
+msgid "Generate code for low memory"
+msgstr "Générer du code pour la partie basse de la mémoire"
+
+#: config/ns32k/ns32k.h:120
+msgid "32381 fpu"
+msgstr "FPU 32381"
+
+#: config/ns32k/ns32k.h:121
+msgid "Use multiply-accumulate fp instructions"
+msgstr "Utiliser les instructions FP de multiplications avec accumulations"
+
+#: config/ns32k/ns32k.h:123
+msgid "Do not use multiply-accumulate fp instructions"
+msgstr "Ne pas utiliser les instructions FP de multiplications avec accumulations"
+
+#: config/ns32k/ns32k.h:124 MRO
+msgid "\"Small register classes\" kludge"
+msgstr "\"Petites classes de registres\" kludge"
+
+#: config/ns32k/ns32k.h:125 MRO
+msgid "No \"Small register classes\" kludge"
+msgstr "Pas de \"Petites classes de registres\" kludge"
+
+#: config/pa/pa.c:135
+#, c-format
+msgid ""
+"Unknown -mschedule= option (%s).\n"
+"Valid options are 700, 7100, 7100LC, 7200, and 8000\n"
+msgstr ""
+"Option -mschedule= (%s) inconnue.\n"
+"Les options valides sont 700, 7100, 7100LC, 7200, et 8000\n"
+
+#: config/pa/pa.c:160
+#, c-format
+msgid ""
+"Unknown -march= option (%s).\n"
+"Valid options are 1.0, 1.1, and 2.0\n"
+msgstr ""
+"Option -march= (%s) inconnue.\n"
+"Les options valides sont 1.0, 1.1, et 2.0\n"
+
+#: config/pa/pa.c:165
+msgid "PIC code generation is not supported in the portable runtime model\n"
+msgstr "La génération de code PIC n'est pas supportée dans le modèle portable d'exécution\n"
+
+#: config/pa/pa.c:170
+msgid "PIC code generation is not compatible with fast indirect calls\n"
+msgstr "La génération de code PIC n'est pas compatible avec les appels indirects rapides.\n"
+
+#: config/pa/pa.c:175
+msgid "PIC code generation is not compatible with profiling\n"
+msgstr "La génération de code PIC n'est pas compatible avec le profilage.\n"
+
+#: config/pa/pa.c:180
+msgid "-g is only supported when using GAS on this processor,"
+msgstr "L'option -g est seulement supportée lorsque GAS est utilisé sur ce processeur,"
+
+#: config/pa/pa.c:181
+msgid "-g option disabled."
+msgstr "L'option -g est désactivée."
+
+#: config/pdp11/pdp11.h:56
+msgid "Do not use hardware floating point"
+msgstr "Ne pas utiliser le matériel pour virgule flottante"
+
+#. return float result in ac0
+#: config/pdp11/pdp11.h:58
+msgid "Return floating point results in ac0"
+msgstr "Le résultat retourné en virgule flottante se retrouve dans AC0."
+
+#: config/pdp11/pdp11.h:59
+msgid "Return floating point results in memory"
+msgstr "Le résultat retourné en virgule flottante se retrouve en mémoire."
+
+#. is 11/40
+#: config/pdp11/pdp11.h:61
+msgid "Generate code for an 11/40"
+msgstr "Générer du code pour un 11/40"
+
+#. is 11/45
+#: config/pdp11/pdp11.h:64
+msgid "Generate code for an 11/45"
+msgstr "Générer du code pour un 11/45"
+
+#. is 11/10
+#: config/pdp11/pdp11.h:67
+msgid "Generate code for an 11/10"
+msgstr "Générer du code pour un 11/10"
+
+#. use movstrhi for bcopy
+#. use 32 bit for int
+#: config/pdp11/pdp11.h:72 config/pdp11/pdp11.h:73
+msgid "Use 32 bit int"
+msgstr "Utiliser des int de 32 bits"
+
+#: config/pdp11/pdp11.h:74 config/pdp11/pdp11.h:75
+msgid "Use 16 bit int"
+msgstr "Utiliser des int de 16 bits"
+
+#. use 32 bit for float
+#: config/pdp11/pdp11.h:77 config/pdp11/pdp11.h:78
+msgid "Use 32 bit float"
+msgstr "Utiliser des flottants de 32 bits"
+
+#: config/pdp11/pdp11.h:79 config/pdp11/pdp11.h:80
+msgid "Use 64 bit float"
+msgstr "Utiliser des flottants de 64 bits"
+
+#. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
+#. is branching expensive - on a PDP, it's actually really cheap
+#. this is just to play around and check what code gcc generates
+#. split instruction and data memory?
+#: config/pdp11/pdp11.h:89
+msgid "Target has split I&D"
+msgstr "Cible a un I&D séparé"
+
+#: config/pdp11/pdp11.h:90
+msgid "Target does not have split I&D"
+msgstr "Cible n'a pas un I&D séparé"
+
+#. UNIX assembler syntax?
+#: config/pdp11/pdp11.h:92
+msgid "Use UNIX assembler syntax"
+msgstr "Utliser la syntaxe de l'assembleur UNIX"
+
+#: config/pdp11/pdp11.h:93
+msgid "Use DEC assembler syntax"
+msgstr "Utliser la syntaxe de l'assembleur DEC"
+
+#: config/pj/pj.h:73
+msgid "Generate little endian data"
+msgstr "Générer des données pour systèmes à octets de poids faible"
+
+#: config/pj/pj.h:75
+msgid "Generate big endian data"
+msgstr "Générer des données pour systèmes à octets de poids fort"
+
+#: config/pj/pj.h:77
+msgid "Turn on maintainer testing code"
+msgstr "Mettre en marche le code d'entretien de mise au point"
+
+#: config/pj/pj.h:79
+msgid "Enable Transmeta picoJava extensions"
+msgstr "Autoriser les extensions Transmeta picoJava"
+
+#: config/pj/pj.h:81
+msgid "Disable Transmeta picoJava extensions"
+msgstr "Interdire les extensions Transmeta picoJava"
+
+#: config/pj/pj.h:83
+msgid "Disable reorganization pass"
+msgstr "Désactiver la passe de réorganisation"
+
+#: config/romp/romp.c:674
+#, c-format
+msgid "invalid %%B value"
+msgstr "valeur %%B invalide"
+
+#: config/romp/romp.c:701 config/rs6000/rs6000.c:4106
+#, c-format
+msgid "invalid %%S value"
+msgstr "valeur %%S invalide"
+
+#: config/romp/romp.c:710 config/romp/romp.c:717
+#, c-format
+msgid "invalid %%b value"
+msgstr "valeur %%b invalide"
+
+#: config/romp/romp.c:738 config/romp/romp.c:745
+#, c-format
+msgid "invalid %%H value"
+msgstr "valeur %%H invalide"
+
+#: config/romp/romp.c:757 config/romp/romp.c:768
+#, c-format
+msgid "invalid %%z value"
+msgstr "valeur %%z invalide"
+
+#: config/romp/romp.c:776 config/romp/romp.c:784
+#, c-format
+msgid "invalid %%Z value"
+msgstr "valeur %%Z invalide"
+
+#: config/romp/romp.c:791 config/romp/romp.c:800 config/romp/romp.c:807
+#: config/rs6000/rs6000.c:3888
+#, c-format
+msgid "invalid %%k value"
+msgstr "valeur %%k invalide"
+
+#: config/romp/romp.c:892 config/romp/romp.c:935
+#, c-format
+msgid "invalid %%j value"
+msgstr "valeur %%j invalide"
+
+#. Perform any needed actions needed for a function that is receiving a
+#. variable number of arguments.
+#.
+#. CUM is as above.
+#.
+#. MODE and TYPE are the mode and type of the current parameter.
+#.
+#. PRETEND_SIZE is a variable that should be set to the amount of stack
+#. that must be pushed by the prolog to pretend that our caller pushed
+#. it.
+#.
+#. Normally, this macro will push all remaining incoming registers on the
+#. stack and set PRETEND_SIZE to the length of the registers pushed.
+#: config/romp/romp.h:661
+msgid "can't have varargs with -mfp-arg-in-fp-regs"
+msgstr "ne peut avoir varargs avec -mfp-arg-in-fp-regs"
+
+#: config/rs6000/aix.h:303 config/rs6000/beos.h:30
+msgid "Always pass floating-point arguments in memory"
+msgstr "Toujours passer des arguments en virgule flottante en mémoire"
+
+#: config/rs6000/aix.h:305 config/rs6000/beos.h:32
+msgid "Don't always pass floating-point arguments in memory"
+msgstr "Na pas toujours passer des arguments en virgule flottante en mémoire"
+
+#: config/rs6000/aix41.h:28 config/rs6000/aix43.h:32 config/rs6000/aix51.h:32
+msgid "Support message passing with the Parallel Environment"
+msgstr "Supporter le passage de messages dans un environnement parallèle"
+
+#: config/rs6000/aix43.h:28 config/rs6000/aix51.h:28
+msgid "Compile for 64-bit pointers"
+msgstr "Compiler pour des pointeurs de 64 bits"
+
+#: config/rs6000/aix43.h:30 config/rs6000/aix51.h:30
+msgid "Compile for 32-bit pointers"
+msgstr "Compiler pour des pointeurs de 32 bits"
+
+#: config/rs6000/aix43.h:49 config/rs6000/aix51.h:49
+msgid "-maix64 and POWER architecture are incompatible."
+msgstr "-maix64 et architecture POWER sont incompatibles."
+
+#: config/rs6000/aix43.h:54 config/rs6000/aix51.h:54
+msgid "-maix64 requires PowerPC64 architecture remain enabled."
+msgstr "-maix64 requiert une architecture PowerPC64 qui reste sélectionnée."
+
+#: config/rs6000/aix43.h:58 config/rs6000/aix51.h:58
+msgid "-maix64 required: 64-bit computation with 32-bit addressing not yet supported."
+msgstr "-maix64 requis: calcul en 64 bits avec un adressage de 32 bits n'est pas encore supporté."
+
+#: config/rs6000/rs6000.c:341
+msgid "-mmultiple is not supported on little endian systems"
+msgstr "-mmultiple n'est pas supporté sur des système à octets de poids faible"
+
+#: config/rs6000/rs6000.c:348
+msgid "-mstring is not supported on little endian systems"
+msgstr "-mstring n'est pas supporté sur des système à octets de poids faible"
+
+#: config/rs6000/rs6000.c:354
+#, c-format
+msgid "-f%s ignored for AIX (all code is position independent)"
+msgstr "-f%s ignoré pour AIX (tout le code est indépendant de la position)"
+
+#: config/rs6000/rs6000.c:362
+msgid "-ffunction-sections disabled on AIX when debugging"
+msgstr "-ffunction-sections désactivé sur AIX lors de la mise au point"
+
+#: config/rs6000/rs6000.c:368
+msgid "-fdata-sections not supported on AIX"
+msgstr "-fdata-sections n'est pas supporté sur AIX"
+
+#: config/rs6000/rs6000.c:382
+#, c-format
+msgid "Unknown -mdebug-%s switch"
+msgstr "Option -mdebug-%s inconnue"
+
+#: config/rs6000/rs6000.c:3815
+#, c-format
+msgid "invalid %%f value"
+msgstr "valeur %%f invalide"
+
+#: config/rs6000/rs6000.c:3824
+#, c-format
+msgid "invalid %%F value"
+msgstr "valeur %%F invalide"
+
+#: config/rs6000/rs6000.c:3833
+#, c-format
+msgid "invalid %%G value"
+msgstr "valeur %%G invalide"
+
+#: config/rs6000/rs6000.c:3868
+#, c-format
+msgid "invalid %%j code"
+msgstr "valeur %%j invalide"
+
+#: config/rs6000/rs6000.c:3878
+#, c-format
+msgid "invalid %%J code"
+msgstr "valeur %%J invalide"
+
+#: config/rs6000/rs6000.c:3908
+#, c-format
+msgid "invalid %%K value"
+msgstr "valeur %%K invalide"
+
+#: config/rs6000/rs6000.c:4032
+#, c-format
+msgid "invalid %%p value"
+msgstr "valeur %%p invalide"
+
+#: config/rs6000/rs6000.c:4069
+#, c-format
+msgid "invalid %%q value"
+msgstr "valeur %%q invalide"
+
+#: config/rs6000/rs6000.c:4132
+#, c-format
+msgid "%%S computed all 1's mask"
+msgstr "%%S calculé avec un masque que uns"
+
+#: config/rs6000/rs6000.c:4159
+#, c-format
+msgid "%%S computed all 0's mask"
+msgstr "%%S calculé avec un masque de zéros"
+
+#: config/rs6000/rs6000.c:4169
+#, c-format
+msgid "invalid %%T value"
+msgstr "valeur %%T invalide"
+
+#: config/rs6000/rs6000.c:4179
+#, c-format
+msgid "invalid %%u value"
+msgstr "valeur %%u invalide"
+
+#: config/rs6000/rs6000.c:4188
+#, c-format
+msgid "invalid %%v value"
+msgstr "valeur %%v invalide"
+
+#: config/rs6000/rs6000.c:4261
+#, c-format
+msgid "invalid %%W value"
+msgstr "valeur %%W invalide"
+
+#. Run-time compilation parameters selecting different hardware subsets.
+#.
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/rs6000/rs6000.h:253
+msgid "Use POWER instruction set"
+msgstr "Utiliser le jeu d'instructions du POWER"
+
+#: config/rs6000/rs6000.h:256
+msgid "Use POWER2 instruction set"
+msgstr "Utiliser le jeu d'instructions du POWER2"
+
+#: config/rs6000/rs6000.h:258
+msgid "Do not use POWER2 instruction set"
+msgstr "Ne pas utiliser le jeu d'instructions du POWER2"
+
+#: config/rs6000/rs6000.h:261
+msgid "Do not use POWER instruction set"
+msgstr "Ne pas utiliser le jeu d'instructions du POWER"
+
+#: config/rs6000/rs6000.h:263
+msgid "Use PowerPC instruction set"
+msgstr "Utiliser le jeu d'instructions du PowerPC"
+
+#: config/rs6000/rs6000.h:266
+msgid "Do not use PowerPC instruction set"
+msgstr "Ne pas utiliser le jeu d'instructions du PowerPC"
+
+#: config/rs6000/rs6000.h:268 MRO
+msgid "Use PowerPC General Purpose group optional instructions"
+msgstr "Utiliser le groupe d'instructions optionnelles d'utilité général du PowerPC"
+
+#: config/rs6000/rs6000.h:270
+msgid "Don't use PowerPC General Purpose group optional instructions"
+msgstr "Ne pas utiliser le groupe d'instructions optionnelles d'utilité général du PowerPC"
+
+#: config/rs6000/rs6000.h:272
+msgid "Use PowerPC Graphics group optional instructions"
+msgstr "Utiliser le groupe d'instructions graphiques optionnelles du PowerPC"
+
+#: config/rs6000/rs6000.h:274
+msgid "Don't use PowerPC Graphics group optional instructions"
+msgstr "Ne pas utiliser le groupe d'instructions graphiques optionnelles du PowerPC"
+
+#: config/rs6000/rs6000.h:276
+msgid "Use PowerPC-64 instruction set"
+msgstr "Utiliser le jeu d'instructions du PowerPC-64"
+
+#: config/rs6000/rs6000.h:278
+msgid "Don't use PowerPC-64 instruction set"
+msgstr "Ne pas utiliser le jeu d'instructions du PowerPC-64"
+
+#: config/rs6000/rs6000.h:280
+msgid "Use new mnemonics for PowerPC architecture"
+msgstr "Utiliser les nouvelles mnémoniques pour l'architecture du PowerPC"
+
+#: config/rs6000/rs6000.h:282
+msgid "Use old mnemonics for PowerPC architecture"
+msgstr "Utiliser les anciennes mnémoniques pour l'architecture du PowerPC"
+
+#: config/rs6000/rs6000.h:285
+msgid "Put everything in the regular TOC"
+msgstr "Place tout dans le TOC régulier"
+
+#: config/rs6000/rs6000.h:287
+msgid "Place floating point constants in TOC"
+msgstr "Placer les constantes en virgule flottante dans le TOC"
+
+#: config/rs6000/rs6000.h:289
+msgid "Don't place floating point constants in TOC"
+msgstr "Ne pas placer les constantes en virgule flottante dans le TOC"
+
+#: config/rs6000/rs6000.h:291
+msgid "Place symbol+offset constants in TOC"
+msgstr "Placer les constantes symboles+décalages dans le TOC"
+
+#: config/rs6000/rs6000.h:293
+msgid "Don't place symbol+offset constants in TOC"
+msgstr "Ne pas placer les constantes symboles+décalages dans le TOC"
+
+#: config/rs6000/rs6000.h:299
+msgid "Place variable addresses in the regular TOC"
+msgstr "Placer les adresses variables dans un TOC régulier"
+
+#: config/rs6000/rs6000.h:305
+msgid "Generate load/store multiple instructions"
+msgstr "Générer les instructions multiples de chargement/stockage"
+
+#: config/rs6000/rs6000.h:307
+msgid "Do not generate load/store multiple instructions"
+msgstr "Ne pas générer les instructions multiples de chargement/stockage"
+
+#: config/rs6000/rs6000.h:311
+msgid "Generate string instructions for block moves"
+msgstr "Générer les instructions chaînes pour les déplacements de blocs"
+
+#: config/rs6000/rs6000.h:313
+msgid "Do not generate string instructions for block moves"
+msgstr "Ne pas générer les instructions chaînes pour les déplacements de blocs"
+
+#: config/rs6000/rs6000.h:317
+msgid "Generate load/store with update instructions"
+msgstr "Générer les instructions de mise à jour de chargement/stockage"
+
+#: config/rs6000/rs6000.h:319
+msgid "Do not generate load/store with update instructions"
+msgstr "Ne pas générer les instructions de mise à jour de chargement/stockage"
+
+#: config/rs6000/rs6000.h:321
+msgid "Generate fused multiply/add instructions"
+msgstr "Générer des instructions fusionnés de multiplication/addition"
+
+#: config/rs6000/rs6000.h:323
+msgid "Don't generate fused multiply/add instructions"
+msgstr "Ne pas générer des instructions fusionnés de multiplication/addition"
+
+#: config/rs6000/rs6000.h:327
+msgid "Don't schedule the start and end of the procedure"
+msgstr "Ne pas çéduler le début et la fin de la procédure"
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of
+#. command options that have values. Its definition is an
+#. initializer with a subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the
+#. fixed part of the option name, and the address of a variable.
+#. The variable, type `char *', is set to the variable part of the
+#. given option if the fixed part matches. The actual option name
+#. is made by appending `-m' to the specified name.
+#.
+#. Here is an example which defines `-mshort-data-NUMBER'. If the
+#. given option is `-mshort-data-512', the variable `m88k_short_data'
+#. will be set to the string `"512"'.
+#.
+#. extern char *m88k_short_data;
+#. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
+#: config/rs6000/rs6000.h:400 config/sparc/sparc.h:708
+msgid "Use features of and schedule code for given CPU"
+msgstr "Utiliser les options et çéduler le code pour le CPU donné"
+
+#: config/rs6000/rs6000.h:403
+msgid "Enable debug output"
+msgstr "Autoriser la sortie lors de la mise au point"
+
+#. Definitions for __builtin_return_address and __builtin_frame_address.
+#. __builtin_return_address (0) should give link register (65), enable
+#. this.
+#. This should be uncommented, so that the link register is used, but
+#. currently this would result in unmatched insns and spilling fixed
+#. registers so we'll leave it for another day. When these problems are
+#. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
+#. (mrs)
+#. #define RETURN_ADDR_IN_PREVIOUS_FRAME
+#. Number of bytes into the frame return addresses can be found. See
+#. rs6000_stack_info in rs6000.c for more information on how the different
+#. abi's store the return address.
+#: config/rs6000/rs6000.h:1654
+msgid "RETURN_ADDRESS_OFFSET not supported"
+msgstr "RETURN_ADDRESS_OFFSET n'est pas supporté"
+
+#: config/rs6000/sysv4.h:88
+msgid "Select ABI calling convention."
+msgstr "Sélectionner la convention d'appel ABI"
+
+#: config/rs6000/sysv4.h:89
+msgid "Select method for sdata handling."
+msgstr "Sélectionner la méthode de traitement sdata"
+
+#: config/rs6000/sysv4.h:104
+msgid "Align to the base type of the bitfield."
+msgstr "Aligner à la base du type du champ de bits."
+
+#: config/rs6000/sysv4.h:106
+msgid "Don't align to the base type of the bitfield."
+msgstr "Ne pas aligner à la base du type du champ de bits"
+
+#: config/rs6000/sysv4.h:108
+msgid "Don't assume that unaligned accesses are handled by the system"
+msgstr "Ne pas assumer que les accès non alignées sont traités par le système"
+
+#: config/rs6000/sysv4.h:110
+msgid "Assume that unaligned accesses are handled by the system"
+msgstr "Assumer que les accès non alignées sont traités par le système"
+
+#: config/rs6000/sysv4.h:112 config/rs6000/sysv4.h:116
+msgid "Produce code relocatable at runtime."
+msgstr "Produire du code relocalisable au moment de l'exécution"
+
+#: config/rs6000/sysv4.h:114 config/rs6000/sysv4.h:118
+msgid "Don't produce code relocatable at runtime."
+msgstr "Ne pas produire du code relocalisable au moment de l'exécution"
+
+#: config/rs6000/sysv4.h:120 config/rs6000/sysv4.h:122
+msgid "Produce little endian code."
+msgstr "Produire du code pour système à octets de poids faible"
+
+#: config/rs6000/sysv4.h:124 config/rs6000/sysv4.h:126
+msgid "Produce big endian code."
+msgstr "Produire du code pour système à octets de poids fort"
+
+#: config/rs6000/sysv4.h:130 config/sparc/linux.h:84
+#: config/sparc/linux64.h:140
+msgid "Use 128 bit long doubles"
+msgstr "Utiliser des longs doubles de 128 bits"
+
+#: config/rs6000/sysv4.h:131 config/rs6000/sysv4.h:132
+#: config/rs6000/sysv4.h:133 config/rs6000/sysv4.h:134
+#: config/rs6000/sysv4.h:135 config/rs6000/sysv4.h:136
+#: config/rs6000/sysv4.h:143 config/rs6000/sysv4.h:144
+#: config/rs6000/sysv4.h:155 config/rs6000/sysv4.h:156
+#: config/rs6000/sysv4.h:157 config/rs6000/sysv4.h:159
+msgid "no description yet"
+msgstr "aucune description encore"
+
+#: config/rs6000/sysv4.h:137
+msgid "Use EABI."
+msgstr "Utilise EABI"
+
+#: config/rs6000/sysv4.h:138
+msgid "Don't use EABI."
+msgstr "Ne pas utilise EABI"
+
+#: config/rs6000/sysv4.h:140
+msgid "Use alternate register names."
+msgstr "Utiliser les noms de registres alternatifs."
+
+#: config/rs6000/sysv4.h:142
+msgid "Don't use alternate register names."
+msgstr "Ne pas utiliser les noms de registres alternatifs."
+
+#: config/rs6000/sysv4.h:146
+msgid "Link with libsim.a, libc.a and sim-crt0.o."
+msgstr "Faire l'édition de liens avec libsim.a, libc.a et sim-crt0.o."
+
+#: config/rs6000/sysv4.h:148
+msgid "Link with libads.a, libc.a and crt0.o."
+msgstr "Faire l'édition de liens avec libads.a, libc.a and crt0.o."
+
+#: config/rs6000/sysv4.h:150
+msgid "Link with libyk.a, libc.a and crt0.o."
+msgstr "Faire l'édition de liens avec libyk.a, libc.a and crt0.o."
+
+#: config/rs6000/sysv4.h:152
+msgid "Link with libmvme.a, libc.a and crt0.o."
+msgstr "Faire l'édition de liens avec libmvme.a, libc.a and crt0.o."
+
+#: config/rs6000/sysv4.h:154
+msgid "Set the PPC_EMB bit in the ELF flags header"
+msgstr "Initialiser le bit PPC_EMB bit dans l'en-tête des fanions ELF"
+
+#. Sometimes certain combinations of command options do not make sense
+#. on a particular target machine. You can define a macro
+#. `OVERRIDE_OPTIONS' to take account of this. This macro, if
+#. defined, is executed once just after all the command options have
+#. been parsed.
+#.
+#. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
+#. get control.
+#: config/rs6000/sysv4.h:205
+#, c-format
+msgid "Bad value for -mcall-%s"
+msgstr "Valeur erronée pour -mcall-%s"
+
+#: config/rs6000/sysv4.h:221
+#, c-format
+msgid "Bad value for -msdata=%s"
+msgstr "Valeur erronée pour -msdata=%s"
+
+#: config/rs6000/sysv4.h:238
+#, c-format
+msgid "-mrelocatable and -msdata=%s are incompatible."
+msgstr "-mrelocatable et -msdata=%s sont incompatibles."
+
+#: config/rs6000/sysv4.h:246
+#, c-format
+msgid "-f%s and -msdata=%s are incompatible."
+msgstr "-f%s et -msdata=%s sont incompatibles."
+
+#: config/rs6000/sysv4.h:255
+#, c-format
+msgid "-msdata=%s and -mcall-%s are incompatible."
+msgstr "-msdata=%s et -mcall-%s sont incompatibles."
+
+#: config/rs6000/sysv4.h:262
+msgid "-mrelocatable and -mno-minimal-toc are incompatible."
+msgstr "-mrelocatable et -mno-minimal-toc sont incompatibles."
+
+#: config/rs6000/sysv4.h:268
+#, c-format
+msgid "-mrelocatable and -mcall-%s are incompatible."
+msgstr "-mrelocatable et -mcall-%s sont incompatibles."
+
+#: config/rs6000/sysv4.h:275
+#, c-format
+msgid "-fPIC and -mcall-%s are incompatible."
+msgstr "-fPIC et -mcall-%s sont incompatibles."
+
+#: config/rs6000/sysv4.h:282
+msgid "-mcall-aixdesc must be big endian"
+msgstr "-mcall-aixdesc doit être pour un système à octets de poids fort"
+
+#: config/sparc/sp64-elf.h:84 config/sparc/splet.h:29
+msgid "Generate code for big endian"
+msgstr "Générer du code pour un système à octets de poids fort"
+
+#: config/sparc/sp64-elf.h:85 config/sparc/splet.h:30
+msgid "Generate code for little endian"
+msgstr "Générer du code pour un système à octets de poids faible"
+
+#: config/sparc/sp86x-aout.h:53 config/sparc/sp86x-elf.h:66
+msgid "Use little-endian byte order for data"
+msgstr "Utiliser l'ordre des octets de poids faible pour les données"
+
+#: config/sparc/sparc.c:253
+#, c-format
+msgid "%s is not supported by this configuration"
+msgstr "%s n'est pas supporté par cette configuration"
+
+#: config/sparc/sparc.c:260
+msgid "-mlong-double-64 not allowed with -m64"
+msgstr "-mlong-double-64 n'est pas permis avec -m64"
+
+#: config/sparc/sparc.c:280
+#, c-format
+msgid "bad value (%s) for -mcmodel= switch"
+msgstr "valeur erronée (%s) pour l'opton -mcmodel="
+
+#: config/sparc/sparc.c:285
+msgid "-mcmodel= is not supported on 32 bit systems"
+msgstr "-mcmodel= n'est pas supporté sur les systèmes de 32 bits"
+
+#: config/sparc/sparc.c:366
+msgid "profiling does not support code models other than medlow"
+msgstr "profilage ne supporte pas le code pour les modèles autre que medlow"
+
+#: config/sparc/sparc.c:5712 config/sparc/sparc.c:5718
+#, c-format
+msgid "Invalid %%Y operand"
+msgstr "Opérande %%Y invalide"
+
+#: config/sparc/sparc.c:5788
+#, c-format
+msgid "Invalid %%A operand"
+msgstr "Opérande %%Y invalide"
+
+#: config/sparc/sparc.c:5798
+#, c-format
+msgid "Invalid %%B operand"
+msgstr "Opérande %%Y invalide"
+
+#: config/sparc/sparc.c:5837
+#, c-format
+msgid "Invalid %%c operand"
+msgstr "Opérande %%c invalide"
+
+#: config/sparc/sparc.c:5838
+#, c-format
+msgid "Invalid %%C operand"
+msgstr "Opérande %%C invalide"
+
+#: config/sparc/sparc.c:5859
+#, c-format
+msgid "Invalid %%d operand"
+msgstr "Opérande %%d invalide"
+
+#: config/sparc/sparc.c:5860
+#, c-format
+msgid "Invalid %%D operand"
+msgstr "Opérande %%D invalide"
+
+#: config/sparc/sparc.c:5878
+#, c-format
+msgid "Invalid %%f operand"
+msgstr "Opérande %%f invalide"
+
+#: config/sparc/sparc.c:5928
+msgid "long long constant not a valid immediate operand"
+msgstr "constante long long n'est pas une opérande immédiate valide"
+
+#: config/sparc/sparc.c:5931
+msgid "floating point constant not a valid immediate operand"
+msgstr "constante en virgule flottante n'est pas une opérande immédiate valide"
+
+#. To make profiling work with -f{pic,PIC}, we need to emit the profiling
+#. code into the rtl. Also, if we are profiling, we cannot eliminate
+#. the frame pointer (because the return address will get smashed).
+#: config/sparc/sparc.h:403
+#, c-format
+msgid "%s and profiling conflict: disabling %s"
+msgstr "%s avec des conflit de profilage: désactivation de %s"
+
+#: config/sparc/sparc.h:587
+msgid "Use FUNCTION_EPILOGUE"
+msgstr "Utiliser FUNCTION_EPILOGUE"
+
+#: config/sparc/sparc.h:589
+msgid "Do not use FUNCTION_EPILOGUE"
+msgstr "Ne pas utiliser FUNCTION_EPILOGUE"
+
+#: config/sparc/sparc.h:591
+msgid "Assume possible double misalignment"
+msgstr "Assumer un mauvais alignement possible des doubles"
+
+#: config/sparc/sparc.h:593
+msgid "Assume all doubles are aligned"
+msgstr "Assumer que tous les doubles sont alignés"
+
+#: config/sparc/sparc.h:595
+msgid "Pass -assert pure-text to linker"
+msgstr "Passer -assert pure-text à l'éditeur de liens"
+
+#: config/sparc/sparc.h:597
+msgid "Do not pass -assert pure-text to linker"
+msgstr "Ne pas passer -assert pure-text à l'éditeur de liens"
+
+#: config/sparc/sparc.h:599 MRO
+msgid "Use flat register window model"
+msgstr "Utiliser le modèle de fenêtre de registre plat"
+
+#: config/sparc/sparc.h:601 MRO
+msgid "Do not use flat register window model"
+msgstr "Ne pas utiliser le modèle de fenêtre de registre plat"
+
+#: config/sparc/sparc.h:603
+msgid "Use ABI reserved registers"
+msgstr "Utiliser les registres réservés ABI"
+
+#: config/sparc/sparc.h:605
+msgid "Do not use ABI reserved registers"
+msgstr "Ne pas utiliser les registres réservés ABI"
+
+#: config/sparc/sparc.h:607
+msgid "Use hardware quad fp instructions"
+msgstr "Utiliser les instructions matérielles quad FP"
+
+#: config/sparc/sparc.h:609
+msgid "Do not use hardware quad fp instructions"
+msgstr "Ne pas utiliser les instructions matérielles quad FP"
+
+#: config/sparc/sparc.h:611
+msgid "Compile for v8plus ABI"
+msgstr "Compiler pour ABI v8plus"
+
+#: config/sparc/sparc.h:613
+msgid "Do not compile for v8plus ABI"
+msgstr "Ne pas compiler pour ABI v8plus"
+
+#: config/sparc/sparc.h:615
+msgid "Utilize Visual Instruction Set"
+msgstr "Utiliser le jeu d'instructions Visual"
+
+#: config/sparc/sparc.h:617
+msgid "Do not utilize Visual Instruction Set"
+msgstr "Ne pas utiliser le jeu d'instructions Visual"
+
+#. ??? These are deprecated, coerced to -mcpu=. Delete in 2.9.
+#: config/sparc/sparc.h:620
+msgid "Optimize for Cypress processors"
+msgstr "Optimiser pour les processeurs Cypress"
+
+#: config/sparc/sparc.h:622
+msgid "Optimize for SparcLite processors"
+msgstr "Optimiser pour les processeurs SparLite"
+
+#: config/sparc/sparc.h:624
+msgid "Optimize for F930 processors"
+msgstr "Optimiser pour les processeurs F930"
+
+#: config/sparc/sparc.h:626
+msgid "Optimize for F934 processors"
+msgstr "Optimiser pour les processeurs F934"
+
+#: config/sparc/sparc.h:628
+msgid "Use V8 Sparc ISA"
+msgstr "Utiliser le Sparc V8 ISA"
+
+#: config/sparc/sparc.h:630
+msgid "Optimize for SuperSparc processors"
+msgstr "Optimiser pour les processeurs SuperSparc"
+
+#. End of deprecated options.
+#: config/sparc/sparc.h:633
+msgid "Pointers are 64-bit"
+msgstr "Pointeurs sont de 64 bits"
+
+#: config/sparc/sparc.h:635
+msgid "Pointers are 32-bit"
+msgstr "Pointeurs sont de 32 bits"
+
+#: config/sparc/sparc.h:637
+msgid "Use 32-bit ABI"
+msgstr "Utiliser ABI de 32 bits"
+
+#: config/sparc/sparc.h:639
+msgid "Use 64-bit ABI"
+msgstr "Utiliser ABI de 64 bits"
+
+#: config/sparc/sparc.h:641
+msgid "Use stack bias"
+msgstr "Utiliser le biais de la pile"
+
+#: config/sparc/sparc.h:643
+msgid "Do not use stack bias"
+msgstr "Ne pas utiliser le biais de la pile"
+
+#: config/sparc/sparc.h:645
+msgid "Use structs on stronger alignment for double-word copies"
+msgstr "Utiliser des structs avec alignement plus fort pour les copies de mots-doubles"
+
+#: config/sparc/sparc.h:647
+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"
+
+#: config/sparc/sparc.h:649
+msgid "Optimize tail call instructions in assembler and linker"
+msgstr "Optimiser sur mesure les instructions d'appel avec l'assembleur et l'éditeur de liens"
+
+#: config/sparc/sparc.h:651
+msgid "Do not optimize tail call instructions in assembler or linker"
+msgstr "Ne pas optimiser sur mesure les instructions d'appel avec l'assembleur et l'éditeur de liens"
+
+#: config/sparc/sparc.h:712
+msgid "Use given Sparc code model"
+msgstr "Utiliser le modèle donné de code pour le Sparc"
+
+#: config/v850/v850-c.c:68
+msgid "#pragma GHS endXXXX found without previous startXXX"
+msgstr "#pragma GHS endXXXX repéré sans être précédé de startXXX"
+
+#: config/v850/v850-c.c:70
+msgid "#pragma GHS endXXX does not match previous startXXX"
+msgstr "#pragma GHS endXXX ne concorde pas avec le précédent startXXX"
+
+#: config/v850/v850-c.c:95
+msgid "Cannot set interrupt attribute: no current function"
+msgstr "Ne peut initialiser l'attribut d'interruption: aucune fonction courante"
+
+#: config/v850/v850-c.c:103
+msgid "Cannot set interrupt attribute: no such identifier"
+msgstr "Ne peut initialiser l'attribut d'interruption: pas de tel identificateur"
+
+#: config/v850/v850-c.c:149
+msgid "junk at end of #pragma ghs section"
+msgstr "rebut à la fin de la section #pragma ghs"
+
+#: config/v850/v850-c.c:166
+#, c-format
+msgid "unrecognised section name \"%s\""
+msgstr "nom de section non reconnue \"%s\""
+
+#: config/v850/v850-c.c:181
+msgid "malformed #pragma ghs section"
+msgstr "sectin mal composée #pragma ghs"
+
+#: config/v850/v850-c.c:201
+msgid "junk at end of #pragma ghs interrupt"
+msgstr "rebut à la fin de l'interruption #pragma ghs"
+
+#: config/v850/v850-c.c:213
+msgid "junk at end of #pragma ghs starttda"
+msgstr "rebut à la fin de #pragma ghs starttda"
+
+#: config/v850/v850-c.c:225
+msgid "junk at end of #pragma ghs startsda"
+msgstr "rebut à la fin de #pragma ghs startsda"
+
+#: config/v850/v850-c.c:237
+msgid "junk at end of #pragma ghs startzda"
+msgstr "rebut à la fin de #pragma ghs startzda"
+
+#: config/v850/v850-c.c:249
+msgid "junk at end of #pragma ghs endtda"
+msgstr "rebut à la fin de #pragma ghs endtda"
+
+#: config/v850/v850-c.c:261
+msgid "junk at end of #pragma ghs endsda"
+msgstr "rebut à la fin de #pragma ghs endsda"
+
+#: config/v850/v850-c.c:273
+msgid "junk at end of #pragma ghs endzda"
+msgstr "rebut à la fin de #pragma ghs endzda"
+
+#: config/v850/v850.c:107
+#, c-format
+msgid "%s=%s is not numeric."
+msgstr "%s=%s n'est pas numérique."
+
+#: config/v850/v850.c:114
+#, c-format
+msgid "%s=%s is too large."
+msgstr "%s=%s est trop grand."
+
+#: config/v850/v850.c:2039
+msgid "a data area attribute cannot be specified for local variables"
+msgstr "un attribut de zone de donnéées ne peut pas être spécifié pour des variables locales"
+
+#: config/v850/v850.c:2047
+#, c-format
+msgid "data area of '%s' conflicts with previous declaration"
+msgstr "la zone de données de '%s' entre en conflit avec un déclaration précédente"
+
+#: config/v850/v850.c:2249
+#, c-format
+msgid "Bogus JR construction: %d\n"
+msgstr "Construction JR buggé: %d\n"
+
+#: config/v850/v850.c:2270 config/v850/v850.c:2472
+#, c-format
+msgid "Bad amount of stack space removal: %d"
+msgstr "Mauvaise taille pour l'enlèvement d'espace de la pile: %d"
+
+#: config/v850/v850.c:2448
+#, c-format
+msgid "Bogus JARL construction: %d\n"
+msgstr "Construction JARL buggée: %d\n"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/v850/v850.h:121
+msgid "Support Green Hills ABI"
+msgstr "Supporter l'ABI Green Hills"
+
+#: config/v850/v850.h:124
+msgid "Prohibit PC relative function calls"
+msgstr "Interdire les appels relatifs de fonctions par le PC"
+
+#: config/v850/v850.h:127
+msgid "Reuse r30 on a per function basis"
+msgstr "Ré-utiliser R30 sur une base par fonction"
+
+#: config/v850/v850.h:130 MRO
+msgid "Use stubs for function prologues"
+msgstr "Utiliser des stubs pour les prologues de fonction"
+
+#: config/v850/v850.h:133
+msgid "Same as: -mep -mprolog-function"
+msgstr "Identique à: -mep -mprolog-function"
+
+#: config/v850/v850.h:134 MRO
+msgid "Enable backend debugging"
+msgstr "Autoriser la mise au point par la fin"
+
+#: config/v850/v850.h:136
+msgid "Compile for the v850 processor"
+msgstr "Compiler pour le processeur v850"
+
+#: config/v850/v850.h:139
+msgid "Use 4 byte entries in switch tables"
+msgstr "Utiliser des entrées de 4 octets dans les tables de switch"
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of
+#. command options that have values. Its definition is an
+#. initializer with a subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the
+#. fixed part of the option name, and the address of a variable. The
+#. variable, type `char *', is set to the variable part of the given
+#. option if the fixed part matches. The actual option name is made
+#. by appending `-m' to the specified name.
+#.
+#. Here is an example which defines `-mshort-data-NUMBER'. If the
+#. given option is `-mshort-data-512', the variable `m88k_short_data'
+#. will be set to the string `"512"'.
+#.
+#. extern char *m88k_short_data;
+#. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
+#: config/v850/v850.h:183
+msgid "Set the max size of data eligible for the TDA area"
+msgstr "Initialiser la taille maximale des données éligibles pour la zone TDA"
+
+#: config/v850/v850.h:186
+msgid "Set the max size of data eligible for the SDA area"
+msgstr "Initialiser la taille maximale des données éligibles pour la zone SDA"
+
+#: config/v850/v850.h:189
+msgid "Set the max size of data eligible for the ZDA area"
+msgstr "Initialiser la taille maximale des données éligibles pour la zone ZDA"
+
+#: convert.c:67
+msgid "cannot convert to a pointer type"
+msgstr "ne peut convertir en un type pointeur"
+
+#: convert.c:100
+msgid "pointer value used where a floating point value was expected"
+msgstr "valeur du pointeur utilisé où une valeur flottante était attendue"
+
+#: convert.c:104
+msgid "aggregate value used where a float was expected"
+msgstr "valeur d'aggrégat utilisé où un flottant était attendu"
+
+#: convert.c:130
+msgid "conversion to incomplete type"
+msgstr "conversion vers un type incomplet"
+
+#: convert.c:390 convert.c:470
+msgid "can't convert between vector values of different size"
+msgstr "ne peut convertir entre des valeurs de vecteurs de tailles différentes"
+
+#: convert.c:396
+msgid "aggregate value used where an integer was expected"
+msgstr "valeur d'aggrégat utilisé où un entier était attendu"
+
+#: convert.c:448 f/com.c:1132
+msgid "pointer value used where a complex was expected"
+msgstr "valeur de pointeur utilisé où un complexe était attendu"
+
+#: convert.c:452 f/com.c:1134
+msgid "aggregate value used where a complex was expected"
+msgstr "valeur d'aggrégat utilisé où un complexe était attendu"
+
+#: convert.c:476
+msgid "can't convert value to a vector"
+msgstr "ne peut convertir une valeur en un vecteur"
+
+#: cp/call.c:379 MRO
+msgid "unable to call pointer to member function here"
+msgstr "incapable de faire l'appel avec le pointeur vers le membre d'une fonction ici"
+
+#: cp/call.c:509
+msgid "destructors take no parameters"
+msgstr "destructeurs ne prend aucun paramètre"
+
+#: cp/call.c:2867
+msgid "ISO C++ forbids omitting the middle term of a ?: expression"
+msgstr "ISO C++ inerdit l'omission du terme milieu de l'expression ?:"
+
+#: cp/class.c:1438
+#, c-format
+msgid "conflicting access specifications for field `%s', ignored"
+msgstr "spécifications d'accès conflictuelles pour le champ `%s', ignoré"
+
+#: cp/class.c:5533
+msgid "trying to finish struct, but kicked out due to previous parse errors."
+msgstr "tentative de complétion du struct, mais a été stoppé en raison d'erreurs précédentes d'analyses syntaxiques"
+
+#: cp/class.c:5988
+#, c-format
+msgid "language string `\"%s\"' not recognized"
+msgstr "chaîne du langage `\"%s\"' n'est pas reconnue"
+
+#: cp/class.c:6303 cp/class.c:6471 cp/class.c:6478
+msgid "not enough type information"
+msgstr "pas assez d'information sur le type"
+
+#: cp/class.c:6455
+msgid "invalid operation on uninstantiated type"
+msgstr "opération invalide sur un type non instancié"
+
+#: cp/class.c:8256
+msgid "object size exceeds built-in limit for virtual function table implementation"
+msgstr "taille des objets excède les limites internes pour la table implantée de fonctions virtuelles"
+
+#: cp/class.c:8258
+msgid "object size exceeds normal limit for virtual function table implementation, recompile all source and use -fhuge-objects"
+msgstr "taille des objets excède la limite normale pour la table implantée de foncions virtuelles, recompiler tous les sources et utiliser -fhuge-objects"
+
+#: cp/decl.c:4230
+#, c-format
+msgid "declaration of `%s' shadows a member of `this'"
+msgstr "déclaration de `%s' fait ombrage au membre de `this'"
+
+#: cp/decl.c:4871
+#, c-format
+msgid "label `%s' referenced outside of any function"
+msgstr "étiquette `%s' référencé à l'extérieur de n'importe quelle fonction"
+
+#: cp/decl.c:4976 cp/decl.c:5000
+msgid "jump to case label"
+msgstr "saut à l'étiquette du case"
+
+#: cp/decl.c:5007 cp/decl.c:5111
+msgid " enters try block"
+msgstr " entre dans le bloc d'essais"
+
+#: cp/decl.c:5009 cp/decl.c:5113
+msgid " enters catch block"
+msgstr " entre dans le bloc d'interceptions"
+
+#: cp/decl.c:5092
+msgid " from here"
+msgstr " à partir d'ici"
+
+#: cp/decl.c:6355 MRO
+msgid "the ABI requires vtable thunks"
+msgstr "l'ABI requiert vtable thunks"
+
+#: cp/decl.c:6996
+msgid "multiple types in one declaration"
+msgstr "types multiples dans une déclaration"
+
+#: cp/decl.c:6999
+msgid "declaration does not declare anything"
+msgstr "déclartion déclare rien du tout!"
+
+#: cp/decl.c:7023
+msgid "Missing type-name in typedef-declaration."
+msgstr "Nom de type manquant dans la déclaration typedef"
+
+#: cp/decl.c:7030
+msgid "ISO C++ prohibits anonymous structs"
+msgstr "ISO C++ interdit les structs anonymes"
+
+#: cp/decl.c:8018
+msgid "assignment (not initialization) in declaration"
+msgstr "affectation (non pas l'initialisation) dans la déclaration"
+
+#: cp/decl.c:8580
+msgid "invalid catch parameter"
+msgstr "paramètre d'interception invalide"
+
+#: cp/decl.c:8807
+msgid "cannot declare `::main' to be a template"
+msgstr "ne peut déclarer `::main' comme étant un patron"
+
+#: cp/decl.c:8809
+msgid "cannot declare `::main' to be inline"
+msgstr "ne peut déclarer `::main' à être en ligne"
+
+#: cp/decl.c:8811
+msgid "cannot declare `::main' to be static"
+msgstr "ne peut déclarer `::main' comme étant static"
+
+#: cp/decl.c:8814
+msgid "`main' must return `int'"
+msgstr "`main' doit retourner `int'"
+
+#: cp/decl.c:9365
+msgid "overflow in array dimension"
+msgstr "débordement dans les dimensions du tableau"
+
+#: cp/decl.c:9651
+msgid "destructors must be member functions"
+msgstr "destructeur doit être membres de la fonction"
+
+#: cp/decl.c:9980
+msgid "`bool' is now a keyword"
+msgstr "`bool' est maintenant un mot clé"
+
+#: cp/decl.c:10011
+msgid "ISO C++ does not support `long long'"
+msgstr "ISO C++ ne supporte pas `long long'"
+
+#: cp/decl.c:10133
+#, c-format
+msgid "short, signed or unsigned invalid for `%s'"
+msgstr "short, signed ou unsigned est invalide pour `%s'"
+
+#: cp/decl.c:10138
+#, c-format
+msgid "long and short specified together for `%s'"
+msgstr "long et short spécifiés ensembles pour `%s'"
+
+#: cp/decl.c:10149
+#, c-format
+msgid "signed and unsigned given together for `%s'"
+msgstr "signed et unsigned donnés ensembles pour `%s'"
+
+#: cp/decl.c:10296
+msgid "storage class specifiers invalid in parameter declarations"
+msgstr "spécificateurs de classe de stockage invalides dans la déclaration des paramètres"
+
+#: cp/decl.c:10300
+msgid "typedef declaration invalid in parameter declaration"
+msgstr "déclaration typedef invalide dans le paramètre de la déclaration"
+
+#: cp/decl.c:10311
+msgid "virtual outside class declaration"
+msgstr "virtuel en dehors de la déclaration de classe"
+
+#: cp/decl.c:10365
+#, c-format
+msgid "storage class specified for %s `%s'"
+msgstr "classe de stockage spécifiée pour %s `%s'"
+
+#: cp/decl.c:10403
+msgid "storage class specifiers invalid in friend function declarations"
+msgstr "spécificateurs de classe de stockage invalide dans les déclarations de fonction amie"
+
+#: cp/decl.c:10585
+msgid "destructor cannot be static member function"
+msgstr "destructeur ne peut être un membre statique d'une fonction"
+
+#: cp/decl.c:10609
+msgid "constructor cannot be static member function"
+msgstr "constructeur ne peut être un membre statique d'une fonction"
+
+#: cp/decl.c:10612
+msgid "constructors cannot be declared virtual"
+msgstr "constructeurs ne peut être déclarés virtuels"
+
+#: cp/decl.c:10627
+msgid "return value type specifier for constructor ignored"
+msgstr "type de valeur retournée d'un spécificateur pour un constructeur est ignoré"
+
+#: cp/decl.c:10646
+#, c-format
+msgid "can't initialize friend function `%s'"
+msgstr "ne peut initialiser la fonction amie `%s'"
+
+#. Cannot be both friend and virtual.
+#: cp/decl.c:10650
+msgid "virtual functions cannot be friends"
+msgstr "fonctions virtuelles ne peuvent être amies"
+
+#: cp/decl.c:10655
+msgid "friend declaration not in class definition"
+msgstr "déclaration amie n'est pas dans la définition de classe"
+
+#: cp/decl.c:10711
+#, c-format
+msgid "cannot declare %s to references"
+msgstr "ne peut déclarer %s comme références"
+
+#: cp/decl.c:10737
+msgid "invalid type: `void &'"
+msgstr "type invalide: `void &'"
+
+#: cp/decl.c:10788
+msgid "discarding `const' applied to a reference"
+msgstr "mis de côté `const' appliqué à une référence"
+
+#: cp/decl.c:10790
+msgid "discarding `volatile' applied to a reference"
+msgstr "mis de côté `volatile' appliqué à une référence"
+
+#. [dcl.fct.spec] The explicit specifier shall only be used in
+#. declarations of constructors within a class definition.
+#: cp/decl.c:10997
+msgid "only declarations of constructors can be `explicit'"
+msgstr "seuls les déclarations de constructeurs peuvent être `explicit'"
+
+#: cp/decl.c:11005
+#, c-format
+msgid "non-member `%s' cannot be declared `mutable'"
+msgstr "le non membre `%s' ne peut être déclaré `mutable'"
+
+#: cp/decl.c:11010
+#, c-format
+msgid "non-object member `%s' cannot be declared `mutable'"
+msgstr "un membre non objet `%s' ne peut être déclaré `mutable'"
+
+#: cp/decl.c:11016
+#, c-format
+msgid "function `%s' cannot be declared `mutable'"
+msgstr "fonction `%s' ne peut être déclarée `mutable'"
+
+#: cp/decl.c:11021
+#, c-format
+msgid "static `%s' cannot be declared `mutable'"
+msgstr "static `%s' ne peut être déclaré `mutable'"
+
+#: cp/decl.c:11026
+#, c-format
+msgid "const `%s' cannot be declared `mutable'"
+msgstr "const `%s' ne peut être déclaré `mutable'"
+
+#: cp/decl.c:11131
+msgid "typedef declaration includes an initializer"
+msgstr "déclaration typedef inclut un initialiseur"
+
+#: cp/decl.c:11241
+msgid "unnamed variable or field declared void"
+msgstr "variable non nommée ou champ déclaré void"
+
+#: cp/decl.c:11250
+msgid "variable or field declared void"
+msgstr "variable ou champ déclaré void"
+
+#: cp/decl.c:11260
+msgid "cannot use `::' in parameter declaration"
+msgstr "ne peut utiliser `::' dans le paramètre d'un déclaration"
+
+#: cp/decl.c:11445 MRO
+#, c-format
+msgid "`%s' is neither function nor member function; cannot be declared friend"
+msgstr "`%s' n'est ni une fonction ni le membre d'une fonction; ne peut être déclaré ami"
+
+#: cp/decl.c:11456
+msgid "member functions are implicitly friends of their class"
+msgstr "membres de fonctions sont implicitement amis de leur classe"
+
+#: cp/decl.c:11570
+#, c-format
+msgid "storage class `auto' invalid for function `%s'"
+msgstr "classe de stockage `auto' invalide pour une fonction `%s'"
+
+#: cp/decl.c:11572
+#, c-format
+msgid "storage class `register' invalid for function `%s'"
+msgstr "classe de stockage `register' invalide pour une fonction `%s'"
+
+#: cp/decl.c:11583
+#, c-format
+msgid "storage class `static' invalid for function `%s' declared out of global scope"
+msgstr "classe de stockage `static' invalide pour une fonction `%s déclaré en dehors de la vue globale'"
+
+#: cp/decl.c:11585
+#, c-format
+msgid "storage class `inline' invalid for function `%s' declared out of global scope"
+msgstr "classe de stockage `inline' invalide pour une fonction `%s déclaré en dehors de la vue globale'"
+
+#: cp/decl.c:11592
+#, c-format
+msgid "virtual non-class function `%s'"
+msgstr "fonction virtuelle d'une non classe `%s'"
+
+#. FIXME need arm citation
+#: cp/decl.c:11627
+msgid "cannot declare static function inside another function"
+msgstr "ne peut déclarer une fonction statique à l'intérieur d'une autre fonction"
+
+#: cp/decl.c:11904
+msgid "invalid integer constant in parameter list, did you forget to give parameter name?"
+msgstr "constante entière invalide dans la liste de paramètre, avez-vous oublier de donner un nom de paramètre?"
+
+#: cp/decl.c:12281
+#, c-format
+msgid "conversion to %s%s will never use a type conversion operator"
+msgstr "conversion de %s%s ne sera jamais utilisé dans un type d'opérateur de conversion"
+
+#: cp/decl.c:13365
+msgid "return type for `main' changed to `int'"
+msgstr "type retourné pour `main' est changé pour `int'"
+
+#: cp/decl2.c:569
+#, c-format
+msgid "-f%s is no longer supported"
+msgstr "-f%s n'est plus supportée"
+
+#: cp/decl2.c:575
+msgid "-fhandle-exceptions has been renamed to -fexceptions (and is now on by default)"
+msgstr "-fhandle-exceptions a été renommé -fexceptions (et est utilisé par défaut maintenant)"
+
+#: cp/decl2.c:601
+msgid "-fname-mangling-version is no longer supported"
+msgstr "-fname-mangling-version n'est plus supportée"
+
+#: cp/decl2.c:664
+msgid "-Wno-strict-prototypes is not supported in C++"
+msgstr "-Wno-strict-prototypes n'est pas supportée en C++"
+
+#: cp/decl2.c:1000
+msgid "name missing for member function"
+msgstr "nom manquant pour le membre d'une fonction"
+
+#: cp/decl2.c:1061
+msgid "`__alignof__' applied to a bit-field"
+msgstr "`__alignof__' appliqué à un champ de bits"
+
+#. Something has gone very wrong. Assume we are mistakenly reducing
+#. an expression instead of a declaration.
+#: cp/decl2.c:1103
+msgid "parser may be lost: is there a '{' missing somewhere?"
+msgstr "analyseur syntaxique est perdu: y-a-t-il un '{' manquant quelque part?"
+
+#: cp/decl2.c:1134 cp/decl2.c:1148 MRO
+msgid "ambiguous conversion for array subscript"
+msgstr "comversion ambigue pour un sous-tableau"
+
+#: cp/decl2.c:1198
+msgid "anachronistic use of array size in vector delete"
+msgstr "utilisation anachronique de la taille d'un tableau dans un vecteur delete"
+
+#: cp/decl2.c:1208
+msgid "cannot delete a function. Only pointer-to-objects are valid arguments to `delete'"
+msgstr "ne peut détruire une fonction. Seuls les pointeurs-d'objets sont des arguments valable pour destruction"
+
+#: cp/decl2.c:1505
+msgid "initializer invalid for static member with constructor"
+msgstr "initialiseur invalide pour un membre statique avec constructeur"
+
+#: cp/decl2.c:1508
+msgid "(an out of class initialization is required)"
+msgstr "(un initialisation en dehors de la classe est requise)"
+
+#: cp/decl2.c:1681
+msgid "field initializer is not constant"
+msgstr "initialiseuur du champ n'est pas une constante"
+
+#: cp/decl2.c:2020
+msgid "anonymous struct not inside named type"
+msgstr "struct anonyme n'est pas l'intérieur du type nommé"
+
+#: cp/decl2.c:2119
+msgid "namespace-scope anonymous aggregates must be static"
+msgstr "aggrégats anonymes de champs d'espace nom doit être statique"
+
+#: cp/decl2.c:2129
+msgid "anonymous aggregate with no members"
+msgstr "aggrégat anonyme sans aucun membre"
+
+#. Overflow occurred. That means there are at least 4 billion
+#. initialization functions.
+#: cp/decl2.c:2997
+msgid "too many initialization functions required"
+msgstr "trop d'initialisations de fonctions requises"
+
+#: cp/decl2.c:3807
+msgid "use of old-style cast"
+msgstr "utilisation d'un vieux style de transtypage (cast)"
+
+#: cp/error.c:46
+#, c-format
+msgid "`%s' not supported by %s"
+msgstr "`%s' n'est pas supporté par %s"
+
+#: cp/error.c:630
+#, c-format
+msgid "<anonymous %s>"
+msgstr "<anonymous %s>"
+
+#: cp/error.c:891
+#, c-format
+msgid "(static %s for %s)"
+msgstr "(static %s pour %s)"
+
+#: cp/error.c:2528
+#, c-format
+msgid "In %s `%s':"
+msgstr "Dans %s `%s':"
+
+#: cp/error.c:2583
+#, c-format
+msgid "%s: In instantiation of `%s':\n"
+msgstr "%s: dans l'instanciation de `%s':\n"
+
+#: cp/error.c:2607
+#, c-format
+msgid "%s:%d: instantiated from `%s'\n"
+msgstr "%s:%d: instancié à partir de `%s'\n"
+
+#: cp/error.c:2612
+#, c-format
+msgid "%s:%d: instantiated from here\n"
+msgstr "%s:%d: instancié à partir d'ici\n"
+
+#: cp/except.c:258
+msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
+msgstr "appel en Java de `catch' ou `throw' avec `jthrowable' undéfini"
+
+#: cp/except.c:329
+msgid "mixing C++ and Java catches in a single translation unit"
+msgstr "mélange des interceptions C++ et Java dans une unité simple de traduction "
+
+#: cp/except.c:685
+msgid " in thrown expression"
+msgstr " dans l'expression projetée"
+
+#: cp/friend.c:423
+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."
+msgstr "(si ce n'est pas ce que vous vouliez faire, soyez sûr que le patron de la fonction a déjà été déclaré et ajouter <> après le nom de la fonction ici) -Wno-non-template-friend désactive le présent avertissement"
+
+#: cp/g++spec.c:197 java/jvspec.c:357
+#, c-format
+msgid "argument to `%s' missing\n"
+msgstr "argument pour `%s' est manquant\n"
+
+#: cp/init.c:313
+msgid "initializer list treated as compound expression"
+msgstr "liste d'initialiseurs traitée comme une expression composée"
+
+#: cp/init.c:428
+msgid " will be re-ordered to match declaration order"
+msgstr " sera ré-odonné pour concorder avec l'ordre déclaré"
+
+#: cp/init.c:662
+msgid " will be re-ordered to match inheritance order"
+msgstr " sera ré-odonné pour concorder avec l'ordre d'héritage"
+
+#: cp/init.c:1105
+msgid "base class initializer specified, but no base class to initialize"
+msgstr "classe de base d'initialiseurs spécifié, mais aucune classe de base éa initialiser"
+
+#: cp/init.c:1111
+msgid "initializer for unnamed base class ambiguous"
+msgstr "initialiseur ambigü pour une classe de base non nommé"
+
+#: cp/init.c:1136
+msgid "no base class to initialize"
+msgstr "pas de classe de base à initialiser"
+
+#: cp/init.c:1860
+msgid "object missing in use of pointer-to-member construct"
+msgstr "objet manquant dans l'utilisation du construit pointeur-à-membre"
+
+#: cp/init.c:1902 cp/typeck.c:3186 cp/typeck.c:3287
+msgid "at this point in file"
+msgstr "à ce point dans le fichier"
+
+#: cp/init.c:2076
+msgid "new of array type fails to specify size"
+msgstr "new sur un type tableau a échoué dans l'évaluation de la taille"
+
+#: cp/init.c:2087
+msgid "size in array new must have integral type"
+msgstr "taille d'un nouveau tableau (new) doit avoir un type entier"
+
+#: cp/init.c:2093
+msgid "zero size array reserves no space"
+msgstr "tableau de taille zéro ne réserve pas d'espace"
+
+#: cp/init.c:2158
+msgid "new cannot be applied to a reference type"
+msgstr "new ne peut être appliqué à un type référencé"
+
+#: cp/init.c:2164
+msgid "new cannot be applied to a function type"
+msgstr "new ne peut être appliqué à un type de fonction"
+
+#: cp/init.c:2211
+msgid "call to Java constructor, while `jclass' undefined"
+msgstr "appel d'un constructeur Java, alors que `jclass' est indéfini"
+
+#: cp/init.c:2227
+msgid "Can't find class$"
+msgstr "Ne peut repérer class$"
+
+#: cp/init.c:2340
+msgid "invalid type `void' for new"
+msgstr "type `void' invalide pour new"
+
+#: cp/init.c:2394
+#, c-format
+msgid "call to Java constructor with `%s' undefined"
+msgstr "appel au constructeur Java avec `%s' indéfini"
+
+#: cp/init.c:2522 cp/typeck2.c:381 cp/typeck2.c:1207
+msgid "initializer list being treated as compound expression"
+msgstr "liste d'initaliseurs a été traité comme une expression composée"
+
+#: cp/init.c:2528
+msgid "ISO C++ forbids aggregate initializer to new"
+msgstr "ISO C++ interdit l'aggrégation d'initialiseur à new"
+
+#: cp/init.c:2967
+msgid "initializer ends prematurely"
+msgstr "fin prématurée de l'initialiseur"
+
+#: cp/init.c:3037
+msgid "cannot initialize multi-dimensional array with initializer"
+msgstr "ne peut initialiser un table multi-dimensionnel avec initialiseur"
+
+#: cp/init.c:3215
+msgid "unknown array size in delete"
+msgstr "taille du tableau inconnue dans delete"
+
+#: cp/init.c:3440
+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"
+
+#: cp/lang-options.h:29
+msgid "Do not obey access control semantics"
+msgstr "Ne pas obéir à la sémantique du contrôle d'accès"
+
+#: cp/lang-options.h:31
+msgid "Change when template instances are emitted"
+msgstr "Changer lorsque les instances du patron sont produites"
+
+#: cp/lang-options.h:36
+msgid "Check the return value of new"
+msgstr "Vérifier la valeur retournée de new"
+
+#: cp/lang-options.h:39
+msgid "Reduce size of object files"
+msgstr "Réduire la taille des fichiers objets"
+
+#: cp/lang-options.h:43 MRO
+msgid "Make string literals `char[]' instead of `const char[]'"
+msgstr "Rendre les chaînes de mots `char[]' au lieu de `const char[]'"
+
+#: cp/lang-options.h:46
+msgid "Dump the entire translation unit to a file"
+msgstr "Vidanger l'unité de traduction complète dans un fichier"
+
+#: cp/lang-options.h:48
+msgid "Do not inline member functions by default"
+msgstr "Ne pas rendre en ligne un membre de fonction par défaut"
+
+#: cp/lang-options.h:51
+msgid "Do not generate run time type descriptor information"
+msgstr "Ne pas générer l'information pour un type de descripteur pour l'exécution"
+
+#: cp/lang-options.h:56
+msgid "Do not generate code to check exception specifications"
+msgstr "Ne pas générer du code pour vérifier les exceptions spécifiques"
+
+#: cp/lang-options.h:61
+msgid "Scope of for-init-statement vars extends outside"
+msgstr "Champs de variables for-init-statement s'étend en dehors"
+
+#: cp/lang-options.h:64
+msgid "Do not recognise GNU defined keywords"
+msgstr "Ne pas reconnaître les mots clés définis GNU"
+
+#: cp/lang-options.h:69
+msgid "Do not treat the namespace `std' as a normal namespace"
+msgstr "Ne pas traiter l'espace nom `std' comme un espace nom normal"
+
+#: cp/lang-options.h:71
+msgid "Enable support for huge objects"
+msgstr "Autoriser le support des grands objets"
+
+#: cp/lang-options.h:75
+msgid "Export functions even if they can be inlined"
+msgstr "Exporter les fonctions même si elles peuvent être inline"
+
+#: cp/lang-options.h:78
+msgid "Only emit explicit template instatiations"
+msgstr "Produire seulement des instanciations explicites du patron"
+
+#: cp/lang-options.h:81
+msgid "Only emit explicit instatiations of inline templates"
+msgstr "Produire les instanciations explicites de patrons en ligne"
+
+#: cp/lang-options.h:87
+msgid "Don't pedwarn about uses of Microsoft extensions"
+msgstr "Ne pas avertir et publiciser l'utilisation des extensions de Microsoft"
+
+#: cp/lang-options.h:90
+msgid "Recognise and/bitand/bitor/compl/not/or/xor"
+msgstr "Reconnaître and/bitand/bitor/compl/not/or/xor"
+
+#: cp/lang-options.h:94
+msgid "Disable optional diagnostics"
+msgstr "Désactiver les diagnostiques optionnels"
+
+#: cp/lang-options.h:96
+msgid "Downgrade conformance errors to warnings"
+msgstr "Dégrader les erreurs de conformité en des avertissements"
+
+#: cp/lang-options.h:99
+msgid "Enable automatic template instantiation"
+msgstr "Autoriser l'instanciation automatique de patron"
+
+#: cp/lang-options.h:104
+msgid "Display statistics accumulated during compilation"
+msgstr "Afficher les statistiques accumulés durant la compilation"
+
+#: cp/lang-options.h:107
+msgid "Specify maximum template instantiation depth"
+msgstr "Spécifier la profondeur maximale d'instanciation de patrons"
+
+#: cp/lang-options.h:109
+msgid "Use __cxa_atexit to register destructors."
+msgstr "Utiliser __cxa_atexit pour enregistrer les destructeurs."
+
+#: cp/lang-options.h:112
+msgid "Discard unused virtual functions"
+msgstr "Écarter les fonctions virtuelles non utilisées"
+
+#: cp/lang-options.h:115
+msgid "Implement vtables using thunks"
+msgstr "Implanter les vtables en utilisant des thunks"
+
+#: cp/lang-options.h:118
+msgid "Emit common-like symbols as weak symbols"
+msgstr "Produire les symboles communs comme des symboles faibles"
+
+#: cp/lang-options.h:121
+msgid "Emit cross referencing information"
+msgstr "Produire l'information des références croisées"
+
+#: cp/lang-options.h:125
+msgid "Warn about inconsistent return types"
+msgstr "Avertir à propos des types retournés inconsistants"
+
+#: cp/lang-options.h:128
+msgid "Warn about overloaded virtual function names"
+msgstr "Avertir à propos de la surcharge des noms de fonctions virtuelles"
+
+#: cp/lang-options.h:132
+msgid "Don't warn when all ctors/dtors are private"
+msgstr "Ne pas avertir lorsque toues les ctors/dtors sont privés"
+
+#: cp/lang-options.h:134
+msgid "Warn about non virtual destructors"
+msgstr "Avertir à propos des destructeurs non virtuels"
+
+#: cp/lang-options.h:137
+msgid "Warn when a function is declared extern, then inline"
+msgstr "Avertir lorsqu'un fonction est déclarée extern, puis inline"
+
+#: cp/lang-options.h:140
+msgid "Warn when the compiler reorders code"
+msgstr "Avertir lorsque le compilateur réordonne le code"
+
+#: cp/lang-options.h:143
+msgid "Warn when synthesis behaviour differs from Cfront"
+msgstr "Avertir lorsque le comportement de synthère diffère de Cfront"
+
+#: cp/lang-options.h:147
+msgid "Don't warn when type converting pointers to member functions"
+msgstr "Ne pas avertir lors de la conversion des types de pointeur en membres de fonctions"
+
+#: cp/lang-options.h:149
+msgid "Warn about violations of Effective C++ style rules"
+msgstr "Avertir à propos des violations des règles de style de Effective C++"
+
+#: cp/lang-options.h:152
+msgid "Warn when overload promotes from unsigned to signed"
+msgstr "Avertir lorsque la surcharge fait la promotion d'un non signé en signé"
+
+#: cp/lang-options.h:155
+msgid "Warn if a C style cast is used in a program"
+msgstr "Avertir si le style de transtypage C est utilisé dans un programme"
+
+#: cp/lang-options.h:159
+msgid "Don't warn when non-templatized friend functions are declared within a template"
+msgstr "Ne pas avertir lorsque des fonctions amis sans patron sont déclarés à l'intérieur d'un patron"
+
+#: cp/lang-options.h:162
+msgid "Don't announce deprecation of compiler features"
+msgstr "Ne pas annoncer la dépréciation des options du compilateur"
+
+#: cp/lex.c:148
+msgid "type name expected before `*'"
+msgstr "nom de type attendu avec `*'"
+
+#: cp/lex.c:170
+msgid "cannot declare references to references"
+msgstr "ne peut décalrer des références vers des références"
+
+#: cp/lex.c:175
+msgid "cannot declare pointers to references"
+msgstr "ne peut déclarer des pointeurs vers des références"
+
+#: cp/lex.c:179
+msgid "type name expected before `&'"
+msgstr "nom de type attendu avant `&'"
+
+#: cp/lex.c:1018
+#, c-format
+msgid "semicolon missing after %s declaration"
+msgstr "point-virgule manquant après la déclaration %s"
+
+#: cp/lex.c:1069
+#, c-format
+msgid "junk at end of #pragma %s"
+msgstr "rebut à la fin de #pragma %s"
+
+#: cp/lex.c:1076
+#, c-format
+msgid "invalid #pragma %s"
+msgstr "#pragma %s invalde"
+
+#: cp/lex.c:1166
+#, c-format
+msgid "#pragma implementation for %s appears after file is included"
+msgstr "implantation de #pragma pour %s apparaît après l'inclusion du fichier"
+
+#: cp/lex.c:1191
+msgid "junk at end of #pragma GCC java_exceptions"
+msgstr "rebut à la fin de #pragma GCC java_exceptions"
+
+#: cp/lex.c:1292
+msgid "(Each undeclared identifier is reported only once for each function it appears in.)"
+msgstr "(Chaque identificateur non déclaré est rapporté seulement une seule fois pour la fonction dans laquelle il apparaît.)"
+
+#: cp/lex.c:1315
+#, c-format
+msgid "name lookup of `%s' changed"
+msgstr "recherche du nom `%s' a changé"
+
+#: cp/lex.c:1329 cp/lex.c:1336
+#, c-format
+msgid "name lookup of `%s' changed for new ISO `for' scoping"
+msgstr "recherche du nom `%s' changé pour le nouveau ISO `for' d'étendue de champ"
+
+#: cp/mangle.c:1877 MRO
+msgid "real-valued template parameters when cross-compiling"
+msgstr "patron de paramètre en valeur réelle lors de la compilation croisée"
+
+#: cp/method.c:173
+msgid "methods cannot be converted to function pointers"
+msgstr "méthode ne peuvent être converties en des pointeurs de fonction"
+
+#: cp/method.c:178
+#, c-format
+msgid "ambiguous request for method pointer `%s'"
+msgstr "requête ambigue pour la méthode sur pointeur `%s'"
+
+#: cp/parse.y:670
+msgid "invalid default template argument"
+msgstr "argument invalide pour le patron par défaut"
+
+#: cp/parse.y:879
+msgid "no base or member initializers given following ':'"
+msgstr "pas d'initialiseur de base ou membre donné après ':'"
+
+#: cp/parse.y:892
+msgid "base initializers not allowed for non-member functions"
+msgstr "initialiseur de base n'est pas suivi pour une fonction non membre"
+
+#: cp/parse.y:894
+msgid "only constructors take base initializers"
+msgstr "seuls les constructeurs prennent des initialiseurs de base"
+
+#: cp/parse.y:927 cp/parse.y:933
+msgid "anachronistic old style base class initializer"
+msgstr "ancien style anachronique d'initialiseur de classe de base"
+
+#. Handle `Class<Class<Type>>' without space in the `>>'
+#: cp/parse.y:1055
+msgid "`>>' should be `> >' in template class name"
+msgstr "`>>' devrait être `> >' dans le nom du patron de la classe"
+
+#: cp/parse.y:1112 cp/parse.y:1121
+#, c-format
+msgid "ISO C++ forbids an empty condition for `%s'"
+msgstr "ISO C++ interdit une condition vide pour `%s'"
+
+#: cp/parse.y:1216
+msgid "ISO C++ forbids `&&'"
+msgstr "ISO C++ interdit `&&'"
+
+#: cp/parse.y:1300
+msgid "ISO C++ forbids initialization of new expression with `='"
+msgstr "ISO C++ interdit l'initialisation d'une nouvelle expression avec `='"
+
+#: cp/parse.y:1331 MRO
+msgid "ISO C++ forbids compound literals"
+msgstr "ISO C++ interdit les chaînes composées"
+
+#: cp/parse.y:1566
+msgid "ISO C++ forbids braced-groups within expressions"
+msgstr "ISO C++ interdit les groupes d'accolades à l'intérieur des expressions"
+
+#: cp/parse.y:1972 cp/parse.y:1987
+msgid "sigof type specifier"
+msgstr "spécificateur du type sigof"
+
+#: cp/parse.y:1977
+msgid "`sigof' applied to non-aggregate expression"
+msgstr "`sigof' appliqué à une expression de non aggrégats"
+
+#: cp/parse.y:1992
+msgid "`sigof' applied to non-aggregate type"
+msgstr "`sigof' appliqué à un type non aggrégat"
+
+#: cp/parse.y:2332
+#, c-format
+msgid "storage class specifier `%s' not allowed after struct or class"
+msgstr "spécificateur de classe de stockages `%s' n'est pas permis après struct ou class"
+
+#: cp/parse.y:2334
+#, c-format
+msgid "type specifier `%s' not allowed after struct or class"
+msgstr "spécificateur de type `%s' n'est pas permis après struct ou class"
+
+#: cp/parse.y:2336
+#, c-format
+msgid "type qualifier `%s' not allowed after struct or class"
+msgstr "qualificateur de type `%s' n'est pas permis après struct ou class"
+
+#: cp/parse.y:2338
+msgid "no body nor ';' separates two class, struct or union declarations"
+msgstr "pas de corps ni de ';' séparant les deux déclarations de classes, struct ou union"
+
+#: cp/parse.y:2503
+msgid "multiple access specifiers"
+msgstr "spécificateurs d'accès multiples"
+
+#: cp/parse.y:2521
+msgid "multiple `virtual' specifiers"
+msgstr "spécificateurs `virtual' multiples"
+
+#: cp/parse.y:2556
+msgid "missing ';' before right brace"
+msgstr "';' manquant avant l'accolade de droite"
+
+#: cp/parse.y:2779
+msgid "ISO C++ forbids array dimensions with parenthesized type in new"
+msgstr "ISO C++ interdit l'utilisation de parenthèses autour du type pour les dimensions de tableaux avec new"
+
+#: cp/parse.y:3288
+msgid "ISO C++ forbids label declarations"
+msgstr "ISO C++ interdit la déclaration d'étiquette"
+
+#: cp/parse.y:3450
+msgid "ISO C++ forbids computed gotos"
+msgstr "ISO C++ interdit les gotos calculés"
+
+#: cp/parse.y:3458
+msgid "label must be followed by statement"
+msgstr "l'étiquette doit être suivie d'une déclaration"
+
+#: cp/parse.y:3557
+msgid "ISO C++ forbids compound statements inside for initializations"
+msgstr "ISO C++ interdit les déclarations composées à l'intérieur des initialisations"
+
+#. This helps us recover from really nasty
+#. parse errors, for example, a missing right
+#. parenthesis.
+#: cp/parse.y:3640 cp/parse.y:3650
+msgid "possibly missing ')'"
+msgstr "')' possiblement manquante"
+
+#: cp/parse.y:3747 cp/parse.y:3752
+msgid "type specifier omitted for parameter"
+msgstr "spécificateur de type omis pour le paramètre"
+
+#: cp/pt.c:6316
+msgid "creating array with size zero"
+msgstr "création d'un tableau de taille zéro"
+
+#: cp/pt.c:6830
+#, c-format
+msgid "use of `%s' in template"
+msgstr "utilisation de `%s' dans le patron"
+
+#: cp/pt.c:8036
+msgid "incomplete type unification"
+msgstr "type d'unification incomplète"
+
+#: cp/pt.c:8966
+#, c-format
+msgid "use of `%s' in template type unification"
+msgstr "utilisation de `%s' dans le patron du type d'unification"
+
+#: cp/repo.c:272
+msgid "-frepo must be used with -c"
+msgstr "-frepo doit être utilisé avec -c"
+
+#: cp/repo.c:366
+#, c-format
+msgid "mysterious repository information in %s"
+msgstr "dépôt mystérieux d'informations dans %s"
+
+#: cp/repo.c:381
+#, c-format
+msgid "can't create repository information file `%s'"
+msgstr "ne peut créer le fichier `%s' pour dépôt d'informations"
+
+#: cp/rtti.c:224
+msgid "taking dynamic typeid of object with -fno-rtti"
+msgstr "prendre le typeid dynamique d'objet avec -fno-rtti"
+
+#: cp/rtti.c:260
+msgid "cannot use typeid with -fno-rtti"
+msgstr "ne peut utiliser typeid avec -fno-rtti"
+
+#: cp/rtti.c:266 cp/rtti.c:415
+msgid "must #include <typeinfo> before using typeid"
+msgstr "doit utiliser #include <typeinfo> avant d'utiliser typeid"
+
+#: cp/search.c:1961
+msgid "adjusting pointers for covariant returns"
+msgstr "ajuster les pointeurs pour des retours co-variants"
+
+#. This shouldn't happen, I don't want errors!
+#: cp/search.c:2469
+msgid "recoverable compiler error, fixups for virtual function"
+msgstr "erreur de recouvrement du compilateur, correctifs pour les fonctions virtuelles"
+
+#: cp/semantics.c:1026
+msgid "ISO C++ does not permit named return values"
+msgstr "ISO C++ ne permet pas les valeurs retournées nommées"
+
+#: cp/semantics.c:1043
+msgid "can't redefine default return value for constructors"
+msgstr "ne peut redéfinir la valeur retournée par défaut pour les constructeurs"
+
+#: cp/semantics.c:1112
+msgid " will be re-ordered to precede member initializations"
+msgstr " sera ré-ordonné pour précéder les initialisations de membre"
+
+#: cp/semantics.c:1385
+msgid "`this' is unavailable for static member functions"
+msgstr "`this' est indisponible pour les membres statiques de fonctions"
+
+#: cp/semantics.c:1391
+msgid "invalid use of `this' in non-member function"
+msgstr "utilisation invalide de `this' dans un non membre de fonction"
+
+#: cp/semantics.c:1393
+msgid "invalid use of `this' at top level"
+msgstr "utilisation invalide de `this' au niveau supérieur"
+
+#: cp/semantics.c:1678
+msgid "template type parameters must use the keyword `class' or `typename'"
+msgstr "patron de type de paramètres doit utiliser le mot clé `class' ou `typename'"
+
+#: cp/spew.c:249
+#, c-format
+msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy"
+msgstr "nom d'identificateur `%s' entre en conflit avec la stratégie interne de dénomination de GNU C++"
+
+#: cp/spew.c:357
+msgid "parse error"
+msgstr "erreur d'analyse syntaxique"
+
+#: cp/spew.c:1023 cp/spew.c:1295
+msgid "parse error at end of saved function text"
+msgstr "erreur d'analyse syntaxique à la fin de la sauvegarde de la fonction texte"
+
+#: cp/spew.c:1065
+msgid "parse error in method specification"
+msgstr "erreur d'analyse syntaxique dans la spécification de fonction"
+
+#: cp/spew.c:1107
+msgid "function body for constructor missing"
+msgstr "corps de fonction pour le constructeur est manquante"
+
+#: cp/spew.c:1500
+#, c-format
+msgid "%s before `%s'"
+msgstr "%s avant `%s'"
+
+#: cp/spew.c:1502
+#, c-format
+msgid "%s before `%c'"
+msgstr "%s avant `%c'"
+
+#: cp/spew.c:1504
+#, c-format
+msgid "%s before `\\%o'"
+msgstr "%s avant `\\%o'"
+
+#: cp/spew.c:1507
+#, c-format
+msgid "%s before `%s' token"
+msgstr "%s avantle jeton `%s'"
+
+#: cp/tree.c:216
+#, c-format
+msgid "non-lvalue in %s"
+msgstr "n'est pas un lvalue dans %s"
+
+#: cp/tree.c:2232
+msgid "`java_interface' attribute can only be applied to Java class definitions"
+msgstr "attribut `java_interface' ne peut être appliqué aux définitions de classes Java"
+
+#: cp/tree.c:2242
+msgid "`com_interface' only supported with -fvtable-thunks"
+msgstr "`com_interface' supporté seulement avec -fvtable-thunks"
+
+#: cp/tree.c:2251
+msgid "`com_interface' attribute can only be applied to class definitions"
+msgstr "attribut `com_interface' peut seulement être appliqué aux définitions de classes"
+
+#: cp/tree.c:2267
+msgid "requested init_priority is not an integer constant"
+msgstr "init_priority demandé n'est pas une constante entière"
+
+#: cp/tree.c:2287
+msgid "can only use init_priority attribute on file-scope definitions of objects of class type"
+msgstr "peut seulement utiliser l'attribut init_priority sur le champ fichier de définitions des objets des types de classes"
+
+#: cp/tree.c:2293
+msgid "requested init_priority is out of range"
+msgstr "init_priority demandé est hors gamme"
+
+#: cp/tree.c:2302
+msgid "requested init_priority is reserved for internal use"
+msgstr "init_priority demandé est réservé pour un usage interne"
+
+#: cp/tree.c:2312
+msgid "init_priority attribute is not supported on this platform"
+msgstr "attribut init_priority n'est pas supporté sur cette plate-forme"
+
+#: cp/typeck.c:483
+#, c-format
+msgid "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
+msgstr "ISO C++ interdit %s entre les pointeurs de type `void *' et les pointeurs de fonctions"
+
+#: cp/typeck.c:1558
+msgid "ISO C++ forbids applying `sizeof' to a function type"
+msgstr "ISO C++ interdit l'application de `sizeof' sur un type de fonction"
+
+#: cp/typeck.c:1564
+msgid "ISO C++ forbids applying `sizeof' to a member function"
+msgstr "ISO C++ interdit l'application de `sizeof' sur le membre d'une fonction"
+
+#: cp/typeck.c:1570
+msgid "ISO C++ forbids applying `sizeof' to type `void' which is an incomplete type"
+msgstr "ISO C++ interdit l'application de `sizeof' sur un type `void' qui est un type incomplet"
+
+#: cp/typeck.c:1619
+msgid "sizeof applied to a bit-field"
+msgstr "sizeof appliqué sur un champ de bits"
+
+#: cp/typeck.c:1622
+msgid "ISO C++ forbids applying `sizeof' to an expression of function type"
+msgstr "ISO C++ interdit l'application de `sizeof' sur l'expression d'un type de fonction"
+
+#: cp/typeck.c:2235
+msgid "invalid reference to NULL ptr, use ptr-to-member instead"
+msgstr "référence invalide à un pointeur NUL, utiliser pointeur de membre à la place"
+
+#: cp/typeck.c:2398
+#, c-format
+msgid "invalid use of `%s' on pointer to member"
+msgstr "utilisation invalide de `%s' sur un pointeur vers un membre"
+
+#: cp/typeck.c:2404
+msgid "invalid type argument"
+msgstr "type d'argument invalide"
+
+#: cp/typeck.c:2507 MRO
+msgid "ISO C++ forbids subscripting non-lvalue array"
+msgstr "ISO C++ interdit le souscriptage de non lvalue de tableau"
+
+#: cp/typeck.c:2518 MRO
+msgid "subscripting array declared `register'"
+msgstr "sosucriptage de tableau déclaré `register'"
+
+#: cp/typeck.c:2693 cp/typeck.c:2833
+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"
+
+#: cp/typeck.c:2831
+msgid "invalid call to member function needing `this' in static member function scope"
+msgstr "appel invalide vers un membre de fonction ayant besoin de `this' dans le champ du membre statique de la fonction"
+
+#: cp/typeck.c:3021
+msgid "ISO C++ forbids calling `::main' from within program"
+msgstr "ISO C++ interdit l'appel de `::main' à partir de l'intérieur du programme"
+
+#: cp/typeck.c:3225
+msgid "parameter type of called function is incomplete"
+msgstr "type de paramètre de la fonction appelée est incomplet"
+
+#: cp/typeck.c:3615
+#, c-format
+msgid "%s rotate count is negative"
+msgstr "compteur de rotation %s est négatif"
+
+#: cp/typeck.c:3618
+#, c-format
+msgid "%s rotate count >= width of type"
+msgstr "compteur de rotation %s >= largeur du type"
+
+#: cp/typeck.c:3649 cp/typeck.c:3654 cp/typeck.c:3745 cp/typeck.c:3750
+msgid "ISO C++ forbids comparison between pointer and integer"
+msgstr "ISO C++ interdit la comparaison entre un pointeur et un entier"
+
+#: cp/typeck.c:3966
+msgid "comparison between signed and unsigned integer expressions"
+msgstr "comparaison entre des expressions entières signée et non signée"
+
+#: cp/typeck.c:4105
+msgid "ISO C++ forbids using pointer of type `void *' in pointer arithmetic"
+msgstr "ISO C++ interdit l'utilisation d'un pointeur de type `void *' dans un pointeur arithmétique"
+
+#: cp/typeck.c:4111
+msgid "ISO C++ forbids using a pointer-to-function in pointer arithmetic"
+msgstr "ISO C++ interdit l'utilisation d'un pointeur sur une fonction dans un opinteur arithmétique"
+
+#: cp/typeck.c:4117
+msgid "ISO C++ forbids using a pointer to member function in pointer arithmetic"
+msgstr "ISO C++ interdit l'utilisation d'un pointeur sur un membre de fonction dans un pointeur arithmétique"
+
+#: cp/typeck.c:4123
+msgid "ISO C++ forbids using pointer to a member in pointer arithmetic"
+msgstr "ISO C++ interdit l'utilisation d'un pointeur sur un membre dans un pointeur arithmétique"
+
+#: cp/typeck.c:4194
+msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
+msgstr "ISO C++ interdit l'utilisation d'un pointeur de type `void *' dans une soustraction"
+
+#: cp/typeck.c:4196
+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"
+
+#: cp/typeck.c:4198
+msgid "ISO C++ forbids using pointer to a method in subtraction"
+msgstr "ISO C++ interdit l'utilisation d'un pointeur survers une méthode dans une soustraction"
+
+#: cp/typeck.c:4200
+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"
+
+#: cp/typeck.c:4212
+msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
+msgstr "utilisation invalide d'un pointeur vers un type incomplet dans un pointeur arithmétique"
+
+#: cp/typeck.c:4317
+msgid "taking address of temporary"
+msgstr "prise de l'adresse du temporaire"
+
+#: cp/typeck.c:4517
+#, c-format
+msgid "ISO C++ forbids %sing an enum"
+msgstr "ISO C++ interdit %sing un enum"
+
+#: cp/typeck.c:4561
+msgid "cast to non-reference type used as lvalue"
+msgstr "transtypage d'un type non référencé utilisé comme lvalue"
+
+#. ARM $3.4
+#: cp/typeck.c:4628
+msgid "ISO C++ forbids taking address of function `::main'"
+msgstr "ISO C++ interdit de prendre l'adresse d'une fonction `::main'"
+
+#: cp/typeck.c:4721
+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 non lvalue"
+
+#: cp/typeck.c:4737
+msgid "unary `&'"
+msgstr "unaire `&'"
+
+#: cp/typeck.c:4929
+msgid "cannot take the address of `this', which is an rvalue expression"
+msgstr "ne peut prendre l'adresse de `this', laquelle est une expression rvalue"
+
+#: cp/typeck.c:5232
+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"
+
+#: cp/typeck.c:5682
+msgid "ISO C++ forbids cast to non-reference type used as lvalue"
+msgstr "ISO C++ interdit le transtypage d'un type non référencé utilisé comme lvalue"
+
+#: cp/typeck.c:5788
+msgid "ISO C++ forbids assignment of arrays"
+msgstr "ISO C++ interdit l'affectation de tableaux"
+
+#: cp/typeck.c:5803
+msgid "return value from function receives multiple initializations"
+msgstr "valeur retournée de la fonction reçoit de multiples initialisations"
+
+#: cp/typeck.c:5946
+msgid " in pointer to member function conversion"
+msgstr " dans la conversion d'un pointeur vers un membre de fonction"
+
+#: cp/typeck.c:5954
+msgid " in pointer to member conversion"
+msgstr " dans la conversion d'un pointeur vers un membre"
+
+#: cp/typeck.c:6542
+msgid "returning reference to temporary"
+msgstr "retourné la référence vers le temporaire"
+
+#: cp/typeck.c:6549
+msgid "reference to non-lvalue returned"
+msgstr "référence vers un non lvalue a été retourné"
+
+#: cp/typeck.c:6595
+msgid "returning a value from a destructor"
+msgstr "retourné une valeur du destructeur"
+
+#. If a return statement appears in a handler of the
+#. function-try-block of a constructor, the program is ill-formed.
+#: cp/typeck.c:6603
+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"
+
+#. You can't return a value from a constructor.
+#: cp/typeck.c:6606
+msgid "returning a value from a constructor"
+msgstr "retourné une valeur d'un constructeur"
+
+#: cp/typeck.c:6623
+msgid "return-statement with no value, in function declared with a non-void return type"
+msgstr "déclaration d'un retour sans valeur, dans la fonction déclarée avec un type retourné non void"
+
+#: cp/typeck.c:6639
+msgid "return-statement with a value, in function declared with a void return type"
+msgstr "déclaration d'un retour sans valeur, dans la fonction déclarée avec un type retourné void"
+
+#: cp/typeck2.c:171
+msgid " because the following virtual functions are abstract:"
+msgstr " parce que les fonctions viruelles suivantes sont abstraites:"
+
+#: cp/typeck2.c:268
+#, c-format
+msgid "Internal error #%d."
+msgstr "Erreur interne #%d."
+
+#: cp/typeck2.c:339
+msgid "due to the presence of a constructor"
+msgstr "en raison de la présence d'un constructeur"
+
+#: cp/typeck2.c:363
+msgid "comma expression used to initialize return value"
+msgstr "expression virgule utilsée pour initialiser la valeur de retour"
+
+#: cp/typeck2.c:372
+msgid "cannot initialize arrays using this syntax"
+msgstr "ne peut initialiser les tableaux en utilisant la syntaxe"
+
+#: cp/typeck2.c:428
+msgid "ANSI C++ forbids non-constant aggregate initializer expressions"
+msgstr "ANSI C++ interdit un aggrégat non constante dans les expressions d'initaliseurs"
+
+#: cp/typeck2.c:503
+msgid "initializing array with parameter list"
+msgstr "initialise le tableau avec la liste des paramètres"
+
+#: cp/typeck2.c:559
+msgid "initializer for scalar variable requires one element"
+msgstr "initialiseur pour la variable scalaire requiert un élément"
+
+#: cp/typeck2.c:657 MRO
+msgid "aggregate has a partly bracketed initializer"
+msgstr "aggrégat a un initialiseur partiellement entourée d'accolades"
+
+#: cp/typeck2.c:687 cp/typeck2.c:788
+msgid "non-trivial labeled initializers"
+msgstr "initialiseur étiquetée non trivial"
+
+#: cp/typeck2.c:704
+msgid "non-empty initializer for array of empty elements"
+msgstr "initialiseurs non vides pour le tableau d'éléments vides"
+
+#: cp/typeck2.c:754
+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"
+
+#: cp/typeck2.c:760
+msgid "initializer list for object of class with base classes"
+msgstr "liste d'initialiseurs pour les objets de classe avec classes de base"
+
+#: cp/typeck2.c:766
+msgid "initializer list for object using virtual functions"
+msgstr "liste d'initialiseurs pour objet utilisant des fonctions virtuelles"
+
+#: cp/typeck2.c:883
+msgid "index value instead of field name in union initializer"
+msgstr "valeur index au lieu du nom de champ dans l'initialiseur d'union"
+
+#: cp/typeck2.c:939
+msgid "excess elements in aggregate initializer"
+msgstr "éléments en excès dans l'initialiseur d'aggrégat"
+
+#: cp/typeck2.c:1037
+msgid "circular pointer delegation detected"
+msgstr "délégation de pointeur circulaire détecté"
+
+#: cp/typeck2.c:1064
+msgid "result of `operator->()' yields non-pointer result"
+msgstr "résultat de `operator->()' laisse comme résultat un non pointeur"
+
+#: cp/typeck2.c:1066
+msgid "base operand of `->' is not a pointer"
+msgstr "l'opérande de base de `->' n'est pas un pointeur"
+
+#: cp/typeck2.c:1258
+#, c-format
+msgid "ISO C++ forbids defining types within %s"
+msgstr "ISO C++ interdit la définition de types à l'intérieur de %s"
+
+#: cp/xref.c:833
+#, c-format
+msgid "Can't create cross-reference file `%s'"
+msgstr "Ne peut produire un fichier de références croisés `%s'"
+
+#. The current line in each outer source file is now the
+#. same as the line of the #include.
+#: cpperror.c:55
+#, c-format
+msgid "In file included from %s:%u"
+msgstr "Dans le fichier inclus à partir de %s:%u"
+
+#. Translators note: this message is used in conjunction
+#. with "In file included from %s:%ld" and some other
+#. tricks. We want something like this:
+#.
+#. | In file included from sys/select.h:123,
+#. | from sys/types.h:234,
+#. | from userfile.c:31:
+#. | bits/select.h:45: <error message here>
+#.
+#. with all the "from"s lined up.
+#. The trailing comma is at the beginning of this message,
+#. and the trailing colon is not translated.
+#: cpperror.c:71
+#, c-format
+msgid ""
+",\n"
+" from %s:%u"
+msgstr ""
+",\n"
+" à partir de %s:%u"
+
+#: cpperror.c:188
+msgid "internal error: "
+msgstr "erreur interne: "
+
+#: cpperror.c:195
+msgid "warning: "
+msgstr "AVERTISSEMENT: "
+
+#: cpperror.c:309 cpperror.c:480 cppfiles.c:661 gcc.c:6076 tradcpp.c:4722
+#, c-format
+msgid "%s: %s"
+msgstr "%s: %s"
+
+#: cppexp.c:209
+msgid "traditional C rejects the `U' suffix"
+msgstr "C traditionel rejette le suffixe `U'"
+
+#: cppexp.c:212
+msgid "too many 'l' suffixes in integer constant"
+msgstr "trop de 'l' en suffixe dans les constantes entières"
+
+#: cppexp.c:216
+msgid "integer constant contains digits beyond the radix"
+msgstr "constante entière contient des chiffres en dehors la base numérique"
+
+#: cppexp.c:219
+msgid "integer constant out of range"
+msgstr "constante entière est hors gamme"
+
+#: cppexp.c:225
+msgid "integer constant is so large that it is unsigned"
+msgstr "constante entière est si grande qu'ell est non signée"
+
+#: cppexp.c:234
+#, c-format
+msgid "invalid suffix '%.*s' on integer constant"
+msgstr "suffixe invalide '%.*s' pour une constante entière"
+
+#: cppexp.c:343
+msgid "missing ')' after \"defined\""
+msgstr "')' manquant après \"defined\""
+
+#: cppexp.c:350
+msgid "operator \"defined\" requires an identifier"
+msgstr "opérateur \"defined\" requiert un identificateur"
+
+#: cppexp.c:358
+#, c-format
+msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
+msgstr "(\"%s\" est un jeton alternatif pour \"%s\" en C++)"
+
+#: cppexp.c:427
+msgid "\"defined\" operator appears during macro expansion"
+msgstr "opérateur \"defined\" apparaît durant l'expansion de macro"
+
+#: cppexp.c:443
+#, c-format
+msgid "ISO C++ does not permit \"%s\" in #if"
+msgstr "ISO C++ ne permet pas \"%s\" dans #if"
+
+#: cppexp.c:458
+#, c-format
+msgid "\"%s\" is not defined"
+msgstr "\"%s\" n,est pas défini"
+
+#: cppexp.c:550
+msgid "octal escape sequence out of range"
+msgstr "séquence d'échappement octale hors gamme"
+
+#: cppexp.c:583
+msgid "hex escape sequence out of range"
+msgstr "séquence d'échappement hexadécimale hors gamme"
+
+#: cppexp.c:598
+msgid "integer overflow in preprocessor expression"
+msgstr "débordement entier dans l'expresion du préprocesseur"
+
+#: cppexp.c:868
+#, c-format
+msgid "impossible operator '%s'"
+msgstr "opérateur impossible '%s'"
+
+#: cppexp.c:978
+msgid "comma operator in operand of #if"
+msgstr "opérateur virgule dans l'opérande #if"
+
+#: cppfiles.c:383
+#, c-format
+msgid "%s is too large"
+msgstr "%s est trop grand"
+
+#: cppfiles.c:412
+#, c-format
+msgid "%s is shorter than expected"
+msgstr "%s est plus petit que prévue"
+
+#: cppfiles.c:421
+#, c-format
+msgid "%s is a block device"
+msgstr "%s est un périphérique de blocs"
+
+#: cppfiles.c:541
+#, c-format
+msgid "No include path in which to find %s"
+msgstr "Pas de chemin d'inclusion afin de retrouver %s"
+
+#: cppfiles.c:609
+msgid "Multiple include guards may be useful for:\n"
+msgstr "De multiples balises pour les inclusions peuvent être utiles pour:\n"
+
+#: cppfiles.c:999
+msgid "absolute file name in remap_filename"
+msgstr "nom de fichier absolu dans remap_filename"
+
+#: cppinit.c:223
+#, c-format
+msgid "ignoring nonexistent directory \"%s\"\n"
+msgstr "répertoires \"%s\" inexistents sont ignorés\n"
+
+#: cppinit.c:229
+#, c-format
+msgid "%s: Not a directory"
+msgstr "%s: n'est pas un répertoire"
+
+#: cppinit.c:275
+#, c-format
+msgid "ignoring duplicate directory \"%s\"\n"
+msgstr "répertoires \"%s\" doubles sont ignorés\n"
+
+#: cppinit.c:889
+msgid "-include and -imacros cannot be used with -fpreprocessed"
+msgstr "-include et -imacros ne peuvent être utilisés avec -fpreprocessed"
+
+#: cppinit.c:925
+msgid "#include \"...\" search starts here:\n"
+msgstr "#include \"...\" la recherche débute ici:\n"
+
+#: cppinit.c:929
+msgid "#include <...> search starts here:\n"
+msgstr "#include <...> la recherche débute ici:\n"
+
+#: cppinit.c:932
+msgid "End of search list.\n"
+msgstr "Fin de la liste de recherche.\n"
+
+#: cppinit.c:1004 tradcpp.c:963 tradcpp.c:973 tradcpp.c:1064
+msgid "I/O error on output"
+msgstr "Erreur E/S sur la sortie"
+
+#: cppinit.c:1018
+msgid "buffers still stacked in cpp_finish"
+msgstr "tampons toujours empilés dans cpp_finish"
+
+#. Irix6 "cc -n32" and OSF4 cc have problems with char foo[] = ("string");
+#. I.e. a const string initializer with parens around it. That is
+#. what N_("string") resolves to, so we make nUsage: %s [switches] input output\n"o_* be macros instead.
+#: cppinit.c:1050
+#, c-format
+msgid "Argument missing after %s"
+msgstr "Argument manquant après %s"
+
+#: cppinit.c:1051
+#, c-format
+msgid "Assertion missing after %s"
+msgstr "Assertion manquant après %s"
+
+#: cppinit.c:1052
+#, c-format
+msgid "Directory name missing after %s"
+msgstr "Nom de répertoire manquant après %s"
+
+#: cppinit.c:1053
+#, c-format
+msgid "File name missing after %s"
+msgstr "Nom de fichier manquant après %s"
+
+#: cppinit.c:1054
+#, c-format
+msgid "Macro name missing after %s"
+msgstr "Nom de macro manquant après %s"
+
+#: cppinit.c:1055
+#, c-format
+msgid "Path name missing after %s"
+msgstr "Nom de chemin manquant après %s"
+
+#: cppinit.c:1056
+#, c-format
+msgid "Number missing after %s"
+msgstr "Nombre manquant après %s"
+
+#: cppinit.c:1057
+#, c-format
+msgid "Target missing after %s"
+msgstr "Cible manquante après %s"
+
+#: cppinit.c:1242
+#, c-format
+msgid "Too many filenames. Type %s --help for usage info"
+msgstr "Trop de noms de fichiers. Taper %s --help pour connaître l'usage"
+
+#: cppinit.c:1426 tradcpp.c:598
+msgid "Output filename specified twice"
+msgstr "Nom de fichier de sortie spécifié deux fois"
+
+#: cppinit.c:1546
+msgid "-I- specified twice"
+msgstr "-I- spécifié deux fois"
+
+#: cppinit.c:1694
+#, c-format
+msgid "GNU CPP version %s (cpplib)"
+msgstr "GNU CPP version %s (cpplib)"
+
+#: cppinit.c:1735 tradcpp.c:787
+msgid "you must additionally specify either -M or -MM"
+msgstr "vous devez en plus spécifier soit -M ou -MM"
+
+#: cppinit.c:1795
+#, c-format
+msgid "Usage: %s [switches] input output\n"
+msgstr "Usage: %s [options] entrée sortie\n"
+
+#. To keep the lines from getting too long for some compilers, limit
+#. to about 500 characters (6 lines) per chunk.
+#: cppinit.c:1798
+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"
+" -imacros <fichier> accepter la définition de macros dans le <fichier>\n"
+" -iprefix <chemin> spécifier le <chemin> comme un préfixe aux prochaines deux options\n"
+" -iwithprefix <rép> ajouter le <rép>ertoire à la fin du chemin d'inclusion système\n"
+" -iwithprefixbefore <rép> ajouter le <rép>ertoire à la fin du chemin d'inclusion principal\n"
+" -isystem <rép> ajouter le <rép>ertoire au début du chemin d'inclusion système\n"
+
+#: cppinit.c:1807
+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 ""
+" -idirafter <rép> ajouter le <rép>ertoire à la fin du chemind'inclusion système\n"
+" -I <rép> ajouter le <rép>ertoire à la fin du chemind'inclusion principal\n"
+" -I- raffiner le contrôle du chemin d'inclusion; consulter la doc\n"
+" -nostdinc ne pas rechercher à travers les répertoires d'inclusion système\n"
+" (rép spécifiés avec -isystem seront encode utilisés)\n"
+" -nostdinc++ ne pas rechercher à travers les répertoires d'inclusion système pour C++\n"
+" -o <fichier> produire la sortie dans le <fichier>\n"
+
+#: cppinit.c:1816
+msgid ""
+" -pedantic Issue all warnings demanded by strict ISO C\n"
+" -pedantic-errors Issue -pedantic warnings as errors instead\n"
+" -trigraphs Support ISO C trigraphs\n"
+" -lang-c Assume that the input sources are in C\n"
+" -lang-c89 Assume that the input sources are in C89\n"
+msgstr ""
+" -pedantic émettre tous les avertissements relatifs à la conformité stricte ISO C\n"
+" -pedantic-errors transformer les avertissements -pedantic en erreurs à la place\n"
+" -trigraphs supporter les trigraphes ISO C\n"
+" -lang-c assumer que les sources à l'entrée sont en C\n"
+" -lang-c89 assumer que les sources à l'entrée sont en C89\n"
+
+#: cppinit.c:1823
+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 ""
+" -lang-c++ assumer que les sources sont en C++\n"
+" -lang-objc assumer que les sources sont en ObjectiveC\n"
+" -lang-objc++ assumer que les sources sont en ObjectiveC++\n"
+" -lang-asm assumer que les sources sont en assembleur\n"
+
+#: cppinit.c:1829
+msgid ""
+" -std=<std name> Specify the conformance standard; one of:\n"
+" gnu89, gnu99, c89, c99, iso9899:1990,\n"
+" iso9899:199409, iso9899:1999\n"
+" -+ Allow parsing of C++ style features\n"
+" -w Inhibit warning messages\n"
+" -Wtrigraphs Warn if trigraphs are encountered\n"
+" -Wno-trigraphs Do not warn about trigraphs\n"
+" -Wcomment{s} Warn if one comment starts inside another\n"
+msgstr ""
+" -std=<standard> spécifier le <standard> de conformité à utiliser; soit:\n"
+" gnu89, gnu99, c89, c99, iso9899:1990,\n"
+" iso9899:199409, iso9899:1999\n"
+" -+ permettre l'analyse des options de style C++\n"
+" -w inhiber les messages d'avertissement\n"
+" -Wtrigraphs avertir si des trigraphes sont rencontrés\n"
+" -Wno-trigraphs ne pas avertir à propos des trigraphes\n"
+" -Wcomment{s} avertir si un commentaire débute à l'intérieur d'un autre\n"
+
+#: cppinit.c:1839
+msgid ""
+" -Wno-comment{s} Do not warn about comments\n"
+" -Wtraditional Warn about features not present in traditional C\n"
+" -Wno-traditional Do not warn about traditional C\n"
+" -Wundef Warn if an undefined macro is used by #if\n"
+" -Wno-undef Do not warn about testing undefined macros\n"
+" -Wimport Warn about the use of the #import directive\n"
+msgstr ""
+" -Wno-comment{s} ne pas avertir à propos des commentaires\n"
+" -Wtraditional avertir à propos des options non présentes en C traditionnel\n"
+" -Wno-traditional ne pas avertir à propos du C traditionel\n"
+" -Wundef avertir à propos de macros indéfinies si utilisé dans un #if\n"
+" -Wno-undef ne pas avertir à propos de la vérification des macros indéfinies\n"
+" -Wimport avertir de l'utilisation de la directive #import\n"
+
+#: cppinit.c:1847
+msgid ""
+" -Wno-import Do not warn about the use of #import\n"
+" -Werror Treat all warnings as errors\n"
+" -Wno-error Do not treat warnings as errors\n"
+" -Wsystem-headers Do not suppress warnings from system headers\n"
+" -Wno-system-headers Suppress warnings from system headers\n"
+" -Wall Enable all preprocessor warnings\n"
+msgstr ""
+" -Wno-import ne pas avertir à propos de l'utilisation de #import\n"
+" -Werror traiter tous les avertissements comme des erreurs\n"
+" -Wno-error ne pas traiter tous les avertissements comme des erreurs\n"
+" -Wsystem-headers ne pas supprimer les avertissements dans les en-têtes système\n"
+" -Wno-system-headers supprimer les avertissements dans les en-têtes système\n"
+" -Wall autoriser tous les avertissements du préprocesseur\n"
+
+#: cppinit.c:1855
+msgid ""
+" -M Generate make dependencies\n"
+" -MM As -M, 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 ""
+" -M générer les dépendances pour make\n"
+" -MM identique à -M, mais ignorer les en-têtes systèmes de fichiers\n"
+" -MF <fichier> écrire les dépendances dans le <fichier>\n"
+" -MG traiter les en-têtes de fichiers comme des fichiers générés\n"
+
+#: cppinit.c:1861
+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 ""
+" -MP\t\t\t générer des cibles factices pour toutes les en-têtes\n"
+" -MQ <target> ajouter une cible MAKE-quoted\n"
+" -MT <target> ajouter une cible non 'quoted'\n"
+
+#: cppinit.c:1866
+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 ""
+" -D<macro> définir une <macro> avec la chaîne '1' pour valeur\n"
+" -D<macro>=<valeur> définir une <macro> de <valeur>\n"
+" -A<question> (<réponse>) asservir la <réponse> à la <question>\n"
+" -A-<question> (<réponse>) ne plus asservir la <réponse> à la <question>\n"
+" -U<macro> ne plus définir la <macro> \n"
+" -v afficher le numéro de version\n"
+
+#: cppinit.c:1874
+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 ""
+" -H afficher le nom des fichiers en-tête tel qu'utilisés\n"
+" -C ne pas mettre de côté les commantaires\n"
+" -dM afficher la liste des définitions de macro actives à la fin\n"
+" -dD préserver les définitions de macros à la sortie\n"
+" -dN identique à -dD sauf que seuls les noms sont préservés\n"
+" -dI inclure la directive #include à la sortie\n"
+
+#: cppinit.c:1882
+msgid ""
+" -fpreprocessed 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"
+" -$ Do not allow '$' in identifiers\n"
+" -remap Remap file names when including files.\n"
+" --version Display version information\n"
+" -h or --help Display this information\n"
+msgstr ""
+" -fpreprocessed traiter le fichier d'entrée comme étant déjà pré-traitée\n"
+" -ftabstop=<nombre> sélectionner la largeur de tabulation pour les rapports\n"
+" -P ne pas générer des directives #line\n"
+" -$ ne pas permettre '$' dans les identificateurs\n"
+" -remap refaire la table de projection des noms de fichiers\n"
+" lors de l'inclusion de fichiers.\n"
+" --version afficher le numéro de version\n"
+" -h or --help afficher l'aide mémoire\n"
+
+#: cpplex.c:159
+#, c-format
+msgid "trigraph ??%c converted to %c"
+msgstr "trigraphe ??%c converti à %c"
+
+#: cpplex.c:167
+#, c-format
+msgid "trigraph ??%c ignored"
+msgstr "trigraphe ??%c ignoré"
+
+#: cpplex.c:251
+msgid "backslash and newline separated by space"
+msgstr "barre oblique inverse et retour de chariot séparé par un blanc"
+
+#: cpplex.c:255
+msgid "backslash-newline at end of file"
+msgstr "barre oblique inverse et retour de chariot à la fin du fichier"
+
+#: cpplex.c:330
+msgid "\"/*\" within comment"
+msgstr "\"/*\" à l'intérieur du commentaire"
+
+#: cpplex.c:416
+msgid "null character(s) ignored"
+msgstr "caractère null ignoré"
+
+#: cpplex.c:423
+#, c-format
+msgid "%s in preprocessing directive"
+msgstr "%s dans la directive de pré-traitement"
+
+#: cpplex.c:507
+msgid "'$' character(s) in identifier"
+msgstr "caractère(s) '$'dans l'identificateur"
+
+#: cpplex.c:521
+#, c-format
+msgid "attempt to use poisoned \"%s\""
+msgstr "tentative d'utilisation empoisonée de \"%s\""
+
+#: cpplex.c:527
+msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
+msgstr "__VA_ARGS__ peut seulement appraître dans l'expansion des macros C99 variadic"
+
+#: cpplex.c:597
+#, c-format
+msgid "missing terminating %c character"
+msgstr "caractère %c de terminaison manquant"
+
+#: cpplex.c:604 MRO
+msgid "possible start of unterminated string literal"
+msgstr "début possible d'une chaîne de mot non terminée"
+
+#: cpplex.c:697 MRO
+msgid "multi-line string literals are deprecated"
+msgstr "chaîne de mots multi-lignes sont dépréciés"
+
+#: cpplex.c:708 MRO
+msgid "null character(s) preserved in literal"
+msgstr "caractère(s) nul préservé(s) dans la chaîne"
+
+#: cpplex.c:881
+msgid "no newline at end of file"
+msgstr "pas de nouvelle ligne à la fin du fichier"
+
+#: cpplex.c:1002 tradcpp.c:1447
+msgid "unterminated comment"
+msgstr "commentaire non terminé"
+
+#: cpplex.c:1016
+msgid "C++ style comments are not allowed in ISO C89"
+msgstr "Le style des commentaires en C++ n'est pas permis en ISO C89"
+
+#: cpplex.c:1018
+msgid "(this will be reported only once per input file)"
+msgstr "(ceci sera rapporté seulement une seule fois par fichier d'entrée)"
+
+#: cpplex.c:1026
+msgid "multi-line comment"
+msgstr "commentaire multi-lignes"
+
+#: cpplex.c:1188
+msgid "directives may not be used inside a macro argument"
+msgstr "directives ne peuvent être utilisées à l'intérieur d'un argument macro"
+
+#: cpplex.c:1343
+#, c-format
+msgid "Unspellable token %s"
+msgstr "Jeton %s ne peut être épelé"
+
+#: cpplib.c:214
+#, c-format
+msgid "extra tokens at end of #%s directive"
+msgstr "jetons superflus à la fin de la directive #%s"
+
+#: cpplib.c:303
+msgid "# followed by integer"
+msgstr "# suivi d'un entier"
+
+#: cpplib.c:352
+msgid "suggest not using #elif in traditional C"
+msgstr "suggéré de ne pas utiliser #elif en C traditionnel"
+
+#: cpplib.c:355
+#, c-format
+msgid "traditional C ignores #%s with the # indented"
+msgstr "C traditionel ignore #%s avec le # d'indentation"
+
+#: cpplib.c:359
+#, c-format
+msgid "suggest hiding #%s from traditional C with an indented #"
+msgstr "suggéré de cacher #%s en C traditionel avec l'indentation #"
+
+#: cpplib.c:369
+#, c-format
+msgid "#%s is a GCC extension"
+msgstr "#%s est une extension GCC"
+
+#: cpplib.c:393
+#, c-format
+msgid "invalid preprocessing directive #%s"
+msgstr "directive de pré-traitement invalide #%s"
+
+#: cpplib.c:454
+#, c-format
+msgid "no macro name given in #%s directive"
+msgstr "aucun nom de macro donné dans la directive #%s"
+
+#: cpplib.c:458
+#, c-format
+msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
+msgstr "\"%s\" ne peut être utilisé comme nom de macro alors que c,est un opérateur en C++"
+
+#: cpplib.c:461
+msgid "macro names must be identifiers"
+msgstr "noms de macro doivent être des identificateurs"
+
+#: cpplib.c:470
+#, c-format
+msgid "\"%s\" cannot be used as a macro name"
+msgstr "\"%s\" ne peut être utilisé comme nom de macro"
+
+#: cpplib.c:508
+#, c-format
+msgid "undefining \"%s\""
+msgstr "indéfinition de \"%s\""
+
+#: cpplib.c:552
+msgid "missing terminating > character"
+msgstr "caractère > de terminaison est manquant"
+
+#: cpplib.c:590
+#, c-format
+msgid "#%s expects \"FILENAME\" or <FILENAME>"
+msgstr "#%s attend \"FILENAME\" ou <FILENAME>"
+
+#: cpplib.c:599
+#, c-format
+msgid "empty file name in #%s"
+msgstr "nom de fichier vide dans #%s"
+
+#: cpplib.c:627
+msgid "#include nested too deeply"
+msgstr "#include imbriqué trop profondément"
+
+#: cpplib.c:629 MRO
+msgid "attempt to push file buffer with contexts stacked"
+msgstr "tentative d'empilage du tampon fichier dans un contexte de pile"
+
+#: cpplib.c:636
+msgid "#include_next in primary source file"
+msgstr "#include_next dans un fichier source primaire"
+
+#: cpplib.c:660
+msgid "#import is obsolete, use an #ifndef wrapper in the header file"
+msgstr "#import est obsolète, utiliser une enveloppe #ifndef dans le fichier d'en-tête"
+
+#: cpplib.c:696
+#, c-format
+msgid "invalid flag \"%s\" in line directive"
+msgstr "fanion \"%s\" invalide dans la ligne de directives"
+
+#: cpplib.c:748
+#, c-format
+msgid "\"%s\" after #line is not a positive integer"
+msgstr "\"%s\" après #line n'est pas un nombre entier positif"
+
+#: cpplib.c:754
+msgid "line number out of range"
+msgstr "numéro de ligne hors gamme"
+
+#: cpplib.c:798
+#, c-format
+msgid "file \"%s\" left but not entered"
+msgstr "fichier \"%s\" a été laissé mais n'a pas été entré"
+
+#: cpplib.c:806
+#, c-format
+msgid "expected to return to file \"%s\""
+msgstr "attendait retourner au fichier \"%s\""
+
+#: cpplib.c:809
+#, c-format
+msgid "expected to return to line number %u"
+msgstr "attendait retourner au numéro de ligne %u"
+
+#: cpplib.c:812
+#, c-format
+msgid "header flags for \"%s\" have changed"
+msgstr "fanion d'en-tête de \"%s\" a changé"
+
+#: cpplib.c:823
+#, c-format
+msgid "\"%s\" is not a valid filename"
+msgstr "\"%s\" n'est pas un nom de fichier valide"
+
+#: cpplib.c:920 f/lex.c:1240
+msgid "invalid #ident"
+msgstr "#ident invalide"
+
+#: cpplib.c:971
+#, c-format
+msgid "unknown #pragma namespace %s"
+msgstr "#pragma namespace %s inconnu"
+
+#: cpplib.c:1083
+msgid "#pragma once is obsolete"
+msgstr "utilisation une seule fois de #pragma est obsolète"
+
+#: cpplib.c:1086
+msgid "#pragma once in main file"
+msgstr "#pragma utilisé une fois dans le fichier principal"
+
+#: cpplib.c:1110
+msgid "invalid #pragma GCC poison directive"
+msgstr "#pragma GCC directive empoisonée invalide"
+
+#: cpplib.c:1119
+#, c-format
+msgid "poisoning existing macro \"%s\""
+msgstr "empoisonnement de la macro existente \"%s\""
+
+#: cpplib.c:1144
+msgid "#pragma system_header ignored outside include file"
+msgstr "#pragma system_header ignorée en dehors du fichier d'inclusion"
+
+#: cpplib.c:1166
+#, c-format
+msgid "cannot find source %s"
+msgstr "ne peut repérer le source %s"
+
+#: cpplib.c:1170
+#, c-format
+msgid "current file is older than %s"
+msgstr "le fichier courant est plus vieux que %s"
+
+#: cpplib.c:1233 MRO
+msgid "_Pragma takes a parenthesized string literal"
+msgstr "_Pragma prend une chaîne entourée de parenthèrese"
+
+#: cpplib.c:1326
+msgid "#else without #if"
+msgstr "#else sans #if"
+
+#: cpplib.c:1331 tradcpp.c:3850
+msgid "#else after #else"
+msgstr "#else après #else"
+
+#: cpplib.c:1333 cpplib.c:1367
+msgid "the conditional began here"
+msgstr "le conditionel débute ici"
+
+#: cpplib.c:1360
+msgid "#elif without #if"
+msgstr "#elif sans #if"
+
+#: cpplib.c:1365 tradcpp.c:3545
+msgid "#elif after #else"
+msgstr "#elif après #else"
+
+#: cpplib.c:1397
+msgid "#endif without #if"
+msgstr "#endif sans #if"
+
+#: cpplib.c:1482 tradcpp.c:3242
+msgid "missing '(' after predicate"
+msgstr "'(' manquante après le prédicat"
+
+#: cpplib.c:1503 tradcpp.c:3256
+msgid "missing ')' to complete answer"
+msgstr "')' manquante pour completer la réponse"
+
+#: cpplib.c:1511 tradcpp.c:3262
+msgid "predicate's answer is empty"
+msgstr "la réponse du prédicat est vide"
+
+#: cpplib.c:1542 tradcpp.c:3310
+msgid "assertion without predicate"
+msgstr "assertion sans prédicat"
+
+#: cpplib.c:1544 tradcpp.c:3312
+msgid "predicate must be an identifier"
+msgstr "prédicat doit être un identificateur"
+
+#: cpplib.c:1625 tradcpp.c:3409
+#, c-format
+msgid "\"%s\" re-asserted"
+msgstr "\"%s\" re-asserti"
+
+#: cpplib.c:1821
+msgid "<builtin>"
+msgstr "<interne>"
+
+#: cpplib.c:1823
+msgid "<command line>"
+msgstr "<ligne de commande>"
+
+#: cpplib.c:1846
+msgid "<stdin>"
+msgstr "<stdin>"
+
+#: cpplib.c:1879
+#, c-format
+msgid "unterminated #%s"
+msgstr "#%s non terminé"
+
+#: cpplib.c:1907
+#, c-format
+msgid "file \"%s\" entered but not left"
+msgstr "fichier \"%s\" entrée mais non laissé"
+
+#: cppmacro.c:213
+#, c-format
+msgid "invalid builtin macro \"%s\""
+msgstr "macro interne invalide \"%s\""
+
+#: cppmacro.c:333 MRO
+msgid "invalid string literal, ignoring final '\\'"
+msgstr "chaîne invalide, '\\' final est ignoré"
+
+#: cppmacro.c:367
+#, c-format
+msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
+msgstr "collage de \"%s\" et de \"%s\" n'a pas donné des jetons valide de pré-traitement"
+
+#: cppmacro.c:539
+#, c-format
+msgid "unterminated argument list invoking macro \"%s\""
+msgstr "liste d'arguments non terminé invoquant la macro \"%s\""
+
+#: cppmacro.c:556
+msgid "ISO C99 requires rest arguments to be used"
+msgstr "ISO C99 requiert que les arguments restants soient utilisés"
+
+#: cppmacro.c:561
+#, c-format
+msgid "macro \"%s\" requires %u arguments, but only %u given"
+msgstr "macro \"%s\" requiert %u arguments, mais seulement %u ont été donnés"
+
+#: cppmacro.c:572
+#, c-format
+msgid "macro \"%s\" passed %u arguments, but takes just %u"
+msgstr "macro \"%s\" a passé %u arguments, mais seulement %u ont été pris"
+
+#: cppmacro.c:612
+#, c-format
+msgid "function-like macro \"%s\" must be used with arguments in traditional C"
+msgstr "macro \"%s\" identique à une fonction doit être utilisé avec des arguments en C traditionnel"
+
+#: cppmacro.c:1236
+#, c-format
+msgid "duplicate macro parameter \"%s\""
+msgstr "paramètre de macro en double \"%s\""
+
+#: cppmacro.c:1271
+#, c-format
+msgid "\"%s\" may not appear in macro parameter list"
+msgstr "\"%s\" peut ne pas apparaître dans la liste des paramètres des macros"
+
+#: cppmacro.c:1278
+msgid "macro parameters must be comma-separated"
+msgstr "paramètres de macro doivent être séparés par des virgules"
+
+#: cppmacro.c:1295
+msgid "parameter name missing"
+msgstr "nom de paramètre manquant"
+
+#: cppmacro.c:1309
+msgid "anonymous variadic macros were introduced in C99"
+msgstr "macros anonymes variables ont été introduites avec le C99"
+
+#: cppmacro.c:1312
+msgid "ISO C does not permit named variadic macros"
+msgstr "ISO C ne permet les macros variables nommées"
+
+#: cppmacro.c:1321
+msgid "missing ')' in macro parameter list"
+msgstr "')' manquante dans la liste des paramètres de macros"
+
+#: cppmacro.c:1400
+msgid "ISO C requires whitespace after the macro name"
+msgstr "ISO C requiert des blancs après le nom de macro"
+
+#: cppmacro.c:1423
+msgid "'#' is not followed by a macro parameter"
+msgstr "'#' n'est pas suivi d'un paramètre de macro"
+
+#: cppmacro.c:1443
+msgid "'##' cannot appear at either end of a macro expansion"
+msgstr "'##' ne peut apparaître à chacune des fins de l'expansion de macros"
+
+#: cppmacro.c:1478
+#, c-format
+msgid "\"%s\" redefined"
+msgstr "\"%s\" redéfini"
+
+#: cppmacro.c:1484
+msgid "this is the location of the previous definition"
+msgstr "ceci est la localisation d'une précédente définition"
+
+#: cppmacro.c:1542
+#, c-format
+msgid "macro argument \"%s\" would be stringified with -traditional."
+msgstr "argument macro \"%s\" devrait être déclaré de type chaîne avec -traditional."
+
+#: cppmacro.c:1566 MRO
+#, c-format
+msgid "invalid hash type %d in dump_definition"
+msgstr "type de hachage invalide %d dans dump_definition"
+
+#: cppmain.c:128
+#, c-format
+msgid "Invalid option %s"
+msgstr "Option invalide %s"
+
+#: cppspec.c:128
+#, c-format
+msgid "\"%s\" is not a valid option to the preprocessor"
+msgstr "\"%s\" n'est pas une option valide pour le préprocesseur"
+
+#: cppspec.c:152
+msgid "too many input files"
+msgstr "trop de fichiers d'entrée"
+
+#: cse.c:7140
+#, c-format
+msgid ";; Processing block from %d to %d, %d sets.\n"
+msgstr ";; traitement de blocs de %d à %d, %d initialisés.\n"
+
+#: diagnostic.c:844
+#, c-format
+msgid "%s:%d: warning: "
+msgstr "%s:%d: AVERTISSEMENT: "
+
+#: diagnostic.c:851
+#, c-format
+msgid "%s: warning: "
+msgstr "%s: AVERTISSEMENT: "
+
+#: diagnostic.c:937
+msgid "((anonymous))"
+msgstr "((anonyme))"
+
+#: diagnostic.c:1064
+#, c-format
+msgid "%s: warnings being treated as errors\n"
+msgstr "%s: avertissements ont été traités commes des erreurs\n"
+
+#: diagnostic.c:1116
+#, c-format
+msgid "%s: %s: "
+msgstr "%s: %s: "
+
+#: diagnostic.c:1224
+msgid "sorry, not implemented: "
+msgstr "désolé, pas implanté: "
+
+#: diagnostic.c:1243
+#, c-format
+msgid "%s "
+msgstr "%s "
+
+#: diagnostic.c:1245
+#, c-format
+msgid " %s"
+msgstr " %s"
+
+#: diagnostic.c:1268
+msgid "At top level:"
+msgstr "Au niveau supérieur:"
+
+#: diagnostic.c:1273
+#, c-format
+msgid "In method `%s':"
+msgstr "Dans la méthode `%s':"
+
+#: diagnostic.c:1277
+#, c-format
+msgid "In function `%s':"
+msgstr "Dans la fonction `%s':"
+
+#: diagnostic.c:1412
+msgid "compilation terminated.\n"
+msgstr "compilation terminatée.\n"
+
+#: diagnostic.c:1447
+#, c-format
+msgid "%s:%d: confused by earlier errors, bailing out\n"
+msgstr "%s:%d: rendu confus par les erreurs précédentes, abandon\n"
+
+#: diagnostic.c:1461 diagnostic.c:1700
+#, c-format
+msgid ""
+"Please submit a full bug report,\n"
+"with preprocessed source if appropriate.\n"
+"See %s for instructions.\n"
+msgstr ""
+"SVP soumettre un rapport complet d'anomalies,\n"
+"avec le source pré-traité si cela est approprié.\n"
+"Consulter %s pour les instructions.\n"
+
+#: diagnostic.c:1493
+msgid "Unrecognizable insn:"
+msgstr "insn on reconnaissable:"
+
+#: diagnostic.c:1495
+msgid "Insn does not satisfy its constraints:"
+msgstr "Insn ne satisfait pas ses contraintes:"
+
+#: diagnostic.c:1698
+msgid "Internal compiler error: Error reporting routines re-entered.\n"
+msgstr "erreur interne de compilateur: erreur pour rapporter une routine ré-entée\n"
+
+#: diagnostic.c:1760
+#, c-format
+msgid "Internal compiler error in %s, at %s:%d"
+msgstr "Erreur internal du compilateur dans %s, à %s:%d"
+
+#: diagnostic.c:1805
+#, c-format
+msgid "In file included from %s:%d"
+msgstr "Dans le fichier inclus à partir de %s:%d"
+
+#: diagnostic.c:1808
+#, c-format
+msgid ""
+",\n"
+" from %s:%d"
+msgstr ""
+",\n"
+" à partir de %s:%d"
+
+#: diagnostic.c:1809
+msgid ":\n"
+msgstr ":\n"
+
+#: dwarf2out.c:2977
+#, c-format
+msgid "DW_LOC_OP %s not implememnted\n"
+msgstr "DW_LOC_OP %s n'est pas implanté\n"
+
+#: dwarf2out.c:7071 dwarfout.c:2128 MRO
+#, c-format
+msgid "internal regno botch: regno = %d\n"
+msgstr "regno interne mal fait: regno = %d\n"
+
+#: dwarfout.c:6262
+msgid "can't get current directory"
+msgstr "ne peut repérer le répertoire courant"
+
+#: emit-rtl.c:1006
+msgid "Can't access real part of complex value in hard register"
+msgstr "ne peut accéder la partie réelle d'une valeur complexe dans le registre matériel"
+
+#: emit-rtl.c:1030
+msgid "can't access imaginary part of complex value in hard register"
+msgstr "ne peut accéder la partie imaginaire d'une valeur complexe dans le registre matériel"
+
+#: emit-rtl.c:2560
+msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
+msgstr "ICE: emit_insn utilisé où emit_jump_insn est attendu:\n"
+
+#: errors.c:168
+#, c-format
+msgid "abort in %s, at %s:%d"
+msgstr "abandon dans %s, à %s:%d"
+
+#: except.c:357
+msgid "exception handling disabled, use -fexceptions to enable"
+msgstr "traitement d'exceptions désactivé, utiliser -fexceptions pour l'activer"
+
+#: except.c:2931
+msgid "argument of `__builtin_eh_return_regno' must be constant"
+msgstr "argument de `__builtin_eh_return_regno' doit être une constante"
+
+#: except.c:3029 except.c:3053
+msgid "__builtin_eh_return not supported on this target"
+msgstr "__builtin_eh_return n'est pas supportée sur cette cible"
+
+#: explow.c:1458
+msgid "stack limits not supported on this target"
+msgstr "limites de pile ne sont pas supportées sur cette cible"
+
+#: expr.c:2842
+msgid "function using short complex types cannot be inline"
+msgstr "foncton utilsant un type complex short ne peut être en ligne"
+
+#: expr.c:5860 expr.c:5869 expr.c:5878 expr.c:5883 expr.c:6041 expr.c:6056
+msgid "unsupported wide integer operation"
+msgstr "opération sur de large entier n'est pas supportée"
+
+#: expr.c:6103
+#, c-format
+msgid "prior parameter's size depends on `%s'"
+msgstr "taille du paramètre précédent dépend de `%s'"
+
+#: expr.c:6504
+msgid "returned value in block_exit_expr"
+msgstr "valeur retournée dans block_exit_expr"
+
+#: f/com.c:11860
+msgid "no INTEGER type can hold a pointer on this configuration"
+msgstr "AUCUN type ENTIER ne peut tenir un pointeur sur cette configuration"
+
+#: f/com.c:12087
+#, c-format
+msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
+msgstr "configuration: REAL, INTEGER, et LOGICAL ont %d bits,"
+
+#: f/com.c:12089
+#, c-format
+msgid "and pointers are %d bits wide, but g77 doesn't yet work"
+msgstr "et les pointeura ont %d bits, mais g77 ne fonctionne pas encore"
+
+#: f/com.c:12091
+msgid "properly unless they all are 32 bits wide."
+msgstr "correctement à moins qu'ils aient tous 32 bits."
+
+#: f/com.c:12092
+msgid "Please keep this in mind before you report bugs. g77 should"
+msgstr "SVP garder cela en tête avant de rapporter des anomalies. g77 devrait"
+
+#: f/com.c:12093
+msgid "support non-32-bit machines better as of version 0.6."
+msgstr "supporter les machines n'ayant pas 32 bits mieux que la version 0.6"
+
+#. I/O will probably crash.
+#: f/com.c:12101
+#, c-format
+msgid "configuration: char * holds %d bits, but ftnlen only %d"
+msgstr "configuration: char * contient %d bits, mais ftnlen seulement %d"
+
+#. ASSIGN 10 TO I will crash.
+#: f/com.c:12110
+#, c-format
+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"
+" déclaration ASSIGN pourrait échouer"
+
+#: f/com.c:16088
+msgid "Directory name must immediately follow -I"
+msgstr "Nom du répertoire doit suivre immédiatement -I"
+
+#: f/g77spec.c:250
+#, c-format
+msgid "overflowed output arg list for `%s'"
+msgstr "débordement de la liste d'arguments de sortie pour `%s'"
+
+#: f/g77spec.c:436
+msgid "--driver no longer supported"
+msgstr "--driver n'est plus supporté"
+
+#: f/g77spec.c:450
+#, c-format
+msgid "argument to `%s' missing"
+msgstr "argument pour `%s' est manquant"
+
+#: f/g77spec.c:454
+msgid "No input files; unwilling to write output files"
+msgstr "Aucun fichier d'entrée; pas d'accord pour écrire dans les fichiers de sortie"
+
+#: f/lang-options.h:33
+msgid "Print g77-specific compiler version info, run internal tests"
+msgstr "Afficher les informations de version du compilateur g77-specific, exécuter les tests internes"
+
+#: f/lang-options.h:38
+msgid "Program is written in typical FORTRAN 66 dialect"
+msgstr "Programme est écrit dans un dialecte typique FORTRAN 66"
+
+#: f/lang-options.h:41
+msgid "Program is written in typical Unix f77 dialect"
+msgstr "Programme est écrit dans un dialecte typique Unix f77"
+
+#: f/lang-options.h:43
+msgid "Program does not use Unix-f77 dialectal features"
+msgstr "Programme n'utilise pas les options du dialecte Unix f77"
+
+#: f/lang-options.h:45
+msgid "Program is written in Fortran-90-ish dialect"
+msgstr "Programme est écrit dans un dialecte Fortran 90"
+
+#: f/lang-options.h:49
+msgid "Treat local vars and COMMON blocks as if they were named in SAVE statements"
+msgstr "Traiter les var. locales et les blocs COMMON tel que s'ils étaient nommés dans une déclaration SAVE"
+
+#: f/lang-options.h:51
+msgid "Allow $ in symbol names"
+msgstr "Permettre $ dans les noms de symboles"
+
+#: f/lang-options.h:55
+msgid "f2c-compatible code need not be generated"
+msgstr "code f2c compatible n'a pas besoin d'être généré"
+
+#: f/lang-options.h:58
+msgid "Unsupported; do not generate libf2c-calling code"
+msgstr "Non supporté; ne pas générer le code d'appel libf2c"
+
+#: f/lang-options.h:60
+msgid "Unsupported; affects code-generation of arrays"
+msgstr "Non supporté; affecte la génération de code des tableaux"
+
+#: f/lang-options.h:63
+msgid "Program is written in Fortran-90-ish free form"
+msgstr "Programme est écrit dans un style libre Fortran 90"
+
+#: f/lang-options.h:68
+msgid "Warn about use of (only a few for now) Fortran extensions"
+msgstr "Avertir à propos de l'utilisation (très peu pour l'instant) des extensions Fortran"
+
+#: f/lang-options.h:71
+msgid "Program is written in VXT (Digital-like) FORTRAN"
+msgstr "Programme est écrit en Fortran VXT (forme de Digital)"
+
+#: f/lang-options.h:74
+msgid "Disallow all ugly features"
+msgstr "Désactiver toutes les options laides"
+
+#: f/lang-options.h:77
+msgid "Hollerith and typeless constants not passed as arguments"
+msgstr "Les constantes Hollerith et sans type ne sont pas passés comme arguments"
+
+#: f/lang-options.h:79
+msgid "Allow ordinary copying of ASSIGN'ed vars"
+msgstr "Permettre le copie ordinaire des variable affectées"
+
+#: f/lang-options.h:82 MRO
+msgid "Dummy array dimensioned to (1) is assumed-size"
+msgstr "Tableau factice dont la taille des dimensions (1) est assumée"
+
+#: f/lang-options.h:85 MRO
+msgid "Trailing comma in procedure call denotes null argument"
+msgstr "Virgule de fin dans l'appel de la procédure dénote un argument nul"
+
+#: f/lang-options.h:88 MRO
+msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
+msgstr "Permettre REAL(Z) et AIMAG(Z) pour les DOUBLE COMPLEX Z"
+
+#: f/lang-options.h:92 MRO
+msgid "Initialization via DATA and PARAMETER is type-compatible"
+msgstr "Initialisation via DATA et PARAMETER est un de types compatibles"
+
+#: f/lang-options.h:94 MRO
+msgid "Allow INTEGER and LOGICAL interchangeability"
+msgstr "Permettre l'interchangeabilité de INTEGER et LOGICAL"
+
+#: f/lang-options.h:97
+msgid "Print internal debugging-related info"
+msgstr "Afficher les informations internes reliées à la mise au point"
+
+#: f/lang-options.h:100
+msgid "Initialize local vars and arrays to zero"
+msgstr "Initialiser les vars locales et les tableaux à zéro"
+
+#: f/lang-options.h:104 MRO
+msgid "Backslashes in character/hollerith constants not special (C-style)"
+msgstr "Barres obliques inverses dans les constantes caractères/hollerith ne sont pas particulières (style C)"
+
+#: f/lang-options.h:106
+msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"
+msgstr "Avoir un frontal d'émulation pour l'arithmétique COMPLEXE pour éviter les bugs"
+
+#: f/lang-options.h:110
+msgid "Disable the appending of underscores to externals"
+msgstr "Désactiver l'ajout de caractères de soulignement aux externes"
+
+#: f/lang-options.h:113
+msgid "Never append a second underscore to externals"
+msgstr "Ne jamais ajouter un second caractères de soulignement aux externes"
+
+#: f/lang-options.h:115
+msgid "Intrinsics spelled as e.g. SqRt"
+msgstr "Intrinsèques épellées tel que SqRt"
+
+#: f/lang-options.h:117
+msgid "Intrinsics in uppercase"
+msgstr "Intrinsèques en majuscules"
+
+#: f/lang-options.h:120
+msgid "Intrinsics letters in arbitrary cases"
+msgstr "Lettres d'instrinsèques en casse arbitraire"
+
+#: f/lang-options.h:122
+msgid "Language keywords spelled as e.g. IOStat"
+msgstr "Mots clés du langage épellés tel que IOStat"
+
+#: f/lang-options.h:124
+msgid "Language keywords in uppercase"
+msgstr "Mots clés du langage en majuscules"
+
+#: f/lang-options.h:127
+msgid "Language keyword letters in arbitrary cases"
+msgstr "Lettres des mots clés du langage dans des casses arbitraires"
+
+#: f/lang-options.h:129
+msgid "Internally convert most source to uppercase"
+msgstr "Convertir à l'interne la majorité des sources en majuscules"
+
+#: f/lang-options.h:132
+msgid "Internally preserve source case"
+msgstr "Préserver à l'interne la casse des sources"
+
+#: f/lang-options.h:134
+msgid "Symbol names spelled in mixed case"
+msgstr "Noms des symboles épellés dans des casses mélangées"
+
+#: f/lang-options.h:136
+msgid "Symbol names in uppercase"
+msgstr "Noms des symboles en majuscules"
+
+#: f/lang-options.h:138
+msgid "Symbol names in lowercase"
+msgstr "Noms de symboles en minuscules"
+
+#: f/lang-options.h:141
+msgid "Program written in uppercase"
+msgstr "Programme écrit en majuscules"
+
+#: f/lang-options.h:143
+msgid "Program written in lowercase"
+msgstr "Programmes écrit en minuscules"
+
+#: f/lang-options.h:145
+msgid "Program written in strict mixed-case"
+msgstr "Programme écrit dans une stricte casse mélangée"
+
+#: f/lang-options.h:147
+msgid "Compile as if program written in uppercase"
+msgstr "Compiler comme si le programme était écrit en majuscules"
+
+#: f/lang-options.h:149
+msgid "Compile as if program written in lowercase"
+msgstr "Compiler comme si le programme était écrit en minuscules"
+
+#: f/lang-options.h:151
+msgid "Preserve all spelling (case) used in program"
+msgstr "Préserver toutes les épellations (casses) utilisé dans le programme"
+
+#: f/lang-options.h:153
+msgid "Delete libU77 intrinsics with bad interfaces"
+msgstr "Détruire les intrinsèques libU77 ayant des interfaces erronées"
+
+#: f/lang-options.h:155
+msgid "Disable libU77 intrinsics with bad interfaces"
+msgstr "Désactiver les intrinsèques libU77 ayant des interfaces erronées"
+
+#: f/lang-options.h:158
+msgid "Hide libU77 intrinsics with bad interfaces"
+msgstr "Cacher les intrinsèques libU77 ayant des interfaces erronées"
+
+#: f/lang-options.h:160
+msgid "Delete non-FORTRAN-77 intrinsics f2c supports"
+msgstr "Détruire les supports f2c intrinsèques non Fortran 77"
+
+#: f/lang-options.h:162
+msgid "Disable non-FORTRAN-77 intrinsics f2c supports"
+msgstr "Désactiver les supports f2c intrinsèques non Fortran 77"
+
+#: f/lang-options.h:165
+msgid "Hide non-FORTRAN-77 intrinsics f2c supports"
+msgstr "Cacher les supports f2c intrinsèques non Fortran 77"
+
+#: f/lang-options.h:167
+msgid "Delete non-FORTRAN-77 intrinsics F90 supports"
+msgstr "Détruire les supports F90 intrinsèques non Fortran 77"
+
+#: f/lang-options.h:169
+msgid "Disable non-FORTRAN-77 intrinsics F90 supports"
+msgstr "Désactiver les supports F90 intrinsèques non Fortran 77"
+
+#: f/lang-options.h:172
+msgid "Hide non-FORTRAN-77 intrinsics F90 supports"
+msgstr "Cacher les supports F90 intrinsèques non Fortran 77"
+
+#: f/lang-options.h:174
+msgid "Delete non-FORTRAN-77 intrinsics g77 supports"
+msgstr "Détruire les supports g77 intrinsèques non Fortran 77"
+
+#: f/lang-options.h:176
+msgid "Disable non-FORTRAN 77 intrinsics F90 supports"
+msgstr "Désactiver les supports g77 intrinsèques non Fortran 77"
+
+#: f/lang-options.h:179
+msgid "Hide non-FORTRAN 77 intrinsics F90 supports"
+msgstr "Cacher les supports g77 intrinsèques non Fortran 77"
+
+#: f/lang-options.h:181
+msgid "Delete MIL-STD 1753 intrinsics"
+msgstr "Détruire les intrinsèques MIL-STD 1753"
+
+#: f/lang-options.h:183
+msgid "Disable MIL-STD 1753 intrinsics"
+msgstr "Désactiver les intrinsèques MIL-STD 1753"
+
+#: f/lang-options.h:186
+msgid "Hide MIL-STD 1753 intrinsics"
+msgstr "Cacher les intrinsèques MIL-STD 1753"
+
+#: f/lang-options.h:188
+msgid "Delete libU77 intrinsics"
+msgstr "Détruire les intrinsèques libU77"
+
+#: f/lang-options.h:190
+msgid "Disable libU77 intrinsics"
+msgstr "Désactiver les intrinsèques libU77"
+
+#: f/lang-options.h:193
+msgid "Hide libU77 intrinsics"
+msgstr "Cacher les intrinsèques libU77"
+
+#: f/lang-options.h:195
+msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"
+msgstr "Détruire les supports VXT Fortran des intrinsèques non Fortran-77"
+
+#: f/lang-options.h:197
+msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
+msgstr "Désactiver les supports VXT Fortran des intrinsèques non Fortran-77"
+
+#: f/lang-options.h:200
+msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"
+msgstr "Cacher les supports VXT Fortran des intrinsèques non Fortran-77"
+
+#: f/lang-options.h:202
+msgid "Treat initial values of 0 like non-zero values"
+msgstr "Traiter les valeurs initiales de 0 comme des valeurs non zéros"
+
+#: f/lang-options.h:205
+msgid "Emit special debugging information for COMMON and EQUIVALENCE (disabled)"
+msgstr "Produire des information spéciales de mise au point pour COMMON et EQUIVALENCE (désactivé)"
+
+#: f/lang-options.h:208
+msgid "Take at least one trip through each iterative DO loop"
+msgstr "Exécuter une dernière fois la visite à traves chaque boucle itérative DO"
+
+#: f/lang-options.h:212
+msgid "Print names of program units as they are compiled"
+msgstr "Afficher les noms des unités de programme qui sont compilées"
+
+#: f/lang-options.h:215
+msgid "Disable fatal diagnostics about inter-procedural problems"
+msgstr "Inhiber les diagnostiques fatals à propos des problèmes entre les procédures"
+
+#: f/lang-options.h:217
+msgid "Make prefix-radix non-decimal constants be typeless"
+msgstr "Rendre les préfixes des bases des constantes non décimales sans type"
+
+#: f/lang-options.h:220
+msgid "Generate code to check subscript and substring bounds"
+msgstr "Générer du code pour vérifier les bornes des souscripts et des sous-chaînes"
+
+#: f/lang-options.h:223
+msgid "Fortran-specific form of -fbounds-check"
+msgstr "Forme spécifique Fortran de -fbounds-check"
+
+#: f/lang-options.h:227
+msgid "Disable warnings about inter-procedural problems"
+msgstr "Inhiber les avertissements à propos des problèmes entre les procédures"
+
+#: f/lang-options.h:231
+msgid "Warn about constructs with surprising meanings"
+msgstr "Avertir à propos des construits ayant des sens surprenants"
+
+#: f/lang-options.h:236
+msgid "Add a directory for INCLUDE searching"
+msgstr "Ajouter un répertoire pour la recherche par INCLUDE"
+
+#: f/lang-options.h:238
+msgid "Set the maximum line length"
+msgstr "Initialiser la longueur maximale des lignes"
+
+#: f/lex.c:692
+msgid "the meaning of `\\a' varies with -traditional"
+msgstr "le sens d `\\a' varie avec -traditional"
+
+#: f/lex.c:708
+#, c-format
+msgid "non-ANSI-standard escape sequence, `\\%c'"
+msgstr "séquence d'échappement n'est pas ANSI standard: `\\%c'"
+
+#: f/lex.c:721
+#, c-format
+msgid "non-ANSI escape sequence `\\%c'"
+msgstr "séquence d'échappement non ANSI: `\\%c'"
+
+#: f/lex.c:725
+#, c-format
+msgid "unknown escape sequence `\\%c'"
+msgstr "séquence d'échappement inconnue: `\\%c'"
+
+#: f/lex.c:727
+#, c-format
+msgid "unknown escape sequence: `\\' followed by char code 0x%x"
+msgstr "séquence d'échappement inconnue: `\\' suivi par le code de caractères 0x%x"
+
+#: f/lex.c:806
+msgid "Badly formed directive -- no closing quote"
+msgstr "directive mal composée -- pas de guillement ou apostrophe de fermeture"
+
+#: f/lex.c:870
+msgid "#-lines for entering and leaving files don't match"
+msgstr "#-lines pour entrer et quitter les fichiers ne concordent pas"
+
+#: f/lex.c:1039
+msgid "Bad directive -- missing close-quote"
+msgstr "Directive erronée -- manque un apostrophe ou un guillemet de fermeture"
+
+#: f/lex.c:1156
+#, c-format
+msgid "ignoring pragma: %s"
+msgstr "pragma: %s ignoré"
+
+#: f/lex.c:1257
+msgid "undefined or invalid # directive"
+msgstr "directive # non définie ou invalide"
+
+#: f/lex.c:1313
+msgid "invalid #line"
+msgstr "#line invalide"
+
+#: f/lex.c:1369 f/lex.c:1413
+msgid "Use `#line ...' instead of `# ...' in first line"
+msgstr "Utiliser `#line ...' au lieu de `# ...' dans la première ligne"
+
+#: f/lex.c:1423
+msgid "invalid #-line"
+msgstr "#-line invalide"
+
+#: f/ste.c:1436 f/ste.c:1791
+msgid "ASSIGNed FORMAT specifier is too small"
+msgstr "spécificateur dans ASSIGN FORMAT est trop petit"
+
+#: f/ste.c:3259
+msgid "ASSIGN to variable that is too small"
+msgstr "ASSIGN à la variable est trop petit"
+
+#: f/ste.c:3297
+msgid "ASSIGNed GOTO target variable is too small"
+msgstr "variable cible par ASSIGN GOTO est trop petite"
+
+#: f/top.c:240
+#, c-format
+msgid "%s no longer supported -- try -fvxt"
+msgstr "%s n'est plus supporté -- essayer -fvxt"
+
+#: f/top.c:242
+#, c-format
+msgid "%s no longer supported -- try -fno-vxt -ff90"
+msgstr "%s n'est plus supporté -- essayer -fno-vxt -ff90"
+
+#: f/top.c:310 f/top.c:312
+#, c-format
+msgid "%s disabled, use normal debugging flags"
+msgstr "%s désactivé, utiliser le fanion normal de mise au point"
+
+#: final.c:3349
+#, c-format
+msgid "invalid `asm': %s"
+msgstr "`asm': %s est invalide"
+
+#: final.c:3352
+#, c-format
+msgid "output_operand: %s"
+msgstr "output_operand: %s"
+
+#: final.c:3492
+#, c-format
+msgid "operand number missing after %-letter"
+msgstr "nombre d'opérandes manquant après %-letter"
+
+#: final.c:3494 final.c:3529
+msgid "operand number out of range"
+msgstr "nombre d'opérandes hors gamme"
+
+#: final.c:3543
+#, c-format
+msgid "invalid %%-code"
+msgstr "%%-code est invalide"
+
+#: final.c:3570
+msgid "`%l' operand isn't a label"
+msgstr "opérande `%l' n'est pas une étiquette"
+
+#: flow.c:541
+msgid "function might be possible candidate for attribute `noreturn'"
+msgstr "fonction peut être une possible candidate pour l'attribut `norreturn'"
+
+#: flow.c:546
+msgid "`noreturn' function does return"
+msgstr "fonction avec `noreturn' effectue des retour"
+
+#: flow.c:567
+msgid "control reaches end of non-void function"
+msgstr "contrôle a atteint la fin non void de la fonction"
+
+#: flow.c:6646
+#, c-format
+msgid "End insn %d for block %d not found in the insn stream."
+msgstr "Fin insn %d du bloc %d n'a pas été repéré dans le flot insn"
+
+#: flow.c:6660
+#, c-format
+msgid "Insn %d is in multiple basic blocks (%d and %d)"
+msgstr "Insn %d est dans de multiples blocs de base (%d et %d)"
+
+#: flow.c:6671
+#, c-format
+msgid "Head insn %d for block %d not found in the insn stream."
+msgstr "En-tête insn %d du bloc %d n'a pas été repérer dans le flot insn"
+
+#: flow.c:6708 flow.c:6735
+#, c-format
+msgid "Basic block %i edge lists are corrupted"
+msgstr "Bordures de listes du bloc de base %i sont corrompues"
+
+#: flow.c:6720
+#, c-format
+msgid "Basic block %d pred edge is corrupted"
+msgstr "Les bordures 'pred' de listes du bloc de base %i sont corrompues"
+
+#: flow.c:6750
+#, c-format
+msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
+msgstr "NOTE_INSN_BASIC_BLOCK est manquant pour le bloc %d"
+
+#: flow.c:6758
+#, c-format
+msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d\n"
+msgstr "NOTE_INSN_BASIC_BLOCK est manquant por le bloc %d\n"
+
+#: flow.c:6774
+#, c-format
+msgid "NOTE_INSN_BASIC_BLOCK %d in the middle of basic block %d"
+msgstr "NOTE_INSN_BASIC_BLOCK %d dans le milieu du bloc de base %d"
+
+#: flow.c:6786
+#, c-format
+msgid "In basic block %d:"
+msgstr "Dans le bloc de base %d:"
+
+#: flow.c:6848
+#, c-format
+msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
+msgstr "nombre de notes bb dans la chaîne insn (%d) != n_basic_blocks (%d)"
+
+#: fold-const.c:3013 fold-const.c:3026
+#, c-format
+msgid "comparison is always %d due to width of bitfield"
+msgstr "comparaison est toujours %d en raison de la largeur du champ de bits"
+
+#: fold-const.c:4069 fold-const.c:4086
+#, c-format
+msgid "comparison is always %d"
+msgstr "comparaison est toujours %d"
+
+#: fold-const.c:4217
+msgid "`or' of unmatched not-equal tests is always 1"
+msgstr "`or' de tests non pairé de non égalité est troujours 1"
+
+#: fold-const.c:4222
+msgid "`and' of mutually exclusive equal-tests is always 0"
+msgstr "`and' de tests d'égalité mutuellement exclusifs est toujours 0"
+
+#: function.c:5390
+#, c-format
+msgid "`%s' might be used uninitialized in this function"
+msgstr "`%s' pourrait être utilisé sans être initialisé dans cette fonction"
+
+#: function.c:5397
+#, c-format
+msgid "variable `%s' might be clobbered by `longjmp' or `vfork'"
+msgstr "variable `%s' pourrait être maltraitée par un `longjmp' ou un `vfork'"
+
+#: function.c:5416
+#, c-format
+msgid "argument `%s' might be clobbered by `longjmp' or `vfork'"
+msgstr "argument `%s' pourrait être maltraitée par un `longjmp' ou un `vfork'"
+
+#: function.c:6216
+msgid "function returns an aggregate"
+msgstr "fonction retourne un aggrégat"
+
+#: function.c:6745
+#, c-format
+msgid "unused parameter `%s'"
+msgstr "paramètre `%s' inutilisé"
+
+#: gcc.c:954
+#, c-format
+msgid "Ambiguous abbreviation %s"
+msgstr "Abréviation %s ambigue"
+
+#: gcc.c:981
+#, c-format
+msgid "Incomplete `%s' option"
+msgstr "Option `%s' incomplète"
+
+#: gcc.c:992
+#, c-format
+msgid "Missing argument to `%s' option"
+msgstr "Argument manquant à l'option `%s'"
+
+#: gcc.c:1005 MRO
+#, c-format
+msgid "Extraneous argument to `%s' option"
+msgstr "Argument superflu à l'opton `%s'"
+
+#: gcc.c:1308
+msgid "Using builtin specs.\n"
+msgstr "Utilisation des specs internes.\n"
+
+#: gcc.c:1474
+#, c-format
+msgid "Setting spec %s to '%s'\n\n"
+msgstr "Initialisation des spec %s à '%s'\n\n"
+
+#: gcc.c:1572
+#, c-format
+msgid "Reading specs from %s\n"
+msgstr "Lecture des spécification à partir de %s\n"
+
+#: gcc.c:1670 gcc.c:1689
+#, c-format
+msgid "specs %%include syntax malformed after %ld characters"
+msgstr "syntaxe des specs %%include mal composée après %ld caractères"
+
+#: gcc.c:1697
+#, c-format
+msgid "Could not find specs file %s\n"
+msgstr "Ne peut repérer le fichiers des specs %s\n"
+
+#: gcc.c:1713 gcc.c:1721 gcc.c:1730 gcc.c:1739
+#, c-format
+msgid "specs %%rename syntax malformed after %ld characters"
+msgstr "specs de la syntaxe %%rename mal composées après %ld caractères"
+
+#: gcc.c:1748
+#, c-format
+msgid "specs %s spec was not found to be renamed"
+msgstr "specs de la spécification %s n'a pas été trouvé pour être renommer"
+
+#: gcc.c:1755
+#, c-format
+msgid "rename spec %s to %s\n"
+msgstr "renommé les specs %s à %s\n"
+
+#: gcc.c:1757
+#, c-format
+msgid "spec is '%s'\n\n"
+msgstr "spec est '%s'\n\n"
+
+#: gcc.c:1770
+#, c-format
+msgid "specs unknown %% command after %ld characters"
+msgstr "specs inconnus de la commande %% après %ld caractères"
+
+#: gcc.c:1781 gcc.c:1794
+#, c-format
+msgid "specs file malformed after %ld characters"
+msgstr "fichier de specs mal composé après %ld caractères"
+
+#: gcc.c:1848
+msgid "spec file has no spec for linking"
+msgstr "fichier de specs n'a pas de spécification pour l'édition de liens"
+
+#: gcc.c:2609
+msgid "-pipe not supported"
+msgstr "-pipe n'est pas supporté"
+
+#: gcc.c:2645
+msgid "\nGo ahead? (y or n) "
+msgstr "\nAller de l'avant? (y ou n) "
+
+#: gcc.c:2744
+#, c-format
+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."
+
+#: gcc.c:2762
+#, c-format
+msgid "# %s %.2f %.2f\n"
+msgstr "# %s %.2f %.2f\n"
+
+#: gcc.c:2890
+#, c-format
+msgid "Usage: %s [options] file...\n"
+msgstr "Usage: %s [options] fichier...\n"
+
+#: gcc.c:2891
+msgid "Options:\n"
+msgstr "Options:\n"
+
+#: gcc.c:2893
+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"
+
+#: gcc.c:2894
+msgid " --help Display this information\n"
+msgstr " --help afficher l'aide mémoire\n"
+
+#: gcc.c:2895
+msgid " --target-help Display target specific command line options\n"
+msgstr " --target-help afficher les options spécifiques de la ligne de commande\n"
+
+#: gcc.c:2897
+msgid " (Use '-v --help' to display command line options of sub-processes)\n"
+msgstr " (Utiliser '-v --help' pour afficher les options de la ligne de commande des sous-processus)\n"
+
+#: gcc.c:2898
+msgid " -dumpspecs Display all of the built in spec strings\n"
+msgstr " -dumpspecs afficher tous les construits des chaînes de specs\n"
+
+#: gcc.c:2899
+msgid " -dumpversion Display the version of the compiler\n"
+msgstr " -dumpversion afficher la version du compilateur\n"
+
+#: gcc.c:2900
+msgid " -dumpmachine Display the compiler's target processor\n"
+msgstr " -dumpmachine afficher le processeur ciblé par le compilateur\n"
+
+#: gcc.c:2901
+msgid " -print-search-dirs Display the directories in the compiler's search path\n"
+msgstr " -print-search-dirs afficher les répertoires du chemin de recherche du compiltateur\n"
+
+#: gcc.c:2902
+msgid " -print-libgcc-file-name Display the name of the compiler's companion library\n"
+msgstr " -print-libgcc-file-name afficher le nom de la librairie compagne du compilateur\n"
+
+#: gcc.c:2903
+msgid " -print-file-name=<lib> Display the full path to library <lib>\n"
+msgstr " -print-file-name=<lib> afficher le chemin d'accès complet vers la librairie <lib>\n"
+
+#: gcc.c:2904
+msgid " -print-prog-name=<prog> Display the full path to compiler component <prog>\n"
+msgstr " -print-prog-name=<prog> afficher le chemin d'accès complet vers le composant du compilateur <prog>\n"
+
+#: gcc.c:2905
+msgid " -print-multi-directory Display the root directory for versions of libgcc\n"
+msgstr " -print-multi-directory afficher la racine du répertoire des version libgcc\n"
+
+#: gcc.c:2906
+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 la ligne de commande\n"
+" les multiples répertoires de recherches des librairies\n"
+
+#: gcc.c:2909
+msgid " -Wa,<options> Pass comma-separated <options> on to the assembler\n"
+msgstr " -Wa,<options> passer les <options> séparées par des virgules à l'assembleur\n"
+
+#: gcc.c:2910
+msgid " -Wp,<options> Pass comma-separated <options> on to the preprocessor\n"
+msgstr " -Wp,<options> passer les <options> séparées par des virgules au préprocesseur\n"
+
+#: gcc.c:2911
+msgid " -Wl,<options> Pass comma-separated <options> on to the linker\n"
+msgstr " -Wl,<options> passer les <options> séparées par des virgules à l'éditeur de liens\n"
+
+#: gcc.c:2912
+msgid " -Xlinker <arg> Pass <arg> on to the linker\n"
+msgstr " -Xlinker <argument> passer l'<argument> à l'éditeur de liens\n"
+
+#: gcc.c:2913
+msgid " -save-temps Do not delete intermediate files\n"
+msgstr " -save-temps ne pas détruire les fichiers intermédiaires\n"
+
+#: gcc.c:2914
+msgid " -pipe Use pipes rather than intermediate files\n"
+msgstr " -pipe utiliser des pipes au lieu de fichiers intermédiares\n"
+
+#: gcc.c:2915
+msgid " -time Time the execution of each subprocess\n"
+msgstr " -time mesurer le temps d'exécution de chaque sous-processus\n"
+
+#: gcc.c:2916
+msgid " -specs=<file> Override builtin specs with the contents of <file>\n"
+msgstr " -specs=<fichier> écraser les specs internes à l'aide du contenu du <fichier>\n"
+
+#: gcc.c:2917
+msgid " -std=<standard> Assume that the input sources are for <standard>\n"
+msgstr " -std=<standard> assumer que les fichiers sources respectent le <standard>\n"
+
+#: gcc.c:2918
+msgid " -B <directory> Add <directory> to the compiler's search paths\n"
+msgstr " -B <répertoire> ajouter le <répertoire> aux chemins de recherche du compilateur\n"
+
+#: gcc.c:2919
+msgid " -b <machine> Run gcc for target <machine>, if installed\n"
+msgstr " -b <machine> exécuter gcc pour la <machine> cible, si installé\n"
+
+#: gcc.c:2920
+msgid " -V <version> Run gcc version number <version>, if installed\n"
+msgstr " -V <version> exécuter le numéro de <version> de gcc, si installée\n"
+
+#: gcc.c:2921
+msgid " -v Display the programs invoked by the compiler\n"
+msgstr " -v afficher les programmes invoqués par le compilateur\n"
+
+#: gcc.c:2922
+msgid " -E Preprocess only; do not compile, assemble or link\n"
+msgstr " -E pré-traiter seulement; ne pas compiler, assembler ou éditer les liens\n"
+
+#: gcc.c:2923
+msgid " -S Compile only; do not assemble or link\n"
+msgstr " -S compiler seulement; ne pas assembler ou éditer les liens\n"
+
+#: gcc.c:2924
+msgid " -c Compile and assemble, but do not link\n"
+msgstr " -S compiler et assembler, mais ne pas éditer les liens\n"
+
+#: gcc.c:2925
+msgid " -o <file> Place the output into <file>\n"
+msgstr " -o <fichier> placer la sortie dans le <fichier>\n"
+
+#: gcc.c:2926
+msgid ""
+" -x <language> Specify the language of the following input files\n"
+" Permissable languages include: c c++ assembler none\n"
+" 'none' means revert to the default behaviour of\n"
+" guessing the language based on the file's extension\n"
+msgstr ""
+" -x <langage> spécifier le langage des fichiers d'entrée parmi les\n"
+" langages permis: c c++ assembler none\n"
+" 'none' signifiant de revenir au comportement par défaut\n"
+" en tentant d'identifier le langage par l'extension du fichier\n"
+
+#: gcc.c:2933
+#, c-format
+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"
+"Options débutant par -g, -f, -m, -O, -W, ou --param sont automatiquement\n"
+" passés aux divers sous-processus invoqués par %s. Afin de passer\n"
+" les autres options à ces processus l'option -W<lettre> doit être utilisé.\n"
+
+#: gcc.c:3300
+msgid "argument to `-Xlinker' is missing"
+msgstr "argument de `-Xlinker' est manquant"
+
+#: gcc.c:3317
+msgid "argument to `-specs' is missing"
+msgstr "argument de `-specs' est manquant"
+
+#: gcc.c:3332
+msgid "argument to `-specs=' is missing"
+msgstr "argument de `-specs=' est manquant"
+
+#: gcc.c:3354
+msgid "argument to `-b' is missing"
+msgstr "argument de `-b' est manquant"
+
+#: gcc.c:3367
+msgid "argument to `-B' is missing"
+msgstr "argument de `-B' est manquant"
+
+#: gcc.c:3420
+msgid "argument to `-V' is missing"
+msgstr "argument de `-V' est manquant"
+
+#: gcc.c:3441 gcc.c:3448 gcc.c:3455
+msgid "invalid version number format"
+msgstr "format de numéro de verson invalide"
+
+#: gcc.c:3566
+msgid "cannot specify -o with -c or -S and multiple compilations"
+msgstr "ne peut spécifier -o avec -c ou -S et de multiples compilations"
+
+#: gcc.c:3762
+msgid "Warning: -pipe ignored because -save-temps specified"
+msgstr "AVERISSEMENT: -pipe ignoré parce que -save-temps a été spécifié"
+
+#: gcc.c:3766
+msgid "Warning: -pipe ignored because -time specified"
+msgstr "AVERISSEMENT: -pipe ignoré parce que -time a été spécifié"
+
+#: gcc.c:3776
+msgid "argument to `-x' is missing"
+msgstr "argument pour `-x' est manquant"
+
+#: gcc.c:3804
+#, c-format
+msgid "argument to `-%s' is missing"
+msgstr "argument pour `-%s' est manquant"
+
+#: gcc.c:3867
+#, c-format
+msgid "Warning: `-x %s' after last input file has no effect"
+msgstr "AVERISSEMENT: `-x %s' après le dernier fichier d'entrée n'a pas d'effet"
+
+#: gcc.c:4072
+msgid "Invalid specification! Bug in cc."
+msgstr "Spécification invalide! Bug dans cc."
+
+#: gcc.c:4221
+#, c-format
+msgid "%s\n"
+msgstr "%s\n"
+
+#. Catch the case where a spec string contains something like
+#. '%{foo:%*}'. ie there is no * in the pattern on the left
+#. hand side of the :.
+#: gcc.c:4738
+#, c-format
+msgid "Spec failure: '%%*' has not been initialised by pattern match"
+msgstr "Échec du spec: '%%*' n'a pas été initialisé par concordance du patron"
+
+#: gcc.c:4747
+#, c-format
+msgid "Warning: use of obsolete %%[ operator in specs"
+msgstr "AVERISSEMENT: utilisation obsolète de l'opérateur %%[ operator dans les specs"
+
+#: gcc.c:4765
+#, c-format
+msgid "Processing spec %c%s%c, which is '%s'\n"
+msgstr "Traitemenr du spec %c%s%c, lequel est '%s'\n"
+
+#: gcc.c:4890
+#, c-format
+msgid "Spec failure: Unrecognised spec option '%c'"
+msgstr "Échec de spec: option '%c' de spec non reconnue"
+
+#: gcc.c:5744
+#, c-format
+msgid "unrecognized option `-%s'"
+msgstr "option `-%s' non reconnue"
+
+#: gcc.c:5750
+#, c-format
+msgid "install: %s%s\n"
+msgstr "installés: %s%s\n"
+
+#: gcc.c:5751
+#, c-format
+msgid "programs: %s\n"
+msgstr "programmes: %s\n"
+
+#: gcc.c:5752
+#, c-format
+msgid "libraries: %s\n"
+msgstr "libraries: %s\n"
+
+#: gcc.c:5800
+msgid "\nFor bug reporting instructions, please see:\n"
+msgstr "\nPour les instructons afin de rapporter des anomales, SVP consulter:\n"
+
+#: gcc.c:5816
+#, c-format
+msgid "Configured with: %s\n"
+msgstr "Configuré avec: %s\n"
+
+#: gcc.c:5830
+#, c-format
+msgid "Thread model: %s\n"
+msgstr "Modèle de thread: %s\n"
+
+#: gcc.c:5841
+#, c-format
+msgid "gcc version %s\n"
+msgstr "version gcc %s\n"
+
+#: gcc.c:5843
+#, c-format
+msgid "gcc driver version %s executing gcc version %s\n"
+msgstr "version du pilote gcc %s exécutant le version %s de gcc\n"
+
+#: gcc.c:5851
+msgid "No input files"
+msgstr "Pas de fichier d'entrée"
+
+#: gcc.c:5888
+#, c-format
+msgid "%s: %s compiler not installed on this system"
+msgstr "%s: %s compilateur n'est pas installé sur ce système"
+
+#: gcc.c:5958
+#, c-format
+msgid "%s: linker input file unused because linking not done"
+msgstr "%s: fichier d'entrée d'édition de liens n'est pas utilisé parce l'édition de lien n'a pas été faite"
+
+#: gcc.c:6001
+#, c-format
+msgid "language %s not recognized"
+msgstr "language %s n'est pas reconnu"
+
+#: gcc.c:6104
+msgid "Internal gcc abort."
+msgstr "Abandon interne de gcc."
+
+#: gcov.c:299
+msgid "Internal gcov abort.\n"
+msgstr "Abandon interne de gcov.\n"
+
+#: gcov.c:308
+msgid "gcov [-b] [-v] [-n] [-l] [-f] [-o OBJDIR] file\n"
+msgstr "gcov [-b] [-v] [-n] [-l] [-f] [-o RÉP_OBJ] fichier\n"
+
+#: gcov.c:428
+#, c-format
+msgid "Could not open basic block file %s.\n"
+msgstr "Ne pourrait pas ouvrir le fichier de blocs de base %s.\n"
+
+#: gcov.c:437
+#, c-format
+msgid "Could not open data file %s.\n"
+msgstr "Ne pourrait pas ouvrir le fichier de données %s.\n"
+
+#: gcov.c:438
+msgid "Assuming that all execution counts are zero.\n"
+msgstr "Assumer que tous les compteurs d'exécution sont à zéro.\n"
+
+#: gcov.c:444
+#, c-format
+msgid "Could not open program flow graph file %s.\n"
+msgstr "Ne pourrait pas ouvrir le fichier de flux du programm %s.\n"
+
+#: gcov.c:455
+#, c-format
+msgid "No executable code associated with file %s.\n"
+msgstr "Aucun code exécutable associé avec le fichier %s.\n"
+
+#: gcov.c:754 profile.c:977
+msgid ".da file contents exhausted too early\n"
+msgstr "Le contenu du fichier .da a été épuisé trop rapidement\n"
+
+#: gcov.c:757 profile.c:980
+msgid ".da file contents not exhausted\n"
+msgstr "Le contenu du fichier .da n'a pas été épuisé\n"
+
+#: gcov.c:938
+#, c-format
+msgid "%6.2f%% of %d source lines executed in function %s\n"
+msgstr "%6.2f%% des lignes sources %d exécutées dans la fonction %s\n"
+
+#: gcov.c:942
+#, c-format
+msgid "No executable source lines in function %s\n"
+msgstr "Pas de lignes sources exécutables dans la fonction %s\n"
+
+#: gcov.c:949
+#, c-format
+msgid "%6.2f%% of %d branches executed in function %s\n"
+msgstr "%6.2f%% de branchements %d exécutés dans la fonction %s\n"
+
+#: gcov.c:953
+#, c-format
+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"
+
+#: gcov.c:958
+#, c-format
+msgid "No branches in function %s\n"
+msgstr "Pas de branchement dans la fonction %s\n"
+
+#: gcov.c:960
+#, c-format
+msgid "%6.2f%% of %d calls executed in function %s\n"
+msgstr "%6.2f%% d'appels %d exécutés dans la fonction %s\n"
+
+#: gcov.c:964
+#, c-format
+msgid "No calls in function %s\n"
+msgstr "Pas d'appel dans la fonction %s\n"
+
+#: gcov.c:1096
+#, c-format
+msgid "didn't use all bb entries of graph, function %s\n"
+msgstr "N'a pas utiliser toutes les entrées bb du graphe, fonction %s\n"
+
+#: gcov.c:1098
+#, c-format
+msgid "block_num = %ld, num_blocks = %d\n"
+msgstr "block_num = %ld, num_blocks = %d\n"
+
+#: gcov.c:1136
+#, c-format
+msgid "ERROR: too many basic blocks in .bb file %s\n"
+msgstr "ERREUR: trop de blocs de base dans le fichier .bb %s\n"
+
+#: gcov.c:1213
+#, c-format
+msgid "%6.2f%% of %d source lines executed in file %s\n"
+msgstr "%6.2f%% de lignes sources %d exécutés dans le fichier %s\n"
+
+#: gcov.c:1217
+#, c-format
+msgid "No executable source lines in file %s\n"
+msgstr "Pas de ligne exécutable dans le fichier %s\n"
+
+#: gcov.c:1224
+#, c-format
+msgid "%6.2f%% of %d branches executed in file %s\n"
+msgstr "%6.2f%% de branchements %d exécutés dans le fichier %s\n"
+
+#: gcov.c:1228
+#, c-format
+msgid "%6.2f%% of %d branches taken at least once in file %s\n"
+msgstr "%6.2f%% de branchements %d pris au moins une fois dans le fichier %s\n"
+
+#: gcov.c:1233
+#, c-format
+msgid "No branches in file %s\n"
+msgstr "Pas de branchement dans le fichier %s\n"
+
+#: gcov.c:1235
+#, c-format
+msgid "%6.2f%% of %d calls executed in file %s\n"
+msgstr "%6.2f%% d'appels %d exécutés dans le fichier %s\n"
+
+#: gcov.c:1239
+#, c-format
+msgid "No calls in file %s\n"
+msgstr "Pas d'appel dans le fichier %s\n"
+
+#: gcov.c:1251
+#, c-format
+msgid "Could not open source file %s.\n"
+msgstr "N'a pu ouvrir le fichier source %s.\n"
+
+#: gcov.c:1301
+#, c-format
+msgid "Could not open output file %s.\n"
+msgstr "N'a pu ouvrir le fichier d'entrée %s.\n"
+
+#: gcov.c:1309
+#, c-format
+msgid "Creating %s.\n"
+msgstr "Création de %s.\n"
+
+#: gcov.c:1353
+#, c-format
+msgid "call %d never executed\n"
+msgstr "appel %d n'a jamais été exécuté\n"
+
+#: gcov.c:1358
+#, c-format
+msgid "call %d returns = %d\n"
+msgstr "appel %d a retourné = %d\n"
+
+#: gcov.c:1362
+#, c-format
+msgid "call %d returns = %d%%\n"
+msgstr "appel %d a retourné = %d%%\n"
+
+#: gcov.c:1370
+#, c-format
+msgid "branch %d never executed\n"
+msgstr "branchement %d n'a jamais été exécuté\n"
+
+#: gcov.c:1376
+#, c-format
+msgid "branch %d taken = %d\n"
+msgstr "branchement %d a été pris = %d\n"
+
+#: gcov.c:1380
+#, c-format
+msgid "branch %d taken = %d%%\n"
+msgstr "branchement %d a été pris = %d%%\n"
+
+#: gcov.c:1394
+#, c-format
+msgid "Unexpected EOF while reading source file %s.\n"
+msgstr "EOF inattendue lors de la lecture du fichier source %s.\n"
+
+#: gcse.c:691
+#, c-format
+msgid "GCSE disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"
+msgstr "GCSE désactivé: %d > 1000 blocs de base et %d >= 20 blocs edges/basic"
+
+#: gcse.c:703
+#, c-format
+msgid "GCSE disabled: %d basic blocks and %d registers"
+msgstr "GCSE désactivé: %d vlocs de base et %d registres"
+
+#: haifa-sched.c:193
+#, c-format
+msgid "fix_sched_param: unknown param: %s"
+msgstr "fix_sched_param: paramètre inconnu: %s"
+
+#: integrate.c:142
+msgid "function cannot be inline"
+msgstr "fonction ne pas pas être en ligne"
+
+#: integrate.c:147
+msgid "varargs function cannot be inline"
+msgstr "varargs de fonction ne peuvent par être en ligne"
+
+#: integrate.c:150
+msgid "function using alloca cannot be inline"
+msgstr "fonction utilisant alloca ne pas pas être en ligne"
+
+#: integrate.c:153
+msgid "function using setjmp cannot be inline"
+msgstr "fonction utilisant setjmp ne pas pas être en ligne"
+
+#: integrate.c:156
+msgid "function uses __builtin_eh_return"
+msgstr "fonction utilise __builtin_eh_return"
+
+#: integrate.c:159
+msgid "function with nested functions cannot be inline"
+msgstr "fonction avec fonctions imbriquées ne peut pas être en ligne"
+
+#: integrate.c:163
+msgid "function with label addresses used in initializers cannot inline"
+msgstr "fonction avec étiquette d'adresses utilisée avec les initialiseurs ne peut pas être en ligne"
+
+#: integrate.c:170 integrate.c:214
+msgid "function too large to be inline"
+msgstr "fonction trop grande pour être en ligne"
+
+#: integrate.c:180
+msgid "no prototype, and parameter address used; cannot be inline"
+msgstr "pas de prototpe, et de adresse de paramètre utilisée; ne peut pas être en ligne"
+
+#: integrate.c:187 integrate.c:232
+msgid "inline functions not supported for this return value type"
+msgstr "fonctions en ligne ne peuvent pas être supportées pour ce type de valeur retournée"
+
+#: integrate.c:192
+msgid "function with varying-size return value cannot be inline"
+msgstr "fonction avec une valeur retournée de taille variable ne peut pas être en ligne"
+
+#: integrate.c:199
+msgid "function with varying-size parameter cannot be inline"
+msgstr "fonction avec un paramètre de taille variable ne peut pas être en ligne"
+
+#: integrate.c:202
+msgid "function with transparent unit parameter cannot be inline"
+msgstr "fonction avec une unité transparente de paramètre ne peut pas être en ligne"
+
+#: integrate.c:221
+msgid "function with computed jump cannot inline"
+msgstr "fonction avec un saut calculé ne peut pas être en ligne"
+
+#: integrate.c:225
+msgid "function with nonlocal goto cannot be inline"
+msgstr "fonction avec un goto non local ne peut pas être en ligne"
+
+#: integrate.c:240
+msgid "function with target specific attribute(s) cannot be inlined"
+msgstr "fonction avec des attributs spécifiques à la cible ne peut pas être en ligne"
+
+#: java/check-init.c:731
+#, c-format
+msgid "internal error in check-init: tree code not implemented: %s"
+msgstr "erreur interne dans check-init: arbre de code n'est pas implanté: %s"
+
+#: java/class.c:543 java/class.c:568
+msgid "internal error - too many interface type"
+msgstr "erreur interne - trop de type d'interface"
+
+#: java/class.c:702
+msgid "bad method signature"
+msgstr "méthode de signature erronée"
+
+#: java/class.c:747
+msgid "misplaced ConstantValue attribute (not in any field)"
+msgstr "attribut ConstantValue mal positionné (n'est dans aucun champ)"
+
+#: java/class.c:749
+#, c-format
+msgid "duplicate ConstanValue atribute for field '%s'"
+msgstr "attribut ConstanValue dédoublé pour le champ '%s'"
+
+#: java/class.c:995
+#, c-format
+msgid "field '%s' not found in class"
+msgstr "champ '%s' n'a pas été repéré dans la classe"
+
+#: java/class.c:1203
+msgid "abstract method in non-abstract class"
+msgstr "méthode abstraite dans une classe non abstraite"
+
+#: java/class.c:1820
+#, c-format
+msgid "non-static method '%s' overrides static method"
+msgstr "méthode non statique '%s' écrase la méthode statique"
+
+#: java/decl.c:1475
+#, c-format
+msgid "In %s: overlapped variable and exception ranges at %d"
+msgstr "Dans %s: chevauchement de variable et plage d'exception à %d"
+
+#: java/decl.c:1563
+msgid "bad type in parameter debug info"
+msgstr "type erroné dans les paramètres d'informations de mise au point"
+
+#: java/decl.c:1573
+#, c-format
+msgid "bad PC range for debug info for local `%s'"
+msgstr "plage PC erroné pour les infos de débug pour la var. locale `%s'"
+
+#: java/expr.c:553
+msgid "stack underflow - dup* operation"
+msgstr "sous débordement de la pile - opération dup*"
+
+#: java/expr.c:1444
+#, c-format
+msgid "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
+msgstr "référence `%s' est ambigue: apparaît dans l'interface `%s' et l'interface `%s'"
+
+#: java/expr.c:1473
+#, c-format
+msgid "field `%s' not found"
+msgstr "champ `%s' n'a pas été trouvé"
+
+#: java/expr.c:1624
+msgid "ret instruction not implemented"
+msgstr "instruction ret n'est pas implantée"
+
+#: java/expr.c:1750
+#, c-format
+msgid "method '%s' not found in class"
+msgstr "méthode '%s' n'a pas été repéré dans la classe"
+
+#: java/expr.c:1885
+#, c-format
+msgid "failed to find class '%s'"
+msgstr "échec de repérage de la classe '%s'"
+
+#: java/expr.c:1897
+#, c-format
+msgid "Class '%s' has no method named '%s' matching signature '%s'"
+msgstr "Classe '%s' n'a pas de méthode nommée '%s' concordant avec la signature '%s'"
+
+#: java/expr.c:1907
+msgid "invokestatic on non static method"
+msgstr "invocation statique sur un méthode non statique"
+
+#: java/expr.c:1912
+msgid "invokestatic on abstract method"
+msgstr "invocation statique sur un méthode abstraite"
+
+#: java/expr.c:1920
+msgid "invoke[non-static] on static method"
+msgstr "invocation non statique sur un méthode statique"
+
+#: java/expr.c:2208
+#, c-format
+msgid "Missing field '%s' in '%s'"
+msgstr "Champ '%s' manquant dans '%s'"
+
+#: java/expr.c:2214
+#, c-format
+msgid "Mismatching signature for field '%s' in '%s'"
+msgstr "Signature ne concorde pas pour le champ '%s' dans '%s'"
+
+#: java/expr.c:2253
+#, c-format
+msgid "assignment to final field `%s' not in field's class"
+msgstr "affectation au champ final `%s' n'est pas le champ de la classe"
+
+#: java/expr.c:2258
+#, c-format
+msgid "assignment to final static field `%s' not in class initializer"
+msgstr "affectation au champ statique final `%s' n'est pas dans l'initialiseur de la classe"
+
+#: java/expr.c:2265
+#, c-format
+msgid "assignment to final field `%s' not in constructor"
+msgstr "affectation au champ final `%s' n'est pas dans le constructeur"
+
+#: java/expr.c:2519
+#, c-format
+msgid "Can't expand %s"
+msgstr "Ne peut faire l'expansion de %s"
+
+#: java/expr.c:2695
+msgid "invalid PC in line number table"
+msgstr "PC invalide dans la numéro de ligne de la table"
+
+#. We've just reached the end of a region of dead code.
+#: java/expr.c:2740
+#, c-format
+msgid "Unreachable bytecode from %d to before %d."
+msgstr "bytcode n'est pas atteignable à partir de %d à avant %d"
+
+#. We've just reached the end of a region of dead code.
+#: java/expr.c:2777
+#, c-format
+msgid "Unreachable bytecode from %d to the end of the method."
+msgstr "bytcode n'est pas atteignable à partir de %d jusqu'à la fin de la méthode."
+
+#. duplicate code from LOAD macro
+#: java/expr.c:3096
+msgid "unrecogized wide sub-instruction"
+msgstr "sous-instruction très large non reconnue"
+
+#: java/jcf-io.c:416
+#, c-format
+msgid "Source file for class `%s' is newer than its matching class file. Source file used instead"
+msgstr "Fichier source de la classe `%s' est plus récent que son fichier de classe concordant. Fichier source utilisé à la place."
+
+#: java/jcf-parse.c:375
+msgid "bad string constant"
+msgstr "constante chaîne erronée"
+
+#: java/jcf-parse.c:431
+#, c-format
+msgid "bad value constant type %d, index %d"
+msgstr "valeur %d de type de constante erronée, index %d"
+
+#: java/jcf-parse.c:601
+#, c-format
+msgid "can't reopen %s"
+msgstr "ne peut ré-ouvrir %s"
+
+#: java/jcf-parse.c:663
+#, c-format
+msgid "Cannot find file for class %s."
+msgstr "Ne peut repérer le fichier pour la classe %s."
+
+#: java/jcf-parse.c:675
+msgid "not a valid Java .class file"
+msgstr "n'est pas un fichier Java .class valide"
+
+#: java/jcf-parse.c:678
+msgid "error while parsing constant pool"
+msgstr "error lors de l'analyse syntaxique du lots de constantes"
+
+#: java/jcf-parse.c:681
+#, c-format
+msgid "error in constant pool entry #%d\n"
+msgstr "erreur dans l'entrée #%d du lot de constantes\n"
+
+#. FIXME - where was first time
+#: java/jcf-parse.c:693
+#, c-format
+msgid "reading class %s for the second time from %s"
+msgstr "lecture de la classe %s pour la seconde fois depuis %s"
+
+#: java/jcf-parse.c:711
+msgid "error while parsing fields"
+msgstr "erreur lors de l'analyse syntaxique des champs"
+
+#: java/jcf-parse.c:714
+msgid "error while parsing methods"
+msgstr "erreur lors de l'analyse syntaxique des méthodes"
+
+#: java/jcf-parse.c:717
+msgid "error while parsing final attributes"
+msgstr "erreur lors de l'analyse syntaxique des attributs"
+
+#: java/jcf-parse.c:731
+#, c-format
+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 incorrect set. Use `info gcj \"Input Options\"' to see the info page describing how to set the classpath."
+msgstr "`java.lang.Object' qui a été repéré dans `%s' n'avait pas l'attribut spécial de longueur zéro `gnu.gcj.gcj-compiled'. Cela généralement signifie que le chemin aux classes est incorrectement initialisé. Utiliser `info gcj \"Input Options\"' pour accéder aux informatins décrivant comment initialiser le chemin des classes."
+
+#: java/jcf-parse.c:804
+msgid "missing Code attribute"
+msgstr "attribut Code manquant"
+
+#: java/jcf-parse.c:948 toplev.c:2511
+#, c-format
+msgid "error closing %s"
+msgstr "erreur de fermeture %s"
+
+#: java/jcf-parse.c:1029
+msgid "source file seen twice on command line and will be compiled only once."
+msgstr "fichier source vu deux fois sur la ligne de commande et sera compilé une seule fois"
+
+#: java/jcf-parse.c:1045
+msgid "no input file specified"
+msgstr "aucun fichier n'a été spécifié à l'entrée"
+
+#: java/jcf-parse.c:1061
+#, c-format
+msgid "can't close input file %s"
+msgstr "ne peut fermer le fichier d'entrée %s"
+
+#: java/jcf-parse.c:1075
+#, c-format
+msgid "Premature end of input file %s"
+msgstr "Fin prématuré du fichier d'entrée %s"
+
+#: java/jcf-parse.c:1098
+#, c-format
+msgid "bad zip/jar file %s"
+msgstr "fichier zip/jar erroné %s"
+
+#: java/jcf-write.c:2597
+#, c-format
+msgid "internal error in generate_bytecode_insn - tree code not implemented: %s"
+msgstr "erreur interne dans generate_bytecode_insn - arbre de code n'est pas implanté: %s"
+
+#: java/jcf-write.c:3307
+#, c-format
+msgid "can't create directory %s"
+msgstr "ne peut créer le répertoire %s"
+
+#: java/jcf-write.c:3334
+#, c-format
+msgid "can't to open %s"
+msgstr "ne peut ouvrir %s"
+
+#: java/jv-scan.c:183
+msgid "Only one of `--print-main', `--list-class', and `--complexity' allowed"
+msgstr "Seule une de `--print-main', `--list-class' et `--complexity' est permise"
+
+#: java/jv-scan.c:186
+#, c-format
+msgid "Can't open output file `%s'"
+msgstr "Ne peut ouvrir le fichier de sortie `%s'"
+
+#: java/jv-scan.c:222
+#, c-format
+msgid "File not found `%s'"
+msgstr "Fichier non repéré `%s'"
+
+#: java/jvspec.c:360
+msgid "can't specify `-D' without `--main'\n"
+msgstr "ne peut spécifier `-D' sans `--main'\n"
+
+#: java/jvspec.c:368
+msgid "Warning: already-compiled .class files ignored with -C"
+msgstr "AVERTISSEMENT: fichiers .class déjà compilés ignorés avec -C"
+
+#: java/jvspec.c:375
+msgid "cannot specify both -C and -o"
+msgstr "ne peut spécéfier à la fois -C et -o"
+
+#: java/jvspec.c:387
+msgid "cannot create temporary file"
+msgstr "ne peut créer un fichier temporaire"
+
+#: java/jvspec.c:415
+msgid "using both @FILE with multiple files not implemented"
+msgstr "utilisé ensemble @FICHIER avec de multiples fichiers bMest pas implanté"
+
+#: java/jvspec.c:456
+msgid "cannot specify `main' class when not linking"
+msgstr "ne peut spécifier la classe `main' lorsqu'il n'y a pas d'édition de liens"
+
+#: java/lang-options.h:32
+msgid "Disable automatic array bounds checking"
+msgstr "Vérification automatique désactivée des bornes de tableaux"
+
+#: java/lang-options.h:34
+msgid "Make is_compiled_class return 1"
+msgstr "Faire que is_compiled_class retourne 1"
+
+#: java/lang-options.h:38
+msgid "Dump class files to <name>.class"
+msgstr "Vidanger les fichiers de classs dans <nom>.class"
+
+#: java/lang-options.h:40
+msgid "input file is list of file names to compile"
+msgstr "fichier d'entrée est listé dans les noms de fichiers à compiler"
+
+#: java/lang-options.h:42
+msgid "Generate code for Boehm GC"
+msgstr "Générer le code pour Boehm GC"
+
+#: java/lang-options.h:44
+msgid "Don't put synchronization structure in each object"
+msgstr "Ne pas insérer de structure de synchronisation dans cahque objet"
+
+#: java/lang-options.h:46
+msgid "Assume native functions are implemented using JNI"
+msgstr "Assumer que les fonctions natives sont implantées et qu'elles utilisent JNI"
+
+#: java/lang-options.h:48
+msgid "Set class path and suppress system path"
+msgstr "Initialiser le chemin des classes et supprimer le chemin systèmes"
+
+#: java/lang-options.h:50
+msgid "Set class path"
+msgstr "Initialiser le chemin des classes"
+
+#: java/lang-options.h:52
+msgid "Choose class whose main method should be used"
+msgstr "Choisir la classe dont la méthode principale devrait être utilisée"
+
+#: java/lang-options.h:54
+msgid "Choose input encoding (default is UTF-8)"
+msgstr "Choisir l'encodade d'entrée (UTF-8 par défaut)"
+
+#: java/lang-options.h:56
+msgid "Add directory to class path"
+msgstr "Ajouter un répertoire au chemin des classes"
+
+#: java/lang-options.h:58
+msgid "Directory where class files should be written"
+msgstr "Répertoire où les fichiers de classe devraient être écrits"
+
+#: java/lang-options.h:61
+msgid "Use built-in instructions for division"
+msgstr "Utiliser les instructions internes pour la division"
+
+#: java/lang-options.h:63
+msgid "Warn if modifiers are specified when not necessary"
+msgstr "Avertir si des modificateurs sont spécifiés sans que cela ne soit nécessaires"
+
+#: java/lang-options.h:65
+msgid "Warn if deprecated empty statements are found"
+msgstr "Avertir si des déclarations vides dépréciés sont trouvées"
+
+#: java/lang-options.h:67
+msgid "Warn if .class files are out of date"
+msgstr "Avertir si des fichier .class sont périmées"
+
+#: java/lang-options.h:69
+msgid "Always check for non gcj generated classes archives"
+msgstr "Toujours vérifier dans les archives de classes non générées gcj"
+
+#: java/lang.c:387
+msgid "can't do dependency tracking with input from stdin"
+msgstr "ne peut faire le tracking de dépendance avec l'entrée à partir de stdin"
+
+#: java/lang.c:403
+msgid "couldn't determine target name for dependency tracking"
+msgstr "ne peut déterminer le nom de la cible pour le tracking de dépendance"
+
+#: java/lex.c:297
+#, c-format
+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 ""
+"encodage inconnu: `%s'\n"
+"Cela signifie que votre encodage local n'est pas supporté\n"
+"par l'implantation iconv(3) de votre système. Si vous n'essayez pas\n"
+"d'utilser un encodage particulier pour votre fichier d'entrée, essayer\n"
+"l'option `--encoding=UTF-8'."
+
+#: java/mangle.c:85
+#, c-format
+msgid "Can't mangle %s"
+msgstr "Ne peut mutiler %s"
+
+#: java/mangle_name.c:151 java/mangle_name.c:228
+msgid "internal error - invalid Utf8 name"
+msgstr "erreur interne - nom Utf8 invalide"
+
+#: java/parse.y:737 java/parse.y:775
+msgid "Missing name"
+msgstr "Nom manquant"
+
+#: java/parse.y:739 java/parse.y:777 java/parse.y:796 java/parse.y:977
+#: java/parse.y:1324 java/parse.y:1527 java/parse.y:1529 java/parse.y:1758
+#: java/parse.y:1784 java/parse.y:1795 java/parse.y:1806 java/parse.y:1818
+msgid "';' expected"
+msgstr "';' attendu"
+
+#: java/parse.y:794
+msgid "'*' expected"
+msgstr "'*' attendu"
+
+#: java/parse.y:808
+msgid "Class or interface declaration expected"
+msgstr "Déclaration de classe ou d'interface attendue"
+
+#: java/parse.y:843 java/parse.y:845
+msgid "Missing class name"
+msgstr "Nom de classe manquant"
+
+#: java/parse.y:848 java/parse.y:852 java/parse.y:860 java/parse.y:1022
+#: java/parse.y:1270 java/parse.y:1272 java/parse.y:1593 java/parse.y:1829
+#: java/parse.y:1861 java/parse.y:1913
+msgid "'{' expected"
+msgstr "'{' attendu"
+
+#: java/parse.y:862
+msgid "Missing super class name"
+msgstr "Nom de super classe manquant"
+
+#: java/parse.y:872 java/parse.y:888
+msgid "Missing interface name"
+msgstr "Nom d'interface manquant"
+
+#. That's for ()
+#: java/parse.y:956 java/parse.y:1289 java/parse.y:1348 java/parse.y:1551
+#: java/parse.y:1773 java/parse.y:1782 java/parse.y:1793 java/parse.y:1804
+#: java/parse.y:1816 java/parse.y:1833 java/parse.y:1835 java/parse.y:1906
+#: java/parse.y:2077 java/parse.y:2138 java/parse.y:2292 java/parse.y:2294
+#: java/parse.y:2301 java/parse.y:2308 java/parse.y:2319 java/parse.y:2321
+#: java/parse.y:2358 java/parse.y:2360 java/parse.y:2362 java/parse.y:2383
+#: java/parse.y:2385 java/parse.y:2387 java/parse.y:2403 java/parse.y:2405
+#: java/parse.y:2426 java/parse.y:2428 java/parse.y:2430 java/parse.y:2458
+#: java/parse.y:2460 java/parse.y:2462 java/parse.y:2464 java/parse.y:2482
+#: java/parse.y:2484 java/parse.y:2495 java/parse.y:2506 java/parse.y:2517
+#: java/parse.y:2528 java/parse.y:2539 java/parse.y:2552 java/parse.y:2556
+#: java/parse.y:2558 java/parse.y:2571
+msgid "Missing term"
+msgstr "Terme manquant"
+
+#: java/parse.y:971
+msgid "Missing variable initializer"
+msgstr "Initialiseur de variable manquant"
+
+#: java/parse.y:988
+msgid "Invalid declaration"
+msgstr "Déclaration invalide"
+
+#: java/parse.y:994
+msgid "Can't specify array dimension in a declaration"
+msgstr "Ne peut spécifier la dimension du tableau dans la déclaration"
+
+#: java/parse.y:996 java/parse.y:1072 java/parse.y:2113 java/parse.y:2135
+#: java/parse.y:2139 java/parse.y:2174 java/parse.y:2251 java/parse.y:2261
+msgid "']' expected"
+msgstr "']' attendu"
+
+#: java/parse.y:1000
+msgid "Unbalanced ']'"
+msgstr "']' non pairé"
+
+#: java/parse.y:1036
+msgid "Invalid method declaration, method name required"
+msgstr "Déclaration de méthode invalide, nom de méthode requis"
+
+#: java/parse.y:1042 java/parse.y:1044 java/parse.y:1997
+msgid "Identifier expected"
+msgstr "Identificateur attendu"
+
+#: java/parse.y:1047
+msgid "Invalid method declaration, return type required"
+msgstr "Déclaration de méthode invalide, type retourné requis"
+
+#: java/parse.y:1070 java/parse.y:1507 java/parse.y:1514 java/parse.y:1523
+#: java/parse.y:1525 java/parse.y:1553 java/parse.y:1661 java/parse.y:1942
+#: java/parse.y:1995
+msgid "')' expected"
+msgstr "')' attendu"
+
+#: java/parse.y:1086
+msgid "Missing formal parameter term"
+msgstr "Paramètre term formel manquant"
+
+#: java/parse.y:1101 java/parse.y:1106
+msgid "Missing identifier"
+msgstr "Identificateur manquant"
+
+#: java/parse.y:1126 java/parse.y:1135
+msgid "Missing class type term"
+msgstr "Type term de classe manquant"
+
+#: java/parse.y:1287
+msgid "Invalid interface type"
+msgstr "Type d'interface invalide"
+
+#: java/parse.y:1471 java/parse.y:1640 java/parse.y:1642
+msgid "':' expected"
+msgstr "':' attendu"
+
+#: java/parse.y:1493 java/parse.y:1498 java/parse.y:1503
+msgid "Invalid expression statement"
+msgstr "Déclaration d'expression invalide"
+
+#: java/parse.y:1521 java/parse.y:1549 java/parse.y:1589 java/parse.y:1657
+#: java/parse.y:1725 java/parse.y:1831 java/parse.y:1899 java/parse.y:1989
+#: java/parse.y:1991 java/parse.y:1999 java/parse.y:2234 java/parse.y:2236
+msgid "'(' expected"
+msgstr "'(' attendu"
+
+#: java/parse.y:1591
+msgid "Missing term or ')'"
+msgstr "Terme manquant ou ')'"
+
+#: java/parse.y:1638
+msgid "Missing or invalid constant expression"
+msgstr "Expresion de constante manquante ou invalide"
+
+#: java/parse.y:1659
+msgid "Missing term and ')' expected"
+msgstr "Terme manquant et ')' attendus"
+
+#: java/parse.y:1698
+msgid "Invalid control expression"
+msgstr "Expression de contrôle invalide"
+
+#: java/parse.y:1700 java/parse.y:1702
+msgid "Invalid update expression"
+msgstr "Expression de mise à jour invalide"
+
+#: java/parse.y:1727
+msgid "Invalid init statement"
+msgstr "Déclaration init invalide"
+
+#: java/parse.y:1902
+msgid "Missing term or ')' expected"
+msgstr "Terme manquant ou ')' attendu"
+
+#: java/parse.y:1944
+msgid "'class' or 'this' expected"
+msgstr "'class' ou 'this' attendu"
+
+#: java/parse.y:1946 java/parse.y:1948
+msgid "'class' expected"
+msgstr "'class' attendu"
+
+#: java/parse.y:1993
+msgid "')' or term expected"
+msgstr "')' or terme attendu"
+
+#: java/parse.y:2111
+msgid "'[' expected"
+msgstr "'[' attendu"
+
+#: java/parse.y:2189
+msgid "Field expected"
+msgstr "Champ attendu"
+
+#: java/parse.y:2246 java/parse.y:2256
+msgid "Missing term and ']' expected"
+msgstr "Terme manquant et ']' attendu"
+
+#: java/parse.y:2351
+msgid "']' expected, invalid type expression"
+msgstr "']' attendu, type d'expression invalide"
+
+#: java/parse.y:2354
+msgid "Invalid type expression"
+msgstr "Type d'expression invalide"
+
+#: java/parse.y:2466
+msgid "Invalid reference type"
+msgstr "Type de référence invalide"
+
+#: java/parse.y:2944
+msgid "Constructor invocation must be first thing in a constructor"
+msgstr "L'invaocation d'un constructeur doit être la première chose dans un constructeur"
+
+#: java/parse.y:2946
+msgid "Only constructors can invoke constructors"
+msgstr "Seuls les constructeurs peuvent invoquer des constructeurs"
+
+#: java/parse.y:2955
+#, c-format
+msgid ": `%s' JDK1.1(TM) feature"
+msgstr ": `%s' option JDK1.1(TM)"
+
+#: java/parse.y:3015 java/parse.y:3017
+#, c-format
+msgid ""
+"%s.\n"
+"%s"
+msgstr ""
+"%s.\n"
+"%s"
+
+#: java/parse.y:3480
+msgid "Can't use '$' as a separator for inner classes"
+msgstr "Ne peut utiliser '$' comme séparateur pour des classes internes"
+
+#: java/parse.y:6577
+#, c-format
+msgid "malformed .zip archive in CLASSPATH: %s"
+msgstr "archive .zip mal composée dans CLASSPATH: %s"
+
+#: java/parse.y:6648
+#, c-format
+msgid "Can't find default package `%s'. Check the CLASSPATH environment variable and the access to the archives."
+msgstr "Ne peut repérer le package par défaut `%s'. Vérifier la variable d'environement CLASSPATH et l'accès aux archives."
+
+#: java/parse.y:11787
+#, c-format
+msgid "missing static field `%s'"
+msgstr "champ statique manquant `%s'"
+
+#: java/parse.y:11792
+#, c-format
+msgid "not a static field `%s'"
+msgstr "n'est pas un champ statique `%s'"
+
+#: java/parse.y:11845
+#, c-format
+msgid "No case for %s"
+msgstr "Oas de case pour %s"
+
+#: java/parse.y:13030
+#, c-format
+msgid "unregistered operator %s"
+msgstr "opérator %s non enregistré"
+
+#: java/typeck.c:178
+msgid "internal error - use of undefined type"
+msgstr "erreur interne - utilisation d'un type non défini"
+
+#: java/typeck.c:557
+msgid "junk at end of signature string"
+msgstr "rebut à la fin de la chaîne de signature"
+
+#: java/verify.c:464
+msgid "bad pc in exception_table"
+msgstr "PC erroné dans exception_table"
+
+#: java/verify.c:1344
+#, c-format
+msgid "unknown opcode %d@pc=%d during verification"
+msgstr "code-op inconnu %d@pc=%d durant la vérification"
+
+#: java/verify.c:1414 java/verify.c:1427 java/verify.c:1431
+#, c-format
+msgid "verification error at PC=%d"
+msgstr "erreur de vérification au PC=%d"
+
+#: objc/lang-options.h:27
+msgid "Dump decls to a .decl file"
+msgstr "Vidange des déclaration dans un fichier .decl"
+
+#: objc/lang-options.h:29
+msgid "Generate code for GNU runtime environment"
+msgstr "Générer du code pour l'environnement GNU d'exécution"
+
+#: objc/lang-options.h:32
+msgid "Generate code for NeXT runtime environment"
+msgstr "Générer le code pour l'environnement d'exécution du NeXT"
+
+#: objc/lang-options.h:35
+msgid "Warn if a selector has multiple methods"
+msgstr "Avertir si le sélecteur a de multiples méthodes"
+
+#: objc/lang-options.h:39
+msgid "Do not warn if inherited methods are unimplemented"
+msgstr "Ne pas avertir si les méthodes héritées ne sont pas implantées"
+
+#: objc/lang-options.h:41
+msgid "Generate C header of platform specific features"
+msgstr "Générer des en-têtes C pour les options spécifiques de la plate-forme"
+
+#: objc/lang-options.h:43
+msgid "Specify the name of the class for constant strings"
+msgstr "Spécifier le nom de la classe pour les constantes chaînes"
+
+#: objc/objc-act.c:811
+msgid "no class name specified as argument to -fconstant-string-class"
+msgstr "pas de nom de classe spécifier dans l'argument à -fconstant-string-class"
+
+#: objc/objc-act.c:972
+#, c-format
+msgid "object does not conform to the `%s' protocol"
+msgstr "objet n'est pas conforme au protocole `%s'"
+
+#: objc/objc-act.c:1010
+#, c-format
+msgid "class `%s' does not implement the `%s' protocol"
+msgstr "classe `%s' n'implante pas le protocole `%s'"
+
+#: objc/objc-act.c:1091
+#, c-format
+msgid "`%s' cannot be statically allocated"
+msgstr "`%s' ne peut être statiquement alloué"
+
+#: objc/objc-act.c:1147
+#, c-format
+msgid "Unexpected type for `id' (%s)"
+msgstr "Type inattendu pour `id' (%s)"
+
+#: objc/objc-act.c:1152
+msgid "Undefined type `id', please import <objc/objc.h>"
+msgstr "Type `id' indéfini, svp importer <objc/objc.h>"
+
+#: objc/objc-act.c:1200 objc/objc-act.c:5359
+#, c-format
+msgid "Cannot find protocol declaration for `%s'"
+msgstr "Ne peut repérer la déclaration de protocole pour `%s'"
+
+#: objc/objc-act.c:1422 objc/objc-act.c:5879 objc/objc-act.c:6177
+#: objc/objc-act.c:6226 objc/objc-act.c:6262 objc/objc-parse.y:1371
+#, c-format
+msgid "Cannot find interface declaration for `%s'"
+msgstr "Ne peut repérer la déclaration d'interface pour `%s'"
+
+#: objc/objc-act.c:2460
+#, c-format
+msgid "Cannot find class `%s'"
+msgstr "Ne peut repérer la classe `%s'"
+
+#: objc/objc-act.c:2462
+#, c-format
+msgid "Class `%s' already exists"
+msgstr "Classe `%s' existe déjà"
+
+#. fatal did not work with 2 args...should fix
+#: objc/objc-act.c:2586
+#, c-format
+msgid "Cannot find interface declaration for `%s', superclass of `%s'"
+msgstr "Ne peut repérer une déclaration d'interface pour `%s', super classe de `%s'"
+
+#: objc/objc-act.c:2593
+#, c-format
+msgid "Circular inheritance in interface declaration for `%s'"
+msgstr "Héritage circulaire dans la déclaration de l'interface pour `%s'"
+
+#: objc/objc-act.c:3643 objc/objc-act.c:3660
+msgid "inconsistent instance variable specification"
+msgstr "spécification inconsistente avec l'instance de la vairable"
+
+#: objc/objc-act.c:4854
+#, c-format
+msgid "multiple declarations for method `%s'"
+msgstr "multiples déclarations pour la méthode `%s'"
+
+#: objc/objc-act.c:4968
+#, c-format
+msgid "invalid receiver type `%s'"
+msgstr "type du receveur invalide `%s'"
+
+#: objc/objc-act.c:5036 objc/objc-act.c:5062 objc/objc-act.c:5110
+#, c-format
+msgid "`%s' does not respond to `%s'"
+msgstr "`%s' ne répond pas à `%s'"
+
+#: objc/objc-act.c:5042 objc/objc-act.c:7283
+#, c-format
+msgid "no super class declared in interface for `%s'"
+msgstr "pas de super classe déclarée dans l'interface pour `%s'"
+
+#: objc/objc-act.c:5140
+msgid "cannot find class (factory) method."
+msgstr "ne peut repérer de méthode de classe (manufacturé)"
+
+#: objc/objc-act.c:5141 objc/objc-act.c:5185
+#, c-format
+msgid "return type for `%s' defaults to id"
+msgstr "type retourné pour `%s' par défaut est id"
+
+#: objc/objc-act.c:5158
+#, c-format
+msgid "method `%s' not implemented by protocol."
+msgstr "méthode `%s' n'est pas implanté dans le protocole."
+
+#: objc/objc-act.c:5167
+msgid "return type defaults to id"
+msgstr "type retourné par défaut est id"
+
+#: objc/objc-act.c:5184
+msgid "cannot find method."
+msgstr "ne peut repérer la méthode"
+
+#. Historically, a class method that produced objects (factory
+#. method) would assign `self' to the instance that it
+#. allocated. This would effectively turn the class method into
+#. an instance method. Following this assignment, the instance
+#. variables could be accessed. That practice, while safe,
+#. violates the simple rule that a class method should not refer
+#. to an instance variable. It's better to catch the cases
+#. where this is done unknowingly than to support the above
+#. paradigm.
+#: objc/objc-act.c:5428
+#, c-format
+msgid "instance variable `%s' accessed in class method"
+msgstr "instance `%s' de la variable accédé par la méthode de classe"
+
+#: objc/objc-act.c:5680
+#, c-format
+msgid "duplicate definition of class method `%s'."
+msgstr "double définition de la méthode de la classe `%s'"
+
+#: objc/objc-act.c:5686
+#, c-format
+msgid "duplicate declaration of class method `%s'."
+msgstr "double déclaration de la méthode de classe `%s'"
+
+#: objc/objc-act.c:5722
+#, c-format
+msgid "duplicate definition of instance method `%s'."
+msgstr "double définition de la méthode d'instanciation `%s'"
+
+#: objc/objc-act.c:5728
+#, c-format
+msgid "duplicate declaration of instance method `%s'."
+msgstr "double déclaration de la méthode d'instanciation `%s'"
+
+#: objc/objc-act.c:5768
+#, c-format
+msgid "duplicate interface declaration for category `%s(%s)'"
+msgstr "double déclaration d'interface pour la catégorie `%s(%s)'"
+
+#: objc/objc-act.c:5854
+#, c-format
+msgid "instance variable `%s' is declared private"
+msgstr "instance de la variable `%s' est déclaré privée"
+
+#: objc/objc-act.c:5901
+#, c-format
+msgid "instance variable `%s' is declared %s"
+msgstr "instance de la variable `%s' est déclaré %s"
+
+#: objc/objc-act.c:5911
+msgid "static access to object of type `id'"
+msgstr "accès statique à un objket de type `id'"
+
+#: objc/objc-act.c:5945 objc/objc-act.c:6039
+#, c-format
+msgid "incomplete implementation of class `%s'"
+msgstr "implantation incomplète de la classe `%s'"
+
+#: objc/objc-act.c:5949 objc/objc-act.c:6044
+#, c-format
+msgid "incomplete implementation of category `%s'"
+msgstr "implantation incomplète de la catégorie `%s'"
+
+#: objc/objc-act.c:5954 objc/objc-act.c:6049
+#, c-format
+msgid "method definition for `%c%s' not found"
+msgstr "définition de la méthode pour `%c%s' n'a pas été repérée"
+
+#: objc/objc-act.c:6090
+#, c-format
+msgid "%s `%s' does not fully implement the `%s' protocol"
+msgstr "%s `%s' n'implante pas complètement le protocole `%s'"
+
+#: objc/objc-act.c:6149
+#, c-format
+msgid "reimplementation of class `%s'"
+msgstr "ré-implantation de la classe `%s'"
+
+#: objc/objc-act.c:6191
+#, c-format
+msgid "conflicting super class name `%s'"
+msgstr "nom de super classe `%s' est conflictuel"
+
+#: objc/objc-act.c:6206
+#, c-format
+msgid "duplicate interface declaration for class `%s'"
+msgstr "double déclaration d'interface pour la classe `%s'"
+
+#: objc/objc-act.c:6449
+#, c-format
+msgid "duplicate declaration for protocol `%s'"
+msgstr "double déclaration pour le protocole `%s'"
+
+#: objc/objc-act.c:7324
+msgid "[super ...] must appear in a method context"
+msgstr "[super ...] doit appraître dans une méthode du contexte"
+
+#: objc/objc-act.c:8287 objc/objc-act.c:8303
+#, c-format
+msgid "potential selector conflict for method `%s'"
+msgstr "conflit potentiel sur le sélecteur pour la méthode `%s'"
+
+#: objc/objc-parse.y:2159
+msgid "`@end' must appear in an implementation context"
+msgstr "`@end' doit appraître dans un contaxte d'implantation"
+
+#: objc/objc-parse.y:2425 objc/objc-parse.y:2450
+msgid "method definition not in class context"
+msgstr "méthode de définition n'est pas dans un contexte de classe"
+
+#: objc/objc-parse.y:3278
+msgid "syntax error at '@' token"
+msgstr "erreur de syntaxe au jeton '@'"
+
+#. If we didn't find this parameter, issue an error message.
+#: params.c:80
+#, c-format
+msgid "invalid parameter `%s'"
+msgstr "paramètre invalide `%s'"
+
+#: profile.c:490
+msgid "Arc profiling: some edge counts were bad."
+msgstr "profilage Arc: quelques compteurs de bordures étaient erronées."
+
+#: profile.c:931
+#, c-format
+msgid "file %s not found, execution counts assumed to be zero."
+msgstr "fichier %s non repéré, compteur d'exécution assumé être à zéro."
+
+#: protoize.c:601
+#, c-format
+msgid "%s: internal abort\n"
+msgstr "%s: abandon interne\n"
+
+#: protoize.c:692
+#, c-format
+msgid "%s: error writing file `%s': %s\n"
+msgstr "%s: erreur d'écriture au fichier `%s': %s\n"
+
+#: protoize.c:737
+#, c-format
+msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
+msgstr "%s: usage '%s [ -VqfnkN ] [ -i <chaîne> ] [ nom-de-fichier ... ]'\n"
+
+#: protoize.c:740
+#, c-format
+msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
+msgstr "%s: usage '%s [ -VqfnkNlgC ] [ -B <répertoire> ] [ nom-de-fichier ... ]'\n"
+
+#: protoize.c:847
+#, c-format
+msgid "%s: warning: no read access for file `%s'\n"
+msgstr "%s: AVERTISSEMENT: aucun accès en lecture du fichier `%s'\n"
+
+#: protoize.c:855
+#, c-format
+msgid "%s: warning: no write access for file `%s'\n"
+msgstr "%s: AVERTISSEMENT: aucun accès en écriture du fichier `%s'\n"
+
+#: protoize.c:863
+#, c-format
+msgid "%s: warning: no write access for dir containing `%s'\n"
+msgstr "%s: AVERTISSEMENT: aucun accès en écriture du répertoire contenant `%s'\n"
+
+#. Catch cases like /.. where we try to backup to a
+#. point above the absolute root of the logical file
+#. system.
+#: protoize.c:1281
+#, c-format
+msgid "%s: invalid file name: %s\n"
+msgstr "%s: nom de fichier invalide: %s\n"
+
+#: protoize.c:1433
+#, c-format
+msgid "%s: %s: can't get status: %s\n"
+msgstr "%s: %s: ne peut obtenir l'état: %s\n"
+
+#: protoize.c:1454
+#, c-format
+msgid "\n%s: fatal error: aux info file corrupted at line %d\n"
+msgstr "\n%s: erreur fatale: fichier auxiliaire d'infos à la ligne %d\n"
+
+#: protoize.c:1790
+#, c-format
+msgid "%s:%d: declaration of function `%s' takes different forms\n"
+msgstr "%s:%d: déclaration de fonction `%s' prend différentes formes\n"
+
+#: protoize.c:2048
+#, c-format
+msgid "%s: compiling `%s'\n"
+msgstr "%s: en compilation `%s'\n"
+
+#: protoize.c:2071
+#, c-format
+msgid "%s: wait: %s\n"
+msgstr "%s: en attente: %s\n"
+
+#: protoize.c:2076
+#, c-format
+msgid "%s: subprocess got fatal signal %d\n"
+msgstr "%s: sous-processus a reçu le signal fatal %d\n"
+
+#: protoize.c:2084
+#, c-format
+msgid "%s: %s exited with status %d\n"
+msgstr "%s: %s a terminé avec le statut %d\n"
+
+#: protoize.c:2136
+#, c-format
+msgid "%s: warning: missing SYSCALLS file `%s'\n"
+msgstr "%s: AVERTISSEMENT: fichier des SYSCALLS `%s' est manquant\n"
+
+#: protoize.c:2145 protoize.c:2174
+#, c-format
+msgid "%s: can't read aux info file `%s': %s\n"
+msgstr "%s: ne peut lire le fichier auxiliaire d'infos `%s': %s\n"
+
+#: protoize.c:2190 protoize.c:2218
+#, c-format
+msgid "%s: can't get status of aux info file `%s': %s\n"
+msgstr "%s: ne peut obtenir l'état du fichier auxiliaire d'infos `%s': %s\n"
+
+#: protoize.c:2246
+#, c-format
+msgid "%s: can't open aux info file `%s' for reading: %s\n"
+msgstr "%s: ne peut ouvrir le fichier auxiliaire d'infos `%s' en lecture: %s\n"
+
+#: protoize.c:2264
+#, c-format
+msgid "%s: error reading aux info file `%s': %s\n"
+msgstr "%s: erreur lors de la lecture du fichier auxilaire d'infos `%s': %s\n"
+
+#: protoize.c:2277
+#, c-format
+msgid "%s: error closing aux info file `%s': %s\n"
+msgstr "%s: erreur lors de la fermeture du fichier auxiliaire d'infos `%s': %s\n"
+
+#: protoize.c:2293
+#, c-format
+msgid "%s: can't delete aux info file `%s': %s\n"
+msgstr "%s: ne peut détruire le fichier auxiliaire d'infos `%s': %s\n"
+
+#: protoize.c:2375 protoize.c:4377
+#, c-format
+msgid "%s: can't delete file `%s': %s\n"
+msgstr "%s: ne peut détruire le fichier `%s': %s\n"
+
+#: protoize.c:2454
+#, c-format
+msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
+msgstr "%s: AVERTISSEMENT: ne peut renommer le fichier `%s' à `%s': %s\n"
+
+#: protoize.c:2579
+#, c-format
+msgid "%s: conflicting extern definitions of '%s'\n"
+msgstr "%s: définitions externes conflictuelles de '%s'\n"
+
+#: protoize.c:2583
+#, c-format
+msgid "%s: declarations of '%s' will not be converted\n"
+msgstr "%s: déclarations de '%s' ne seront pas converties\n"
+
+#: protoize.c:2585
+#, c-format
+msgid "%s: conflict list for '%s' follows:\n"
+msgstr "%s: liste conflictuelle pour '%s' suit:\n"
+
+#: protoize.c:2618
+#, c-format
+msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
+msgstr "%s: AVERTISSEMENT: using la liste des formels de %s(%d) pour la fonction `%s'\n"
+
+#: protoize.c:2658
+#, c-format
+msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
+msgstr "%s: %d: `%s' utilisé mais manquant dans les SYSCALLS\n"
+
+#: protoize.c:2664
+#, c-format
+msgid "%s: %d: warning: no extern definition for `%s'\n"
+msgstr "%s: %d: AVERTISSEMENT: pas de définition externe pour `%s'\n"
+
+#: protoize.c:2695
+#, c-format
+msgid "%s: warning: no static definition for `%s' in file `%s'\n"
+msgstr "%s: AVERTISSEMENT: pas de définition statique pour `%s' dans le fichier`%s'\n"
+
+#: protoize.c:2701
+#, c-format
+msgid "%s: multiple static defs of `%s' in file `%s'\n"
+msgstr "%s: multiples définitions statiques de `%s' dans le fichier `%s'\n"
+
+#: protoize.c:2874 protoize.c:2877
+#, c-format
+msgid "%s: %d: warning: source too confusing\n"
+msgstr "%s: %d: AVERTISSEMENT: trop de confusions dans le source\n"
+
+#: protoize.c:3083
+#, c-format
+msgid "%s: %d: warning: varargs function declaration not converted\n"
+msgstr "%s: %d: AVERTISSEMENT: déclaration de varargs de fonction non convertis\n"
+
+#: protoize.c:3098
+#, c-format
+msgid "%s: declaration of function `%s' not converted\n"
+msgstr "%s: déclaration de la fonction `%s' non convertie\n"
+
+#: protoize.c:3221
+#, c-format
+msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
+msgstr "%s: AVERTISSEMENT: trop de paramètres de listes dans la déclaration de `%s'\n"
+
+#: protoize.c:3242
+#, c-format
+msgid "\n%s: warning: too few parameter lists in declaration of `%s'\n"
+msgstr "\n%s: AVERTISSEMENT: trop peu de paramètres de listes dans la déclaration de `%s'\n"
+
+#: protoize.c:3340
+#, c-format
+msgid "%s: %d: warning: found `%s' but expected `%s'\n"
+msgstr "%s: %d: AVERTISSEMENT: a obtenu `%s' mais attendait `%s'\n"
+
+#: protoize.c:3518
+#, c-format
+msgid "%s: local declaration for function `%s' not inserted\n"
+msgstr "%s: déclaration locale pour la fonction `%s' n'a pas été insérée\n"
+
+#: protoize.c:3545
+#, c-format
+msgid "\n%s: %d: warning: can't add declaration of `%s' into macro call\n"
+msgstr "\n%s: %d: AVERTISSEMENT: ne peut ajouter une déclaration de `%s' dans l'appel macro\n"
+
+#: protoize.c:3619
+#, c-format
+msgid "%s: global declarations for file `%s' not inserted\n"
+msgstr "%s: déclarations globale du fichier `%s' n'ont pas été insérées\n"
+
+#: protoize.c:3710 protoize.c:3740
+#, c-format
+msgid "%s: definition of function `%s' not converted\n"
+msgstr "%s: définition de la fonction `%s' n'a pas été convertie\n"
+
+#: protoize.c:3729
+#, c-format
+msgid "%s: %d: warning: definition of %s not converted\n"
+msgstr "%s: %d: AVERTISSEMENT: définition de %s n'a pas été convertie\n"
+
+#: protoize.c:4059
+#, c-format
+msgid "%s: found definition of `%s' at %s(%d)\n"
+msgstr "%s: définition de `%s' trouvé à %s(%d)\n"
+
+#. If we make it here, then we did not know about this
+#. function definition.
+#: protoize.c:4075
+#, c-format
+msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
+msgstr "%s: %d: AVERTISSEMENT: `%s' exclu par le préprocesseur\n"
+
+#: protoize.c:4078
+#, c-format
+msgid "%s: function definition not converted\n"
+msgstr "%s: définition de fonction n'a pas été convertie\n"
+
+#: protoize.c:4137
+#, c-format
+msgid "%s: `%s' not converted\n"
+msgstr "%s: `%s' n'a pas été converti\n"
+
+#: protoize.c:4145
+#, c-format
+msgid "%s: would convert file `%s'\n"
+msgstr "%s: devrait convertir le fichier `%s'\n"
+
+#: protoize.c:4148
+#, c-format
+msgid "%s: converting file `%s'\n"
+msgstr "%s: conversion du fichier `%s'\n"
+
+#: protoize.c:4158
+#, c-format
+msgid "%s: can't get status for file `%s': %s\n"
+msgstr "%s: ne peut obtenur l'état du fichier `%s': %s\n"
+
+#: protoize.c:4200
+#, c-format
+msgid "%s: can't open file `%s' for reading: %s\n"
+msgstr "%s: ne peut ouvrir le fichier `%s' en lecture: %s\n"
+
+#: protoize.c:4215
+#, c-format
+msgid "\n%s: error reading input file `%s': %s\n"
+msgstr "\n%s: erreur de lecture du fichier d'entrée `%s': %s\n"
+
+#: protoize.c:4249
+#, c-format
+msgid "%s: can't create/open clean file `%s': %s\n"
+msgstr "%s: ne peut créer/ouvrir un fichier propre `%s': %s\n"
+
+#: protoize.c:4354
+#, c-format
+msgid "%s: warning: file `%s' already saved in `%s'\n"
+msgstr "%s: AVERTISSEMENT: fichier `%s' est déjà sauvegardé dans `%s'\n"
+
+#: protoize.c:4362
+#, c-format
+msgid "%s: can't link file `%s' to `%s': %s\n"
+msgstr "%s: ne peut lier le fichier `%s' à `%s': %s\n"
+
+#: protoize.c:4392
+#, c-format
+msgid "%s: can't create/open output file `%s': %s\n"
+msgstr "%s: ne peut créer/ouvrier le fichier de sortie `%s': %s\n"
+
+#: protoize.c:4425
+#, c-format
+msgid "%s: can't change mode of file `%s': %s\n"
+msgstr "%s: ne peut changer le mode du fichier `%s': %s\n"
+
+#: protoize.c:4611
+#, c-format
+msgid "%s: cannot get working directory: %s\n"
+msgstr "%s: ne peut repérer le répertoire de travail: %s\n"
+
+#: protoize.c:4709
+#, c-format
+msgid "%s: input file names must have .c suffixes: %s\n"
+msgstr "%s: noms de fichiers d'entrée doivent avoir le suffixe .c: %s\n"
+
+#: real.c:802 real.c:979
+msgid "conversion from NaN to int"
+msgstr "conversion de NaN en int"
+
+#: real.c:825
+msgid "conversion from NaN to unsigned int"
+msgstr "conversion de NaN en un int non signé"
+
+#: real.c:2700
+msgid "floating point overflow"
+msgstr "débordement de virgule flottante"
+
+#: real.c:4340 real.c:6619 real.c:6700
+msgid "overflow on truncation to integer"
+msgstr "débordement de troncation d'un entier"
+
+#: real.c:4412
+msgid "overflow on truncation to unsigned integer"
+msgstr "débordement lors de la troncation d'un entier non signé"
+
+#: real.c:5760
+#, c-format
+msgid "%s: argument domain error"
+msgstr "%s: erreur d'argument de domaine"
+
+#: real.c:5761
+#, c-format
+msgid "%s: function singularity"
+msgstr "%s: singularité de fonction"
+
+#: real.c:5762
+#, c-format
+msgid "%s: overflow range error"
+msgstr "%s: erreur de débordement de bornes"
+
+#: real.c:5763
+#, c-format
+msgid "%s: underflow range error"
+msgstr "%s: erreur de sous débordement de bornes"
+
+#: real.c:5764
+#, c-format
+msgid "%s: total loss of precision"
+msgstr "%s: perte totale de précision"
+
+#: real.c:5765
+#, c-format
+msgid "%s: partial loss of precision"
+msgstr "%s: perte partielle de précision"
+
+#: real.c:5766
+#, c-format
+msgid "%s: NaN - producing operation"
+msgstr "%s: NaN - opération produite"
+
+#: reg-stack.c:655
+#, c-format
+msgid "Output constraint %d must specify a single register"
+msgstr "Contrainte de sortie %d doit spécifier un simple registre"
+
+#: reg-stack.c:675
+msgid "Output regs must be grouped at top of stack"
+msgstr "Registres de sortie doivent être regroupés au haut de la pile"
+
+#: reg-stack.c:712
+msgid "Implicitly popped regs must be grouped at top of stack"
+msgstr "Les registres implicitement dépilés doivent être groupés au haut de la pile"
+
+#: reg-stack.c:731
+#, c-format
+msgid "Output operand %d must use `&' constraint"
+msgstr "Opérande de sortie %d doit utiliser la contrainte `&'"
+
+#: regclass.c:703
+#, c-format
+msgid "can't use '%s' as a %s register"
+msgstr "ne peut utiliser '%s' comme le registre %s"
+
+#: regclass.c:725
+msgid "global register variable follows a function definition"
+msgstr "variable registre globale suit la définition d'une fonction"
+
+#: regclass.c:729
+msgid "register used for two global register variables"
+msgstr "registre utilisé pour deux variables registres globales"
+
+#: regclass.c:734
+msgid "call-clobbered register used for global register variable"
+msgstr "registre maltraité par un appel utilisé par un variable registre globale"
+
+#: reload.c:1198
+msgid "cannot reload integer constant operand in `asm'"
+msgstr "ne peut recharger l'opérande de constante entière dans `asm'"
+
+#: reload.c:1220
+msgid "impossible register constraint in `asm'"
+msgstr "impossible de contraindre les registres en `asm'"
+
+#: reload.c:3330
+msgid "`&' constraint used with no register class"
+msgstr "contrainte `&' utilisé sans classe registre"
+
+#: reload.c:3487 reload.c:3701
+msgid "inconsistent operand constraints in an `asm'"
+msgstr "contrainte d'opérande inconsistente en `asm'"
+
+#: reload1.c:1235
+msgid "frame size too large for reliable stack checking"
+msgstr "taille de trame trop grande pour une vérification fiable de la pile"
+
+#: reload1.c:1238
+msgid "try reducing the number of local variables"
+msgstr "essayer de réduire le nombre de variables locales"
+
+#: reload1.c:1893
+#, c-format
+msgid "Can't find a register in class `%s' while reloading `asm'."
+msgstr "Ne peut repérer un registre dans la classe `%s' lors du rechargement `asm'"
+
+#: reload1.c:1897
+#, c-format
+msgid "Unable to find a register to spill in class `%s'."
+msgstr "Incapable de trouver un registre de déversement dans la classe `%s'."
+
+#: reload1.c:3922
+msgid "`asm' operand requires impossible reload"
+msgstr "Opérande `asm' requiert une recharge impossible"
+
+#: reload1.c:5033
+msgid "`asm' operand constraint incompatible with operand size"
+msgstr "contrainte de l'opérande `asm' incompatible avec la taille de l'opérande"
+
+#: reload1.c:6620
+msgid "output operand is constant in `asm'"
+msgstr "opérande de sortie est une constante dans `asm'"
+
+#: rtl.c:1289
+#, c-format
+msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
+msgstr "vérification RTL: accès de elt %d de `%s' avec le dernier elt %d dans %s, à %s:%d"
+
+#: rtl.c:1304
+#, c-format
+msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
+msgstr "vérification RTL: attendu elt %d de type '%c', a '%c' (rtx %s) dans %s, à %s:%d"
+
+#: rtl.c:1320
+#, c-format
+msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
+msgstr "vérification RTL: attendu elt %d de type '%c' ou '%c', a '%c' (rtx %s) dans %s, à %s:%d"
+
+#: rtl.c:1333
+#, c-format
+msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
+msgstr "vérification RTL: code attendu `%s', a `%s' dans %s, à %s:%d"
+
+#: rtl.c:1347
+#, c-format
+msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
+msgstr "vérification RTL: code attendu `%s' ou `%s', a `%s' dans %s, à %s:%d"
+
+#: rtl.c:1362
+#, c-format
+msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
+msgstr "vérification RTL: accès de elt %d du vecteur avec le dernier elt %d dans %s, à %s:%d"
+
+#: stmt.c:917 MRO
+#, c-format
+msgid "jump to `%s' invalidly jumps into binding contour"
+msgstr "saut vers `%s' saute de manière invalide dans un contour de binding"
+
+#: stmt.c:1153 stmt.c:3641 MRO
+#, c-format
+msgid "label `%s' used before containing binding contour"
+msgstr "étiquette `%s' utilisé avant de contenir le contour de binding"
+
+#: stmt.c:1283 stmt.c:1357
+msgid "`asm' cannot be used in function where memory usage is checked"
+msgstr "`asm' ne peut être utilisé dans une fonction où l'usage de la mémoire est vérifié"
+
+#: stmt.c:1343
+msgid "`asm' cannot be used with `-fcheck-memory-usage'"
+msgstr "`asm' ne peut être utilisé `-fcheck-memory-usage'"
+
+#: stmt.c:1372
+#, c-format
+msgid "unknown register name `%s' in `asm'"
+msgstr "nom de registre inconnu `%s' dans `asm'"
+
+#: stmt.c:1387
+msgid "too many alternatives in `asm'"
+msgstr "trop d'alternatives dans `asm'"
+
+#: stmt.c:1398
+msgid "operand constraints for `asm' differ in number of alternatives"
+msgstr "contraintes de l'opérande pour `asm' diff`rent en nombre d'alternatives"
+
+#: stmt.c:1446
+msgid "output operand constraint lacks `='"
+msgstr "contrainte de sortie de l'opérande manque `='"
+
+#: stmt.c:1465
+#, c-format
+msgid "output constraint `%c' for operand %d is not at the beginning"
+msgstr "contrainte de sortie `%c' pour l'opérande %d n'est pas au début"
+
+#: stmt.c:1472
+#, c-format
+msgid "output operand constraint %d contains `+'"
+msgstr "contrainte de sortie de l'opérande %d contient `+'"
+
+#: stmt.c:1481
+msgid "operand constraint contains '+' or '=' at illegal position."
+msgstr "contrainte de l'opérande %d contient '+' ou '-' à une position illégale"
+
+#: stmt.c:1487 stmt.c:1664
+#, c-format
+msgid "`%%' constraint used with last operand"
+msgstr "contrainte `%%' utilisée avec la dernière opérande"
+
+#: stmt.c:1501
+msgid "matching constraint not valid in output operand"
+msgstr "contrainte concordante n'est pas valide dans une opérande de sortie"
+
+#: stmt.c:1527 stmt.c:1724
+#, c-format
+msgid "invalid punctuation `%c' in constraint"
+msgstr "ponctuation invalide `%c' dans la contrainte"
+
+#: stmt.c:1571
+#, c-format
+msgid "output number %d not directly addressable"
+msgstr "nombre de sortie %d n,est pas directement adressable"
+
+#: stmt.c:1599
+#, c-format
+msgid "more than %d operands in `asm'"
+msgstr "plus que %d opérandes dans `asm'"
+
+#: stmt.c:1637
+#, c-format
+msgid "hard register `%s' listed as input operand to `asm'"
+msgstr "registre matériel `%s' est listé comme une opérande d'entrée à `asm'"
+
+#: stmt.c:1654
+#, c-format
+msgid "input operand constraint contains `%c'"
+msgstr "contrainte d'entrée de l'opérande contient `%c'"
+
+#: stmt.c:1691 MRO
+msgid "matching constraint references invalid operand number"
+msgstr "nombre d'opérandes invalides pour références de containte concordantes"
+
+#. ??? Leave this only until we have experience with what
+#. happens in combine and elsewhere when constraints are
+#. not satisfied.
+#: stmt.c:1758 stmt.c:1786
+#, c-format
+msgid "asm operand %d probably doesn't match constraints"
+msgstr "opérande asm %d ne concorde pas probablement avec les contraintes"
+
+#: stmt.c:3578
+#, c-format
+msgid "unused variable `%s'"
+msgstr "variable inutilisée `%s'"
+
+#: stmt.c:5026
+#, c-format
+msgid "enumeration value `%s' not handled in switch"
+msgstr "valeur d'énumération `%s' n'est pas traité dans le switch"
+
+#: stmt.c:5052 stmt.c:5072
+#, c-format
+msgid "case value `%ld' not in enumerated type"
+msgstr "valeur du case `%ld' n'est pas dans le type énuméré"
+
+#: stmt.c:5055 stmt.c:5075
+#, c-format
+msgid "case value `%ld' not in enumerated type `%s'"
+msgstr "valeur du case `%ld' n'est pas dans le type énuméré `%s'"
+
+#: stor-layout.c:140
+msgid "type size can't be explicitly evaluated"
+msgstr "taille du type ne peut être explicitement évalué"
+
+#: stor-layout.c:142
+msgid "variable-size type declared outside of any function"
+msgstr "type de taille variable déclaré à l'extérieur den'importe quelle fonction"
+
+#: stor-layout.c:415
+#, c-format
+msgid "size of `%s' is %d bytes"
+msgstr "taille de `%s' est de %d octets"
+
+#: stor-layout.c:417
+#, c-format
+msgid "size of `%s' is larger than %d bytes"
+msgstr "taille de `%s' est plus grande que %d octets"
+
+#: stor-layout.c:771 stor-layout.c:1023
+#, c-format
+msgid "packed attribute causes inefficient alignment for `%s'"
+msgstr "attribut empaqueté provoque un alignement inefficient pour `%s'"
+
+#: stor-layout.c:773 stor-layout.c:1025
+#, c-format
+msgid "packed attribute is unnecessary for `%s'"
+msgstr "attribut empaqueté n'est pas nécessaire pour `%s'"
+
+#: stor-layout.c:788
+#, c-format
+msgid "padding struct to align `%s'"
+msgstr "remplissage du struct pour aligner `%s'"
+
+#: stor-layout.c:987
+msgid "padding struct size to alignment boundary"
+msgstr "remplissage la taille du struct pour aligner les frontières"
+
+#: stor-layout.c:1030
+msgid "packed attribute causes inefficient alignment"
+msgstr "attribut empaqueté provoque un alignement inefficient"
+
+#: stor-layout.c:1032
+msgid "packed attribute is unnecessary"
+msgstr "attribut empaqueté n'est pas nécessaire"
+
+#: stringpool.c:307
+#, c-format
+msgid "\"%s\" and \"%s\" identical in first %d characters"
+msgstr "\"%s\" et \"%s\" identique pour les premiers %d caractères"
+
+#: timevar.c:428
+msgid "\nExecution times (seconds)\n"
+msgstr "\nTemps d'exécution (secondes)\n"
+
+#. Print total time.
+#: timevar.c:476
+msgid " TOTAL :"
+msgstr " TOTAL :"
+
+#: timevar.c:515
+#, c-format
+msgid "time in %s: %ld.%06ld (%ld%%)\n"
+msgstr "temps passé dans %s: %ld.%06ld (%ld%%)\n"
+
+#: tlink.c:428
+#, c-format
+msgid "collect: reading %s\n"
+msgstr "collect: lecture de %s\n"
+
+#: tlink.c:529
+#, c-format
+msgid "collect: recompiling %s\n"
+msgstr "collect: recompilation de %s\n"
+
+#: tlink.c:694 MRO
+#, c-format
+msgid "collect: tweaking %s in %s\n"
+msgstr "collect: tordage de %s dans %s\n"
+
+#: tlink.c:741
+msgid "collect: relinking\n"
+msgstr "collect: ré-édition des liens\n"
+
+#: tlink.c:750
+#, c-format
+msgid "ld returned %d exit status"
+msgstr "ld a retourné %d code d'état d'exécution"
+
+#: toplev.c:913
+msgid "Generate debugging info in default format"
+msgstr "Générer les information de mise au point dans le format par défaut"
+
+#: toplev.c:914
+msgid "Generate debugging info in default extended format"
+msgstr "Générer les information de mise au point dans le format étendu"
+
+#: toplev.c:916
+msgid "Generate STABS format debug info"
+msgstr "Générer des infos de mise au point de format STABS"
+
+#: toplev.c:917
+msgid "Generate extended STABS format debug info"
+msgstr "Générer des infos de mise au point de format STABS étendu"
+
+#: toplev.c:920
+msgid "Generate DWARF-1 format debug info"
+msgstr "Générer les informations de mise au point du format DWARF-1"
+
+#: toplev.c:922
+msgid "Generate extended DWARF-1 format debug info"
+msgstr "Générer les extensions des informations de mise au point du format DWARF-1"
+
+#: toplev.c:925
+msgid "Generate DWARF-2 debug info"
+msgstr "Générer les informations de mise au point DWARF-2"
+
+#: toplev.c:928
+msgid "Generate XCOFF format debug info"
+msgstr "Générer les informations de mise au point du format XCOFF"
+
+#: toplev.c:929
+msgid "Generate extended XCOFF format debug info"
+msgstr "Générer les extensions de mise au point du format XCOFF"
+
+#: toplev.c:932
+msgid "Generate COFF format debug info"
+msgstr "Générer les informations de mise au point du format COFF"
+
+#: toplev.c:976
+msgid "Do not store floats in registers"
+msgstr "Ne pas stocker les flottants dans les registres"
+
+#: toplev.c:978
+msgid "Consider all mem refs through pointers as volatile"
+msgstr "Considérer toutes les référence en mémoire comme faite par des pointeurs volatiles"
+
+#: toplev.c:980
+msgid "Consider all mem refs to global data to be volatile"
+msgstr "Considérer toutes les références mémoire à des données globales comme volatiles"
+
+#: toplev.c:982
+msgid "Consider all mem refs to static data to be volatile"
+msgstr "Considérer toutes les références mémoire à des données statiques comme volatiles"
+
+#: toplev.c:984
+msgid "Defer popping functions args from stack until later"
+msgstr "Déférer le dépilage des arguments de fonction de la pile plus tard"
+
+#: toplev.c:986
+msgid "When possible do not generate stack frames"
+msgstr "Lorsque c'est possible ne pas générer des trames de pile"
+
+#: toplev.c:988
+msgid "Optimize sibling and tail recursive calls"
+msgstr "Optimiser sur mesure les appels enfants et récursif"
+
+#: toplev.c:990
+msgid "When running CSE, follow jumps to their targets"
+msgstr "Lorsque CSE s'exécute, suivre les sauts vers leurs cibles"
+
+#: toplev.c:992
+msgid "When running CSE, follow conditional jumps"
+msgstr "Lorsque CSE s'exécute, suivre les sauts considitionnels vers leurs cibles"
+
+#: toplev.c:994
+msgid "Perform a number of minor, expensive optimisations"
+msgstr "Effectuer un nombre mineur, d'optimisations coûteuses"
+
+#: toplev.c:996
+msgid "Perform jump threading optimisations"
+msgstr "Exécuter des optimisations de saut de thread"
+
+#: toplev.c:998
+msgid "Perform strength reduction optimisations"
+msgstr "Exécuter un réduction en force des optimisations"
+
+#: toplev.c:1000
+msgid "Perform loop unrolling when iteration count is known"
+msgstr "Exécuter un dé-roulement des boucles lorsque le compteur d'itération est connu"
+
+#: toplev.c:1002
+msgid "Perform loop unrolling for all loops"
+msgstr "Exécuter un dé-roulement de toutes les boucles"
+
+#: toplev.c:1004
+msgid "Force all loop invariant computations out of loops"
+msgstr "Forcer pour toutes les boucles des calculs invariants en dehors des boucles"
+
+#: toplev.c:1006 MRO
+msgid "Strength reduce all loop general induction variables"
+msgstr "Renforcer la réduction de toutes les boucles par induction des variables"
+
+#: toplev.c:1008
+msgid "Store strings in writable data section"
+msgstr "Stocker les chaînes dans les sections d'écriture des données"
+
+#: toplev.c:1010
+msgid "Enable machine specific peephole optimisations"
+msgstr "Autoriser les optimisations des trous spécifiques à une machine"
+
+#: toplev.c:1012
+msgid "Copy memory operands into registers before using"
+msgstr "Copier les opérandes mémoire dans les registres avant de les utiliser"
+
+#: toplev.c:1014
+msgid "Copy memory address constants into regs before using"
+msgstr "Copier les constantes d'adresses mémoire dans les registres avant de les utiliser"
+
+#: toplev.c:1016
+msgid "Allow function addresses to be held in registers"
+msgstr "Autoriser le maintien des adresses de fonction dans les registres"
+
+#: toplev.c:1018
+msgid "Integrate simple functions into their callers"
+msgstr "Intégrer les fonctions simples à l'intérieur des appelants"
+
+#: toplev.c:1020
+msgid "Generate code for funcs even if they are fully inlined"
+msgstr "Générer le code pour les fonctions même si elles sont complètement en ligne"
+
+#: toplev.c:1022
+msgid "Pay attention to the 'inline' keyword"
+msgstr "Porter attention au mot clé 'inline'"
+
+#: toplev.c:1024
+msgid "Emit static const variables even if they are not used"
+msgstr "Produire des variables constantes statiques même si elles ne sont pas utilisées"
+
+#: toplev.c:1026
+msgid "Check for syntax errors, then stop"
+msgstr "Vérifier les erreurs de syntaxes et puis stopper"
+
+#: toplev.c:1028
+msgid "Mark data as shared rather than private"
+msgstr "Marquer les données comme partagées au lieu de privées"
+
+#: toplev.c:1030
+msgid "Enable saving registers around function calls"
+msgstr "Autoriser la sauvegarde autour des appels de fonction"
+
+#: toplev.c:1032
+msgid "Return 'short' aggregates in memory, not registers"
+msgstr "Retourner des aggrégats de type 'short' en mémoire, pas dans les registres"
+
+#: toplev.c:1034
+msgid "Return 'short' aggregates in registers"
+msgstr "Retourner des aggrégats de type 'short' dans les registres"
+
+#: toplev.c:1036
+msgid "Attempt to fill delay slots of branch instructions"
+msgstr "Tented de remplir de délais les fentes des instructions de branchement"
+
+#: toplev.c:1038
+msgid "Perform the global common subexpression elimination"
+msgstr "Exécuter l'élimination de sous-expression du commun global"
+
+#: toplev.c:1040
+msgid "Run CSE pass after loop optimisations"
+msgstr "Exécuter une passe CSE après une optimisation des boucles"
+
+#: toplev.c:1042
+msgid "Run the loop optimiser twice"
+msgstr "Exécuiter l'optimiseur de boucle deux fois"
+
+#: toplev.c:1044
+msgid "Delete useless null pointer checks"
+msgstr "Détruire les vérifications de pointeurs nul inutiles"
+
+#: toplev.c:1046
+msgid "Pretend that host and target use the same FP format"
+msgstr "Prétendre que l'hôte et la cible utilise le format FP"
+
+#: toplev.c:1048
+msgid "Reschedule instructions before register allocation"
+msgstr "Reçéduler les instructions avant l'allocation de registres"
+
+#: toplev.c:1050
+msgid "Reschedule instructions after register allocation"
+msgstr "Reçédulers les instructions après l'allocation de registres"
+
+#: toplev.c:1052
+msgid "Enable scheduling across basic blocks"
+msgstr "Autoriser le çédulage à travers les blocs de base"
+
+#: toplev.c:1054
+msgid "Allow speculative motion of non-loads"
+msgstr "Autoriser le mouvement spéculatif de non chargements"
+
+#: toplev.c:1056
+msgid "Allow speculative motion of some loads"
+msgstr "Autoriser le mouvement spéculatif de quelques chargements"
+
+#: toplev.c:1058
+msgid "Allow speculative motion of more loads"
+msgstr "Autoriser le mouvement spéculatif de plusieurs chargements"
+
+#: toplev.c:1060
+msgid "Replace add,compare,branch with branch on count reg"
+msgstr "Remplacer add,compare,branch avec des branchements utilisant un compteur registre"
+
+#: toplev.c:1062
+msgid "Generate position independent code, if possible"
+msgstr "Générer du code indépendant de la position, si possible"
+
+#: toplev.c:1065
+msgid "Enable exception handling"
+msgstr "Autoriser le traitement des exceptions"
+
+#: toplev.c:1067
+msgid "Just generate unwind tables for exception handling"
+msgstr "Générer simplement des tables étendues pour le traitement des exceptions"
+
+#: toplev.c:1069
+msgid "Support synchronous non-call exceptions"
+msgstr "Supporter les exceptions synchrones des non appels"
+
+#: toplev.c:1071 MRO
+msgid "Insert arc based program profiling code"
+msgstr "Insérer le code de profilage du programme de base"
+
+#: toplev.c:1073
+msgid "Create data files needed by gcov"
+msgstr "Créer les fichiers de données nécessaires par gcov"
+
+#: toplev.c:1075
+msgid "Use profiling information for branch probabilities"
+msgstr "Utiliser les informations de profilage pour les probabilités de branchements"
+
+#: toplev.c:1077
+msgid "Reorder basic blocks to improve code placement"
+msgstr "Ré-ordonner les blocs de base pour améliorer l'emplacement de code"
+
+#: toplev.c:1079
+msgid "Do the register renaming optimization pass"
+msgstr "Renommer les registres lors de la passe d'optimisation"
+
+#: toplev.c:1081
+msgid "Improve FP speed by violating ANSI & IEEE rules"
+msgstr "Améliorer la vitesse FP en violant les règles ANSI & IEEE"
+
+#: toplev.c:1083
+msgid "Do not put unitialised globals in the common section"
+msgstr "Ne pas placer de globaux non initialisés dans la section commune"
+
+#: toplev.c:1085
+msgid "Do not generate .size directives"
+msgstr "Ne pas générer de directives .size"
+
+#: toplev.c:1087
+msgid "place each function into its own section"
+msgstr "placer chaque fonction dans sa propre section"
+
+#: toplev.c:1089
+msgid "place data items into their own section"
+msgstr "placer les items des données dans leur propre section"
+
+#: toplev.c:1091
+msgid "Add extra commentry to assembler output"
+msgstr "Ajouter des commentaires additionnels à la sortie de l'assembleur"
+
+#: toplev.c:1093
+msgid "Output GNU ld formatted global initialisers"
+msgstr "Produire des initialiseurs globaux formattés pour GNU ld"
+
+#: toplev.c:1095
+msgid "Enables a register move optimisation"
+msgstr "Autoriser l'optimisation des déplacements par registres"
+
+#: toplev.c:1097
+msgid "Do the full regmove optimization pass"
+msgstr "Effectuer la passe d'optimisation complète des des déplacements par les registres"
+
+#: toplev.c:1099
+msgid "Pack structure members together without holes"
+msgstr "Empaqueter les membres des structures ensembles sans trous"
+
+#: toplev.c:1101
+msgid "Insert stack checking code into the program"
+msgstr "Insérer du code de vérificaion de la pile dans le programme"
+
+#: toplev.c:1103
+msgid "Specify that arguments may alias each other & globals"
+msgstr "Assumer que les arguments peuvent avoir des alias l'un vers l'autre et globaux"
+
+#: toplev.c:1105
+msgid "Assume arguments may alias globals but not each other"
+msgstr "Assumer que les arguments peuvent avoir des alias globaux mais pas l'un vers l'autre"
+
+#: toplev.c:1107
+msgid "Assume arguments do not alias each other or globals"
+msgstr "Assumer que les arguments n'ont pas d'alias l'un vers l'autre ou globaux"
+
+#: toplev.c:1109
+msgid "Assume strict aliasing rules apply"
+msgstr "Assumer que des règles stricts d'alias s'appliquent"
+
+#: toplev.c:1111
+msgid "Align the start of loops"
+msgstr "Aligner le début des boucles"
+
+#: toplev.c:1113
+msgid "Align labels which are only reached by jumping"
+msgstr "Aligner les étiquettes qui sont seulement atteintes par sauts"
+
+#: toplev.c:1115
+msgid "Align all labels"
+msgstr "Aligner toutes les étiquettes"
+
+#: toplev.c:1117
+msgid "Align the start of functions"
+msgstr "Aligner le début des fonctions"
+
+#: toplev.c:1119
+msgid "Generate code to check every memory access"
+msgstr "Générer du code pour vérifier chaque accès mémoire"
+
+#: toplev.c:1121
+msgid "Add a prefix to all function names"
+msgstr "Ajouter un préfixe à tous les noms de fonctions"
+
+#: toplev.c:1123
+msgid "Suppress output of instruction numbers and line number notes in debugging dumps"
+msgstr "Supprimer dans la sortie les numéros d'instructions et de notes de lignes dans les vidanges de mises au point"
+
+#: toplev.c:1125
+msgid "Instrument function entry/exit with profiling calls"
+msgstr "Traiter les entrées/sorties des fonctins avec appels de profilage"
+
+#: toplev.c:1127
+msgid "Enable SSA optimizations"
+msgstr "Autoriser les optimisations SSA"
+
+#: toplev.c:1129
+msgid "Enable dead code elimination"
+msgstr "Autoriser l'élimination de code mort"
+
+#: toplev.c:1131
+msgid "External symbols have a leading underscore"
+msgstr "Les symboles externes sont préfixés d'un caractère de soulignement"
+
+#: toplev.c:1133
+msgid "Process #ident directives"
+msgstr "Traiter les directive #ident"
+
+#: toplev.c:1135
+msgid "Enables an rtl peephole pass run before sched2"
+msgstr "Autoriser l'exécution de la passe rtl sur les trous avant sched2"
+
+#: toplev.c:1137
+msgid "Enables guessing of branch probabilities"
+msgstr "Autoriser l'estimation des probabilités de branchement"
+
+#: toplev.c:1139
+msgid "Set errno after built-in math functions"
+msgstr "Initialiser errno après les fonctions internes mathématiques"
+
+#: toplev.c:1141
+msgid "Convert floating point constant to single precision constant"
+msgstr "Convertir les constantes flottantes en constantes en simple précision"
+
+#: toplev.c:1143
+msgid "Report time taken by each compiler pass at end of run"
+msgstr "Rapport le temps pris par chaque passe de compilation à la fin de l'exécution"
+
+#: toplev.c:1145
+msgid "Report on permanent memory allocation at end of run"
+msgstr "Rapporter toute allocation de mémoire permanente à la fin de l'exécution"
+
+#: toplev.c:1147
+msgid "Trap for signed overflow in addition / subtraction / multiplication."
+msgstr "Trapper les débordements de signe dans addition/soustraction/multiplication"
+
+#: toplev.c:1164
+msgid "Compile just for ISO C89"
+msgstr "Compiler seulement pour ISO C89"
+
+#: toplev.c:1166
+msgid "Do not promote floats to double if using -traditional"
+msgstr "Ne pas promouvoir les flottants à des doubles avec -traditional"
+
+#: toplev.c:1168
+msgid "Determine language standard"
+msgstr "Déterminer le standard du langage"
+
+#: toplev.c:1172
+msgid "Make bitfields by unsigned by default"
+msgstr "Rendre les champs de bits non signés par défaut"
+
+#: toplev.c:1176
+msgid "Make 'char' be signed by default"
+msgstr "Rendre les 'char' signés par défaut"
+
+#: toplev.c:1178
+msgid "Make 'char' be unsigned by default"
+msgstr "Rendre les 'char' non signés par défaut"
+
+#: toplev.c:1184
+msgid "Attempt to support traditional K&R style C"
+msgstr "Tenter de supporter le style de langage C traditionnel K&R"
+
+#: toplev.c:1190
+msgid "Do not recognise the 'asm' keyword"
+msgstr "Ne pas reconnaître le mot clé 'asm'"
+
+#: toplev.c:1193
+msgid "Do not recognise any built in functions"
+msgstr "Ne pas reocnnaître aucune construit dans les fonctions"
+
+#: toplev.c:1195
+msgid "Assume normal C execution environment"
+msgstr "Assumer un environnement d'exécution normal C"
+
+#: toplev.c:1198
+msgid "Assume that standard libraries & main might not exist"
+msgstr "Assumer que les librairies standards & main peuvent ne pas exister"
+
+#: toplev.c:1201
+msgid "Allow different types as args of ? operator"
+msgstr "Permettre des types différents pour les arguments de l'opérateur ?"
+
+#: toplev.c:1204
+msgid "Allow the use of $ inside identifiers"
+msgstr "Permettre l'utilisation de $ à l'intérieur d'identificateurs"
+
+#: toplev.c:1209
+msgid "Use the same size for double as for float"
+msgstr "Utiliser la même taille pour un double que pour un flottant"
+
+#: toplev.c:1212
+msgid "Use the smallest fitting integer to hold enums"
+msgstr "Utiliser le plus petit entier pour contenir l'énumération (enums)"
+
+#: toplev.c:1215
+msgid "Override the underlying type for wchar_t to `unsigned short'"
+msgstr "Écraser le type sous-jacent de wchar_t vers `unsigned short'"
+
+#: toplev.c:1219
+msgid "Enable most warning messages"
+msgstr "Autoriser la plupart des messages d'avertissement"
+
+#: toplev.c:1221
+msgid "Warn about casting functions to incompatible types"
+msgstr "Avertir à propos des fonctions de transtypage avec des types incompatibles"
+
+#: toplev.c:1225
+msgid "Warn about functions which might be candidates for format attributes"
+msgstr "Avertir à propos des fonctions qui pourraient être candidates pour les attributs de format"
+
+#: toplev.c:1228
+msgid "Warn about casts which discard qualifiers"
+msgstr "Avertir à propos des transtypage qui écartent les qualificateurs"
+
+#: toplev.c:1231
+msgid "Warn about subscripts whose type is 'char'"
+msgstr "Avertir à propose des souscripts dont le type est 'char'"
+
+#: toplev.c:1234 toplev.c:1237
+msgid "Warn if nested comments are detected"
+msgstr "Avertir si des commentaires imbriqués sont détectés"
+
+#: toplev.c:1240
+msgid "Warn about possibly confusing type conversions"
+msgstr "Avertir à propos des type de conversions confuses"
+
+#: toplev.c:1243
+msgid "Warn about printf/scanf/strftime/strfmon format anomalies"
+msgstr "Avertir à propos des anomalies de format de printf/scanf/strftime/strfmon"
+
+#: toplev.c:1247
+msgid "Don't warn about strftime formats yielding 2 digit years"
+msgstr "Ne pas avertir à propos des formats de strftime ne laissant que 2 chiffres pour l'année"
+
+#: toplev.c:1250
+msgid "Don't warn about too many arguments to format functions"
+msgstr "Ne pas avertir à propos d'un surplus d'arguments pour des fonctions de format"
+
+#: toplev.c:1252 MRO
+msgid "Warn about non-string-literal format strings"
+msgstr "Avertir à propos des chaînes de format qui ne sont pas des chaînes"
+
+#: toplev.c:1255
+msgid "Warn about possible security problems with format functions"
+msgstr "Avertir à propos des problèmes possibles de sécurité avec les formats de fonction"
+
+#: toplev.c:1258
+msgid "Warn about implicit function declarations"
+msgstr "Avertir à propos des déclarations de fonctions implicites"
+
+#: toplev.c:1262
+msgid "Warn when a declaration does not specify a type"
+msgstr "Avertir lorsqu'une déclaration ne spécifie pas le type"
+
+#: toplev.c:1267
+msgid "Warn about the use of the #import directive"
+msgstr "Avertir à propos de l'utilisation de la directive #import"
+
+#: toplev.c:1271
+msgid "Do not warn about using 'long long' when -pedantic"
+msgstr "Ne pas avertir à propos de l'utilisation de 'long long' avec -pedantic"
+
+#: toplev.c:1273
+msgid "Warn about suspicious declarations of main"
+msgstr "Avertir à propos des déclarations douteuses de main"
+
+#: toplev.c:1276
+msgid "Warn about possibly missing braces around initialisers"
+msgstr "Avertir à propos des accolades possiblement manquantes autour des initialiseurs"
+
+#: toplev.c:1279
+msgid "Warn about global funcs without previous declarations"
+msgstr "Avertir à propos des fonctions globales sans déclaration précédente"
+
+#: toplev.c:1282
+msgid "Warn about global funcs without prototypes"
+msgstr "Avertir à propos des fonctions globales sans prototype"
+
+#: toplev.c:1285
+msgid "Warn about use of multicharacter literals"
+msgstr "Avertir à propose de l'utilisation des chaînes de multi-caractères"
+
+#: toplev.c:1288 MRO
+msgid "Warn about externs not at file scope level"
+msgstr "Avertir à propos des externes qui n'est pas au niveau dans le champ du fichier"
+
+#: toplev.c:1291
+msgid "Warn about possible missing parentheses"
+msgstr "Avertir à propos du manque possible de parenthèses"
+
+#: toplev.c:1294
+msgid "Warn about possible violations of sequence point rules"
+msgstr "Avertir à propos des violations possibles des règles de séquence de points"
+
+#: toplev.c:1297
+msgid "Warn about function pointer arithmetic"
+msgstr "Avertir à propos d'arithmétique portant sur un pointeur de fonction"
+
+#: toplev.c:1300
+msgid "Warn about multiple declarations of the same object"
+msgstr "Avertir à propos des déclarations multiples portant sur le même objet"
+
+#: toplev.c:1303
+msgid "Warn about signed/unsigned comparisons"
+msgstr "Avertir à propos des comparaisons signés/non signés"
+
+#: toplev.c:1306
+msgid "Warn about testing equality of floating point numbers"
+msgstr "Avertir à propos des tests d'égalité sur des nombres flottants"
+
+#: toplev.c:1309
+msgid "Warn about unrecognized pragmas"
+msgstr "Avertir à propos des pragmas non reconnus"
+
+#: toplev.c:1312
+msgid "Warn about non-prototyped function decls"
+msgstr "Avertir à propos des déclarations de fonction sans prototype"
+
+#: toplev.c:1315
+msgid "Warn about constructs whose meaning change in ISO C"
+msgstr "Avertir à propos de construits dont le sens change en ISO C"
+
+#: toplev.c:1318
+msgid "Warn when trigraphs are encountered"
+msgstr "Avertir lorsque des trigraphes sont rencontrés"
+
+#: toplev.c:1323
+msgid "Mark strings as 'const char *'"
+msgstr "Marque les chaînes comme étant 'const char *'"
+
+#: toplev.c:1471
+msgid "Warn when a function is unused"
+msgstr "Avertir lorsqu'une fonction est inutilisée"
+
+#: toplev.c:1473
+msgid "Warn when a label is unused"
+msgstr "Avertir lorsqu'une étiquette est inutilisée"
+
+#: toplev.c:1475
+msgid "Warn when a function parameter is unused"
+msgstr "Avertir lorsqu'un paramètre de fonction est inutilisé"
+
+#: toplev.c:1477
+msgid "Warn when a variable is unused"
+msgstr "Avertir lorsque 'une variable est inutilisée"
+
+#: toplev.c:1479
+msgid "Warn when an expression value is unused"
+msgstr "Avertir lorsque la valeur d'une expression n'est pas utilisée"
+
+#: toplev.c:1481
+msgid "Do not suppress warnings from system headers"
+msgstr "Ne pas supprimer les avertissements pour les en-têtes système"
+
+#: toplev.c:1483
+msgid "Treat all warnings as errors"
+msgstr "Traiter tous les avertissements commes des erreurs"
+
+#: toplev.c:1485
+msgid "Warn when one local variable shadows another"
+msgstr "Avertir lorsqu'une variable locale fait ombrage à une autre"
+
+#: toplev.c:1487
+msgid "Warn about enumerated switches missing a specific case"
+msgstr "Avertir à propos d'un switch énuméré où un case spécific manque"
+
+#: toplev.c:1489
+msgid "Warn about returning structures, unions or arrays"
+msgstr "Avertir à propos de structures retournés, unions ou tableaux"
+
+#: toplev.c:1491
+msgid "Warn about pointer casts which increase alignment"
+msgstr "Avertir à propos des pointeurs convertis lesquels augment l'alignement"
+
+#: toplev.c:1493
+msgid "Warn about code that will never be executed"
+msgstr "Avertir à propos du code qui ne sera jamais exécuté"
+
+#: toplev.c:1495
+msgid "Warn about unitialized automatic variables"
+msgstr "Avertir à propos des variable automatiques non initialisées"
+
+#: toplev.c:1497 MRO
+msgid "Warn when an inlined function cannot be inlined"
+msgstr "Avertir lorsque des fonctions en ligne ne peuvent être en ligne"
+
+#: toplev.c:1499
+msgid "Warn when the packed attribute has no effect on struct layout"
+msgstr "Avertir lorsque les attributs paquetés n'ont pas d'effet sur l'organtisation d'un struct"
+
+#: toplev.c:1501
+msgid "Warn when padding is required to align struct members"
+msgstr "Avertir lorsque le remplissage est requis pour aligner les membres d'un struct"
+
+#: toplev.c:1503
+msgid "Warn when an optimization pass is disabled"
+msgstr "Avertir lorsque la passe d'optimisation est désactivée"
+
+#: toplev.c:1505
+msgid "Warn about functions which might be candidates for attribute noreturn"
+msgstr "Avertir à propos des fonctions qui seraient candidates pour des attributs non retournés"
+
+#: toplev.c:1539 toplev.c:5061 tradcpp.c:776
+#, c-format
+msgid "Invalid option `%s'"
+msgstr "option invalide `%s'"
+
+#: toplev.c:1741
+#, c-format
+msgid "Internal error: %s"
+msgstr "erreur interne: %s"
+
+#: toplev.c:2056
+#, c-format
+msgid "`%s' used but never defined"
+msgstr "`%s' utilisé mais n'a jamais été défini"
+
+#: toplev.c:2059
+#, c-format
+msgid "`%s' declared `static' but never defined"
+msgstr "`%s' déclaré `static' mais n'a jamais été défiie"
+
+#: toplev.c:2081
+#, c-format
+msgid "`%s' defined but not used"
+msgstr "`%s' défini mais n'a pas été utilisé"
+
+#: toplev.c:2259
+#, c-format
+msgid "can't open %s for writing"
+msgstr "ne peut ouvrir %s en écriture"
+
+#: toplev.c:2312
+msgid "-ffunction-sections not supported for this target."
+msgstr "-ffunction-sections non supporté pour cette cible."
+
+#: toplev.c:2317
+msgid "-fdata-sections not supported for this target."
+msgstr "-fdata-sections non supporté pour cette cicle."
+
+#: toplev.c:2325
+msgid "-ffunction-sections disabled; it makes profiling impossible."
+msgstr "-ffunction-sections désactivé; cela rend le profilage impossible."
+
+#: toplev.c:2331
+msgid "-ffunction-sections may affect debugging on some targets."
+msgstr "-ffunction-sections peut affecter la mise au point sur quelques cibles."
+
+#: toplev.c:2372
+msgid "Errors detected in input file (your bison.simple is out of date)\n"
+msgstr "Erreurs détectées dans le fichier d'entrée (votre bison.simple est périmé)\n"
+
+#: toplev.c:2509
+#, c-format
+msgid "error writing to %s"
+msgstr "erreur d'écriture dans %s"
+
+#: toplev.c:2614
+#, c-format
+msgid "invalid register name `%s' for register variable"
+msgstr "nom de registre invalide `%s' pour un variable registre"
+
+#: toplev.c:3863
+msgid " -ffixed-<register> Mark <register> as being unavailable to the compiler\n"
+msgstr " -ffixed-<registre> marque le <registre> qui est rendu indisponibles pour le compilateur\n"
+
+#: toplev.c:3864
+msgid " -fcall-used-<register> Mark <register> as being corrupted by function calls\n"
+msgstr " -fcall-used-<registre> marquer le <registre> qui est corrompu par les appels de fonctions\n"
+
+#: toplev.c:3865
+msgid " -fcall-saved-<register> Mark <register> as being preserved across functions\n"
+msgstr " -fcall-saved-<registre> marquer le <registre> qui est préservé à travers les fonctions\n"
+
+#: toplev.c:3866
+msgid " -finline-limit=<number> Limits the size of inlined functions to <number>\n"
+msgstr " -finline-limit=<nombre> limiter la taille des fonction en ligne à <nombre>\n"
+
+#: toplev.c:3867
+msgid " -fmessage-length=<number> Limits diagnostics messages lengths to <number> characters per line. 0 suppresses line-wrapping\n"
+msgstr " -fmessage-length=<nombre> limiter la longueur des messages de diagnotiques à <nombre> de caractères par ligne. 0 supprime l'enroulement de ligne\n"
+
+#: toplev.c:3868
+msgid " -fdiagnostics-show-location=[once | every-line] Indicates how often source location information should be emitted, as prefix, at the beginning of diagnostics when line-wrapping\n"
+msgstr " -fdiagnostics-show-location=[once | every-line] indiquer combien de fois les information de localisation des sources doivent être produites, comme préfixe, au début d'un diagnostique lorsque les lignes doivent s'enrouler sur d'autres\n"
+
+#: toplev.c:3879
+msgid " -O[number] Set optimisation level to [number]\n"
+msgstr " -O[nombre] initialiser le niveau d'optimisation à [nombre]\n"
+
+#: toplev.c:3880
+msgid " -Os Optimise for space rather than speed\n"
+msgstr " -Os optimiser l'espace plutôt que la vitesse\n"
+
+#: toplev.c:3892
+msgid " -pedantic Issue warnings needed by strict compliance to ISO C\n"
+msgstr " -pedantic émettre les avertissements nécessaires pour être conforme de façon stricte à ISO C\n"
+
+#: toplev.c:3893
+msgid " -pedantic-errors Like -pedantic except that errors are produced\n"
+msgstr " -pedantic-errors identique à -pedantic sauf que les erreurs sont produites\n"
+
+#: toplev.c:3894
+msgid " -w Suppress warnings\n"
+msgstr " -w supprimer les avertissements\n"
+
+#: toplev.c:3895
+msgid " -W Enable extra warnings\n"
+msgstr " -W autoriser les avertissements additionnels\n"
+
+#: toplev.c:3906
+msgid " -Wunused Enable unused warnings\n"
+msgstr " -Wunused autoriser les avertissements pour signaler les non utilisés\n"
+
+#: toplev.c:3907
+msgid " -Wid-clash-<num> Warn if 2 identifiers have the same first <num> chars\n"
+msgstr " -Wid-clash-<nombre> avertir si 2 identificateurs one les mêmes premiers <nombre> de caractères\n"
+
+#: toplev.c:3908
+msgid " -Wlarger-than-<number> Warn if an object is larger than <number> bytes\n"
+msgstr " -Wlarger-than-<nombre> avertir si un objet est plus grand que <nombre> d'octets\n"
+
+#: toplev.c:3909
+msgid " -p Enable function profiling\n"
+msgstr " -p autoriser le profilage des fonctions\n"
+
+#: toplev.c:3911
+msgid " -a Enable block profiling \n"
+msgstr " -a autoriser le profilage des blocs \n"
+
+#: toplev.c:3914
+msgid " -ax Enable jump profiling \n"
+msgstr " -ax autoriser le profilage des sauts \n"
+
+#: toplev.c:3916
+msgid " -o <file> Place output into <file> \n"
+msgstr " -o <fichier> produire la sortie dans le <fichier> \n"
+
+#: toplev.c:3917
+msgid ""
+" -G <number> Put global and static data smaller than <number>\n"
+" bytes into a special section (on some targets)\n"
+msgstr ""
+" -G <numbre> placer les données globales et statiques plus\n"
+" petites que <nombre> d'octets dans une section\n"
+" spéciale (sur certaine cible)\n"
+
+#: toplev.c:3928
+msgid " -aux-info <file> Emit declaration info into <file>\n"
+msgstr " -aux-info <fichier> produire une info de déclaration dans le <fichier>\n"
+
+#: toplev.c:3929
+msgid " -quiet Do not display functions compiled or elapsed time\n"
+msgstr " -quiet ne pas afficher les fonctions compilées ou le temps écoulé\n"
+
+#: toplev.c:3930
+msgid " -version Display the compiler's version\n"
+msgstr " -version afficher la version du compilateur\n"
+
+#: toplev.c:3931
+msgid " -d[letters] Enable dumps from specific passes of the compiler\n"
+msgstr " -d[lettres] autoriser les vidanges pour des passes spécifiques du compilateur\n"
+
+#: toplev.c:3932
+msgid " -dumpbase <file> Base name to be used for dumps from specific passes\n"
+msgstr " -dumpbase <fichier> nom de base à utiliser pour les vidanges de passes spécifiques\n"
+
+#: toplev.c:3934
+msgid " -fsched-verbose=<number> Set the verbosity level of the scheduler\n"
+msgstr " -fsched-verbose=<numéro> initialiser le niveau de verbosité du céduleur\n"
+
+#: toplev.c:3936
+msgid " --help Display this information\n"
+msgstr " --help afficher l'aide-mémoire\n"
+
+#: toplev.c:3951
+msgid "\nLanguage specific options:\n"
+msgstr "\nOptions spécifiques au langage:\n"
+
+#: toplev.c:3963
+#, c-format
+msgid " %-23.23s [undocumented]\n"
+msgstr " %-23.23s [non documenté]\n"
+
+#: toplev.c:3971 toplev.c:3985
+#, c-format
+msgid "\nThere are undocumented %s specific options as well.\n"
+msgstr "\nIl y a des options spécifiques %s qui ne sont pas documentés aussi.\n"
+
+#: toplev.c:3975
+#, c-format
+msgid "\n Options for %s:\n"
+msgstr "\n Options pour %s:\n"
+
+#: toplev.c:4006
+msgid "\nTarget specific options:\n"
+msgstr "\nOptions spécifiques à la cible:\n"
+
+#: toplev.c:4020 toplev.c:4039
+#, c-format
+msgid " -m%-23.23s [undocumented]\n"
+msgstr " -m%-23.23s [non documenté]\n"
+
+#: toplev.c:4048
+msgid "\nThere are undocumented target specific options as well.\n"
+msgstr "\nIl y a des options spécifiques à la cible qui ne sont pas documentés aussi.\n"
+
+#: toplev.c:4050
+msgid " They exist, but they are not documented.\n"
+msgstr " Ils existent, mais ils ne sont pas documentés.\n"
+
+#: toplev.c:4106
+#, c-format
+msgid "unrecognized gcc debugging option: %c"
+msgstr "option gcc de mise au point non reconnue: %c"
+
+#: toplev.c:4172
+#, c-format
+msgid "unrecognized register name `%s'"
+msgstr "nom de registre non reconnue `%s'"
+
+#: toplev.c:4196 toplev.c:4880
+#, c-format
+msgid "Unrecognized option `%s'"
+msgstr "Option non reconnue `%s'"
+
+#: toplev.c:4322
+#, c-format
+msgid "use -gdwarf -g%d for DWARF v1, level %d"
+msgstr "utiliser -gdwarf -g%d pour DWARF v1, niveau %d"
+
+#: toplev.c:4325
+msgid "use -gdwarf-2 for DWARF v2"
+msgstr "utiliser -gdwarf-2 pour DWARF v2"
+
+#: toplev.c:4330
+#, c-format
+msgid "ignoring option `%s' due to invalid debug level specification"
+msgstr "option `%s' ignorée en raison de la spécification du niveau de mise au poitn invalide"
+
+#: toplev.c:4353 toplev.c:4878
+#, c-format
+msgid "`%s': unknown or unsupported -g option"
+msgstr "`%s': inconnu ou non supporté option -g"
+
+#: toplev.c:4360
+#, c-format
+msgid "`%s' ignored, conflicts with `-g%s'"
+msgstr "`%s' ignoré, en conflit avec `-g%s'"
+
+#: toplev.c:4439
+msgid "-param option missing argument"
+msgstr "argument manquant pour l'option -param"
+
+#: toplev.c:4448
+#, c-format
+msgid "invalid --param option: %s"
+msgstr "option invalide --param: %s"
+
+#: toplev.c:4460
+#, c-format
+msgid "invalid parameter value `%s'"
+msgstr "valeur du paramètre invalide `%s'"
+
+#: toplev.c:4551
+msgid "`-a' option (basic block profile) not supported"
+msgstr "`-a' option (profile de blocs de base) non supporté"
+
+#: toplev.c:4559
+msgid "`-ax' option (jump profiling) not supported"
+msgstr "`-ax' option (profilage des sauts) non supporté"
+
+#: toplev.c:4870
+#, c-format
+msgid "Ignoring command line option '%s'"
+msgstr "Option '%s' de ligne de commande ignorée"
+
+#: toplev.c:4873
+#, c-format
+msgid "(It is valid for %s but not the selected language)"
+msgstr "(C'est valable pour %s mais pas pour le lgnage séclectionné)"
+
+#: toplev.c:4911
+msgid "-Wuninitialized is not supported without -O"
+msgstr "-Wuninitialized n'est pas supporté sans -O"
+
+#: toplev.c:4938
+msgid "`-ax' and `-a' are conflicting options. `-a' ignored."
+msgstr "`-ax' et `-a' sont des options conflictuelles. `-a' ignoré."
+
+#: toplev.c:4959 MRO
+msgid "instruction scheduling not supported on this target machine"
+msgstr "instruction de cédulage n'est pas supportée sur cette machine cible"
+
+#: toplev.c:4963 MRO
+msgid "this target machine does not have delayed branches"
+msgstr "cette machine cible n'a pas de branchments avec délais"
+
+#: toplev.c:4972
+msgid "profiling does not work without a frame pointer"
+msgstr "profilage ne fonctionne pas sans un pointeur de trames"
+
+#: toplev.c:4987
+#, c-format
+msgid "-f%sleading-underscore not supported on this target machine"
+msgstr "-f%sleading-underscore n'est pas supporté sur cette machine cible"
+
+#: toplev.c:5007
+#, c-format
+msgid "Data size %ld.\n"
+msgstr "Taille des données %ld.\n"
+
+#: toplev.c:5078
+#, c-format
+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"
+"%s\tcompilé par GNU C version %s.\n"
+"%s%s%s version %s (%s) compilé par CC.\n"
+
+#: toplev.c:5134
+msgid "options passed: "
+msgstr "options passées: "
+
+#: toplev.c:5163
+msgid "options enabled: "
+msgstr "options autorisées: "
+
+#: tradcif.y:110 tradcif.y:121
+msgid "division by zero in #if"
+msgstr "division par zéro dans #if"
+
+#. It's a float since it contains a point.
+#: tradcif.y:230
+msgid "floating point numbers not allowed in #if expressions"
+msgstr "nombres flottants ne sont pas permis dans les expressions #if"
+
+#: tradcif.y:276
+msgid "Invalid number in #if expression"
+msgstr "Nombre invalide dans l'expression #if"
+
+#: tradcif.y:361
+msgid "Invalid character constant in #if"
+msgstr "constante caractère invalide dans le #if"
+
+#: tradcif.y:398 MRO
+msgid "double quoted strings not allowed in #if expressions"
+msgstr "chaînes entre quillemets ne sont pas allouées dans les expression #if"
+
+#: tradcif.y:411
+msgid "Invalid token in expression"
+msgstr "Jeton invalide dans l'expression"
+
+#: tradcif.y:502
+msgid "octal character constant does not fit in a byte"
+msgstr "constante caractère octale ne peut être insérée dans un octet"
+
+#: tradcif.y:527
+msgid "hex character constant does not fit in a byte"
+msgstr "constante caractère hexadémical ne peut être insérée dans un octet"
+
+#: tradcif.y:558
+msgid "empty #if expression"
+msgstr "expression #if vide"
+
+#: tradcif.y:572
+msgid "Junk after end of expression."
+msgstr "Rebut à la fin de l'expression."
+
+#: tradcpp.c:137
+msgid "macro or #include recursion too deep"
+msgstr "macro ou récursion de #include trop profonde"
+
+#: tradcpp.c:550
+#, c-format
+msgid "Usage: %s [switches] input output"
+msgstr "Usage: %s [options] entrée sortie"
+
+#: tradcpp.c:566
+msgid "-traditional is not supported in C++"
+msgstr "-traditional n'est pas supporté en C++"
+
+#: tradcpp.c:568
+msgid "-traditional and -ansi are mutually exclusive"
+msgstr "-traditional et -ansi sont mutuellement exclusives"
+
+#: tradcpp.c:582
+msgid "Filename missing after -i option"
+msgstr "Nom de fichier manquant après l'option -i"
+
+#: tradcpp.c:600
+msgid "Filename missing after -o option"
+msgstr "Nom de fichier manquant après l'option -o"
+
+#: tradcpp.c:659
+#, c-format
+msgid "Target missing after %s option"
+msgstr "Cible manquante après l'option %s"
+
+#: tradcpp.c:673
+#, c-format
+msgid "Filename missing after %s option"
+msgstr "Nom de fichier manquant après l'option %s"
+
+#: tradcpp.c:698
+#, c-format
+msgid "Macro name missing after -%c option"
+msgstr "Nom de macro manquant après l'option -%c"
+
+#: tradcpp.c:718
+msgid "-pedantic and -traditional are mutually exclusive"
+msgstr "-pedantic et -traditional sont mutuellement exclusives"
+
+#: tradcpp.c:723
+msgid "-trigraphs and -traditional are mutually exclusive"
+msgstr "-trigraphs et -traditional sont mutuellement exclusives"
+
+#: tradcpp.c:749
+msgid "Directory name missing after -I option"
+msgstr "Nom du répertoire manquant après l'option -I"
+
+#: tradcpp.c:1425 tradcpp.c:3916
+msgid "`/*' within comment"
+msgstr "`/*' à l'intérieur d'un commentaire"
+
+#: tradcpp.c:1800
+#, c-format
+msgid "unterminated #%s conditional"
+msgstr "#%s conditionel non terminé"
+
+#: tradcpp.c:2159
+msgid "not in any file?!"
+msgstr "n'est pas dans aucun fichier?!"
+
+#: tradcpp.c:2265
+msgid "`defined' must be followed by ident or (ident)"
+msgstr "`defined' doit être suivi par ident ou (ident)"
+
+#: tradcpp.c:2269
+msgid "cccp error: invalid special hash type"
+msgstr "erreur cccp: type de hachage spécial invalide"
+
+#: tradcpp.c:2367 tradcpp.c:2437
+msgid "#include expects \"fname\" or <fname>"
+msgstr "#include espère \"fname\" ou <fname>"
+
+#: tradcpp.c:2522
+#, c-format
+msgid "No include path in which to find %.*s"
+msgstr "Pas de chemin d'inclusion afin de repérer %.*s"
+
+#: tradcpp.c:2700
+msgid "invalid macro name"
+msgstr "nom de macro invalide"
+
+#: tradcpp.c:2708
+#, c-format
+msgid "invalid macro name `%s'"
+msgstr "nom de macro invalide `%s'"
+
+#: tradcpp.c:2713
+msgid "\"defined\" cannot be used as a macro name"
+msgstr "\"defined\" ne peut être utilisé comme nom de macro"
+
+#: tradcpp.c:2740
+msgid "parameter name starts with a digit in #define"
+msgstr "nom de paramètre débute avec un chiffre dans #define"
+
+#: tradcpp.c:2750
+msgid "badly punctuated parameter list in #define"
+msgstr "liste de paramètres incorrectement ponctués dans #define"
+
+#: tradcpp.c:2758
+msgid "unterminated parameter list in #define"
+msgstr "liste de paramètres non terminée dans #define"
+
+#: tradcpp.c:2806
+#, c-format
+msgid "\"%.*s\" redefined"
+msgstr "\"%.*s\" redéfini"
+
+#: tradcpp.c:3063
+msgid "# operator should be followed by a macro argument name"
+msgstr "# opérator derait être suivi par le nom d'un argument macro"
+
+#: tradcpp.c:3110 tradcpp.c:3136 tradcpp.c:3150 tradcpp.c:3157 tradcpp.c:3182
+msgid "invalid format #line command"
+msgstr "format invalide dans la commande #line"
+
+#: tradcpp.c:3208
+msgid "undefining `defined'"
+msgstr "indéfinition `defined'"
+
+#: tradcpp.c:3212
+#, c-format
+msgid "undefining `%s'"
+msgstr "indéfinition `%s'"
+
+#: tradcpp.c:3268
+msgid "extra text at end of directive"
+msgstr "texte superflu à la fin de la directive"
+
+#: tradcpp.c:3375
+#, c-format
+msgid "#error%.*s"
+msgstr "#error%.*s"
+
+#: tradcpp.c:3385
+#, c-format
+msgid "#warning%.*s"
+msgstr "#warning%.*s"
+
+#: tradcpp.c:3541
+msgid "#elif not within a conditional"
+msgstr "#elif n'est pas à l'intérieur d'un conditionel"
+
+#: tradcpp.c:3798
+#, c-format
+msgid "#%s not within a conditional"
+msgstr "#%s n'est pas à l'intérieur d'un conditionel"
+
+#: tradcpp.c:3806
+msgid "#else or #elif after #else"
+msgstr "#else ou #elif après #else"
+
+#: tradcpp.c:3846
+msgid "#else not within a conditional"
+msgstr "#else n'est pas à l'intérieur d'un conditionel"
+
+#: tradcpp.c:3877
+msgid "unbalanced #endif"
+msgstr "#endif non pairé"
+
+#: tradcpp.c:3971
+msgid "unterminated string or character constant"
+msgstr "chaîne non terminée ou constante caractère"
+
+#: tradcpp.c:4129
+#, c-format
+msgid "arguments given to macro `%s'"
+msgstr "argument donnée à la macro `%s'"
+
+#: tradcpp.c:4135
+#, c-format
+msgid "no args to macro `%s'"
+msgstr "aucun arg pour la macro `%s'"
+
+#: tradcpp.c:4137
+#, c-format
+msgid "only 1 arg to macro `%s'"
+msgstr "seulement 1 arg pour la macro `%s'"
+
+#: tradcpp.c:4139
+#, c-format
+msgid "only %d args to macro `%s'"
+msgstr "seulement %d args pour la macro `%s'"
+
+#: tradcpp.c:4141
+#, c-format
+msgid "too many (%d) args to macro `%s'"
+msgstr "trop d'arg (%d) pour la macro `%s'"
+
+#: tradcpp.c:4767
+#, c-format
+msgid ""
+"Internal error in %s, at tradcpp.c:%d\n"
+"Please submit a full bug report.\n"
+"See %s for instructions."
+msgstr ""
+"Erreur interne dans %s, à tradcpp.c:%d\n"
+"SVP soumettre un rapport complet des anomalies rencontrées.\n"
+"Consulter %s pour les instructions."
+
+#: tree.c:3879
+msgid "arrays of functions are not meaningful"
+msgstr "tableaux de fonctions n'a pas grand sens"
+
+#: tree.c:3936
+msgid "function return type cannot be function"
+msgstr "Le type retourné d'une fonction ne peut être une fonction"
+
+#: tree.c:4673
+msgid "invalid initializer for bit string"
+msgstr "initialiseur invalide pour une chaîne de bits"
+
+#: tree.c:4732
+#, c-format
+msgid "Tree check: expected %s, have %s in %s, at %s:%d"
+msgstr "vérification check: attendait %s, obtenu %s dans %s, à %s:%d"
+
+#: tree.c:4749
+#, c-format
+msgid "Tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
+msgstr "vérification Tree: attendait classe '%c', obtenu '%c' (%s) dans %s, à %s:%d"
+
+#: varasm.c:639
+#, c-format
+msgid "register name not specified for `%s'"
+msgstr "nom de registre n'est pas spécifié pour `%s'"
+
+#: varasm.c:641
+#, c-format
+msgid "invalid register name for `%s'"
+msgstr "nom de registre invalide pour `%s'"
+
+#: varasm.c:644
+#, c-format
+msgid "data type of `%s' isn't suitable for a register"
+msgstr "type de données de `%s' n'est pas applicable pour un registre"
+
+#: varasm.c:647
+#, c-format
+msgid "register specified for `%s' isn't suitable for data type"
+msgstr "registre spécifié pour `%s' n'est applicable à un type de données"
+
+#: varasm.c:656
+msgid "global register variable has initial value"
+msgstr "variable globale registre a une valeur initiale"
+
+#: varasm.c:659
+msgid "volatile register variables don't work as you might wish"
+msgstr "variables resgistres volatiles ne fonctionne pas comme vous le souhaiteriez"
+
+#: varasm.c:695
+#, c-format
+msgid "register name given for non-register variable `%s'"
+msgstr "nom de registre donné pour une variable non registre `%s'"
+
+#: varasm.c:1333
+#, c-format
+msgid "size of variable `%s' is too large"
+msgstr "taille de la variable `%s' est trop grande"
+
+#: varasm.c:1373
+#, c-format
+msgid "alignment of `%s' is greater than maximum object file alignment. Using %d."
+msgstr "alignement de `%s' est plus grand que l'alignement maximal du fichier objet. Utilise %d."
+
+#: varasm.c:1420
+#, c-format
+msgid "requested alignment for %s is greater than implemented alignment of %d."
+msgstr "alignement requis pour %s est plus grand que l'alignement implanté de %d"
+
+#: varasm.c:1899
+msgid "floating point trap outputting a constant"
+msgstr "la trappe en virgule flottante produit une constante"
+
+#: varasm.c:4304
+msgid "initializer for integer value is too complicated"
+msgstr "initialiseur pour une valeur entière est trop compliquée"
+
+#: varasm.c:4310
+msgid "initializer for floating value is not a floating constant"
+msgstr "initialiseur pour une valeur flottante n'est pas une constante flottante"
+
+#: varasm.c:4367
+msgid "unknown set constructor type"
+msgstr "type de jeu de constructeurs inconnu"
+
+#: varasm.c:4572
+#, c-format
+msgid "invalid initial value for member `%s'"
+msgstr "valeur initiale invalide pour le membre `%s'"
+
+#: varasm.c:4754
+#, c-format
+msgid "weak declaration of `%s' must be public"
+msgstr "déclaration faible de `%s' doit être publique"
+
+#: varasm.c:4756
+#, c-format
+msgid "weak declaration of `%s' must precede definition"
+msgstr "déclaraion faible de `%s' qui doit être précédée d'une définition"
+
+#: varasm.c:4852
+msgid "only weak aliases are supported in this configuration"
+msgstr "seulement les alias faibles sont supportés dans cette configuration"
+
+#: varasm.c:4857
+msgid "alias definitions not supported in this configuration; ignored"
+msgstr "définitions d'alias ne sont pas supportés dans cette configuration; ignoré"
+
+#: varray.c:87
+#, c-format
+msgid "Virtual array %s[%lu]: element %lu out of bounds"
+msgstr "Tableau virtuel %s[%lu]: élément %lu hors gamme"
+
+#. Print an error message for unrecognized stab codes. MRO
+#: xcoffout.c:176
+#, c-format
+msgid "No sclass for %s stab (0x%x)\n"
+msgstr "Pas de sclass pour le stab %s (0x%x)\n"
+
+#: config/alpha/freebsd.h:35 config/i386/freebsd-aout.h:236
+msgid "`-p' not supported; use `-pg' and gprof(1)"
+msgstr "`-p' n'est pas supporté; utiliser `-pg' et gprof(1)"
+
+#: config/arc/arc.h:61 config/mips/mips.h:918
+msgid "may not use both -EB and -EL"
+msgstr "ne peut utiliser ensemble -EB et -EL"
+
+#: config/arm/arm.h:216
+msgid "-mapcs-26 and -mapcs-32 may not be used together"
+msgstr "-mapcs-26 et -mapcs-32 ne peuvent être utilisés ensembles"
+
+#: config/arm/arm.h:228
+msgid "-msoft-float and -mhard_float may not be used together"
+msgstr "-msoft-float et -mhard_float ne peuvent être utilisées ensembles"
+
+#: config/arm/arm.h:239
+msgid "-mbig-endian and -mlittle-endian may not be used together"
+msgstr "-mbig-endian et -mlittle-endian ne peuvent être utilisés ensemble"
+
+#: config/arm/arm.h:257
+msgid "Incompatible interworking options"
+msgstr "Option d'inter-réseautage incompatible"
+
+#: config/arm/riscix.h:73 config/arm/riscix.h:135
+msgid "-mbsd and -pedantic incompatible"
+msgstr "-mbsd et -pedantic incompatibles"
+
+#: config/arm/riscix.h:74 config/arm/riscix.h:136
+msgid "-mbsd and -mxopen incompatible"
+msgstr "-mbsd et -mxopen incompatibles"
+
+#: config/arm/riscix.h:75 config/arm/riscix.h:137
+msgid "-mxopen and -pedantic incompatible"
+msgstr "-mxopen et -pedantic incompatibles"
+
+#: config/dsp16xx/dsp16xx.h:101 config/dsp16xx/dsp16xx.h:110
+msgid "A -ifile option requires a -map option"
+msgstr "L'option -ifile requiert l'option -map"
+
+#: config/i386/cygwin.h:103
+msgid "mno-cygwin and mno-win32 are not compatible"
+msgstr "mno-cygwin et mno-win32 ne sont pas compatibles"
+
+#: config/i386/cygwin.h:158 config/i386/mingw32.h:63
+msgid "shared and mdll are not compatible"
+msgstr "shared et mdll ne sont pas compatibles"
+
+#: config/i386/sco5.h:777 config/i386/sco5.h:852
+msgid "-static not valid with -mcoff"
+msgstr "-static n'est pas valide avec -mcoff"
+
+#: config/i386/sco5.h:778 config/i386/sco5.h:853
+msgid "-shared not valid with -mcoff"
+msgstr "-shared n'est pas valide avec -mcoff"
+
+#: config/i386/sco5.h:779 config/i386/sco5.h:854
+msgid "-symbolic not valid with -mcoff"
+msgstr "-symbolic n'est pas valide avec -mcoff"
+
+#: config/i386/sco5.h:817
+msgid "-fpic is not valid with -mcoff"
+msgstr "-fpic n'est pas valide avec -mcoff"
+
+#: config/i386/sco5.h:818
+msgid "-fPIC is not valid with -mcoff"
+msgstr "-fPic n'est pas valide avec -mcoff"
+
+#: config/i386/sco5.h:855
+msgid "-fpic not valid with -mcoff"
+msgstr "-fpic n'est pas valide avec -mcoff"
+
+#: config/i386/sco5.h:856
+msgid "-fPIC not valid with -mcoff"
+msgstr "-fPIC n'est pas valide avec -mcoff"
+
+#: config/i386/unix.h:122
+msgid "bx]"
+msgstr "bx]"
+
+#: config/i386/unix.h:124
+msgid "bx"
+msgstr "bx"
+
+#: config/i386/unix.h:125
+msgid "cx"
+msgstr "cx"
+
+#: config/i860/fx2800.h:305
+msgid "-p option not supported: use -pg instead"
+msgstr "L'option -p n'est pas supportée: utitilse -pg à la place"
+
+#: config/mcore/mcore.h:65
+msgid "choose either big or little endian, not both"
+msgstr "choisir un système à octets de poids fort ou faible mais pas les deux"
+
+#: config/mcore/mcore.h:68
+msgid "choose either m340 or m210 not both"
+msgstr "choisir m340 ou m210 mais pas les deux"
+
+#: config/mcore/mcore.h:69
+msgid "the m210 does not have little endian support"
+msgstr "Le m210 ne supporte pas le code pour système à octets de poids faible"
+
+#: config/mips/mips.h:774
+msgid "-pipe is not supported."
+msgstr "-pipe n'est pas supporté."
+
+#: config/mips/mips.h:913
+msgid "may not use both -mfp64 and -msingle-float"
+msgstr "ne peut utiliser ensemble -mfp64 et -msingle-float"
+
+#: config/mips/mips.h:914
+msgid "may not use both -mfp64 and -m4650"
+msgstr "ne peut utiliser ensemble -mfp64 et -m4650"
+
+#: config/mips/r3900.h:28 config/mips/r3900.h:42
+msgid "-mhard-float not supported."
+msgstr "-mhard-float n'est pas supporté."
+
+#: config/mips/r3900.h:30 config/mips/r3900.h:44
+msgid "-msingle-float and -msoft-float can not both be specified."
+msgstr "-msingle-float et -msoft-float ne peut être spécifiés ensembles."
+
+#: config/nextstep.h:163 config/nextstep.h:166
+msgid "-p profiling is no longer supported. Use -pg instead."
+msgstr "-p profilage n'est plus supporté. Utiliser -pg à la place."
+
+#: config/vax/vax.h:41 config/vax/vax.h:42
+msgid "profiling not supported with -mg\n"
+msgstr "profilage n'est pas supporté avec -mg\n"
+
+#: f/lang-specs.h:35 gcc.c:593
+msgid "GNU C does not support -C without using -E"
+msgstr "GNU C ne supporte pas -C sans utiliser -E"
+
+#: gcc.c:614 java/jvspec.c:68
+msgid "-pg and -fomit-frame-pointer are incompatible"
+msgstr "-pg et -fomit-frame-pointer sont incompatibles"
+
+#: gcc.c:762
+msgid "-E required when input is from standard input"
+msgstr "-E est requis lorsque l'entrée est faite à partir de l'entrée standard"
+
+#: gcc.c:766
+msgid "Compilation of header file requested"
+msgstr "Fichier d'en-tête requis pour la compilation"
+
+#: java/lang-specs.h:33
+msgid "-fjni and -femit-class-files are incompatible"
+msgstr "-fjni et -femit-class-files sont incompatibles"
+
+#: java/lang-specs.h:34
+msgid "-fjni and -femit-class-file are incompatible"
+msgstr "-fjni et -femit-class-file sont incompatibles"
diff --git a/gcc/po/ja.po b/gcc/po/ja.po
new file mode 100644
index 00000000000..adf3bcc4f1d
--- /dev/null
+++ b/gcc/po/ja.po
@@ -0,0 +1,14489 @@
+# Japanese messages for gcc 3.0
+# Copyright (C) 2001 Free Software Foundation, Inc.
+# Daisuke Yamashita <yamad@mb.infoweb.ne.jp>, 1999-2001
+# Masahito Yamaga <yamaga@ipc.chiba-u.ac.jp>, 1999.
+# IIDA Yosiaki <iida@secom.ne.jp>, 1999.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gcc 3.0\n"
+"POT-Creation-Date: 2001-06-11 15:08-0700\n"
+"PO-Revision-Date: 2001-12-02 19:50+0900\n"
+"Last-Translator: Daisuke Yamashita <yamad@mb.infoweb.ne.jp>\n"
+"Language-Team: Japanese <ja@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=EUC-JP\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: builtins.c:280
+msgid "offset outside bounds of constant string"
+msgstr "¥ª¥Õ¥»¥Ã¥È¤¬Äê¿ôʸ»úÎó¤Î¶­³¦¤Î³°¤Ë¤¢¤ê¤Þ¤¹"
+
+#. ??? We used to try and build up a call to the out of line function,
+#. guessing about what registers needed saving etc. This became much
+#. harder with __builtin_va_start, since we don't have a tree for a
+#. call to __builtin_saveregs to fall back on. There was exactly one
+#. port (i860) that used this code, and I'm unconvinced it could actually
+#. handle the general case. So we no longer try to handle anything
+#. weird and make the backend absorb the evil.
+#: builtins.c:2634
+msgid "__builtin_saveregs not supported by this target"
+msgstr "__builtin_saveregs ¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: builtins.c:2677
+msgid "argument of `__builtin_args_info' must be constant"
+msgstr "`__builtin_args_info' ¤Î°ú¿ô¤ÏÄê¿ô¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: builtins.c:2683
+msgid "argument of `__builtin_args_info' out of range"
+msgstr "`__builtin_args_info' ¤Î°ú¿ô¤¬Èϰϳ°¤Ç¤¹"
+
+#: builtins.c:2689
+msgid "missing argument in `__builtin_args_info'"
+msgstr "`__builtin_args_info' ¤Ë°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: builtins.c:2720
+msgid "`va_start' used in function with fixed args"
+msgstr "`va_start' ¤¬¸ÇÄê¸Ä°ú¿ô¤Î´Ø¿ôÆâ¤Ç»È¤ï¤ì¤Þ¤·¤¿"
+
+#: builtins.c:2739
+msgid "second parameter of `va_start' not last named argument"
+msgstr "`va_start' ¤ÎÆóÈÖÌܤÎÃͤ¬°ú¿ô¤ÎºÇ¸å¤Î̾Á°¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤»¤ó"
+
+#. Evidently an out of date version of <stdarg.h>; can't validate
+#. va_start's second argument, but can still work as intended.
+#: builtins.c:2744
+msgid "`__builtin_next_arg' called without an argument"
+msgstr "`__builtin_next_arg' ¤¬°ú¿ô̵¤·¤Ç¤Ç¸Æ¤Ó½Ð¤µ¤ì¤Þ¤·¤¿"
+
+#: builtins.c:2846
+msgid "too many arguments to function `va_start'"
+msgstr "`va_start' ¤ËÂФ¹¤ë°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
+
+#: builtins.c:2932
+msgid "first argument to `va_arg' not of type `va_list'"
+msgstr "`va_arg' ¤ËÂФ¹¤ëÂè°ì°ú¿ô¤¬ `va_list' ·¿¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: builtins.c:2960
+#, c-format
+msgid "`%s' is promoted to `%s' when passed through `...'"
+msgstr "`%s' ¤Ï `...' ¤Î½èÍý¤Î²áÄø¤Ç `%s' ¤Ë³Ê¾å¤²¤µ¤ì¤Þ¤·¤¿"
+
+#: builtins.c:2964
+#, c-format
+msgid "(so you should pass `%s' not `%s' to `va_arg')"
+msgstr "(½¾¤Ã¤Æ¡¢`va_arg' ¤Ë¤Ï `%s' ¤ò(`%s' ¤Ç¤Ê¤¯)ÅϤµ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó)"
+
+#: builtins.c:3073
+msgid "invalid arg to `__builtin_frame_address'"
+msgstr "`__builtin_frame_address' ¤Ø¤Î°ú¿ô¤¬Ìµ¸ú¤Ç¤¹"
+
+#: builtins.c:3075
+msgid "invalid arg to `__builtin_return_address'"
+msgstr "`__builtin_return_address' ¤Ø¤Î°ú¿ô¤¬Ìµ¸ú¤Ç¤¹"
+
+#: builtins.c:3088
+msgid "unsupported arg to `__builtin_frame_address'"
+msgstr "¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤ `__builtin_frame_address' ¤Ø¤Î°ú¿ô¤Ç¤¹"
+
+#: builtins.c:3090
+msgid "unsupported arg to `__builtin_return_address'"
+msgstr "¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤ `__builtin_return_address' ¤Ø°ú¿ô¤Ç¤¹"
+
+#: builtins.c:3253
+msgid "second arg to `__builtin_expect' must be a constant"
+msgstr "`__builtin_expect' ¤Ø¤ÎÂèÆó°ú¿ô¤ÏÄê¿ô¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: builtins.c:3564
+msgid "__builtin_longjmp second argument must be 1"
+msgstr "__builtin_longjmp ÂèÆó°ú¿ô¤Ï 1 ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: builtins.c:3578
+msgid "__builtin_trap not supported by this target"
+msgstr "__builtin_trap ¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#. just do library call, if unknown builtin
+#: builtins.c:3630 c-common.c:4256
+#, c-format
+msgid "built-in function `%s' not currently supported"
+msgstr "ÁȤ߹þ¤ß´Ø¿ô `%s' ¤Ï¸½ºß¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: c-common.c:465
+#, c-format
+msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"
+msgstr "ʸ»úÎóĹ `%d' ¤Ï¡¢Ä¹¤µ `%d' (ISO C%d ¥³¥ó¥Ñ¥¤¥é¤Î¥µ¥Ý¡¼¥ÈÍ×·ï)¤è¤êÂ礭¤¯¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-common.c:630
+#, c-format
+msgid "`%s' attribute directive ignored"
+msgstr "`%s' °À­¤Îµ¿»÷Ì¿Î᤬̵»ë¤µ¤ì¤Þ¤·¤¿"
+
+#: c-common.c:638
+#, c-format
+msgid "`%s' attribute does not apply to types"
+msgstr "`%s' °À­¤Ï·¿¤Ë¤ÏŬÍѤµ¤ì¤Þ¤»¤ó"
+
+#: c-common.c:645
+#, c-format
+msgid "wrong number of arguments specified for `%s' attribute"
+msgstr "`%s' °À­¤Ë»ØÄꤵ¤ì¤¿°ú¿ô¤Î¸Ä¿ô¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-common.c:661 c-common.c:668 c-common.c:675 c-common.c:688 c-common.c:696
+#: c-common.c:711 c-common.c:724 c-common.c:732 c-common.c:748 c-common.c:760
+#: c-common.c:772 c-common.c:777 c-common.c:951 c-common.c:1103
+#, c-format
+msgid "`%s' attribute ignored"
+msgstr "`%s' °À­¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
+
+#: c-common.c:810
+#, c-format
+msgid "unknown machine mode `%s'"
+msgstr "ÉÔÌÀ¤Ê¥Þ¥·¥ó¥â¡¼¥É `%s'"
+
+#: c-common.c:813
+#, c-format
+msgid "no data type for mode `%s'"
+msgstr "¥â¡¼¥É `%s' ¤ËÂФ¹¤ë¥Ç¡¼¥¿·¿¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: c-common.c:820
+#, c-format
+msgid "type with more precision than %s"
+msgstr "%s ¤è¤ê¤âÀºÌ©¤Ê·¿"
+
+#: c-common.c:839
+msgid "section attribute cannot be specified for local variables"
+msgstr "section °À­¤Ï¥í¡¼¥«¥ëÊÑ¿ô¤ËÂФ·¤Æ¤Ï»ØÄê¤Ç¤­¤Þ¤»¤ó"
+
+#: c-common.c:846
+#, c-format
+msgid "section of `%s' conflicts with previous declaration"
+msgstr "`%s' ¤Î¥»¥¯¥·¥ç¥ó¤ÏÁ°Êý¤Ç¤ËÀë¸À¤µ¤ì¤¿¤â¤Î¤È¾×Æͤ·¤Þ¤¹"
+
+#: c-common.c:852
+#, c-format
+msgid "section attribute not allowed for `%s'"
+msgstr "¥»¥¯¥·¥ç¥ó°À­¤Ï `%s' ¤Ë¤Ï»È¤¨¤Þ¤»¤ó"
+
+#: c-common.c:855
+msgid "section attributes are not supported for this target"
+msgstr "¥»¥¯¥·¥ç¥ó°À­¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: c-common.c:874
+msgid "requested alignment is not a constant"
+msgstr "Í׵ᤵ¤ì¤¿¥¢¥é¥¤¥ó¥á¥ó¥È¤¬Äê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-common.c:879
+msgid "requested alignment is not a power of 2"
+msgstr "Í׵ᤵ¤ì¤¿¥¢¥é¥¤¥ó¥á¥ó¥È¤¬ 2 ¤Î¤Ù¤­¾è¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-common.c:881
+msgid "requested alignment is too large"
+msgstr "Í׵ᤵ¤ì¤¿¥¢¥é¥¤¥ó¥á¥ó¥È¤¬Â礭¤¹¤®¤Þ¤¹"
+
+#: c-common.c:904
+#, c-format
+msgid "alignment may not be specified for `%s'"
+msgstr "`%s' ¤ËÂФ·¤Æ¤Î¥¢¥é¥¤¥ó¥á¥ó¥È¤Ï»ØÄê¤Ç¤­¤Þ¤»¤ó"
+
+#: c-common.c:929
+#, c-format
+msgid "`%s' defined both normally and as an alias"
+msgstr "`%s' ¤¬Ä̾ï¤Î¤â¤Î¤È¥¨¥¤¥ê¥¢¥¹¤È¤ÎξÊý¤ÇÄêµÁ¤µ¤ì¤Þ¤·¤¿"
+
+#: c-common.c:937
+msgid "alias arg not a string"
+msgstr "alias °ú¿ô¤¬Ê¸»úÎó¤Ç¤Ï¤Ê¤¤"
+
+#: c-common.c:958 c-common.c:975 c-common.c:992
+#, c-format
+msgid "`%s' attribute applies only to functions"
+msgstr "`%s' °À­¤Ï´Ø¿ô¤ËÂФ·¤Æ¤Î¤ßŬÍѤµ¤ì¤Þ¤¹"
+
+#: c-common.c:964 c-common.c:981 c-common.c:998
+#, c-format
+msgid "can't set `%s' attribute after definition"
+msgstr "ÄêµÁ¤Î¸å¤Ç `%s' °À­¤ò¥»¥Ã¥È¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
+
+#: c-common.c:1131
+msgid "overflow in constant expression"
+msgstr "Äê¿ô¼°¤¬¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
+
+#: c-common.c:1152
+msgid "integer overflow in expression"
+msgstr "¼°¤ÎÀ°¿ô¤¬¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
+
+#: c-common.c:1161
+msgid "floating point overflow in expression"
+msgstr "¼°¤ÎÉâÆ°¾®¿ôÅÀ¿ô¤¬¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
+
+#. This detects cases like converting -129 or 256 to unsigned char.
+#: c-common.c:1182
+msgid "large integer implicitly truncated to unsigned type"
+msgstr "Â礭¤ÊÀ°¿ô¤¬°ÅÌÛ¤ËÉä¹ç̵¤··¿¤ËÀÚ¤êµÍ¤á¤é¤ì¤Þ¤·¤¿"
+
+#: c-common.c:1184
+msgid "negative integer implicitly converted to unsigned type"
+msgstr "Éé¤ÎÀ°¿ô¤¬°ÅÌÛ¤ËÉä¹ç̵¤··¿¤ËÊÑ´¹¤µ¤ì¤Þ¤·¤¿"
+
+#: c-common.c:1231
+msgid "overflow in implicit constant conversion"
+msgstr "°ÅÌÛ¤ÎÄê¿ôÊÑ´¹¤Ç¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
+
+#: c-common.c:1379
+#, c-format
+msgid "operation on `%s' may be undefined"
+msgstr "`%s' ¤Ç¤Î±é»»¤¬ÄêµÁ¤µ¤ì¤Æ¤¤¤Ê¤¤¤È»×¤ï¤ì¤Þ¤¹"
+
+#: c-common.c:1664
+msgid "expression statement has incomplete type"
+msgstr "¼°¤ÎÃæ¤Îʸ¤ËÉÔ´°Á´·¿¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-common.c:1697
+msgid "case label does not reduce to an integer constant"
+msgstr "case ¥é¥Ù¥ë¤òÀ°¿ôÄê¿ô¤Ë´Ô¸µ¤Ç¤­¤Þ¤»¤ó"
+
+#: c-common.c:1967
+msgid "invalid truth-value expression"
+msgstr "̵¸ú¤Ê¿¿µ¶Ãͼ°"
+
+#: c-common.c:2018
+#, c-format
+msgid "invalid operands to binary %s"
+msgstr "̵¸ú¤ÊÆó¹à±é»»»Ò %s"
+
+#: c-common.c:2253 c-common.c:2262
+msgid "comparison is always false due to limited range of data type"
+msgstr "¥Ç¡¼¥¿·¿¤ÎÈÏ°ÏÀ©¸Â¤Ë¤è¤Ã¤Æ¡¢Èæ³Ó¤¬¾ï¤Ë false ¤È¤Ê¤ê¤Þ¤¹"
+
+#: c-common.c:2255 c-common.c:2264
+msgid "comparison is always true due to limited range of data type"
+msgstr "¥Ç¡¼¥¿·¿¤ÎÈÏ°ÏÀ©¸Â¤Ë¤è¤Ã¤Æ¡¢Èæ³Ó¤¬¾ï¤Ë true ¤È¤Ê¤ê¤Þ¤¹"
+
+#: c-common.c:2330
+msgid "comparison of unsigned expression >= 0 is always true"
+msgstr "Éä¹ç̵¤·¤Î¼° >= 0 ¤È¤¤¤¦Èæ³Ó¤Ï¾ï¤Ë true ¤Ç¤¹"
+
+#: c-common.c:2339
+msgid "comparison of unsigned expression < 0 is always false"
+msgstr "Éä¹ç̵¤·¤Î¼° < 0 ¤È¤¤¤¦Èæ³Ó¤Ï¾ï¤Ë false ¤Ç¤¹"
+
+#: c-common.c:2390 f/com.c:15291
+msgid "struct type value used where scalar is required"
+msgstr "¥¹¥«¥é¡¼¤¬É¬Íפʾì½ê¤Ë¹½Â¤Âη¿¤ÎÃͤ¬»È¤ï¤ì¤Þ¤·¤¿"
+
+#: c-common.c:2394 f/com.c:15295
+msgid "union type value used where scalar is required"
+msgstr "¥¹¥«¥é¡¼¤¬É¬Íפʾì½ê¤Ë¶¦ÍÑÂη¿¤ÎÃͤ¬»È¤ï¤ì¤Þ¤·¤¿"
+
+#: c-common.c:2398 f/com.c:15299
+msgid "array type value used where scalar is required"
+msgstr "¥¹¥«¥é¡¼¤¬É¬Íפʾì½ê¤ËÇÛÎ󷿤ÎÃͤ¬»È¤ï¤ì¤Þ¤·¤¿"
+
+#: c-common.c:2513 f/com.c:15425
+msgid "suggest parentheses around assignment used as truth value"
+msgstr "¿¿µ¶ÃͤȤ·¤Æ»È¤ï¤ì¤ëÂåÆþ¤Î¤Þ¤ï¤ê¤Ç¤Ï¡¢´Ý³ç¸Ì¤Î»ÈÍѤò¤ª´«¤á¤·¤Þ¤¹"
+
+#: c-common.c:2557 c-common.c:2589
+msgid "invalid use of `restrict'"
+msgstr "`restrict' ¤Î̵¸ú¤ÊÍøÍÑ"
+
+#: c-common.c:3724 c-typeck.c:1792
+#, c-format
+msgid "too few arguments to function `%s'"
+msgstr "´Ø¿ô `%s' ¤Ø¤Î°ú¿ô¤¬¾¯¤Ê¤¹¤®¤Þ¤¹"
+
+#: c-common.c:3730 c-typeck.c:1644
+#, c-format
+msgid "too many arguments to function `%s'"
+msgstr "´Ø¿ô `%s' ¤ËÂФ¹¤ë°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
+
+#: c-common.c:3917
+msgid "pointers are not permitted as case values"
+msgstr "case ¤ÎÃͤȤ·¤Æ¤Î¥Ý¥¤¥ó¥¿¤Ïµö¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: c-common.c:3923
+msgid "ISO C++ forbids range expressions in switch statements"
+msgstr "ISO C++ ¤Ç¤Ï switch ʸ¤Ç¤ÎÈϰϼ°¤Ï¶Ø¤¸¤é¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-common.c:3925
+msgid "ISO C forbids range expressions in switch statements"
+msgstr "ISO C ¤Ç¤Ï switch ʸ¤Ç¤ÎÈϰϼ°¤Ï¶Ø¤¸¤é¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-common.c:3955
+msgid "empty range specified"
+msgstr "¶õ¤ÎÈϰϤ¬»ØÄꤵ¤ì¤Þ¤·¤¿"
+
+#: c-common.c:4006
+msgid "duplicate (or overlapping) case value"
+msgstr "Æó½Å¤Î(¤¢¤ë¤¤¤Ï½ÅÊ£¤·¤Æ¤¤¤ë) case ¤ÎÃÍ"
+
+#: c-common.c:4008
+msgid "this is the first entry overlapping that value"
+msgstr "¤³¤ì¤¬¤½¤ÎÃͤȽÅÊ£¤·¤¿ºÇ½é¤Î¹àÌܤǤ¹"
+
+#: c-common.c:4012
+msgid "duplicate case value"
+msgstr "½ÅÊ£¤·¤¿ case ¤ÎÃÍ"
+
+#: c-common.c:4013
+msgid "previously used here"
+msgstr "Á°¤Ë¤³¤³¤Ç»È¤ï¤ì¤Þ¤·¤¿"
+
+#: c-common.c:4017
+msgid "multiple default labels in one switch"
+msgstr "°ì¤Ä¤Î switch ¤ËÊ£¿ô¤Î default ¥é¥Ù¥ë¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-common.c:4018
+msgid "this is the first default label"
+msgstr "¤³¤ì¤¬ºÇ½é¤Î default ¥é¥Ù¥ë¤Ç¤¹"
+
+#: c-common.c:4526
+msgid "-Wformat-y2k ignored without -Wformat"
+msgstr "-Wformat-y2k ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿¡Ê-Wformat ¤¬¤¢¤ê¤Þ¤»¤ó¡Ë"
+
+#: c-common.c:4528
+msgid "-Wformat-extra-args ignored without -Wformat"
+msgstr "-Wformat-extra-args ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿¡Ê-Wformat ¤¬¤¢¤ê¤Þ¤»¤ó¡Ë"
+
+#: c-common.c:4530
+msgid "-Wformat-nonliteral ignored without -Wformat"
+msgstr "-Wformat-nonliteral ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿¡Ê-Wformat ¤¬¤¢¤ê¤Þ¤»¤ó¡Ë"
+
+#: c-common.c:4532
+msgid "-Wformat-security ignored without -Wformat"
+msgstr "-Wformat-security ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿¡Ê-Wformat ¤¬¤¢¤ê¤Þ¤»¤ó¡Ë"
+
+#: c-common.c:4534
+msgid "-Wmissing-format-attribute ignored without -Wformat"
+msgstr "-Wmissing-format-attribute ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿¡Ê-Wformat ¤¬¤¢¤ê¤Þ¤»¤ó¡Ë"
+
+#: c-convert.c:78 c-typeck.c:983 c-typeck.c:4098 cp/typeck.c:1754
+#: cp/typeck.c:6304
+msgid "void value not ignored as it ought to be"
+msgstr "void ¤ÎÃͤ¬ËÜÍè¤Î°ÕÌ£Ä̤ê¤Ë̵»ë¤µ¤ì¤Þ¤»¤ó¤Ç¤·¤¿"
+
+#: c-convert.c:110 java/typeck.c:150
+msgid "conversion to non-scalar type requested"
+msgstr "Èó¥¹¥«¥é¡¼·¿¤Ø¤ÎÊÑ´¹¤¬Í׵ᤵ¤ì¤Þ¤¹"
+
+#: c-decl.c:550
+#, c-format
+msgid "unknown C standard `%s'"
+msgstr "ÉÔÌÀ¤Ê C ɸ½à `%s'"
+
+#: c-decl.c:844
+#, c-format
+msgid "array `%s' assumed to have one element"
+msgstr "ÇÛÎó `%s' ¤Ï°ìÍ×ÁǤò»ý¤Ã¤Æ¤¤¤ë¤â¤Î¤È¸«¤Ê¤µ¤ì¤Þ¤¹"
+
+#: c-decl.c:1020
+#, c-format
+msgid "`struct %s' incomplete in scope ending here"
+msgstr "¥¹¥³¡¼¥×¤¬½ª¤ï¤ë¤³¤Î°ÌÃ֤ǡ¢`struct %s' ¤¬ÉÔ´°Á´¤Ç¤¹"
+
+#: c-decl.c:1023
+#, c-format
+msgid "`union %s' incomplete in scope ending here"
+msgstr "¥¹¥³¡¼¥×¤¬½ª¤ï¤ë¤³¤ÎÉôʬ¤Ç `union %s' ¤¬ÉÔ´°Á´¤Ç¤¹"
+
+#: c-decl.c:1026
+#, c-format
+msgid "`enum %s' incomplete in scope ending here"
+msgstr "¥¹¥³¡¼¥×¤¬½ª¤ï¤ë¤³¤ÎÉôʬ¤Ç `enum %s' ¤¬ÉÔ´°Á´¤Ç¤¹"
+
+#: c-decl.c:1140 c-decl.c:1305 java/decl.c:1337
+#, c-format
+msgid "label `%s' used but not defined"
+msgstr "¥é¥Ù¥ë `%s' ¤¬»È¤ï¤ì¤Þ¤·¤¿¤¬ÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: c-decl.c:1146 c-decl.c:1312 java/decl.c:1343
+#, c-format
+msgid "label `%s' defined but not used"
+msgstr "¥é¥Ù¥ë `%s' ¤¬ÄêµÁ¤µ¤ì¤Þ¤·¤¿¤¬»È¤ï¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: c-decl.c:1434 c-decl.c:1487
+#, c-format
+msgid "shadowing built-in function `%s'"
+msgstr "ÁȤ߹þ¤ß´Ø¿ô `%s' ¤òʤ¤¤±£¤·¤Þ¤¹"
+
+#: c-decl.c:1436
+#, c-format
+msgid "shadowing library function `%s'"
+msgstr "¥é¥¤¥Ö¥é¥ê´Ø¿ô `%s' ¤òʤ¤¤±£¤·¤Þ¤¹"
+
+#: c-decl.c:1442
+#, c-format
+msgid "library function `%s' declared as non-function"
+msgstr "¥é¥¤¥Ö¥é¥ê´Ø¿ô `%s' ¤ÏÈó´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:1446 c-decl.c:1449
+#, c-format
+msgid "built-in function `%s' declared as non-function"
+msgstr "ÁȤ߹þ¤ß´Ø¿ô `%s' ¤ÏÈó´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:1453 objc/objc-act.c:2480 objc/objc-act.c:6133
+#, c-format
+msgid "`%s' redeclared as different kind of symbol"
+msgstr "`%s' ¤¬Ê̤Υ·¥ó¥Ü¥ë¼ï¤È¤·¤ÆºÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:1454 c-decl.c:1632 c-decl.c:1779 objc/objc-act.c:2482
+#: objc/objc-act.c:6135 objc/objc-act.c:6193
+#, c-format
+msgid "previous declaration of `%s'"
+msgstr "Á°Êý¤Ç¤Î `%s' ¤ÎÀë¸À"
+
+#. If types don't match for a built-in, throw away the built-in.
+#: c-decl.c:1536
+#, c-format
+msgid "conflicting types for built-in function `%s'"
+msgstr "ÁȤ߹þ¤ß´Ø¿ô `%s' ¤È·¿¤¬Ì·½â¤·¤Þ¤¹"
+
+#: c-decl.c:1579 c-decl.c:1598
+#, c-format
+msgid "conflicting types for `%s'"
+msgstr "`%s' ¤È·¿¤¬Ì·½â¤·¤Þ¤¹"
+
+#: c-decl.c:1621
+msgid "A parameter list with an ellipsis can't match an empty parameter name list declaration."
+msgstr "¾Êάµ­¹æÉÕ¤­¥Ñ¥é¥á¥¿¥ê¥¹¥È¤Ï¡¢¶õ¤Î²¾°ú¿ô̾¥ê¥¹¥ÈÀë¸À¤È°ìÃפǤ­¤Þ¤»¤ó¡£"
+
+#: c-decl.c:1627
+msgid "An argument type that has a default promotion can't match an empty parameter name list declaration."
+msgstr "¥Ç¥Õ¥©¥ë¥È¤Ç³Ê¾å¤²¤µ¤ì¤ë·¿¤Î°ú¿ô¤¬¡¢¶õ¤Î²¾°ú¿ô̾¥ê¥¹¥ÈÀë¸À¤ÈŬ¹ç¤·¤Þ¤»¤ó¡£"
+
+#: c-decl.c:1642 c-decl.c:1664
+#, c-format
+msgid "redefinition of `%s'"
+msgstr "`%s' ¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:1645
+#, c-format
+msgid "redeclaration of `%s'"
+msgstr "`%s' ¤¬ºÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:1648
+#, c-format
+msgid "conflicting declarations of `%s'"
+msgstr "`%s' ¤ÎÀë¸À¤¬Ì·½â¤·¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:1657 c-decl.c:1669
+#, c-format
+msgid "`%s' previously defined here"
+msgstr "`%s' ¤ÏÁ°¤Ë¤³¤³¤ÇÄêµÁ¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:1658 c-decl.c:1670
+#, c-format
+msgid "`%s' previously declared here"
+msgstr "`%s' ¤ÏÁ°¤Ë¤³¤³¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:1691
+#, c-format
+msgid "prototype for `%s' follows"
+msgstr "`%s' ¤Î¥×¥í¥È¥¿¥¤¥×¤¬¸å¤í¤Ë¤¢¤ê¤Þ¤¹"
+
+#: c-decl.c:1692 c-decl.c:1700 c-decl.c:1716
+msgid "non-prototype definition here"
+msgstr "Èó¥×¥í¥È¥¿¥¤¥×ÄêµÁ¤¬¤³¤³¤Ë¤¢¤ê¤Þ¤¹"
+
+#: c-decl.c:1699
+#, c-format
+msgid "prototype for `%s' follows and number of arguments doesn't match"
+msgstr "`%s' ¤Î¥×¥í¥È¥¿¥¤¥×¤¬¸å¤í¤Ë¤¢¤ê¡¢°ú¿ô¤Î¸Ä¿ô¤¬°ìÃפ·¤Þ¤»¤ó"
+
+#: c-decl.c:1714
+#, c-format
+msgid "prototype for `%s' follows and argument %d doesn't match"
+msgstr "`%s' ¤Î¥×¥í¥È¥¿¥¤¥×¤¬¸å¤í¤Ë¤¢¤ê¡¢°ú¿ô %d ¤¬°ìÃפ·¤Þ¤»¤ó"
+
+#: c-decl.c:1731
+#, c-format
+msgid "`%s' declared inline after being called"
+msgstr "`%s' ¤Ï¸Æ¤Ó½Ð¤µ¤ì¤ë¤è¤ê¤â¸å¤í¤Ç inline Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:1736
+#, c-format
+msgid "`%s' declared inline after its definition"
+msgstr "`%s' ¤Ï¤½¤ÎÄêµÁ¤è¤ê¤â¸å¤Ç inline Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:1743
+#, c-format
+msgid "static declaration for `%s' follows non-static"
+msgstr "`%s' ¤ÏÈó static ¤Î¸å¤Ç static Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:1751
+#, c-format
+msgid "non-static declaration for `%s' follows static"
+msgstr "`%s' ¤Ï static ¤Î¸å¤ÇÈó static Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:1758
+#, c-format
+msgid "const declaration for `%s' follows non-const"
+msgstr "`%s' ¤ÏÈó const ¤Î¸å¤Ç const Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:1765
+#, c-format
+msgid "type qualifiers for `%s' conflict with previous decl"
+msgstr "`%s' ¤Î·¿½¤¾þ»Ò¤¬Á°Êý¤ÎÀë¸À¤ÈÌ·½â¤·¤Þ¤¹"
+
+#: c-decl.c:1778
+#, c-format
+msgid "redundant redeclaration of `%s' in same scope"
+msgstr "`%s' ¤Î¾éĹ¤ÊºÆÀë¸À¤¬Æ±°ì¥¹¥³¡¼¥×Æâ¤Ë¤¢¤ê¤Þ¤¹"
+
+#: c-decl.c:2069
+#, c-format
+msgid "nested extern declaration of `%s'"
+msgstr "`%s' ¤Î extern Àë¸À¤¬¥Í¥¹¥È¤·¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:2094 java/decl.c:989
+#, c-format
+msgid "`%s' used prior to declaration"
+msgstr "`%s' ¤ÏÀë¸À¤è¤ê¤âÀè¤Ë»ÈÍѤµ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:2115 c-decl.c:2330
+#, c-format
+msgid "`%s' was declared implicitly `extern' and later `static'"
+msgstr "`%s' ¤Ï°ÅÌÛ¤Ë `extern' Àë¸À¤µ¤ì¡¢¸å¤Ë `static' Àë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:2225
+msgid "type mismatch with previous external decl"
+msgstr "·¿¤¬Á°Êý¤Î³°ÉôÀë¸À¤È°ìÃפ·¤Þ¤»¤ó"
+
+#: c-decl.c:2226
+#, c-format
+msgid "previous external decl of `%s'"
+msgstr "Á°Êý¤Î `%s' ¤Î³°ÉôÀë¸À"
+
+#: c-decl.c:2239
+msgid "type mismatch with previous implicit declaration"
+msgstr "·¿¤¬Á°Êý¤Î°ÅÌÛ¤ÎÀë¸À¤È°ìÃפ·¤Þ¤»¤ó"
+
+#: c-decl.c:2241
+#, c-format
+msgid "previous implicit declaration of `%s'"
+msgstr "Á°Êý¤Ç¤Î `%s' ¤Î°ÅÌÛŪ¤ÊÀë¸À"
+
+#: c-decl.c:2258
+#, c-format
+msgid "type of external `%s' is not global"
+msgstr "³°Éô `%s' ¤Î·¿¤Ï¥°¥í¡¼¥Ð¥ë¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-decl.c:2309
+#, c-format
+msgid "`%s' was previously implicitly declared to return `int'"
+msgstr "`%s' ¤ÏÁ°Êý¤Ç°ÅÌÛŪ¤Ë `int' ¤òÊÖ¤¹¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:2334
+#, c-format
+msgid "`%s' was declared `extern' and later `static'"
+msgstr "`%s' ¤Ï `extern' ¤ÈÀë¸À¤µ¤ì¡¢¸å¤Ç `static' ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:2357
+#, c-format
+msgid "extern declaration of `%s' doesn't match global one"
+msgstr "`%s' ¤Îextern Àë¸À¤Ï¥°¥í¡¼¥Ð¥ë¤Î¤½¤ì¤È°ìÃפ·¤Þ¤»¤ó"
+
+#: c-decl.c:2397
+#, c-format
+msgid "`%s' locally external but globally static"
+msgstr "`%s' ¤Ï¥í¡¼¥«¥ëŪ¤Ë¤Ï extern ¤Ç¤¹¤¬¡¢¥°¥í¡¼¥Ð¥ëŪ¤Ë static ¤Ç¤¹"
+
+#: c-decl.c:2433 c-decl.c:2458 cp/decl.c:4225 java/decl.c:1036
+#, c-format
+msgid "declaration of `%s' shadows a parameter"
+msgstr "`%s' ¤ÎÀë¸À¤Ï²¾°ú¿ô¤òʤ¤¤±£¤·¤Þ¤¹"
+
+#: c-decl.c:2436 java/decl.c:1039
+#, c-format
+msgid "declaration of `%s' shadows a symbol from the parameter list"
+msgstr "`%s' ¤ÎÀë¸À¤Ï²¾°ú¿ô¥ê¥¹¥È¤Î¥·¥ó¥Ü¥ë¤òʤ¤¤±£¤·¤Þ¤¹"
+
+#: c-decl.c:2460 cp/decl.c:4233
+#, c-format
+msgid "declaration of `%s' shadows previous local"
+msgstr "`%s' ¤ÎÀë¸À¤ÏÁ°Êý¤Î¥í¡¼¥«¥ë¥·¥ó¥Ü¥ë¤òʤ¤¤±£¤·¤Þ¤¹"
+
+#. XXX shadow warnings in outer-more namespaces
+#: c-decl.c:2463 cp/decl.c:4237
+#, c-format
+msgid "declaration of `%s' shadows global declaration"
+msgstr "`%s' ¤ÎÀë¸À¤Ï¥°¥í¡¼¥Ð¥ëÀë¸À¤òʤ¤¤±£¤·¤Þ¤¹"
+
+#: c-decl.c:2553
+#, c-format
+msgid "function `%s' was previously declared within a block"
+msgstr "´Ø¿ô `%s' ¤Ï¥Ö¥í¥Ã¥¯Æâ¤ÎÁ°Êý¤ÇÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:2570 c-decl.c:2572
+#, c-format
+msgid "implicit declaration of function `%s'"
+msgstr "´Ø¿ô `%s' ¤Î°ÅÌÛ¤ÎÀë¸À"
+
+#: c-decl.c:2659
+#, c-format
+msgid "label %s referenced outside of any function"
+msgstr "¥é¥Ù¥ë %s ¤¬¤¢¤é¤æ¤ë´Ø¿ô¤Î³°Â¦¤Ç»²¾È¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:2716
+#, c-format
+msgid "duplicate label declaration `%s'"
+msgstr "¥é¥Ù¥ë¤ÎÀë¸À `%s' ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:2719
+msgid "this is a previous declaration"
+msgstr "Á°Êý¤Ç¤Î `%s' ¤ÎÀë¸À"
+
+#: c-decl.c:3246
+msgid "unnamed struct/union that defines no instances"
+msgstr "̵̾¹½Â¤ÂÎ/¶¦ÍÑÂΤ¬¡¢¤½¤Î¥¤¥ó¥¹¥¿¥ó¥¹¤òÄêµÁ¤·¤Æ¤¤¤Þ¤»¤ó"
+
+#: c-decl.c:3265
+msgid "useless keyword or type name in empty declaration"
+msgstr "¶õ¤ÎÀë¸À¤ÎÃæ¤Ë¡¢Ìµ°ÕÌ£¤Ê¥­¡¼¥ï¡¼¥ÉËô¤Ï·¿Ì¾¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-decl.c:3272
+msgid "two types specified in one empty declaration"
+msgstr "°ì¤Ä¤Î¶õ¤ÎÀë¸ÀÃæ¤Ë¡¢Æó¤Ä¤Î·¿¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:3277 c-parse.y:303 c-parse.y:722 c-parse.y:724 c-parse.y:774
+#: cp/parse.y:724 cp/parse.y:1781 objc/objc-parse.y:332 objc/objc-parse.y:774
+#: objc/objc-parse.y:776 objc/objc-parse.y:826 objc/objc-parse.y:2574
+msgid "empty declaration"
+msgstr "¶õ¤ÎÀë¸À¤Ç¤¹"
+
+#: c-decl.c:3334
+#, c-format
+msgid "`%s' is usually a function"
+msgstr "`%s' ¤ÏÄ̾ï¤Ï´Ø¿ô¤Ç¤¹"
+
+#: c-decl.c:3348
+#, c-format
+msgid "typedef `%s' is initialized"
+msgstr "typedef `%s' ¤¬½é´ü²½¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:3355
+#, c-format
+msgid "function `%s' is initialized like a variable"
+msgstr "´Ø¿ô `%s' ¤¬ÊÑ¿ô¤Ç¤¢¤ë¤«¤Î¤è¤¦¤Ë½é´ü²½¤µ¤ì¤Þ¤·¤¿"
+
+#. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
+#: c-decl.c:3362
+#, c-format
+msgid "parameter `%s' is initialized"
+msgstr "²¾°ú¿ô `%s' ¤¬½é´ü²½¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:3382 c-typeck.c:4829
+msgid "variable-sized object may not be initialized"
+msgstr "²ÄÊÑĹ¥ª¥Ö¥¸¥§¥¯¥È¤Ï½é´ü²½¤µ¤ì¤Ê¤¤¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦"
+
+#: c-decl.c:3388
+#, c-format
+msgid "variable `%s' has initializer but incomplete type"
+msgstr "ÊÑ¿ô `%s' ¤Ë¤Ï½é´ü²½»Ò¤¬¤¢¤ê¤Þ¤¹¤¬¡¢ÉÔ´°Á´·¿¤Ç¤¹"
+
+#: c-decl.c:3394
+#, c-format
+msgid "elements of array `%s' have incomplete type"
+msgstr "ÇÛÎó `%s' ¤ÎÍ×ÁǤËÉÔ´°Á´·¿¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-decl.c:3407
+#, c-format
+msgid "declaration of `%s' has `extern' and is initialized"
+msgstr "`%s' ¤ÎÀë¸À¤Ë `extern' ¤¬¤Ä¤¤¤Æ¤ª¤ê¡¢½é´ü²½¤â¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:3521
+#, c-format
+msgid "initializer fails to determine size of `%s'"
+msgstr "½é´ü²½»Ò¤Ï `%s' ¤Î¥µ¥¤¥º¤ÎÆÃÄê¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
+
+#: c-decl.c:3526
+#, c-format
+msgid "array size missing in `%s'"
+msgstr "`%s' ¤Ç¤ÎÇÛÎó¥µ¥¤¥º¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:3542
+#, c-format
+msgid "zero or negative size array `%s'"
+msgstr "`%s' ¤ÎÇÛÎó¥µ¥¤¥º¤¬¥¼¥íËô¤ÏÉé¤Ç¤¹"
+
+#: c-decl.c:3570
+#, c-format
+msgid "storage size of `%s' isn't known"
+msgstr "`%s' ¤ÎÎΰ襵¥¤¥º¤¬¤ï¤«¤ê¤Þ¤»¤ó"
+
+#: c-decl.c:3580
+#, c-format
+msgid "storage size of `%s' isn't constant"
+msgstr "`%s' ¤ÎÎΰ襵¥¤¥º¤¬°ìÄê¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-decl.c:3631
+#, c-format
+msgid "ignoring asm-specifier for non-static local variable `%s'"
+msgstr "Èó static ¥í¡¼¥«¥ëÊÑ¿ô `%s' ¤Ø¤Î asm »ØÄê»Ò¤Ï̵»ë¤µ¤ì¤Þ¤¹"
+
+#: c-decl.c:3706
+#, c-format
+msgid "ANSI C forbids parameter `%s' shadowing typedef"
+msgstr "ANSI C ¤Ï typedef ¤òʤ¤¤±£¤¹²¾°ú¿ô `%s' ¤ò¶Ø¤¸¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:3940 cp/decl.c:10013
+msgid "`long long long' is too long for GCC"
+msgstr "`long long long' ¤Ï GCC ¤Ë¤È¤Ã¤ÆŤ¹¤®¤Þ¤¹"
+
+#: c-decl.c:3945
+msgid "ISO C89 does not support `long long'"
+msgstr "ISO C89 ¤Ï `long long' ¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
+
+#: c-decl.c:3950 cp/decl.c:10018
+#, c-format
+msgid "duplicate `%s'"
+msgstr "`%s' ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:3956 cp/decl.c:10038
+#, c-format
+msgid "two or more data types in declaration of `%s'"
+msgstr "`%s' ¤ÎÀë¸À¤ËÆó¤Ä°Ê¾å¤Î¥Ç¡¼¥¿·¿¤¬»ØÄꤵ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:3971 cp/decl.c:10043
+#, c-format
+msgid "`%s' fails to be a typedef or built in type"
+msgstr "`%s' ¤ò typedef ¤Þ¤¿¤ÏÁȤ߹þ¤ß·¿¤Ë¤Ç¤­¤Þ¤»¤ó"
+
+#: c-decl.c:4009
+#, c-format
+msgid "type defaults to `int' in declaration of `%s'"
+msgstr "`%s' ¤ÎÀë¸À¤Ç·¿¤¬¥Ç¥Õ¥©¥ë¥È¤Î `int' ¤È¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:4038
+#, c-format
+msgid "both long and short specified for `%s'"
+msgstr "`%s' ¤ËÂФ·¤Æ long ¤È short ¤ÎξÊý¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:4042 cp/decl.c:10142
+#, c-format
+msgid "long or short specified with char for `%s'"
+msgstr "`%s' ¤ËÂФ·¤Æ char ¤È¤È¤â¤Ë long ¤Þ¤¿¤Ï short ¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:4049 cp/decl.c:10146
+#, c-format
+msgid "long or short specified with floating type for `%s'"
+msgstr "`%s' ¤ËÂФ·¤ÆÉâÆ°¾®¿ô·¿¤È¤È¤â¤Ë long ¤Þ¤¿¤Ï short ¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:4052
+msgid "the only valid combination is `long double'"
+msgstr "Í£°ì¤ÎÍ­¸ú¤ÊÁȹç¤ï¤»¤Ï `long double' ¤Ç¤¹"
+
+#: c-decl.c:4058
+#, c-format
+msgid "both signed and unsigned specified for `%s'"
+msgstr "`%s' ¤ËÂФ·¤ÆÉä¹æ¤¢¤ê¤ÈÉä¹æ¤Ê¤·¤ÎξÊý¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:4060 cp/decl.c:10135
+#, c-format
+msgid "long, short, signed or unsigned invalid for `%s'"
+msgstr "`%s' ¤ËÂФ·¤Æ long, short, signed ¤Þ¤¿¤Ï unsigned ¤Ï̵¸ú¤Ç¤¹"
+
+#: c-decl.c:4066 cp/decl.c:10155
+#, c-format
+msgid "long, short, signed or unsigned used invalidly for `%s'"
+msgstr "`%s' ¤ËÂФ¹¤ë long, short, singed ¤ä unsigned ¤Î»ÈÍѤÏ̵¸ú¤Ç¤¹"
+
+#: c-decl.c:4085 cp/decl.c:10176
+#, c-format
+msgid "complex invalid for `%s'"
+msgstr "`%s' ¤ËÂФ·¤Æ complex ¤Ï̵¸ú¤Ç¤¹"
+
+#: c-decl.c:4130
+msgid "ISO C89 does not support complex types"
+msgstr "ISO C89 ¤Ï complex ·¿¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
+
+#: c-decl.c:4142
+msgid "ISO C does not support plain `complex' meaning `double complex'"
+msgstr "ISO C ¤Ï `double complex' ¤ò°ÕÌ£¤¹¤ë̵½¤¾þ¤Î `complex' ¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
+
+#: c-decl.c:4148 c-decl.c:4160
+msgid "ISO C does not support complex integer types"
+msgstr "ISO C ¤ÏÀ°¿ô·¿¤Î complex ¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
+
+#: c-decl.c:4175 c-decl.c:4571 cp/decl.c:10775
+msgid "duplicate `const'"
+msgstr "½ÅÊ£¤·¤¿ `const'"
+
+#: c-decl.c:4177 c-decl.c:4575 cp/decl.c:10779
+msgid "duplicate `restrict'"
+msgstr "½ÅÊ£¤·¤¿¥é¥Ù¥ë `restrict'"
+
+#: c-decl.c:4179 c-decl.c:4573 cp/decl.c:10777
+msgid "duplicate `volatile'"
+msgstr "½ÅÊ£¤·¤¿ `volatile'"
+
+#: c-decl.c:4201 cp/decl.c:10325
+#, c-format
+msgid "multiple storage classes in declaration of `%s'"
+msgstr "`%s' ¤ÎÀë¸À¤Ë¤ª¤¤¤ÆÊ£¿ô¤ÎÊݸ¥¯¥é¥¹"
+
+#: c-decl.c:4210
+msgid "function definition declared `auto'"
+msgstr "´Ø¿ô¤ÎÄêµÁ¤¬ `auto' ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:4212
+msgid "function definition declared `register'"
+msgstr "´Ø¿ô¤ÎÄêµÁ¤¬ `register' ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:4214
+msgid "function definition declared `typedef'"
+msgstr "´Ø¿ô¤ÎÄêµÁ¤¬ `typedef' ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:4227
+#, c-format
+msgid "storage class specified for structure field `%s'"
+msgstr "¹½Â¤ÂÎ¥Õ¥£¡¼¥ë¥É `%s' ¤Ë»ØÄꤵ¤ì¤¿µ­²±¥¯¥é¥¹"
+
+#: c-decl.c:4231 cp/decl.c:10372
+#, c-format
+msgid "storage class specified for parameter `%s'"
+msgstr "²¾°ú¿ô `%s' ¤Ç»ØÄꤵ¤ì¤¿µ­²±¥¯¥é¥¹"
+
+#: c-decl.c:4234 cp/decl.c:10374
+msgid "storage class specified for typename"
+msgstr "·¿Ì¾¤ËÂФ·¤Æ»ØÄꤵ¤ì¤¿µ­²±¥¯¥é¥¹"
+
+#: c-decl.c:4246 cp/decl.c:10388
+#, c-format
+msgid "`%s' initialized and declared `extern'"
+msgstr "`%s' ¤¬½é´ü²½¤µ¤ì¤ë¤È¤³¤í¤Ç¡¢`extern' Àë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:4248 cp/decl.c:10391
+#, c-format
+msgid "`%s' has both `extern' and initializer"
+msgstr "`%s' ¤Ë `extern' ¤È½é´ü²½»Ò¤ÎξÊý¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-decl.c:4252 cp/decl.c:10395
+#, c-format
+msgid "nested function `%s' declared `extern'"
+msgstr "¥Í¥¹¥È¤·¤¿´Ø¿ô `%s' ¤Ï `extern' ¤ËÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:4255 cp/decl.c:10399
+#, c-format
+msgid "top-level declaration of `%s' specifies `auto'"
+msgstr "`%s' ¤Î¥È¥Ã¥×¥ì¥Ù¥ë¤ÎÀë¸À¤¬ `auto' ¤ò»ØÄꤷ¤Þ¤¹"
+
+#: c-decl.c:4297
+#, c-format
+msgid "declaration of `%s' as array of voids"
+msgstr "`%s' ¤ÎÀë¸À¤Ï void ¤ÎÇÛÎó"
+
+#: c-decl.c:4303
+#, c-format
+msgid "declaration of `%s' as array of functions"
+msgstr "`%s' ¤ÎÀë¸À¤Ï´Ø¿ô¤ÎÇÛÎó"
+
+#: c-decl.c:4325
+#, c-format
+msgid "size of array `%s' has non-integer type"
+msgstr "ÇÛÎó `%s' ¤ÎÂ礭¤µ¤ÏÈóÀ°¿ô·¿"
+
+#: c-decl.c:4330
+#, c-format
+msgid "ISO C forbids zero-size array `%s'"
+msgstr "ISO C ¤Ï ¥µ¥¤¥º 0 ¤ÎÇÛÎó `%s' ¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-decl.c:4337
+#, c-format
+msgid "size of array `%s' is negative"
+msgstr "ÇÛÎó `%s' ¤ÎÂ礭¤µ¤¬Éé¤Ç¤¹"
+
+#: c-decl.c:4350
+#, c-format
+msgid "ISO C89 forbids array `%s' whose size can't be evaluated"
+msgstr "ISO C89 ¤Ï¥µ¥¤¥º¤¬É¾²Á¤Ç¤­¤Ê¤¤ÇÛÎó `%s' ¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-decl.c:4353
+#, c-format
+msgid "ISO C89 forbids variable-size array `%s'"
+msgstr "ISO C89 ¤Ï²ÄÊÑĹ¥µ¥¤¥º¤ÎÇÛÎó `%s' ¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-decl.c:4383 c-decl.c:4597
+#, c-format
+msgid "size of array `%s' is too large"
+msgstr "ÇÛÎó `%s' ¤ÎÂ礭¤µ¤¬Â礭¤¹¤®¤Þ¤¹"
+
+#: c-decl.c:4400
+msgid "ISO C89 does not support flexible array members"
+msgstr "ISO C89 ¤Ï²ÄÊÑÇÛÎó¥á¥ó¥Ð¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
+
+#: c-decl.c:4410
+msgid "array type has incomplete element type"
+msgstr "ÇÛÎó¤Î·¿¤¬ÉÔ´°Á´Í×ÁÇ·¿¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:4417
+msgid "ANSI C forbids const or volatile function types"
+msgstr "ANSI C ¤Ï const ¤ä volatile ´Ø¿ô·¿¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
+
+#: c-decl.c:4456 cp/decl.c:10535
+#, c-format
+msgid "`%s' declared as function returning a function"
+msgstr "`%s' ¤Ï´Ø¿ô¤òÊÖ¤¹´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:4461 cp/decl.c:10540
+#, c-format
+msgid "`%s' declared as function returning an array"
+msgstr "`%s' ¤ÏÇÛÎó¤òÊÖ¤¹´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:4496
+msgid "ISO C forbids qualified void function return type"
+msgstr "ISO C ¤Ï½¤¾þÉÕ¤­ void ·¿¤ÎÌá¤êÃͤò»ý¤Ä´Ø¿ô¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-decl.c:4500
+msgid "type qualifiers ignored on function return type"
+msgstr "´Ø¿ôÌá¤êÃͤη¿½¤¾þ»Ò¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:4529 c-decl.c:4612 c-decl.c:4696 c-decl.c:4787
+msgid "ISO C forbids qualified function types"
+msgstr "ISO C ¤Ï´Ø¿ô¤Î·¿½¤¾þ»Ò¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-decl.c:4569 cp/decl.c:10771
+msgid "invalid type modifier within pointer declarator"
+msgstr "¥Ý¥¤¥ó¥¿Àë¸À»Ò¤Ë̵¸ú¤Ê·¿½¤¾þ»Ò"
+
+#: c-decl.c:4646
+msgid "ISO C forbids const or volatile function types"
+msgstr "ISO C ¤Ï const ¤ä volatile ¤Î´Ø¿ô·¿¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-decl.c:4665 cp/decl.c:11247
+#, c-format
+msgid "variable or field `%s' declared void"
+msgstr "ÊÑ¿ô¤Þ¤¿¤ÏÎΰè `%s' ¤Ï void ¤ÈÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:4734
+#, c-format
+msgid "field `%s' declared as a function"
+msgstr "Îΰè `%s' ¤Ï´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:4740
+#, c-format
+msgid "field `%s' has incomplete type"
+msgstr "Îΰè `%s' ¤ÏÉÔ´°Á´¤Ê·¿¤Ç¤¹"
+
+#: c-decl.c:4772 c-decl.c:4774 c-decl.c:4781
+#, c-format
+msgid "invalid storage class for function `%s'"
+msgstr "´Ø¿ô `%s' ¤ËÂФ¹¤ë̵¸ú¤ÊÊݸ¥¯¥é¥¹"
+
+#: c-decl.c:4793
+msgid "`noreturn' function returns non-void value"
+msgstr "`noreturn' ´Ø¿ô¤¬Èó void ÃͤòÊÖ¤·¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:4805
+msgid "cannot inline function `main'"
+msgstr "`main' ¤ò inline ´Ø¿ô¤Ë¤Ï¤Ç¤­¤Þ¤»¤ó"
+
+#: c-decl.c:4840
+#, c-format
+msgid "variable `%s' declared `inline'"
+msgstr "ÊÑ¿ô `%s' ¤¬ `inline' ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:4911 c-decl.c:5898
+msgid "function declaration isn't a prototype"
+msgstr "´Ø¿ôÀë¸À¤Ï¥×¥í¥È¥¿¥¤¥×¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-decl.c:4917
+msgid "parameter names (without types) in function declaration"
+msgstr "´Ø¿ôÀë¸ÀÃæ¤Ë¡Ê·¿¤Î̵¤¤¡Ë²¾°ú¿ô̾¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-decl.c:4949 c-decl.c:6286 c-decl.c:6585
+#, c-format
+msgid "parameter `%s' has incomplete type"
+msgstr "²¾°ú¿ô `%s' ¤ÏÉÔ´°Á´·¿¤Ç¤¹"
+
+#: c-decl.c:4952
+msgid "parameter has incomplete type"
+msgstr "²¾°ú¿ô¤¬ÉÔ´°Á´·¿¤Ç¤¹"
+
+#: c-decl.c:4973
+#, c-format
+msgid "parameter `%s' points to incomplete type"
+msgstr "²¾°ú¿ô `%s' ¤ÏÉÔ´°Á´·¿¤ò»Ø¤·¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:4976
+msgid "parameter points to incomplete type"
+msgstr "²¾°ú¿ô¤¬ÉÔ´°Á´·¿¤ò»Ø¤·¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:5041
+#, c-format
+msgid "parameter `%s' has just a forward declaration"
+msgstr "²¾°ú¿ô `%s' ¾¯¤·Á°Êý¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:5082
+msgid "`void' in parameter list must be the entire list"
+msgstr "²¾°ú¿ô¥ê¥¹¥ÈÃæ¤Î `void' ¤Ï¥ê¥¹¥ÈÁ´ÂΤòÀê¤á¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: c-decl.c:5111
+#, c-format
+msgid "`%s %s' declared inside parameter list"
+msgstr "`%s %s' ¤Ï²¾°ú¿ô¥ê¥¹¥ÈÆâ¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:5120
+msgid "anonymous struct declared inside parameter list"
+msgstr "̵̾¹½Â¤ÂΤ¬²¾°ú¿ô¥ê¥¹¥ÈÆâ¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:5122
+msgid "anonymous union declared inside parameter list"
+msgstr "̵̾¶¦ÍÑÂΤ¬²¾°ú¿ô¥ê¥¹¥ÈÆâ¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:5124
+msgid "anonymous enum declared inside parameter list"
+msgstr "̵̾Îóµó»Ò¤¬²¾°ú¿ô¥ê¥¹¥ÈÆâ¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:5128
+msgid "its scope is only this definition or declaration, which is probably not what you want."
+msgstr "¤½¤Î¥¹¥³¡¼¥×¤ÏÄêµÁ¤«Àë¸À¤À¤±¤Ç¤¹¡¢¶²¤é¤¯Ë¾¤ó¤À¤³¤È¤È°Û¤Ê¤ë¤Ç¤·¤ç¤¦¡£"
+
+#: c-decl.c:5198
+#, c-format
+msgid "redefinition of `%s %s'"
+msgstr "`%s %s' ¤ÎºÆÄêµÁ"
+
+#: c-decl.c:5266 c-decl.c:5269
+#, c-format
+msgid "%s defined inside parms"
+msgstr "%s¤¬²¾°ú¿ôÆâ¤ÇÄêµÁ¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:5267 c-decl.c:5270 c-decl.c:5281
+msgid "union"
+msgstr "¶¦ÍÑÂÎ"
+
+#: c-decl.c:5267 c-decl.c:5270
+msgid "structure"
+msgstr "¹½Â¤ÂÎ"
+
+#: c-decl.c:5280
+#, c-format
+msgid "%s has no %s"
+msgstr "%s¤¬%s¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó"
+
+#: c-decl.c:5281
+msgid "struct"
+msgstr "¹½Â¤ÂÎ"
+
+#: c-decl.c:5282
+msgid "named members"
+msgstr "̾Á°ÉÕ¤­¥á¥ó¥Ð"
+
+#: c-decl.c:5282
+msgid "members"
+msgstr "¥á¥ó¥Ð"
+
+#: c-decl.c:5321
+#, c-format
+msgid "nested redefinition of `%s'"
+msgstr "`%s' ¤Î¥Í¥¹¥È¤·¤¿ºÆÄêµÁ"
+
+#: c-decl.c:5334
+#, c-format
+msgid "bit-field `%s' width not an integer constant"
+msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É `%s' ¤ÎÉý¤¬À°¿ôÄê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-decl.c:5345
+#, c-format
+msgid "bit-field `%s' has invalid type"
+msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É `%s' ¤Ï̵¸ú¤Ê·¿¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:5357
+#, c-format
+msgid "bit-field `%s' type invalid in ISO C"
+msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É `%s' ·¿¤Ï ISO C ¤Ç¤Ï̵¸ú¤Ç¤¹"
+
+#: c-decl.c:5369
+#, c-format
+msgid "negative width in bit-field `%s'"
+msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É `%s' ¤ÎÉý¤¬Éé¤Î¿ô¤Ç¤¹"
+
+#: c-decl.c:5371
+#, c-format
+msgid "width of `%s' exceeds its type"
+msgstr "`%s' ¤ÎÉý¤Ï¤½¤Î·¿¤Î¥µ¥¤¥º¤òĶ¤¨¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:5373
+#, c-format
+msgid "zero width for bit-field `%s'"
+msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É `%s' ¤ÎÉý¤¬ 0 ¤Ç¤¹"
+
+#: c-decl.c:5387
+#, c-format
+msgid "`%s' is narrower than values of its type"
+msgstr "`%s' ¤Ï¤½¤Î·¿¤ÎÃͤè¤ê¤â¶¹¤¤¤Ç¤¹"
+
+#: c-decl.c:5432
+msgid "flexible array member in union"
+msgstr "¶¦ÍÑÂΤ˲ÄÊÑÇÛÎó¥á¥ó¥Ð¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-decl.c:5434
+msgid "flexible array member not at end of struct"
+msgstr "¹½Â¤ÂΤκǸå¤Ç¤Ï¤Ê¤¤½ê¤Ë²ÄÊÑÇÛÎó¥á¥ó¥Ð¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-decl.c:5436
+msgid "flexible array member in otherwise empty struct"
+msgstr "¹½Â¤ÂΤ˲ÄÊÑÇÛÎó¥á¥ó¥Ð°Ê³°¤Î¥á¥ó¥Ð¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: c-decl.c:5461
+#, c-format
+msgid "duplicate member `%s'"
+msgstr "½ÅÊ£¤·¤¿¥á¥ó¥Ð `%s'"
+
+#: c-decl.c:5505
+msgid "union cannot be made transparent"
+msgstr "¶¦ÍÑÂΤòÆ©²áŪ¤Ë¤Ç¤­¤Þ¤»¤ó"
+
+#. This enum is a named one that has been declared already.
+#: c-decl.c:5586
+#, c-format
+msgid "redeclaration of `enum %s'"
+msgstr "`enum %s' ¤ÎºÆÀë¸À"
+
+#: c-decl.c:5620
+msgid "enum defined inside parms"
+msgstr "²¾°ú¿ôÆâ¤Ç enum ¤¬ÄêµÁ¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:5653
+msgid "enumeration values exceed range of largest integer"
+msgstr "Îóµó»Ò¤ÎÃͤ¬À°¿ô¤ÎÈϰϤκÇÂçÃͤòĶ¤¨¤Þ¤·¤¿"
+
+#: c-decl.c:5762
+#, c-format
+msgid "enumerator value for `%s' not integer constant"
+msgstr "`%s' ¤ÎÎóµóÃͤ¬À°¿ôÄê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-decl.c:5775
+msgid "overflow in enumeration values"
+msgstr "ÎóµóÃͤ¬¥ª¡¼¥Ð¡¼¥Õ¥í¡¼"
+
+#: c-decl.c:5780
+msgid "ISO C restricts enumerator values to range of `int'"
+msgstr "ISO C ¤ÏÎóµó»Ò¤ÎÃͤò `int' ¤ÎÈϰϤ˸ÂÄꤷ¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:5852
+msgid "return type is an incomplete type"
+msgstr "Ìá¤êÃͤη¿¤¬ÉÔ´°Á´·¿¤Ç¤¹"
+
+#: c-decl.c:5860
+msgid "return type defaults to `int'"
+msgstr "Ìá¤êÃͤη¿¤ò¥Ç¥Õ¥©¥ë¥È¤Î `int' ¤È¤·¤Þ¤¹"
+
+#: c-decl.c:5907
+#, c-format
+msgid "no previous prototype for `%s'"
+msgstr "`%s' ¤ÎÁ°Êý¥×¥í¥È¥¿¥¤¥×¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: c-decl.c:5914
+#, c-format
+msgid "`%s' was used with no prototype before its definition"
+msgstr "`%s' ¤Ï¤½¤ÎÄêµÁ¤ÎÁ°¤Ë¥×¥í¥È¥¿¥¤¥×¤Ê¤·¤Ç»È¤ï¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:5920
+#, c-format
+msgid "no previous declaration for `%s'"
+msgstr "`%s' ¤ÎÁ°ÊýÀë¸À¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: c-decl.c:5927
+#, c-format
+msgid "`%s' was used with no declaration before its definition"
+msgstr "`%s' ¤Ï¤½¤ÎÄêµÁ¤ÎÁ°¤ÇÀë¸À¤Ê¤·¤Ç»ÈÍѤµ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:5955 c-decl.c:6672
+#, c-format
+msgid "return type of `%s' is not `int'"
+msgstr "`%s' ¤ÎÌá¤êÃͤη¿¤¬ `int' ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-decl.c:5971
+#, c-format
+msgid "first argument of `%s' should be `int'"
+msgstr "`%s' ¤ÎÂè°ì°ú¿ô¤Ï `int' ¤È¤¹¤Ù¤­¤Ç¤¹"
+
+#: c-decl.c:5980
+#, c-format
+msgid "second argument of `%s' should be `char **'"
+msgstr "`%s' ¤ÎÂèÆó°ú¿ô¤Ï `char **' ¤È¤¹¤Ù¤­¤Ç¤¹"
+
+#: c-decl.c:5989
+#, c-format
+msgid "third argument of `%s' should probably be `char **'"
+msgstr "`%s' ¤ÎÂè»°°ú¿ô¤Ï¤ª¤½¤é¤¯ `char **' ¤È¤¹¤Ù¤­¤Ç¤·¤ç¤¦"
+
+#: c-decl.c:5998
+#, c-format
+msgid "`%s' takes only zero or two arguments"
+msgstr "`%s' ¤Ï 0 ¤« 2 ¸Ä¤Î°ú¿ô¤·¤«¤È¤ê¤Þ¤»¤ó"
+
+#: c-decl.c:6001
+#, c-format
+msgid "`%s' is normally a non-static function"
+msgstr "`%s' ¤ÏÄ̾Èó static ¤Ê´Ø¿ô¤Ç¤¹"
+
+#: c-decl.c:6104
+msgid "parm types given both in parmlist and separately"
+msgstr "²¾°ú¿ô¤Î·¿¤¬¡¢²¾°ú¿ô¥ê¥¹¥È¤È¤ÏÊ̤ΤȤ³¤í¤«¤é¤âÍ¿¤¨¤é¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:6125
+msgid "parameter name omitted"
+msgstr "²¾°ú¿ô¤¬¾Êά¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:6129 c-decl.c:6231 c-decl.c:6542
+#, c-format
+msgid "parameter `%s' declared void"
+msgstr "²¾°ú¿ô `%s' ¤¬ void ¤ÈÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:6205
+msgid "parameter name missing from parameter list"
+msgstr "²¾°ú¿ô¥ê¥¹¥È¤«¤é¤Î²¾°ú¿ô̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: c-decl.c:6224 c-decl.c:6535
+#, c-format
+msgid "multiple parameters named `%s'"
+msgstr "½ÅÊ£¤·¤¿²¾°ú¿ô̾ `%s'"
+
+#: c-decl.c:6255 c-decl.c:6257
+#, c-format
+msgid "type of `%s' defaults to `int'"
+msgstr "`%s' ¤Î·¿¤ò¥Ç¥Õ¥©¥ë¥È¤Î `int' ¤È¤·¤Þ¤¹"
+
+#: c-decl.c:6293 c-decl.c:6592
+#, c-format
+msgid "declaration for parameter `%s' but no such parameter"
+msgstr "²¾°ú¿ô `%s' ¤ÎÀë¸À¤¬¤¢¤ê¤Þ¤¹¤¬¡¢¤½¤ó¤Ê²¾°ú¿ô¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-decl.c:6341
+msgid "number of arguments doesn't match prototype"
+msgstr "²¾°ú¿ô¤Î¿ô¤¬¥×¥í¥È¥¿¥¤¥×¤È°ìÃפ·¤Þ¤»¤ó"
+
+#: c-decl.c:6371
+#, c-format
+msgid "promoted argument `%s' doesn't match prototype"
+msgstr "³Ê¾å¤²¤µ¤ì¤¿²¾°ú¿ô `%s' ¤Ï¥×¥í¥È¥¿¥¤¥×¤È°ìÃפ·¤Þ¤»¤ó"
+
+#: c-decl.c:6385
+#, c-format
+msgid "argument `%s' doesn't match prototype"
+msgstr "²¾°ú¿ô `%s' ¤Ï¥×¥í¥È¥¿¥¤¥×¤Ë°ìÃפ·¤Þ¤»¤ó"
+
+#: c-decl.c:6565
+#, c-format
+msgid "type of parameter `%s' is not declared"
+msgstr "²¾°ú¿ô `%s' ¤Î·¿¤¬Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: c-decl.c:6793
+msgid "this function may return with or without a value"
+msgstr "¤³¤Î´Ø¿ô¤ÏÃͤòÊÖ¤·¤¿¤êÊÖ¤µ¤Ê¤«¤Ã¤¿¤ê¤¹¤ë¤Ç¤·¤ç¤¦"
+
+#: c-decl.c:6813
+#, c-format
+msgid "size of return value of `%s' is %u bytes"
+msgstr "`%s' ¤ÎÌá¤êÃͤΥµ¥¤¥º¤¬ %u ¥Ð¥¤¥È¤Ç¤¹"
+
+#: c-decl.c:6817
+#, c-format
+msgid "size of return value of `%s' is larger than %d bytes"
+msgstr "`%s' ¤ÎÌá¤êÃͤΥµ¥¤¥º¤¬ %d ¥Ð¥¤¥È¤è¤ê¤âÂ礭¤¯¤Ê¤ê¤Þ¤¹"
+
+#. If we get here, declarations have been used in a for loop without
+#. the C99 for loop scope. This doesn't make much sense, so don't
+#. allow it.
+#: c-decl.c:6872
+msgid "`for' loop initial declaration used outside C99 mode"
+msgstr "`for' ¥ë¡¼¥×¤Î½é´ü²½Àë¸À¤¬ C99 ¥â¡¼¥É°Ê³°¤Ç»È¤ï¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:6892
+#, c-format
+msgid "`%s %s' declared in `for' loop initial declaration"
+msgstr "`%s %s' ¤¬ `for' ¥ë¡¼¥×½é´ü²½Àë¸ÀÆâ¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: c-decl.c:6901
+#, c-format
+msgid "declaration of non-variable `%s' in `for' loop initial declaration"
+msgstr "ÈóÊÑ¿ô `%s' ¤ÎÀë¸À¤¬ `for' ¥ë¡¼¥×½é´ü²½Àë¸À¤ÎÃæ¤Ë¤¢¤ê¤Þ¤¹"
+
+#: c-decl.c:6903
+#, c-format
+msgid "declaration of static variable `%s' in `for' loop initial declaration"
+msgstr "¥¹¥¿¥Æ¥£¥Ã¥¯ÊÑ¿ô `%s' ¤ÎÀë¸À¤¬ `for' ¥ë¡¼¥×½é´ü²½Àë¸ÀÆâ¤Ë¤¢¤ê¤Þ¤¹"
+
+#: c-decl.c:6905
+#, c-format
+msgid "declaration of `extern' variable `%s' in `for' loop initial declaration"
+msgstr "`extern' ÊÑ¿ô `%s' ¤ÎÀë¸À¤¬ `for' ¥ë¡¼¥×½é´ü²½Àë¸ÀÆâ¤Ë¤¢¤ê¤Þ¤¹"
+
+#: c-dump.c:826
+#, c-format
+msgid "could not open dump file `%s'"
+msgstr "¥À¥ó¥×¥Õ¥¡¥¤¥ë %s ¤ò³«¤±¤Þ¤»¤ó¤Ç¤·¤¿"
+
+#: c-dump.c:871
+#, c-format
+msgid "ignoring `%s' at end of `-f%s'"
+msgstr "`%s'(`-f%s' ¤Î½ª¤ê¤Ë¤¢¤ë) ¤ò̵»ë¤·¤Þ¤¹"
+
+#: c-format.c:106 c-format.c:219
+#, c-format
+msgid "argument format specified for non-function `%s'"
+msgstr "Èó´Ø¿ô `%s' ¤Î°ú¿ô¤Ë format °À­¤¬»ØÄꤵ¤ì¤Þ¤·¤¿"
+
+#: c-format.c:112
+msgid "unrecognized format specifier"
+msgstr "ǧ¼±¤Ç¤­¤Ê¤¤¥Õ¥©¡¼¥Þ¥Ã¥È»ØÄê»Ò"
+
+#: c-format.c:123
+#, c-format
+msgid "`%s' is an unrecognized format function type"
+msgstr "`%s' ¤Ïǧ¼±¤Ç¤­¤Ê¤¤¥Õ¥©¡¼¥Þ¥Ã¥È´Ø¿ô·¿¤Ç¤¹"
+
+#: c-format.c:145 c-format.c:233
+msgid "format string has invalid operand number"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥Èʸ»úÎó¤Ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É¿ô¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-format.c:153
+msgid "format string arg follows the args to be formatted"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥Èʸ»úÎó°ú¿ô¤¬¥Õ¥©¡¼¥Þ¥Ã¥È¤µ¤ì¤ë°ú¿ô¤Î¸å¤Ë³¤¤¤Æ¤¤¤Þ¤¹"
+
+#: c-format.c:172 c-format.c:254
+msgid "format string arg not a string type"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥Èʸ»úÎó°ú¿ô¤¬Ê¸»úÎ󷿤ǤϤ¢¤ê¤Þ¤»¤ó"
+
+#: c-format.c:185
+msgid "args to be formatted is not '...'"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤µ¤ì¤ë°ú¿ô¤¬¡¢'...' ¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤»¤ó"
+
+#: c-format.c:193
+msgid "strftime formats cannot format arguments"
+msgstr "strftime ¥Õ¥©¡¼¥Þ¥Ã¥È¤Ï°ú¿ô¤ò¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç¤­¤Þ¤»¤ó"
+
+#: c-format.c:263
+msgid "function does not return string type"
+msgstr "´Ø¿ô¤¬Ê¸»úÎ󷿤òÊÖ¤·¤Þ¤»¤ó"
+
+#: c-format.c:757
+msgid "` ' flag"
+msgstr "` ' ¥Õ¥é¥°"
+
+#: c-format.c:757
+msgid "the ` ' printf flag"
+msgstr "printf ¤Î ` ' ¥Õ¥é¥°"
+
+#: c-format.c:758 c-format.c:829
+msgid "`+' flag"
+msgstr "`+' ¥Õ¥é¥°"
+
+#: c-format.c:758
+msgid "the `+' printf flag"
+msgstr "printf ¤Î `+' ¥Õ¥é¥°"
+
+#: c-format.c:759 c-format.c:805
+msgid "`#' flag"
+msgstr "`#' ¥Õ¥é¥°"
+
+#: c-format.c:759
+msgid "the `#' printf flag"
+msgstr "printf ¤Î `#' ¥Õ¥é¥°"
+
+#: c-format.c:760 c-format.c:803
+msgid "`0' flag"
+msgstr "`0' ¥Õ¥é¥°"
+
+#: c-format.c:760
+msgid "the `0' printf flag"
+msgstr "printf ¤Î `0' ¥Õ¥é¥°"
+
+#: c-format.c:761 c-format.c:802 c-format.c:832
+msgid "`-' flag"
+msgstr "`-' ¥Õ¥é¥°"
+
+#: c-format.c:761
+msgid "the `-' printf flag"
+msgstr "printf ¤Î `-' ¥Õ¥é¥°"
+
+#: c-format.c:762 c-format.c:786
+msgid "`'' flag"
+msgstr "`'' ¥Õ¥é¥°"
+
+#: c-format.c:762
+msgid "the `'' printf flag"
+msgstr "printf ¤Î `'' ¥Õ¥é¥°"
+
+#: c-format.c:763 c-format.c:787
+msgid "`I' flag"
+msgstr "`I' ¥Õ¥é¥°"
+
+#: c-format.c:763
+msgid "the `I' printf flag"
+msgstr "printf ¤Î `I' ¥Õ¥é¥°"
+
+#: c-format.c:764 c-format.c:784 c-format.c:806 c-format.c:833 c-format.c:1846
+msgid "field width"
+msgstr "¥Õ¥£¡¼¥ë¥ÉÉý"
+
+#: c-format.c:764
+msgid "field width in printf format"
+msgstr "printf ¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç¤Î¥Õ¥£¡¼¥ë¥ÉÉý"
+
+#: c-format.c:765
+msgid "precision"
+msgstr "ÀºÅÙ"
+
+#: c-format.c:765
+msgid "precision in printf format"
+msgstr "printf ¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç¤ÎÀºÅÙ"
+
+#: c-format.c:766 c-format.c:785 c-format.c:836
+msgid "length modifier"
+msgstr "Ťµ½¤¾þ»Ò"
+
+#: c-format.c:766
+msgid "length modifier in printf format"
+msgstr "printf ¥Õ¥©¡¼¥Þ¥Ã¥È¤ÎŤµ½¤¾þ»Ò"
+
+#: c-format.c:782
+msgid "assignment suppression"
+msgstr "ÂåÆþ¤ÎÍÞÀ©"
+
+#: c-format.c:783
+msgid "`a' flag"
+msgstr "`a' ¥Õ¥é¥°"
+
+#: c-format.c:783
+msgid "the `a' scanf flag"
+msgstr "scanf ¤Î `a' ¥Õ¥é¥°"
+
+#: c-format.c:784
+msgid "field width in scanf format"
+msgstr "scanf ¥Õ¥©¡¼¥Þ¥Ã¥È¤Î¥Õ¥£¡¼¥ë¥ÉÉý"
+
+#: c-format.c:785
+msgid "length modifier in scanf format"
+msgstr "scanf ¥Õ¥©¡¼¥Þ¥Ã¥È¤ÎŤµ½¤¾þ»Ò"
+
+#: c-format.c:786
+msgid "the `'' scanf flag"
+msgstr "scanf ¤Î `'' ¥Õ¥é¥°"
+
+#: c-format.c:787
+msgid "the `I' scanf flag"
+msgstr "scanf ¤Î `I' ¥Õ¥é¥°"
+
+#: c-format.c:801
+msgid "`_' flag"
+msgstr "`_' ¥Õ¥é¥°"
+
+#: c-format.c:801
+msgid "the `_' strftime flag"
+msgstr "strftime ¤Î `_' ¥Õ¥é¥°"
+
+#: c-format.c:802
+msgid "the `-' strftime flag"
+msgstr "strftime ¤Î `-' ¥Õ¥é¥°"
+
+#: c-format.c:803
+msgid "the `0' strftime flag"
+msgstr "strftime ¤Î `^' ¥Õ¥é¥°"
+
+#: c-format.c:804 c-format.c:828
+msgid "`^' flag"
+msgstr "`^' ¥Õ¥é¥°"
+
+#: c-format.c:804
+msgid "the `^' strftime flag"
+msgstr "strftime ¤Î `^' ¥Õ¥é¥°"
+
+#: c-format.c:805
+msgid "the `#' strftime flag"
+msgstr "strftime ¤Î `#' ¥Õ¥é¥°"
+
+#: c-format.c:806
+msgid "field width in strftime format"
+msgstr "strftime ¥Õ¥©¡¼¥Þ¥Ã¥È¤Î¥Õ¥£¡¼¥ë¥ÉÉý"
+
+#: c-format.c:807
+msgid "`E' modifier"
+msgstr "`E' ½¤¾þ»Ò"
+
+#: c-format.c:807
+msgid "the `E' strftime modifier"
+msgstr "strftime ¤Î `E' ½¤¾þ»Ò"
+
+#: c-format.c:808
+msgid "`O' modifier"
+msgstr "`O' ½¤¾þ»Ò"
+
+#: c-format.c:808
+msgid "the `O' strftime modifier"
+msgstr "strftime ¤Î `O' ½¤¾þ»Ò"
+
+#: c-format.c:809
+msgid "the `O' modifier"
+msgstr "the `O' ½¤¾þ»Ò"
+
+#: c-format.c:827
+msgid "fill character"
+msgstr "µÍ¤áʸ»ú"
+
+#: c-format.c:827
+msgid "fill character in strfmon format"
+msgstr "strfmon ¥Õ¥©¡¼¥Þ¥Ã¥È¤ÎµÍ¤áʸ»ú"
+
+#: c-format.c:828
+msgid "the `^' strfmon flag"
+msgstr "strfmon ¤Î `^' ¥Õ¥é¥°"
+
+#: c-format.c:829
+msgid "the `+' strfmon flag"
+msgstr "strfmon ¤Î `+' ¥Õ¥é¥°"
+
+#: c-format.c:830
+msgid "`(' flag"
+msgstr "`(' ¥Õ¥é¥°"
+
+#: c-format.c:830
+msgid "the `(' strfmon flag"
+msgstr "strfmon ¤Î `(' ¥Õ¥é¥°"
+
+#: c-format.c:831
+msgid "`!' flag"
+msgstr "`!' ¥Õ¥é¥°"
+
+#: c-format.c:831
+msgid "the `!' strfmon flag"
+msgstr "strfmon ¤Î `!' ¥Õ¥é¥°"
+
+#: c-format.c:832
+msgid "the `-' strfmon flag"
+msgstr "strfmon ¤Î `-' ¥Õ¥é¥°"
+
+#: c-format.c:833
+msgid "field width in strfmon format"
+msgstr "strfmon ¥Õ¥©¡¼¥Þ¥Ã¥È¤Î¥Õ¥£¡¼¥ë¥ÉÉý"
+
+#: c-format.c:834
+msgid "left precision"
+msgstr "º¸ÀºÅÙ"
+
+#: c-format.c:834
+msgid "left precision in strfmon format"
+msgstr "strfmon ¥Õ¥©¡¼¥Þ¥Ã¥È¤Îº¸ÀºÅÙ"
+
+#: c-format.c:835
+msgid "right precision"
+msgstr "±¦ÀºÅÙ"
+
+#: c-format.c:835
+msgid "right precision in strfmon format"
+msgstr "strfmon ¥Õ¥©¡¼¥Þ¥Ã¥È¤Î±¦ÀºÅÙ"
+
+#: c-format.c:836
+msgid "length modifier in strfmon format"
+msgstr "strfmon ¥Õ¥©¡¼¥Þ¥Ã¥È¤ÎŤµ½¤¾þ»Ò"
+
+#: c-format.c:1135
+#, c-format
+msgid "function might be possible candidate for `%s' format attribute"
+msgstr "´Ø¿ô¤Ï¶²¤é¤¯ `%s' format °À­¤Î¸õÊä¤È»×¤ï¤ì¤Þ¤¹"
+
+#: c-format.c:1248 c-format.c:1269 c-format.c:2256
+msgid "missing $ operand number in format"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥ÈÆâ¤Ç $ ±é»»»ÒÈÖ¹æ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: c-format.c:1279
+#, c-format
+msgid "%s does not support %%n$ operand number formats"
+msgstr "%s ¤Ï %%n$ ±é»»»ÒÈÖ¹æ¥Õ¥©¡¼¥Þ¥Ã¥È¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
+
+#: c-format.c:1286
+msgid "operand number out of range in format"
+msgstr "±é»»»ÒÈֹ椬¥Õ¥©¡¼¥Þ¥Ã¥È¤ÎÈϰϳ°¤Ç¤¹"
+
+#: c-format.c:1307
+#, c-format
+msgid "format argument %d used more than once in %s format"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È°ú¿ô %d ¤¬ %s ¥Õ¥©¡¼¥Þ¥Ã¥ÈÃæ¤ÇÆó²ó°Ê¾å»È¤ï¤ì¤Þ¤·¤¿"
+
+#: c-format.c:1349
+#, c-format
+msgid "format argument %d unused before used argument %d in $-style format"
+msgstr "$-¼°¥Õ¥©¡¼¥Þ¥Ã¥ÈÆâ¤Î¥Õ¥©¡¼¥Þ¥Ã¥È°ú¿ô %d ¤¬°ú¿ô %d ¤¬»È¤ï¤ì¤ëÁ°¤Ç̤»ÈÍѤǤ¹"
+
+#: c-format.c:1443
+msgid "format not a string literal, format string not checked"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤¬Ê¸»úÎó¥ê¥Æ¥é¥ë¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤Î¤Ç¡¢¥Õ¥©¡¼¥Þ¥Ã¥È¤Ï¸¡ºº¤µ¤ì¤Þ¤»¤ó"
+
+#: c-format.c:1457
+msgid "format not a string literal and no format arguments"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤ÏÈóʸ»úÎó¥ê¥Æ¥é¥ë¤Ç¡¢³î¤Ä¥Õ¥©¡¼¥Þ¥Ã¥È°ú¿ô¤ò»ý¤Á¤Þ¤»¤ó"
+
+#: c-format.c:1459
+msgid "format not a string literal, argument types not checked"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤Ïʸ»úÎó¥ê¥Æ¥é¥ë¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤Î¤Ç¡¢°ú¿ô¤Î·¿¤Ï¸¡ºº¤µ¤ì¤Þ¤»¤ó"
+
+#: c-format.c:1472
+msgid "too many arguments for format"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤Ø¤Î°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
+
+#: c-format.c:1475
+msgid "unused arguments in $-style format"
+msgstr "$-¼°¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç̤»ÈÍѤΰú¿ô¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-format.c:1478
+msgid "zero-length format string"
+msgstr "Ťµ 0 ¤Î¥Õ¥©¡¼¥Þ¥Ã¥Èʸ»úÎó"
+
+#: c-format.c:1481
+msgid "format is a wide character string"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤¬¥ï¥¤¥Éʸ»úÎó¤Ç¤¹"
+
+#: c-format.c:1484
+msgid "unterminated format string"
+msgstr "½ªÃ¼¤µ¤ì¤Æ¤¤¤Ê¤¤¥Õ¥©¡¼¥Þ¥Ã¥Èʸ»úÎó"
+
+#. FIXME: this warning should go away once Marc Espie's
+#. __attribute__((nonnull)) patch is in. Instead, checking for
+#. nonnull attributes should probably change this function to act
+#. specially if info == NULL and add a res->number_null entry for
+#. that case, or maybe add a function pointer to be called at
+#. the end instead of hardcoding check_format_info_main.
+#: c-format.c:1572
+msgid "null format string"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥Èʸ»úÎó¤¬ null ¤Ç¤¹"
+
+#: c-format.c:1725
+msgid "embedded `\\0' in format"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤Ë `\\0' ¤¬Ëä¤á¹þ¤Þ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-format.c:1740
+#, c-format
+msgid "spurious trailing `%%' in format"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤Ë `%%' ¤Îº¯Àפ餷¤­¤â¤Î¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-format.c:1779 c-format.c:2016
+#, c-format
+msgid "repeated %s in format"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥ÈÃæ¤Ç %s ¤ò·«¤êÊÖ¤·¤Æ¤¤¤Þ¤¹"
+
+#: c-format.c:1792
+msgid "missing fill character at end of strfmon format"
+msgstr "strfmon ¥Õ¥©¡¼¥Þ¥Ã¥È¤Î½ª¤ê¤ÇµÍ¤áʸ»ú¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: c-format.c:1812 c-format.c:1930 c-format.c:2210 c-format.c:2263
+msgid "too few arguments for format"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤Ø¤Î°ú¿ô¤¬¾¯¤Ê¤¹¤®¤Þ¤¹"
+
+#: c-format.c:1872
+#, c-format
+msgid "zero width in %s format"
+msgstr "%s ¤ÇÉý 0 ¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç¤¹"
+
+#: c-format.c:1891
+#, c-format
+msgid "empty left precision in %s format"
+msgstr "%s ¤Ç¶õ¤Îº¸ÀºÅÙ¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç¤¹"
+
+#: c-format.c:1945
+msgid "field precision"
+msgstr "¥Õ¥£¡¼¥ë¥ÉÀºÅÙ"
+
+#: c-format.c:1960
+#, c-format
+msgid "empty precision in %s format"
+msgstr "%s ¤Ç¶õ¤ÎÀºÅÙ¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç¤¹"
+
+#: c-format.c:2000
+#, c-format
+msgid "%s does not support the `%s' %s length modifier"
+msgstr "%s ¤Ï `%s' %s Ťµ½¤¾þ»Ò¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
+
+#: c-format.c:2050
+msgid "conversion lacks type at end of format"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤Î½ª¤ê¤Ç·¿ÊÑ´¹Ê¸»ú¤¬·ç¤±¤Æ¤¤¤Þ¤¹"
+
+#: c-format.c:2061
+#, c-format
+msgid "unknown conversion type character `%c' in format"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥ÈÆâ¤ËÉÔÌÀ¤Ê·¿ÊÑ´¹Ê¸»ú `%c' ¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-format.c:2064
+#, c-format
+msgid "unknown conversion type character 0x%x in format"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥ÈÆâ¤ËÉÔÌÀ¤Ê·¿ÊÑ´¹Ê¸»ú 0x%x ¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-format.c:2071
+#, c-format
+msgid "%s does not support the `%%%c' %s format"
+msgstr "%s ¤Ï `%%%c' %s ¥Õ¥©¡¼¥Þ¥Ã¥È¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
+
+#: c-format.c:2087
+#, c-format
+msgid "%s used with `%%%c' %s format"
+msgstr "%s ¤¬ `%%%c' %s ¥Õ¥©¡¼¥Þ¥Ã¥È¤È°ì½ï¤Ë»È¤ï¤ì¤Þ¤·¤¿"
+
+#: c-format.c:2096
+#, c-format
+msgid "%s does not support %s"
+msgstr "%s ¤Ï %s ¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
+
+#: c-format.c:2105
+#, c-format
+msgid "%s does not support %s with the `%%%c' %s format"
+msgstr "%s ¤Ï %s ¤ò `%%%c' %s ¥Õ¥©¡¼¥Þ¥Ã¥È¤È°ì½ï¤Ë»È¤¦»ö¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
+
+#: c-format.c:2138
+#, c-format
+msgid "%s ignored with %s and `%%%c' %s format"
+msgstr "%s ¤Ï %s µÚ¤Ó `%%%c' %s ¥Õ¥©¡¼¥Þ¥Ã¥È¤È°ì½ï¤Ë»È¤¦¤È̵»ë¤µ¤ì¤Þ¤¹"
+
+#: c-format.c:2142
+#, c-format
+msgid "%s ignored with %s in %s format"
+msgstr "%s ¤Ï %s ¤ò %s ¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç°ì½ï¤Ë»È¤¦¤È̵»ë¤µ¤ì¤Þ¤¹"
+
+#: c-format.c:2148
+#, c-format
+msgid "use of %s and %s together with `%%%c' %s format"
+msgstr "%s ¤È %s ¤È¤ò `%%%c' %s ¥Õ¥©¡¼¥Þ¥Ã¥È¤È°ì½ï¤Ë»È¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-format.c:2152
+#, c-format
+msgid "use of %s and %s together in %s format"
+msgstr "%s ¤È %s ¤È¤ò %s ¥Õ¥©¡¼¥Þ¥Ã¥È¤ÎÃæ¤Ç»È¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-format.c:2171
+#, c-format
+msgid "`%%%c' yields only last 2 digits of year in some locales"
+msgstr "`%%%c' ¤Ï¥í¥±¡¼¥ë¤Ë¤è¤Ã¤Æ¤Ï¡¢Ç¯¤Î²¼Æó·å¤À¤±¤ò¤â¤¿¤é¤·¤Þ¤¹"
+
+#: c-format.c:2174
+#, c-format
+msgid "`%%%c' yields only last 2 digits of year"
+msgstr "`%%%c' ¤Ïǯ¤Î²¼Æó·å¤À¤±¤ò¤â¤¿¤é¤·¤Þ¤¹"
+
+#. The end of the format string was reached.
+#: c-format.c:2190
+#, c-format
+msgid "no closing `]' for `%%[' format"
+msgstr "`%%[' ¥Õ¥©¡¼¥Þ¥Ã¥È¤òÊĤ¸¤ë `]' ¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: c-format.c:2203
+#, c-format
+msgid "use of `%s' length modifier with `%c' type character"
+msgstr "`%s' Ťµ½¤¾þ»Ò¤ò `%c' ·¿ÊÑ´¹Ê¸»ú¤È°ì½ï¤Ë»È¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-format.c:2224
+#, c-format
+msgid "%s does not support the `%%%s%c' %s format"
+msgstr "%s ¤Ï `%%%s%c' %s ¥Õ¥©¡¼¥Þ¥Ã¥È¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
+
+#: c-format.c:2239
+msgid "operand number specified with suppressed assignment"
+msgstr "±é»»»ÒÈֹ椬ÂåÆþ¤ÎÍÞÀ©¤È¶¦¤Ë»È¤ï¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-format.c:2241
+msgid "operand number specified for format taking no argument"
+msgstr "±é»»»ÒÈֹ椬°ú¿ô¤ò¼è¤é¤Ê¤¤¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç»ØÄꤵ¤ì¤Þ¤·¤¿"
+
+#: c-format.c:2360
+#, c-format
+msgid "writing through null pointer (arg %d)"
+msgstr "null ¥Ý¥¤¥ó¥¿¤ò½ñ¤­¹þ¤ó¤Ç¤¤¤Þ¤¹ (°ú¿ô %d)"
+
+#: c-format.c:2369
+#, c-format
+msgid "reading through null pointer (arg %d)"
+msgstr "null ¥Ý¥¤¥ó¥¿¤òÆɹþ¤ó¤Ç¤¤¤Þ¤¹ (°ú¿ô %d)"
+
+#: c-format.c:2389
+#, c-format
+msgid "writing into constant object (arg %d)"
+msgstr "Äê¿ô¥ª¥Ö¥¸¥§¥¯¥È¤Ë½ñ¤­¹þ¤ó¤Ç¤¤¤Þ¤¹ (°ú¿ô %d)"
+
+#: c-format.c:2399
+#, c-format
+msgid "extra type qualifiers in format argument (arg %d)"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È°ú¿ô¤Ë;ʬ¤Ê·¿½¤¾þ»Ò¤¬¤¢¤ê¤Þ¤¹ (°ú¿ô %d)"
+
+#: c-format.c:2406
+#, c-format
+msgid "format argument is not a pointer (arg %d)"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È°ú¿ô¤¬¥Ý¥¤¥ó¥¿¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó (°ú¿ô %d)"
+
+#: c-format.c:2408
+#, c-format
+msgid "format argument is not a pointer to a pointer (arg %d)"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È°ú¿ô¤¬¥Ý¥¤¥ó¥¿¤Ø¤Î¥Ý¥¤¥ó¥¿¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó (°ú¿ô %d)"
+
+#: c-format.c:2502
+#, c-format
+msgid "%s is not type %s (arg %d)"
+msgstr "%s ¤Ï·¿ %s ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó (°ú¿ô %d)"
+
+#: c-format.c:2505
+#, c-format
+msgid "%s format, %s arg (arg %d)"
+msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤Ï %s ¤Ç¤¹¤¬¡¢°ú¿ô¤Ï %s ¤Ç¤¹ (°ú¿ô %d)"
+
+#: c-lex.c:279
+msgid "badly nested C headers from preprocessor"
+msgstr "¥×¥ê¥×¥í¥»¥Ã¥µ¤«¤é°Û¾ï¤Ë¥Í¥¹¥È¤µ¤ì¤¿ C ¥Ø¥Ã¥À¤Ç¤¹"
+
+#: c-lex.c:297
+msgid "leaving more files than we entered"
+msgstr "Æþ¤Ã¤¿¥Õ¥¡¥¤¥ë¤è¤ê¤â½Ð¤¿¥Õ¥¡¥¤¥ë¤ÎÊý¤¬Â¿¤¯¤Ê¤ê¤Þ¤·¤¿"
+
+#: c-lex.c:329
+#, c-format
+msgid "ignoring #pragma %s %s"
+msgstr "#pragma %s %s ¤ò̵»ë¤·¤Þ¤¹"
+
+#: c-lex.c:331
+#, c-format
+msgid "ignoring #pragma %s"
+msgstr "#pragma %s ¤ò̵»ë¤·¤Þ¤¹"
+
+#: c-lex.c:381
+msgid "incomplete universal-character-name"
+msgstr "̵¸ú¤Ê ¥æ¥Ë¥Ð¡¼¥µ¥ëʸ»ú̾"
+
+#: c-lex.c:388
+#, c-format
+msgid "non hex digit '%c' in universal-character-name"
+msgstr "Èó 16 ¿Ê¿ô '%c' ¤¬ universal-character-name Æâ¤Ë¤¢¤ê¤Þ¤¹"
+
+#: c-lex.c:403
+msgid "universal-character-name on EBCDIC target"
+msgstr "EBCDIC ¤Î¥¿¡¼¥²¥Ã¥È¤Ç `%c' ¤Ë¥æ¥Ë¥Ð¡¼¥µ¥ë¥­¥ã¥é¥¯¥¿Ì¾¤¬»È¤ï¤ì¤Þ¤·¤¿"
+
+#: c-lex.c:416
+#, c-format
+msgid "universal-character-name used for '%c'"
+msgstr "`%c' ¤Ë¥æ¥Ë¥Ð¡¼¥µ¥ë¥­¥ã¥é¥¯¥¿Ì¾¤¬»È¤ï¤ì¤Þ¤·¤¿"
+
+#: c-lex.c:419
+msgid "invalid universal-character-name"
+msgstr "̵¸ú¤Ê ¥æ¥Ë¥Ð¡¼¥µ¥ë¥­¥ã¥é¥¯¥¿Ì¾"
+
+#: c-lex.c:453 f/lex.c:601
+msgid "the meaning of `\\x' varies with -traditional"
+msgstr "`\\x' ¤Î°ÕÌ£¤Ï -traditional ¤ò¤Ä¤±¤¿¾ì¹ç¤È°Û¤Ê¤ê¤Þ¤¹"
+
+#: c-lex.c:489 cppexp.c:579 f/lex.c:636
+msgid "\\x used with no following hex digits"
+msgstr "\\x ¤Ë¡¢¤½¤ì¤Ë³¤¯¤Ï¤º¤Î 16 ¿Ê¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: c-lex.c:502 f/lex.c:646
+msgid "hex escape out of range"
+msgstr "16 ¿Ê¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹¤¬Èϰϳ°¤Ç¤¹"
+
+#: c-lex.c:540
+msgid "the meaning of '\\a' varies with -traditional"
+msgstr "'\\a' ¤Î°ÕÌ£¤Ï -traditional ¤ò¤Ä¤±¤¿¾ì¹ç¤È°Û¤Ê¤ê¤Þ¤¹"
+
+#: c-lex.c:550
+#, c-format
+msgid "the meaning of '\\%c' varies with -traditional"
+msgstr "'\\%c' ¤Î°ÕÌ£¤Ï -traditional ¤ò¤Ä¤±¤¿¾ì¹ç¤È°Û¤Ê¤ê¤Þ¤¹"
+
+#: c-lex.c:556 cppexp.c:527
+#, c-format
+msgid "non-ISO-standard escape sequence, '\\%c'"
+msgstr "Èó ISO ɸ½à¤Î¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹, '\\%c'"
+
+#: c-lex.c:563 c-lex.c:569
+#, c-format
+msgid "unknown escape sequence '\\%c'"
+msgstr "ÉÔÌÀ¤Ê¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹ '\\%c'"
+
+#: c-lex.c:571
+#, c-format
+msgid "unknown escape sequence: '\\' followed by char 0x%x"
+msgstr "ÉÔÌÀ¤Ê¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹: ʸ»ú 0x%x ¤¬¸å¤Ë³¤¯ '\\'"
+
+#: c-lex.c:601
+#, c-format
+msgid "universal-character-name '\\U%08x' not valid in identifier"
+msgstr "¥æ¥Ë¥Ð¡¼¥µ¥ëʸ»ú̾ `\\U%08x' ¤Ï¼±Ê̻ҤÎÃæ¤Ç¤ÏÍ­¸ú¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-lex.c:847
+#, c-format
+msgid "universal-character-name '\\u%04x' not valid in identifier"
+msgstr "¥æ¥Ë¥Ð¡¼¥µ¥ëʸ»ú̾ `\\u%04x' ¤Ï¼±Ê̻ҤÎÃæ¤Ç¤ÏÍ­¸ú¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-lex.c:937
+msgid "both 'f' and 'l' suffixes on floating constant"
+msgstr "ÉâÆ°¾®¿ôÄê¿ô¤Ë 'f' ¤È 'l' ÀÜÈø¼­¤ÎξÊý¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-lex.c:964
+#, c-format
+msgid "floating point number exceeds range of '%s'"
+msgstr "ÉâÆ°¾®¿ôÅÀ¿ô¤¬ '%s' ¤ÎÈϰϤòĶ¤¨¤Þ¤·¤¿"
+
+#: c-lex.c:994
+#, c-format
+msgid "stray '%c' in program"
+msgstr "¥×¥í¥°¥é¥à¤È¤·¤Æ°ï椷¤¿Ê¸»ú '%c'"
+
+#: c-lex.c:996
+#, c-format
+msgid "stray '\\%o' in program"
+msgstr "¥×¥í¥°¥é¥à¤È¤·¤Æ°ï椷¤¿Ê¸»ú '\\%o'"
+
+#: c-lex.c:1193
+msgid "floating constant may not be in radix 16"
+msgstr "´ð¿ô 16 ¤ÎÉâÆ°¾¯¿ôÄê¿ô¤Ïµö¤µ¤ì¤Þ¤»¤ó"
+
+#: c-lex.c:1230
+msgid "traditional C rejects the 'f' suffix"
+msgstr "¸Å¤¤ C ¤Ç¤Ï 'f' ÀÜÈø¼­¤¬µñÈݤµ¤ì¤Þ¤¹"
+
+#: c-lex.c:1239
+msgid "traditional C rejects the 'l' suffix"
+msgstr "¸Å¤¤ C ¤Ç¤Ï 'l' ÀÜÈø¼­¤¬µñÈݤµ¤ì¤Þ¤¹"
+
+#: c-lex.c:1249 c-lex.c:1342
+msgid "ISO C forbids imaginary numeric constants"
+msgstr "ISO C ¤Ç¤Ïµõ¿ôÄê¿ô¤ò¶Ø¤¸¤Æ¤¤¤Þ¤¹"
+
+#: c-lex.c:1283
+msgid "floating point number exceeds range of 'double'"
+msgstr "ÉâÆ°¾®¿ôÅÀ¿ô¤¬ 'double' ¤ÎÈϰϤòĶ¤¨¤Æ¤¤¤Þ¤¹"
+
+#: c-lex.c:1312
+msgid "two 'u' suffixes on integer constant"
+msgstr "2 ¤Ä¤Î 'u' ÀÜÈø¼­¤¬À°¿ôÄê¿ô¤Ë¤Ä¤¤¤Æ¤¤¤Þ¤¹"
+
+#: c-lex.c:1314
+msgid "traditional C rejects the 'u' suffix"
+msgstr "ÅÁÅýŪ¤Ê C ¤Ç¤Ï 'u' ÀÜÈø¼­¤¬µñÈݤµ¤ì¤Þ¤¹"
+
+#: c-lex.c:1325
+msgid "three 'l' suffixes on integer constant"
+msgstr "3 ¤Ä¤Î 'l' ÀÜÈø¼­¤¬À°¿ôÄê¿ô¤Ë¤Ä¤¤¤Æ¤¤¤Þ¤¹"
+
+#: c-lex.c:1327
+msgid "'lul' is not a valid integer suffix"
+msgstr "'lul' ¤ÏÀµ¾ï¤ÊÀ°¿ôÀÜÈø¼­¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-lex.c:1329
+msgid "'Ll' and 'lL' are not valid integer suffixes"
+msgstr "'Ll' ¤È 'lL' ¤ÏÀµ¾ï¤ÊÀ°¿ôÀÜÈø¼­¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-lex.c:1332
+msgid "ISO C89 forbids long long integer constants"
+msgstr "ISO C89 ¤Ç¤Ï long long À°¿ôÄê¿ô¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-lex.c:1340
+msgid "more than one 'i' or 'j' suffix on integer constant"
+msgstr "Ê£¿ô¤Î 'i' ¤ä 'j' ÀÜÈø¼­¤¬À°¿ôÄê¿ô¤Ë¤Ä¤¤¤Æ¤¤¤Þ¤¹"
+
+#: c-lex.c:1355
+#, c-format
+msgid "integer constant is too large for this configuration of the compiler - truncated to %d bits"
+msgstr "À°¿ôÄê¿ô¤¬¥³¥ó¥Ñ¥¤¥é¤Î¸½ºß¤ÎÀßÄê¤è¤êÂ礭¤¹¤®¤ë¤¿¤á¡¢%d ¥Ó¥Ã¥È¤ËÀÚ¤êµÍ¤á¤Þ¤·¤¿"
+
+#: c-lex.c:1445
+msgid "width of integer constant changes with -traditional"
+msgstr "-traditional ¤ò¤Ä¤±¤ë¤ÈÀ°¿ôÄê¿ô¤ÎÉý¤¬ÊѤï¤ê¤Þ¤¹"
+
+#: c-lex.c:1447
+msgid "integer constant is unsigned in ISO C, signed with -traditional"
+msgstr "À°¿ôÄê¿ô¤Ï ISO C ¤Ç¤ÏÉä¹ç̵¤·¤Ç¡¢-traditional ¤ò¤Ä¤±¤ë¤ÈÉä¹çÉÕ¤­¤Ç¤¹"
+
+#: c-lex.c:1449
+msgid "width of integer constant may change on other systems with -traditional"
+msgstr "À°¿ôÄê¿ô¤ÎÉý¤Ï¾¤Î¥·¥¹¥Æ¥à¤Ç -traditional ¤ò¤Ä¤±¤ë¤ÈÊѤï¤ë¤Ç¤·¤ç¤¦"
+
+#: c-lex.c:1459
+#, c-format
+msgid "integer constant larger than the maximum value of %s"
+msgstr "%s ¤ÎºÇÂçÃͤè¤ê¤âÂ礭¤ÊÃͤÎÀ°¿ôÄê¿ô¤Ç¤¹"
+
+#: c-lex.c:1468
+msgid "decimal constant is so large that it is unsigned"
+msgstr "½½¿ÊÄê¿ô¤¬¤È¤Æ¤âÂ礭¤¤¤Î¤ÇÉä¹ç̵¤·¤È¤·¤Þ¤·¤¿"
+
+#: c-lex.c:1497
+msgid "integer constant is larger than the maximum value for its type"
+msgstr "¤½¤Î·¿¤ÎºÇÂçÃͤè¤ê¤âÂ礭¤ÊÃͤÎÀ°¿ôÄê¿ô¤Ç¤¹"
+
+#: c-lex.c:1501
+#, c-format
+msgid "missing white space after number '%.*s'"
+msgstr "¿ô»ú '%.*s' ¤Î¸å¤Ë¶õÇò¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: c-lex.c:1537 c-lex.c:1641
+msgid "Ignoring invalid multibyte character"
+msgstr "̵¸ú¤Ê¥Þ¥ë¥Á¥Ð¥¤¥Èʸ»ú¤ò̵»ë¤·¤Þ¤¹"
+
+#: c-lex.c:1555 c-lex.c:1660 cppexp.c:275
+msgid "escape sequence out of range for character"
+msgstr "ʸ»ú¤ËÂФ¹¤ë¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹¤¬ÈϰϤò³°¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-lex.c:1679
+msgid "empty character constant"
+msgstr "¶õ¤Îʸ»úÄê¿ô"
+
+#: c-lex.c:1683
+msgid "character constant too long"
+msgstr "ʸ»úÄê¿ô¤¬Ä¹¤¹¤®¤Þ¤¹"
+
+#: c-lex.c:1686 cppexp.c:293
+msgid "multi-character character constant"
+msgstr "Ê£¿ôʸ»ú¤«¤é¤Ê¤ëʸ»úÄê¿ô"
+
+#. Like YYERROR but do call yyerror.
+#: c-parse.y:61 cp/parse.y:55 objc/objc-parse.y:62
+msgid "syntax error"
+msgstr "ʸˡ¥¨¥é¡¼"
+
+#: c-parse.y:247 objc/objc-parse.y:275
+msgid "ISO C forbids an empty source file"
+msgstr "ISO C ¤Ï¶õ¤Î¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-parse.y:279 c-parse.y:1824 objc/objc-parse.y:308 objc/objc-parse.y:1888
+msgid "argument of `asm' is not a constant string"
+msgstr "`asm' ¤Î°ú¿ô¤¬Äê¿ôʸ»úÎó¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó "
+
+#: c-parse.y:287 objc/objc-parse.y:316
+msgid "ISO C forbids data definition with no type or storage class"
+msgstr "ISO C ¤Ï·¿¤äµ­²±¥¯¥é¥¹¤Î¤Ê¤¤¥Ç¡¼¥¿ÄêµÁ¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-parse.y:289 objc/objc-parse.y:318
+msgid "data definition has no type or storage class"
+msgstr "¥Ç¡¼¥¿ÄêµÁ¤¬·¿¤äµ­²±¥¯¥é¥¹¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó"
+
+#: c-parse.y:310 objc/objc-parse.y:339
+msgid "ISO C does not allow extra `;' outside of a function"
+msgstr "ISO C ¤Ç¤Ï´Ø¿ô³°¤Ç¤Î;ʬ¤Ê `;' ¤òµö¤·¤Þ¤»¤ó"
+
+#: c-parse.y:382 cppexp.c:900
+msgid "traditional C rejects the unary plus operator"
+msgstr "¸Å¤¤ C ¤Ç¤Ïñ¹à¥×¥é¥¹±é»»»Ò¤òµñÈݤ·¤Þ¤¹"
+
+#: c-parse.y:426 objc/objc-parse.y:455
+msgid "ISO C forbids `&&'"
+msgstr "ISO C ¤Ï `&&' ¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-parse.y:455 objc/objc-parse.y:484
+msgid "`sizeof' applied to a bit-field"
+msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤ËŬÍѤµ¤ì¤¿ `sizeof'"
+
+#: c-parse.y:543 objc/objc-parse.y:572
+msgid "ISO C forbids omitting the middle term of a ?: expression"
+msgstr "ISO C ¤ÏÃæ´Ö¹à¤¬¾Êά¤µ¤ì¤¿ ?: ¼°¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-parse.y:591 objc/objc-parse.y:620
+msgid "ISO C89 forbids compound literals"
+msgstr "ISO C89 ¤ÏÊ£¹ç¥ê¥Æ¥é¥ë¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-parse.y:621 objc/objc-parse.y:650
+msgid "ISO C forbids braced-groups within expressions"
+msgstr "ISO C ¤Ï¥Ö¥ì¡¼¥¹¤Ç¤Þ¤È¤á¤é¤ì¤¿¼°¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-parse.y:674
+msgid "traditional C rejects string concatenation"
+msgstr "¸Å¤¤ C ¤Ç¤Ïʸ»úÎó·ë¹ç¤òµñÈݤ·¤Þ¤¹"
+
+#: c-parse.y:689 objc/objc-parse.y:741
+msgid "ISO C does not permit use of `varargs.h'"
+msgstr "ISO C ¤Ç¤Ï `varargs.h' ¤ÎÍøÍѤòµö¤·¤Þ¤»¤ó"
+
+#: c-parse.y:797 c-parse.y:818 c-parse.y:850 cp/parse.y:1861 cp/parse.y:1868
+#: cp/parse.y:1907 objc/objc-parse.y:849 objc/objc-parse.y:870
+#: objc/objc-parse.y:902
+#, c-format
+msgid "`%s' is not at beginning of declaration"
+msgstr "`%s' ¤ÏÀë¸À¤Î»Ï¤Þ¤ê¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-parse.y:1014 objc/objc-parse.y:1075
+msgid "ISO C forbids empty initializer braces"
+msgstr "ISO C ¤Ç¤Ï¶õ¤Î½é´ü²½Íѥ֥졼¥¹¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-parse.y:1028 objc/objc-parse.y:1089
+msgid "ISO C89 forbids specifying subobject to initialize"
+msgstr "ISO C89 ¤Ï½é´ü²½ÍѤÎÉû¥ª¥Ö¥¸¥§¥¯¥È»ØÄê¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-parse.y:1031 objc/objc-parse.y:1092
+msgid "obsolete use of designated initializer without `='"
+msgstr "`=' ¤Î¤Ê¤¤¥á¥ó¥Ð»Ø̾½é´ü²½»Ò¤ÏÇѤì¤Þ¤·¤¿"
+
+#: c-parse.y:1035 objc/objc-parse.y:1096
+msgid "obsolete use of designated initializer with `:'"
+msgstr "`:' ¤ò¤Ä¤±¤ë¥á¥ó¥Ð»Ø̾½é´ü²½»Ò¤ÏÇѤì¤Þ¤·¤¿"
+
+#: c-parse.y:1064
+msgid "ISO C forbids specifying range of elements to initialize"
+msgstr "ISO C ¤Ï½é´ü²½ÍѤÎÍ×ÁÇÈÏ°Ï»ØÄê¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-parse.y:1072 c-parse.y:1102 objc/objc-parse.y:1127 objc/objc-parse.y:1157
+msgid "ISO C forbids nested functions"
+msgstr "ISO C ¤Ï ¥Í¥¹¥È¤µ¤ì¤¿´Ø¿ô¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-parse.y:1177 c-parse.y:1211
+msgid "`[*]' in parameter declaration only allowed in ISO C 99"
+msgstr "²¾°ú¿ôÀë¸ÀÃæ¤Î `[*]' ¤Ï ISO C 99 ¤Ç¤Î¤ßµö¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-parse.y:1286 objc/objc-parse.y:1332
+msgid "ISO C forbids forward references to `enum' types"
+msgstr "ISO C ¤Ï `enum' ·¿¤ÎÁ°Êý»²¾È¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-parse.y:1298 cp/parse.y:2326 objc/objc-parse.y:1344
+msgid "comma at end of enumerator list"
+msgstr "Îóµó»Ò¥ê¥¹¥È¤ÎºÇ¸å¤Ë¥«¥ó¥Þ¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-parse.y:1306 objc/objc-parse.y:1352
+msgid "no semicolon at end of struct or union"
+msgstr "struct ¤ä union ¤ÎºÇ¸å¤Ë¥»¥ß¥³¥í¥ó¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: c-parse.y:1315 objc/objc-parse.y:1361 objc/objc-parse.y:2359
+msgid "extra semicolon in struct or union specified"
+msgstr "struct ¤ä union ¤ÎÃæ¤Ç;ʬ¤Ê¥»¥ß¥³¥í¥ó¤¬»ØÄꤵ¤ì¤Þ¤·¤¿"
+
+#: c-parse.y:1339 objc/objc-parse.y:1399
+msgid "ISO C doesn't support unnamed structs/unions"
+msgstr "ISO C ¤Ç¤Ï̵̾¹½Â¤ÂΤ䶦ÍÑÂΤò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
+
+#: c-parse.y:1353 objc/objc-parse.y:1413
+msgid "ISO C forbids member declarations with no members"
+msgstr "ISO C ¤Ï¥á¥ó¥Ð¤Î¤Ê¤¤¥á¥ó¥ÐÀë¸À¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-parse.y:1472 objc/objc-parse.y:1532
+msgid "deprecated use of label at end of compound statement"
+msgstr "Ê£¹çʸ¤Î½ª¤ê¤Ç¥é¥Ù¥ë¤ò»È¤¦¤³¤È¤Ï¿ä¾©¤µ¤ì¤Þ¤»¤ó"
+
+#: c-parse.y:1489 objc/objc-parse.y:1549
+msgid "ISO C89 forbids mixed declarations and code"
+msgstr "ISO C89 ¤ÏÀë¸À¤È¥³¡¼¥É¤È¤Îº®¹ç¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-parse.y:1563 objc/objc-parse.y:1627
+msgid "ISO C forbids label declarations"
+msgstr "ISO C ¤Ï¥é¥Ù¥ëÀë¸À¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-parse.y:1612 cp/parse.y:1562 objc/objc-parse.y:1676
+msgid "braced-group within expression allowed only inside a function"
+msgstr "¥Ö¥ì¡¼¥¹¤Ç¤Þ¤È¤á¤é¤ì¤¿¼°¤Ï´Ø¿ô¤ÎÆ⦤ǤΤߵö¤µ¤ì¤Þ¤¹"
+
+#: c-parse.y:1727 objc/objc-parse.y:1791
+msgid "empty body in an else-statement"
+msgstr "else ʸ¤ÎÃæ¿È¤¬¶õ¤Ç¤¹"
+
+#: c-parse.y:1856 objc/objc-parse.y:1920
+msgid "ISO C forbids `goto *expr;'"
+msgstr "ISO C `goto *¼°;' ¤Î½ñ¤­Êý¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-parse.y:1948 objc/objc-parse.y:2012
+msgid "ISO C forbids forward parameter declarations"
+msgstr "ISO C ¤ÏÁ°Êý²¾°ú¿ôÀë¸À¤ò¶Ø¤¸¤Þ¤¹"
+
+#. Gcc used to allow this as an extension. However, it does
+#. not work for all targets, and thus has been disabled.
+#. Also, since func (...) and func () are indistinguishable,
+#. it caused problems with the code in expand_builtin which
+#. tries to verify that BUILT_IN_NEXT_ARG is being used
+#. correctly.
+#: c-parse.y:1971 objc/objc-parse.y:2035
+msgid "ISO C requires a named argument before `...'"
+msgstr "ISO C ¤Ï `...' ¤ÎÁ°¤Ë̾Á°¤ò¤Ä¤±¤é¤ì¤¿°ú¿ô¤òÍ׵ᤷ¤Þ¤¹"
+
+#: c-parse.y:2051 objc/objc-parse.y:2115
+msgid "`...' in old-style identifier list"
+msgstr "¸Å¤¤¥¹¥¿¥¤¥ë¤Î¼±Ê̻ҥꥹ¥È¤Ç¤Î `...'"
+
+#: c-parse.y:2377 cp/spew.c:1480 objc/objc-parse.y:3109
+#, c-format
+msgid "%s at end of input"
+msgstr "ÆþÎϤκǸå¤Ë %s"
+
+#: c-parse.y:2383 cp/spew.c:1486 objc/objc-parse.y:3115
+#, c-format
+msgid "%s before %s'%c'"
+msgstr "%s ¤¬ %s'%c' ¤ÎÁ°¤Ë¤¢¤ê¤Þ¤¹"
+
+#: c-parse.y:2385 cp/spew.c:1488 objc/objc-parse.y:3117
+#, c-format
+msgid "%s before %s'\\x%x'"
+msgstr "%s ¤¬ %s'\\x%x' ¤ÎÁ°¤Ë¤¢¤ê¤Þ¤¹"
+
+#: c-parse.y:2389 cp/spew.c:1492 objc/objc-parse.y:3121
+#, c-format
+msgid "%s before string constant"
+msgstr "ʸ»úÎóÄê¿ô¤ÎÁ°¤Ë %s"
+
+#: c-parse.y:2393 cp/spew.c:1496 objc/objc-parse.y:3125
+#, c-format
+msgid "%s before numeric constant"
+msgstr "¿ôÃÍÄê¿ô¤ÎÁ°¤Ë %s"
+
+#: c-parse.y:2395 objc/objc-parse.y:3127
+#, c-format
+msgid "%s before \"%s\""
+msgstr "%s ¤¬ \"%s\" ¤ÎÁ°¤Ë¤¢¤ê¤Þ¤¹"
+
+#: c-parse.y:2397 objc/objc-parse.y:3129
+#, c-format
+msgid "%s before '%s' token"
+msgstr "%s ¤¬ '%s' ¥È¡¼¥¯¥ó¤ÎÁ°¤Ë¤¢¤ê¤Þ¤¹"
+
+#: c-parse.y:2543 objc/objc-parse.y:3292
+#, c-format
+msgid "syntax error at '%s' token"
+msgstr "'%s' ¥È¡¼¥¯¥ó¤Î½ê¤Çʸˡ¥¨¥é¡¼"
+
+#: c-parse.y:2573 cp/lex.c:928 objc/objc-parse.y:3322
+msgid "YYDEBUG not defined."
+msgstr "YYDEBUG ¤¬ÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: c-pragma.c:108
+msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
+msgstr "#pragma pack (pop) ¤¬¡¢Âбþ¤¹¤ë #pragma pack (push, <n>) ¤Ê¤·¤Ë½Ð¸½¤·¤Þ¤·¤¿"
+
+#: c-pragma.c:126
+#, c-format
+msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"
+msgstr "#pragma pack(pop, %s) ¤¬¡¢Âбþ¤¹¤ë #pragma pack(push, %s) ¤Ê¤·¤Ë½Ð¸½¤·¤Þ¤·¤¿"
+
+#: c-pragma.c:249
+msgid "junk at end of '#pragma pack'"
+msgstr "'#pragma pack' ¤ÎËöÈø¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-pragma.c:298
+msgid "junk at end of #pragma weak"
+msgstr "#pragma weak ¤ÎËöÈø¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-semantics.c:607
+msgid "break statement not within loop or switch"
+msgstr "break ʸ¤¬ loop ¤Þ¤¿¤Ï switch ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
+
+#: c-semantics.c:625
+msgid "continue statement not within a loop"
+msgstr "continue ʸ¤¬ loop ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
+
+#: c-semantics.c:720
+msgid "destructor needed for `%#D'"
+msgstr "`%#D' ¤Î¤¿¤á¤Î¥Ç¥¹¥È¥é¥¯¥¿¤¬É¬ÍפǤ¹"
+
+#: c-semantics.c:721
+msgid "where case label appears here"
+msgstr "case ¥é¥Ù¥ë¤¬¸½¤ì¤¿¤Î¤Ï¤³¤³¤Ç¤¹"
+
+#: c-semantics.c:724
+msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"
+msgstr "(Á°¤Î case ʸ¤Î°Ï¤¤¹þ¤Þ¤ì¤¿Æ°ºî¤Ï¤½¤ì¼«¿È¤Î¥¹¥³¡¼¥×¤Ç¥Ç¥¹¥È¥é¥¯¥¿¤òÍ׵ᤷ¤Þ¤¹)"
+
+#: c-semantics.c:757 c-typeck.c:6800
+#, c-format
+msgid "%s qualifier ignored on asm"
+msgstr "asm ¤Ç¤Ï %s ½¤¾þ»Ò¤¬Ìµ»ë¤µ¤ì¤Þ¤¹"
+
+#: c-typeck.c:122
+#, c-format
+msgid "`%s' has an incomplete type"
+msgstr "`%s' ¤ÏÉÔ´°Á´·¿¤Ç¤¹"
+
+#: c-typeck.c:144 cp/call.c:2553
+msgid "invalid use of void expression"
+msgstr "void ¼°¤Î̵¸ú¤Ê»ÈÍÑ"
+
+#: c-typeck.c:153
+msgid "invalid use of array with unspecified bounds"
+msgstr "¶­³¦¤¬»ØÄꤵ¤ì¤Ê¤¤ÇÛÎó¤Î̵¸ú¤ÊÍøÍÑ"
+
+#: c-typeck.c:161
+#, c-format
+msgid "invalid use of undefined type `%s %s'"
+msgstr "̤ÄêµÁ¤Î·¿ `%s %s' ¤¬Ìµ¸ú¤Ë»È¤ï¤ì¤Þ¤·¤¿"
+
+#. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
+#: c-typeck.c:165
+#, c-format
+msgid "invalid use of incomplete typedef `%s'"
+msgstr "ÉÔ´°Á´¤Ê typedef `%s' ¤¬Ìµ¸ú¤Ë»È¤ï¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:396 c-typeck.c:410
+msgid "function types not truly compatible in ISO C"
+msgstr "´Ø¿ô·¿¤¬ ISO C ¤È´°Á´¸ß´¹¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-typeck.c:561
+msgid "types are not quite compatible"
+msgstr "·¿¤ÏÁ´¤¯¸ß´¹¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: c-typeck.c:714
+msgid "sizeof applied to a function type"
+msgstr "sizeof ¤¬´Ø¿ô·¿¤ËŬÍѤµ¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:720
+msgid "sizeof applied to a void type"
+msgstr "sizeof ¤¬ void ·¿¤ËŬÍѤµ¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:727
+msgid "sizeof applied to an incomplete type"
+msgstr "sizeof ¤¬ÉÔ´°Á´¤Ê·¿¤ËŬÍѤµ¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:780 c-typeck.c:2793
+msgid "arithmetic on pointer to an incomplete type"
+msgstr "ÉÔ´°Á´·¿¤Ø¤Î¥Ý¥¤¥ó¥¿¤ËÂФ¹¤ë±é»»"
+
+#: c-typeck.c:808
+msgid "__alignof__ applied to an incomplete type"
+msgstr "__alignof__ ¤¬ÉÔ´°Á´¤Ê·¿¤ËŬÍѤµ¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:834
+msgid "`__alignof' applied to a bit-field"
+msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤Ë `__alignof' ¤¬Å¬ÍѤµ¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:1025 cp/typeck.c:1792
+msgid "invalid use of non-lvalue array"
+msgstr "Èóº¸ÊÕÃÍÇÛÎó¤Î̵¸ú¤ÊÍøÍÑ"
+
+#: c-typeck.c:1200
+#, c-format
+msgid "%s has no member named `%s'"
+msgstr "%s ¤Ë `%s' ¤È¤¤¤¦Ì¾Á°¤Î¥á¥ó¥Ð¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-typeck.c:1231
+#, c-format
+msgid "request for member `%s' in something not a structure or union"
+msgstr "¹½Â¤ÂΤǤⶦÍÑÂΤǤâ¤Ê¤¤²¿¤«¤Ç¡¢¥á¥ó¥Ð `%s' ¤òÍ׵ᤵ¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:1264
+msgid "dereferencing pointer to incomplete type"
+msgstr "ÉÔ´°Á´·¿¤Î¥Ý¥¤¥ó¥¿¤Ø¤Î´ÖÀÜ»²¾È"
+
+#: c-typeck.c:1268
+msgid "dereferencing `void *' pointer"
+msgstr "`void *' ¥Ý¥¤¥ó¥¿¤Ø¤Î´ÖÀÜ»²¾È¤Ç¤¹"
+
+#: c-typeck.c:1285 cp/typeck.c:2402
+#, c-format
+msgid "invalid type argument of `%s'"
+msgstr "`%s' ¤Î°ú¿ô¤È¤·¤Æ̵¸ú¤Ê·¿"
+
+#: c-typeck.c:1304 cp/typeck.c:2428
+msgid "subscript missing in array reference"
+msgstr "ÇÛÎ󻲾ȤǤÎź»ú¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:1325 cp/typeck.c:2470
+msgid "array subscript has type `char'"
+msgstr "ÇÛÎó¤Îź»ú¤¬ `char' ·¿¤Ç¤¹"
+
+#: c-typeck.c:1333 c-typeck.c:1422 cp/typeck.c:2477 cp/typeck.c:2556
+msgid "array subscript is not an integer"
+msgstr "ÇÛÎó¤Îź»ú¤¬À°¿ô·¿¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-typeck.c:1366
+msgid "ISO C forbids subscripting `register' array"
+msgstr "ISO C ¤Ï `register' ÇÛÎó¤Ø¤Îź»ú¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-typeck.c:1368
+msgid "ISO C89 forbids subscripting non-lvalue array"
+msgstr "ISO C89 Èóº¸ÊÕÃÍÇÛÎó¤Ø¤Îź»ú¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-typeck.c:1401
+msgid "subscript has type `char'"
+msgstr "ź»ú¤¬ `char' ·¿¤ò¤â¤Á¤Þ¤¹"
+
+#: c-typeck.c:1417 cp/typeck.c:2551
+msgid "subscripted value is neither array nor pointer"
+msgstr "ź»ú¤ò¤Ä¤±¤é¤ì¤¿Ãͤ¬ÇÛÎó¤Ç¤â¥Ý¥¤¥ó¥¿¤Ç¤â¤¢¤ê¤Þ¤»¤ó"
+
+#: c-typeck.c:1468
+#, c-format
+msgid "`%s' undeclared here (not in a function)"
+msgstr "`%s' ¤¬¤³¤³¤Ç¤ÏÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó (´Ø¿ô¤ÎÃæ¤Ç¤Ï¤Ê¤¤)"
+
+#: c-typeck.c:1475
+#, c-format
+msgid "`%s' undeclared (first use in this function)"
+msgstr "`%s' ¤¬Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤»¤ó (¤³¤Î´Ø¿ôÆâ¤ÇºÇ½é¤ËÍøÍÑ)"
+
+#: c-typeck.c:1480
+msgid "(Each undeclared identifier is reported only once"
+msgstr "(̤Àë¸À¤Î³ÆÊÑ¿ô¤Ë¤Ä¤¤¤Æ¤Ï¡¢¤½¤ì¤¬ºÇ½é¤Ë¸½¤ï¤ì¤¿¤½¤ì¤¾¤ì¤Î´Ø¿ô"
+
+#: c-typeck.c:1481
+msgid "for each function it appears in.)"
+msgstr " ¤ËÂФ·¤Æ°ìÅÙ¤À¤±Êó¹ð¤µ¤ì¤Þ¤¹¡£)"
+
+#: c-typeck.c:1498
+#, c-format
+msgid "local declaration of `%s' hides instance variable"
+msgstr "`%s' ¤Î¥í¡¼¥«¥ëÀë¸À¤Ç¡¢¥¤¥ó¥¹¥¿¥ó¥¹ÊÑ¿ô¤¬±£¤µ¤ì¤Þ¤¹"
+
+#: c-typeck.c:1563
+msgid "called object is not a function"
+msgstr "¸Æ¤Ó½Ð¤µ¤ì¤¿¥ª¥Ö¥¸¥§¥¯¥È¤Ï´Ø¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-typeck.c:1647 cp/typeck.c:3189
+msgid "too many arguments to function"
+msgstr "´Ø¿ô¤ËÂФ¹¤ë°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
+
+#: c-typeck.c:1670
+#, c-format
+msgid "type of formal parameter %d is incomplete"
+msgstr "Àµ¼°¤Ê²¾°ú¿ô %d ¤Î·¿¤¬ÉÔ´°Á´¤Ç¤¹"
+
+#: c-typeck.c:1683
+#, c-format
+msgid "%s as integer rather than floating due to prototype"
+msgstr "¥×¥í¥È¥¿¥¤¥×¤Ë¤è¤ë¤È %s ¤ÏÉâÆ°¾®¿ô·¿¤Ç¤Ï¤Ê¤¯À°¿ô·¿¤È¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:1686
+#, c-format
+msgid "%s as integer rather than complex due to prototype"
+msgstr "¥×¥í¥È¥¿¥¤¥×¤Ë¤è¤ë¤È %s ¤ÏÊ£ÁÇ¿ô¤Ç¤Ï¤Ê¤¯À°¿ô·¿¤È¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:1689
+#, c-format
+msgid "%s as complex rather than floating due to prototype"
+msgstr "¥×¥í¥È¥¿¥¤¥×¤Ë¤è¤ë¤È %s ¤ÏÉâÆ°¾®¿ô·¿¤Ç¤Ï¤Ê¤¯Ê£ÁÇ¿ô·¿¤È¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:1692
+#, c-format
+msgid "%s as floating rather than integer due to prototype"
+msgstr "¥×¥í¥È¥¿¥¤¥×¤Ë¤è¤ë¤È %s ¤ÏÀ°¿ô·¿¤Ç¤Ï¤Ê¤¯ÉâÆ°¾®¿ô·¿¤È¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:1695
+#, c-format
+msgid "%s as complex rather than integer due to prototype"
+msgstr "¥×¥í¥È¥¿¥¤¥×¤Ë¤è¤ë¤È %s ¤ÏÀ°¿ô·¿¤Ç¤Ï¤Ê¤¯Ê£ÁÇ¿ô·¿¤È¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:1698
+#, c-format
+msgid "%s as floating rather than complex due to prototype"
+msgstr "¥×¥í¥È¥¿¥¤¥×¤Ë¤è¤ë¤È %s ¤ÏÊ£ÁÇ¿ô¤Ç¤Ï¤Ê¤¯ÉâÆ°¾®¿ô·¿¤È¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:1708
+#, c-format
+msgid "%s as `float' rather than `double' due to prototype"
+msgstr "¥×¥í¥È¥¿¥¤¥×¤Ë¤è¤ë¤È %s ¤Ï `double' ¤Ç¤Ê¤¯ `float' ¤È¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:1725
+#, c-format
+msgid "%s with different width due to prototype"
+msgstr "%s ¤Ï¥×¥í¥È¥¿¥¤¥×¤Ç¤Î·¿¤ÎÉý¤È¤Ï°Û¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:1759
+#, c-format
+msgid "%s as unsigned due to prototype"
+msgstr "¥×¥í¥È¥¿¥¤¥×¤Ë¤è¤ê %s ¤ÏÉä¹ç¤Ê¤·¤È¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:1761
+#, c-format
+msgid "%s as signed due to prototype"
+msgstr "¥×¥í¥È¥¿¥¤¥×¤Ë¤è¤ê %s ¤ÏÉä¹çÉÕ¤­¤È¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:1795 cp/typeck.c:3290
+msgid "too few arguments to function"
+msgstr "´Ø¿ô¤Ø¤Î°ú¿ô¤¬¾¯¤Ê¤¹¤®¤Þ¤¹"
+
+#: c-typeck.c:1836
+msgid "suggest parentheses around + or - inside shift"
+msgstr "¥·¥Õ¥ÈÃæ¤Î + ¤ä - ¤Î¼þ¤ê¤Ç¤Ï³ç¸Ì¤ò¤Ä¤±¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹"
+
+#: c-typeck.c:1843
+msgid "suggest parentheses around && within ||"
+msgstr "|| ¤È¶¦¤Ë»È¤ï¤ì¤ë && ¤Î¼þ¤ê¤Ç¤Ï³ç¸Ì¤ò¤Ä¤±¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹"
+
+#: c-typeck.c:1852
+msgid "suggest parentheses around arithmetic in operand of |"
+msgstr "·×»»¤¬ | ±é»»»Ò¤Î¹à¤È¤Ê¤ë¾ì¹ç¤Ë¤Ï³ç¸Ì¤ò¤Ä¤±¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹"
+
+#: c-typeck.c:1855
+msgid "suggest parentheses around comparison in operand of |"
+msgstr "Èæ³Ó¤¬ | ±é»»»Ò¤Î¹à¤È¤Ê¤ë¾ì¹ç¤Ë¤Ï³ç¸Ì¤ò¤Ä¤±¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹"
+
+#: c-typeck.c:1864
+msgid "suggest parentheses around arithmetic in operand of ^"
+msgstr "·×»»¤¬ ^ ±é»»»Ò¤Î¹à¤È¤Ê¤ë¾ì¹ç¤Ë¤Ï³ç¸Ì¤ò¤Ä¤±¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹"
+
+#: c-typeck.c:1867
+msgid "suggest parentheses around comparison in operand of ^"
+msgstr "·×»»¤¬ ^ ±é»»»Ò¤Î¹à¤È¤Ê¤ë¾ì¹ç¤Ë¤Ï³ç¸Ì¤ò¤Ä¤±¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹"
+
+#: c-typeck.c:1874
+msgid "suggest parentheses around + or - in operand of &"
+msgstr "& ±é»»»Ò¤Î¼þ¤ê¤Î + ¤ä - ¤Î¼þ¤ê¤Ë¤Ï³ç¸Ì¤ò¤Ä¤±¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹"
+
+#: c-typeck.c:1877
+msgid "suggest parentheses around comparison in operand of &"
+msgstr "Èæ³Ó¤¬ & ±é»»»Ò¤Î¹à¤È¤Ê¤ë¾ì¹ç¤Ë¤Ï³ç¸Ì¤ò¤Ä¤±¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹"
+
+#: c-typeck.c:1884
+msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
+msgstr "X<=Y<=Z ¤ÎÍͤÊÈæ³Ó¤Ï¿ô³ØŪ¤Ê°ÕÌ£¤Ç¤Î·ë²Ì¤ò¤â¤¿¤é¤·¤Þ¤»¤ó"
+
+#: c-typeck.c:2138 cp/typeck.c:3569
+msgid "right shift count is negative"
+msgstr "±¦¥·¥Õ¥È²ó¿ô¤¬Éé¤Î¿ô¤Ç¤¹"
+
+#: c-typeck.c:2145 cp/typeck.c:3575
+msgid "right shift count >= width of type"
+msgstr "±¦¥·¥Õ¥È²ó¿ô >= ·¿¤ÎÉý¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:2170 cp/typeck.c:3594
+msgid "left shift count is negative"
+msgstr "º¸¥·¥Õ¥È²ó¿ô¤¬Éé¤Î¿ô¤Ç¤¹"
+
+#: c-typeck.c:2173 cp/typeck.c:3596
+msgid "left shift count >= width of type"
+msgstr "º¸¥·¥Õ¥È²ó¿ô >= ·¿¤ÎÉý¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:2198
+msgid "shift count is negative"
+msgstr "¥·¥Õ¥È²ó¿ô¤¬Éé¤ÎÃͤǤ¹"
+
+#: c-typeck.c:2200
+msgid "shift count >= width of type"
+msgstr "¥·¥Õ¥È²ó¿ô >= ·¿¤ÎÉý¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:2221 cp/typeck.c:3631
+msgid "comparing floating point with == or != is unsafe"
+msgstr "ÉâÆ°¾®¿ôÅÀ¤ÎÈæ³Ó¤Ç == ¤ä != ¤ò»È¤¦¤Î¤Ï°ÂÁ´¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-typeck.c:2245 c-typeck.c:2251
+msgid "ISO C forbids comparison of `void *' with function pointer"
+msgstr "ISO C ¤Ï `void *' ¤È´Ø¿ô¥Ý¥¤¥ó¥¿¤È¤ÎÈæ³Ó¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-typeck.c:2254 c-typeck.c:2296 c-typeck.c:2324
+msgid "comparison of distinct pointer types lacks a cast"
+msgstr "·¿¤¬Á´¤¯°Û¤Ê¤ë¥Ý¥¤¥ó¥¿¤ÎÈæ³Ó¤Ç¥­¥ã¥¹¥È¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:2269 c-typeck.c:2275 c-typeck.c:2345 c-typeck.c:2351
+msgid "comparison between pointer and integer"
+msgstr "¥Ý¥¤¥ó¥¿¤ÈÀ°¿ô¤È¤ÎÈæ³Ó¤ò¹Ô¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:2291 c-typeck.c:2319
+msgid "ISO C forbids ordered comparisons of pointers to functions"
+msgstr "ISO C ´Ø¿ô¥Ý¥¤¥ó¥¿¤Î½ç½øÈæ³Ó¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-typeck.c:2316
+msgid "comparison of complete and incomplete pointers"
+msgstr "´°Á´¤Ê¥Ý¥¤¥ó¥¿¤ÈÉÔ´°Á´¤Ê¥Ý¥¤¥ó¥¿¤È¤ÎÈæ³Ó¤Ç¤¹"
+
+#: c-typeck.c:2332 c-typeck.c:2339
+msgid "ordered comparison of pointer with integer zero"
+msgstr "À°¿ô 0 ¤È¥Ý¥¤¥ó¥¿¤È¤Î½ç½øÈæ³Ó¤Ç¤¹"
+
+#: c-typeck.c:2365 cp/typeck.c:3764
+msgid "unordered comparison on non-floating point argument"
+msgstr "ÈóÉâÆ°¾®¿ôÅÀ°ú¿ô¤Ç¤Î½ç½øÉÕ¤±¤é¤ì¤Ê¤¤Èæ³Ó¤Ç¤¹"
+
+#: c-typeck.c:2579
+msgid "comparison between signed and unsigned"
+msgstr "Éä¹çÉÕ¤­¤ÈÉä¹ç̵¤·¤È¤ÎÈæ³Ó¤Ç¤¹"
+
+#: c-typeck.c:2625 cp/typeck.c:4010
+msgid "comparison of promoted ~unsigned with constant"
+msgstr "~¤Çȿž¤µ¤ì¤¿³Ê¾å¤²Éä¹ç̵¤··¿¤ÈÄê¿ô¤È¤ÎÈæ³Ó¤Ç¤¹"
+
+#: c-typeck.c:2633 cp/typeck.c:4018
+msgid "comparison of promoted ~unsigned with unsigned"
+msgstr "~¤Çȿž¤µ¤ì¤¿Éä¹ç̵¤··¿¤ÈÉä¹ç̵¤··¿¤È¤ÎÈæ³Ó¤Ç¤¹"
+
+#: c-typeck.c:2695
+msgid "pointer of type `void *' used in arithmetic"
+msgstr "`void *' ·¿¤Î¥Ý¥¤¥ó¥¿¤¬·×»»¤Ç»È¤ï¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:2701
+msgid "pointer to a function used in arithmetic"
+msgstr "´Ø¿ô¥Ý¥¤¥ó¥¿¤¬·×»»¤Ç»È¤ï¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:2779
+msgid "pointer of type `void *' used in subtraction"
+msgstr "`void *' ·¿¤Î¥Ý¥¤¥ó¥¿¤Îº¹¤òµá¤á¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:2781
+msgid "pointer to a function used in subtraction"
+msgstr "´Ø¿ô¥Ý¥¤¥ó¥¿¤Îº¹¤òµá¤á¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:2839
+msgid "wrong type argument to unary plus"
+msgstr "ñ¹à¥×¥é¥¹¤Ø¤Î°ú¿ô¤Î·¿¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:2850
+msgid "wrong type argument to unary minus"
+msgstr "ñ¹à¥Þ¥¤¥Ê¥¹¤Ø¤Î°ú¿ô¤Î·¿¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:2862
+msgid "ISO C does not support `~' for complex conjugation"
+msgstr "ISO C ¤ÏÊ£ÁǶ¦ÌòÍѤΠ`~' ¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
+
+#: c-typeck.c:2868
+msgid "wrong type argument to bit-complement"
+msgstr "¥Ó¥Ã¥Èȿž¤Ø¤Î°ú¿ô¤Î·¿¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:2879
+msgid "wrong type argument to abs"
+msgstr "abs ¤Ø¤Î°ú¿ô¤Î·¿¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:2891
+msgid "wrong type argument to conjugation"
+msgstr "Ê£ÁǶ¦Ìò(~)¤Ø¤Î°ú¿ô¤Î·¿¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:2905
+msgid "wrong type argument to unary exclamation mark"
+msgstr "ñ¹à´¶Ã²Éä(!)¤Ø¤Î°ú¿ô¤Î·¿¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:2948
+msgid "ISO C does not support `++' and `--' on complex types"
+msgstr "ISO C ¤Ï complex ·¿¤Ç¤Î `++' ¤È `--' ¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
+
+#: c-typeck.c:2962 c-typeck.c:2988
+#, c-format
+msgid "wrong type argument to %s"
+msgstr "%s ¤Ø¤Î°ú¿ô¤Î·¿¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:2982
+#, c-format
+msgid "%s of pointer to unknown structure"
+msgstr "ÉÔÌÀ¤Ê¹½Â¤ÂΤËÂФ¹¤ë¥Ý¥¤¥ó¥¿¤Î%s"
+
+#: c-typeck.c:3052
+msgid "invalid lvalue in increment"
+msgstr "¥¤¥ó¥¯¥ê¥á¥ó¥È¤ÎÃæ¤Ç¤Îº¸ÊÕÃͤ¬Ìµ¸ú¤Ç¤¹"
+
+#: c-typeck.c:3053
+msgid "invalid lvalue in decrement"
+msgstr "¥Ç¥¯¥ê¥á¥ó¥È¤ÎÃæ¤Ç¤Îº¸ÊÕÃͤ¬Ìµ¸ú¤Ç¤¹"
+
+#: c-typeck.c:3061 cp/typeck.c:4587
+msgid "increment"
+msgstr "¥¤¥ó¥¯¥ê¥á¥ó¥È"
+
+#: c-typeck.c:3061 cp/typeck.c:4587
+msgid "decrement"
+msgstr "¥Ç¥¯¥ê¥á¥ó¥È"
+
+#: c-typeck.c:3117
+msgid "ISO C forbids the address of a cast expression"
+msgstr "ISO C ¤Ï¥­¥ã¥¹¥È¼°¤Î¥¢¥É¥ì¥¹É¾²Á¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-typeck.c:3131
+msgid "invalid lvalue in unary `&'"
+msgstr "ñ¹à¤Î `&' ¤Ç¤Îº¸ÊÕÃͤ¬Ìµ¸ú¤Ç¤¹"
+
+#: c-typeck.c:3163
+#, c-format
+msgid "attempt to take address of bit-field structure member `%s'"
+msgstr "¹½Â¤ÂÎ¥á¥ó¥Ð `%s' ¤Î¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤Î¥¢¥É¥ì¥¹¤ò¼èÆÀ¤·¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:3271 c-typeck.c:4618 c-typeck.c:4634 c-typeck.c:4650
+#: cp/typeck.c:4780 diagnostic.c:1475 gcc.c:4207 java/verify.c:1416
+#: java/verify.c:1417 java/verify.c:1432
+#, c-format
+msgid "%s"
+msgstr "%s"
+
+#: c-typeck.c:3328
+msgid "ISO C forbids use of conditional expressions as lvalues"
+msgstr "ISO C ¤Ïº¸ÊÕÃͤȤ·¤Æ¤Î¾ò·ï¼°¤ÎÍøÍѤò¶Ø¤¸¤Þ¤¹"
+
+#: c-typeck.c:3331
+msgid "ISO C forbids use of compound expressions as lvalues"
+msgstr "ISO C ¤Ïº¸ÊÕÃͤȤ·¤Æ¤ÎÊ£¹ç¼°¤ÎÍøÍѤò¶Ø¤¸¤Þ¤¹"
+
+#: c-typeck.c:3334
+msgid "ISO C forbids use of cast expressions as lvalues"
+msgstr "ISO C ¤Ïº¸ÊÕÃͤȤ·¤Æ¤Î¥­¥ã¥¹¥È¼°¤ÎÍøÍѤò¶Ø¤¸¤Þ¤¹"
+
+#: c-typeck.c:3351
+#, c-format
+msgid "%s of read-only member `%s'"
+msgstr "%s¤¬Æɤ߹þ¤ßÀìÍÑ¥á¥ó¥Ð `%s' ¤Ë¹Ô¤ï¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:3355
+#, c-format
+msgid "%s of read-only variable `%s'"
+msgstr "%s¤¬Æɤ߹þ¤ßÀìÍÑÊÑ¿ô `%s' ¤Ë¹Ô¤ï¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:3358
+#, c-format
+msgid "%s of read-only location"
+msgstr "%s¤¬Æɤ߹þ¤ßÀìÍÑÎΰè¤Ç¹Ô¤ï¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:3376
+#, c-format
+msgid "cannot take address of bitfield `%s'"
+msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É `%s' ¤Î¥¢¥É¥ì¥¹¤ò¼èÆÀ¤Ç¤­¤Þ¤»¤ó"
+
+#: c-typeck.c:3403
+#, c-format
+msgid "global register variable `%s' used in nested function"
+msgstr "Âç°è¥ì¥¸¥¹¥¿ÊÑ¿ô `%s' ¤¬Æþ¤ì»Ò´Ø¿ô¤ÎÃæ¤Ç»È¤ï¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:3407
+#, c-format
+msgid "register variable `%s' used in nested function"
+msgstr "¥ì¥¸¥¹¥¿ÊÑ¿ô `%s' ¤¬Æþ¤ì»Ò´Ø¿ô¤ÎÃæ¤Ç»È¤ï¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:3414
+#, c-format
+msgid "address of global register variable `%s' requested"
+msgstr "Í׵ᤵ¤ì¤¿Âç°è¥ì¥¸¥¹¥¿ÊÑ¿ô `%s' ¤Î¥¢¥É¥ì¥¹"
+
+#: c-typeck.c:3426
+msgid "cannot put object with volatile field into register"
+msgstr "volatile ¥Õ¥£¡¼¥ë¥É¤ò¥ì¥¸¥¹¥¿¤Ë»ý¤Ã¤Æ¤¤¤ë¤è¤¦¤Ê¥ª¥Ö¥¸¥§¥¯¥È¤òÃÖ¤±¤Þ¤»¤ó"
+
+#: c-typeck.c:3430
+#, c-format
+msgid "address of register variable `%s' requested"
+msgstr "register ÊÑ¿ô `%s' ¤Î¥¢¥É¥ì¥¹¤¬Í׵ᤵ¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:3538
+msgid "signed and unsigned type in conditional expression"
+msgstr "¾ò·ï¼°¤ËÉä¹çÉÕ¤­·¿¤ÈÉä¹ç̵¤··¿¤È¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-typeck.c:3545
+msgid "ISO C forbids conditional expr with only one void side"
+msgstr "ISO C ¤ÏÊÒ¦¤À¤±¤¬ void ¤È¤Ê¤ë¾ò·ï¼°¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-typeck.c:3561 c-typeck.c:3568
+msgid "ISO C forbids conditional expr between `void *' and function pointer"
+msgstr "ISO C ¤Ï `void *' ¤È´Ø¿ô¥Ý¥¤¥ó¥¿¤È¤ò¾ò·ï¼°¤È¤¹¤ë¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-typeck.c:3574
+msgid "pointer type mismatch in conditional expression"
+msgstr "¾ò·ï¼°¤Ç¤Î¥Ý¥¤¥ó¥¿¤Î·¿¤¬Å¬¹ç¤·¤Þ¤»¤ó"
+
+#: c-typeck.c:3581 c-typeck.c:3591
+msgid "pointer/integer type mismatch in conditional expression"
+msgstr "¾ò·ï¼°¤Ç¥Ý¥¤¥ó¥¿·¿¤ÈÀ°¿ô·¿¤¬Å¬¹ç¤·¤Þ¤»¤ó"
+
+#: c-typeck.c:3605
+msgid "type mismatch in conditional expression"
+msgstr "¾ò·ï¼°¤Ç¤Î·¿¤ÎÁȹç¤ï¤»¤¬Å¬¹ç¤·¤Þ¤»¤ó"
+
+#: c-typeck.c:3678 cp/typeck.c:5012
+msgid "left-hand operand of comma expression has no effect"
+msgstr "¥«¥ó¥Þ±é»»»Ò¤Îº¸Â¦¤Î¼°¤Ë¸úÎϤ¬¤¢¤ê¤Þ¤»¤ó"
+
+#: c-typeck.c:3717
+msgid "cast specifies array type"
+msgstr "¥­¥ã¥¹¥È¤¬ÇÛÎ󷿤ò»ØÄꤷ¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:3723
+msgid "cast specifies function type"
+msgstr "¥­¥ã¥¹¥È¤Ï´Ø¿ô·¿¤ò»ØÄꤷ¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:3733
+msgid "ISO C forbids casting nonscalar to the same type"
+msgstr "ISO C ¤ÏÈó¥¹¥«¥é¡¼¤«¤éƱ¤¸·¿¤Ø¤Î¥­¥ã¥¹¥È¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-typeck.c:3754
+msgid "ISO C forbids casts to union type"
+msgstr "ISO C ¤Ï¶¦ÍÑÂη¿¤Ø¤Î¥­¥ã¥¹¥È¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-typeck.c:3770
+msgid "cast to union type from type not present in union"
+msgstr "¶¦ÍÑÂΤÎÃæ¤Ë¤Ê¤¤·¿¤«¤é¶¦ÍÑÂη¿¤Ø¥­¥ã¥¹¥È¤·¤Æ¤¤¤Þ¤¹"
+
+#. There are qualifiers present in IN_OTYPE that are not
+#. present in IN_TYPE.
+#: c-typeck.c:3815
+msgid "cast discards qualifiers from pointer target type"
+msgstr "¥­¥ã¥¹¥È¤Ë¤è¤Ã¤Æ¥Ý¥¤¥ó¥¿¤¬¼¨¤¹·¿¤«¤é½¤¾þ»Ò¤¬ÀÚ¤ê¼Î¤Æ¤é¤ì¤Þ¤¹"
+
+#: c-typeck.c:3830
+msgid "cast increases required alignment of target type"
+msgstr "¥­¥ã¥¹¥È¤Ë¤è¤Ã¤Æ¥Ý¥¤¥ó¥¿¤¬¼¨¤¹·¿¤ÎÍ׵ᥢ¥é¥¤¥ó¥á¥ó¥È¤¬Áý²Ã¤·¤Þ¤¹"
+
+#: c-typeck.c:3836 cp/typeck.c:5420
+msgid "cast from pointer to integer of different size"
+msgstr "¥­¥ã¥¹¥È¤Ë¤è¤Ã¤Æ¥Ý¥¤¥ó¥¿¤«¤é°Û¤Ê¤ë¥µ¥¤¥º¤ÎÀ°¿ô¤È¤Ê¤ê¤Þ¤¹"
+
+#: c-typeck.c:3841
+msgid "cast does not match function type"
+msgstr "¥­¥ã¥¹¥È¤Ë¤è¤ë´Ø¿ô¤Î·¿¤¬Å¬¹ç¤·¤Þ¤»¤ó"
+
+#: c-typeck.c:3848 cp/typeck.c:5427
+msgid "cast to pointer from integer of different size"
+msgstr "°Û¤Ê¤ë¥µ¥¤¥º¤ÎÀ°¿ô¤«¤é¥Ý¥¤¥ó¥¿¤Ë¥­¥ã¥¹¥È¤µ¤ì¤Þ¤·¤¿"
+
+#. Now we have handled acceptable kinds of LHS that are not truly lvalues.
+#. Reject anything strange now.
+#: c-typeck.c:3990
+msgid "invalid lvalue in assignment"
+msgstr "ÂåÆþ¤È¤·¤Æ̵¸ú¤Êº¸ÊÕÃͤǤ¹"
+
+#. Convert new value to destination type.
+#: c-typeck.c:3999 c-typeck.c:4024 c-typeck.c:4041 cp/typeck.c:5542
+#: cp/typeck.c:5699
+msgid "assignment"
+msgstr "ÂåÆþ"
+
+#: c-typeck.c:4208 c-typeck.c:4275
+#, c-format
+msgid "%s makes qualified function pointer from unqualified"
+msgstr "%s¤Ë¤è¤ê¡¢½¤¾þ¤µ¤ì¤Ê¤¤´Ø¿ô¥Ý¥¤¥ó¥¿¤«¤é¡¢½¤¾þ¤µ¤ì¤¿´Ø¿ô¥Ý¥¤¥ó¥¿¤òºî¤ê¤Þ¤¹"
+
+#: c-typeck.c:4212 c-typeck.c:4255
+#, c-format
+msgid "%s discards qualifiers from pointer target type"
+msgstr "%s¤Ë¤è¤ê¡¢¥Ý¥¤¥ó¥¿¤Î¼¨¤¹·¿¤«¤é¤Î½¤¾þ»Ò¤¬ÀÚ¤ê¼Î¤Æ¤é¤ì¤Þ¤¹"
+
+#: c-typeck.c:4218
+msgid "ISO C prohibits argument conversion to union type"
+msgstr "ISO C ¤Ç¤Ï°ú¿ô¤«¤é¶¦ÍÑÂΤؤÎÊÑ´¹¤ò¶Ø»ß¤·¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:4247
+#, c-format
+msgid "ISO C forbids %s between function pointer and `void *'"
+msgstr "ISO C ¤Ï´Ø¿ô¥Ý¥¤¥ó¥¿¤È `void *' ¤È¤Î%s¤ò¶Ø¤¸¤Þ¤¹"
+
+#: c-typeck.c:4264
+#, c-format
+msgid "pointer targets in %s differ in signedness"
+msgstr "%s ¤Ç¥Ý¥¤¥ó¥¿¤Î¼¨¤¹ÂоݤÎÉä¹æ¤Î̵ͭ¤¬°Û¤Ê¤ê¤Þ¤¹"
+
+#: c-typeck.c:4280
+#, c-format
+msgid "%s from incompatible pointer type"
+msgstr "¸ß´¹À­¤Î¤Ê¤¤¥Ý¥¤¥ó¥¿·¿¤«¤é¤Î%s¤Ç¤¹"
+
+#: c-typeck.c:4296
+#, c-format
+msgid "%s makes pointer from integer without a cast"
+msgstr "%s¤Ë¤è¤ê¡¢¥­¥ã¥¹¥È¤Ê¤·¤ÇÀ°¿ô¤«¤é¥Ý¥¤¥ó¥¿¤òºî¤ê¤Þ¤·¤¿"
+
+#: c-typeck.c:4304
+#, c-format
+msgid "%s makes integer from pointer without a cast"
+msgstr "%s¤Ë¤è¤ê¡¢¥­¥ã¥¹¥È¤Ê¤·¤Ç¥Ý¥¤¥ó¥¿¤«¤éÀ°¿ô¤òºî¤ê¤Þ¤·¤¿"
+
+#: c-typeck.c:4318 c-typeck.c:4321
+#, c-format
+msgid "incompatible type for argument %d of `%s'"
+msgstr "%d ÈÖÌܤΰú¿ô¤¬ `%s' ¤Î·¿¤È¸ß´¹À­¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: c-typeck.c:4325
+#, c-format
+msgid "incompatible type for argument %d of indirect function call"
+msgstr "´ÖÀÜŪ¤Ê´Ø¿ô¸Æ¤Ó½Ð¤·¤ÎÂè %d °ú¿ô¤ËÂФ·¤Æ¸ß´¹À­¤Î¤Ê¤¤·¿¤Ç¤¹"
+
+#: c-typeck.c:4329
+#, c-format
+msgid "incompatible types in %s"
+msgstr "%s ¤Ë¸ß´¹À­¤Î¤Ê¤¤·¿"
+
+#. Function name is known; supply it.
+#: c-typeck.c:4360
+#, c-format
+msgid "passing arg %d of `%s'"
+msgstr "°ú¿ô %d ¸Ä¤Î `%s' ¤òÅϤ·¤Þ¤¹"
+
+#. Function name unknown (call through ptr); just give arg number.
+#: c-typeck.c:4370
+#, c-format
+msgid "passing arg %d of pointer to function"
+msgstr "°ú¿ô %d ¸Ä¤Î´Ø¿ô¥Ý¥¤¥ó¥¿¤òÅϤ·¤Þ¤¹"
+
+#: c-typeck.c:4437
+msgid "initializer for static variable is not constant"
+msgstr "static ÊÑ¿ô¤Î½é´ü²½»Ò¤¬Äê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-typeck.c:4443
+msgid "initializer for static variable uses complicated arithmetic"
+msgstr "static ÊÑ¿ô¤Î½é´ü²½»Ò¤¬Ê£»¨¤Ê·×»»¤ò»È¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:4451
+msgid "aggregate initializer is not constant"
+msgstr "½¸¹çÂΤνé´ü²½»Ò¤¬Äê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-typeck.c:4453
+msgid "aggregate initializer uses complicated arithmetic"
+msgstr "½¸¹çÂΤνé´ü²½»Ò¤ÇÊ£»¨¤Ê·×»»¤ò¹Ô¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:4460
+msgid "traditional C rejects automatic aggregate initialization"
+msgstr "¸Å¤¤ C ¤Ç¤Ï¼«Æ°Åª¤Ê½¸¹çÂΤνé´ü²½¤òµñÀ䤷¤Þ¤¹"
+
+#: c-typeck.c:4621 c-typeck.c:4637 c-typeck.c:4653
+#, c-format
+msgid "(near initialization for `%s')"
+msgstr "(`%s' ¤Î½é´ü²½¤ÏÉÔ´°Á´¤Ç¤¹)"
+
+#: c-typeck.c:4705 cp/typeck2.c:518
+msgid "char-array initialized from wide string"
+msgstr "¥ï¥¤¥Éʸ»úÎ󤫤é char ¤ÎÇÛÎ󤬽é´ü²½¤µ¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:4712 cp/typeck2.c:525
+msgid "int-array initialized from non-wide string"
+msgstr "Èó¥ï¥¤¥Éʸ»úÎ󤫤é int ¤ÎÇÛÎ󤬽é´ü²½¤µ¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:4729 cp/typeck2.c:541
+msgid "initializer-string for array of chars is too long"
+msgstr "char ¤ÎÇÛÎó¤Ë¤È¤Ã¤Æ½é´ü²½»Òʸ»úÎó¤¬Ä¹¤¹¤®¤Þ¤¹"
+
+#: c-typeck.c:4756
+msgid "array initialized from non-constant array expression"
+msgstr "ÈóÄê¿ôÇÛÎó¼°¤«¤éÇÛÎ󤬽é´ü²½¤µ¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:4773 c-typeck.c:4775 c-typeck.c:4791 c-typeck.c:4812
+#: c-typeck.c:6207
+msgid "initializer element is not constant"
+msgstr "½é´ü²½»Ò¤ÎÍ×ÁǤ¬Äê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-typeck.c:4807
+msgid "initialization"
+msgstr "½é´ü²½"
+
+#: c-typeck.c:4818 c-typeck.c:6212
+msgid "initializer element is not computable at load time"
+msgstr "½é´ü²½»Ò¤ÎÍ×ÁÇ¤Ï¥í¡¼¥É»þ¤Ë·×»»¤µ¤ìÆÀ¤Þ¤»¤ó"
+
+#: c-typeck.c:4855 c-typeck.c:4871 cp/typeck2.c:618
+msgid "invalid initializer"
+msgstr "̵¸ú¤Ê½é´ü²½»Ò"
+
+#: c-typeck.c:5339
+msgid "extra brace group at end of initializer"
+msgstr "½é´ü²½»Ò¤Î½ª¤ï¤ê¤Ë;ʬ¤Ê¥Ö¥ì¡¼¥¹¤Î¥°¥ë¡¼¥×"
+
+#: c-typeck.c:5359
+msgid "missing braces around initializer"
+msgstr "½é´ü²½»Ò¤Î¤Þ¤ï¤ê¤Î¥Ö¥ì¡¼¥¹¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:5403
+msgid "braces around scalar initializer"
+msgstr "¥¹¥«¥é¡¼½é´ü²½»Ò¤¬¥Ö¥ì¡¼¥¹¤Ç°Ï¤Þ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:5455
+msgid "initialization of flexible array member in a nested context"
+msgstr "¥Í¥¹¥È¤·¤¿Ê¸Ì®¤Ç²ÄÊÑÇÛÎó¥á¥ó¥Ð¤ò½é´ü²½¤·¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:5457
+msgid "initialization of a flexible array member"
+msgstr "²ÄÊÑÇÛÎó¥á¥ó¥Ð¤ò½é´ü²½¤·¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:5467
+msgid "deprecated initialization of zero-length array"
+msgstr "Ťµ 0 ¤Î½é´ü²½¤Ï¿ä¾©¤µ¤ì¤Þ¤»¤ó"
+
+#: c-typeck.c:5472
+msgid "initialization of zero-length array before end of structure"
+msgstr "¹½Â¤ÂΤκǸå¤è¤êÁ°¤ÇŤµ 0 ¤ÎÇÛÎó¤ò½é´ü²½¤·¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:5477
+msgid "initialization of zero-length array inside a nested context"
+msgstr "¥Í¥¹¥È¤·¤¿Ê¸Ì®¤ÎÆ⦤ÇŤµ 0 ¤ÎÇÛÎó¤ò½é´ü²½¤·¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:5496
+msgid "missing initializer"
+msgstr "½é´ü²½»Ò¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:5521
+msgid "empty scalar initializer"
+msgstr "¶õ¤Î¥¹¥«¥é¡¼½é´ü²½»Ò"
+
+#: c-typeck.c:5526
+msgid "extra elements in scalar initializer"
+msgstr "¥¹¥«¥é¡¼½é´ü²½»Ò¤Ë;ʬ¤ÊÍ×ÁÇ"
+
+#: c-typeck.c:5610
+msgid "initialization designators may not nest"
+msgstr "½é´ü²½»Ø̾»Ò¤Ç¤Ï¥Í¥¹¥È¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó"
+
+#: c-typeck.c:5631 c-typeck.c:5701
+msgid "array index in non-array initializer"
+msgstr "ÈóÇÛÎó¤Î½é´ü²½»Ò¤ËÇÛÎ󥤥ó¥Ç¥Ã¥¯¥¹¤¬»È¤ï¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:5636 c-typeck.c:5753
+msgid "field name not in record or union initializer"
+msgstr "¥ì¥³¡¼¥É¤ä¶¦ÍÑÂΤ˥ե£¡¼¥ë¥É̾¤¬¤Ê¤¤½é´ü²½»Ò¤Ç¤¹"
+
+#: c-typeck.c:5697 c-typeck.c:5699
+msgid "nonconstant array index in initializer"
+msgstr "½é´ü²½»ÒÆâ¤ËÈóÄê¿ô¤ÎÇÛÎ󥤥ó¥Ç¥Ã¥¯¥¹¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-typeck.c:5704
+msgid "array index in initializer exceeds array bounds"
+msgstr "½é´ü²½»ÒÆâ¤ÎÇÛÎ󥤥ó¥Ç¥Ã¥¯¥¹¤¬ÇÛÎó¤Î¶­³¦¤òĶ¤¨¤Þ¤·¤¿"
+
+#: c-typeck.c:5715
+msgid "empty index range in initializer"
+msgstr "½é´ü²½»ÒÆâ¤Ë¶õ¤ÎÈÏ°Ï¥¤¥ó¥Ç¥Ã¥¯¥¹¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-typeck.c:5724
+msgid "array index range in initializer exceeds array bounds"
+msgstr "½é´ü²½»Ò¤ÎÈÏ°Ï¥¤¥ó¥Ç¥Ã¥¯¥¹¤¬ÇÛÎó¤Î¶­³¦¤òĶ¤¨¤Þ¤·¤¿"
+
+#: c-typeck.c:5765
+#, c-format
+msgid "unknown field `%s' specified in initializer"
+msgstr "ÉÔÌÀ¤Ê¥Õ¥£¡¼¥ë¥É `%s' ¤¬½é´ü²½»Ò¤Ç»ØÄꤵ¤ì¤Þ¤·¤¿"
+
+#: c-typeck.c:5802 c-typeck.c:5823 c-typeck.c:6277
+msgid "initialized field with side-effects overwritten"
+msgstr "½é´ü²½¤µ¤ì¤¿¥Õ¥£¡¼¥ë¥É¤¬ÉûºîÍѤǾå½ñ¤­¤µ¤ì¤Þ¤¹"
+
+#: c-typeck.c:6490
+msgid "excess elements in char array initializer"
+msgstr "char ÇÛÎó½é´ü²½»ÒÆâ¤ÎÍ×ÁǤ¬Â¿¤¹¤®¤Þ¤¹"
+
+#: c-typeck.c:6497 c-typeck.c:6536
+msgid "excess elements in struct initializer"
+msgstr "¹½Â¤Âνé´ü²½»ÒÆâ¤ÎÍ×ÁǤ¬Â¿¤¹¤®¤Þ¤¹"
+
+#: c-typeck.c:6603
+msgid "excess elements in union initializer"
+msgstr "¶¦ÍÑÂνé´ü²½»ÒÆâ¤ÎÍ×ÁǤ¬Â¿¤¹¤®¤Þ¤¹"
+
+#: c-typeck.c:6620
+msgid "traditional C rejects initialization of unions"
+msgstr "¸Å¤¤ C ¤Ï¶¦ÍÑÂΤνé´ü¤òµñÀ䤷¤Þ¤¹"
+
+#: c-typeck.c:6683
+msgid "excess elements in array initializer"
+msgstr "ÇÛÎó½é´ü²½»ÒÆâ¤ÎÍ×ÁǤ¬Â¿¤¹¤®¤Þ¤¹"
+
+#: c-typeck.c:6709
+msgid "excess elements in scalar initializer"
+msgstr "¥¹¥«¥é¡¼½é´ü²½»ÒÆâ¤ÎÍ×ÁǤ¬Â¿¤¹¤®¤Þ¤¹"
+
+#: c-typeck.c:6793
+msgid "asm template is not a string constant"
+msgstr "asm ¥Æ¥ó¥×¥ì¡¼¥È¤¬Ê¸»úÎóÄê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-typeck.c:6825
+msgid "invalid lvalue in asm statement"
+msgstr "asm ʸ¤ÎÃæ¤Ë̵¸ú¤Êº¸ÊÕÃÍ"
+
+#: c-typeck.c:6898
+msgid "modification by `asm'"
+msgstr "`asm' ¤Ë¤è¤ë½¤Àµ"
+
+#: c-typeck.c:6917 cp/typeck.c:6589
+msgid "function declared `noreturn' has a `return' statement"
+msgstr "`noreturn' ¤ÎÀë¸À¤µ¤ì¤¿´Ø¿ô¤Ë `return' ʸ¤¬¤¢¤ê¤Þ¤¹"
+
+#: c-typeck.c:6924
+msgid "`return' with no value, in function returning non-void"
+msgstr "Ìá¤ê·¿¤¬´Ø¿ô¤Ç¡¢`return' ¤ËÃͤ¬¤¢¤ê¤Þ¤»¤ó"
+
+#: c-typeck.c:6930
+msgid "`return' with a value, in function returning void"
+msgstr "Ìá¤ê·¿¤¬ void ¤Î´Ø¿ô¤Ç¡¢`return' ¤ËÃͤ¬¤¢¤ê¤Þ¤¹"
+
+#: c-typeck.c:6934
+msgid "return"
+msgstr "return"
+
+#: c-typeck.c:6985
+msgid "function returns address of local variable"
+msgstr "´Ø¿ô¤¬¥í¡¼¥«¥ëÊÑ¿ô¤Î¥¢¥É¥ì¥¹¤òÊÖ¤·¤Æ¤¤¤Þ¤¹"
+
+#: c-typeck.c:7043 cp/semantics.c:533
+msgid "switch quantity not an integer"
+msgstr "switch ¤ÎÆâÍƤ¬À°¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: c-typeck.c:7054
+msgid "`long' switch expression not converted to `int' in ISO C"
+msgstr "ISO C ¤Ç¤Ï `long' ¤Î switch ¼°¤Ï `int' ¤ËÊÑ´¹¤µ¤ì¤Þ¤»¤ó"
+
+#: c-typeck.c:7097 cp/decl.c:5228
+msgid "case label not within a switch statement"
+msgstr "case ¥é¥Ù¥ë¤¬ switch ʸ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
+
+#: c-typeck.c:7099 cp/decl.c:5233
+msgid "`default' label not within a switch statement"
+msgstr "`default' ¥é¥Ù¥ë¤¬ switch ʸ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
+
+#: calls.c:1877
+#, c-format
+msgid "inlining failed in call to `%s'"
+msgstr "`%s' ¤Ø¤Î¸Æ¤Ó½Ð¤·¤Î¥¤¥ó¥é¥¤¥ó²½¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
+
+#: calls.c:1878 calls.c:2191
+msgid "called from here"
+msgstr "¤³¤³¤«¤é¸Æ¤Ð¤ì¤Þ¤·¤¿"
+
+#: calls.c:2190
+#, c-format
+msgid "can't inline call to `%s'"
+msgstr "`%s' ¤Ø¤Î¸Æ¤Ó½Ð¤·¤Ï¥¤¥ó¥é¥¤¥ó²½¤Ç¤­¤Þ¤»¤ó"
+
+#: calls.c:2228
+msgid "function call has aggregate value"
+msgstr "´Ø¿ô¸Æ¤Ó½Ð¤·¤¬½¸¹çÂΤÎÃͤò»ý¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: calls.c:4604
+msgid "variable offset is passed paritially in stack and in reg"
+msgstr "ÊÑ¿ô¥ª¥Õ¥»¥Ã¥È¤¬¥¹¥¿¥Ã¥¯¤È¥ì¥¸¥¹¥¿¤ÇÅù²Á¤ËÅϤµ¤ì¤Þ¤·¤¿"
+
+#: calls.c:4606
+msgid "variable size is passed partially in stack and in reg"
+msgstr "ÊÑ¿ô¥µ¥¤¥º¤¬¥¹¥¿¥Ã¥¯¤È¥ì¥¸¥¹¥¿¤ÇÅù²Á¤ËÅϤµ¤ì¤Þ¤·¤¿"
+
+#: collect2.c:454
+msgid "internal error"
+msgstr "ÆâÉô¥¨¥é¡¼"
+
+#: collect2.c:935
+msgid "no arguments"
+msgstr "°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: collect2.c:1290 collect2.c:1438 collect2.c:1482
+#, c-format
+msgid "fopen %s"
+msgstr "fopen %s"
+
+#: collect2.c:1293 collect2.c:1443 collect2.c:1485
+#, c-format
+msgid "fclose %s"
+msgstr "fclose %s"
+
+#: collect2.c:1302
+#, c-format
+msgid "collect2 version %s"
+msgstr "collect2 version %s"
+
+#: collect2.c:1392
+#, c-format
+msgid "%d constructor(s) found\n"
+msgstr "%d ¸Ä¤Î¥³¥ó¥¹¥È¥é¥¯¥¿¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
+
+#: collect2.c:1393
+#, c-format
+msgid "%d destructor(s) found\n"
+msgstr "%d ¸Ä¤Î¥Ç¥¹¥È¥é¥¯¥¿¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
+
+#: collect2.c:1394
+#, c-format
+msgid "%d frame table(s) found\n"
+msgstr "%d ¸Ä¤Î¥Õ¥ì¡¼¥à¥Æ¡¼¥Ö¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
+
+#: collect2.c:1546
+#, c-format
+msgid "%s terminated with signal %d [%s]%s"
+msgstr "%s ¥·¥°¥Ê¥ë %d [%s]%s ¤Ç½ªÎ»¤µ¤»¤é¤ì¤Þ¤·¤¿"
+
+#: collect2.c:1565
+#, c-format
+msgid "%s returned %d exit status"
+msgstr "%s ¤Ï exit ¾õÂÖ %d ¤òÊÖ¤·¤Þ¤·¤¿"
+
+#: collect2.c:1593
+#, c-format
+msgid "[cannot find %s]"
+msgstr "[%s ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó]"
+
+#: collect2.c:1608
+#, c-format
+msgid "cannot find `%s'"
+msgstr "`%s' ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: collect2.c:1619 collect2.c:1622
+#, c-format
+msgid "redirecting stdout: %s"
+msgstr "stdout ¤Ø¤Î¥ê¥À¥¤¥ì¥¯¥È: %s"
+
+#: collect2.c:1665
+#, c-format
+msgid "[Leaving %s]\n"
+msgstr "[%s ¤òÎ¥¤ì¤Þ¤¹]\n"
+
+#: collect2.c:1906
+#, c-format
+msgid "\nwrite_c_file - output name is %s, prefix is %s\n"
+msgstr "\nwrite_c_file - ½ÐÎÏ̾¤Ï %s¡¢¥×¥ì¥Õ¥£¥¯¥¹¤Ï %s\n"
+
+#: collect2.c:2124
+msgid "cannot find `nm'"
+msgstr "`nm' ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: collect2.c:2134 collect2.c:2576
+msgid "pipe"
+msgstr "pipe"
+
+#: collect2.c:2138 collect2.c:2580
+msgid "fdopen"
+msgstr "fdopen"
+
+#: collect2.c:2164 collect2.c:2606
+#, c-format
+msgid "dup2 %d 1"
+msgstr "dup2 %d 1"
+
+#: collect2.c:2167 collect2.c:2170 collect2.c:2183 collect2.c:2609
+#: collect2.c:2612 collect2.c:2625
+#, c-format
+msgid "close %d"
+msgstr "close %d"
+
+#: collect2.c:2173
+#, c-format
+msgid "execvp %s"
+msgstr "execvp %s"
+
+#: collect2.c:2227
+#, c-format
+msgid "init function found in object %s"
+msgstr "init ´Ø¿ô¤ò¥ª¥Ö¥¸¥§¥¯¥È %s ¤Ç¸«¤Ä¤±¤Þ¤·¤¿"
+
+#: collect2.c:2235
+#, c-format
+msgid "fini function found in object %s"
+msgstr "fini ´Ø¿ô¤ò¥ª¥Ö¥¸¥§¥¯¥È %s ¤Ç¸«¤Ä¤±¤Þ¤·¤¿"
+
+#: collect2.c:2258 collect2.c:2664
+msgid "fclose"
+msgstr "fclose"
+
+#: collect2.c:2303
+#, c-format
+msgid "unable to open file '%s'"
+msgstr "¥Õ¥¡¥¤¥ë '%s' ¤ò open ¤Ç¤­¤Þ¤»¤ó"
+
+#: collect2.c:2305
+#, c-format
+msgid "unable to stat file '%s'"
+msgstr "¥Õ¥¡¥¤¥ë '%s' ¤ò stat ¤Ç¤­¤Þ¤»¤ó"
+
+#: collect2.c:2311
+#, c-format
+msgid "unable to mmap file '%s'"
+msgstr "¥Õ¥¡¥¤¥ë '%s' ¤ò mmap ¤Ç¤­¤Þ¤»¤ó"
+
+#: collect2.c:2464
+msgid "not found\n"
+msgstr "¸«¤Ä¤«¤ê¤Þ¤»¤ó\n"
+
+#: collect2.c:2466 collect2.c:2643
+#, c-format
+msgid "dynamic dependency %s not found"
+msgstr "ưŪ°Í¸´Ø·¸ %s ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: collect2.c:2486
+#, c-format
+msgid "bad magic number in file '%s'"
+msgstr "¥Õ¥¡¥¤¥ë '%s' ¤ËÉÔÀµ¤Ê¥Þ¥¸¥Ã¥¯¥Ê¥ó¥Ð"
+
+#: collect2.c:2508
+msgid "dynamic dependencies.\n"
+msgstr "ưŪ°Í¸´Ø·¸¡£\n"
+
+#: collect2.c:2567
+msgid "cannot find `ldd'"
+msgstr "`ldd' ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: collect2.c:2615
+#, c-format
+msgid "execv %s"
+msgstr "execv %s"
+
+#: collect2.c:2628
+msgid "\nldd output with constructors/destructors.\n"
+msgstr "\nldd ½ÐÎϤ¬¥³¥ó¥¹¥È¥é¥¯¥¿/¥Ç¥¹¥È¥é¥¯¥¿¤òȼ¤¤¤Þ¤¹¡£\n"
+
+#: collect2.c:2655
+#, c-format
+msgid "unable to open dynamic dependency '%s'"
+msgstr "ưŪ°Í¸´Ø·¸ '%s' ¤ò³«¤±¤Þ¤»¤ó"
+
+#: collect2.c:2769
+#, c-format
+msgid "%s: not a COFF file"
+msgstr "%s: COFF ¥Õ¥¡¥¤¥ë¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: collect2.c:2888
+#, c-format
+msgid "%s: cannot open as COFF file"
+msgstr "%s: COFF ¥Õ¥¡¥¤¥ë¤È¤·¤Æ³«¤±¤Þ¤»¤ó"
+
+#: collect2.c:2944
+#, c-format
+msgid "Library lib%s not found"
+msgstr "¥é¥¤¥Ö¥é¥ê lib%s ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: collect2.c:3073
+#, c-format
+msgid "open %s"
+msgstr "open %s"
+
+#: collect2.c:3096
+msgid "incompatibilities between object file & expected values"
+msgstr "ξΩ¤·¤Ê¤¤¥ª¥Ö¥¸¥§¥¯¥È¥Õ¥¡¥¤¥ë¤È´üÂÔÃÍ"
+
+#: collect2.c:3169
+#, c-format
+msgid "\nProcessing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
+msgstr "\n¥·¥ó¥Ü¥ë¥Æ¡¼¥Ö¥ë #%d ¤ò½èÍý¤·¤Þ¤¹¡¢¥ª¥Õ¥»¥Ã¥È = 0x%.8lx, ¼ïÎà = %s\n"
+
+#: collect2.c:3178
+msgid "string section missing"
+msgstr "ʸ»úÎ󥻥¯¥·¥ç¥ó¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: collect2.c:3181
+msgid "section pointer missing"
+msgstr "¥»¥¯¥·¥ç¥ó¥Ý¥¤¥ó¥¿¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: collect2.c:3229
+msgid "no symbol table found"
+msgstr "¥·¥ó¥Ü¥ë¥Æ¡¼¥Ö¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: collect2.c:3242
+msgid "no cmd_strings found"
+msgstr "cmd_strings ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: collect2.c:3254
+msgid "\nUpdating header and load commands.\n\n"
+msgstr "\n¥Ø¥Ã¥À¤È load ¥³¥Þ¥ó¥É¤ò¹¹¿·¤·¤Þ¤¹¡£\n"
+
+#: collect2.c:3261
+#, c-format
+msgid "load command map, %d cmds, new size %ld.\n"
+msgstr "load ¥³¥Þ¥ó¥É¥Þ¥Ã¥×¡¢%d ¸Ä¤Î¥³¥Þ¥ó¥É¡¢¿·¤¿¤Ê¥µ¥¤¥º %ld¡£\n"
+
+#: collect2.c:3292
+msgid "writing load commands.\n\n"
+msgstr "load ¥³¥Þ¥ó¥É¤ò½ñ¤­¹þ¤ß¤Þ¤¹¡£\n\n"
+
+#: collect2.c:3312
+#, c-format
+msgid "close %s"
+msgstr "close %s"
+
+#: collect2.c:3386
+msgid "could not convert 0x%l.8x into a region"
+msgstr "0x%l.8x ¤òÎΰè¤ËÊÑ´¹¤Ç¤­¤Þ¤»¤ó"
+
+#: collect2.c:3390
+#, c-format
+msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
+msgstr "%s ´Ø¿ô, Îΰè %d, ¥ª¥Õ¥»¥Ã¥È = %ld (0x%.8lx)\n"
+
+#: collect2.c:3517
+msgid "bad magic number"
+msgstr "ÉÔÀµ¤Ê¥Þ¥¸¥Ã¥¯¥Ê¥ó¥Ð"
+
+#: collect2.c:3518
+msgid "bad header version"
+msgstr "ÉÔÀµ¤Ê¥Ø¥Ã¥À¥Ð¡¼¥¸¥ç¥ó"
+
+#: collect2.c:3519
+msgid "bad raw header version"
+msgstr "ÉÔÀµ¤ÊÀ¸¤Î¥Ø¥Ã¥À¥Ð¡¼¥¸¥ç¥ó"
+
+#: collect2.c:3520
+msgid "raw header buffer too small"
+msgstr "¾®¤µ¤¹¤®¤ëÀ¸¤Î¥Ø¥Ã¥À¥Ð¥Ã¥Õ¥¡"
+
+#: collect2.c:3521
+msgid "old raw header file"
+msgstr "¸Å¤¤À¸¤Î¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë"
+
+#: collect2.c:3522
+msgid "unsupported version"
+msgstr "¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¥Ð¡¼¥¸¥ç¥ó¤Ç¤¹"
+
+#: collect2.c:3524
+#, c-format
+msgid "unknown {de,en}code_mach_o_hdr return value %d"
+msgstr "ÉÔÌÀ¤Ê {de,en}code_mach_o_hdr Ìá¤êÃÍ %d"
+
+#: collect2.c:3544
+#, c-format
+msgid "fstat %s"
+msgstr "fstat %s"
+
+#: collect2.c:3581 collect2.c:3629
+#, c-format
+msgid "lseek %s 0"
+msgstr "lseek %s 0"
+
+#: collect2.c:3585
+#, c-format
+msgid "read %s"
+msgstr "read %s"
+
+#: collect2.c:3588
+#, c-format
+msgid "read %ld bytes, expected %ld, from %s"
+msgstr "%ld ¥Ð¥¤¥ÈÆɹþ¤ß¡£%ld (%s ¤«¤é)Æɹþ¤à¤Ï¤º¤Ç¤¹"
+
+#: collect2.c:3609
+#, c-format
+msgid "msync %s"
+msgstr "msync %s"
+
+#: collect2.c:3616
+#, c-format
+msgid "munmap %s"
+msgstr "munmap %s"
+
+#: collect2.c:3633
+#, c-format
+msgid "write %s"
+msgstr "write %s"
+
+#: collect2.c:3636
+#, c-format
+msgid "wrote %ld bytes, expected %ld, to %s"
+msgstr "%ld ¥Ð¥¤¥È½ñ¹þ¤ß¡£%ld (%s ¤Ø)½ñ¹þ¤à¤Ï¤º¤Ç¤¹"
+
+#: combine.c:12818
+#, c-format
+msgid ""
+";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
+";; %d successes.\n"
+"\n"
+msgstr ""
+";; ·ë¹çÅý·×: %d »î¹Ô, %d ÂåÂØ (%d ¿·¤¿¤Ê¶õ´Ö¤òÍ×µá),\n"
+";; %d À®¸ù¡£\n"
+
+#: combine.c:12828
+#, c-format
+msgid ""
+"\n"
+";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
+";; %d successes.\n"
+msgstr ""
+"\n"
+";; ·ë¹ç¹ç·×: %d »î¹Ô, %d ÂåÂØ (%d ¿·¤¿¤Ê¶õ´Ö¤òÍ×µá),\n"
+";; %d À®¸ù¡£\n"
+
+#. Run-time compilation parameters selecting different hardware subsets.
+#: config/1750a/1750a.h:39
+msgid "Use VAX-C alignment"
+msgstr "VAX-C ¥¢¥é¥¤¥ó¥á¥ó¥È¤ò»ÈÍÑ"
+
+#: config/a29k/a29k.c:1006
+#, c-format
+msgid "invalid %%Q value"
+msgstr "̵¸ú¤Ê %%Q ÃÍ"
+
+#: config/a29k/a29k.c:1012 config/alpha/alpha.c:4055
+#, c-format
+msgid "invalid %%C value"
+msgstr "̵¸ú¤Ê %%C ÃÍ"
+
+#: config/a29k/a29k.c:1018 config/alpha/alpha.c:3919
+#: config/rs6000/rs6000.c:4015
+#, c-format
+msgid "invalid %%N value"
+msgstr "̵¸ú¤Ê %%N ÃÍ"
+
+#: config/a29k/a29k.c:1024 config/alpha/alpha.c:3990
+#: config/rs6000/rs6000.c:3977
+#, c-format
+msgid "invalid %%M value"
+msgstr "̵¸ú¤Ê %%M ÃÍ"
+
+#: config/a29k/a29k.c:1030 config/alpha/alpha.c:3982
+#: config/rs6000/rs6000.c:3942
+#, c-format
+msgid "invalid %%m value"
+msgstr "̵¸ú¤Ê %%m ÃÍ"
+
+#: config/a29k/a29k.c:1130 config/alpha/alpha.c:3943 config/romp/romp.c:682
+#, c-format
+msgid "invalid %%L value"
+msgstr "̵¸ú¤Ê %%L ÃÍ"
+
+#: config/a29k/a29k.c:1135 config/rs6000/rs6000.c:4023
+#, c-format
+msgid "invalid %%O value"
+msgstr "̵¸ú¤Ê %%O ÃÍ"
+
+#: config/a29k/a29k.c:1141 config/alpha/alpha.c:3927
+#: config/rs6000/rs6000.c:4042
+#, c-format
+msgid "invalid %%P value"
+msgstr "̵¸ú¤Ê %%P ÃÍ"
+
+#: config/a29k/a29k.c:1151
+#, c-format
+msgid "invalid %%V value"
+msgstr "̵¸ú¤Ê %%V ÃÍ"
+
+#: config/a29k/a29k.h:101
+msgid "Generate code assuming DW bit is set"
+msgstr "DW ¥Ó¥Ã¥È¤¬¥»¥Ã¥È¤µ¤ì¤¿¤È¸«¤Ê¤·¤Æ¥³¡¼¥ÉÀ¸À®"
+
+#: config/a29k/a29k.h:102
+msgid "Generate code assuming DW bit is not set"
+msgstr "DW ¥Ó¥Ã¥È¤¬¥»¥Ã¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¤È¸«¤Ê¤·¤Æ¥³¡¼¥ÉÀ¸À®"
+
+#: config/a29k/a29k.h:103
+msgid "Generate code using byte writes"
+msgstr "¥Ð¥¤¥È½ñ¤­¹þ¤ß¤ò»È¤Ã¤Æ¥³¡¼¥ÉÀ¸À®"
+
+#: config/a29k/a29k.h:104
+msgid "Do not generate byte writes"
+msgstr "¥Ð¥¤¥È½ñ¤­¹þ¤ß¤ò»È¤ï¤º¤Ë¥³¡¼¥ÉÀ¸À®"
+
+#: config/a29k/a29k.h:105
+msgid "Use small memory model"
+msgstr "¥¹¥â¡¼¥ë¥á¥â¥ê¥â¥Ç¥ë¤òÍøÍÑ"
+
+#: config/a29k/a29k.h:106
+msgid "Use normal memory model"
+msgstr "¥Î¡¼¥Þ¥ë¥á¥â¥ê¥â¥Ç¥ë¤òÍøÍÑ"
+
+#: config/a29k/a29k.h:107
+msgid "Use large memory model"
+msgstr "¥é¡¼¥¸¥á¥â¥ê¥â¥Ç¥ë¤òÍøÍÑ"
+
+#: config/a29k/a29k.h:108
+msgid "Generate 29050 code"
+msgstr "29050 ¥³¡¼¥É¤òÀ¸À®"
+
+#: config/a29k/a29k.h:109
+msgid "Generate 29000 code"
+msgstr "29000 ¥³¡¼¥É¤òÀ¸À®"
+
+#: config/a29k/a29k.h:110
+msgid "Use kernel global registers"
+msgstr "¥«¡¼¥Í¥ë¥°¥í¡¼¥Ð¥ë¥ì¥¸¥¹¥¿¤òÍøÍÑ"
+
+#: config/a29k/a29k.h:111
+msgid "Use user global registers"
+msgstr "¥æ¡¼¥¶¥°¥í¡¼¥Ð¥ë¥ì¥¸¥¹¥¿¤òÍøÍÑ"
+
+#: config/a29k/a29k.h:112
+msgid "Emit stack checking code"
+msgstr "¥¹¥¿¥Ã¥¯¥Á¥§¥Ã¥¯ÍÑ¥³¡¼¥É¤òÅǤ¯"
+
+#: config/a29k/a29k.h:113
+msgid "Do not emit stack checking code"
+msgstr "¥¹¥¿¥Ã¥¯¥Á¥§¥Ã¥¯ÍÑ¥³¡¼¥É¤òÅǤ«¤Ê¤¤"
+
+#: config/a29k/a29k.h:114
+msgid "Work around storem hardware bug"
+msgstr "storem ¥Ï¡¼¥É¥¦¥§¥¢¥Ð¥°¤ÎÂнè¤ò¹Ô¤Ê¤¦"
+
+#: config/a29k/a29k.h:115
+msgid "Do not work around storem hardware bug"
+msgstr "storem ¥Ï¡¼¥É¥¦¥§¥¢¥Ð¥°¤ÎÂнè¤ò¹Ô¤Ê¤ï¤Ê¤¤"
+
+#: config/a29k/a29k.h:116
+msgid "Store locals in argument registers"
+msgstr "°ú¿ô¥ì¥¸¥¹¥¿¤Ë¥í¡¼¥«¥ë¤Î¤â¤Î¤ò³ÊǼ¤¹¤ë"
+
+#: config/a29k/a29k.h:117
+msgid "Do not store locals in arg registers"
+msgstr "°ú¿ô¥ì¥¸¥¹¥¿¤Ë¥í¡¼¥«¥ë¤Î¤â¤Î¤ò³ÊǼ¤·¤Ê¤¤"
+
+#: config/a29k/a29k.h:118 config/i960/i960.h:284 config/mips/mips.h:375
+msgid "Use software floating point"
+msgstr "¥½¥Õ¥ÈÉâÆ°¾®¿ôÅÀ¤òÍøÍѤ¹¤ë"
+
+#: config/a29k/a29k.h:119
+msgid "Do not generate multm instructions"
+msgstr "multm Ì¿Îá¤òÀ¸À®¤·¤Ê¤¤"
+
+#: config/alpha/alpha.c:201
+#, c-format
+msgid "bad value `%s' for -mtrap-precision switch"
+msgstr "-mtrap-precision ¥¹¥¤¥Ã¥Á¤Ë¤È¤Ã¤Æ¤ÎÉÔÀµ¤ÊÃÍ `%s'"
+
+#: config/alpha/alpha.c:215
+#, c-format
+msgid "bad value `%s' for -mfp-rounding-mode switch"
+msgstr "-mfp-rounding-mode ¥¹¥¤¥Ã¥Á¤Ë¤È¤Ã¤Æ¤ÎÉÔÀµ¤ÊÃÍ `%s'"
+
+#: config/alpha/alpha.c:230
+#, c-format
+msgid "bad value `%s' for -mfp-trap-mode switch"
+msgstr "-mfp-trap-mode ¥¹¥¤¥Ã¥Á¤Ë¤È¤Ã¤Æ¤ÎÉÔÀµ¤ÊÃÍ `%s'"
+
+#: config/alpha/alpha.c:249 config/alpha/alpha.c:261
+#, c-format
+msgid "bad value `%s' for -mcpu switch"
+msgstr "-mcpu ¥¹¥¤¥Ã¥Á¤Ë¤È¤Ã¤Æ¤ÎÉÔÀµ¤ÊÃÍ `%s'"
+
+#: config/alpha/alpha.c:269
+msgid "fp software completion requires -mtrap-precision=i"
+msgstr "ÉâÆ°¾®¿ôÅÀÊä´°¤Ï -mtrap-precision=i ¤òɬÍפȤ·¤Þ¤¹"
+
+#: config/alpha/alpha.c:285
+msgid "rounding mode not supported for VAX floats"
+msgstr "VAX ÉâÆ°¾®¿ô¤Ç¤Ï´Ý¤á¥â¡¼¥É¤òÍøÍѤǤ­¤Þ¤»¤ó"
+
+#: config/alpha/alpha.c:290
+msgid "trap mode not supported for VAX floats"
+msgstr "VAX ÉâÆ°¾®¿ô¤Ç¤Ï¥È¥é¥Ã¥×¥â¡¼¥É¤òÍøÍѤǤ­¤Þ¤»¤ó"
+
+#: config/alpha/alpha.c:319
+#, c-format
+msgid "L%d cache latency unknown for %s"
+msgstr "L%d ¥­¥ã¥Ã¥·¥å¥ì¥¤¥Æ¥ó¥·¤Ï %s ¤Ë¤È¤Ã¤ÆÉÔÌÀ¤Ç¤¹"
+
+#: config/alpha/alpha.c:334
+#, c-format
+msgid "bad value `%s' for -mmemory-latency"
+msgstr "`%s' ¤Ï -mmemory-latency ¤Ë¤È¤Ã¤ÆÉÔÀµ¤ÊÃͤǤ¹"
+
+#: config/alpha/alpha.c:3901 config/ia64/ia64.c:3368
+#, c-format
+msgid "invalid %%r value"
+msgstr "̵¸ú¤Ê %%r ÃÍ"
+
+#: config/alpha/alpha.c:3912 config/rs6000/rs6000.c:4088
+#, c-format
+msgid "invalid %%R value"
+msgstr "̵¸ú¤Ê %%R ÃÍ"
+
+#: config/alpha/alpha.c:3935 config/romp/romp.c:724 config/romp/romp.c:731
+#, c-format
+msgid "invalid %%h value"
+msgstr "̵¸ú¤Ê %%h ÃÍ"
+
+#: config/alpha/alpha.c:4025
+#, c-format
+msgid "invalid %%U value"
+msgstr "̵¸ú¤Ê %%U ÃÍ"
+
+#: config/alpha/alpha.c:4033 config/alpha/alpha.c:4044 config/romp/romp.c:690
+#: config/rs6000/rs6000.c:4096
+#, c-format
+msgid "invalid %%s value"
+msgstr "̵¸ú¤Ê %%s ÃÍ"
+
+#: config/alpha/alpha.c:4092 config/rs6000/rs6000.c:3806
+#, c-format
+msgid "invalid %%E value"
+msgstr "̵¸ú¤Ê %%E ÃÍ"
+
+#: config/alpha/alpha.c:4113 config/romp/romp.c:965
+#: config/rs6000/rs6000.c:4388
+#, c-format
+msgid "invalid %%xn code"
+msgstr "̵¸ú¤Ê %%xn ¥³¡¼¥É"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/alpha/alpha.h:200 config/i386/i386.h:233 config/i386/i386.h:235
+#: config/i386/i386.h:237 config/ns32k/ns32k.h:103 config/rs6000/rs6000.h:301
+#: config/sparc/sparc.h:577 config/sparc/sparc.h:582
+msgid "Use hardware fp"
+msgstr "¥Ï¡¼¥É¥¦¥§¥¢ÉâÆ°¾®¿ôÅÀ¤òÍøÍÑ"
+
+#: config/alpha/alpha.h:201 config/i386/i386.h:234 config/i386/i386.h:236
+#: config/rs6000/rs6000.h:303 config/sparc/sparc.h:579
+#: config/sparc/sparc.h:584
+msgid "Do not use hardware fp"
+msgstr "¥Ï¡¼¥É¥¦¥§¥¢ÉâÆ°¾®¿ôÅÀ¤òÍøÍѤ·¤Ê¤¤"
+
+#: config/alpha/alpha.h:202
+msgid "Use fp registers"
+msgstr "ÉâÆ°¾®¿ôÅÀ¥ì¥¸¥¹¥¿¤òÍøÍѤ¹¤ë"
+
+#: config/alpha/alpha.h:204
+msgid "Do not use fp registers"
+msgstr "ÉâÆ°¾®¿ôÅÀ¥ì¥¸¥¹¥¿¤òÍøÍѤ·¤Ê¤¤"
+
+#: config/alpha/alpha.h:205
+msgid "Do not assume GAS"
+msgstr "GAS ¤ÎÍøÍѤòÁ°Äó¤È¤·¤Ê¤¤"
+
+#: config/alpha/alpha.h:206
+msgid "Assume GAS"
+msgstr "GAS ¤ÎÍøÍѤòÁ°Äó¤È¤¹¤ë"
+
+#: config/alpha/alpha.h:208
+msgid "Request IEEE-conformant math library routines (OSF/1)"
+msgstr "IEEE ½àµò¤Î¿ô³Ø¥é¥¤¥Ö¥é¥ê¥ë¡¼¥Á¥ó (OSF/1) ¤òÍ׵᤹¤ë"
+
+#: config/alpha/alpha.h:210
+msgid "Emit IEEE-conformant code, without inexact exceptions"
+msgstr "ÉÔŬÀÚ¤ÊÎã³°¤ò½ü¤¤¤Æ IEEE ½àµò¤Î¥³¡¼¥É¤òȯ¹Ô¤¹¤ë"
+
+#: config/alpha/alpha.h:212
+msgid "Emit IEEE-conformant code, with inexact exceptions"
+msgstr "ÉÔŬÀÚ¤ÊÎã³°¤ò´Þ¤á¤Æ IEEE ½àµò¤Î¥³¡¼¥É¤òȯ¹Ô¤¹¤ë"
+
+#: config/alpha/alpha.h:214
+msgid "Do not emit complex integer constants to read-only memory"
+msgstr "Ê£ÁÇ¿ô¤ÎÀ°¿ôÄê¿ô¤òÆɤ߹þ¤ßÀìÍÑ¥á¥â¥ê¤ËŸ³«¤µ¤»¤Ê¤¤"
+
+#: config/alpha/alpha.h:215
+msgid "Use VAX fp"
+msgstr "VAX ÉâÆ°¾®¿ôÅÀ¤òÍøÍѤ¹¤ë"
+
+#: config/alpha/alpha.h:216
+msgid "Do not use VAX fp"
+msgstr "VAX ÉâÆ°¾®¿ôÅÀ¤òÍøÍѤ·¤Ê¤¤"
+
+#: config/alpha/alpha.h:217
+msgid "Emit code for the byte/word ISA extension"
+msgstr "¥Ð¥¤¥È/¥ï¡¼¥É ISA ³ÈÄ¥ÍѤΥ³¡¼¥É¤òȯ¹Ô¤¹¤ë"
+
+#: config/alpha/alpha.h:220
+msgid "Emit code for the motion video ISA extension"
+msgstr "¥â¡¼¥·¥ç¥ó¥Ó¥Ç¥ª ISA ³ÈÄ¥ÍѤΥ³¡¼¥É¤òȯ¹Ô¤¹¤ë"
+
+#: config/alpha/alpha.h:223
+msgid "Emit code for the fp move and sqrt ISA extension"
+msgstr "ÉâÆ°¾®¿ôÅÀ move ¤È sqrt ISA ³ÈÄ¥ÍѤΥ³¡¼¥É¤òȯ¹Ô¤¹¤ë"
+
+#: config/alpha/alpha.h:225
+msgid "Emit code for the counting ISA extension"
+msgstr "¥«¥¦¥ó¥È ISA ³ÈÄ¥ÍѤΥ³¡¼¥É¤òȯ¹Ô¤¹¤ë"
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of
+#. command options that have values. Its definition is an initializer
+#. with a subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the fixed
+#. part of the option name, and the address of a variable. The
+#. variable, type `char *', is set to the variable part of the given
+#. option if the fixed part matches. The actual option name is made
+#. by appending `-m' to the specified name.
+#.
+#. Here is an example which defines `-mshort-data-NUMBER'. If the
+#. given option is `-mshort-data-512', the variable `m88k_short_data'
+#. will be set to the string `"512"'.
+#.
+#. extern char *m88k_short_data;
+#. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
+#. For -mcpu=
+#. For -mtune=
+#. For -mfp-rounding-mode=[n|m|c|d]
+#. For -mfp-trap-mode=[n|u|su|sui]
+#. For -mtrap-precision=[p|f|i]
+#. For -mmemory-latency=
+#: config/alpha/alpha.h:262
+msgid "Use features of and schedule given CPU"
+msgstr "CPU ¤ËÍ¿¤¨¤é¤ì¤¿ÆÃħ¤ä¥¹¥±¥¸¥å¡¼¥ë¤òÍøÍѤ¹¤ë"
+
+#: config/alpha/alpha.h:264
+msgid "Schedule given CPU"
+msgstr "CPU ¤ËÍ¿¤¨¤é¤ì¤¿¥¹¥±¥¸¥å¡¼¥ë¤òÍøÍѤ¹¤ë"
+
+#: config/alpha/alpha.h:266
+msgid "Control the generated fp rounding mode"
+msgstr "À¸À®¤µ¤ì¤¿ÉâÆ°¾®¿ôÅÀ´Ý¤á¥â¡¼¥É¤òÀ©¸æ¤¹¤ë"
+
+#: config/alpha/alpha.h:268
+msgid "Control the IEEE trap mode"
+msgstr "IEEE ¥È¥é¥Ã¥×¥â¡¼¥É¤òÀ©¸æ¤¹¤ë"
+
+#: config/alpha/alpha.h:270
+msgid "Control the precision given to fp exceptions"
+msgstr "ÉâÆ°¾®¿ôÅÀÎã³°¤ËÍ¿¤¨¤é¤ì¤¿ÀºÅÙ¤òÀ©¸æ¤¹¤ë"
+
+#: config/alpha/alpha.h:272
+msgid "Tune expected memory latency"
+msgstr "ͽ´ü¤µ¤ì¤ë¥á¥â¥ê¥ì¥¤¥Æ¥ó¥·¤òÄ´À°¤¹¤ë"
+
+#. The names we put in the hashtable will always be the unique versions gived to us by the stringtable, so we can just use their addresses as the keys.
+#. See if we already have an entry for this section.
+#: config/alpha/elf.h:354 config/elfos.h:461 config/i386/sco5.h:492
+#: config/pa/pa-64.h:320 config/rs6000/sysv4.h:963
+#, c-format
+msgid "%s causes a section type conflict"
+msgstr "%s ¤Ï¥»¥¯¥·¥ç¥ó¥¿¥¤¥×¤Î¶¥¹ç¤ò°ú¤­µ¯¤³¤·¤Þ¤¹"
+
+#: config/arc/arc.c:108
+#, c-format
+msgid "bad value (%s) for -mcpu switch"
+msgstr "-mcpu ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ (%s)"
+
+#: config/arc/arc.c:1666 config/m32r/m32r.c:2217
+msgid "invalid operand to %R code"
+msgstr "%R ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
+
+#: config/arc/arc.c:1698 config/m32r/m32r.c:2240
+msgid "invalid operand to %H/%L code"
+msgstr "%H/%L ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
+
+#: config/arc/arc.c:1722 config/m32r/m32r.c:2317
+msgid "invalid operand to %U code"
+msgstr "%U ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
+
+#: config/arc/arc.c:1733
+msgid "invalid operand to %V code"
+msgstr "%V ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
+
+#. Unknown flag.
+#: config/arc/arc.c:1740 config/m32r/m32r.c:2356 config/sparc/sparc.c:5888
+msgid "invalid operand output code"
+msgstr "̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É½ÐÎÏ¥³¡¼¥É"
+
+#: config/arm/arm.c:372
+#, c-format
+msgid "switch -mcpu=%s conflicts with -march= switch"
+msgstr "-mcpu=%s ¥¹¥¤¥Ã¥Á¤Ï -march= ¥¹¥¤¥Ã¥Á¤È¶¥¹ç¤·¤Þ¤¹"
+
+#: config/arm/arm.c:382 config/rs6000/rs6000.c:311 config/sparc/sparc.c:317
+#, c-format
+msgid "bad value (%s) for %s switch"
+msgstr "ÃÍ (%s) ¤Ï %s switch ¤Ë¤È¤Ã¤ÆÀµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
+
+#: config/arm/arm.c:518
+msgid "target CPU does not support APCS-32"
+msgstr "¥¿¡¼¥²¥Ã¥È CPU ¤Ï APCS-32 ¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤»¤ó"
+
+#: config/arm/arm.c:523
+msgid "target CPU does not support APCS-26"
+msgstr "¥¿¡¼¥²¥Ã¥È CPU ¤Ï APCS-26 ¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤»¤ó"
+
+#: config/arm/arm.c:529
+msgid "target CPU does not support interworking"
+msgstr "¥¿¡¼¥²¥Ã¥È CPU ¤Ï interworking ¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤»¤ó"
+
+#: config/arm/arm.c:535
+msgid "target CPU does not support THUMB instructions."
+msgstr "¥¿¡¼¥²¥Ã¥È CPU ¤Ï THUMB Ì¿Îá¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤»¤ó"
+
+#: config/arm/arm.c:549
+msgid "enabling backtrace support is only meaningful when compiling for the Thumb."
+msgstr "Thumb ÍѤ˥³¥ó¥Ñ¥¤¥ë¤·¤¿¤È¤­¤Î¤ß¡¢°ÕÌ£¤Î¤¢¤ë¥Ð¥Ã¥¯¥È¥ì¡¼¥¹¤òÍ­¸ú¤Ë¤·¤Þ¤¹"
+
+#: config/arm/arm.c:552
+msgid "enabling callee interworking support is only meaningful when compiling for the Thumb."
+msgstr "Thumb ÍѤ˥³¥ó¥Ñ¥¤¥ë¤·¤¿¤È¤­¤Î¤ß¡¢Èï¸Æ¤Ó½Ð¤·Â¦ interworking ¤òÍ­¸ú¤Ë¤·¤Þ¤¹"
+
+#: config/arm/arm.c:555
+msgid "enabling caller interworking support is only meaningful when compiling for the Thumb."
+msgstr "Thumb ÍѤ˥³¥ó¥Ñ¥¤¥ë¤·¤¿¤È¤­¤Î¤ß¡¢¸Æ¤Ó½Ð¤·Â¦ interworking ¤òÍ­¸ú¤Ë¤·¤Þ¤¹"
+
+#: config/arm/arm.c:561
+msgid "interworking forces APCS-32 to be used"
+msgstr "interworking ¤Ï APCS-32 ¤Î»ÈÍѤò¶¯Íפ·¤Þ¤¹"
+
+#: config/arm/arm.c:567
+msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
+msgstr "-mapcs-stack-check ¤Ï -mno-apcs-frame ¤È¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: config/arm/arm.c:575
+msgid "-fpic and -mapcs-reent are incompatible"
+msgstr "-fpic ¤È -mapcs-reent ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: config/arm/arm.c:578
+msgid "APCS reentrant code not supported. Ignored"
+msgstr "APCS ºÆÆþ²Äǽ¥³¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó¡£Ìµ»ë¤µ¤ì¤Þ¤·¤¿"
+
+#: config/arm/arm.c:586
+msgid "-g with -mno-apcs-frame may not give sensible debugging"
+msgstr "-g ¤Ë -mno-apcs-frame ¤ò¤Ä¤±¤ë¤È¡¢¤­¤áºÙ¤«¤Ê¥Ç¥Ð¥Ã¥°¤Ï¤Ç¤­¤Ê¤¤¤Ç¤·¤ç¤¦"
+
+#: config/arm/arm.c:594
+msgid "Passing floating point arguments in fp regs not yet supported"
+msgstr "ÉâÆ°¾®¿ôÅÀ°ú¿ô¤òÉâÆ°¾®¿ôÅÀ¥ì¥¸¥¹¥¿¤ÇÅϤ¹¤³¤È¤Ï¡¢¤Þ¤À¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
+
+#: config/arm/arm.c:623
+#, c-format
+msgid "Invalid floating point emulation option: -mfpe-%s"
+msgstr "̵¸ú¤ÊÉâÆ°¾®¿ôÅÀ¥¨¥ß¥å¥ì¡¼¥È¥ª¥×¥·¥ç¥ó: -mfpe-%s"
+
+#: config/arm/arm.c:647
+msgid "Structure size boundary can only be set to 8 or 32"
+msgstr "¹½Â¤ÂΤΥµ¥¤¥º¶­³¦¤Ï 8 Ëô¤Ï 32 ¤Ë¤·¤«ÀßÄê¤Ç¤­¤Þ¤»¤ó"
+
+#: config/arm/arm.c:655
+msgid "-mpic-register= is useless without -fpic"
+msgstr "-mpic-register= ¤Ï -fpic ¤ò¤Ä¤±¤Ê¤¤¤ÈÌò¤ËΩ¤Á¤Þ¤»¤ó"
+
+#: config/arm/arm.c:664
+#, c-format
+msgid "Unable to use '%s' for PIC register"
+msgstr "'%s' ¤ò PIC ¤Î¥ì¥¸¥¹¥¿¤È¤·¤Æ»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó"
+
+#. FIXME - the way to handle this situation is to allow
+#. the pretend args to be dumped onto the stack, then
+#. reuse r3 to save IP. This would involve moving the
+#. copying of SP into IP until after the pretend args
+#. have been dumped, but this is not too hard.
+#. [See e.g. gcc.c-torture/execute/nest-stdar-1.c.]
+#: config/arm/arm.c:7844
+msgid "Unable to find a temporary location for static chain register"
+msgstr "ÀÅŪ¥Á¥§¥¤¥ó¥ì¥¸¥¹¥¿ÍѤΰì»þÎΰè¤ò¸«¤Ä¤±¤é¤ì¤Þ¤»¤ó"
+
+#: config/arm/arm.c:8806
+msgid "Unable to compute real location of stacked parameter"
+msgstr "¥¹¥¿¥Ã¥¯¤ËÀѤޤ줿²¾°ú¿ô¤Î¼ÂºÝ¤ÎÎΰè¤ò·×»»¤Ç¤­¤Þ¤»¤ó"
+
+#: config/arm/arm.c:9500
+msgid "no low registers available for popping high registers"
+msgstr "¹â°Ì¥ì¥¸¥¹¥¿¤ò pop ¤¹¤ë°Ù¤Ë»ÈÍѤǤ­¤ëÄã°Ì¥ì¥¸¥¹¥¿¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: config/arm/arm.c:9712
+msgid "Interrupt Service Routines cannot be coded in Thumb mode."
+msgstr "Thumb ¥â¡¼¥É¤Ç¤Ï³ä¤ê¹þ¤ß¥µ¡¼¥Ó¥¹¥ë¡¼¥Á¥ó¤ò¥³¡¼¥É²½¤Ç¤­¤Þ¤»¤ó"
+
+#: config/arm/arm.h:421
+msgid "Generate APCS conformant stack frames"
+msgstr "APCS Ŭ¹ç¤·¤¿¥¹¥¿¥Ã¥¯¥Õ¥ì¡¼¥à¤òÀ¸À®¤¹¤ë"
+
+#: config/arm/arm.h:424
+msgid "Store function names in object code"
+msgstr "¥ª¥Ö¥¸¥§¥¯¥È¥³¡¼¥É¤Ë´Ø¿ô̾¤ò³ÊǼ¤¹¤ë"
+
+#: config/arm/arm.h:428
+msgid "Use the 32-bit version of the APCS"
+msgstr "APCS ¤Î 32 ¥Ó¥Ã¥ÈÈǤò»ÈÍѤ¹¤ë"
+
+#: config/arm/arm.h:430
+msgid "Use the 26-bit version of the APCS"
+msgstr "APCS ¤Î 26 ¥Ó¥Ã¥ÈÈǤò»ÈÍѤ¹¤ë"
+
+#: config/arm/arm.h:434
+msgid "Pass FP arguments in FP registers"
+msgstr "FP ¥ì¥¸¥¹¥¿¤Ç FP °ú¿ô¤òÅϤ¹"
+
+#: config/arm/arm.h:437
+msgid "Generate re-entrant, PIC code"
+msgstr "ºÆÆþ²Äǽ¤Ê PIC ¥³¡¼¥É¤òÀ¸À®¤·¤Þ¤¹"
+
+#: config/arm/arm.h:440
+msgid "The MMU will trap on unaligned accesses"
+msgstr "MMU ¤Ï¥¢¥é¥¤¥ó¥á¥ó¥È¤µ¤ì¤Ê¤¤¥¢¥¯¥»¥¹¤Ç¥È¥é¥Ã¥×¤òȯ¤¹¤ë¤Ç¤·¤ç¤¦"
+
+#: config/arm/arm.h:447
+msgid "Use library calls to perform FP operations"
+msgstr "ÉâÆ°¾®¿ôÅÀ±é»»¤ò¹Ô¤¦¥é¥¤¥Ö¥é¥ê¸Æ¤Ó½Ð¤·¤òÍøÍѤ¹¤ë"
+
+#: config/arm/arm.h:449 config/i960/i960.h:282
+msgid "Use hardware floating point instructions"
+msgstr "¥Ï¡¼¥É¥¦¥§¥¢ÉâÆ°¾®¿ôÅÀÌ¿Îá¤ò»ÈÍѤ¹¤ë"
+
+#: config/arm/arm.h:451
+msgid "Assume target CPU is configured as big endian"
+msgstr "¥¿¡¼¥²¥Ã¥È CPU ¤¬¥Ó¥Ã¥¯¥¨¥ó¥Ç¥£¥¢¥ó¤È¤·¤ÆÀßÄꤵ¤ì¤Æ¤¤¤ë¤È¤ß¤Ê¤¹"
+
+#: config/arm/arm.h:453
+msgid "Assume target CPU is configured as little endian"
+msgstr "¥¿¡¼¥²¥Ã¥È CPU ¤¬¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¤È¤·¤ÆÀßÄꤵ¤ì¤Æ¤¤¤ë¤È¤ß¤Ê¤¹"
+
+#: config/arm/arm.h:455
+msgid "Assume big endian bytes, little endian words"
+msgstr "byte ¤¬¥Ó¥Ã¥°¥¨¥ó¥Ç¥£¥¢¥ó¤Ç word ¤¬¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¤È¤ß¤Ê¤¹"
+
+#: config/arm/arm.h:457
+msgid "Support calls between Thumb and ARM instruction sets"
+msgstr "Thumb ¤È ARM Ì¿Î᥻¥Ã¥È´Ö¤Î¸Æ¤Ó½Ð¤·¤ò¥µ¥Ý¡¼¥È¤¹¤ë"
+
+#: config/arm/arm.h:460
+msgid "Generate a call to abort if a noreturn function returns"
+msgstr "noreturn ´Ø¿ô¤¬ return ¤¹¤ë¤È¤­ abort ¤Î¸Æ¤Ó½Ð¤·¤òÀ¸À®¤¹¤ë"
+
+#: config/arm/arm.h:463
+msgid "Do not move instructions into a function's prologue"
+msgstr "´Ø¿ô¤Î³«»ÏÉôʬ¤ËÌ¿Îá¤ò°ÜÆ°¤·¤Ê¤¤"
+
+#: config/arm/arm.h:466
+msgid "Do not load the PIC register in function prologues"
+msgstr "´Ø¿ô¤ÎÁ°ÃÖ¤­Éôʬ¤Ë PIC ¥ì¥¸¥¹¥¿¤ò¥í¡¼¥É¤·¤Ê¤¤"
+
+#: config/arm/arm.h:469
+msgid "Generate call insns as indirect calls, if necessary"
+msgstr "ɬÍפ¬¤¢¤ì¤Ð¡¢Ì¿Îá¸Æ¤Ó½Ð¤·¤ò´ÖÀܸƤӽФ·¤È¤·¤ÆÀ¸À®¤¹¤ë"
+
+#: config/arm/arm.h:472
+msgid "Compile for the Thumb not the ARM"
+msgstr "ARM ¤Ç¤Ï¤Ê¤¯ Thumb ÍѤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
+
+#: config/arm/arm.h:476
+msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
+msgstr "Thumb: ÉÔÍפʾì¹ç¤Ç¤â(ÈóËöü)¥¹¥¿¥Ã¥¯¥Õ¥ì¡¼¥à¤òÀ¸À®¤¹¤ë"
+
+#: config/arm/arm.h:479
+msgid "Thumb: Generate (leaf) stack frames even if not needed"
+msgstr "Thumb: ÉÔÍפʾì¹ç¤Ç¤â(Ëöü)¥¹¥¿¥Ã¥¯¥Õ¥ì¡¼¥à¤òÀ¸À®¤¹¤ë"
+
+#: config/arm/arm.h:482
+msgid "Thumb: Assume non-static functions may be called from ARM code"
+msgstr "Thumb: ÈóÀÅŪ´Ø¿ô¤¬ ARM ¥³¡¼¥É¤«¤é¸Æ¤Ó½Ð¤µ¤ì¤ë²ÄǽÀ­¤¬¤¢¤ë¤È¤ß¤Ê¤¹"
+
+#: config/arm/arm.h:486
+msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
+msgstr "Thumb: ´Ø¿ô¥Ý¥¤¥ó¥¿¤¬Èó Thumb ¤Èǧ¼±¤¹¤ë¥³¡¼¥É¤ËÆÍÆþ¤¹¤ë²ÄǽÀ­¤¬¤¢¤ë¤È¤ß¤Ê¤¹"
+
+#: config/arm/arm.h:496
+msgid "Specify the name of the target CPU"
+msgstr "¥¿¡¼¥²¥Ã¥È CPU ¤Î̾Á°¤ò»ØÄꤹ¤ë"
+
+#: config/arm/arm.h:498
+msgid "Specify the name of the target architecture"
+msgstr "¥¿¡¼¥²¥Ã¥È¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Î̾Á°¤ò»ØÄꤹ¤ë"
+
+#: config/arm/arm.h:502
+msgid "Specify the version of the floating point emulator"
+msgstr "ÉâÆ°¾®¿ôÅÀ¥¨¥ß¥å¥ì¡¼¥¿¤Î¥Ð¡¼¥¸¥ç¥ó¤ò»ØÄꤹ¤ë"
+
+#: config/arm/arm.h:504
+msgid "Specify the minimum bit alignment of structures"
+msgstr "¹½Â¤ÂÎ¥¢¥é¥¤¥ó¥á¥ó¥È¤ÎºÇ¾®¥Ó¥Ã¥È¿ô¤ò»ØÄꤹ¤ë"
+
+#: config/arm/arm.h:506
+msgid "Specify the register to be used for PIC addressing"
+msgstr "PIC ¥¢¥É¥ì¥·¥ó¥°¤ËÍøÍѤµ¤ì¤ë¥ì¥¸¥¹¥¿¤ò»ØÄꤹ¤ë"
+
+#: config/arm/pe.c:255 config/i386/winnt.c:339 config/mcore/mcore.c:3400
+#, c-format
+msgid "initialized variable `%s' is marked dllimport"
+msgstr "½é´ü²½¤µ¤ì¤¿ÊÑ¿ô `%s' ¤Ï dllimport ¥Þ¡¼¥¯¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: config/arm/pe.c:264 config/i386/winnt.c:348
+#, c-format
+msgid "static variable `%s' is marked dllimport"
+msgstr "ÀÅŪÊÑ¿ô `%s' ¤Ï dllimport ¤È¥Þ¡¼¥¯¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: config/arm/pe.h:62
+msgid "Ignore dllimport attribute for functions"
+msgstr "´Ø¿ô¤Î dllimport °À­¤ò̵»ë¤¹¤ë"
+
+#. None of these is actually used in cc1. If we don't define them in target
+#. switches cc1 complains about them. For the sake of argument lets allocate
+#. bit 31 of target flags for such options.
+#: config/arm/riscix.h:84
+msgid "Do symbol renaming for BSD"
+msgstr "BSD ÍѤ˥·¥ó¥Ü¥ë̾¤òÊѹ¹¤¹¤ë"
+
+#: config/arm/riscix.h:85
+msgid "Do symbol renaming for X/OPEN"
+msgstr "X/OPEN ÍѤ˥·¥ó¥Ü¥ë̾¤òÊѹ¹¤¹¤ë"
+
+#: config/arm/riscix.h:86
+msgid "Don't do symbol renaming"
+msgstr "¥·¥ó¥Ü¥ë̾¤ÎÊѹ¹¤ò¹Ô¤ï¤Ê¤¤"
+
+#: config/avr/avr.c:190
+#, c-format
+msgid "MCU `%s' not supported"
+msgstr "MCU `%s' ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
+
+#: config/avr/avr.c:430
+#, c-format
+msgid "large frame pointer change (%d) with -mtiny-stack"
+msgstr "-mtiny-stack ¤Ë¤è¤ê¥é¡¼¥¸¥Õ¥ì¡¼¥à¥Ý¥¤¥ó¥¿¤¬Êѹ¹¤µ¤ì¤Þ¤¹(%d)"
+
+#: config/avr/avr.c:4704
+msgid "Only initialized variables can be placed into program memory area."
+msgstr "¥×¥í¥°¥é¥à¥á¥â¥êÎΰèÆâ¤ËÇÛÃ֤Ǥ­¤ëÊÑ¿ô¤À¤±¤ò½é´ü²½¤·¤Þ¤·¤¿"
+
+#. `TARGET_...'
+#. This series of macros is to allow compiler command arguments to
+#. enable or disable the use of optional features of the target
+#. machine. For example, one machine description serves both the
+#. 68000 and the 68020; a command argument tells the compiler whether
+#. it should use 68020-only instructions or not. This command
+#. argument works by means of a macro `TARGET_68020' that tests a bit
+#. in `target_flags'.
+#.
+#. Define a macro `TARGET_FEATURENAME' for each such option. Its
+#. definition should test a bit in `target_flags'; for example:
+#.
+#. #define TARGET_68020 (target_flags & 1)
+#.
+#. One place where these macros are used is in the
+#. condition-expressions of instruction patterns. Note how
+#. `TARGET_68020' appears frequently in the 68000 machine description
+#. file, `m68k.md'. Another place they are used is in the
+#. definitions of the other macros in the `MACHINE.h' file.
+#: config/avr/avr.h:99
+msgid "Assume int to be 8 bit integer"
+msgstr "int ¤ò 8 ¥Ó¥Ã¥ÈÀ°¿ô¤È¤ß¤Ê¤¹"
+
+#: config/avr/avr.h:101
+msgid "Change the stack pointer without disabling interrupts"
+msgstr "³ä¤ê¹þ¤ß¤Î̵¸ú²½¤Ê¤·¤Ç¥¹¥¿¥Ã¥¯¥Ý¥¤¥ó¥¿¤òÊѹ¹¤¹¤ë"
+
+#: config/avr/avr.h:103
+msgid "Use subroutines for function prologue/epilogue"
+msgstr "´Ø¿ô¤ÎÁ°ÃÖ¤­/·ë¤Ó¤Î¤¿¤á¤Î¥µ¥Ö¥ë¡¼¥Á¥ó¤òÍøÍѤ¹¤ë"
+
+#: config/avr/avr.h:105
+msgid "Change only the low 8 bits of the stack pointer"
+msgstr "¥¹¥¿¥Ã¥¯¥Ý¥¤¥ó¥¿¤Î²¼°Ì 8 ¥Ó¥Ã¥È¤À¤±¤òÊѹ¹¤¹¤ë"
+
+#: config/avr/avr.h:107
+msgid "Do not generate tablejump insns"
+msgstr "¥Æ¡¼¥Ö¥ë¥¸¥ã¥ó¥×Ì¿Îá¤òÀ¸À®¤·¤Ê¤¤"
+
+#: config/avr/avr.h:110
+msgid "Output instruction sizes to the asm file"
+msgstr "asm ¥Õ¥¡¥¤¥ë¤ËÌ¿Î᥵¥¤¥º¤ò½ÐÎϤ¹¤ë"
+
+#: config/avr/avr.h:144
+msgid "Specify the initial stack address"
+msgstr "½é´ü¥¹¥¿¥Ã¥¯¥¢¥É¥ì¥¹¤ò»ØÄꤹ¤ë"
+
+#: config/avr/avr.h:145
+msgid "Specify the MCU name"
+msgstr "MCU ̾¤ò»ØÄꤹ¤ë"
+
+#: config/avr/avr.h:2899
+msgid "Trampolines not supported\n"
+msgstr "¥È¥é¥ó¥Ý¥ê¥ó¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó\n"
+
+#: config/c4x/c4x.c:268
+#, c-format
+msgid "Unknown CPU version %d, using 40.\n"
+msgstr "ÉÔÌÀ¤Ê CPU ¥Ð¡¼¥¸¥ç¥ó %d¡¢40 ¤ò»ÈÍѤ·¤Þ¤¹¡£\n"
+
+#: config/c4x/c4x.c:859
+#, c-format
+msgid "ISR %s requires %d words of local vars, max is 32767."
+msgstr "ISR %s ¤Ï %d ¥ï¡¼¥É¤Î¥í¡¼¥«¥ëÊÑ¿ô¤òÍ׵ᤷ¡¢ºÇÂç¤Ï 32767 ¤Ç¤¹¡£"
+
+#: config/c4x/c4x.c:4525
+#, c-format
+msgid "junk at end of '#pragma %s'"
+msgstr "'#pragma %s' ¤ÎºÇ¸å¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
+
+#. Name of the c4x assembler.
+#. Name of the c4x linker.
+#. Define assembler options.
+#. Define linker options.
+#. Define C preprocessor options.
+#. Specify the end file to link with.
+#. Target compilation option flags.
+#. Small memory model.
+#. Use 24-bit MPYI for C3x.
+#. Fast fixing of floats.
+#. Allow use of RPTS.
+#. Emit C3x code.
+#. Be compatible with TI assembler.
+#. Be paranoid about DP reg. in ISRs.
+#. Pass arguments on stack.
+#. Enable features under development.
+#. Enable repeat block.
+#. Use BK as general register.
+#. Use decrement and branch for C3x.
+#. Enable debugging of GCC.
+#. Force constants into registers.
+#. Allow unsigned loop counters.
+#. Force op0 and op1 to be same.
+#. Save all 40 bits for floats.
+#. Allow parallel insns.
+#. Allow MPY||ADD, MPY||SUB insns.
+#. Assume mem refs possibly aliased.
+#. Emit C30 code.
+#. Emit C31 code.
+#. Emit C32 code.
+#. Emit C33 code.
+#. Emit C40 code.
+#. Emit C44 code.
+#. Run-time compilation parameters selecting different hardware subsets.
+#.
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of triplets in braces,
+#. each pair being { "NAME", VALUE, "DESCRIPTION" }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/c4x/c4x.h:141
+msgid "Small memory model"
+msgstr "¥¹¥â¡¼¥ë¥á¥â¥ê¥â¥Ç¥ë"
+
+#: config/c4x/c4x.h:143
+msgid "Big memory model"
+msgstr "¥Ó¥Ã¥°¥á¥â¥ê¥â¥Ç¥ë"
+
+#: config/c4x/c4x.h:145
+msgid "Use MPYI instruction for C3x"
+msgstr "MPYI Ì¿Îá¤ò C3x ÍѤ˻ÈÍѤ¹¤ë"
+
+#: config/c4x/c4x.h:147
+msgid "Do not use MPYI instruction for C3x"
+msgstr "MPYI Ì¿Îá¤ò C3x ÍѤ˻ÈÍѤ·¤Ê¤¤"
+
+#: config/c4x/c4x.h:149
+msgid "Use fast but approximate float to integer conversion"
+msgstr "¹â®¤À¤¬¶á»÷ÃͤȤʤëÉâÆ°¾®¿ô¤«¤éÀ°¿ô¤Ø¤ÎÊÑ´¹¤òÍøÍѤ¹¤ë"
+
+#: config/c4x/c4x.h:151
+msgid "Use slow but accurate float to integer conversion"
+msgstr "Ä㮤À¤¬Àµ³Î¤ÊÉâÆ°¾®¿ô¤«¤éÀ°¿ô¤Ø¤ÎÊÑ´¹¤òÍøÍѤ¹¤ë"
+
+#: config/c4x/c4x.h:153
+msgid "Enable use of RTPS instruction"
+msgstr "RTPS Ì¿Îá¤ÎÍøÍѤòÍ­¸ú¤Ë¤¹¤ë"
+
+#: config/c4x/c4x.h:155
+msgid "Disable use of RTPS instruction"
+msgstr "RTPS Ì¿Îá¤ÎÍøÍѤò̵¸ú¤Ë¤¹¤ë"
+
+#: config/c4x/c4x.h:157
+msgid "Enable use of RTPB instruction"
+msgstr "RTPB Ì¿Îá¤ÎÍøÍѤòÍ­¸ú¤Ë¤¹¤ë"
+
+#: config/c4x/c4x.h:159
+msgid "Disable use of RTPB instruction"
+msgstr "RTPB Ì¿Îá¤ÎÍøÍѤò̵¸ú¤Ë¤¹¤ë"
+
+#: config/c4x/c4x.h:161
+msgid "Generate code for C30 CPU"
+msgstr "C30 CPU ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/c4x/c4x.h:163
+msgid "Generate code for C31 CPU"
+msgstr "C31 CPU ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/c4x/c4x.h:165
+msgid "Generate code for C32 CPU"
+msgstr "C32 CPU ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/c4x/c4x.h:167
+msgid "Generate code for C33 CPU"
+msgstr "C33 CPU ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/c4x/c4x.h:169
+msgid "Generate code for C40 CPU"
+msgstr "C40 CPU ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/c4x/c4x.h:171
+msgid "Generate code for C44 CPU"
+msgstr "C44 CPU ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/c4x/c4x.h:173
+msgid "Emit code compatible with TI tools"
+msgstr "TI ¥Ä¡¼¥ë¸ß´¹¤Î¥³¡¼¥É¤òȯ¹Ô¤¹¤ë"
+
+#: config/c4x/c4x.h:175
+msgid "Emit code to use GAS extensions"
+msgstr "GAS ³ÈÄ¥¤òÍøÍѤ¹¤ë¥³¡¼¥É¤òȯ¹Ô¤¹¤ë"
+
+#: config/c4x/c4x.h:177 config/c4x/c4x.h:181
+msgid "Save DP across ISR in small memory model"
+msgstr "¥¹¥â¡¼¥ë¥á¥â¥ê¥â¥Ç¥ë¤Ç ISR ¤ò¸Ù¤ë DP ¤ò¥»¡¼¥Ö¤¹¤ë"
+
+#: config/c4x/c4x.h:179 config/c4x/c4x.h:183
+msgid "Don't save DP across ISR in small memory model"
+msgstr "¥¹¥â¡¼¥ë¥â¥Ç¥ë¤Ç ISR ¤ò¸Ù¤ë DP ¤ò¥»¡¼¥Ö¤·¤Ê¤¤"
+
+#: config/c4x/c4x.h:185
+msgid "Pass arguments on the stack"
+msgstr "°ú¿ô¤ò¥¹¥¿¥Ã¥¯ÅϤ·¤Ë¤¹¤ë"
+
+#: config/c4x/c4x.h:187
+msgid "Pass arguments in registers"
+msgstr "°ú¿ô¤ò¥ì¥¸¥¹¥¿ÅϤ·¤Ë¤¹¤ë"
+
+#: config/c4x/c4x.h:189
+msgid "Enable new features under development"
+msgstr "³«È¯Ãæ¤Î¿·µ¡Ç½¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: config/c4x/c4x.h:191
+msgid "Disable new features under development"
+msgstr "³«È¯Ãæ¤Î¿·µ¡Ç½¤ò̵¸ú¤Ë¤¹¤ë"
+
+#: config/c4x/c4x.h:193
+msgid "Use the BK register as a general purpose register"
+msgstr "BK ¥ì¥¸¥¹¥¿¤òÈÆÍѥ쥸¥¹¥¿¤È¤·¤Æ»ÈÍѤ¹¤ë"
+
+#: config/c4x/c4x.h:195
+msgid "Do not allocate BK register"
+msgstr "BK ¥ì¥¸¥¹¥¿¤ò³ÎÊݤ·¤Ê¤¤"
+
+#: config/c4x/c4x.h:197
+msgid "Enable use of DB instruction"
+msgstr "DB Ì¿Îá¤Î»ÈÍѤòÍ­¸ú¤Ë¤¹¤ë"
+
+#: config/c4x/c4x.h:199
+msgid "Disable use of DB instruction"
+msgstr "DB Ì¿Îá¤Î»ÈÍѤò̵¸ú¤Ë¤¹¤ë"
+
+#: config/c4x/c4x.h:201
+msgid "Enable debugging"
+msgstr "¥Ç¥Ð¥Ã¥°¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: config/c4x/c4x.h:203
+msgid "Disable debugging"
+msgstr "¥Ç¥Ð¥Ã¥°¤ò̵¸ú¤Ë¤¹¤ë"
+
+#: config/c4x/c4x.h:205
+msgid "Force constants into registers to improve hoisting"
+msgstr "´¬¤­¾å¤²(hoist)¤ò²þÁ±¤¹¤ë¤¿¤áÄê¿ô¤ò¥ì¥¸¥¹¥¿¤Ë³ä¤êÅö¤Æ¤ë¤³¤È¤ò¶¯Íפ¹¤ë"
+
+#: config/c4x/c4x.h:207
+msgid "Don't force constants into registers"
+msgstr "Äê¿ô¤Î¥ì¥¸¥¹¥¿³ä¤êÅö¤Æ¤ò¶¯Íפ·¤Ê¤¤"
+
+#: config/c4x/c4x.h:209
+msgid "Force RTL generation to emit valid 3 operand insns"
+msgstr "RTL À¸À®¤Ë¤Ä¤¤¤Æ¡¢Àµ¾ï¤Ê 3 ¥ª¥Ú¥é¥ó¥ÉÌ¿Îá¤ò¶¯Íפ¹¤ë"
+
+#: config/c4x/c4x.h:211
+msgid "Allow RTL generation to emit invalid 3 operand insns"
+msgstr "RTL À¸À®¤Ë¤Ä¤¤¤Æ¡¢Ìµ¸ú¤Ê 3 ¥ª¥Ú¥é¥ó¥ÉÌ¿Îá¤òµöÍƤ¹¤ë"
+
+#: config/c4x/c4x.h:213
+msgid "Allow unsigned interation counts for RPTB/DB"
+msgstr "Éä¹ç̵¤·¤Î RPTB/DB ÍѤÎÈ¿Éü¥«¥¦¥ó¥È¤òµöÍƤ¹¤ë"
+
+#: config/c4x/c4x.h:215
+msgid "Disallow unsigned iteration counts for RPTB/DB"
+msgstr "Éä¹ç̵¤·¤Î RPTB/DB ÍѤÎÈ¿Éü¥«¥¦¥ó¥È¤òµöÍƤ·¤Ê¤¤"
+
+#: config/c4x/c4x.h:217
+msgid "Preserve all 40 bits of FP reg across call"
+msgstr "¸Æ¤Ó½Ð¤·¤Î´Ö FP ¥ì¥¸¥¹¥¿¤Î 40 ¥Ó¥Ã¥ÈÁ´¤Æ¤òÊݸ¤¹¤ë"
+
+#: config/c4x/c4x.h:219
+msgid "Only preserve 32 bits of FP reg across call"
+msgstr "¸Æ¤Ó½Ð¤·¤Î´Ö FP ¥ì¥¸¥¹¥¿¤Î 32 ¥Ó¥Ã¥È¤À¤±¤òÊݸ¤¹¤ë"
+
+#: config/c4x/c4x.h:221
+msgid "Enable parallel instructions"
+msgstr "ÊÂÎóÌ¿Îá¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: config/c4x/c4x.h:223
+msgid "Disable parallel instructions"
+msgstr "ÊÂÎóÌ¿Îá¤ò̵¸ú¤Ë¤¹¤ë"
+
+#: config/c4x/c4x.h:225
+msgid "Enable MPY||ADD and MPY||SUB instructions"
+msgstr "MPY||ADD ¤ª¤è¤Ó MPY||SUB Ì¿Îá¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: config/c4x/c4x.h:227
+msgid "Disable MPY||ADD and MPY||SUB instructions"
+msgstr "MPY||ADD ¤ª¤è¤Ó MPY||SUB Ì¿Îá¤ò̵¸ú¤Ë¤¹¤ë"
+
+#: config/c4x/c4x.h:229
+msgid "Assume that pointers may be aliased"
+msgstr "¥Ý¥¤¥ó¥¿¤¬ÊÌ̾¤È¤Ê¤ê¤¦¤ë¤³¤È¤òÁ°Äó¤È¤¹¤ë"
+
+#: config/c4x/c4x.h:231
+msgid "Assume that pointers not aliased"
+msgstr "¥Ý¥¤¥ó¥¿¤ÏÊÌ̾¤Ë¤Ê¤é¤Ê¤¤¤È¤ß¤Ê¤¹"
+
+#: config/c4x/c4x.h:321
+msgid "Specify maximum number of iterations for RPTS"
+msgstr "RPTS ÍѤκÇÂçÈ¿Éü¿ô¤ò»ØÄꤹ¤ë"
+
+#: config/c4x/c4x.h:323
+msgid "Select CPU to generate code for"
+msgstr "¥³¡¼¥É¤¬À¸À®¤µ¤ì¤ë CPU ¤òÁªÂò¤¹¤ë"
+
+#. Macros used in the machine description to test the flags.
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/clipper/clipper.h:40
+msgid "Generate code for the C400"
+msgstr "C400 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/clipper/clipper.h:41
+msgid "Generate code for the C300"
+msgstr "C300 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/convex/convex.h:52
+msgid "Generate code for c1"
+msgstr "c1 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/convex/convex.h:53
+msgid "Generate code for c2"
+msgstr "c2 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/convex/convex.h:54
+msgid "Generate code for c32"
+msgstr "c32 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/convex/convex.h:55 config/convex/convex.h:56
+msgid "Generate code for c34"
+msgstr "c34 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/convex/convex.h:58
+msgid "Use standard calling sequence, with arg count word"
+msgstr "ɸ½àŪ¸Æ¤Ó½Ð¤·¼ê½ç¤ò»È¤¤¡¢°ú¿ô¥«¥¦¥ó¥È word ¤ò¤Ä¤±¤ë"
+
+#: config/convex/convex.h:60
+msgid "Place arg count in a nop instruction (faster than push)"
+msgstr "nop Ì¿ÎáÆâ¤Ë°ú¿ô¥«¥¦¥ó¥È¤òÃÖ¤¯ (push ¤è¤ê¹â®)"
+
+#: config/convex/convex.h:62
+msgid "Don't push arg count, depend on symbol table"
+msgstr "°ú¿ô¥«¥¦¥ó¥È¤ò push ¤»¤º¡¢¥·¥ó¥Ü¥ë¥Æ¡¼¥Ö¥ë¤ò¤¢¤Æ¤Ë¤¹¤ë"
+
+#: config/convex/convex.h:64
+msgid "Use data cache for volatile mem refs (default)"
+msgstr "volatile ¥á¥â¥ê»²¾ÈÍѥǡ¼¥¿¥­¥ã¥Ã¥·¥å¤òÍøÍѤ¹¤ë(¥Ç¥Õ¥©¥ë¥È)"
+
+#: config/convex/convex.h:66
+msgid "Don't use data cache for volatile mem refs"
+msgstr "volatile ¥á¥â¥ê»²¾ÈÍѤˤϥǡ¼¥¿¥­¥ã¥Ã¥·¥å¤ò¹Ô¤ï¤Ê¤¤"
+
+#: config/convex/convex.h:68
+msgid "Bypass data cache for volatile mem refs"
+msgstr "volatile ¥á¥â¥ê»²¾ÈÍÑ¤Ë¤Ï cache ¤µ¤ì¤¿¥Ç¡¼¥¿¤ò²óÈò¤¹¤ë"
+
+#: config/convex/convex.h:69
+msgid "Use 64-bit longs"
+msgstr "64 ¥Ó¥Ã¥È long ¤ò»ÈÍѤ¹¤ë"
+
+#: config/convex/convex.h:70
+msgid "Use cc- and libc-compatible 32-bit longs"
+msgstr "cc- ¤È libc ¸ß´¹¤Î 32 ¥Ó¥Ã¥È long ¤ò»ÈÍѤ¹¤ë"
+
+#: config/d30v/d30v.c:186
+#, c-format
+msgid "Bad modes_tieable_p for register %s, mode1 %s, mode2 %s"
+msgstr "¥ì¥¸¥¹¥¿ %s ¤Ë¤È¤Ã¤ÆÉÔÀµ¤Ê modes_tieable_p, mode1 %s, mode2 %s"
+
+#. This macro defines names of command options to set and clear bits in
+#. `target_flags'. Its definition is an initializer with a subgrouping for
+#. each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the option name, a
+#. number, which contains the bits to set in `target_flags', and a second
+#. string which is the description displayed by `--help'. If the number is
+#. negative then the bits specified by the number are cleared instead of being
+#. set. If the description string is present but empty, then no help
+#. information will be displayed for that option, but it will not count as an
+#. undocumented option. The actual option name is made by appending `-m' to
+#. the specified name.
+#.
+#. One of the subgroupings should have a null string. The number in this
+#. grouping is the default value for target_flags. Any target options act
+#. starting with that value.
+#.
+#. Here is an example which defines -m68000 and -m68020 with opposite meanings,
+#. and picks the latter as the default:
+#.
+#. #define TARGET_SWITCHES { { "68020", TARGET_MASK_68020, "" }, { "68000", -TARGET_MASK_68020, "Compile for the 68000" }, { "", TARGET_MASK_68020, "" }}
+#: config/d30v/d30v.h:447
+msgid "Enable use of conditional move instructions"
+msgstr "¾ò·ïŪ move Ì¿Îá¤ÎÍøÍѤòÍ­¸ú¤Ë¤¹¤ë"
+
+#: config/d30v/d30v.h:450
+msgid "Disable use of conditional move instructions"
+msgstr "¾ò·ïŪ move Ì¿Îá¤ÎÍøÍѤò̵¸ú¤Ë¤¹¤ë"
+
+#: config/d30v/d30v.h:453
+msgid "Debug argument support in compiler"
+msgstr "¥³¥ó¥Ñ¥¤¥éÆâ¤Î¥Ç¥Ð¥Ã¥°°ú¿ô¤ò¥µ¥Ý¡¼¥È¤¹¤ë"
+
+#: config/d30v/d30v.h:456
+msgid "Debug stack support in compiler"
+msgstr "¥³¥ó¥Ñ¥¤¥éÆâ¤Î¥Ç¥Ð¥Ã¥°¥¹¥¿¥Ã¥¯¤ò¥µ¥Ý¡¼¥È¤¹¤ë"
+
+#: config/d30v/d30v.h:459
+msgid "Debug memory address support in compiler"
+msgstr "¥³¥ó¥Ñ¥¤¥éÆâ¤Î¥Ç¥Ð¥Ã¥°¥á¥â¥ê¥¢¥É¥ì¥¹¤ò¥µ¥Ý¡¼¥È¤¹¤ë"
+
+#: config/d30v/d30v.h:462
+msgid "Make adjacent short instructions parallel if possible."
+msgstr "²Äǽ¤Ê¤é¤ÐÎÙÀܤ¹¤ëû¤¤Ì¿Îá¤òÊÂÎ󲽤¹¤ë"
+
+#: config/d30v/d30v.h:465
+msgid "Do not make adjacent short instructions parallel."
+msgstr "ÎÙÀܤ¹¤ëû¤¤Ì¿Îá¤òÊÂÎ󲽤·¤Ê¤¤"
+
+#: config/d30v/d30v.h:468 config/d30v/d30v.h:471
+msgid "Link programs/data to be in external memory by default"
+msgstr "¥×¥í¥°¥é¥à/¥Ç¡¼¥¿¤ò¥Ç¥Õ¥©¥ë¥È¤Ç³°Éô¥á¥â¥êÆâ¤Ë¥ê¥ó¥¯¤¹¤ë"
+
+#: config/d30v/d30v.h:474
+msgid "Link programs/data to be in onchip memory by default"
+msgstr "¥×¥í¥°¥é¥à/¥Ç¡¼¥¿¤ò¥Ç¥Õ¥©¥ë¥È¤Ç¥Á¥Ã¥×¾å¤Î¥á¥â¥êÆâ¤Ë¥ê¥ó¥¯¤¹¤ë"
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of command
+#. options that have values. Its definition is an initializer with a
+#. subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the fixed part of
+#. the option name, the address of a variable, and a description string. The
+#. variable, type `char *', is set to the variable part of the given option if
+#. the fixed part matches. The actual option name is made by appending `-m' to
+#. the specified name.
+#.
+#. Here is an example which defines `-mshort-data-<number>'. If the given
+#. option is `-mshort-data-512', the variable `m88k_short_data' will be set to
+#. the string "512".
+#.
+#. extern char *m88k_short_data;
+#. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data, "Specify the size of the short data section" } }
+#: config/d30v/d30v.h:501
+msgid "Change the branch costs within the compiler"
+msgstr "¥³¥ó¥Ñ¥¤¥éÆâÉô¤Ç¤Îʬ´ô¥³¥¹¥È¤òÊѹ¹¤¹¤ë"
+
+#: config/d30v/d30v.h:504
+msgid "Change the threshold for conversion to conditional execution"
+msgstr "¾ò·ïŪ¤Ê¼Â¹Ô¤Ø¤ÎÊѹ¹¤Î¤¿¤á¤ÎïçÃͤòÊѹ¹¤¹¤ë"
+
+#: config/dsp16xx/dsp16xx.c:1225 config/dsp16xx/dsp16xx.c:1250
+msgid "Stack size > 32k"
+msgstr "¥¹¥¿¥Ã¥¯¥µ¥¤¥º > 32k"
+
+#: config/dsp16xx/dsp16xx.c:1759 config/dsp16xx/dsp16xx.c:1999
+msgid "inline float constants not supported on this host"
+msgstr "¤³¤Î¥Û¥¹¥È¤Ç¤Ï¥¤¥ó¥é¥¤¥óÉâÆ°¾®¿ôÄê¿ô¤ò¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#. Output assembler code to FILE to increment profiler label # LABELNO
+#. for profiling a function entry.
+#: config/dsp16xx/dsp16xx.h:1188 config/dsp16xx/dsp16xx.h:1193
+#: config/dsp16xx/dsp16xx.h:1198 config/dsp16xx/dsp16xx.h:1840
+#: config/dsp16xx/dsp16xx.h:1845
+msgid "Profiling not implemented yet."
+msgstr "¥×¥í¥Õ¥¡¥¤¥ê¥ó¥°¤Ï¡¢¤Þ¤À¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£"
+
+#. Emit RTL insns to initialize the variable parts of a trampoline.
+#. FNADDR is an RTX for the address of the function's pure code.
+#. CXT is an RTX for the static chain value for the function.
+#: config/dsp16xx/dsp16xx.h:1209 config/dsp16xx/dsp16xx.h:1221
+msgid "Trampolines not yet implemented"
+msgstr "Trampoline ¤Ï¡¢¤Þ¤À¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/elxsi/elxsi.h:51
+msgid "Generate code the unix assembler can handle"
+msgstr "unix ¥¢¥»¥ó¥Ö¥é¤¬½èÍý¤Ç¤­¤ë¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/elxsi/elxsi.h:52
+msgid "Generate code an embedded assembler can handle"
+msgstr "Ëä¤á¹þ¤ß¥¢¥»¥ó¥Ö¥é¤¬½èÍý¤Ç¤­¤ë¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/fr30/fr30.c:445
+msgid "fr30_print_operand_address: unhandled address"
+msgstr "fr30_print_operand_address: ½èÍý¤µ¤ì¤Ê¤¤¥¢¥É¥ì¥¹¤Ç¤¹"
+
+#: config/fr30/fr30.c:472
+#, c-format
+msgid "fr30_print_operand: unrecognised %p code"
+msgstr "fr30_print_operand: ǧ¼±¤Ç¤­¤Ê¤¤ %p ¥³¡¼¥É¤Ç¤¹"
+
+#: config/fr30/fr30.c:492
+msgid "fr30_print_operand: unrecognised %b code"
+msgstr "fr30_print_operand: ǧ¼±¤Ç¤­¤Ê¤¤ %b ¥³¡¼¥É¤Ç¤¹"
+
+#: config/fr30/fr30.c:513
+msgid "fr30_print_operand: unrecognised %B code"
+msgstr "fr30_print_operand: ǧ¼±¤Ç¤­¤Ê¤¤ %B ¥³¡¼¥É¤Ç¤¹"
+
+#: config/fr30/fr30.c:521
+msgid "fr30_print_operand: invalid operand to %A code"
+msgstr "fr30_print_operand: %A ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê±é»»»Ò¤Ç¤¹"
+
+#: config/fr30/fr30.c:538
+#, c-format
+msgid "fr30_print_operand: invalid %x code"
+msgstr "fr30_print_operand: ̵¸ú¤Ê %x ¥³¡¼¥É¤Ç¤¹"
+
+#: config/fr30/fr30.c:545
+msgid "fr30_print_operand: invalid %F code"
+msgstr "fr30_print_operand: ̵¸ú¤Ê %F ¥³¡¼¥É¤Ç¤¹"
+
+#: config/fr30/fr30.c:561
+msgid "fr30_print_operand: unknown code"
+msgstr "fr30_print_operand: ÉÔÌÀ¤Ê¥³¡¼¥É¤Ç¤¹"
+
+#: config/fr30/fr30.c:590 config/fr30/fr30.c:599 config/fr30/fr30.c:610
+#: config/fr30/fr30.c:623
+msgid "fr30_print_operand: unhandled MEM"
+msgstr "fr30_print_operand: ½èÍý¤µ¤ì¤Ê¤¤ MEM ¤Ç¤¹"
+
+#: config/fr30/fr30.h:85
+msgid "Assume small address space"
+msgstr "¥¹¥â¡¼¥ë¥¢¥É¥ì¥¹¶õ´Ö¤È¤ß¤Ê¤¹"
+
+#: config/h8300/h8300.c:116
+msgid "-ms2600 is used without -ms."
+msgstr "-ms2600 ¤¬ -ms ¤Ê¤·¤Ç»È¤ï¤ì¤Þ¤·¤¿"
+
+#: config/h8300/h8300.c:3047 config/h8300/h8300.c:3059
+msgid "Only initialized variables can be placed into the 8-bit area."
+msgstr "8 ¥Ó¥Ã¥ÈÎΰèÆâ¤ËÇÛÃ֤Ǥ­¤ëÊÑ¿ô¤À¤±¤¬½é´ü²½¤µ¤ì¤Þ¤·¤¿"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/h8300/h8300.h:108
+msgid "Generate H8/S code"
+msgstr "H8/S ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/h8300/h8300.h:109
+msgid "Do not generate H8/S code"
+msgstr "H8/S ¥³¡¼¥É¤òÀ¸À®¤·¤Ê¤¤"
+
+#: config/h8300/h8300.h:110
+msgid "Generate H8/S2600 code"
+msgstr "H8/S2600 ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/h8300/h8300.h:111
+msgid "Do not generate H8/S2600 code"
+msgstr "H8/S2600 ¥³¡¼¥É¤òÀ¸À®¤·¤Ê¤¤"
+
+#: config/h8300/h8300.h:112
+msgid "Make integers 32 bits wide"
+msgstr "À°¿ô¤ò 32 ¥Ó¥Ã¥ÈÉý¤È¤¹¤ë"
+
+#: config/h8300/h8300.h:115
+msgid "Use registers for argument passing"
+msgstr "°ú¿ô¤ò¥ì¥¸¥¹¥¿ÅϤ·¤Ë¤¹¤ë"
+
+#: config/h8300/h8300.h:117
+msgid "Do not use registers for argument passing"
+msgstr "°ú¿ô¤ò¥ì¥¸¥¹¥¿ÅϤ·¤Ë¤·¤Ê¤¤"
+
+#: config/h8300/h8300.h:119
+msgid "Consider access to byte sized memory slow"
+msgstr "¥Ð¥¤¥È¥µ¥¤¥ºÃ±°Ì¤Î¥á¥â¥ê¥¢¥¯¥»¥¹¤¬ÃÙ¤¤¤³¤È¤ò¹Íθ¤¹¤ë"
+
+#: config/h8300/h8300.h:120
+msgid "Enable linker relaxing"
+msgstr "¥ê¥ó¥«¤Î -relax ¥ª¥×¥·¥ç¥ó¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: config/h8300/h8300.h:122
+msgid "Generate H8/300H code"
+msgstr "H8/300H ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/h8300/h8300.h:123
+msgid "Do not generate H8/300H code"
+msgstr "H8/300H ¥³¡¼¥É¤òÀ¸À®¤·¤Ê¤¤"
+
+#: config/h8300/h8300.h:124
+msgid "Use H8/300 alignment rules"
+msgstr "H8/300 ¥¢¥é¥¤¥ó¥á¥ó¥Èµ¬Â§¤ò»ÈÍѤ¹¤ë"
+
+#: config/i370/i370.c:869
+msgid "real name is too long - alias ignored"
+msgstr "ËÜÍè¤Î̾Á°¤¬Ä¹¤¹¤®¤Þ¤¹ - ÊÌ̾¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
+
+#: config/i370/i370.c:874
+msgid "alias name is too long - alias ignored"
+msgstr "ÊÌ̾¤¬Ä¹¤¹¤®¤Þ¤¹ - ÊÌ̾¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
+
+#: config/i370/i370.c:1039
+msgid "junk at end of #pragma map"
+msgstr "#pragma map ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
+
+#: config/i370/i370.c:1045
+msgid "malformed #pragma map, ignored"
+msgstr "¤ª¤«¤·¤Ê #pragma map¡¢Ìµ»ë¤µ¤ì¤Þ¤·¤¿"
+
+#. Macro to define tables used to set the flags. This is a list in braces
+#. of pairs in braces, each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/i370/i370.h:63
+msgid "Generate char instructions"
+msgstr "ʸ»úÌ¿Îá¤òÀ¸À®¤¹¤ë"
+
+#: config/i370/i370.h:64
+msgid "Do not generate char instructions"
+msgstr "ʸ»úÌ¿Îá¤òÀ¸À®¤·¤Ê¤¤"
+
+#: config/i386/cygwin.h:49
+msgid "Use the Cygwin interface"
+msgstr "Cygwin ¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹¤ò»ÈÍѤ¹¤ë"
+
+#: config/i386/cygwin.h:51
+msgid "Use the Mingw32 interface"
+msgstr "Mingw32 ¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹¤ò»ÈÍѤ¹¤ë"
+
+#: config/i386/cygwin.h:52
+msgid "Create GUI application"
+msgstr "GUI ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤òºî¤ë"
+
+#: config/i386/cygwin.h:53
+msgid "Don't set Windows defines"
+msgstr "Windows ¤Î define ¤òÀßÄꤷ¤Ê¤¤"
+
+#: config/i386/cygwin.h:54
+msgid "Set Windows defines"
+msgstr "Windows ¤Î define ¤òÀßÄꤹ¤ë"
+
+#: config/i386/cygwin.h:56
+msgid "Create console application"
+msgstr "¥³¥ó¥½¡¼¥ë¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤òºî¤ë"
+
+#: config/i386/cygwin.h:57 config/i386/win32.h:59
+msgid "Generate code for a DLL"
+msgstr "DLL ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/i386/cygwin.h:59 config/i386/win32.h:61
+msgid "Ignore dllimport for functions"
+msgstr "´Ø¿ô¤Ø¤Î dllimport ¤ò̵»ë¤¹¤ë"
+
+#: config/i386/cygwin.h:61
+msgid "Use Mingw-specific thread support"
+msgstr "Mingw ¸ÇÍ­¤Î¥¹¥ì¥Ã¥É¥µ¥Ý¡¼¥È¤ò»ÈÍѤ¹¤ë"
+
+#: config/i386/cygwin.h:313
+#, c-format
+msgid "-f%s ignored for target (all code is position independent)"
+msgstr "-f%s ¤Ï¥¿¡¼¥²¥Ã¥È¤Ç̵»ë¤µ¤ì¤Þ¤¹ (Á´¤Æ¤Î¥³¡¼¥É¤Ï°ÌÃÖÈó°Í¸¤Ç¤¹)"
+
+#: config/i386/dgux.c:185
+#, c-format
+msgid "Internal gcc abort from %s:%d"
+msgstr "gcc ÆâÉô¤ÇÃæÃÇ %s:%d"
+
+#: config/i386/dgux.c:189
+msgid "The local variable `insn' has the value:"
+msgstr "¤½¤Î¥í¡¼¥«¥ëÊÑ¿ô `insn' ¤¬Ãͤò»ý¤Ã¤Æ¤¤¤Þ¤¹:"
+
+#: config/i386/dgux.h:62
+msgid "Retain standard MXDB information"
+msgstr "ɸ½à MXDB ¾ðÊó¤òÊÝ»ý¤¹¤ë"
+
+#: config/i386/dgux.h:64
+msgid "Retain legend information"
+msgstr "legend ¾ðÊó¤ò°Ý»ý¤¹¤ë"
+
+#: config/i386/dgux.h:67
+msgid "Generate external legend information"
+msgstr "³°Éô legend ¾ðÊó¤òÀ¸À®¤¹¤ë"
+
+#: config/i386/dgux.h:69
+msgid "Emit identifying info in .s file"
+msgstr ".s ¥Õ¥¡¥¤¥ëÆâ¤Ë¼±Ê̻ҾðÊó¤òÁ÷½Ð¤¹¤ë"
+
+#: config/i386/dgux.h:71
+msgid "Warn when a function arg is a structure"
+msgstr "´Ø¿ô¤Î°ú¿ô¤¬¹½Â¤ÂΤÀ¤Ã¤¿¤é·Ù¹ð¤¹¤ë"
+
+#: config/i386/dgux.h:249
+msgid "argument is a structure"
+msgstr "°ú¿ô¤¬¹½Â¤ÂΤǤ¹"
+
+#: config/i386/djgpp.h:286
+msgid "-mbnu210 is ignored (option is obsolete)."
+msgstr "-mbnu210 ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿(ÇѤ줿¥ª¥×¥·¥ç¥ó¤Ç¤¹)"
+
+#: config/i386/i386.c:558
+#, c-format
+msgid "bad value (%s) for -march= switch"
+msgstr "-march= ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ (%s)"
+
+#: config/i386/i386.c:570 config/mips/mips.c:4935
+#, c-format
+msgid "bad value (%s) for -mcpu= switch"
+msgstr "-mcpu= ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ (%s)"
+
+#: config/i386/i386.c:601
+#, c-format
+msgid "Register '%c' is unknown"
+msgstr "¥ì¥¸¥¹¥¿ '%c' ¤¬ÉÔÌÀ¤Ç¤¹"
+
+#: config/i386/i386.c:607
+#, c-format
+msgid "Register '%c' already specified in allocation order"
+msgstr "¥ì¥¸¥¹¥¿ '%c' ¤Ï´û¤Ë³ÎÊݽç¤Ç»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: config/i386/i386.c:620
+#, c-format
+msgid "-mregparm=%d is not between 0 and %d"
+msgstr "-mregparm=%d ¤¬ 0 ¤«¤é %d ¤Î´Ö¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: config/i386/i386.c:631
+#, c-format
+msgid "-malign-loops=%d is not between 0 and %d"
+msgstr "-malign-loops=%d ¤¬ 0 ¤«¤é %d ¤Î´Ö¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: config/i386/i386.c:642
+#, c-format
+msgid "-malign-jumps=%d is not between 0 and %d"
+msgstr "-malign-jumps=%d ¤¬ 0 ¤«¤é %d ¤Î´Ö¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: config/i386/i386.c:653
+#, c-format
+msgid "-malign-functions=%d is not between 0 and %d"
+msgstr "-malign-functions=%d ¤¬ 0 ¤«¤é %d ¤Î´Ö¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: config/i386/i386.c:666
+#, c-format
+msgid "-mpreferred-stack-boundary=%d is not between 2 and 31"
+msgstr "-mpreferred-stack-boundary=%d ¤¬ 2 ¤«¤é 31 ¤Î´Ö¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: config/i386/i386.c:677
+#, c-format
+msgid "-mbranch-cost=%d is not between 0 and 5"
+msgstr "-mbranch-cost=%d ¤¬ 0 ¤«¤é 5 ¤Î´Ö¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#. We can't handle floating point constants;
+#. PRINT_OPERAND must handle them.
+#: config/i386/i386.c:3124 config/pdp11/pdp11.c:1477 final.c:3676
+msgid "floating constant misused"
+msgstr "ÉâÆ°¾®¿ôÄê¿ô¤ò»È¤¤Â»¤Í¤Þ¤·¤¿"
+
+#: config/i386/i386.c:3169
+msgid "invalid UNSPEC as operand"
+msgstr "¥ª¥Ú¥é¥ó¥É¤È¤·¤Æ̵¸ú¤Ê UNSPEC"
+
+#: config/i386/i386.c:3175 config/pdp11/pdp11.c:1524 final.c:3731
+msgid "invalid expression as operand"
+msgstr "¥ª¥Ú¥é¥ó¥É¤È¤·¤Æ̵¸ú¤Ê¼°"
+
+#. @@@ better error message
+#: config/i386/i386.c:8457 config/i386/i386.c:8490 config/i386/i386.c:8627
+msgid "selector must be an immediate"
+msgstr "¥»¥ì¥¯¥¿¤Ï¨ÃͤǤʤ±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#. @@@ better error message
+#: config/i386/i386.c:8658 config/i386/i386.c:8686
+msgid "mask must be an immediate"
+msgstr "¥Þ¥¹¥¯¤Ï¨ÃͤǤʤ±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: config/i386/i386.h:45 config/mips/mips.h:176
+msgid "half-pic init called on systems that don't support it."
+msgstr "half-pic ½é´ü²½¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¥·¥¹¥Æ¥à¤Ç¸Æ¤Ó½Ð¤µ¤ì¤Þ¤·¤¿¡£"
+
+#: config/i386/i386.h:238
+msgid "Same as -mcpu=i386"
+msgstr "-mcpu=i386 ¤ÈƱ¤¸"
+
+#: config/i386/i386.h:239
+msgid "Same as -mcpu=i486"
+msgstr "-mcpu=i486 ¤ÈƱ¤¸"
+
+#: config/i386/i386.h:240
+msgid "Same as -mcpu=pentium"
+msgstr "-mcpu=pentium ¤ÈƱ¤¸"
+
+#: config/i386/i386.h:241
+msgid "Same as -mcpu=pentiumpro"
+msgstr "-mcpu=pentiumpro ¤ÈƱ¤¸"
+
+#: config/i386/i386.h:243
+msgid "Alternate calling convention"
+msgstr "¸Æ¤Ó½Ð¤·µ¬Ìó¤òÆþ¤ìÂؤ¨¤ë"
+
+#: config/i386/i386.h:245 config/ns32k/ns32k.h:106
+msgid "Use normal calling convention"
+msgstr "ÉáÄ̤θƤӽФ·µ¬Ìó¤ò»È¤¦"
+
+#: config/i386/i386.h:247
+msgid "Align some doubles on dword boundary"
+msgstr "double ¤ò dword ¶­³¦¤Ë¥¢¥é¥¤¥ó¥á¥ó¥È¤¹¤ë"
+
+#: config/i386/i386.h:249
+msgid "Align doubles on word boundary"
+msgstr "double ¤ò word ¶­³¦¤Ë¥¢¥é¥¤¥ó¥á¥ó¥È¤¹¤ë"
+
+#: config/i386/i386.h:251
+msgid "Uninitialized locals in .bss"
+msgstr ".bss ¤Ë½é´ü²½¤µ¤ì¤Ê¤¤¥í¡¼¥«¥ë¤Ê¤â¤Î¤¬¤¢¤ê¤Þ¤¹"
+
+#: config/i386/i386.h:253
+msgid "Uninitialized locals in .data"
+msgstr ".data ¤Ë½é´ü²½¤µ¤ì¤Ê¤¤¥í¡¼¥«¥ë¤Ê¤â¤Î¤¬¤¢¤ê¤Þ¤¹"
+
+#: config/i386/i386.h:255
+msgid "Use IEEE math for fp comparisons"
+msgstr "ÉâÆ°¾®¿ôÅÀÈæ³Ó¤Ë IEEE µ¬³Ê¤ò»È¤¦"
+
+#: config/i386/i386.h:257
+msgid "Do not use IEEE math for fp comparisons"
+msgstr "ÉâÆ°¾®¿ôÅÀÈæ³Ó¤Ë IEEE µ¬³Ê¤ò»È¤ï¤Ê¤¤"
+
+#: config/i386/i386.h:259
+msgid "Return values of functions in FPU registers"
+msgstr "FPU ¥ì¥¸¥¹¥¿Æâ¤Îµ¡Ç½¤ÎÃͤòÊÖ¤¹"
+
+#: config/i386/i386.h:261
+msgid "Do not return values of functions in FPU registers"
+msgstr "FPU ¥ì¥¸¥¹¥¿Æâ¤Îµ¡Ç½¤ÎÃͤòÊÖ¤µ¤Ê¤¤"
+
+#: config/i386/i386.h:263
+msgid "Do not generate sin, cos, sqrt for FPU"
+msgstr "FPU ÍѤΠsin, cos, sqrt ¤òÀ¸À®¤·¤Ê¤¤"
+
+#: config/i386/i386.h:265
+msgid "Generate sin, cos, sqrt for FPU"
+msgstr "FPU ÍѤΠsin, cos, sqrt ¤òÀ¸À®¤¹¤ë"
+
+#: config/i386/i386.h:267
+msgid "Omit the frame pointer in leaf functions"
+msgstr "Ëöü¤Î´Ø¿ô¤Ç¤Ï¥Õ¥ì¡¼¥à¥Ý¥¤¥ó¥¿¤ò¾Êά¤¹¤ë"
+
+#. undocumented
+#. undocumented
+#. undocumented
+#. undocumented
+#: config/i386/i386.h:274
+msgid "Enable stack probing"
+msgstr "¥¹¥¿¥Ã¥¯Ãµº÷¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#. undocumented
+#. undocumented
+#: config/i386/i386.h:279
+msgid "Emit Intel syntax assembler opcodes"
+msgstr "Intel ¥·¥ó¥¿¥Ã¥¯¥¹¤Î¥¢¥»¥ó¥Ö¥éÌ¿Îá¤òÅǤ­½Ð¤¹"
+
+#: config/i386/i386.h:282
+msgid "Align destination of the string operations"
+msgstr "ʸ»úÎóÁàºî¤Î½ñ¹þ¤ßÀè¤ò¥¢¥é¥¤¥ó¥á¥ó¥È¤¹¤ë"
+
+#: config/i386/i386.h:284
+msgid "Do not align destination of the string operations"
+msgstr "ʸ»úÎóÁàºî¤Î½ñ¹þ¤ßÀè¤ò¥¢¥é¥¤¥ó¥á¥ó¥È¤·¤Ê¤¤"
+
+#: config/i386/i386.h:286
+msgid "Inline all known string operations"
+msgstr "´ûÃΤÎÁ´¤Æ¤Îʸ»úÎóÁàºî¤ò inline ¤Ë¤¹¤ë"
+
+#: config/i386/i386.h:288
+msgid "Do not inline all known string operations"
+msgstr "´ûÃΤÎÁ´¤Æ¤Îʸ»úÎóÁàºî¤ò inline ¤Ë¤·¤Ê¤¤"
+
+#: config/i386/i386.h:290 config/i386/i386.h:294
+msgid "Use push instructions to save outgoing arguments"
+msgstr "½ÐÎϤ¹¤ë°ú¿ô¤ò¥»¡¼¥Ö¤¹¤ë¤¿¤á push Ì¿Îá¤ò»È¤¦"
+
+#: config/i386/i386.h:292 config/i386/i386.h:296
+msgid "Do not use push instructions to save outgoing arguments"
+msgstr "½ÐÎϤ¹¤ë°ú¿ô¤ò¥»¡¼¥Ö¤¹¤ë¤¿¤á¤Ë¤Ï push Ì¿Îá¤ò»È¤ï¤Ê¤¤"
+
+#: config/i386/i386.h:298
+msgid "sizeof(long double) is 16."
+msgstr "sizeof(long double) ¤Ï 16 ¤È¤¹¤ë¡£"
+
+#: config/i386/i386.h:300
+msgid "sizeof(long double) is 12."
+msgstr "sizeof(long double) ¤Ï 12 ¤È¤¹¤ë¡£"
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of
+#. command options that have values. Its definition is an
+#. initializer with a subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the
+#. fixed part of the option name, and the address of a variable. The
+#. variable, type `char *', is set to the variable part of the given
+#. option if the fixed part matches. The actual option name is made
+#. by appending `-m' to the specified name.
+#: config/i386/i386.h:333 config/rs6000/rs6000.h:402 config/sparc/sparc.h:710
+msgid "Schedule code for given CPU"
+msgstr "½êÍ¿¤Î CPU ÍѤΥ³¡¼¥É¤ò¥¹¥±¥¸¥å¡¼¥ë¤¹¤ë"
+
+#: config/i386/i386.h:335
+msgid "Generate code for given CPU"
+msgstr "½êÍ¿¤Î CPU ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/i386/i386.h:337
+msgid "Control allocation order of integer registers"
+msgstr "À°¿ô¥ì¥¸¥¹¥¿¤Î³ÎÊݽç¤òÀ©¸æ¤¹¤ë"
+
+#: config/i386/i386.h:339
+msgid "Number of registers used to pass integer arguments"
+msgstr "¥ì¥¸¥¹¥¿¤Î¿ô¤¬À°¿ô¤ò°ú¿ô¤òÅϤ¹¤¿¤á¤Ë»È¤ï¤ì¤ë"
+
+#: config/i386/i386.h:341
+msgid "Loop code aligned to this power of 2"
+msgstr "¥ë¡¼¥×¥³¡¼¥É¤ò¤³¤ÎÃͤÎÆó¾è¤Ë¥¢¥é¥¤¥ó¥á¥ó¥È¤¹¤ë"
+
+#: config/i386/i386.h:343
+msgid "Jump targets are aligned to this power of 2"
+msgstr "¥¸¥ã¥ó¥×Àè¤ò¤³¤ÎÃͤÎÆó¾è¤Ë¥¢¥é¥¤¥ó¥á¥ó¥È¤¹¤ë"
+
+#: config/i386/i386.h:345
+msgid "Function starts are aligned to this power of 2"
+msgstr "´Ø¿ô¤Î³«»Ï°ÌÃÖ¤ò¤³¤ÎÃͤÎÆó¾è¤Ë¥¢¥é¥¤¥ó¥á¥ó¥È¤¹¤ë"
+
+#: config/i386/i386.h:348
+msgid "Attempt to keep stack aligned to this power of 2"
+msgstr "¤Ç¤­¤ë¤À¤±¥¹¥¿¥Ã¥¯¤ò¤³¤ÎÃͤÎÆó¾è¤Ë¥¢¥é¥¤¥ó¥á¥ó¥È¤¹¤ë"
+
+#: config/i386/i386.h:350
+msgid "Branches are this expensive (1-5, arbitrary units)"
+msgstr "¥Ö¥é¥ó¥Á¤Î¥³¥¹¥È¤ò»Ø¼¨¤¹¤ë (1-5, Ǥ°Õ¤Î¸Ä¿ô)"
+
+#: config/i386/osf1elf.h:111
+msgid "Profiling uses mcount"
+msgstr "¥×¥í¥Õ¥¡¥¤¥ë¤Ç mcount ¤òÍøÍѤ¹¤ë"
+
+#: config/i386/osfrose.h:63
+msgid "Emit half-PIC code"
+msgstr "Ⱦ PIC ¥³¡¼¥É¤òÁ÷½Ð¤¹¤ë"
+
+#. intentionally undoc
+#. intentionally undoc
+#: config/i386/osfrose.h:70
+msgid "Emit ELF object code"
+msgstr "ELF ¥ª¥Ö¥¸¥§¥¯¥È¥³¡¼¥É¤òÁ÷½Ð¤¹¤ë"
+
+#: config/i386/osfrose.h:72
+msgid "Emit ROSE object code"
+msgstr "ROSE ¥ª¥Ö¥¸¥§¥¯¥È¥³¡¼¥É¤òÁ÷½Ð¤¹¤ë"
+
+#: config/i386/osfrose.h:74
+msgid "Symbols have a leading underscore"
+msgstr "¥·¥ó¥Ü¥ë¤ÎƬ¤Ë¥¢¥ó¥À¡¼¥¹¥³¥¢¤ò¤Ä¤±¤ë"
+
+#: config/i386/osfrose.h:77
+msgid "Align to >word boundaries"
+msgstr "¥ï¡¼¥É¶­³¦¤è¤êÂ礭¤á¤Ë¥¢¥é¥¤¥ó¤¹¤ë"
+
+#: config/i386/osfrose.h:80
+msgid "Use mcount for profiling"
+msgstr "¥×¥í¥Õ¥¡¥¤¥ëÍÑ¤Ë mcount ¤òÍøÍѤ¹¤ë"
+
+#: config/i386/osfrose.h:82
+msgid "Use mcount_ptr for profiling"
+msgstr "¥×¥í¥Õ¥¡¥¤¥ë¤Î¤¿¤á¤Ë mcount_ptr ¤òÍøÍѤ¹¤ë"
+
+#: config/i386/sco5.h:887
+msgid "Generate ELF output"
+msgstr "ELF ½ÐÎϤòÀ¸À®¤¹¤ë"
+
+#: config/i386/win32.h:53
+msgid "Use Mingw32 interface"
+msgstr "Mingw32 ¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹¤ò»ÈÍѤ¹¤ë"
+
+#: config/i386/win32.h:55
+msgid "Use Cygwin interface"
+msgstr "Cygwin ¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹¤ò»ÈÍѤ¹¤ë"
+
+#: config/i386/win32.h:57
+msgid "Use bare Windows interface"
+msgstr "ÁǤΠWindows ¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹¤ò»ÈÍѤ¹¤ë"
+
+#: config/i386/winnt.c:311
+#, c-format
+msgid "`%s' declared as both exported to and imported from a DLL."
+msgstr "`%s' ¤¬ DLL ¤«¤é import¡¢DLL ¤Ë export ¤ÎξÊý¤È¤·¤ÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#. If the environment variable DJDIR is not defined, then DJGPP is not installed correctly and GCC will quickly become confused with the default prefix settings. Report the problem now so the user doesn't receive deceptive "file not found" error messages later.
+#. DJDIR is automatically defined by the DJGPP environment config file pointed to by the environment variable DJGPP. Examine DJGPP to try and figure out what's wrong.
+#: config/i386/xm-djgpp.h:75
+msgid "Environment variable DJGPP not defined."
+msgstr "´Ä¶­ÊÑ¿ô DJGPP ¤¬ÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: config/i386/xm-djgpp.h:77
+#, c-format
+msgid "Environment variable DJGPP points to missing file '%s'."
+msgstr "´Ä¶­ÊÑ¿ô DJGPP ¤¬¡¢¸«¤Ä¤«¤é¤Ê¤¤¥Õ¥¡¥¤¥ë '%s' ¤ò¼¨¤·¤Æ¤¤¤Þ¤¹¡£"
+
+#: config/i386/xm-djgpp.h:80
+#, c-format
+msgid "Environment variable DJGPP points to corrupt file '%s'."
+msgstr "´Ä¶­ÊÑ¿ô DJGPP ¤¬¡¢²õ¤ì¤¿¥Õ¥¡¥¤¥ë '%s' ¤ò¼¨¤·¤Æ¤¤¤Þ¤¹¡£"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/i860/i860.h:56 config/i860/paragon.h:28
+msgid "Generate code which uses the FPU"
+msgstr "ÉâÆ°¾®¿ôÅÀ¥æ¥Ë¥Ã¥È¤òÍøÍѤ¹¤ë¥³¡¼¥É¤òÀ¸À®¤·¤Ê¤¤"
+
+#: config/i860/i860.h:57 config/i860/i860.h:58 config/i860/paragon.h:29
+#: config/i860/paragon.h:30 config/i860/paragon.h:31
+msgid "Do not generate code which uses the FPU"
+msgstr "ÉâÆ°¾®¿ôÅÀ¥æ¥Ë¥Ã¥È¤òÍøÍѤ¹¤ë¥³¡¼¥É¤òÀ¸À®¤·¤Ê¤¤"
+
+#: config/i960/i960.c:122
+msgid "sorry, not implemented: #pragma align NAME=SIZE"
+msgstr "»ÄÇ°¡¢¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó: #pragma align NAME=SIZE"
+
+#: config/i960/i960.c:127
+msgid "malformed #pragma align - ignored"
+msgstr "¤ª¤«¤·¤Ê #pragma align - ̵»ë¤µ¤ì¤Þ¤·¤¿"
+
+#: config/i960/i960.c:165
+msgid "sorry, not implemented: #pragma noalign NAME"
+msgstr "»ÄÇ°¡¢¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó: #pragma noalign NAME"
+
+#: config/i960/i960.c:1513 config/m68k/m68k.c:407 config/rs6000/rs6000.c:5520
+msgid "stack limit expression is not supported"
+msgstr "¥¹¥¿¥Ã¥¯À©¸Â¼°¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#. ??? Not all ten of these architecture variations actually exist, but I
+#. am not sure which are real and which aren't.
+#: config/i960/i960.h:241
+msgid "Generate SA code"
+msgstr "SA ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/i960/i960.h:244
+msgid "Generate SB code"
+msgstr "SB ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate SC code")},
+#: config/i960/i960.h:249
+msgid "Generate KA code"
+msgstr "KA ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/i960/i960.h:252
+msgid "Generate KB code"
+msgstr "KB ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate KC code")},
+#: config/i960/i960.h:257
+msgid "Generate JA code"
+msgstr "JA ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/i960/i960.h:259
+msgid "Generate JD code"
+msgstr "JD ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/i960/i960.h:262
+msgid "Generate JF code"
+msgstr "JF ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/i960/i960.h:264
+msgid "generate RP code"
+msgstr "RP ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/i960/i960.h:267
+msgid "Generate MC code"
+msgstr "MC ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/i960/i960.h:270
+msgid "Generate CA code"
+msgstr "CA ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#. {"cb", (TARGET_FLAG_NUMERICS|TARGET_FLAG_C_SERIES| TARGET_FLAG_BRANCH_PREDICT|TARGET_FLAG_CODE_ALIGN), N_("Generate CB code")}, {"cc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_C_SERIES|TARGET_FLAG_BRANCH_PREDICT| TARGET_FLAG_CODE_ALIGN), N_("Generate CC code")},
+#: config/i960/i960.h:280
+msgid "Generate CF code"
+msgstr "CF ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/i960/i960.h:286
+msgid "Use alternate leaf function entries"
+msgstr "´Ø¿ô¹àÌܤÎÂå¤ï¤ê¤òÍøÍѤ¹¤ë"
+
+#: config/i960/i960.h:288
+msgid "Do not use alternate leaf function entries"
+msgstr "´Ø¿ô¹àÌÜËöÈø¤ÎÂå¤ï¤ê¤ÏÍøÍѤ·¤Ê¤¤"
+
+#: config/i960/i960.h:290
+msgid "Perform tail call optimization"
+msgstr "ËöÈø¸Æ¤Ó½Ð¤·ºÇŬ²½¤ò¹Ô¤¦"
+
+#: config/i960/i960.h:292
+msgid "Do not perform tail call optimization"
+msgstr "ËöÈø¸Æ¤Ó½Ð¤·ºÇŬ²½¤ò¹Ô¤ï¤Ê¤¤"
+
+#: config/i960/i960.h:294
+msgid "Use complex addressing modes"
+msgstr "Ê£»¨¤Ê¥¢¥É¥ì¥·¥ó¥°¥â¡¼¥É¤ò»ÈÍѤ¹¤ë"
+
+#: config/i960/i960.h:296
+msgid "Do not use complex addressing modes"
+msgstr "Ê£»¨¤Ê¥¢¥É¥ì¥·¥ó¥°¥â¡¼¥É¤òÍøÍѤ·¤Ê¤¤"
+
+#: config/i960/i960.h:298
+msgid "Align code to 8 byte boundary"
+msgstr "¥³¡¼¥É¤ò 8 ¥Ð¥¤¥È¶­³¦¤Ë¥¢¥é¥¤¥ó¤¹¤ë"
+
+#: config/i960/i960.h:300
+msgid "Do not align code to 8 byte boundary"
+msgstr "¥³¡¼¥É¤ò 8 bit ¥³¡¼¥É¤Ë¥¢¥é¥¤¥ó¤·¤Ê¤¤"
+
+#. {"clean-linkage", (TARGET_FLAG_CLEAN_LINKAGE), N_("Force use of prototypes")}, {"no-clean-linkage", -(TARGET_FLAG_CLEAN_LINKAGE), N_("Do not force use of prototypes")},
+#: config/i960/i960.h:306 config/i960/i960.h:308
+msgid "Enable compatibility with iC960 v2.0"
+msgstr "iC960 v2.0 ¤È¤Î¸ß´¹À­¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: config/i960/i960.h:310
+msgid "Enable compatibility with iC960 v3.0"
+msgstr "iC960 v3.0 ¤È¤Î¸ß´¹À­¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: config/i960/i960.h:312 config/i960/i960.h:314
+msgid "Enable compatibility with ic960 assembler"
+msgstr "ic960 ¥¢¥»¥ó¥Ö¥é¤È¤Î¸ß´¹À­¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: config/i960/i960.h:316
+msgid "Do not permit unaligned accesses"
+msgstr "¥¢¥é¥¤¥ó¤µ¤ì¤Ê¤¤¥¢¥¯¥»¥¹¤òµö²Ä¤·¤Ê¤¤"
+
+#: config/i960/i960.h:318
+msgid "Permit unaligned accesses"
+msgstr "¥¢¥é¥¤¥ó¤µ¤ì¤Ê¤¤¥¢¥¯¥»¥¹¤òµö²Ä¤¹¤ë"
+
+#: config/i960/i960.h:320
+msgid "Layout types like Intel's v1.3 gcc"
+msgstr "Intel ¤Î v1.3 gcc ¤ÎÍͤʥ¿¥¤¥×¤ËÇÛÃÖ¤¹¤ë"
+
+#: config/i960/i960.h:322
+msgid "Do not layout types like Intel's v1.3 gcc"
+msgstr "Intel v1.3 gcc ¤ÎÍͤʥ¿¥¤¥×¤ÎÇÛÃÖ¤ò¹Ô¤Ê¤ï¤Ê¤¤"
+
+#: config/i960/i960.h:324 config/rs6000/sysv4.h:128 config/sparc/linux.h:83
+#: config/sparc/linux64.h:139
+msgid "Use 64 bit long doubles"
+msgstr "64 ¥Ó¥Ã¥È long double ¤ò»ÈÍѤ¹¤ë"
+
+#: config/i960/i960.h:326
+msgid "Enable linker relaxation"
+msgstr "¥ê¥ó¥«¤Î´ËϤòÍ­¸ú¤Ë¤¹¤ë"
+
+#: config/i960/i960.h:328
+msgid "Do not enable linker relaxation"
+msgstr "¥ê¥ó¥«¤Î´ËϤòÍ­¸ú¤Ë¤·¤Ê¤¤"
+
+#. Override conflicting target switch options.
+#. Doesn't actually detect if more than one -mARCH option is given, but
+#. does handle the case of two blatantly conflicting -mARCH options.
+#: config/i960/i960.h:343 config/i960/i960.h:353
+msgid "conflicting architectures defined - using C series"
+msgstr "¶¥¹ç¤¹¤ë architecture ¤¬ÄêµÁ¤µ¤ì¤Þ¤·¤¿ - C ¥·¥ê¡¼¥º»ÈÍÑ"
+
+#: config/i960/i960.h:348
+msgid "conflicting architectures defined - using K series"
+msgstr "¶¥¹ç¤¹¤ë architecture ¤¬ÄêµÁ¤µ¤ì¤Þ¤·¤¿ - K ¥·¥ê¡¼¥º»ÈÍÑ<"
+
+#: config/i960/i960.h:363
+msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
+msgstr "iC2.0 ¤È iC3.0 ¤È¤Ï¸ß´¹À­¤¬¤¢¤ê¤Þ¤»¤ó - iC3.0 ¤ò»ÈÍѤ·¤Þ¤¹"
+
+#. ??? See the LONG_DOUBLE_TYPE_SIZE definition below.
+#: config/i960/i960.h:374
+msgid "The -mlong-double-64 option does not work yet."
+msgstr "-mlong-double-64 ¥ª¥×¥·¥ç¥ó¤Ï¤Þ¤ÀÆ°ºî¤·¤Þ¤»¤ó"
+
+#: config/ia64/ia64.c:3413
+msgid "ia64_print_operand: unknown code"
+msgstr "ia64_print_operand: ÉÔÌÀ¤Ê¥³¡¼¥É¤Ç¤¹"
+
+#: config/ia64/ia64.c:3651
+msgid "value of -mfixed-range must have form REG1-REG2"
+msgstr "-mfixed-range ¤ÎÃÍ¤Ï REG1-REG2 ·Á¼°¤ò»ý¤¿¤Í¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: config/ia64/ia64.c:3663 config/ia64/ia64.c:3670 regclass.c:714
+#, c-format
+msgid "unknown register name: %s"
+msgstr "ÉÔÌÀ¤Ê¥ì¥¸¥¹¥¿Ì¾¤Ç¤¹: %s"
+
+#: config/ia64/ia64.c:3678
+#, c-format
+msgid "%s-%s is an empty range"
+msgstr "%s-%s ¤¬¶õ¤ÎÈϰϤǤ¹"
+
+#: config/ia64/ia64.c:3743
+msgid "cannot optimize division for both latency and throughput"
+msgstr "¥ì¥¤¥Æ¥ó¥·¤È¥¹¥ë¡¼¥×¥Ã¥ÈξÊý¤Îʬ³äºÇŬ²½¤Ï¹Ô¤Ê¤¨¤Þ¤»¤ó"
+
+#. This macro defines names of command options to set and clear bits in
+#. `target_flags'. Its definition is an initializer with a subgrouping for
+#. each command option.
+#: config/ia64/ia64.h:110
+msgid "Generate big endian code"
+msgstr "¥Ó¥Ã¥°¥¨¥ó¥Ç¥£¥¢¥ó¤Î¥³¡¼¥É¤òÀ¸À®"
+
+#: config/ia64/ia64.h:112 config/mcore/mcore.h:164
+msgid "Generate little endian code"
+msgstr "¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¤Î¥³¡¼¥É¤òÀ¸À®"
+
+#: config/ia64/ia64.h:114
+msgid "Generate code for GNU as"
+msgstr "GNU as ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/ia64/ia64.h:116
+msgid "Generate code for Intel as"
+msgstr "Intel as ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/ia64/ia64.h:118
+msgid "Generate code for GNU ld"
+msgstr "GNU ld ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/ia64/ia64.h:120
+msgid "Generate code for Intel ld"
+msgstr "Intel ld ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/ia64/ia64.h:122
+msgid "Generate code without GP reg"
+msgstr "GP ¥ì¥¸¥¹¥¿ÉÔ»ÈÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/ia64/ia64.h:124
+msgid "Emit stop bits before and after volatile extended asms"
+msgstr "³ÈÄ¥¥¢¥»¥ó¥Ö¥ê volatile ¤ÎÁ°¸å¤Ë stop ¥Ó¥Ã¥È¤òÁ÷½Ð¤¹¤ë"
+
+#: config/ia64/ia64.h:126
+msgid "Don't emit stop bits before and after volatile extended asms"
+msgstr "³ÈÄ¥¥¢¥»¥ó¥Ö¥ê volatile ¤ÎÁ°¸å¤Ë stop ¥Ó¥Ã¥È¤òÁ÷½Ð¤¹¤ë"
+
+#: config/ia64/ia64.h:128
+msgid "Emit code for Itanium (TM) processor B step"
+msgstr "Itanium (TM) ¥×¥í¥»¥Ã¥µ B step ÍÑ¥³¡¼¥É¤òÁ÷½Ð¤¹¤ë"
+
+#: config/ia64/ia64.h:130
+msgid "Use in/loc/out register names"
+msgstr "in/loc/out ¥ì¥¸¥¹¥¿Ì¾¤ò»ÈÍѤ¹¤ë"
+
+#: config/ia64/ia64.h:132
+msgid "Disable use of sdata/scommon/sbss"
+msgstr "sdata/scommon/sbss ¤Î»ÈÍѤò̵¸ú¤Ë¤¹¤ë"
+
+#: config/ia64/ia64.h:134
+msgid "Enable use of sdata/scommon/sbss"
+msgstr "sdata/scommon/sbss ¤Î»ÈÍѤòÍ­¸ú¤Ë¤¹¤ë"
+
+#: config/ia64/ia64.h:136
+msgid "gp is constant (but save/restore gp on indirect calls)"
+msgstr "gp ¤òÄê¿ô¤È¤¹¤ë¡Êâ¡¢´ÖÀܸƤӽФ·¤Ç¤Ï gp ¤ò save/restore ¤¹¤ë¡Ë"
+
+#: config/ia64/ia64.h:138
+msgid "Generate self-relocatable code"
+msgstr "¼«¸ÊºÆÇÛÃÖ²Äǽ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/ia64/ia64.h:140
+msgid "Generate inline division, optimize for latency"
+msgstr "¥ì¥¤¥Æ¥ó¥·¤òºÇŬ²½¤¹¤ë¥¤¥ó¥é¥¤¥ó¶èʬ¤òÀ¸À®¤¹¤ë"
+
+#: config/ia64/ia64.h:142
+msgid "Generate inline division, optimize for throughput"
+msgstr "¥¹¥ë¡¼¥×¥Ã¥È¤òºÇŬ²½¤¹¤ë¥¤¥ó¥é¥¤¥ó¶èʬ¤òÀ¸À®¤¹¤ë"
+
+#: config/ia64/ia64.h:144
+msgid "Enable Dwarf 2 line debug info via GNU as"
+msgstr "GNU as ¤òÄ̤¸¤¿ Dwarf2 ¤Î¹Ô¥Ç¥Ð¥Ã¥°¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: config/ia64/ia64.h:146
+msgid "Disable Dwarf 2 line debug info via GNU as"
+msgstr "GNU as ¤òÄ̤¸¤¿ Dwarf2 ¤Î¹Ô¥Ç¥Ð¥Ã¥°¤ò̵¸ú¤Ë¤¹¤ë"
+
+#: config/ia64/ia64.h:169
+msgid "Specify range of registers to make fixed."
+msgstr "¸ÇÄꤹ¤ë¤¿¤á¤Î¥ì¥¸¥¹¥¿¤ÎÈϰϤò»ØÄꤹ¤ë"
+
+#: config/lynx-ng.h:97 config/lynx.h:120 config/rs6000/lynx.h:88
+msgid "-msystem-v and -p are incompatible"
+msgstr "-msystem-v ¤È -p ¤Ï¸ß´¹À­¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: config/lynx-ng.h:99 config/lynx.h:122 config/rs6000/lynx.h:90
+msgid "-msystem-v and -mthreads are incompatible"
+msgstr "-msystem-v ¤È -mthreads ¤Ï¸ß´¹À­¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: config/m32r/m32r.c:83
+#, c-format
+msgid "bad value (%s) for -mmodel switch"
+msgstr "-mmodel ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ (%s)"
+
+#: config/m32r/m32r.c:92
+#, c-format
+msgid "bad value (%s) for -msdata switch"
+msgstr "-msdata ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ (%s)"
+
+#: config/m32r/m32r.c:380
+msgid "const objects cannot go in .sdata/.sbss"
+msgstr "const ¥ª¥Ö¥¸¥§¥¯¥È¤Ï .sdata/.sbss ¤ËÃÖ¤±¤Þ¤»¤ó"
+
+#: config/m32r/m32r.c:2187
+#, c-format
+msgid "invalid operand to %s code"
+msgstr "%s ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
+
+#: config/m32r/m32r.c:2194
+#, c-format
+msgid "invalid operand to %p code"
+msgstr "%p ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
+
+#: config/m32r/m32r.c:2302
+msgid "invalid operand to %T/%B code"
+msgstr "%T/%B ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
+
+#: config/m32r/m32r.c:2325
+msgid "invalid operand to %N code"
+msgstr "%N ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
+
+#. { "relax", TARGET_RELAX_MASK, "" }, { "no-relax", -TARGET_RELAX_MASK, "" },
+#: config/m32r/m32r.h:186
+msgid "Display compile time statistics"
+msgstr "¥³¥ó¥Ñ¥¤¥ë»þ´ÖÅý·×Ãͤòɽ¼¨¤¹¤ë"
+
+#: config/m32r/m32r.h:188
+msgid "Align all loops to 32 byte boundary"
+msgstr "Á´¤Æ¤Î¥ë¡¼¥×¤ò 32 ¥Ð¥¤¥È¶­³¦¤Ë¥¢¥é¥¤¥ó¤¹¤ë"
+
+#: config/m32r/m32r.h:191
+msgid "Only issue one instruction per cycle"
+msgstr "¥µ¥¤¥¯¥ëËè¤Ë°ì¤Ä¤ÎÌ¿Îá¤À¤±¤òȯ¹Ô¤¹¤ë"
+
+#: config/m32r/m32r.h:194
+msgid "Prefer branches over conditional execution"
+msgstr "¾ò·ï¤Î¼Â¹Ô¤è¤ê¤Ïʬ´ô¤ÎÀ¸À®¤òÍ¥À褹¤ë"
+
+#: config/m32r/m32r.h:210
+msgid "Code size: small, medium or large"
+msgstr "¥³¡¼¥É¥µ¥¤¥º: small, medium Ëô¤Ï large"
+
+#: config/m32r/m32r.h:212
+msgid "Small data area: none, sdata, use"
+msgstr "¥¹¥â¡¼¥ë¥Ç¡¼¥¿Îΰè: none, sdata, use"
+
+#: config/m68hc11/m68hc11.c:227
+#, c-format
+msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
+msgstr "-f%s ¤Ï 68HC11/68HC12 ÍѤȤ·¤Æ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿ (¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó)"
+
+#. Macro to define tables used to set the flags. This is a list in braces of
+#. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
+#. to set or minus the bits to clear. An empty string NAME is used to
+#. identify the default VALUE.
+#: config/m68hc11/m68hc11.h:179
+msgid "Compile with 16-bit integer mode"
+msgstr "16 ¥Ó¥Ã¥ÈÀ°¿ô¥â¡¼¥É¤Ç¥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
+
+#: config/m68hc11/m68hc11.h:181
+msgid "Compile with 32-bit integer mode"
+msgstr "32 ¥Ó¥Ã¥ÈÀ°¿ô¥â¡¼¥É¤Ç¥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
+
+#: config/m68hc11/m68hc11.h:183
+msgid "Auto pre/post decrement increment allowed"
+msgstr "¼«Æ° pre/post ¥Ç¥¯¥ê¥á¥ó¥È ¥¤¥ó¥¯¥ê¥á¥ó¥È¤òµöÍƤ¹¤ë"
+
+#: config/m68hc11/m68hc11.h:185
+msgid "Auto pre/post decrement increment not allowed"
+msgstr "¼«Æ° pre/post ¥Ç¥¯¥ê¥á¥ó¥È ¥¤¥ó¥¯¥ê¥á¥ó¥È¤òµöÍƤ·¤Ê¤¤"
+
+#: config/m68hc11/m68hc11.h:187 config/m68hc11/m68hc11.h:191
+msgid "Compile for a 68HC11"
+msgstr "68HC11 ÍѤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
+
+#: config/m68hc11/m68hc11.h:189 config/m68hc11/m68hc11.h:193
+msgid "Compile for a 68HC12"
+msgstr "68HC12 ÍѤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of
+#. command options that have values. Its definition is an
+#. initializer with a subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the
+#. fixed part of the option name, and the address of a variable. The
+#. variable, type `char *', is set to the variable part of the given
+#. option if the fixed part matches. The actual option name is made
+#. by appending `-m' to the specified name.
+#: config/m68hc11/m68hc11.h:207
+msgid "Specify the register allocation order"
+msgstr "¥ì¥¸¥¹¥¿³ÎÊݽç¤ò»ØÄꤹ¤ë"
+
+#: config/m68hc11/m68hc11.h:209
+msgid "Indicate the number of soft registers available"
+msgstr "ÍøÍѲÄǽ¥½¥Õ¥È¥ì¥¸¥¹¥¿¤Î¿ô¤ò¼¨¤¹"
+
+#: config/m68k/m68k.c:102
+#, c-format
+msgid "-malign-loops=%d is not between 1 and %d"
+msgstr "-malign-loops=%d ¤¬ 1 ¤«¤é %d ¤Î´Ö¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤»¤ó"
+
+#: config/m68k/m68k.c:113
+#, c-format
+msgid "-malign-jumps=%d is not between 1 and %d"
+msgstr "-malign-jumps=%d ¤¬ 1 ¤«¤é %d ¤Î´Ö¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤»¤ó"
+
+#: config/m68k/m68k.c:124
+#, c-format
+msgid "-malign-functions=%d is not between 1 and %d"
+msgstr "-malign-functions=%d ¤¬ 1 ¤«¤é %d ¤Î´Ö¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤»¤ó"
+
+#. Sometimes certain combinations of command options do not make
+#. sense on a particular target machine. You can define a macro
+#. `OVERRIDE_OPTIONS' to take account of this. This macro, if
+#. defined, is executed once just after all the command options have
+#. been parsed.
+#.
+#. Don't use this macro to turn on various extra optimizations for
+#. `-O'. That is what `OPTIMIZATION_OPTIONS' is for.
+#: config/m68k/m68k.h:238 config/m68k/m68kelf.h:265 config/m68k/m68kv4.h:295
+msgid "-fPIC is not currently supported on the 68000 or 68010\n"
+msgstr "º£¤Î¤È¤³¤í 68000 ¤ä 68010 ¤Ç¤Ï -fPIC ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
+
+#: config/m88k/m88k.c:860
+#, c-format
+msgid "Internal gcc monitor: short-branch(%x)"
+msgstr "ÆâÉô gcc ¥â¥Ë¥¿: ¥·¥ç¡¼¥È¥Ö¥é¥ó¥Á(%x)"
+
+#: config/m88k/m88k.c:2266
+msgid "Internal gcc error: Can't express symbolic location"
+msgstr "ÆâÉô gcc ¥¨¥é¡¼: °ÌÃÖ¤ò¥·¥ó¥Ü¥ëɽ¸½¤Ç¤­¤Þ¤»¤ó"
+
+#: config/m88k/m88k.c:2547
+#, c-format
+msgid "argument #%d is a structure"
+msgstr "°ú¿ô #%d ¤Ï¹½Â¤ÂΤǤ¹"
+
+#: config/m88k/m88k.c:2862
+msgid "%R not followed by %B/C/D/E"
+msgstr "%R ¤Î¸å¤Ë %B/C/D/E ¤ÏÃÖ¤±¤Þ¤»¤ó"
+
+#: config/m88k/m88k.c:2930
+#, c-format
+msgid "invalid %x/X value"
+msgstr "̵¸ú¤Ê %x/X ÃͤǤ¹"
+
+#: config/m88k/m88k.c:2935
+msgid "invalid %H value"
+msgstr "̵¸ú¤Ê %H ÃͤǤ¹"
+
+#: config/m88k/m88k.c:2941
+msgid "invalid %h value"
+msgstr "̵¸ú¤Ê %h ÃͤǤ¹"
+
+#: config/m88k/m88k.c:2947
+msgid "invalid %Q value"
+msgstr "̵¸ú¤Ê %Q ÃͤǤ¹"
+
+#: config/m88k/m88k.c:2953
+msgid "invalid %q value"
+msgstr "̵¸ú¤Ê %q ÃͤǤ¹"
+
+#: config/m88k/m88k.c:2959
+#, c-format
+msgid "invalid %o value"
+msgstr "̵¸ú¤Ê %o ÃͤǤ¹"
+
+#: config/m88k/m88k.c:2966
+#, c-format
+msgid "invalid %p value"
+msgstr "̵¸ú¤Ê %p ÃͤǤ¹"
+
+#: config/m88k/m88k.c:2979 config/m88k/m88k.c:2984
+#, c-format
+msgid "invalid %s/S value"
+msgstr "̵¸ú¤Ê %s/S ÃͤǤ¹"
+
+#: config/m88k/m88k.c:2995
+msgid "invalid %P operand"
+msgstr "̵¸ú¤Ê %P ¥ª¥Ú¥é¥ó¥É¤Ç¤¹"
+
+#: config/m88k/m88k.c:3026
+msgid "invalid %B value"
+msgstr "̵¸ú¤Ê %B ÃͤǤ¹"
+
+#: config/m88k/m88k.c:3043
+msgid "invalid %C value"
+msgstr "̵¸ú¤Ê %C ÃͤǤ¹"
+
+#: config/m88k/m88k.c:3056
+msgid "invalid %D value"
+msgstr "̵¸ú¤Ê %D ÃͤǤ¹"
+
+#: config/m88k/m88k.c:3064
+#, c-format
+msgid "invalid %E value"
+msgstr "̵¸ú¤Ê %E ÃͤǤ¹"
+
+#: config/m88k/m88k.c:3069
+#, c-format
+msgid "`%d' operand isn't a register"
+msgstr "`%d' ¥ª¥Ú¥é¥ó¥É¤¬¥ì¥¸¥¹¥¿¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: config/m88k/m88k.c:3080
+msgid "invalid %r value"
+msgstr "̵¸ú¤Ê %r ÃͤǤ¹"
+
+#: config/m88k/m88k.c:3087
+msgid "operand is r0"
+msgstr "¥ª¥Ú¥é¥ó¥É¤Ï r0 ¤Ç¤¹"
+
+#: config/m88k/m88k.c:3101
+msgid "operand is const_double"
+msgstr "¥ª¥Ú¥é¥ó¥É¤Ï const_double ¤Ç¤¹"
+
+#: config/m88k/m88k.c:3120
+msgid "invalid code"
+msgstr "̵¸ú¤Ê¥³¡¼¥É¤Ç¤¹"
+
+#. Do any checking or such that is needed after processing the -m switches.
+#: config/m88k/m88k.h:277
+msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
+msgstr "-mtrap-large-shift ¤È -mhandle-large-shift ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: config/m88k/m88k.h:299
+#, c-format
+msgid "Invalid option `-mshort-data-%s'"
+msgstr "̵¸ú¤Ê¥ª¥×¥·¥ç¥ó `-mshort-data-%s'"
+
+#: config/m88k/m88k.h:304
+#, c-format
+msgid "-mshort-data-%s is too large "
+msgstr "-mshort-data-%s ¤¬Â礭¤¹¤®¤Þ¤¹¡£"
+
+#: config/m88k/m88k.h:306
+#, c-format
+msgid "-mshort-data-%s and PIC are incompatible"
+msgstr "-mshort-data-%s ¤È PIC ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: config/mcore/mcore.c:3118
+#, c-format
+msgid "Invalid option `-mstack-increment=%s'"
+msgstr "`-mstack-increment=%s' ¤Ï̵¸ú¤Ê¥ª¥×¥·¥ç¥ó¤Ç¤¹"
+
+#: config/mcore/mcore.h:131
+msgid "Inline constants if it can be done in 2 insns or less"
+msgstr "2 Ì¿Îá°Ê²¼¤Ç¹Ô¤Ê¤¨¤ëÉÔÊѽèÍý¤ò¥¤¥ó¥é¥¤¥ó¤Ë¤¹¤ë"
+
+#: config/mcore/mcore.h:133
+msgid "inline constants if it only takes 1 instruction"
+msgstr "1 Ì¿Îá¤À¤±¤ò¤È¤ëÉÔÊѽèÍý¤ò¥¤¥ó¥é¥¤¥ó¤Ë¤¹¤ë"
+
+#: config/mcore/mcore.h:135
+msgid "Set maximum alignment to 4"
+msgstr "ºÇÂ祢¥é¥¤¥ó¥á¥ó¥È¤ò 4 ¤ËÀßÄꤹ¤ë"
+
+#: config/mcore/mcore.h:137
+msgid "Set maximum alignment to 8"
+msgstr "ºÇÂ祢¥é¥¤¥ó¥á¥ó¥È¤ò 8 ¤ËÀßÄꤹ¤ë"
+
+#: config/mcore/mcore.h:141
+msgid "Do not use the divide instruction"
+msgstr "ʬ³äÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/mcore/mcore.h:145
+msgid "Do not arbitary sized immediates in bit operations"
+msgstr "¥Ó¥Ã¥È±é»»¤Ç¤Î¨ÃÍ¥µ¥¤¥º¤òÄ´Ä䤷¤Ê¤¤"
+
+#: config/mcore/mcore.h:147
+msgid "Always treat bitfield as int-sized"
+msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤ò¾ï¤Ë int ¤Î¥µ¥¤¥º¤È¤·¤Æ°·¤¦"
+
+#: config/mcore/mcore.h:151
+msgid "Force functions to be aligned to a 4 byte boundary"
+msgstr "´Ø¿ô¤ò¶¯À©Åª¤Ë 4 ¥Ð¥¤¥È¶­³¦¤Ë¥¢¥é¥¤¥ó¤¹¤ë"
+
+#: config/mcore/mcore.h:153
+msgid "Force functions to be aligned to a 2 byte boundary"
+msgstr "´Ø¿ô¤ò¶¯À©Åª¤Ë 2 ¥Ð¥¤¥È¶­³¦¤Ë¥¢¥é¥¤¥ó¤¹¤ë"
+
+#: config/mcore/mcore.h:155
+msgid "Emit call graph information"
+msgstr "¸Æ¤Ó½Ð¤·¥°¥é¥Õ¾ðÊó¤òÁ÷½Ð¤¹¤ë"
+
+#: config/mcore/mcore.h:159
+msgid "Prefer word accesses over byte accesses"
+msgstr "¥Ð¥¤¥È¥¢¥¯¥»¥¹¤è¤ê¥ï¡¼¥É¥¢¥¯¥»¥¹¤òÁª¤Ö"
+
+#: config/mcore/mcore.h:170
+msgid "Generate code for the M*Core M340"
+msgstr "M*Core M340 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/mcore/mcore.h:183
+msgid "Maximum amount for a single stack increment operation"
+msgstr "ñ°ì¥¹¥¿¥Ã¥¯¥¤¥ó¥¯¥ê¥á¥ó¥ÈÁàºî¤ÎºÇÂçÃÍ"
+
+#: config/mips/mips.c:4737
+#, c-format
+msgid "-mips%d not supported"
+msgstr "-mips%d ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
+
+#: config/mips/mips.c:4744
+#, c-format
+msgid "bad value (%s) for -mips switch"
+msgstr "-mips ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ (%s)"
+
+#: config/mips/mips.c:4763
+#, c-format
+msgid "bad value (%s) for -mabi= switch"
+msgstr "-mabi= ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ (%s)"
+
+#: config/mips/mips.c:4793
+#, c-format
+msgid "-mabi=%s does not support -mips%d"
+msgstr "-mabi=%s ¤Ï -mips%d ¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤»¤ó"
+
+#: config/mips/mips.c:4810
+msgid "The -mabi=32 support does not work yet."
+msgstr "-mabi=32 ¥µ¥Ý¡¼¥È¤Ï¤Þ¤ÀÆ°ºî¤·¤Þ¤»¤ó"
+
+#: config/mips/mips.c:4814
+msgid "This target does not support the -mabi switch."
+msgstr "¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ï -mabi ¥¹¥¤¥Ã¥Á¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤»¤ó"
+
+#: config/mips/mips.c:4948
+#, c-format
+msgid "-mcpu=%s does not support -mips%d"
+msgstr "-mcpu=%s ¤Ï -mips%d ¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤»¤ó"
+
+#: config/mips/mips.c:4955
+#, c-format
+msgid "-mips%d does not support 64 bit fp registers"
+msgstr "-mips%d ¤Ï 64 bit fp ¥ì¥¸¥¹¥¿¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤»¤ó"
+
+#: config/mips/mips.c:4961
+#, c-format
+msgid "-mips%d does not support 64 bit gp registers"
+msgstr "-mips%d ¤Ï 64 bit gp ¥ì¥¸¥¹¥¿¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó"
+
+#: config/mips/mips.c:4982
+msgid "-G is incompatible with PIC code which is the default"
+msgstr "-G ¤Ï¥Ç¥Õ¥©¥ë¥È¤Î PIC ¥³¡¼¥É¤È¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: config/mips/mips.c:4998
+msgid "-membedded-pic and -mabicalls are incompatible"
+msgstr "-membedded-pic ¤È -mabicalls ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: config/mips/mips.c:5001
+msgid "-G and -membedded-pic are incompatible"
+msgstr "-G ¤È -membedded-pic ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: config/mips/mips.c:5052
+#, c-format
+msgid "Invalid option `entry%s'"
+msgstr "̵¸ú¤Ê¥ª¥×¥·¥ç¥ó `entry%s'"
+
+#: config/mips/mips.c:5055
+msgid "-mentry is only meaningful with -mips-16"
+msgstr "-mentry ¤Ï -mips-16 ¤ò»ØÄꤷ¤¿¤È¤­¤À¤±°ÕÌ£¤ò»ý¤Á¤Þ¤¹"
+
+#: config/mips/mips.c:5388
+#, c-format
+msgid "internal error: %%) found without a %%( in assembler pattern"
+msgstr "ÆâÉô¥¨¥é¡¼: ¥¢¥»¥ó¥Ö¥é¥Ñ¥¿¡¼¥ó¤Ç %%( ¤Ê¤·¤Î %%) ¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿"
+
+#: config/mips/mips.c:5402
+#, c-format
+msgid "internal error: %%] found without a %%[ in assembler pattern"
+msgstr "ÆâÉô¥¨¥é¡¼: ¥¢¥»¥ó¥Ö¥é¥Ñ¥¿¡¼¥ó¤Ç %%[ ¤Ê¤·¤Î %%] ¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿"
+
+#: config/mips/mips.c:5415
+#, c-format
+msgid "internal error: %%> found without a %%< in assembler pattern"
+msgstr "ÆâÉô¥¨¥é¡¼: ¥¢¥»¥ó¥Ö¥é¥Ñ¥¿¡¼¥ó¤Ç %%< ¤Ê¤·¤Î %%> ¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿"
+
+#: config/mips/mips.c:5428
+#, c-format
+msgid "internal error: %%} found without a %%{ in assembler pattern"
+msgstr "ÆâÉô¥¨¥é¡¼: ¥¢¥»¥ó¥Ö¥é¥Ñ¥¿¡¼¥ó¤Ç %%{ ¤Ê¤·¤Î %%} ¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿"
+
+#: config/mips/mips.c:5442
+#, c-format
+msgid "PRINT_OPERAND: Unknown punctuation '%c'"
+msgstr "PRINT_OPERAND: ÉÔÌÀ¤Ê¶çÆÉÅÀ '%c'"
+
+#: config/mips/mips.c:5451
+msgid "PRINT_OPERAND null pointer"
+msgstr "PRINT_OPERAND NULL ¥Ý¥¤¥ó¥¿"
+
+#: config/mips/mips.c:5579
+#, c-format
+msgid "invalid use of %%d, %%x, or %%X"
+msgstr "̵¸ú¤ÊÍÑË¡¤Î of %%d, %%x, Ëô¤Ï %%X"
+
+#: config/mips/mips.c:5622
+msgid "PRINT_OPERAND_ADDRESS, null pointer"
+msgstr "PRINT_OPERAND_ADDRESS, null ¥Ý¥¤¥ó¥¿"
+
+#: config/mips/mips.c:5826 f/com.c:14611 graph.c:421 java/jcf-parse.c:929
+#: java/jcf-parse.c:1065 java/lex.c:1726 objc/objc-act.c:733 profile.c:906
+#: profile.c:914 toplev.c:1875 toplev.c:2234
+#, c-format
+msgid "can't open %s"
+msgstr "%s ¤ò³«¤±¤Þ¤»¤ó"
+
+#: config/mips/mips.c:5877
+msgid "MIPS ECOFF format does not allow changing filenames within functions with #line"
+msgstr "MIPS ECOFF ·Á¼°¤Ç¤Ï #line ¤ò»ý¤Ä´Ø¿ô¤Ç¤Î¥Õ¥¡¥¤¥ë̾Êѹ¹¤Ïµö²Ä¤µ¤ì¤Þ¤»¤ó"
+
+#: config/mips/mips.c:6076
+#, c-format
+msgid "can't rewind %s"
+msgstr "%s ¤ò rewind ¤Ç¤­¤Þ¤»¤ó"
+
+#: config/mips/mips.c:6080
+#, c-format
+msgid "can't write to %s"
+msgstr "%s ¤Ø½ñ¤­¹þ¤á¤Þ¤»¤ó"
+
+#: config/mips/mips.c:6083
+#, c-format
+msgid "can't read from %s"
+msgstr "%s ¤«¤éÆɹþ¤á¤Þ¤»¤ó"
+
+#: config/mips/mips.c:6086 java/jcf-parse.c:605 java/jcf-write.c:3341
+#, c-format
+msgid "can't close %s"
+msgstr "%s ¤ò close ¤Ç¤­¤Þ¤»¤ó"
+
+#: config/mips/mips.c:6455
+#, c-format
+msgid "gp_offset (%ld) or end_offset (%ld) is less than zero."
+msgstr "gp_offset (%ld) Ëô¤Ï end_offset (%ld) ¤¬¥¼¥í¤è¤ê¤â¾®¤µ¤¯¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: config/mips/mips.c:6673
+#, c-format
+msgid "fp_offset (%ld) or end_offset (%ld) is less than zero."
+msgstr "fp_offset (%ld) Ëô¤Ï end_offset (%ld) ¤¬¥¼¥í¤è¤ê¤â¾®¤µ¤¯¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£"
+
+#: config/mips/mips.c:8744
+#, c-format
+msgid "can not handle inconsistent calls to `%s'"
+msgstr "`%s' ¤Ø¤ÎÌ·½â¤·¤¿¸Æ¤Ó½Ð¤·¤òÊ᪤Ǥ­¤Þ¤»¤ó"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/mips/mips.h:335 config/mn10300/mn10300.h:64
+msgid "No default crt0.o"
+msgstr "crt0.o ¤ò¥Ç¥Õ¥©¥ë¥È¤È¤·¤Ê¤¤"
+
+#: config/mips/mips.h:337
+msgid "Use 64-bit int type"
+msgstr "64 ¥Ó¥Ã¥È int ·¿¤ò»ÈÍѤ¹¤ë"
+
+#: config/mips/mips.h:339
+msgid "Use 64-bit long type"
+msgstr "64 ¥Ó¥Ã¥È long ·¿¤ò»ÈÍѤ¹¤ë"
+
+#: config/mips/mips.h:341
+msgid "Use 32-bit long type"
+msgstr "32 ¥Ó¥Ã¥È long ·¿¤ò»ÈÍѤ¹¤ë"
+
+#: config/mips/mips.h:343
+msgid "Optimize lui/addiu address loads"
+msgstr "lui/addiu ¥¢¥É¥ì¥¹¥í¡¼¥É¤òºÇŬ²½¤¹¤ë"
+
+#: config/mips/mips.h:345
+msgid "Don't optimize lui/addiu address loads"
+msgstr "lui/addiu ¥¢¥É¥ì¥¹¥í¡¼¥É¤òºÇŬ²½¤·¤Ê¤¤"
+
+#: config/mips/mips.h:347
+msgid "Use MIPS as"
+msgstr "MIPS as ¤òÍøÍѤ¹¤ë"
+
+#: config/mips/mips.h:349
+msgid "Use GNU as"
+msgstr "GNU as ¤òÍøÍѤ¹¤ë"
+
+#: config/mips/mips.h:351
+msgid "Use symbolic register names"
+msgstr "¥·¥ó¥Ü¥ê¥Ã¥¯¥ì¥¸¥¹¥¿Ì¾¤ò»ÈÍѤ¹¤ë"
+
+#: config/mips/mips.h:353
+msgid "Don't use symbolic register names"
+msgstr "¥·¥ó¥Ü¥ê¥Ã¥¯¥ì¥¸¥¹¥¿Ì¾¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/mips/mips.h:355 config/mips/mips.h:357
+msgid "Use GP relative sdata/sbss sections"
+msgstr "GP ´ØÏ¢ sdata/sbss ¥»¥¯¥·¥ç¥ó¤ò»ÈÍѤ¹¤ë"
+
+#: config/mips/mips.h:359 config/mips/mips.h:361
+msgid "Don't use GP relative sdata/sbss sections"
+msgstr "GP ´ØÏ¢ sdata/sbss ¥»¥¯¥·¥ç¥ó¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/mips/mips.h:363
+msgid "Output compiler statistics"
+msgstr "¥³¥ó¥Ñ¥¤¥éÅý·×¤ò½ÐÎϤ¹¤ë"
+
+#: config/mips/mips.h:365
+msgid "Don't output compiler statistics"
+msgstr "¥³¥ó¥Ñ¥¤¥éÅý·×¤ò½ÐÎϤ·¤Ê¤¤"
+
+#: config/mips/mips.h:367
+msgid "Don't optimize block moves"
+msgstr "¥Ö¥í¥Ã¥¯°ÜÆ°¤òºÇŬ²½¤·¤Ê¤¤"
+
+#: config/mips/mips.h:369
+msgid "Optimize block moves"
+msgstr "¥Ö¥í¥Ã¥¯°ÜÆ°¤òºÇŬ²½¤¹¤ë"
+
+#: config/mips/mips.h:371
+msgid "Use mips-tfile asm postpass"
+msgstr "asm ¸å²áÄø¤Ç mips-tfile ¤òÍøÍѤ¹¤ë"
+
+#: config/mips/mips.h:373
+msgid "Don't use mips-tfile asm postpass"
+msgstr "asm ¸å²áÄø¤Ç mips-tfile ¤òÍøÍѤ·¤Ê¤¤"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of triplets in braces,
+#. each triplet being { "NAME", VALUE, DOC }
+#. where VALUE is the bits to set or minus the bits to clear and DOC
+#. is the documentation for --help (NULL if intentionally undocumented).
+#. An empty string NAME is used to identify the default VALUE.
+#: config/mips/mips.h:377 config/pdp11/pdp11.h:55
+msgid "Use hardware floating point"
+msgstr "¥Ï¡¼¥É¥¦¥§¥¢ÉâÆ°¾®¿ôÅÀ¤òÍøÍѤ¹¤ë"
+
+#: config/mips/mips.h:379
+msgid "Use 64-bit FP registers"
+msgstr "64 ¥Ó¥Ã¥È FP ¥ì¥¸¥¹¥¿¤ò»ÈÍѤ¹¤ë"
+
+#: config/mips/mips.h:381
+msgid "Use 32-bit FP registers"
+msgstr "32 ¥Ó¥Ã¥È FP ¥ì¥¸¥¹¥¿¤ò»ÈÍѤ¹¤ë"
+
+#: config/mips/mips.h:383
+msgid "Use 64-bit general registers"
+msgstr "64 ¥Ó¥Ã¥È°ìÈ̥쥸¥¹¥¿¤ò»ÈÍѤ¹¤ë"
+
+#: config/mips/mips.h:385
+msgid "Use 32-bit general registers"
+msgstr "32 ¥Ó¥Ã¥È°ìÈ̥쥸¥¹¥¿¤ò»ÈÍѤ¹¤ë"
+
+#: config/mips/mips.h:387
+msgid "Use Irix PIC"
+msgstr "Irix PIC ¤òÍøÍѤ¹¤ë"
+
+#: config/mips/mips.h:389
+msgid "Don't use Irix PIC"
+msgstr "Irix PIC ¤òÍøÍѤ·¤Ê¤¤"
+
+#: config/mips/mips.h:391
+msgid "Use OSF PIC"
+msgstr "OSF PIC ¤òÍøÍѤ¹¤ë"
+
+#: config/mips/mips.h:393
+msgid "Don't use OSF PIC"
+msgstr "OSF PIC ¤òÍøÍѤ·¤Ê¤¤"
+
+#: config/mips/mips.h:395
+msgid "Use indirect calls"
+msgstr "´ÖÀܸƤӽФ·¤ò»ÈÍѤ¹¤ë"
+
+#: config/mips/mips.h:397
+msgid "Don't use indirect calls"
+msgstr "´ÖÀܸƤӽФ·¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/mips/mips.h:399
+msgid "Use embedded PIC"
+msgstr "Ëä¤á¹þ¤ß PIC ¤ò»ÈÍѤ¹¤ë"
+
+#: config/mips/mips.h:401
+msgid "Don't use embedded PIC"
+msgstr "Ëä¤á¹þ¤ß PIC ¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/mips/mips.h:403
+msgid "Use ROM instead of RAM"
+msgstr "RAM ¤ÎÂå¤ï¤ê¤Ë ROM ¤òÍøÍѤ¹¤ë"
+
+#: config/mips/mips.h:405
+msgid "Don't use ROM instead of RAM"
+msgstr "RAM ¤ÎÂå¤ï¤ê¤Ë ROM ¤òÍøÍѤ·¤Ê¤¤"
+
+#: config/mips/mips.h:407
+msgid "Put uninitialized constants in ROM (needs -membedded-data)"
+msgstr "̤½é´ü²½Äê¿ô¤ò ROM ¤ËÃÖ¤¯(Í× -membedded-data)"
+
+#: config/mips/mips.h:409
+msgid "Don't put uninitialized constants in ROM"
+msgstr "̤½é´ü²½Äê¿ô¤ò ROM ¤ËÃÖ¤«¤Ê¤¤"
+
+#: config/mips/mips.h:411
+msgid "Use big-endian byte order"
+msgstr "¥Ó¥Ã¥°¥¨¥ó¥Ç¥£¥¢¥ó¤Î¥Ð¥¤¥È½ç¤ò»ÈÍѤ¹¤ë"
+
+#: config/mips/mips.h:413
+msgid "Use little-endian byte order"
+msgstr "¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¤Î¥Ð¥¤¥È½ç¤ò»ÈÍѤ¹¤ë"
+
+#: config/mips/mips.h:415
+msgid "Use single (32-bit) FP only"
+msgstr "ñÀºÅÙ(32bit) FP ¤Î¤ß¤òÍøÍѤ¹¤ë"
+
+#: config/mips/mips.h:417
+msgid "Don't use single (32-bit) FP only"
+msgstr "ñÀºÅÙ(32bit) FP °Ê³°¤âÍøÍѤ¹¤ë"
+
+#: config/mips/mips.h:419
+msgid "Use multiply accumulate"
+msgstr "¾è»»Ì¿Îá¤ò»ÈÍѤ¹¤ë"
+
+#: config/mips/mips.h:421
+msgid "Don't use multiply accumulate"
+msgstr "¾è»»¡¦²Ã»»Ì¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/mips/mips.h:423
+msgid "Work around early 4300 hardware bug"
+msgstr "½é´ü¤Î 4300 ¥Ï¡¼¥É¥¦¥§¥¢¥Ð¥°¤ÎÂнè¤ò¹Ô¤¦"
+
+#: config/mips/mips.h:425
+msgid "Don't work around early 4300 hardware bug"
+msgstr "½é´ü¤Î 4300 ¥Ï¡¼¥É¥¦¥§¥¢¥Ð¥°¤ÎÂнè¤ò¹Ô¤ï¤Ê¤¤"
+
+#: config/mips/mips.h:427
+msgid "Optimize for 4650"
+msgstr "4650 ÍѤ˺ÇŬ²½¤¹¤ë"
+
+#: config/mips/mips.h:429
+msgid "Optimize for 3900"
+msgstr "3900 ÍѤ˺ÇŬ²½¤¹¤ë"
+
+#: config/mips/mips.h:431
+msgid "Trap on integer divide by zero"
+msgstr "À°¿ô¤Î¥¼¥í½ü»»¤ò¥È¥é¥Ã¥×¤¹¤ë"
+
+#: config/mips/mips.h:433
+msgid "Don't trap on integer divide by zero"
+msgstr "À°¿ô¤Î¥¼¥í½ü»»¤ò¥È¥é¥Ã¥×¤·¤Ê¤¤"
+
+#: config/mips/mips.h:435
+msgid "Trap on integer divide overflow"
+msgstr "À°¿ô½ü»»¤Î¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤ò¥È¥é¥Ã¥×¤¹¤ë"
+
+#: config/mips/mips.h:437
+msgid "Don't trap on integer divide overflow"
+msgstr "À°¿ô½ü»»¤Î¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤ò¥È¥é¥Ã¥×¤·¤Ê¤¤"
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of
+#. command options that have values. Its definition is an
+#. initializer with a subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the
+#. fixed part of the option name, and the address of a variable.
+#. The variable, type `char *', is set to the variable part of the
+#. given option if the fixed part matches. The actual option name
+#. is made by appending `-m' to the specified name.
+#.
+#. Here is an example which defines `-mshort-data-NUMBER'. If the
+#. given option is `-mshort-data-512', the variable `m88k_short_data'
+#. will be set to the string `"512"'.
+#.
+#. extern char *m88k_short_data;
+#. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
+#: config/mips/mips.h:562
+msgid "Specify CPU for scheduling purposes"
+msgstr "Ì¿Î᥹¥±¥¸¥å¡¼¥ê¥ó¥°¤Î¤¿¤á¤Ë CPU ¤ò»ØÄꤹ¤ë"
+
+#: config/mips/mips.h:564
+msgid "Specify MIPS ISA"
+msgstr "MIPS ISA ¤ò»ØÄꤹ¤ë"
+
+#: config/mips/mips.h:566
+msgid "Use mips16 entry/exit psuedo ops"
+msgstr "mips16 ¤Î entry/exit µ¿»÷¥ª¥Ú¥é¥ó¥É¤ò»ÈÍѤ¹¤ë"
+
+#: config/mips/mips.h:568
+msgid "Don't use MIPS16 instructions"
+msgstr "MIPS16 Ì¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
+
+#. Output assembler code to FILE to increment profiler label # LABELNO
+#. for profiling a function entry.
+#: config/mips/mips.h:2592
+msgid "mips16 function profiling"
+msgstr "mips16 ´Ø¿ô¥×¥í¥Õ¥¡¥¤¥ë"
+
+#: config/mn10300/mn10300.h:59
+msgid "Work around hardware multiply bug"
+msgstr "¥Ï¡¼¥É¥¦¥§¥¢¾è»»¥Ð¥°¤ËÂн褹¤ë"
+
+#: config/mn10300/mn10300.h:60
+msgid "Do not work around hardware multiply bug"
+msgstr "¥Ï¡¼¥É¥¦¥§¥¢¾è»»¥Ð¥°¤ËÂн褷¤Ê¤¤"
+
+#: config/mn10300/mn10300.h:61
+msgid "Target the AM33 processor"
+msgstr "AM33 ¥×¥í¥»¥Ã¥µ¤ò¥¿¡¼¥²¥Ã¥È¤È¤¹¤ë"
+
+#: config/nextstep.c:65
+msgid "optimization turned on"
+msgstr "ºÇŬ²½¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: config/nextstep.c:71
+msgid "optimization turned off"
+msgstr "ºÇŬ²½¤ò̵¸ú¤Ë¤¹¤ë"
+
+#: config/nextstep.c:80
+msgid "optimization level restored"
+msgstr "ºÇŬ²½¥ì¥Ù¥ë¤ò¸µ¤ËÌᤷ¤Þ¤·¤¿"
+
+#: config/ns32k/ns32k.h:104
+msgid "Don't use hardware fp"
+msgstr "¥Ï¡¼¥É¥¦¥§¥¢ÉâÆ°¾®¿ôÅÀ¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/ns32k/ns32k.h:105
+msgid "Alternative calling convention"
+msgstr "Ê̤θƤӽФ·µ¬Ìó¤ò»ÈÍѤ¹¤ë"
+
+#: config/ns32k/ns32k.h:107
+msgid "Pass some arguments in registers"
+msgstr "¤¤¤¯¤Ä¤«¤Î°ú¿ô¤Ï¥ì¥¸¥¹¥¿ÅϤ·¤Ë¤¹¤ë"
+
+#: config/ns32k/ns32k.h:108
+msgid "Pass all arguments on stack"
+msgstr "Á´¤Æ¤Î°ú¿ô¤ò¥¹¥¿¥Ã¥¯ÅϤ·¤Ë¤¹¤ë"
+
+#: config/ns32k/ns32k.h:109
+msgid "Optimize for 32532 cpu"
+msgstr "32532 cpu ÍѤ˺ÇŬ²½¤¹¤ë"
+
+#: config/ns32k/ns32k.h:110
+msgid "Optimize for 32332 cpu"
+msgstr "32332 cpu ÍѤ˺ÇŬ²½¤¹¤ë"
+
+#: config/ns32k/ns32k.h:112
+msgid "Optimize for 32032"
+msgstr "32032 ÍѤ˺ÇŬ²½¤¹¤ë"
+
+#: config/ns32k/ns32k.h:114
+msgid "Register sb is zero. Use for absolute addressing"
+msgstr "sb ¥ì¥¸¥¹¥¿¤ò¥¼¥í¤È¤¹¤ë¡£ÀäÂÐ¥¢¥É¥ì¥¹¤ò»ÈÍѤ¹¤ë"
+
+#: config/ns32k/ns32k.h:115
+msgid "Do not use register sb"
+msgstr "sb ¥ì¥¸¥¹¥¿¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/ns32k/ns32k.h:116
+msgid "Do not use bitfield instructions"
+msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥ÉÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/ns32k/ns32k.h:117
+msgid "Use bitfield instructions"
+msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥ÉÌ¿Îá¤ò»ÈÍѤ¹¤ë"
+
+#: config/ns32k/ns32k.h:118
+msgid "Generate code for high memory"
+msgstr "¹â°Ì¥¢¥É¥ì¥¹¥á¥â¥êÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/ns32k/ns32k.h:119
+msgid "Generate code for low memory"
+msgstr "Äã°Ì¥¢¥É¥ì¥¹¥á¥â¥êÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/ns32k/ns32k.h:120
+msgid "32381 fpu"
+msgstr "32381 ÉâÆ°¾®¿ôÅÀ¥æ¥Ë¥Ã¥È"
+
+#: config/ns32k/ns32k.h:121
+msgid "Use multiply-accumulate fp instructions"
+msgstr "¾è»»-²Ã»»ÉâÆ°¾®¿ôÅÀÌ¿Îá¤ò¤ò»ÈÍѤ¹¤ë"
+
+#: config/ns32k/ns32k.h:123
+msgid "Do not use multiply-accumulate fp instructions"
+msgstr "¾è»»-²Ã»»ÉâÆ°¾®¿ôÅÀÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/ns32k/ns32k.h:124
+msgid "\"Small register classes\" kludge"
+msgstr "\"¥¹¥â¡¼¥ë¥ì¥¸¥¹¥¿¥¯¥é¥¹\" ¤Î¥Ä¥®¥Ï¥®(kludge)¤ò¹Ô¤Ê¤¦"
+
+#: config/ns32k/ns32k.h:125
+msgid "No \"Small register classes\" kludge"
+msgstr "\"¥¹¥â¡¼¥ë¥ì¥¸¥¹¥¿¥¯¥é¥¹\" ¤Î¥Ä¥®¥Ï¥®(kludge)¤ò¹Ô¤Ê¤ï¤Ê¤¤"
+
+#: config/pa/pa.c:135
+#, c-format
+msgid ""
+"Unknown -mschedule= option (%s).\n"
+"Valid options are 700, 7100, 7100LC, 7200, and 8000\n"
+msgstr ""
+"ÉÔÌÀ¤Ê -mschedule= ¥ª¥×¥·¥ç¥ó (%s).\n"
+"Àµ¾ï¤Ê¥ª¥×¥·¥ç¥ó¤Ï 700, 7100, 7100LC, 7200, µÚ¤Ó 8000 ¤Ç¤¹\n"
+
+#: config/pa/pa.c:160
+#, c-format
+msgid ""
+"Unknown -march= option (%s).\n"
+"Valid options are 1.0, 1.1, and 2.0\n"
+msgstr ""
+"ÉÔÌÀ¤Ê -march= ¥ª¥×¥·¥ç¥ó (%s).\n"
+"Àµ¾ï¤Ê¥ª¥×¥·¥ç¥ó¤Ï 1.0, 1.1, µÚ¤Ó 2.0\n"
+
+#: config/pa/pa.c:165
+msgid "PIC code generation is not supported in the portable runtime model\n"
+msgstr "PIC ¥³¡¼¥ÉÀ¸À®¤Ï²Äȼ¹Իþ¥â¥Ç¥ë¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó\n"
+
+#: config/pa/pa.c:170
+msgid "PIC code generation is not compatible with fast indirect calls\n"
+msgstr "PIC ¥³¡¼¥ÉÀ¸À®¤Ï¹â®´ÖÀܸƤӽФ·¤ÈÁêÍƤì¤Þ¤»¤ó\n"
+
+#: config/pa/pa.c:175
+msgid "PIC code generation is not compatible with profiling\n"
+msgstr "PIC ¥³¡¼¥ÉÀ¸À®¤Ï¥×¥í¥Õ¥¡¥¤¥ê¥ó¥°¤È¤ÏÁêÍƤì¤Þ¤»¤ó\n"
+
+#: config/pa/pa.c:180
+msgid "-g is only supported when using GAS on this processor,"
+msgstr "-g ¤Ï¤³¤Î¥×¥í¥»¥Ã¥µ¤Ç¤Ï GAS ¤ò»ÈÍѤ¹¤ë»þ¤À¤±¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤¹"
+
+#: config/pa/pa.c:181
+msgid "-g option disabled."
+msgstr "-g ¥ª¥×¥·¥ç¥ó¤ò̵¸ú²½¤·¤Þ¤·¤¿¡£"
+
+#: config/pdp11/pdp11.h:56
+msgid "Do not use hardware floating point"
+msgstr "¥Ï¡¼¥É¥¦¥§¥¢ÉâÆ°¾®¿ôÅÀ¤òÍøÍѤ·¤Ê¤¤"
+
+#. return float result in ac0
+#: config/pdp11/pdp11.h:58
+msgid "Return floating point results in ac0"
+msgstr "ÉâÆ°¾®¿ôÅÀ¤Î·ë²Ì¤ò ac0 ¤ÇÊÖ¤¹"
+
+#: config/pdp11/pdp11.h:59
+msgid "Return floating point results in memory"
+msgstr "ÉâÆ°¾®¿ôÅÀ¤Î·ë²Ì¤ò¥á¥â¥ê¤ÇÊÖ¤¹"
+
+#. is 11/40
+#: config/pdp11/pdp11.h:61
+msgid "Generate code for an 11/40"
+msgstr "11/40 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#. is 11/45
+#: config/pdp11/pdp11.h:64
+msgid "Generate code for an 11/45"
+msgstr "11/45 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#. is 11/10
+#: config/pdp11/pdp11.h:67
+msgid "Generate code for an 11/10"
+msgstr "11/10 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#. use movstrhi for bcopy
+#. use 32 bit for int
+#: config/pdp11/pdp11.h:72 config/pdp11/pdp11.h:73
+msgid "Use 32 bit int"
+msgstr "32 ¥Ó¥Ã¥ÈÀ°¿ô¤ò»ÈÍѤ¹¤ë"
+
+#: config/pdp11/pdp11.h:74 config/pdp11/pdp11.h:75
+msgid "Use 16 bit int"
+msgstr "16 ¥Ó¥Ã¥ÈÀ°¿ô¤ò»ÈÍѤ¹¤ë"
+
+#. use 32 bit for float
+#: config/pdp11/pdp11.h:77 config/pdp11/pdp11.h:78
+msgid "Use 32 bit float"
+msgstr "32 ¥Ó¥Ã¥ÈÉâÆ°¾®¿ô¤ò»ÈÍѤ¹¤ë"
+
+#: config/pdp11/pdp11.h:79 config/pdp11/pdp11.h:80
+msgid "Use 64 bit float"
+msgstr "64 ¥Ó¥Ã¥ÈÉâÆ°¾®¿ô¤ò»ÈÍѤ¹¤ë"
+
+#. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
+#. is branching expensive - on a PDP, it's actually really cheap
+#. this is just to play around and check what code gcc generates
+#. split instruction and data memory?
+#: config/pdp11/pdp11.h:89
+msgid "Target has split I&D"
+msgstr "¥¿¡¼¥²¥Ã¥È¤Ï split Ì¿Îá¤È¥Ç¡¼¥¿¥á¥â¥ê¤ò»ý¤Ä"
+
+#: config/pdp11/pdp11.h:90
+msgid "Target does not have split I&D"
+msgstr "¥¿¡¼¥²¥Ã¥È¤Ï split Ì¿Îá¤È¥Ç¡¼¥¿¥á¥â¥ê¤ò»ý¤¿¤Ê¤¤"
+
+#. UNIX assembler syntax?
+#: config/pdp11/pdp11.h:92
+msgid "Use UNIX assembler syntax"
+msgstr "UNIX ¥¢¥»¥ó¥Ö¥éʸˡ¤ò»ÈÍѤ¹¤ë"
+
+#: config/pdp11/pdp11.h:93
+msgid "Use DEC assembler syntax"
+msgstr "DEC ¥¢¥»¥ó¥Ö¥éʸˡ¤ò»ÈÍѤ¹¤ë"
+
+#: config/pj/pj.h:73
+msgid "Generate little endian data"
+msgstr "¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¥Ç¡¼¥¿¤òÀ¸À®¤¹¤ë"
+
+#: config/pj/pj.h:75
+msgid "Generate big endian data"
+msgstr "¥Ó¥Ã¥°¥¨¥ó¥Ç¥£¥¢¥ó¥Ç¡¼¥¿¤òÀ¸À®¤¹¤ë"
+
+#: config/pj/pj.h:77
+msgid "Turn on maintainer testing code"
+msgstr "¥á¥ó¥Æ¥Ê¥Æ¥¹¥È¥³¡¼¥É¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: config/pj/pj.h:79
+msgid "Enable Transmeta picoJava extensions"
+msgstr "Transmeta picoJava ³ÈÄ¥¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: config/pj/pj.h:81
+msgid "Disable Transmeta picoJava extensions"
+msgstr "Transmeta picoJava ³ÈÄ¥¤ò̵¸ú¤Ë¤¹¤ë"
+
+#: config/pj/pj.h:83
+msgid "Disable reorganization pass"
+msgstr "ºÆÊÔÀ®¹©Äø¤ò̵¸ú¤Ë¤¹¤ë"
+
+#: config/romp/romp.c:674
+#, c-format
+msgid "invalid %%B value"
+msgstr "̵¸ú¤Ê %%B ÃÍ"
+
+#: config/romp/romp.c:701 config/rs6000/rs6000.c:4106
+#, c-format
+msgid "invalid %%S value"
+msgstr "̵¸ú¤Ê %%S ÃÍ"
+
+#: config/romp/romp.c:710 config/romp/romp.c:717
+#, c-format
+msgid "invalid %%b value"
+msgstr "̵¸ú¤Ê %%b ÃÍ"
+
+#: config/romp/romp.c:738 config/romp/romp.c:745
+#, c-format
+msgid "invalid %%H value"
+msgstr "̵¸ú¤Ê %%H ÃÍ"
+
+#: config/romp/romp.c:757 config/romp/romp.c:768
+#, c-format
+msgid "invalid %%z value"
+msgstr "̵¸ú¤Ê %%z ÃÍ"
+
+#: config/romp/romp.c:776 config/romp/romp.c:784
+#, c-format
+msgid "invalid %%Z value"
+msgstr "̵¸ú¤Ê %%Z ÃÍ"
+
+#: config/romp/romp.c:791 config/romp/romp.c:800 config/romp/romp.c:807
+#: config/rs6000/rs6000.c:3888
+#, c-format
+msgid "invalid %%k value"
+msgstr "̵¸ú¤Ê %%k ÃÍ"
+
+#: config/romp/romp.c:892 config/romp/romp.c:935
+#, c-format
+msgid "invalid %%j value"
+msgstr "̵¸ú¤Ê %%j ÃÍ"
+
+#. Perform any needed actions needed for a function that is receiving a
+#. variable number of arguments.
+#.
+#. CUM is as above.
+#.
+#. MODE and TYPE are the mode and type of the current parameter.
+#.
+#. PRETEND_SIZE is a variable that should be set to the amount of stack
+#. that must be pushed by the prolog to pretend that our caller pushed
+#. it.
+#.
+#. Normally, this macro will push all remaining incoming registers on the
+#. stack and set PRETEND_SIZE to the length of the registers pushed.
+#: config/romp/romp.h:661
+msgid "can't have varargs with -mfp-arg-in-fp-regs"
+msgstr "-mfp-arg-in-fp-regs ¤ò»È¤¦¤È²ÄÊѸİú¿ô¤ò»ý¤Æ¤Þ¤»¤ó"
+
+#: config/rs6000/aix.h:303 config/rs6000/beos.h:30
+msgid "Always pass floating-point arguments in memory"
+msgstr "ÉâÆ°¾®¿ôÅÀ°ú¿ô¤Ï¾ï¤Ë¥á¥â¥êÅϤ·¤È¤¹¤ë"
+
+#: config/rs6000/aix.h:305 config/rs6000/beos.h:32
+msgid "Don't always pass floating-point arguments in memory"
+msgstr "ÉâÆ°¾®¿ôÅÀ°ú¿ô¤Ï¾ï¤Ë¥á¥â¥êÅϤ·¤È¤·¤Ê¤¤"
+
+#: config/rs6000/aix41.h:28 config/rs6000/aix43.h:32 config/rs6000/aix51.h:32
+msgid "Support message passing with the Parallel Environment"
+msgstr "ÊÂÎó´Ä¶­¤Ç¤Î¥á¥Ã¥»¡¼¥¸¥Ñ¥Ã¥·¥ó¥°¤ò¥µ¥Ý¡¼¥È¤¹¤ë"
+
+#: config/rs6000/aix43.h:28 config/rs6000/aix51.h:28
+msgid "Compile for 64-bit pointers"
+msgstr "64 ¥Ó¥Ã¥È¥Ý¥¤¥ó¥¿ÍѤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
+
+#: config/rs6000/aix43.h:30 config/rs6000/aix51.h:30
+msgid "Compile for 32-bit pointers"
+msgstr "32 ¥Ó¥Ã¥È¥Ý¥¤¥ó¥¿ÍѤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
+
+#: config/rs6000/aix43.h:49 config/rs6000/aix51.h:49
+msgid "-maix64 and POWER architecture are incompatible."
+msgstr "-maix64 ¤È POWER ¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤È¤Ç¤Ï¸ß´¹À­¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: config/rs6000/aix43.h:54 config/rs6000/aix51.h:54
+msgid "-maix64 requires PowerPC64 architecture remain enabled."
+msgstr "PowerPC64 ¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ç¤Ê¤¤¤È -maix64 ¤òÍ­¸ú¤Ë¤Ï¤Ç¤­¤Þ¤»¤ó"
+
+#: config/rs6000/aix43.h:58 config/rs6000/aix51.h:58
+msgid "-maix64 required: 64-bit computation with 32-bit addressing not yet supported."
+msgstr "-maix64 Í×µá: 32 bit ¥¢¥É¥ì¥·¥ó¥°²¼¤Î 64 bit ·×»»¤Ï¤Þ¤ÀÍøÍѤǤ­¤Þ¤»¤ó"
+
+#: config/rs6000/rs6000.c:341
+msgid "-mmultiple is not supported on little endian systems"
+msgstr "-mmultiple ¤Ï¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¥·¥¹¥Æ¥à¾å¤Ç¤Ï¼õ¤±Æþ¤ì¤é¤ì¤Þ¤»¤ó"
+
+#: config/rs6000/rs6000.c:348
+msgid "-mstring is not supported on little endian systems"
+msgstr "-mstring ¤Ï¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¥·¥¹¥Æ¥à¾å¤Ç¤Ï¼õ¤±Æþ¤ì¤é¤ì¤Þ¤»¤ó"
+
+#: config/rs6000/rs6000.c:354
+#, c-format
+msgid "-f%s ignored for AIX (all code is position independent)"
+msgstr "AIX ÍÑ¤Ë -f%s ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿¡ÊÁ´¤Æ¤Î¥³¡¼¥É¤Ï°ÌÃÖÈó°Í¸¤Ç¤¹¡Ë"
+
+#: config/rs6000/rs6000.c:362
+msgid "-ffunction-sections disabled on AIX when debugging"
+msgstr "AIX ¤Ç¤Ï¥Ç¥Ð¥Ã¥°»þ¤Î -ffunction-sections ¤Ï̵¸ú¤È¤µ¤ì¤Þ¤¹"
+
+#: config/rs6000/rs6000.c:368
+msgid "-fdata-sections not supported on AIX"
+msgstr "AIX ¤Ç¤Ï -fdata-sections ¤Ï¼õ¤±Æþ¤ì¤é¤ì¤Þ¤»¤ó"
+
+#: config/rs6000/rs6000.c:382
+#, c-format
+msgid "Unknown -mdebug-%s switch"
+msgstr "ÉÔÌÀ¤Ê -mdebug-%s ¥¹¥¤¥Ã¥Á¤Ç¤¹"
+
+#: config/rs6000/rs6000.c:3815
+#, c-format
+msgid "invalid %%f value"
+msgstr "̵¸ú¤Ê %%f ÃͤǤ¹"
+
+#: config/rs6000/rs6000.c:3824
+#, c-format
+msgid "invalid %%F value"
+msgstr "̵¸ú¤Ê %%F ÃͤǤ¹"
+
+#: config/rs6000/rs6000.c:3833
+#, c-format
+msgid "invalid %%G value"
+msgstr "̵¸ú¤Ê %%G ÃͤǤ¹"
+
+#: config/rs6000/rs6000.c:3868
+#, c-format
+msgid "invalid %%j code"
+msgstr "̵¸ú¤Ê %%j ¥³¡¼¥É¤Ç¤¹"
+
+#: config/rs6000/rs6000.c:3878
+#, c-format
+msgid "invalid %%J code"
+msgstr "̵¸ú¤Ê %%J ¥³¡¼¥É¤Ç¤¹"
+
+#: config/rs6000/rs6000.c:3908
+#, c-format
+msgid "invalid %%K value"
+msgstr "̵¸ú¤Ê %%K ÃͤǤ¹"
+
+#: config/rs6000/rs6000.c:4032
+#, c-format
+msgid "invalid %%p value"
+msgstr "̵¸ú¤Ê %%p ÃͤǤ¹"
+
+#: config/rs6000/rs6000.c:4069
+#, c-format
+msgid "invalid %%q value"
+msgstr "̵¸ú¤Ê %%q ÃͤǤ¹"
+
+#: config/rs6000/rs6000.c:4132
+#, c-format
+msgid "%%S computed all 1's mask"
+msgstr "%%S ¤ÏÁ´¤Æ¤¬ 1 ¤Î¥Þ¥¹¥¯¤ò·×»»¤·¤Þ¤·¤¿"
+
+#: config/rs6000/rs6000.c:4159
+#, c-format
+msgid "%%S computed all 0's mask"
+msgstr "%%S ¤ÏÁ´¤Æ¤¬ 0 ¤Î¥Þ¥¹¥¯¤ò·×»»¤·¤Þ¤·¤¿"
+
+#: config/rs6000/rs6000.c:4169
+#, c-format
+msgid "invalid %%T value"
+msgstr "̵¸ú¤Ê %%T ÃͤǤ¹"
+
+#: config/rs6000/rs6000.c:4179
+#, c-format
+msgid "invalid %%u value"
+msgstr "̵¸ú¤Ê %%u ÃͤǤ¹"
+
+#: config/rs6000/rs6000.c:4188
+#, c-format
+msgid "invalid %%v value"
+msgstr "̵¸ú¤Ê %%v ÃͤǤ¹"
+
+#: config/rs6000/rs6000.c:4261
+#, c-format
+msgid "invalid %%W value"
+msgstr "̵¸ú¤Ê %%W ÃͤǤ¹"
+
+#. Run-time compilation parameters selecting different hardware subsets.
+#.
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/rs6000/rs6000.h:253
+msgid "Use POWER instruction set"
+msgstr "POWER Ì¿Î᥻¥Ã¥È¤ò»ÈÍѤ¹¤ë"
+
+#: config/rs6000/rs6000.h:256
+msgid "Use POWER2 instruction set"
+msgstr "POWER2 Ì¿Î᥻¥Ã¥È¤ò»ÈÍѤ¹¤ë"
+
+#: config/rs6000/rs6000.h:258
+msgid "Do not use POWER2 instruction set"
+msgstr "POWER2 Ì¿Î᥻¥Ã¥È¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/rs6000/rs6000.h:261
+msgid "Do not use POWER instruction set"
+msgstr "POWER Ì¿Î᥻¥Ã¥È¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/rs6000/rs6000.h:263
+msgid "Use PowerPC instruction set"
+msgstr "PowerPC Ì¿Î᥻¥Ã¥È¤ò»ÈÍѤ¹¤ë"
+
+#: config/rs6000/rs6000.h:266
+msgid "Do not use PowerPC instruction set"
+msgstr "PowerPC Ì¿Î᥻¥Ã¥È¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/rs6000/rs6000.h:268
+msgid "Use PowerPC General Purpose group optional instructions"
+msgstr "PowerPC °ìÈÌÍÑÅÓ¥°¥ë¡¼¥×¥ª¥×¥·¥ç¥óÌ¿Îá¤ò»ÈÍѤ¹¤ë"
+
+#: config/rs6000/rs6000.h:270
+msgid "Don't use PowerPC General Purpose group optional instructions"
+msgstr "PowerPC °ìÈÌÍÑÅÓ¥°¥ë¡¼¥×¥ª¥×¥·¥ç¥óÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/rs6000/rs6000.h:272
+msgid "Use PowerPC Graphics group optional instructions"
+msgstr "PowerPC ¥°¥é¥Õ¥£¥¯¥¹¥°¥ë¡¼¥×¥ª¥×¥·¥ç¥óÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/rs6000/rs6000.h:274
+msgid "Don't use PowerPC Graphics group optional instructions"
+msgstr "PowerPC ¥°¥é¥Õ¥£¥¯¥¹¥°¥ë¡¼¥×¥ª¥×¥·¥ç¥óÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/rs6000/rs6000.h:276
+msgid "Use PowerPC-64 instruction set"
+msgstr "PowerPC-64 Ì¿Î᥻¥Ã¥È¤ò»ÈÍѤ¹¤ë"
+
+#: config/rs6000/rs6000.h:278
+msgid "Don't use PowerPC-64 instruction set"
+msgstr "PowerPC-64 Ì¿Î᥻¥Ã¥È¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/rs6000/rs6000.h:280
+msgid "Use new mnemonics for PowerPC architecture"
+msgstr "PowerPC ¥¢¡¼¥­¥Æ¥¯¥Á¥ãÍѤο·¤·¤¤¥Ë¡¼¥â¥Ë¥Ã¥¯¤ò»ÈÍѤ¹¤ë"
+
+#: config/rs6000/rs6000.h:282
+msgid "Use old mnemonics for PowerPC architecture"
+msgstr "PowerPC ¥¢¡¼¥­¥Æ¥¯¥Á¥ãÍѤθŤ¤¥Ë¡¼¥â¥Ë¥Ã¥¯¤ò»ÈÍѤ¹¤ë"
+
+#: config/rs6000/rs6000.h:285
+msgid "Put everything in the regular TOC"
+msgstr "Á´¤Æ¤òÄ̾ï TOC Æâ¤ËÇÛÃÖ¤¹¤ë"
+
+#: config/rs6000/rs6000.h:287
+msgid "Place floating point constants in TOC"
+msgstr "ÉâÆ°¾®¿ôÅÀÄê¿ô¤ò TOC Æâ¤ËÇÛÃÖ¤¹¤ë"
+
+#: config/rs6000/rs6000.h:289
+msgid "Don't place floating point constants in TOC"
+msgstr "ÉâÆ°¾®¿ôÅÀÄê¿ô¤ò TOC Æâ¤ËÇÛÃÖ¤·¤Ê¤¤"
+
+#: config/rs6000/rs6000.h:291
+msgid "Place symbol+offset constants in TOC"
+msgstr "¥·¥ó¥Ü¥ë+¥ª¥Õ¥»¥Ã¥ÈÄê¿ô¤ò TOC Æâ¤ËÇÛÃÖ¤¹¤ë"
+
+#: config/rs6000/rs6000.h:293
+msgid "Don't place symbol+offset constants in TOC"
+msgstr "¥·¥ó¥Ü¥ë+¥ª¥Õ¥»¥Ã¥ÈÄê¿ô¤ò TOC Æâ¤ËÇÛÃÖ¤·¤Ê¤¤"
+
+#: config/rs6000/rs6000.h:299
+msgid "Place variable addresses in the regular TOC"
+msgstr "ÊÑ¿ô¥¢¥É¥ì¥¹¤òÄ̾ï TOC Æâ¤ËÇÛÃÖ¤¹¤ë"
+
+#: config/rs6000/rs6000.h:305
+msgid "Generate load/store multiple instructions"
+msgstr "Ê£¿ôÌ¿Îá¤Î¥í¡¼¥É/¥¹¥È¥¢¤òÀ¸À®¤¹¤ë"
+
+#: config/rs6000/rs6000.h:307
+msgid "Do not generate load/store multiple instructions"
+msgstr "Ê£¿ôÌ¿Îá¤Î¥í¡¼¥É/¥¹¥È¥¢¤òÀ¸À®¤·¤Ê¤¤"
+
+#: config/rs6000/rs6000.h:311
+msgid "Generate string instructions for block moves"
+msgstr "¥Ö¥í¥Ã¥¯°ÜÆ°ÍѤΠstring Ì¿Îá¤òÀ¸À®¤¹¤ë"
+
+#: config/rs6000/rs6000.h:313
+msgid "Do not generate string instructions for block moves"
+msgstr "¥Ö¥í¥Ã¥¯°ÜÆ°ÍѤΠstring Ì¿Îá¤òÀ¸À®¤·¤Ê¤¤"
+
+#: config/rs6000/rs6000.h:317
+msgid "Generate load/store with update instructions"
+msgstr "update Ì¿Îá¤È°ì½ï¤Ë¥í¡¼¥É/¥¹¥È¥¢Ì¿Îá¤òÀ¸À®¤¹¤ë"
+
+#: config/rs6000/rs6000.h:319
+msgid "Do not generate load/store with update instructions"
+msgstr "update Ì¿Îá¤È°ì½ï¤Ë¥í¡¼¥É/¥¹¥È¥¢Ì¿Îá¤òÀ¸À®¤·¤Ê¤¤"
+
+#: config/rs6000/rs6000.h:321
+msgid "Generate fused multiply/add instructions"
+msgstr "ÉâÆ°¾®¿ô¤Î¾è»»/²Ã»»Ì¿Îá¤òÀ¸À®¤¹¤ë"
+
+#: config/rs6000/rs6000.h:323
+msgid "Don't generate fused multiply/add instructions"
+msgstr "ÉâÆ°¾®¿ô¤Î¾è»»/²Ã»»Ì¿Îá¤òÀ¸À®¤·¤Ê¤¤"
+
+#: config/rs6000/rs6000.h:327
+msgid "Don't schedule the start and end of the procedure"
+msgstr "¥×¥í¥·¡¼¥¸¥ã³«»Ï¤È½ªÎ»¤Î¥¹¥±¥¸¥å¡¼¥ë¤ò¹Ô¤Ê¤ï¤Ê¤¤"
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of
+#. command options that have values. Its definition is an
+#. initializer with a subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the
+#. fixed part of the option name, and the address of a variable.
+#. The variable, type `char *', is set to the variable part of the
+#. given option if the fixed part matches. The actual option name
+#. is made by appending `-m' to the specified name.
+#.
+#. Here is an example which defines `-mshort-data-NUMBER'. If the
+#. given option is `-mshort-data-512', the variable `m88k_short_data'
+#. will be set to the string `"512"'.
+#.
+#. extern char *m88k_short_data;
+#. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
+#: config/rs6000/rs6000.h:400 config/sparc/sparc.h:708
+msgid "Use features of and schedule code for given CPU"
+msgstr "Í¿¤¨¤é¤ì¤¿ CPU ÍѤε¡Ç½¤È¥¹¥±¥¸¥å¡¼¥ë¥³¡¼¥É¤òÍøÍѤ¹¤ë"
+
+#: config/rs6000/rs6000.h:403
+msgid "Enable debug output"
+msgstr "¥Ç¥Ð¥Ã¥°½ÐÎϤòÍ­¸ú¤Ë¤¹¤ë"
+
+#. Definitions for __builtin_return_address and __builtin_frame_address.
+#. __builtin_return_address (0) should give link register (65), enable
+#. this.
+#. This should be uncommented, so that the link register is used, but
+#. currently this would result in unmatched insns and spilling fixed
+#. registers so we'll leave it for another day. When these problems are
+#. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
+#. (mrs)
+#. #define RETURN_ADDR_IN_PREVIOUS_FRAME
+#. Number of bytes into the frame return addresses can be found. See
+#. rs6000_stack_info in rs6000.c for more information on how the different
+#. abi's store the return address.
+#: config/rs6000/rs6000.h:1654
+msgid "RETURN_ADDRESS_OFFSET not supported"
+msgstr "RETURN_ADDRESS_OFFSET ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: config/rs6000/sysv4.h:88
+msgid "Select ABI calling convention."
+msgstr "ABI ¸Æ¤Ó½Ð¤·µ¬Ìó¤òÁªÂò¤¹¤ë"
+
+#: config/rs6000/sysv4.h:89
+msgid "Select method for sdata handling."
+msgstr "sdata ¼è¤ê°·¤¤¤Î¤¿¤á¤Î¥á¥½¥Ã¥É¤òÁªÂò¤¹¤ë"
+
+#: config/rs6000/sysv4.h:104
+msgid "Align to the base type of the bitfield."
+msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤Î¥Ù¡¼¥¹¥¿¥¤¥×¤Ë¥¢¥é¥¤¥ó¤¹¤ë"
+
+#: config/rs6000/sysv4.h:106
+msgid "Don't align to the base type of the bitfield."
+msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤Î¥Ù¡¼¥¹¥¿¥¤¥×¤Ë¥¢¥é¥¤¥ó¤·¤Ê¤¤"
+
+#: config/rs6000/sysv4.h:108
+msgid "Don't assume that unaligned accesses are handled by the system"
+msgstr "¥¢¥é¥¤¥ó¤µ¤ì¤Ê¤¤¥¢¥¯¥»¥¹¤¬¥·¥¹¥Æ¥à¤Ë¤è¤Ã¤Æ¥Ï¥ó¥É¥ë¤µ¤ì¤ë¤È¤Ï¤ß¤Ê¤µ¤Ê¤¤"
+
+#: config/rs6000/sysv4.h:110
+msgid "Assume that unaligned accesses are handled by the system"
+msgstr "¥¢¥é¥¤¥ó¤µ¤ì¤Ê¤¤¥¢¥¯¥»¥¹¤¬¥·¥¹¥Æ¥à¤Ë¤è¤Ã¤Æ¥Ï¥ó¥É¥ë¤µ¤ì¤ë¤È¤ß¤Ê¤¹"
+
+#: config/rs6000/sysv4.h:112 config/rs6000/sysv4.h:116
+msgid "Produce code relocatable at runtime."
+msgstr "¼Â¹Ô»þ¤ËºÆÇÛÃÖ²Äǽ¤Ê¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/rs6000/sysv4.h:114 config/rs6000/sysv4.h:118
+msgid "Don't produce code relocatable at runtime."
+msgstr "¼Â¹Ô»þ¤ËºÆÇÛÃÖ²Äǽ¤Ê¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/rs6000/sysv4.h:120 config/rs6000/sysv4.h:122
+msgid "Produce little endian code."
+msgstr "¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/rs6000/sysv4.h:124 config/rs6000/sysv4.h:126
+msgid "Produce big endian code."
+msgstr "¥Ó¥Ã¥°¥¨¥ó¥Ç¥£¥¢¥ó¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/rs6000/sysv4.h:130 config/sparc/linux.h:84
+#: config/sparc/linux64.h:140
+msgid "Use 128 bit long doubles"
+msgstr "128 ¥Ó¥Ã¥È¤Î long double ¤ò»ÈÍѤ¹¤ë"
+
+#: config/rs6000/sysv4.h:131 config/rs6000/sysv4.h:132
+#: config/rs6000/sysv4.h:133 config/rs6000/sysv4.h:134
+#: config/rs6000/sysv4.h:135 config/rs6000/sysv4.h:136
+#: config/rs6000/sysv4.h:143 config/rs6000/sysv4.h:144
+#: config/rs6000/sysv4.h:155 config/rs6000/sysv4.h:156
+#: config/rs6000/sysv4.h:157 config/rs6000/sysv4.h:159
+msgid "no description yet"
+msgstr "ÀâÌÀ¤Ï¤Þ¤À¤¢¤ê¤Þ¤»¤ó"
+
+#: config/rs6000/sysv4.h:137
+msgid "Use EABI."
+msgstr "EABI ¤òÍøÍѤ¹¤ë¡£"
+
+#: config/rs6000/sysv4.h:138
+msgid "Don't use EABI."
+msgstr "EABI ¤òÍøÍѤ·¤Ê¤¤¡£"
+
+#: config/rs6000/sysv4.h:140
+msgid "Use alternate register names."
+msgstr "ÂåÂإ쥸¥¹¥¿Ì¾¤ò»ÈÍѤ¹¤ë"
+
+#: config/rs6000/sysv4.h:142
+msgid "Don't use alternate register names."
+msgstr "ÂåÂإ쥸¥¹¥¿Ì¾¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/rs6000/sysv4.h:146
+msgid "Link with libsim.a, libc.a and sim-crt0.o."
+msgstr "libsim.a, libc.a µÚ¤Ó sim-crt0.o ¤È¥ê¥ó¥¯¤¹¤ë¡£"
+
+#: config/rs6000/sysv4.h:148
+msgid "Link with libads.a, libc.a and crt0.o."
+msgstr "libads.a, libc.a µÚ¤Ó crt0.o ¤È¥ê¥ó¥¯¤¹¤ë¡£"
+
+#: config/rs6000/sysv4.h:150
+msgid "Link with libyk.a, libc.a and crt0.o."
+msgstr "libyk.a, libc.a µÚ¤Ó crt0.o ¤È¥ê¥ó¥¯¤¹¤ë¡£"
+
+#: config/rs6000/sysv4.h:152
+msgid "Link with libmvme.a, libc.a and crt0.o."
+msgstr "libmvme.a, libc.a µÚ¤Ó crt0.o ¤È¥ê¥ó¥¯¤¹¤ë¡£"
+
+#: config/rs6000/sysv4.h:154
+msgid "Set the PPC_EMB bit in the ELF flags header"
+msgstr "PPC_EMB ¥Ó¥Ã¥È¤ò ELF ¥Õ¥é¥°¥Ø¥Ã¥ÀÆâ¤Ë¥»¥Ã¥È¤¹¤ë"
+
+#. Sometimes certain combinations of command options do not make sense
+#. on a particular target machine. You can define a macro
+#. `OVERRIDE_OPTIONS' to take account of this. This macro, if
+#. defined, is executed once just after all the command options have
+#. been parsed.
+#.
+#. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
+#. get control.
+#: config/rs6000/sysv4.h:205
+#, c-format
+msgid "Bad value for -mcall-%s"
+msgstr "-mcall-%s ¥¹¥¤¥Ã¥Á¤Ë¤È¤Ã¤Æ¤ÎÉÔÀµ¤ÊÃÍ"
+
+#: config/rs6000/sysv4.h:221
+#, c-format
+msgid "Bad value for -msdata=%s"
+msgstr "-msdata=%s ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ"
+
+#: config/rs6000/sysv4.h:238
+#, c-format
+msgid "-mrelocatable and -msdata=%s are incompatible."
+msgstr "-mrelocatable ¤È -msdata=%s ¤È¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: config/rs6000/sysv4.h:246
+#, c-format
+msgid "-f%s and -msdata=%s are incompatible."
+msgstr "-f%s ¤È -msdata=%s ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: config/rs6000/sysv4.h:255
+#, c-format
+msgid "-msdata=%s and -mcall-%s are incompatible."
+msgstr "-msdata=%s ¤È -mcall-%s ¤È¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: config/rs6000/sysv4.h:262
+msgid "-mrelocatable and -mno-minimal-toc are incompatible."
+msgstr "-mrelocatable ¤È -mno-minimal-toc ¤È¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: config/rs6000/sysv4.h:268
+#, c-format
+msgid "-mrelocatable and -mcall-%s are incompatible."
+msgstr "-mrelocatable ¤È -mcall-%s ¤È¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: config/rs6000/sysv4.h:275
+#, c-format
+msgid "-fPIC and -mcall-%s are incompatible."
+msgstr "-fPIC ¤È -mcall-%s ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: config/rs6000/sysv4.h:282
+msgid "-mcall-aixdesc must be big endian"
+msgstr "-mcall-aixdesc ¤Ï¥Ó¥Ã¥°¥¨¥ó¥Ç¥£¥¢¥ó¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: config/sparc/sp64-elf.h:84 config/sparc/splet.h:29
+msgid "Generate code for big endian"
+msgstr "¥Ó¥Ã¥°¥¨¥ó¥Ç¥£¥¢¥óÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/sparc/sp64-elf.h:85 config/sparc/splet.h:30
+msgid "Generate code for little endian"
+msgstr "¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥óÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: config/sparc/sp86x-aout.h:53 config/sparc/sp86x-elf.h:66
+msgid "Use little-endian byte order for data"
+msgstr "¥Ç¡¼¥¿¤Î¥Ð¥¤¥È½ç¤Ë¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¤ò»ÈÍѤ¹¤ë"
+
+#: config/sparc/sparc.c:253
+#, c-format
+msgid "%s is not supported by this configuration"
+msgstr "%s ¤Ï¤³¤Î¥³¥ó¥Õ¥£¥®¥å¥ì¡¼¥·¥ç¥ó¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
+
+#: config/sparc/sparc.c:260
+msgid "-mlong-double-64 not allowed with -m64"
+msgstr "-m64 »ØÄê¥â¡¼¥É¤Ç¤Ï -mlong-double-64 ¤Ïµö²Ä¤µ¤ì¤Þ¤»¤ó"
+
+#: config/sparc/sparc.c:280
+#, c-format
+msgid "bad value (%s) for -mcmodel= switch"
+msgstr "-mcmodel= ¥¹¥¤¥Ã¥Á¤Ë¤È¤Ã¤ÆÉÔÀµ¤ÊÃÍ (%s)"
+
+#: config/sparc/sparc.c:285
+msgid "-mcmodel= is not supported on 32 bit systems"
+msgstr "-mcmodel= ¤Ï 32 bit ¥·¥¹¥Æ¥à¾å¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
+
+#: config/sparc/sparc.c:366
+msgid "profiling does not support code models other than medlow"
+msgstr "¥×¥í¥Õ¥¡¥¤¥ê¥ó¥°¤Ï medlow °Ê³°¤Î¥³¡¼¥É¥â¥Ç¥ë¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
+
+#: config/sparc/sparc.c:5712 config/sparc/sparc.c:5718
+#, c-format
+msgid "Invalid %%Y operand"
+msgstr "̵¸ú¤Ê %%Y ¥ª¥Ú¥é¥ó¥É"
+
+#: config/sparc/sparc.c:5788
+#, c-format
+msgid "Invalid %%A operand"
+msgstr "̵¸ú¤Ê %%A ¥ª¥Ú¥é¥ó¥É"
+
+#: config/sparc/sparc.c:5798
+#, c-format
+msgid "Invalid %%B operand"
+msgstr "̵¸ú¤Ê %%B ¥ª¥Ú¥é¥ó¥É"
+
+#: config/sparc/sparc.c:5837
+#, c-format
+msgid "Invalid %%c operand"
+msgstr "̵¸ú¤Ê %%c ¥ª¥Ú¥é¥ó¥É"
+
+#: config/sparc/sparc.c:5838
+#, c-format
+msgid "Invalid %%C operand"
+msgstr "̵¸ú¤Ê %%C ¥ª¥Ú¥é¥ó¥É"
+
+#: config/sparc/sparc.c:5859
+#, c-format
+msgid "Invalid %%d operand"
+msgstr "̵¸ú¤Ê %%d ¥ª¥Ú¥é¥ó¥É"
+
+#: config/sparc/sparc.c:5860
+#, c-format
+msgid "Invalid %%D operand"
+msgstr "̵¸ú¤Ê %%D ¥ª¥Ú¥é¥ó¥É"
+
+#: config/sparc/sparc.c:5878
+#, c-format
+msgid "Invalid %%f operand"
+msgstr "̵¸ú¤Ê %%f ¥ª¥Ú¥é¥ó¥É"
+
+#: config/sparc/sparc.c:5928
+msgid "long long constant not a valid immediate operand"
+msgstr "long long Äê¿ô¤ÏÀµ¾ï¤Ê¨ÃÍ¥ª¥Ú¥é¥ó¥É¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: config/sparc/sparc.c:5931
+msgid "floating point constant not a valid immediate operand"
+msgstr "ÉâÆ°¾®¿ôÄê¿ô¤ÏÀµ¾ï¤Ê¨ÃÍ¥ª¥Ú¥é¥ó¥É¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#. To make profiling work with -f{pic,PIC}, we need to emit the profiling
+#. code into the rtl. Also, if we are profiling, we cannot eliminate
+#. the frame pointer (because the return address will get smashed).
+#: config/sparc/sparc.h:403
+#, c-format
+msgid "%s and profiling conflict: disabling %s"
+msgstr "%s ¤È¥×¥í¥Õ¥¡¥¤¥ê¥ó¥°¤Ï¶¥¹ç¤·¤Þ¤¹: %s ¤ò̵¸ú²½¤·¤Þ¤¹"
+
+#: config/sparc/sparc.h:587
+msgid "Use FUNCTION_EPILOGUE"
+msgstr "FUNCTION_EPILOGUE ¤ò»ÈÍѤ¹¤ë"
+
+#: config/sparc/sparc.h:589
+msgid "Do not use FUNCTION_EPILOGUE"
+msgstr "FUNCTION_EPILOGUE ¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/sparc/sparc.h:591
+msgid "Assume possible double misalignment"
+msgstr "double ¤¬¸í¤Ã¤¿¥¢¥é¥¤¥ó¥á¥ó¥È¤È¤Ê¤ë²ÄǽÀ­¤¬¤¢¤ë¤È¤ß¤Ê¤¹"
+
+#: config/sparc/sparc.h:593
+msgid "Assume all doubles are aligned"
+msgstr "Á´¤Æ¤Î double ¤ò¥¢¥é¥¤¥ó¤µ¤ì¤¿¤â¤Î¤È¤ß¤Ê¤¹"
+
+#: config/sparc/sparc.h:595
+msgid "Pass -assert pure-text to linker"
+msgstr "¥ê¥ó¥«¤Ë -assert pure-text ¤òÅϤ¹"
+
+#: config/sparc/sparc.h:597
+msgid "Do not pass -assert pure-text to linker"
+msgstr "¥ê¥ó¥«¤Ë -assert pure-text ¤òÅϤµ¤Ê¤¤"
+
+#: config/sparc/sparc.h:599
+msgid "Use flat register window model"
+msgstr "¥Õ¥é¥Ã¥È¥ì¥¸¥¹¥¿¥¦¥£¥ó¥É¥¦¥â¥Ç¥ë¤ò»ÈÍѤ¹¤ë"
+
+#: config/sparc/sparc.h:601
+msgid "Do not use flat register window model"
+msgstr "¥Õ¥é¥Ã¥È¥ì¥¸¥¹¥¿¥¦¥£¥ó¥É¥¦¥â¥Ç¥ë¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/sparc/sparc.h:603
+msgid "Use ABI reserved registers"
+msgstr "ABI ͽÌó¥ì¥¸¥¹¥¿¤ò»ÈÍѤ¹¤ë"
+
+#: config/sparc/sparc.h:605
+msgid "Do not use ABI reserved registers"
+msgstr "ABI ͽÌó¥ì¥¸¥¹¥¿¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/sparc/sparc.h:607
+msgid "Use hardware quad fp instructions"
+msgstr "»ÍÇÜÀºÅÙÉâÆ°¾®¿ôÅÀÌ¿Îá¤ò»ÈÍѤ¹¤ë"
+
+#: config/sparc/sparc.h:609
+msgid "Do not use hardware quad fp instructions"
+msgstr "»ÍÇÜÀºÅÙÉâÆ°¾®¿ôÅÀÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/sparc/sparc.h:611
+msgid "Compile for v8plus ABI"
+msgstr "v8plus ABI ÍѤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
+
+#: config/sparc/sparc.h:613
+msgid "Do not compile for v8plus ABI"
+msgstr "v8plus ABI ÍѤ˥³¥ó¥Ñ¥¤¥ë¤·¤Ê¤¤"
+
+#: config/sparc/sparc.h:615
+msgid "Utilize Visual Instruction Set"
+msgstr "Visual Ì¿Î᥻¥Ã¥È¤òÍøÍѤ¹¤ë"
+
+#: config/sparc/sparc.h:617
+msgid "Do not utilize Visual Instruction Set"
+msgstr "Visual Ì¿Î᥻¥Ã¥È¤òÍøÍѤ·¤Ê¤¤"
+
+#. ??? These are deprecated, coerced to -mcpu=. Delete in 2.9.
+#: config/sparc/sparc.h:620
+msgid "Optimize for Cypress processors"
+msgstr "Cypress ¥×¥í¥»¥Ã¥µÍѤ˺ÇŬ²½¤¹¤ë"
+
+#: config/sparc/sparc.h:622
+msgid "Optimize for SparcLite processors"
+msgstr "SparcLite ¥×¥í¥»¥Ã¥µÍѤ˺ÇŬ²½¤¹¤ë"
+
+#: config/sparc/sparc.h:624
+msgid "Optimize for F930 processors"
+msgstr "F930 ¥×¥í¥»¥Ã¥µÍѤ˺ÇŬ²½¤¹¤ë"
+
+#: config/sparc/sparc.h:626
+msgid "Optimize for F934 processors"
+msgstr "F934 ¥×¥í¥»¥Ã¥µÍѤ˺ÇŬ²½¤¹¤ë"
+
+#: config/sparc/sparc.h:628
+msgid "Use V8 Sparc ISA"
+msgstr "V8 Sparc ISA ¤ò»ÈÍѤ¹¤ë"
+
+#: config/sparc/sparc.h:630
+msgid "Optimize for SuperSparc processors"
+msgstr "SuperSparc ¥×¥í¥»¥Ã¥µÍѤ˺ÇŬ²½¤¹¤ë"
+
+#. End of deprecated options.
+#: config/sparc/sparc.h:633
+msgid "Pointers are 64-bit"
+msgstr "¥Ý¥¤¥ó¥¿¤ò 64 ¥Ó¥Ã¥È¤È¤¹¤ë"
+
+#: config/sparc/sparc.h:635
+msgid "Pointers are 32-bit"
+msgstr "¥Ý¥¤¥ó¥¿¤ò 32 ¥Ó¥Ã¥È¤È¤¹¤ë"
+
+#: config/sparc/sparc.h:637
+msgid "Use 32-bit ABI"
+msgstr "32 ¥Ó¥Ã¥È ABI ¤ò»ÈÍѤ¹¤ë"
+
+#: config/sparc/sparc.h:639
+msgid "Use 64-bit ABI"
+msgstr "64 ¥Ó¥Ã¥È ABI ¤ò»ÈÍѤ¹¤ë"
+
+#: config/sparc/sparc.h:641
+msgid "Use stack bias"
+msgstr "¥¹¥¿¥Ã¥¯¥Ð¥¤¥¢¥¹¤ò»ÈÍѤ¹¤ë"
+
+#: config/sparc/sparc.h:643
+msgid "Do not use stack bias"
+msgstr "¥¹¥¿¥Ã¥¯¥Ð¥¤¥¢¥¹¤ò»ÈÍѤ·¤Ê¤¤"
+
+#: config/sparc/sparc.h:645
+msgid "Use structs on stronger alignment for double-word copies"
+msgstr "¥À¥Ö¥ë¥ï¡¼¥É¥³¥Ô¡¼ÍѤζ¯¤¯¥¢¥é¥¤¥ó¤µ¤ì¤¿¹½Â¤ÂΤò»ÈÍѤ¹¤ë"
+
+#: config/sparc/sparc.h:647
+msgid "Do not use structs on stronger alignment for double-word copies"
+msgstr "¥À¥Ö¥ë¥ï¡¼¥É¥³¥Ô¡¼ÍѤζ¯¤¯¥¢¥é¥¤¥ó¤µ¤ì¤¿¹½Â¤ÂΤò»ÈÍѤ·¤Ê¤¤"
+
+#: config/sparc/sparc.h:649
+msgid "Optimize tail call instructions in assembler and linker"
+msgstr "¥¢¥»¥ó¥Ö¥é¤È¥ê¥ó¥«¤ÇËöÈø¸Æ¤Ó½Ð¤·Ì¿Îá¤òºÇŬ²½¤¹¤ë"
+
+#: config/sparc/sparc.h:651
+msgid "Do not optimize tail call instructions in assembler or linker"
+msgstr "¥¢¥»¥ó¥Ö¥é¤È¥ê¥ó¥«¤ÇËöÈø¸Æ¤Ó½Ð¤·Ì¿Îá¤òºÇŬ²½¤·¤Ê¤¤"
+
+#: config/sparc/sparc.h:712
+msgid "Use given Sparc code model"
+msgstr "Í¿¤¨¤é¤ì¤¿ Sparc ¥³¡¼¥É¥â¥Ç¥ë¤ò»ÈÍѤ¹¤ë"
+
+#: config/v850/v850-c.c:68
+msgid "#pragma GHS endXXXX found without previous startXXX"
+msgstr "#pragma GHS endXXXX ¤¬Á°¤Î startXXX ̵¤·¤Ç¸«¤Ä¤«¤ê¤Þ¤·¤¿"
+
+#: config/v850/v850-c.c:70
+msgid "#pragma GHS endXXX does not match previous startXXX"
+msgstr "#pragma GHS endXXX ¤¬Á°¤Î startXXX ¤ÈŬ¹ç¤·¤Þ¤»¤ó"
+
+#: config/v850/v850-c.c:95
+msgid "Cannot set interrupt attribute: no current function"
+msgstr "interrupt °À­¤òÀßÄê¤Ç¤­¤Þ¤»¤ó: ¸½ºß¤Î´Ø¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: config/v850/v850-c.c:103
+msgid "Cannot set interrupt attribute: no such identifier"
+msgstr "interrupt °À­¤òÀßÄê¤Ç¤­¤Þ¤»¤ó: ¤½¤ÎÍͤʼ±Ê̻Ҥ¬¤¢¤ê¤Þ¤»¤ó"
+
+#: config/v850/v850-c.c:149
+msgid "junk at end of #pragma ghs section"
+msgstr "#pragma ghs section ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
+
+#: config/v850/v850-c.c:166
+#, c-format
+msgid "unrecognised section name \"%s\""
+msgstr "ǧ¼±¤Ç¤­¤Ê¤¤¥»¥¯¥·¥ç¥ó̾ \"%s\""
+
+#: config/v850/v850-c.c:181
+msgid "malformed #pragma ghs section"
+msgstr "¤ª¤«¤·¤Ê #pragma ghs section"
+
+#: config/v850/v850-c.c:201
+msgid "junk at end of #pragma ghs interrupt"
+msgstr "#pragma ghs interrupt ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
+
+#: config/v850/v850-c.c:213
+msgid "junk at end of #pragma ghs starttda"
+msgstr "#pragma ghs starttda ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
+
+#: config/v850/v850-c.c:225
+msgid "junk at end of #pragma ghs startsda"
+msgstr "#pragma ghs startsda ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
+
+#: config/v850/v850-c.c:237
+msgid "junk at end of #pragma ghs startzda"
+msgstr "#pragma ghs startzda ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
+
+#: config/v850/v850-c.c:249
+msgid "junk at end of #pragma ghs endtda"
+msgstr "#pragma ghs endtda ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
+
+#: config/v850/v850-c.c:261
+msgid "junk at end of #pragma ghs endsda"
+msgstr "#pragma ghs endsda ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
+
+#: config/v850/v850-c.c:273
+msgid "junk at end of #pragma ghs endzda"
+msgstr "#pragma ghs ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
+
+#: config/v850/v850.c:107
+#, c-format
+msgid "%s=%s is not numeric."
+msgstr "%s=%s ¤Ï¿ôÃͤǤϤ¢¤ê¤Þ¤»¤ó"
+
+#: config/v850/v850.c:114
+#, c-format
+msgid "%s=%s is too large."
+msgstr "%s=%s ¤ÏÂ礭¤¹¤®¤Þ¤¹¡£"
+
+#: config/v850/v850.c:2039
+msgid "a data area attribute cannot be specified for local variables"
+msgstr "¥Ç¡¼¥¿Îΰè°À­¤ò¥í¡¼¥«¥ëÊÑ¿ô¤Ë¤Ï»ØÄê¤Ç¤­¤Þ¤»¤ó"
+
+#: config/v850/v850.c:2047
+#, c-format
+msgid "data area of '%s' conflicts with previous declaration"
+msgstr "¥Ç¡¼¥¿Îΰè '%s' ¤ÏÁ°¤ÎÀë¸À¤ÈÌ·½â¤·¤Þ¤¹"
+
+#: config/v850/v850.c:2249
+#, c-format
+msgid "Bogus JR construction: %d\n"
+msgstr "¸íËâ²½¤µ¤ì¤¿ JR ¹½Â¤: %d\n"
+
+#: config/v850/v850.c:2270 config/v850/v850.c:2472
+#, c-format
+msgid "Bad amount of stack space removal: %d"
+msgstr "¥¹¥¿¥Ã¥¯¶õ´Öºï½üÎ̤¬ÉÔÀµ¤Ç¤¹: %d"
+
+#: config/v850/v850.c:2448
+#, c-format
+msgid "Bogus JARL construction: %d\n"
+msgstr "¸íËâ²½¤µ¤ì¤¿ JARL ¹½Â¤: %d\n"
+
+#. Macro to define tables used to set the flags.
+#. This is a list in braces of pairs in braces,
+#. each pair being { "NAME", VALUE }
+#. where VALUE is the bits to set or minus the bits to clear.
+#. An empty string NAME is used to identify the default VALUE.
+#: config/v850/v850.h:121
+msgid "Support Green Hills ABI"
+msgstr "Green Hill ¤Î ABI ¤ò¥µ¥Ý¡¼¥È¤¹¤ë"
+
+#: config/v850/v850.h:124
+msgid "Prohibit PC relative function calls"
+msgstr "PC ´ØÏ¢¤Î´Ø¿ô¸Æ¤Ó½Ð¤·¤ò¶Ø¤¸¤ë"
+
+#: config/v850/v850.h:127
+msgid "Reuse r30 on a per function basis"
+msgstr "´Ø¿ô¤Î¼çÍ×ÉôʬËè¤Ë r30 ¤òºÆÍøÍѤ¹¤ë"
+
+#: config/v850/v850.h:130
+msgid "Use stubs for function prologues"
+msgstr "´Ø¿ô³«»ÏÉôʬÍѤΥ¹¥¿¥Ö¤ò»ÈÍѤ¹¤ë"
+
+#: config/v850/v850.h:133
+msgid "Same as: -mep -mprolog-function"
+msgstr "-mep -mprolog-function ¤ÈƱÍÍ"
+
+#: config/v850/v850.h:134
+msgid "Enable backend debugging"
+msgstr "¥Ð¥Ã¥¯¥¨¥ó¥É¥Ç¥Ð¥Ã¥°¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: config/v850/v850.h:136
+msgid "Compile for the v850 processor"
+msgstr "v850 ¥×¥í¥»¥Ã¥µÍѤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
+
+#: config/v850/v850.h:139
+msgid "Use 4 byte entries in switch tables"
+msgstr "switch ¥Æ¡¼¥Ö¥ë¤Ç 4 ¥Ð¥¤¥È¥¨¥ó¥È¥ê¤ò»ÈÍѤ¹¤ë"
+
+#. This macro is similar to `TARGET_SWITCHES' but defines names of
+#. command options that have values. Its definition is an
+#. initializer with a subgrouping for each command option.
+#.
+#. Each subgrouping contains a string constant, that defines the
+#. fixed part of the option name, and the address of a variable. The
+#. variable, type `char *', is set to the variable part of the given
+#. option if the fixed part matches. The actual option name is made
+#. by appending `-m' to the specified name.
+#.
+#. Here is an example which defines `-mshort-data-NUMBER'. If the
+#. given option is `-mshort-data-512', the variable `m88k_short_data'
+#. will be set to the string `"512"'.
+#.
+#. extern char *m88k_short_data;
+#. #define TARGET_OPTIONS { { "short-data-", &m88k_short_data } }
+#: config/v850/v850.h:183
+msgid "Set the max size of data eligible for the TDA area"
+msgstr "TDA Îΰè¤Ë¤È¤Ã¤Æ˾¤Þ¤·¤¤ºÇÂç¥Ç¡¼¥¿¥µ¥¤¥º¤òÀßÄꤹ¤ë"
+
+#: config/v850/v850.h:186
+msgid "Set the max size of data eligible for the SDA area"
+msgstr "SDA Îΰè¤Ë¤È¤Ã¤Æ˾¤Þ¤·¤¤ºÇÂç¥Ç¡¼¥¿¥µ¥¤¥º¤òÀßÄꤹ¤ë"
+
+#: config/v850/v850.h:189
+msgid "Set the max size of data eligible for the ZDA area"
+msgstr "ZDA Îΰè¤Ë¤È¤Ã¤Æ˾¤Þ¤·¤¤ºÇÂç¥Ç¡¼¥¿¥µ¥¤¥º¤òÀßÄꤹ¤ë"
+
+#: convert.c:67
+msgid "cannot convert to a pointer type"
+msgstr "¥Ý¥¤¥ó¥¿·¿¤ËÊÑ´¹¤Ç¤­¤Þ¤»¤ó"
+
+#: convert.c:100
+msgid "pointer value used where a floating point value was expected"
+msgstr "ÉâÆ°¾®¿ôÅÀ¿ô¤¬¤¢¤ë¤Ù¤­²Õ½ê¤Ç¡¢¥Ý¥¤¥ó¥¿Ãͤ¬»È¤ï¤ì¤Þ¤·¤¿"
+
+#: convert.c:104
+msgid "aggregate value used where a float was expected"
+msgstr "ÉâÆ°¾®¿ôÅÀ·¿¤¬¤¢¤ë¤Ù¤­²Õ½ê¤Ç¡¢½¸¹çÂΤÎÃͤ¬»È¤ï¤ì¤Þ¤·¤¿"
+
+#: convert.c:130
+msgid "conversion to incomplete type"
+msgstr "ÉÔ´°Á´·¿¤Ø¤ÎÊÑ´¹¤Ç¤¹"
+
+#: convert.c:390 convert.c:470
+msgid "can't convert between vector values of different size"
+msgstr "Â礭¤µ¤Î°Û¤Ê¤ë¥Ù¥¯¥È¥ëÃÍƱ»Î¤ÎÊÑ´¹¤Ï¤Ç¤­¤Þ¤»¤ó"
+
+#: convert.c:396
+msgid "aggregate value used where an integer was expected"
+msgstr "À°¿ô·¿¤¬¤¢¤ë¤Ù¤­²Õ½ê¤Ç¡¢½¸¹çÂΤÎÃͤ¬»È¤ï¤ì¤Þ¤·¤¿"
+
+#: convert.c:448 f/com.c:1132
+msgid "pointer value used where a complex was expected"
+msgstr "Ê£ÁÇ¿ô·¿¤¬¤¢¤ë¤Ù¤­²Õ½ê¤Ç¡¢¥Ý¥¤¥ó¥¿Ãͤ¬»È¤ï¤ì¤Þ¤·¤¿"
+
+#: convert.c:452 f/com.c:1134
+msgid "aggregate value used where a complex was expected"
+msgstr "Ê£ÁÇ¿ô·¿¤¬¤¢¤ë¤Ù¤­²Õ½ê¤Ç¡¢½¸¹çÂΤÎÃͤ¬»È¤ï¤ì¤Þ¤·¤¿"
+
+#: convert.c:476
+msgid "can't convert value to a vector"
+msgstr "Ãͤò¥Ù¥¯¥È¥ë¤Ë¤ÏÊÑ´¹¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/call.c:379
+msgid "unable to call pointer to member function here"
+msgstr "¤³¤³¤Ç¤Ï¥á¥ó¥Ð´Ø¿ô¥Ý¥¤¥ó¥¿¸Æ¤Ó½Ð¤·¤¬¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/call.c:509
+msgid "destructors take no parameters"
+msgstr "¥Ç¥¹¥È¥é¥¯¥¿¤Ï²¾°ú¿ô¤ò¼è¤ê¤Þ¤»¤ó"
+
+#: cp/call.c:2867
+msgid "ISO C++ forbids omitting the middle term of a ?: expression"
+msgstr "ISO C++ ¤ÏÃæ´Ö¹à¤¬¾Êά¤µ¤ì¤¿ ?: ¼°¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/class.c:1438
+#, c-format
+msgid "conflicting access specifications for field `%s', ignored"
+msgstr "¥Õ¥£¡¼¥ë¥É `%s' ¤ËÂФ¹¤ë¥¢¥¯¥»¥¹»ØÄê»Ò¤¬¶¥¹ç¤·¤¿¤¿¤á¡¢Ìµ»ë¤µ¤ì¤Þ¤·¤¿"
+
+#: cp/class.c:5533
+msgid "trying to finish struct, but kicked out due to previous parse errors."
+msgstr "¹½Ê¸²òÀϤ¬¹½Â¤ÂΤνª¤ê¤Ëº¹¤·³Ý¤«¤ê¤Þ¤·¤¿¤¬¡¢Á°¤Î¥¨¥é¡¼¤Î¤»¤¤¤Çʸ̮¤ò¸«¼º¤¤¤Þ¤·¤¿"
+
+#: cp/class.c:5988
+#, c-format
+msgid "language string `\"%s\"' not recognized"
+msgstr "¸À¸ìʸ»úÎó `\"%s\"' ¤Ïǧ¼±¤µ¤ì¤Þ¤»¤ó"
+
+#: cp/class.c:6303 cp/class.c:6471 cp/class.c:6478
+msgid "not enough type information"
+msgstr "ÉÔ½½Ê¬¤Ê·¿¾ðÊó"
+
+#: cp/class.c:6455
+msgid "invalid operation on uninstantiated type"
+msgstr "¥¤¥ó¥¹¥¿¥ó¥¹²½¤µ¤ì¤Ê¤¤·¿¤ËÂФ¹¤ë̵¸ú¤ÊÁàºî¤Ç¤¹"
+
+#: cp/class.c:8256
+msgid "object size exceeds built-in limit for virtual function table implementation"
+msgstr "¥ª¥Ö¥¸¥§¥¯¥È¥µ¥¤¥º¤¬¡¢²¾ÁÛ´Ø¿ô¥Æ¡¼¥Ö¥ë¼ÂÁõ¤ËÁȤ߹þ¤³¤Þ¤ì¤¿¥µ¥¤¥º¤òĶ²á¤·¤Þ¤·¤¿"
+
+#: cp/class.c:8258
+msgid "object size exceeds normal limit for virtual function table implementation, recompile all source and use -fhuge-objects"
+msgstr "¥ª¥Ö¥¸¥§¥¯¥È¥µ¥¤¥º¤¬¡¢²¾ÁÛ´Ø¿ô¥Æ¡¼¥Ö¥ë¼ÂÁõ¤ÎÄ̾ï¤ÎÀ©¸Â¤òĶ²á¤·¤¿¤¿¤á¡¢Á´¤Æ¤Î¥½¡¼¥¹¤ò -fhuge-objects ¤ò»È¤Ã¤ÆºÆ¥³¥ó¥Ñ¥¤¥ë¤·¤Æ¤¯¤À¤µ¤¤"
+
+#: cp/decl.c:4230
+#, c-format
+msgid "declaration of `%s' shadows a member of `this'"
+msgstr "`%s' ¤ÎÀë¸À¤Ë¤è¤ê `this' ¤Î¥á¥ó¥Ð¤¬Ê¤¤¤±£¤µ¤ì¤Þ¤¹"
+
+#: cp/decl.c:4871
+#, c-format
+msgid "label `%s' referenced outside of any function"
+msgstr "¥é¥Ù¥ë `%s' ¤¬´Ø¿ô¤Î³°Â¦¤Î²¿¤«¤ò»²¾È¤·¤Þ¤·¤¿"
+
+#: cp/decl.c:4976 cp/decl.c:5000
+msgid "jump to case label"
+msgstr "case ¥é¥Ù¥ë¤Ë¥¸¥ã¥ó¥×¤·¤Æ¤¤¤Þ¤¹"
+
+#: cp/decl.c:5007 cp/decl.c:5111
+msgid " enters try block"
+msgstr " try ¥Ö¥í¥Ã¥¯¤ËÆþ¤ê¤Þ¤¹"
+
+#: cp/decl.c:5009 cp/decl.c:5113
+msgid " enters catch block"
+msgstr " catch ¥Ö¥í¥Ã¥¯¤ËÆþ¤ê¤Þ¤¹"
+
+#: cp/decl.c:5092
+msgid " from here"
+msgstr " ¤³¤³¤«¤é"
+
+#: cp/decl.c:6355
+msgid "the ABI requires vtable thunks"
+msgstr "ABI ¤Ï²¾ÁÛ´Ø¿ô¥Æ¡¼¥Ö¥ë¥µ¥ó¥¯¤òÍ׵ᤷ¤Þ¤¹"
+
+#: cp/decl.c:6996
+msgid "multiple types in one declaration"
+msgstr "°ì¤Ä¤ÎÀë¸À¤ËÊ£¿ô¤Î·¿¤¬¤¢¤ê¤Þ¤¹"
+
+#: cp/decl.c:6999
+msgid "declaration does not declare anything"
+msgstr "Àë¸À¤¬²¿¤âÀë¸À¤·¤Æ¤¤¤Þ¤»¤ó"
+
+#: cp/decl.c:7023
+msgid "Missing type-name in typedef-declaration."
+msgstr "typdef Àë¸À¤Ç·¿Ì¾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cp/decl.c:7030
+msgid "ISO C++ prohibits anonymous structs"
+msgstr "ISO C++ ¤Ï̵̾¹½Â¤ÂΤò¶Ø»ß¤·¤Æ¤¤¤Þ¤¹"
+
+#: cp/decl.c:8018
+msgid "assignment (not initialization) in declaration"
+msgstr "Àë¸À¤ÎÃæ¤ËÂåÆþ(½é´ü²½¤Ç¤Ï¤Ê¤¯)¤¬¤¢¤ê¤Þ¤¹"
+
+#: cp/decl.c:8580
+msgid "invalid catch parameter"
+msgstr "̵¸ú¤Ê catch ¤Î°ú¿ô"
+
+#: cp/decl.c:8807
+msgid "cannot declare `::main' to be a template"
+msgstr "`::main' ¤ò template ¤È¤·¤Æ¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/decl.c:8809
+msgid "cannot declare `::main' to be inline"
+msgstr "`::main' ¤ò inline ¤È¤·¤Æ¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/decl.c:8811
+msgid "cannot declare `::main' to be static"
+msgstr "`::main' ¤ò static ¤È¤·¤Æ¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/decl.c:8814
+msgid "`main' must return `int'"
+msgstr "`main' ¤Ï `int' ¤òÊÖ¤µ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: cp/decl.c:9365
+msgid "overflow in array dimension"
+msgstr "ÇÛÎó¤Î¼¡¸µ¤¬¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
+
+#: cp/decl.c:9651
+msgid "destructors must be member functions"
+msgstr "¥Ç¥¹¥È¥é¥¯¥¿¤Ï¥á¥ó¥Ð´Ø¿ô¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: cp/decl.c:9980
+msgid "`bool' is now a keyword"
+msgstr "`bool' ¤Ïº£¤ä¥­¡¼¥ï¡¼¥É¤Ç¤¹"
+
+#: cp/decl.c:10011
+msgid "ISO C++ does not support `long long'"
+msgstr "ISO C++ ¤Ï `long long' ¤ò¼õ¤±Æþ¤ì¤Þ¤»¤ó"
+
+#: cp/decl.c:10133
+#, c-format
+msgid "short, signed or unsigned invalid for `%s'"
+msgstr "short, Éä¹ç¤Ä¤­¤Þ¤¿¤ÏÉä¹ç¤Ê¤·¤Ï `%s' ¤Ë¤È¤Ã¤Æ̵¸ú¤Ç¤¹"
+
+#: cp/decl.c:10138
+#, c-format
+msgid "long and short specified together for `%s'"
+msgstr "long ¤È short ¤¬ `%s' ¤ËÂФ·¤Æ°ì½ï¤Ë»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: cp/decl.c:10149
+#, c-format
+msgid "signed and unsigned given together for `%s'"
+msgstr "Éä¹çÉÕ¤­¤ÈÉä¹ç̵¤·¤¬ `%s' ¤ËÂФ·¤Æ°ì½ï¤ËÍ¿¤¨¤é¤ì¤Æ¤¤¤Þ¤¹"
+
+#: cp/decl.c:10296
+msgid "storage class specifiers invalid in parameter declarations"
+msgstr "²¾°ú¿ôÀë¸À¤ÎÃæ¤Îµ­²±¥¯¥é¥¹»ØÄê»Ò¤Ï̵¸ú¤Ç¤¹"
+
+#: cp/decl.c:10300
+msgid "typedef declaration invalid in parameter declaration"
+msgstr "²¾°ú¿ôÀë¸À¤ÎÃæ¤Î typedef Àë¸À¤Ï̵¸ú¤Ç¤¹"
+
+#: cp/decl.c:10311
+msgid "virtual outside class declaration"
+msgstr "¥¯¥é¥¹Àë¸À¤Î³°Â¦¤Ç virtual »ØÄꤷ¤Æ¤¤¤Þ¤¹"
+
+#: cp/decl.c:10365
+#, c-format
+msgid "storage class specified for %s `%s'"
+msgstr "%s ¤ËÂФ¹¤ëµ­²±¥¯¥é¥¹»ØÄê»Ò `%s'"
+
+#: cp/decl.c:10403
+msgid "storage class specifiers invalid in friend function declarations"
+msgstr "friend ´Ø¿ôÀë¸ÀÆâ¤Îµ­²±¥¯¥é¥¹»ØÄê»Ò¤Ï̵¸ú¤Ç¤¹"
+
+#: cp/decl.c:10585
+msgid "destructor cannot be static member function"
+msgstr "¥Ç¥¹¥È¥é¥¯¥¿¤òÀÅŪ¥á¥ó¥Ð´Ø¿ô¤È¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/decl.c:10609
+msgid "constructor cannot be static member function"
+msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤òÀÅŪ¥á¥ó¥Ð´Ø¿ô¤È¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/decl.c:10612
+msgid "constructors cannot be declared virtual"
+msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤Ï virtual Àë¸À¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/decl.c:10627
+msgid "return value type specifier for constructor ignored"
+msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤ËÂФ¹¤ëÌá¤êÃͤη¿»ØÄê¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
+
+#: cp/decl.c:10646
+#, c-format
+msgid "can't initialize friend function `%s'"
+msgstr "friend ´Ø¿ô `%s' ¤ò½é´ü²½¤Ç¤­¤Þ¤»¤ó"
+
+#. Cannot be both friend and virtual.
+#: cp/decl.c:10650
+msgid "virtual functions cannot be friends"
+msgstr "²¾ÁÛ´Ø¿ô¤Ï friend ¤Ë¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/decl.c:10655
+msgid "friend declaration not in class definition"
+msgstr "friend Àë¸À¤¬¥¯¥é¥¹ÄêµÁ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
+
+#: cp/decl.c:10711
+#, c-format
+msgid "cannot declare %s to references"
+msgstr "%s ¤ò»²¾È¤È¤·¤ÆÀë¸À¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/decl.c:10737
+msgid "invalid type: `void &'"
+msgstr "̵¸ú¤Ê·¿: `void &'"
+
+#: cp/decl.c:10788
+msgid "discarding `const' applied to a reference"
+msgstr "»²¾È¤ËÍѤ¤¤é¤ì¤¿ `const' ¤Ï¼Î¤Æ¤é¤ì¤Þ¤¹"
+
+#: cp/decl.c:10790
+msgid "discarding `volatile' applied to a reference"
+msgstr "»²¾È¤ËÍѤ¤¤é¤ì¤¿ `volatile' ¤Ï¼Î¤Æ¤é¤ì¤Þ¤¹"
+
+#. [dcl.fct.spec] The explicit specifier shall only be used in
+#. declarations of constructors within a class definition.
+#: cp/decl.c:10997
+msgid "only declarations of constructors can be `explicit'"
+msgstr "`explicit' ¤Ë¤Ç¤­¤ë¤Î¤Ï¡¢¥³¥ó¥¹¥È¥é¥¯¥¿¤À¤±¤Ç¤¹"
+
+#: cp/decl.c:11005
+#, c-format
+msgid "non-member `%s' cannot be declared `mutable'"
+msgstr "Èó¥á¥ó¥Ð `%s' ¤ò `mutable' ¤È¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/decl.c:11010
+#, c-format
+msgid "non-object member `%s' cannot be declared `mutable'"
+msgstr "È󥪥֥¸¥§¥¯¥È¥á¥ó¥Ð `%s' ¤ò `mutable' ¤È¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/decl.c:11016
+#, c-format
+msgid "function `%s' cannot be declared `mutable'"
+msgstr "´Ø¿ô `%s' ¤ò `mutable' ¤È¤·¤Æ¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/decl.c:11021
+#, c-format
+msgid "static `%s' cannot be declared `mutable'"
+msgstr "static `%s' ¤ò mutable ¤È¤·¤ÆÀë¸À¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/decl.c:11026
+#, c-format
+msgid "const `%s' cannot be declared `mutable'"
+msgstr "const `%s' ¤ò `mutable' ¤È¤·¤ÆÀë¸À¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/decl.c:11131
+msgid "typedef declaration includes an initializer"
+msgstr "typedef Àë¸À¤¬½é´üÀßÄê»Ò¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹"
+
+#: cp/decl.c:11241
+msgid "unnamed variable or field declared void"
+msgstr "̵̾ÊÑ¿ô¤ä¥Õ¥£¡¼¥ë¥É¤¬ void ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: cp/decl.c:11250
+msgid "variable or field declared void"
+msgstr "ÊÑ¿ô¤Þ¤¿¤Ï¥Õ¥£¡¼¥ë¥É¤¬ void ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: cp/decl.c:11260
+msgid "cannot use `::' in parameter declaration"
+msgstr "²¾°ú¿ôÀë¸À¤ÎÃæ¤Ç `::' ¤ò»È¤¨¤Þ¤»¤ó"
+
+#: cp/decl.c:11445
+#, c-format
+msgid "`%s' is neither function nor member function; cannot be declared friend"
+msgstr "`%s' ¤Ï´Ø¿ô¤Ç¤â¥á¥ó¥Ð´Ø¿ô¤Ç¤â¤¢¤ê¤Þ¤»¤ó -- friend ¤È¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/decl.c:11456
+msgid "member functions are implicitly friends of their class"
+msgstr "¥á¥ó¥Ð´Ø¿ô¤Ï°ÅÌÛŪ¤Ë¤½¤Î¥¯¥é¥¹¤Î friend ¤Ç¤¹"
+
+#: cp/decl.c:11570
+#, c-format
+msgid "storage class `auto' invalid for function `%s'"
+msgstr "´Ø¿ô `%s' ¤ËÂФ¹¤ëµ­²±¥¯¥é¥¹ `auto' ¤Ï̵¸ú¤Ç¤¹"
+
+#: cp/decl.c:11572
+#, c-format
+msgid "storage class `register' invalid for function `%s'"
+msgstr "´Ø¿ô `%s' ¤ËÂФ¹¤ëµ­²±¥¯¥é¥¹ `register' ¤Ï̵¸ú¤Ç¤¹"
+
+#: cp/decl.c:11583
+#, c-format
+msgid "storage class `static' invalid for function `%s' declared out of global scope"
+msgstr "Âç°è¥¹¥³¡¼¥×³°¤Î´Ø¿ô `%s' ¤ËÂФ¹¤ëµ­²±¥¯¥é¥¹ `static' ¤Ï̵¸ú¤Ç¤¹"
+
+#: cp/decl.c:11585
+#, c-format
+msgid "storage class `inline' invalid for function `%s' declared out of global scope"
+msgstr "Âç°è¥¹¥³¡¼¥×³°¤Î´Ø¿ô `%s' ¤ËÂФ¹¤ëµ­²±¥¯¥é¥¹ `inline' ¤Ï̵¸ú¤Ç¤¹"
+
+#: cp/decl.c:11592
+#, c-format
+msgid "virtual non-class function `%s'"
+msgstr "virtual ¤ÊÈ󥯥饹´Ø¿ô `%s'"
+
+#. FIXME need arm citation
+#: cp/decl.c:11627
+msgid "cannot declare static function inside another function"
+msgstr "¾¤Î´Ø¿ôÆâ¤Ç static ´Ø¿ô¤òÀë¸À¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/decl.c:11904
+msgid "invalid integer constant in parameter list, did you forget to give parameter name?"
+msgstr "²¾°ú¿ô¥ê¥¹¥È¤Ë̵¸ú¤ÊÀ°¿ôÄê¿ô¤¬¤¢¤ê¤Þ¤¹¡£²¾°ú¿ô̾¤òÍ¿¤¨Ëº¤ì¤¿¤Î¤Ç¤Ï¡©"
+
+#: cp/decl.c:12281
+#, c-format
+msgid "conversion to %s%s will never use a type conversion operator"
+msgstr "%s%s ¤Ø¤ÎÊÑ´¹¤Ç·¿ÊÑ´¹±é»»»Ò¤¬ÍøÍѤµ¤ì¤ë¤³¤È¤Ï·è¤·¤Æ¤¢¤ê¤Þ¤»¤ó"
+
+#: cp/decl.c:13365
+msgid "return type for `main' changed to `int'"
+msgstr "`main' ¤Î return ·¿¤Ï `int' ¤ËÊѤ¨¤Þ¤·¤¿"
+
+#: cp/decl2.c:569
+#, c-format
+msgid "-f%s is no longer supported"
+msgstr "-f%s ¤Ï¤â¤Ï¤ä¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
+
+#: cp/decl2.c:575
+msgid "-fhandle-exceptions has been renamed to -fexceptions (and is now on by default)"
+msgstr "-fhandle-exceptions ¤Ï -fexception ¤ËÊѹ¹¤µ¤ì¤Þ¤·¤¿(¤µ¤é¤Ë¥Ç¥Õ¥©¥ë¥È¤ÇÍ­¸ú¤Ç¤¹)"
+
+#: cp/decl2.c:601
+msgid "-fname-mangling-version is no longer supported"
+msgstr "-fname-mangling-version ¤Ï¤â¤Ï¤ä¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
+
+#: cp/decl2.c:664
+msgid "-Wno-strict-prototypes is not supported in C++"
+msgstr "-Wno-strict-prototypes ¤Ï C++ ¤Ç¤Ï¼õ¤±ÉÕ¤±¤é¤ì¤Þ¤»¤ó"
+
+#: cp/decl2.c:1000
+msgid "name missing for member function"
+msgstr "¥á¥ó¥Ð´Ø¿ô¤Î̾Á°¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cp/decl2.c:1061
+msgid "`__alignof__' applied to a bit-field"
+msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤ËÂФ·¤ÆŬÍѤµ¤ì¤¿ `__alignof__'"
+
+#. Something has gone very wrong. Assume we are mistakenly reducing
+#. an expression instead of a declaration.
+#: cp/decl2.c:1103
+msgid "parser may be lost: is there a '{' missing somewhere?"
+msgstr "¹½Ê¸²òÀϴ郎Ì»Ҥˤʤ俤褦¤Ç¤¹: ¤É¤³¤«¤Ç '{' ¤ò˺¤ì¤Æ¤¤¤ë¤Î¤Ç¤Ï¡©"
+
+#: cp/decl2.c:1134 cp/decl2.c:1148
+msgid "ambiguous conversion for array subscript"
+msgstr "ÇÛÎó¤Îź»ú¤ËÂФ¹¤ëÛ£Ëæ¤ÊÊÑ´¹"
+
+#: cp/decl2.c:1198
+msgid "anachronistic use of array size in vector delete"
+msgstr "¥Ù¥¯¥È¥ë¤Î delete ¤ÇÇÛÎó¥µ¥¤¥º¤ò»È¤¦¤Î¤ÏÁ°»þÂåŪ¤Ç¤¹"
+
+#: cp/decl2.c:1208
+msgid "cannot delete a function. Only pointer-to-objects are valid arguments to `delete'"
+msgstr "´Ø¿ô¤Ï delete ¤Ç¤­¤Þ¤»¤ó¡£ ¥ª¥Ö¥¸¥§¥¯¥È¤Ø¤Î¥Ý¥¤¥ó¥¿¤À¤±¤¬ `delete' °ú¿ô¤È¤·¤ÆÍ­¸ú¤Ç¤¹"
+
+#: cp/decl2.c:1505
+msgid "initializer invalid for static member with constructor"
+msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤ÎÀÅŪ¥á¥ó¥Ð½é´ü²½»Ò¤Ï̵¸ú¤Ç¤¹"
+
+#: cp/decl2.c:1508
+msgid "(an out of class initialization is required)"
+msgstr "(¥¯¥é¥¹³°¤Ç¤Î½é´ü²½¤òɬÍפȤ·¤Þ¤¹)"
+
+#: cp/decl2.c:1681
+msgid "field initializer is not constant"
+msgstr "¥Õ¥£¡¼¥ë¥É½é´üÀßÄê»Ò¤¬Äê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: cp/decl2.c:2020
+msgid "anonymous struct not inside named type"
+msgstr "̵̾¹½Â¤ÂΤ¬Ì¾Á°¤Ä¤­·¿¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
+
+#: cp/decl2.c:2119
+msgid "namespace-scope anonymous aggregates must be static"
+msgstr "anonumous ̾Á°¶õ´Ö¤Î½¸¹çÂÎ¤Ï static ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: cp/decl2.c:2129
+msgid "anonymous aggregate with no members"
+msgstr "̵̾¶¦ÍÑÂΤ˥á¥ó¥Ð¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#. Overflow occurred. That means there are at least 4 billion
+#. initialization functions.
+#: cp/decl2.c:2997
+msgid "too many initialization functions required"
+msgstr "ɬÍפȤµ¤ì¤ë½é´ü²½´Ø¿ô¤Î¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
+
+#: cp/decl2.c:3807
+msgid "use of old-style cast"
+msgstr "¸Å¤¤¥¹¥¿¥¤¥ë¤Î¥­¥ã¥¹¥È¤ò»ÈÍѤ·¤Æ¤¤¤Þ¤¹"
+
+#: cp/error.c:46
+#, c-format
+msgid "`%s' not supported by %s"
+msgstr "`%s' ¤Ï %s ¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
+
+#: cp/error.c:630
+#, c-format
+msgid "<anonymous %s>"
+msgstr "<̵̾ %s>"
+
+#: cp/error.c:891
+#, c-format
+msgid "(static %s for %s)"
+msgstr "(ÀÅŪ%s: %s ÍÑ)"
+
+#: cp/error.c:2528
+#, c-format
+msgid "In %s `%s':"
+msgstr "%s Æâ¤Î `%s':"
+
+#: cp/error.c:2583
+#, c-format
+msgid "%s: In instantiation of `%s':\n"
+msgstr "%s: `%s' ¤Î½é´ü²½:\n"
+
+#: cp/error.c:2607
+#, c-format
+msgid "%s:%d: instantiated from `%s'\n"
+msgstr "%s:%d: `%s' ¤«¤é¼ÂÂ⽤µ¤ì¤Þ¤·¤¿\n"
+
+#: cp/error.c:2612
+#, c-format
+msgid "%s:%d: instantiated from here\n"
+msgstr "%s:%d: ¤³¤³¤Ç¼ÂÂ⽤µ¤ì¤Þ¤·¤¿\n"
+
+#: cp/except.c:258
+msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
+msgstr "Java `catch' ¤ä `throw' ¤¬¸Æ¤Ð¤ì¤Þ¤·¤¿¤¬¡¢`jthrowable' ¤Ï̤ÄêµÁ¤Ç¤¹"
+
+#: cp/except.c:329
+msgid "mixing C++ and Java catches in a single translation unit"
+msgstr "C++ ¤È Java ¤Î `catch' ¤ò°ì¤Ä¤ÎËÝÌõ¥æ¥Ë¥Ã¥È¤Ë¤Þ¤È¤á¤Þ¤¹"
+
+#: cp/except.c:685
+msgid " in thrown expression"
+msgstr " throw ¤µ¤ì¤¿¼°¤ÎÃæ"
+
+#: cp/friend.c:423
+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."
+msgstr "¡Ê¤â¤·¤³¤ì¤¬¤¢¤Ê¤¿¤Î°Õ¿Þ¤·¤¿¤â¤Î¤Ç¤Ê¤±¤ì¤Ð¡¢´Ø¿ô¥Æ¥ó¥×¥ì¡¼¥È¤Ï´û¤ËÀë¸ÀºÑ¤Ç¤¢¤ë»ö¤ò³Îǧ¤·¡¢¤³¤³¤Î´Ø¿ô̾¤Î¸å¤í¤Ë <> ¤òÉÕ¤±Â­¤·¤Æ¤¯¤À¤µ¤¤¡Ë -Wno-non-template-friend ¤Ç¤³¤Î·Ù¹ðɽ¼¨¤ò̵¸ú¤Ë¤·¤Þ¤¹"
+
+#: cp/g++spec.c:197 java/jvspec.c:357
+#, c-format
+msgid "argument to `%s' missing\n"
+msgstr "`%s' ¤Ø¤Î°ú¿ô¤ò·ç¤¤¤Æ¤¤¤Þ¤¹\n"
+
+#: cp/init.c:313
+msgid "initializer list treated as compound expression"
+msgstr "½é´ü²½»Ò¥ê¥¹¥È¤ÏÊ£¹ç¼°¤È¤·¤Æ¼è¤ê°·¤ï¤ì¤Þ¤·¤¿"
+
+#: cp/init.c:428
+msgid " will be re-ordered to match declaration order"
+msgstr " Àë¸À½ç¤È°ìÃפ¹¤ë¤è¤¦¤ËʤÓÂؤ¨¤é¤ì¤Þ¤¹"
+
+#: cp/init.c:662
+msgid " will be re-ordered to match inheritance order"
+msgstr " ÇÉÀ¸½ç¤È°ìÃפ¹¤ë¤è¤¦¤ËʤÙÂؤ¨¤é¤ì¤Þ¤¹"
+
+#: cp/init.c:1105
+msgid "base class initializer specified, but no base class to initialize"
+msgstr "´ðÄ쥯¥é¥¹½é´üÀßÄê»Ò¤¬»ØÄꤵ¤ì¤Þ¤·¤¿¤¬¡¢½é´ü²½¤¹¤Ù¤­´ðÄ쥯¥é¥¹¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: cp/init.c:1111
+msgid "initializer for unnamed base class ambiguous"
+msgstr "̵̾´ðÄ쥯¥é¥¹¤Î½é´üÀßÄê»Ò¤¬Û£Ëæ¤Ç¤¹"
+
+#: cp/init.c:1136
+msgid "no base class to initialize"
+msgstr "½é´ü²½¤¹¤Ù¤­´ðÄ쥯¥é¥¹¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: cp/init.c:1860
+msgid "object missing in use of pointer-to-member construct"
+msgstr "¥á¥ó¥Ð¤Ø¤Î¥Ý¥¤¥ó¥¿¹½ÃۤλÈÍѤǥª¥Ö¥¸¥§¥¯¥È¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cp/init.c:1902 cp/typeck.c:3186 cp/typeck.c:3287
+msgid "at this point in file"
+msgstr "¥Õ¥¡¥¤¥ë¤Î¤³¤Î°ÌÃÖ"
+
+#: cp/init.c:2076
+msgid "new of array type fails to specify size"
+msgstr "ÇÛÎ󷿤Πnew ¤Ï¥µ¥¤¥º¤Î»ØÄê¤Ë¼ºÇÔ¤·¤Þ¤¹"
+
+#: cp/init.c:2087
+msgid "size in array new must have integral type"
+msgstr "ÇÛÎó new ¤Ç¤Î¥µ¥¤¥º¤Ï´°Á´¤Ê·¿¤ò»ý¤¿¤Í¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: cp/init.c:2093
+msgid "zero size array reserves no space"
+msgstr "¥µ¥¤¥º¥¼¥í¤ÎÇÛÎó¤Ï¶õ´Ö¤ò³ÎÊݤ·¤Þ¤»¤ó"
+
+#: cp/init.c:2158
+msgid "new cannot be applied to a reference type"
+msgstr "»²¾È·¿¤ËÂФ·¤Æ new ¤òŬÍѤǤ­¤Þ¤»¤ó"
+
+#: cp/init.c:2164
+msgid "new cannot be applied to a function type"
+msgstr "´Ø¿ô·¿¤ËÂФ·¤Æ new ¤òŬÍѤǤ­¤Þ¤»¤ó"
+
+#: cp/init.c:2211
+msgid "call to Java constructor, while `jclass' undefined"
+msgstr "Java ¥³¥ó¥¹¥È¥é¥¯¥¿¤¬¸Æ¤Ð¤ì¤Þ¤·¤¿¤¬¡¢`jclass' ¤Ï̤ÄêµÁ¤Ç¤¹"
+
+#: cp/init.c:2227
+msgid "Can't find class$"
+msgstr "class$ ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: cp/init.c:2340
+msgid "invalid type `void' for new"
+msgstr "new ¤ËÂФ·¤Æ̵¸ú¤Ê·¿¤Ç¤¢¤ë `void'"
+
+#: cp/init.c:2394
+#, c-format
+msgid "call to Java constructor with `%s' undefined"
+msgstr "Java ¥³¥ó¥¹¥È¥é¥¯¥¿¤¬¸Æ¤Ð¤ì¤Þ¤·¤¿¤¬¡¢`%s' ¤Ï̤ÄêµÁ¤Ç¤¹"
+
+#: cp/init.c:2522 cp/typeck2.c:381 cp/typeck2.c:1207
+msgid "initializer list being treated as compound expression"
+msgstr "½é´ü²½»Ò¥ê¥¹¥È¤¬Ê£¹ç¼°¤È¤·¤Æ¼è¤ê°·¤ï¤ì¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
+
+#: cp/init.c:2528
+msgid "ISO C++ forbids aggregate initializer to new"
+msgstr "ISO C++ ¤Ï new ¤Ø¤Î½¸¹çÂνé´ü²½»Ò¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/init.c:2967
+msgid "initializer ends prematurely"
+msgstr "½é´üÀßÄê»Ò¤ÎËöÈø¤¬ËÜÍè¤è¤êÁ᤯½Ð¸½¤·¤Þ¤·¤¿"
+
+#: cp/init.c:3037
+msgid "cannot initialize multi-dimensional array with initializer"
+msgstr "¿¼¡¸µÇÛÎó¤Ï½é´ü²½»Ò¤Ç½é´ü²½¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/init.c:3215
+msgid "unknown array size in delete"
+msgstr "delete ¤Ç¤ÎÇÛÎó¥µ¥¤¥º¤¬ÉÔÌÀ¤Ç¤¹"
+
+#: cp/init.c:3440
+msgid "type to vector delete is neither pointer or array type"
+msgstr "¥Ù¥¯¥È¥ë·¿¤Î delete ¤Ç¤¹¤¬¡¢¥Ý¥¤¥ó¥¿¤Ç¤âÇÛÎ󷿤Ǥ⤢¤ê¤Þ¤»¤ó"
+
+#: cp/lang-options.h:29
+msgid "Do not obey access control semantics"
+msgstr "¥¢¥¯¥»¥¹À©¸æ¤Î°ÕÌ£¤Ë½¾¤ï¤Ê¤¤"
+
+#: cp/lang-options.h:31
+msgid "Change when template instances are emitted"
+msgstr "¥Æ¥ó¥×¥ì¡¼¥È¥¤¥ó¥¹¥¿¥ó¥¹¤¬Á÷½Ð¤µ¤ì¤¿»þ¤ËÊѹ¹¤¹¤ë"
+
+#: cp/lang-options.h:36
+msgid "Check the return value of new"
+msgstr "new ¤ÎÌá¤êÃͤò¸¡ºº¤¹¤ë"
+
+#: cp/lang-options.h:39
+msgid "Reduce size of object files"
+msgstr "¥ª¥Ö¥¸¥§¥¯¥È¥Õ¥¡¥¤¥ë¤Î¥µ¥¤¥º¤ò¾®¤µ¤¯¤¹¤ë"
+
+#: cp/lang-options.h:43
+msgid "Make string literals `char[]' instead of `const char[]'"
+msgstr "ʸ»úÎó¥ê¥Æ¥é¥ë¤ò `const char[]' ¤ÎÂå¤ï¤ê¤Ë `char[]' ¤È¤¹¤ë"
+
+#: cp/lang-options.h:46
+msgid "Dump the entire translation unit to a file"
+msgstr "ËÝÌõñ°ÌÁ´ÂΤò¥Õ¥¡¥¤¥ë¤Ë¥À¥ó¥×¤¹¤ë"
+
+#: cp/lang-options.h:48
+msgid "Do not inline member functions by default"
+msgstr "¥á¥ó¥Ð´Ø¿ô¤ò¥Ç¥Õ¥©¥ë¥È¤Ç¥¤¥ó¥é¥¤¥ó¤È¤·¤Ê¤¤"
+
+#: cp/lang-options.h:51
+msgid "Do not generate run time type descriptor information"
+msgstr "¼Â¹Ô»þ·¿µ­½Ò¾ðÊó¤òÀ¸À®¤·¤Ê¤¤"
+
+#: cp/lang-options.h:56
+msgid "Do not generate code to check exception specifications"
+msgstr "Îã³°»ÅÍͤθ¡ºº¤ò¤¹¤ë¥³¡¼¥É¤òÀ¸À®¤·¤Ê¤¤"
+
+#: cp/lang-options.h:61
+msgid "Scope of for-init-statement vars extends outside"
+msgstr "for ½é´ü²½Ê¸¤ÎÊÑ¿ô¤ò¥¹¥³¡¼¥×³°¤Ë³ÈÂ礹¤ë"
+
+#: cp/lang-options.h:64
+msgid "Do not recognise GNU defined keywords"
+msgstr "GNU ÄêµÁ¤ÎͽÌó¸ì¤òǧ¼±¤µ¤»¤Ê¤¤"
+
+#: cp/lang-options.h:69
+msgid "Do not treat the namespace `std' as a normal namespace"
+msgstr "̾Á°¶õ´Ö `std' ¤òÄ̾ï¤Î̾Á°¶õ´Ö¤È¤·¤Æ¼è¤ê°·¤ï¤Ê¤¤"
+
+#: cp/lang-options.h:71
+msgid "Enable support for huge objects"
+msgstr "Â礭¤Ê¥ª¥Ö¥¸¥§¥¯¥È¤Î¥µ¥Ý¡¼¥È"
+
+#: cp/lang-options.h:75
+msgid "Export functions even if they can be inlined"
+msgstr "¥¤¥ó¥é¥¤¥ó¤Ë¤Ç¤­¤ë´Ø¿ô¤Ç¤â export ¤¹¤ë"
+
+#: cp/lang-options.h:78
+msgid "Only emit explicit template instatiations"
+msgstr "ÌÀ¼¨Åª¤Ê¥Æ¥ó¥×¥ì¡¼¥È¼ÂÂβ½¤Î¤ß¤òÀ¸À®¤¹¤ë"
+
+#: cp/lang-options.h:81
+msgid "Only emit explicit instatiations of inline templates"
+msgstr "¥¤¥ó¥é¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È¤ÎÌÀ¼¨Åª¤Ê¼ÂÂβ½¤Î¤ß¤òÀ¸À®¤¹¤ë"
+
+#: cp/lang-options.h:87
+msgid "Don't pedwarn about uses of Microsoft extensions"
+msgstr "Microsoft ³ÈÄ¥¤ÎÍøÍѤ˴ؤ·¤Æ pedantic ·Ù¹ð¤ò¹Ô¤ï¤Ê¤¤"
+
+#: cp/lang-options.h:90
+msgid "Recognise and/bitand/bitor/compl/not/or/xor"
+msgstr "and/bitand/bitor/compl/not/or/xor ¤òǧ¼±¤¹¤ë"
+
+#: cp/lang-options.h:94
+msgid "Disable optional diagnostics"
+msgstr "¥ª¥×¥·¥ç¥ó¤Î¿ÇÃÇ¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤·¤Ê¤¤"
+
+#: cp/lang-options.h:96
+msgid "Downgrade conformance errors to warnings"
+msgstr "µ¬³ÊŬ¹çÀ­¥¨¥é¡¼¤ò·Ù¹ð¤Ë³Ê²¼¤²¤¹¤ë"
+
+#: cp/lang-options.h:99
+msgid "Enable automatic template instantiation"
+msgstr "¼«Æ°¥Æ¥ó¥×¥ì¡¼¥È¼ÂÂ⽤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: cp/lang-options.h:104
+msgid "Display statistics accumulated during compilation"
+msgstr "¥³¥ó¥Ñ¥¤¥ëÃæ¤ËÃßÀѤµ¤ì¤¿Åý·×¾ðÊó¤òɽ¼¨¤¹¤ë"
+
+#: cp/lang-options.h:107
+msgid "Specify maximum template instantiation depth"
+msgstr "¥Æ¥ó¥×¥ì¡¼¥È¼ÂÂβ½¤Î¿¼¤µ¤ÎºÇÂçÃͤò»ØÄꤹ¤ë"
+
+#: cp/lang-options.h:109
+msgid "Use __cxa_atexit to register destructors."
+msgstr "¥Ç¥¹¥È¥é¥¯¥¿¤ÎÅÐÏ¿¤Ë __cxa_atexit ¤òÍøÍѤ¹¤ë"
+
+#: cp/lang-options.h:112
+msgid "Discard unused virtual functions"
+msgstr "»È¤ï¤ì¤Ê¤¤²¾ÁÛ´Ø¿ô¤òÀÚ¤ê¼Î¤Æ¤ë"
+
+#: cp/lang-options.h:115
+msgid "Implement vtables using thunks"
+msgstr "thunk ¤ò»È¤Ã¤Æ vtable ¤ò¼ÂÁõ¤¹¤ë"
+
+#: cp/lang-options.h:118
+msgid "Emit common-like symbols as weak symbols"
+msgstr "¥³¥â¥ó¥·¥ó¥Ü¥ë¤ò¥¦¥£¡¼¥¯¥·¥ó¥Ü¥ë¤ÎÍͤËÀ¸À®¤¹¤ë"
+
+#: cp/lang-options.h:121
+msgid "Emit cross referencing information"
+msgstr "Áê¸ß»²¾È¾ðÊó¤òÀ¸À®¤¹¤ë"
+
+#: cp/lang-options.h:125
+msgid "Warn about inconsistent return types"
+msgstr "Ìá¤êÃͤη¿¤È°ìÃפ·¤Ê¤¤¤â¤Î¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë"
+
+#: cp/lang-options.h:128
+msgid "Warn about overloaded virtual function names"
+msgstr "¥ª¡¼¥Ð¡¼¥í¡¼¥É¤µ¤ì¤¿²¾ÁÛ´Ø¿ô̾¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë"
+
+#: cp/lang-options.h:132
+msgid "Don't warn when all ctors/dtors are private"
+msgstr "Á´¤Æ¤Î¥³¥ó¥¹¥È¥é¥¯¥¿/¥Ç¥¹¥È¥é¥¯¥¿¤¬ private ¤Ç¤â·Ù¹ð¤·¤Ê¤¤"
+
+#: cp/lang-options.h:134
+msgid "Warn about non virtual destructors"
+msgstr "Èó²¾Áۥǥ¹¥È¥é¥¯¥¿¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë"
+
+#: cp/lang-options.h:137
+msgid "Warn when a function is declared extern, then inline"
+msgstr "´Ø¿ô¤¬ extern Àë¸À¤µ¤ì¤¿¸å¡¢inline ¤È¤µ¤ì¤¿¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
+
+#: cp/lang-options.h:140
+msgid "Warn when the compiler reorders code"
+msgstr "¥³¥ó¥Ñ¥¤¥é¤¬¥³¡¼¥É¤òʤÙÂؤ¨¤ë¤È¤­¤Ë·Ù¹ð¤¹¤ë"
+
+#: cp/lang-options.h:143
+msgid "Warn when synthesis behaviour differs from Cfront"
+msgstr "¹çÀ®¤Î¿¶¤ëÉñ¤¤¤¬ Cfront ¤È°Û¤Ê¤ë¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
+
+#: cp/lang-options.h:147
+msgid "Don't warn when type converting pointers to member functions"
+msgstr "¥Ý¥¤¥ó¥¿¤«¤é¥á¥ó¥Ð´Ø¿ô¤Ø¤Î·¿ÊÑ´¹¤Î¾ì¹ç¤Ç¤â·Ù¹ð¤·¤Ê¤¤"
+
+#: cp/lang-options.h:149
+msgid "Warn about violations of Effective C++ style rules"
+msgstr "Effective C++ ¼°¤Î»Ø¿Ë¤«¤é¤Ï¤º¤ì¤ë¤â¤Î¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë"
+
+#: cp/lang-options.h:152
+msgid "Warn when overload promotes from unsigned to signed"
+msgstr "¥ª¡¼¥Ð¡¼¥í¡¼¥É¤¬Éä¹ç̵¤·¤«¤éÉä¹çÉÕ¤­¤Ë³Ê¾å¤²¤È¤Ê¤ë¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
+
+#: cp/lang-options.h:155
+msgid "Warn if a C style cast is used in a program"
+msgstr "C ¼°¤Î¥­¥ã¥¹¥È¤¬¥×¥í¥°¥é¥à¤Ç»È¤ï¤ì¤¿¤é·Ù¹ð¤¹¤ë"
+
+#: cp/lang-options.h:159
+msgid "Don't warn when non-templatized friend functions are declared within a template"
+msgstr "template Æâ¤ÇÈó template ¤Î friend ´Ø¿ô¤¬Àë¸À¤µ¤ì¤¿¾ì¹ç¤Ç¤â·Ù¹ð¤·¤Ê¤¤"
+
+#: cp/lang-options.h:162
+msgid "Don't announce deprecation of compiler features"
+msgstr "¿ä¾©¤µ¤ì¤Ê¤¤¥³¥ó¥Ñ¥¤¥é¤Îµ¡Ç½¤ò¹ðÃΤ·¤Ê¤¤"
+
+#: cp/lex.c:148
+msgid "type name expected before `*'"
+msgstr "`*' ¤ÎÁ°¤Ë·¿¤Î̾Á°¤¬¤¢¤ë¤Ù¤­¤Ç¤¹"
+
+#: cp/lex.c:170
+msgid "cannot declare references to references"
+msgstr "»²¾È¤ò»²¾È¤È¤·¤ÆÀë¸À¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/lex.c:175
+msgid "cannot declare pointers to references"
+msgstr "¥Ý¥¤¥ó¥¿¤ò»²¾È¤È¤·¤ÆÀë¸À¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/lex.c:179
+msgid "type name expected before `&'"
+msgstr "`&' ¤ÎÁ°¤Ë·¿¤Î̾Á°¤¬¤¢¤ë¤Ù¤­¤Ç¤¹"
+
+#: cp/lex.c:1018
+#, c-format
+msgid "semicolon missing after %s declaration"
+msgstr "%s Àë¸À¤Î¸å¤í¤Î¥»¥ß¥³¥í¥ó¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cp/lex.c:1069
+#, c-format
+msgid "junk at end of #pragma %s"
+msgstr "#pragma %s ¤ÎËöÈø¤Ë¥´¥ß"
+
+#: cp/lex.c:1076
+#, c-format
+msgid "invalid #pragma %s"
+msgstr "̵¸ú¤Ê #pragma %s ¤Ç¤¹"
+
+#: cp/lex.c:1166
+#, c-format
+msgid "#pragma implementation for %s appears after file is included"
+msgstr "%s ¤Ø¤Î #pragma implementation ¤Ï¥Õ¥¡¥¤¥ë¤¬ include ¤µ¤ì¤¿¸å¤Ç½Ð¸½¤·¤Þ¤·¤¿"
+
+#: cp/lex.c:1191
+msgid "junk at end of #pragma GCC java_exceptions"
+msgstr "#pragma GCC java_exceptions ¤ÎËöÈø¤Ë¥´¥ß"
+
+#: cp/lex.c:1292
+msgid "(Each undeclared identifier is reported only once for each function it appears in.)"
+msgstr "(̤Àë¸ÀÊÑ¿ô¤Ë¤Ä¤¤¤Æ¤Ï¡¢¤½¤ì¤¬´Ø¿ôÆâ¤ÇºÇ½é¤Ë¸½¤ï¤ì¤¿»þ¤À¤±Êó¹ð¤µ¤ì¤Þ¤¹¡£)"
+
+#: cp/lex.c:1315
+#, c-format
+msgid "name lookup of `%s' changed"
+msgstr "`%s' ¤Î̾Á°°ú¤­¤ÏÊѹ¹¤µ¤ì¤Þ¤·¤¿"
+
+#: cp/lex.c:1329 cp/lex.c:1336
+#, c-format
+msgid "name lookup of `%s' changed for new ISO `for' scoping"
+msgstr "`%s' ¤Î̾Á°°ú¤­¤Ï¿·¤¿¤Ê ISO `for' ¥¹¥³¡¼¥×¤ËÊѤï¤ê¤Þ¤·¤¿"
+
+#: cp/mangle.c:1877
+msgid "real-valued template parameters when cross-compiling"
+msgstr "¥¯¥í¥¹¥³¥ó¥Ñ¥¤¥ë»þ¤Î¼Â¿ôÃͥƥó¥×¥ì¡¼¥È²¾°ú¿ô"
+
+#: cp/method.c:173
+msgid "methods cannot be converted to function pointers"
+msgstr "¥á¥½¥Ã¥É¤Ï´Ø¿ô¥Ý¥¤¥ó¥¿¤ËÊÑ´¹¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/method.c:178
+#, c-format
+msgid "ambiguous request for method pointer `%s'"
+msgstr "¥á¥½¥Ã¥É¥Ý¥¤¥ó¥¿ `%s' ¤Ø¤ÎÍ׵᤬ۣËæ¤Ç¤¹"
+
+#: cp/parse.y:670
+msgid "invalid default template argument"
+msgstr "̵¸ú¤Ê¥Ç¥Õ¥©¥ë¥È¥Æ¥ó¥×¥ì¡¼¥È°ú¿ô"
+
+#: cp/parse.y:879
+msgid "no base or member initializers given following ':'"
+msgstr "´ðÄì¤ä¥á¥ó¥Ð½é´ü²½»Ò¥ê¥¹¥È¤¬ ':' ¤Î¸å¤Ë³¤¤¤Æ¤¤¤Þ¤»¤ó"
+
+#: cp/parse.y:892
+msgid "base initializers not allowed for non-member functions"
+msgstr "½é´ü²½»Ò¥ê¥¹¥È¤ÏÈó¥á¥ó¥Ð´Ø¿ô¤Ç¤Ï»È¤¨¤Þ¤»¤ó"
+
+#: cp/parse.y:894
+msgid "only constructors take base initializers"
+msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤·¤«´ðÄì½é´ü²½»Ò¥ê¥¹¥È¤ò¤È¤ê¤Þ¤»¤ó"
+
+#: cp/parse.y:927 cp/parse.y:933
+msgid "anachronistic old style base class initializer"
+msgstr "Á°»þÂåŪ¤Ê¸Å¤¤¥¹¥¿¥¤¥ë¤Î´ðÄ쥯¥é¥¹½é´ü²½»Ò¤Ç¤¹"
+
+#. Handle `Class<Class<Type>>' without space in the `>>'
+#: cp/parse.y:1055
+msgid "`>>' should be `> >' in template class name"
+msgstr "`>>' ¤Ï¥Æ¥ó¥×¥ì¡¼¥È¥¯¥é¥¹Ì¾¤Ï `> >' ¤È¤¹¤Ù¤­¤Ç¤¹"
+
+#: cp/parse.y:1112 cp/parse.y:1121
+#, c-format
+msgid "ISO C++ forbids an empty condition for `%s'"
+msgstr "ISO C++ ¤Ï `%s' ¤ËÂФ¹¤ë¶õ¤Î¾ò·ï¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/parse.y:1216
+msgid "ISO C++ forbids `&&'"
+msgstr "ISO C++ ¤Ï `&&' ¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/parse.y:1300
+msgid "ISO C++ forbids initialization of new expression with `='"
+msgstr "ISO C++ ¤Ï new ¼°¤Î½é´ü²½¤Ç¤Î `=' ¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/parse.y:1331
+msgid "ISO C++ forbids compound literals"
+msgstr "ISO C++ ¤ÏÊ£¹ç¥ê¥Æ¥é¥ë¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/parse.y:1566
+msgid "ISO C++ forbids braced-groups within expressions"
+msgstr "ISO C++ ¤Ï¥Ö¥ì¡¼¥¹¤Ç¤Þ¤È¤á¤é¤ì¤¿¼°¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/parse.y:1972 cp/parse.y:1987
+msgid "sigof type specifier"
+msgstr "·¿»ØÄê»Ò¤Î sigof ¤Ç¤¹"
+
+#: cp/parse.y:1977
+msgid "`sigof' applied to non-aggregate expression"
+msgstr "È󽸹çÂμ°¤ËÂФ·¤ÆŬÍѤµ¤ì¤¿ `sigof'"
+
+#: cp/parse.y:1992
+msgid "`sigof' applied to non-aggregate type"
+msgstr "È󽸹çÂη¿¤ËÂФ·¤ÆŬÍѤµ¤ì¤¿ `sigof'"
+
+#: cp/parse.y:2332
+#, c-format
+msgid "storage class specifier `%s' not allowed after struct or class"
+msgstr "µ­²±¥¯¥é¥¹»ØÄê»Ò `%s' ¤Ï struct ¤ä class ¤Î¸å¤Ë¤Ï»È¤¨¤Þ¤»¤ó"
+
+#: cp/parse.y:2334
+#, c-format
+msgid "type specifier `%s' not allowed after struct or class"
+msgstr "·¿»ØÄê»Ò `%s' ¤Ï struct ¤ä class ¤Î¸å¤Ë¤Ï»È¤¨¤Þ¤»¤ó"
+
+#: cp/parse.y:2336
+#, c-format
+msgid "type qualifier `%s' not allowed after struct or class"
+msgstr "·¿½¤¾þ»Ò `%s' ¤Ï struct ¤ä class ¤Î¸å¤Ë¤Ï»È¤¨¤Þ¤»¤ó"
+
+#: cp/parse.y:2338
+msgid "no body nor ';' separates two class, struct or union declarations"
+msgstr "ËÜÂΤ¬¤Ê¤¯¡¢class, struct °¿¤¤¤Ï union Àë¸À¤ò¶èÀÚ¤ë ';' ¤â¤¢¤ê¤Þ¤»¤ó"
+
+#: cp/parse.y:2503
+msgid "multiple access specifiers"
+msgstr "½ÅÊ£¤¹¤ë¥¢¥¯¥»¥¹»ØÄê»Ò"
+
+#: cp/parse.y:2521
+msgid "multiple `virtual' specifiers"
+msgstr "½ÅÊ£¤¹¤ë `virtual' »ØÄê»Ò"
+
+#: cp/parse.y:2556
+msgid "missing ';' before right brace"
+msgstr "±¦Â¦¥Ö¥ì¡¼¥¹¤ÎÁ°¤Î ';' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cp/parse.y:2779
+msgid "ISO C++ forbids array dimensions with parenthesized type in new"
+msgstr "ISO C++ ¤Ï new Ãæ¤Ç¤Ï¡¢³ç¸Ì¤Î¤Ä¤¤¤¿ÇÛÎ󼡸µ¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/parse.y:3288
+msgid "ISO C++ forbids label declarations"
+msgstr "ISO C++ ¤Ï¥é¥Ù¥ëÀë¸À¤ò¶Ø¤¸¤Æ¤¤¤Þ¤¹"
+
+#: cp/parse.y:3450
+msgid "ISO C++ forbids computed gotos"
+msgstr "ISO C++ ¤Ï·×»»·¿ goto ¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/parse.y:3458
+msgid "label must be followed by statement"
+msgstr "¥é¥Ù¥ë¤Î¸å¤í¤Ë¤Ïʸ¤¬É¬ÍפǤ¹"
+
+#: cp/parse.y:3557
+msgid "ISO C++ forbids compound statements inside for initializations"
+msgstr "ISO C++ ½é´ü²½»Ò¤ÎÆâÉô¤Ç¤Ïʣʸ¤¬¶Ø¤¸¤é¤ì¤Æ¤¤¤Þ¤¹"
+
+#. This helps us recover from really nasty
+#. parse errors, for example, a missing right
+#. parenthesis.
+#: cp/parse.y:3640 cp/parse.y:3650
+msgid "possibly missing ')'"
+msgstr "¤ª¤½¤é¤¯ ')' ¤ò˺¤ì¤Æ¤¤¤Þ¤¹"
+
+#: cp/parse.y:3747 cp/parse.y:3752
+msgid "type specifier omitted for parameter"
+msgstr "·¿»ØÄê»Ò¤Ï²¾°ú¿ôÍѤ˾Êά¤µ¤ì¤Þ¤·¤¿"
+
+#: cp/pt.c:6316
+msgid "creating array with size zero"
+msgstr "Â礭¤µ¥¼¥í¤ÎÇÛÎó¤òºî¤í¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
+
+#: cp/pt.c:6830
+#, c-format
+msgid "use of `%s' in template"
+msgstr "¥Æ¥ó¥×¥ì¡¼¥ÈÆâ¤Ç `%s' ¤ò»ÈÍѤ·¤Æ¤¤¤Þ¤¹"
+
+#: cp/pt.c:8036
+msgid "incomplete type unification"
+msgstr "ÉÔ´°Á´¤Ê·¿¤Îñ°ì²½"
+
+#: cp/pt.c:8966
+#, c-format
+msgid "use of `%s' in template type unification"
+msgstr "¥Æ¥ó¥×¥ì¡¼¥È·¿Åý°ìÃæ `%s' ¤¬»ÈÍѤµ¤ì¤Þ¤·¤¿"
+
+#: cp/repo.c:272
+msgid "-frepo must be used with -c"
+msgstr "-frepo ¤Ï -c ÉÕ¤­¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: cp/repo.c:366
+#, c-format
+msgid "mysterious repository information in %s"
+msgstr "%s ¤ËÉԲIJò¤Ê¥ê¥Ý¥¸¥È¥ê¾ðÊ󤬤¢¤ê¤Þ¤¹"
+
+#: cp/repo.c:381
+#, c-format
+msgid "can't create repository information file `%s'"
+msgstr "¥Õ¥¡¥¤¥ë `%s' ¤Ë¥ê¥Ý¥¸¥È¥ê¾ðÊó¤òºîÀ®¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/rtti.c:224
+msgid "taking dynamic typeid of object with -fno-rtti"
+msgstr "-fno-rtti ¤Î»ØÄê¤È°ì½ï¤Ë¥ª¥Ö¥¸¥§¥¯¥È¤ÎưŪ typeid ¤ò¼è¤í¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
+
+#: cp/rtti.c:260
+msgid "cannot use typeid with -fno-rtti"
+msgstr "-fno-rtti ¤¬»ØÄꤵ¤ì¤ë¤È typeid ¤ò»È¤¨¤Þ¤»¤ó"
+
+#: cp/rtti.c:266 cp/rtti.c:415
+msgid "must #include <typeinfo> before using typeid"
+msgstr "typeid ¤ò»È¤¦Á°¤Ë #include <typeinfo> ¤È¤·¤Ê¤¤¤È¤¤¤±¤Þ¤»¤ó"
+
+#: cp/search.c:1961
+msgid "adjusting pointers for covariant returns"
+msgstr "¶¦ÊÑ(covariant)Ìá¤êÃͤؤΥݥ¤¥ó¥¿¤òÄ´À°¤·¤Þ¤¹"
+
+#. This shouldn't happen, I don't want errors!
+#: cp/search.c:2469
+msgid "recoverable compiler error, fixups for virtual function"
+msgstr "²óÉü²Äǽ¤Ê¥³¥ó¥Ñ¥¤¥é¤Î¥¨¥é¡¼¡¢²¾ÁÛ´Ø¿ô¤Î½¤Àµ"
+
+#: cp/semantics.c:1026
+msgid "ISO C++ does not permit named return values"
+msgstr "ISO C++ ¤Ï̾Á°¤Ä¤­Ìá¤êÃͤòµö²Ä¤·¤Þ¤»¤ó"
+
+#: cp/semantics.c:1043
+msgid "can't redefine default return value for constructors"
+msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿ÍѤΥǥե©¥ë¥ÈÌá¤êÃͤòºÆÄêµÁ¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/semantics.c:1112
+msgid " will be re-ordered to precede member initializations"
+msgstr " Àè¤Ë¤¢¤ë¥á¥ó¥Ð½é´ü²½»Ò¤ÈʤÓÂؤ¨¤é¤ì¤Þ¤¹"
+
+#: cp/semantics.c:1385
+msgid "`this' is unavailable for static member functions"
+msgstr "`this' ¤ÏÀÅŪ¥á¥ó¥Ð´Ø¿ô¤«¤é»ÈÍѤǤ­¤Þ¤»¤ó"
+
+#: cp/semantics.c:1391
+msgid "invalid use of `this' in non-member function"
+msgstr "Èó¥á¥ó¥Ð´Ø¿ô¤Ç¤Î `this' ¤Î»ÈÍѤÏ̵¸ú¤Ç¤¹"
+
+#: cp/semantics.c:1393
+msgid "invalid use of `this' at top level"
+msgstr "¥È¥Ã¥×¥ì¥Ù¥ë¤Ç¤Î `this' ¤Î»ÈÍѤÏ̵¸ú¤Ç¤¹"
+
+#: cp/semantics.c:1678
+msgid "template type parameters must use the keyword `class' or `typename'"
+msgstr "¥Æ¥ó¥×¥ì¡¼¥È·¿²¾°ú¿ô¤Ë¤Ï `class' ¤ä `typename' ͽÌó¸ì¤ò»È¤ï¤Í¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: cp/spew.c:249
+#, c-format
+msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy"
+msgstr "¼±ÊÌ»Ò̾ `%s' ¤Ï GNU C++ ÆâÉô¤Î¥Í¡¼¥ß¥ó¥°Àïά¤È¶¥¹ç¤·¤Þ¤¹"
+
+#: cp/spew.c:357
+msgid "parse error"
+msgstr "¹½Ê¸²òÀÏ¥¨¥é¡¼"
+
+#: cp/spew.c:1023 cp/spew.c:1295
+msgid "parse error at end of saved function text"
+msgstr "ÊݸºÑ¤ß´Ø¿ô¥Æ¥­¥¹¥È¤ÎËöÈø¤Ç¹½Ê¸²òÀÏ¥¨¥é¡¼"
+
+#: cp/spew.c:1065
+msgid "parse error in method specification"
+msgstr "¥á¥½¥Ã¥É»ÅÍÍÆâ¤Ç¤Î¹½Ê¸²òÀÏ¥¨¥é¡¼"
+
+#: cp/spew.c:1107
+msgid "function body for constructor missing"
+msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤Î´Ø¿ôËÜÂΤò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cp/spew.c:1500
+#, c-format
+msgid "%s before `%s'"
+msgstr "%s ¤¬ `%s' ¤ÎÁ°¤Ë¤¢¤ê¤Þ¤¹"
+
+#: cp/spew.c:1502
+#, c-format
+msgid "%s before `%c'"
+msgstr "%s ¤¬ `%c' ¤ÎÁ°¤Ë¤¢¤ê¤Þ¤¹"
+
+#: cp/spew.c:1504
+#, c-format
+msgid "%s before `\\%o'"
+msgstr "%s ¤¬ `\\%o' ¤ÎÁ°¤Ë¤¢¤ê¤Þ¤¹"
+
+#: cp/spew.c:1507
+#, c-format
+msgid "%s before `%s' token"
+msgstr "%s ¤¬ `%s' ¥È¡¼¥¯¥ó¤ÎÁ°¤Ë¤¢¤ê¤Þ¤¹"
+
+#: cp/tree.c:216
+#, c-format
+msgid "non-lvalue in %s"
+msgstr "%s ¤Ëº¸ÊÕÃͤǤϤʤ¤ÃÍ"
+
+#: cp/tree.c:2232
+msgid "`java_interface' attribute can only be applied to Java class definitions"
+msgstr "`java_interface' °À­¤Ï Java ¥¯¥é¥¹ÄêµÁ¤ËÂФ·¤Æ¤Î¤ßÍѤ¤¤ë»ö¤¬¤Ç¤­¤Þ¤¹"
+
+#: cp/tree.c:2242
+msgid "`com_interface' only supported with -fvtable-thunks"
+msgstr "`com_interface' ¤Ï -fvtable-thunks ¤ò»ØÄꤷ¤¿¤È¤­¤À¤±¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤¹"
+
+#: cp/tree.c:2251
+msgid "`com_interface' attribute can only be applied to class definitions"
+msgstr "`com_interface' °À­¤Ï¥¯¥é¥¹ÄêµÁ¤Ë¤Î¤ßÍѤ¤¤ë»ö¤¬¤Ç¤­¤Þ¤¹"
+
+#: cp/tree.c:2267
+msgid "requested init_priority is not an integer constant"
+msgstr "Í׵ᤵ¤ì¤¿ init_priority ¤ÏÀ°¿ô·¿¤ÎÄê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: cp/tree.c:2287
+msgid "can only use init_priority attribute on file-scope definitions of objects of class type"
+msgstr "init_priority °À­¤Ï¥¯¥é¥¹·¿¥ª¥Ö¥¸¥§¥¯¥È¤Î¥Õ¥¡¥¤¥ë¥¹¥³¡¼¥×ÄêµÁ¤Ç¤Î¤ß»È¤¨¤Þ¤¹"
+
+#: cp/tree.c:2293
+msgid "requested init_priority is out of range"
+msgstr "Í׵ᤵ¤ì¤¿ init_priority ¤¬Èϰϳ°¤Ç¤¹"
+
+#: cp/tree.c:2302
+msgid "requested init_priority is reserved for internal use"
+msgstr "Í׵ᤵ¤ì¤¿ init_priority ¤ÏÆâÉô¤Ç»ÈÍѤ¹¤ë¤¿¤á¤ËͽÌ󤵤ì¤Æ¤¤¤Þ¤¹"
+
+#: cp/tree.c:2312
+msgid "init_priority attribute is not supported on this platform"
+msgstr "init_priority °À­¤Ï¤³¤Î¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: cp/typeck.c:483
+#, c-format
+msgid "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
+msgstr "ISO C++ ¤Ï `void *' ·¿¥Ý¥¤¥ó¥¿¤È´Ø¿ô¥Ý¥¤¥ó¥¿¤È¤Î %s ¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:1558
+msgid "ISO C++ forbids applying `sizeof' to a function type"
+msgstr "ISO C++ ¤Ï´Ø¿ô·¿¤Ø¤Î `sizeof' ¤ÎŬÍѤò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:1564
+msgid "ISO C++ forbids applying `sizeof' to a member function"
+msgstr "ISO C++ ¤Ï¥á¥ó¥Ð´Ø¿ô¤Ø¤Î `sizeof' ¤ÎŬÍѤò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:1570
+msgid "ISO C++ forbids applying `sizeof' to type `void' which is an incomplete type"
+msgstr "ISO C++ ¤ÏÉÔ´°Á´·¿¤Ç¤¢¤ë `void' ·¿¤Ø¤Î `sizeof' ¤ÎŬÍѤò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:1619
+msgid "sizeof applied to a bit-field"
+msgstr "sizeof ¤¬¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤ËŬÍѤµ¤ì¤Þ¤·¤¿"
+
+#: cp/typeck.c:1622
+msgid "ISO C++ forbids applying `sizeof' to an expression of function type"
+msgstr "ISO C++ ¤Ï´Ø¿ô·¿¤Î¼°¤Ø¤Î `sizeof' ¤ÎŬÍѤò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:2235
+msgid "invalid reference to NULL ptr, use ptr-to-member instead"
+msgstr "NULL ¥Ý¥¤¥ó¥¿¤Ø¤Î̵¸ú¤Ê»²¾È¡¢Âå¤ï¤ê¤Ë¥á¥ó¥Ð¤Ø¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¤¤Þ¤·¤ç¤¦"
+
+#: cp/typeck.c:2398
+#, c-format
+msgid "invalid use of `%s' on pointer to member"
+msgstr "¥á¥ó¥Ð¤Ø¤Î¥Ý¥¤¥ó¥¿¤Ç¤Î̵¸ú¤Ê `%s' ¤Î»ÈÍÑ"
+
+#: cp/typeck.c:2404
+msgid "invalid type argument"
+msgstr "̵¸ú¤Ê·¿°ú¿ô¤Ç¤¹"
+
+#: cp/typeck.c:2507
+msgid "ISO C++ forbids subscripting non-lvalue array"
+msgstr "ISO C++ ¤Ïº¸ÊÕÃͤǤϤʤ¤ÇÛÎó¤Îź»ú¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:2518
+msgid "subscripting array declared `register'"
+msgstr "`register' ¤ÈÀë¸À¤µ¤ì¤¿ÇÛÎó¤Ëź»ú¤ò¤Ä¤±¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
+
+#: cp/typeck.c:2693 cp/typeck.c:2833
+msgid "pointer to member function called, but not in class scope"
+msgstr "¥á¥ó¥Ð´Ø¿ô¤Ø¤Î¥Ý¥¤¥ó¥¿¤¬¸Æ¤Ð¤ì¤Þ¤·¤¿¤¬¡¢¥¯¥é¥¹¥¹¥³¡¼¥×Æâ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: cp/typeck.c:2831
+msgid "invalid call to member function needing `this' in static member function scope"
+msgstr "ÀÅŪ¥á¥ó¥Ð´Ø¿ô¥¹¥³¡¼¥×Æâ¤Ç¤Ï `this' ¤òÍפ¹¤ë¥á¥ó¥Ð´Ø¿ô¤Î¸Æ¤Ó½Ð¤·¤Ï̵¸ú¤Ç¤¹"
+
+#: cp/typeck.c:3021
+msgid "ISO C++ forbids calling `::main' from within program"
+msgstr "ISO C++ ¤Ï¥×¥í¥°¥é¥à¤ÎÃ椫¤é `::main' ¤ò¸Æ¤Ó½Ð¤¹¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:3225
+msgid "parameter type of called function is incomplete"
+msgstr "¸Æ¤Ð¤ì¤¿´Ø¿ô¤Î²¾°ú¿ô¤Î·¿¤¬ÉÔ´°Á´¤Ç¤¹"
+
+#: cp/typeck.c:3615
+#, c-format
+msgid "%s rotate count is negative"
+msgstr "%s ¥í¡¼¥Æ¡¼¥È²ó¿ô¤¬Éé¤ÎÃͤǤ¹"
+
+#: cp/typeck.c:3618
+#, c-format
+msgid "%s rotate count >= width of type"
+msgstr "%s ¥í¡¼¥Æ¡¼¥È²ó¿ô >= ·¿¤ÎÉý¤Ç¤¹"
+
+#: cp/typeck.c:3649 cp/typeck.c:3654 cp/typeck.c:3745 cp/typeck.c:3750
+msgid "ISO C++ forbids comparison between pointer and integer"
+msgstr "ISO C++ ¤Ï¥Ý¥¤¥ó¥¿¤ÈÀ°¿ô¤È¤ÎÈæ³Ó¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:3966
+msgid "comparison between signed and unsigned integer expressions"
+msgstr "Éä¹çÉÕ¤­¤ÈÉä¹ç̵¤·¤ÎÀ°¿ô¼°Æ±»Î¤ÎÈæ³Ó¤Ç¤¹"
+
+#: cp/typeck.c:4105
+msgid "ISO C++ forbids using pointer of type `void *' in pointer arithmetic"
+msgstr "ISO C++ ¤Ï¥Ý¥¤¥ó¥¿·×»»¤Ë `void *' ·¿¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:4111
+msgid "ISO C++ forbids using a pointer-to-function in pointer arithmetic"
+msgstr "ISO C++ ¤Ï¥Ý¥¤¥ó¥¿·×»»¤Ë´Ø¿ô¤Ø¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:4117
+msgid "ISO C++ forbids using a pointer to member function in pointer arithmetic"
+msgstr "ISO C++ ¤Ï¥Ý¥¤¥ó¥¿·×»»¤Ë¥á¥ó¥Ð´Ø¿ô¤Ø¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:4123
+msgid "ISO C++ forbids using pointer to a member in pointer arithmetic"
+msgstr "ISO C++ ¤Ï¥Ý¥¤¥ó¥¿·×»»¤Ë¥á¥ó¥Ð¤Ø¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:4194
+msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
+msgstr "ISO C++ ¤Ï¸º»»¤Ë `void *' ·¿¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:4196
+msgid "ISO C++ forbids using pointer to a function in subtraction"
+msgstr "ISO C++ ¤Ï¸º»»¤Ë´Ø¿ô¤Ø¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:4198
+msgid "ISO C++ forbids using pointer to a method in subtraction"
+msgstr "ISO C++ ¤Ï¸º»»¤Ë¥á¥½¥Ã¥É¤Ø¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:4200
+msgid "ISO C++ forbids using pointer to a member in subtraction"
+msgstr "ISO C++ ¤Ï¸º»»¤Ë¥á¥ó¥Ð¤Ø¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:4212
+msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
+msgstr "¥Ý¥¤¥ó¥¿±é»»¤ÇÉÔ´°Á´·¿¤Ø¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤Ï̵¸ú¤Ç¤¹"
+
+#: cp/typeck.c:4317
+msgid "taking address of temporary"
+msgstr "°ì»þ¥ª¥Ö¥¸¥§¥¯¥È¤Î¥¢¥É¥ì¥¹¤ò¼è¤í¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
+
+#: cp/typeck.c:4517
+#, c-format
+msgid "ISO C++ forbids %sing an enum"
+msgstr "ISO C++ ¤Ï enum ¤Î %s ¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:4561
+msgid "cast to non-reference type used as lvalue"
+msgstr "º¸ÊÕÃͤȤ·¤Æ»È¤ï¤ì¤ëÈ󻲾ȷ¿¤Ø¤Î¥­¥ã¥¹¥È¤Ç¤¹"
+
+#. ARM $3.4
+#: cp/typeck.c:4628
+msgid "ISO C++ forbids taking address of function `::main'"
+msgstr "ISO C++ ¤Ï `::main' ´Ø¿ô¤Î¥¢¥É¥ì¥¹¤ò¼è¤ë¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:4721
+msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
+msgstr "ISO C++ ¤ÏÈóº¸ÊÕÃͼ°¤Ø¤Î¥­¥ã¥¹¥È¤Î¥¢¥É¥ì¥¹¤ò¼è¤ë¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:4737
+msgid "unary `&'"
+msgstr "ñ¹à¤Î `&'"
+
+#: cp/typeck.c:4929
+msgid "cannot take the address of `this', which is an rvalue expression"
+msgstr "`this' ¤Ï±¦ÊÕÃͼ°¤Ç¤¢¤ê¡¢¤½¤Î¥¢¥É¥ì¥¹¤ò¼è¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/typeck.c:5232
+msgid "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
+msgstr "ISO C++ ¤Ï´Ø¿ô¥Ý¥¤¥ó¥¿¤È¥ª¥Ö¥¸¥§¥¯¥È¥Ý¥¤¥ó¥¿¤Î´Ö¤Ç¤Î¥­¥ã¥¹¥È¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:5682
+msgid "ISO C++ forbids cast to non-reference type used as lvalue"
+msgstr "ISO C++ ¤Ïº¸ÊÕÃͤȤ·¤Æ»È¤ï¤ì¤ëÈ󻲾ȷ¿¤Ø¤Î¥­¥ã¥¹¥È¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:5788
+msgid "ISO C++ forbids assignment of arrays"
+msgstr "ISO C++ ¤ÏÇÛÎó¤ÎÂåÆþ¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck.c:5803
+msgid "return value from function receives multiple initializations"
+msgstr "´Ø¿ô¤«¤é¤ÎÌá¤êÃͤ¬Ê£¿ô¤Î½é´ü²½¤ò¼õ¤±¼è¤ê¤Þ¤·¤¿"
+
+#: cp/typeck.c:5946
+msgid " in pointer to member function conversion"
+msgstr " ¥Ý¥¤¥ó¥¿¤«¤é¥á¥ó¥Ð´Ø¿ô¤Ø¤ÎÊÑ´¹¤Ç"
+
+#: cp/typeck.c:5954
+msgid " in pointer to member conversion"
+msgstr " ¥Ý¥¤¥ó¥¿¤«¤é¥á¥ó¥Ð¤Ø¤ÎÊÑ´¹¤Ç"
+
+#: cp/typeck.c:6542
+msgid "returning reference to temporary"
+msgstr "°ì»þ¥ª¥Ö¥¸¥§¥¯¥È¤Ø¤Î»²¾È¤òÊÖ¤½¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
+
+#: cp/typeck.c:6549
+msgid "reference to non-lvalue returned"
+msgstr "Èóº¸ÊÕÃͤؤλ²¾È¤¬ÊÖ¤µ¤ì¤Þ¤·¤¿"
+
+#: cp/typeck.c:6595
+msgid "returning a value from a destructor"
+msgstr "¥Ç¥¹¥È¥é¥¯¥¿¤«¤éÃͤòÊÖ¤½¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
+
+#. If a return statement appears in a handler of the
+#. function-try-block of a constructor, the program is ill-formed.
+#: cp/typeck.c:6603
+msgid "cannot return from a handler of a function-try-block of a constructor"
+msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤Î´Ø¿ô try ¥Ö¥í¥Ã¥¯¤Î¥Ï¥ó¥É¥é¤«¤é¤Ï return ¤Ç¤­¤Þ¤»¤ó"
+
+#. You can't return a value from a constructor.
+#: cp/typeck.c:6606
+msgid "returning a value from a constructor"
+msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤«¤éÃͤòÊÖ¤½¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
+
+#: cp/typeck.c:6623
+msgid "return-statement with no value, in function declared with a non-void return type"
+msgstr "return ʸ¤¬Ãͤò»ý¤Á¤Þ¤»¤ó¡£´Ø¿ôÀë¸À¤Ç¤ÏÈó void ¤ÎÌá¤êÃͤò»ý¤Á¤Þ¤¹"
+
+#: cp/typeck.c:6639
+msgid "return-statement with a value, in function declared with a void return type"
+msgstr "return ʸ¤¬Ãͤò»ý¤Á¤Þ¤¹¡£´Ø¿ôÀë¸À¤Ç¤ÏÌá¤ê·¿¤¬ void ¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: cp/typeck2.c:171
+msgid " because the following virtual functions are abstract:"
+msgstr " °Ê²¼¤Î²¾ÁÛ´Ø¿ô¤¬Ãê¾Ý¤Ç¤¢¤ë¤¿¤á¤Ç¤¹:"
+
+#: cp/typeck2.c:268
+#, c-format
+msgid "Internal error #%d."
+msgstr "ÆâÉô¥¨¥é¡¼: #%d¡£"
+
+#: cp/typeck2.c:339
+msgid "due to the presence of a constructor"
+msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤¬¤¢¤ë¤³¤È¤Ë¤è¤ë"
+
+#: cp/typeck2.c:363
+msgid "comma expression used to initialize return value"
+msgstr "¥«¥ó¥Þ±é»»»Ò¤¬Ìá¤êÃͤò½é´ü²½¤¹¤ë¤¿¤á¤Ë»È¤ï¤ì¤Þ¤·¤¿"
+
+#: cp/typeck2.c:372
+msgid "cannot initialize arrays using this syntax"
+msgstr "¤³¤Îʸˡ¤ò»È¤Ã¤ÆÇÛÎó¤ò½é´ü²½¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
+
+#: cp/typeck2.c:428
+msgid "ANSI C++ forbids non-constant aggregate initializer expressions"
+msgstr "ANSI C++ ¤ÏÄê¿ô¤Ç¤Ê¤¤½¸¹çÂΤνé´ü²½»Ò¼°¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/typeck2.c:503
+msgid "initializing array with parameter list"
+msgstr "ÇÛÎó¤ò²¾°ú¿ô¥ê¥¹¥È¤Ë¤è¤Ã¤Æ½é´ü²½¤·¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
+
+#: cp/typeck2.c:559
+msgid "initializer for scalar variable requires one element"
+msgstr "¥¹¥«¥é¡¼ÊÑ¿ô¤Î½é´ü²½»Ò¤Ï°ì¤Ä¤ÎÍ×ÁǤòÍ׵ᤷ¤Þ¤¹"
+
+#: cp/typeck2.c:657
+msgid "aggregate has a partly bracketed initializer"
+msgstr "½¸¹çÂΤ¬ÉôʬŪ¤Ë¥Ö¥é¥±¥Ã¥È¤Î½é´ü²½»Ò¤ò»ý¤Á¤Þ¤¹"
+
+#: cp/typeck2.c:687 cp/typeck2.c:788
+msgid "non-trivial labeled initializers"
+msgstr "¼«ÌÀ¤Ç¤Ê¤¤¥é¥Ù¥ë¤Î¤Ä¤¤¤¿½é´ü²½»Ò¤Ç¤¹"
+
+#: cp/typeck2.c:704
+msgid "non-empty initializer for array of empty elements"
+msgstr "Í×ÁǤΤʤ¤ÇÛÎó¤ËÂФ¹¤ë¡¢¶õ¤Ç¤Ï¤Ê¤¤½é´ü²½»Ò¤Ç¤¹"
+
+#: cp/typeck2.c:754
+msgid "initializer list for object of class with virtual base classes"
+msgstr "²¾ÁÛ´ðÄ쥯¥é¥¹¤ò»ý¤Ä¥¯¥é¥¹¤Î¥ª¥Ö¥¸¥§¥¯¥ÈÍѤνé´ü²½»Ò¥ê¥¹¥È¤Ç¤¹"
+
+#: cp/typeck2.c:760
+msgid "initializer list for object of class with base classes"
+msgstr "´ðÄ쥯¥é¥¹¤ò»ý¤Ä¥¯¥é¥¹¤Î¥ª¥Ö¥¸¥§¥¯¥ÈÍѤνé´ü²½»Ò¥ê¥¹¥È¤Ç¤¹"
+
+#: cp/typeck2.c:766
+msgid "initializer list for object using virtual functions"
+msgstr "²¾ÁÛ´Ø¿ô¤ò»ÈÍѤ¹¤ë¥ª¥Ö¥¸¥§¥¯¥ÈÍѤνé´ü²½»Ò¥ê¥¹¥È¤Ç¤¹"
+
+#: cp/typeck2.c:883
+msgid "index value instead of field name in union initializer"
+msgstr "union ½é´ü²½»Ò¤¬¥Õ¥£¡¼¥ë¥É̾¤Ç¤Ï¤Ê¤¯¥¤¥ó¥Ç¥Ã¥¯¥¹ÃͤˤʤäƤ¤¤Þ¤¹"
+
+#: cp/typeck2.c:939
+msgid "excess elements in aggregate initializer"
+msgstr "½¸¹çÂνé´ü²½»ÒÆâ¤Ç¤½¤ÎÍ×ÁǤ¬°î¤ì¤Þ¤·¤¿"
+
+#: cp/typeck2.c:1037
+msgid "circular pointer delegation detected"
+msgstr "½Û´Ä¥Ý¥¤¥ó¥¿¤ÎÂåɽ¤ò¸¡½Ð¤·¤Þ¤·¤¿"
+
+#: cp/typeck2.c:1064
+msgid "result of `operator->()' yields non-pointer result"
+msgstr "`operator->()'¤Î·ë²Ì¤¬Èó¥Ý¥¤¥ó¥¿¤Î·ë²Ì¤ò¤â¤¿¤é¤·¤Þ¤¹"
+
+#: cp/typeck2.c:1066
+msgid "base operand of `->' is not a pointer"
+msgstr "`->' ¤Î¥Ù¡¼¥¹¥ª¥Ú¥é¥ó¥É¤¬¥Ý¥¤¥ó¥¿¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: cp/typeck2.c:1258
+#, c-format
+msgid "ISO C++ forbids defining types within %s"
+msgstr "ISO C++ ¤Ï %s Ãæ¤Î·¿ÄêµÁ¤ò¶Ø¤¸¤Þ¤¹"
+
+#: cp/xref.c:833
+#, c-format
+msgid "Can't create cross-reference file `%s'"
+msgstr "Áê¸ß»²¾È¥Õ¥¡¥¤¥ë `%s' ¤òºî¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó"
+
+#. The current line in each outer source file is now the
+#. same as the line of the #include.
+#: cpperror.c:55
+#, c-format
+msgid "In file included from %s:%u"
+msgstr "%s:%u ¤«¤é include ¤µ¤ì¤¿¥Õ¥¡¥¤¥ëÃæ"
+
+#. Translators note: this message is used in conjunction
+#. with "In file included from %s:%ld" and some other
+#. tricks. We want something like this:
+#.
+#. | In file included from sys/select.h:123,
+#. | from sys/types.h:234,
+#. | from userfile.c:31:
+#. | bits/select.h:45: <error message here>
+#.
+#. with all the "from"s lined up.
+#. The trailing comma is at the beginning of this message,
+#. and the trailing colon is not translated.
+#: cpperror.c:71
+#, c-format
+msgid ""
+",\n"
+" from %s:%u"
+msgstr ""
+",\n"
+" %s:%u ¤«¤é"
+
+#: cpperror.c:188
+msgid "internal error: "
+msgstr "ÆâÉô¥¨¥é¡¼: "
+
+#: cpperror.c:195
+msgid "warning: "
+msgstr "·Ù¹ð: "
+
+#: cpperror.c:309 cpperror.c:480 cppfiles.c:661 gcc.c:6076 tradcpp.c:4722
+#, c-format
+msgid "%s: %s"
+msgstr "%s: %s"
+
+#: cppexp.c:209
+msgid "traditional C rejects the `U' suffix"
+msgstr "¸Å¤¤ C ¤Ç¤Ï `U' ÀÜÈø¼­¤¬µñÀ䤵¤ì¤Þ¤¹"
+
+#: cppexp.c:212
+msgid "too many 'l' suffixes in integer constant"
+msgstr "À°¿ôÄê¿ô¤Î¥µ¥Õ¥£¥Ã¥¯¥¹ 'l' ¤¬Â¿¤¹¤®¤Þ¤¹"
+
+#: cppexp.c:216
+msgid "integer constant contains digits beyond the radix"
+msgstr "À°¿ôÄê¿ô¤¬´ð¿ô¤òĶ¤¨¤¿¿ôÃͤò´Þ¤ó¤Ç¤¤¤Þ¤¹"
+
+#: cppexp.c:219
+msgid "integer constant out of range"
+msgstr "À°¿ôÄê¿ô¤¬ÈϰϤò³°¤ì¤Æ¤¤¤Þ¤¹"
+
+#: cppexp.c:225
+msgid "integer constant is so large that it is unsigned"
+msgstr "À°¿ôÄê¿ô¤¬Â礭¤¹¤®¤ë¤Î¤Ç unsigned ¤Ë¤Ê¤ê¤Þ¤·¤¿"
+
+#: cppexp.c:234
+#, c-format
+msgid "invalid suffix '%.*s' on integer constant"
+msgstr "ÀÜÈø¼­ '%.*s' ¤ÏÀ°¿ôÄê¿ô¤Ë¤Ï̵¸ú¤Ç¤¹"
+
+#: cppexp.c:343
+msgid "missing ')' after \"defined\""
+msgstr "\"defined\" ¤Î¸å¤í¤Î ')' ¤¬·ç¤±¤Æ¤¤¤Þ¤¹"
+
+#: cppexp.c:350
+msgid "operator \"defined\" requires an identifier"
+msgstr "\"defined\" ±é»»»Ò¤Ï¼±Ê̻ҤòÍ׵ᤷ¤Þ¤¹"
+
+#: cppexp.c:358
+#, c-format
+msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
+msgstr "¡ÊC++ ¤Ç¤Ï \"%s\" ¤¬ \"%s\" ¤ÎÂåÂإȡ¼¥¯¥ó¤Ç¤¹¡Ë"
+
+#: cppexp.c:427
+msgid "\"defined\" operator appears during macro expansion"
+msgstr "\"defined\" ±é»»»Ò¤¬¥Þ¥¯¥íŸ³«Ãæ¤Ë¸½¤ì¤Þ¤·¤¿"
+
+#: cppexp.c:443
+#, c-format
+msgid "ISO C++ does not permit \"%s\" in #if"
+msgstr "ISO C++ ¤Ï #if Æâ¤Î \"%s\" ¤òµö¤·¤Þ¤»¤ó"
+
+#: cppexp.c:458
+#, c-format
+msgid "\"%s\" is not defined"
+msgstr "\"%s\" ¤ÏÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: cppexp.c:550
+msgid "octal escape sequence out of range"
+msgstr "8 ¿Ê¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹¤¬Èϰϳ°¤Ç¤¹"
+
+#: cppexp.c:583
+msgid "hex escape sequence out of range"
+msgstr "16 ¿Ê¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹¤¬Èϰϳ°¤Ç¤¹"
+
+#: cppexp.c:598
+msgid "integer overflow in preprocessor expression"
+msgstr "À°¿ô¤¬¥×¥ê¥×¥í¥»¥Ã¥µ¼°Æâ¤Ç¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
+
+#: cppexp.c:868
+#, c-format
+msgid "impossible operator '%s'"
+msgstr "¤¢¤ê¤¨¤Ê¤¤±é»»»Ò '%s'"
+
+#: cppexp.c:978
+msgid "comma operator in operand of #if"
+msgstr "¥«¥ó¥Þ±é»»»Ò¤¬ #if ±é»»»Ò¤ÎÃæ¤Ë¤¢¤ê¤Þ¤¹"
+
+#: cppfiles.c:383
+#, c-format
+msgid "%s is too large"
+msgstr "%s ¤ÏÂ礭¤¹¤®¤Þ¤¹"
+
+#: cppfiles.c:412
+#, c-format
+msgid "%s is shorter than expected"
+msgstr "%s ¤¬ËÜÍè¤è¤ê¤âû¤¤¤Ç¤¹"
+
+#: cppfiles.c:421
+#, c-format
+msgid "%s is a block device"
+msgstr "%s ¤Ï¥Ö¥í¥Ã¥¯¥Ç¥Ð¥¤¥¹¤Ç¤¹"
+
+#: cppfiles.c:541
+#, c-format
+msgid "No include path in which to find %s"
+msgstr "%s ¤ò¸«¤Ä¤±¤ë¤¿¤á¤Î¥¤¥ó¥¯¥ë¡¼¥É¥Ñ¥¹¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: cppfiles.c:609
+msgid "Multiple include guards may be useful for:\n"
+msgstr "¿½Å include ¤«¤é¤ÎÊݸͭ±×¤È¤Ê¤ë¤Ç¤·¤ç¤¦:\n"
+
+#: cppfiles.c:999
+msgid "absolute file name in remap_filename"
+msgstr "ÀäÂХѥ¹¥Õ¥¡¥¤¥ë̾¤¬ remap_filename ¤Ë¤¢¤ê¤Þ¤¹"
+
+#: cppinit.c:223
+#, c-format
+msgid "ignoring nonexistent directory \"%s\"\n"
+msgstr "¸ºß¤·¤Ê¤¤¥Ç¥£¥ì¥¯¥È¥ê \"%s\" ¤ò̵»ë¤·¤Þ¤¹\n"
+
+#: cppinit.c:229
+#, c-format
+msgid "%s: Not a directory"
+msgstr "%s: ¥Ç¥£¥ì¥¯¥È¥ê¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: cppinit.c:275
+#, c-format
+msgid "ignoring duplicate directory \"%s\"\n"
+msgstr "½ÅÊ£¤·¤¿¥Ç¥£¥ì¥¯¥È¥ê \"%s\" ¤ò̵»ë¤·¤Þ¤¹\n"
+
+#: cppinit.c:889
+msgid "-include and -imacros cannot be used with -fpreprocessed"
+msgstr "-include ¤ä -imacros ¤Ï -fpreprocessed ¤È°ì½ï¤Ë»È¤¦¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
+
+#: cppinit.c:925
+msgid "#include \"...\" search starts here:\n"
+msgstr "#include \"...\" ¤Îõº÷¤Ï¤³¤³¤«¤é»Ï¤Þ¤ê¤Þ¤¹:\n"
+
+#: cppinit.c:929
+msgid "#include <...> search starts here:\n"
+msgstr "#include <...> ¤Îõº÷¤Ï¤³¤³¤«¤é»Ï¤Þ¤ê¤Þ¤¹:\n"
+
+#: cppinit.c:932
+msgid "End of search list.\n"
+msgstr "õº÷¥ê¥¹¥È¤Î½ª¤ï¤ê\n"
+
+#: cppinit.c:1004 tradcpp.c:963 tradcpp.c:973 tradcpp.c:1064
+msgid "I/O error on output"
+msgstr "½ÐÎÏÃæ¤Ë I/O ¥¨¥é¡¼¤¬È¯À¸"
+
+#: cppinit.c:1018
+msgid "buffers still stacked in cpp_finish"
+msgstr "cpp_finish ¤Ç¥Ð¥Ã¥Õ¥¡¤¬¤Þ¤À¥¹¥¿¥Ã¥¯¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#. Irix6 "cc -n32" and OSF4 cc have problems with char foo[] = ("string");
+#. I.e. a const string initializer with parens around it. That is
+#. what N_("string") resolves to, so we make no_* be macros instead.
+#: cppinit.c:1050
+#, c-format
+msgid "Argument missing after %s"
+msgstr "%s ¤Î¸å¤í¤Î°ú¿ô¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cppinit.c:1051
+#, c-format
+msgid "Assertion missing after %s"
+msgstr "%s ¤Î¸å¤í¤Î¥¢¥µ¡¼¥·¥ç¥ó¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cppinit.c:1052
+#, c-format
+msgid "Directory name missing after %s"
+msgstr "%s ¤Î¸å¤í¤Î¥Ç¥£¥ì¥¯¥È¥ê̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cppinit.c:1053
+#, c-format
+msgid "File name missing after %s"
+msgstr "%s ¤Î¸å¤í¤Î¥Õ¥¡¥¤¥ë̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cppinit.c:1054
+#, c-format
+msgid "Macro name missing after %s"
+msgstr "%s ¤Î¸å¤í¤Î¥Þ¥¯¥í̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cppinit.c:1055
+#, c-format
+msgid "Path name missing after %s"
+msgstr "%s ¤Î¸å¤í¤Î¥Ñ¥¹Ì¾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cppinit.c:1056
+#, c-format
+msgid "Number missing after %s"
+msgstr "%s ¤Î¸å¤í¤Î¿ô»ú¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cppinit.c:1057
+#, c-format
+msgid "Target missing after %s"
+msgstr "%s ¤Î¸å¤í¤Î¥¿¡¼¥²¥Ã¥È¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cppinit.c:1242
+#, c-format
+msgid "Too many filenames. Type %s --help for usage info"
+msgstr "¥Õ¥¡¥¤¥ë̾¤¬Â¿¤¹¤®¤Þ¤¹¡£%s --help ¤È¥¿¥¤¥×¤·¤Æ»È¤¤Êý¤ò¸«¤Þ¤·¤ç¤¦"
+
+#: cppinit.c:1426 tradcpp.c:598
+msgid "Output filename specified twice"
+msgstr "½ÐÎÏ¥Õ¥¡¥¤¥ë̾¤¬Æó²ó»ØÄꤵ¤ì¤Þ¤·¤¿"
+
+#: cppinit.c:1546
+msgid "-I- specified twice"
+msgstr "-I- ¤¬Æó²ó»ØÄꤵ¤ì¤Þ¤·¤¿"
+
+#: cppinit.c:1694
+#, c-format
+msgid "GNU CPP version %s (cpplib)"
+msgstr "GNU CPP version %s (cpplib)"
+
+#: cppinit.c:1735 tradcpp.c:787
+msgid "you must additionally specify either -M or -MM"
+msgstr "-M ¤« -MM ¤Î¤¤¤º¤ì¤«¤òÄɲÃŪ¤Ë»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: cppinit.c:1795
+#, c-format
+msgid "Usage: %s [switches] input output\n"
+msgstr "»È¤¤Êý: %s [¥¹¥¤¥Ã¥Á] ÆþÎÏ ½ÐÎÏ\n"
+
+#. To keep the lines from getting too long for some compilers, limit
+#. to about 500 characters (6 lines) per chunk.
+#: cppinit.c:1798
+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 ""
+"¥¹¥¤¥Ã¥Á:\n"
+" -include <file> ¾¤Î¥Õ¥¡¥¤¥ë¤ÎÁ°¤Ë <file> ¤ÎÆâÍƤò´Þ¤á¤ë\n"
+" -imacros <file> <file> ¤Î¥Þ¥¯¥íÄêµÁ¤ò¼õ¤±Æþ¤ì¤ë\n"
+" -iprefix <path> ¼¡¤ÎÆó¤Ä¤Î¥ª¥×¥·¥ç¥óÍÑ¥×¥ì¥Õ¥£¥¯¥¹¤Ë <path> ¤ò»ØÄê\n"
+" -iwithprefix <dir> <dir> ¤ò¥·¥¹¥Æ¥à include ¥Ñ¥¹¤Î½ª¤ê¤ËÄɲ乤ë\n"
+" -iwithprefixbefore <dir> <dir> ¤ò¥á¥¤¥ó include ¥Ñ¥¹¤Î½ª¤ê¤ËÄɲ乤ë\n"
+" -isystem <dir> <dir> ¤ò¥·¥¹¥Æ¥à include ¥Ñ¥¹¤ÎºÇ½é¤ËÄɲ乤ë\n"
+
+#: cppinit.c:1807
+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 ""
+" -idirafter <dir> <dir> ¤ò¥·¥¹¥Æ¥à include ¥Ñ¥¹¤Î½ª¤ê¤ËÄɲ乤ë\n"
+" -I <dir> <dir> ¤ò¥á¥¤¥ó include ¥Ñ¥¹¤Î½ª¤ê¤ËÄɲ乤ë\n"
+" -I- ¤­¤áºÙ¤«¤Ê include ¥Ñ¥¹À©¸æ -- info ʸ½ñ¤ò»²¾È\n"
+" -nostdinc ¥·¥¹¥Æ¥à include ¥Ç¥£¥ì¥¯¥È¥ê¤òõº÷¤·¤Ê¤¤\n"
+" (-system ¤Ç»ØÄꤵ¤ì¤¿¥Ç¥£¥ì¥¯¥È¥ê¤Ïõº÷¤µ¤ì¤ë)\n"
+" -nostdinc++ C++ ÍÑ¥·¥¹¥Æ¥à include ¥Ç¥£¥ì¥¯¥È¥ê¤òõº÷¤·¤Ê¤¤\n"
+" -o <file> <file> ¤Ø½ÐÎϤ¹¤ë\n"
+
+#: cppinit.c:1816
+msgid ""
+" -pedantic Issue all warnings demanded by strict ISO C\n"
+" -pedantic-errors Issue -pedantic warnings as errors instead\n"
+" -trigraphs Support ISO C trigraphs\n"
+" -lang-c Assume that the input sources are in C\n"
+" -lang-c89 Assume that the input sources are in C89\n"
+msgstr ""
+" -pedantic ¸·Ì©¤Ê ISO C ¤ÇÍ׵ᤵ¤ì¤ëÁ´¤Æ¤Î·Ù¹ð¤òȯ¹Ô¤¹¤ë\n"
+" -pedantic-errors -pedantic ·Ù¹ð¤ÎÂå¤ê¤Ë¥¨¥é¡¼¤òȯ¹Ô¤¹¤ë\n"
+" -trigraphs ISO C ¥È¥é¥¤¥°¥é¥Õ¤ò¼õ¤±Æþ¤ì¤ë\n"
+" -lang-c ÆþÎÏ¥½¡¼¥¹¤ò C ¤È¤ß¤Ê¤¹\n"
+" -lang-c89 ÆþÎÏ¥½¡¼¥¹¤ò C89 ¤È¤ß¤Ê¤¹\n"
+
+#: cppinit.c:1823
+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 ""
+" -lang-c++ ÆþÎÏ¥½¡¼¥¹¤ò C ¤È¤ß¤Ê¤¹\n"
+" -lang-objc ÆþÎÏ¥½¡¼¥¹¤ò ObjectiveC ¤È¤ß¤Ê¤¹\n"
+" -lang-objc++ ÆþÎÏ¥½¡¼¥¹¤ò ObjectiveC++ ¤È¤ß¤Ê¤¹\n"
+" -lang-asm ÆþÎÏ¥½¡¼¥¹¤ò¥¢¥»¥ó¥Ö¥ê¸À¸ì¤È¤ß¤Ê¤¹\n"
+
+#: cppinit.c:1829
+msgid ""
+" -std=<std name> Specify the conformance standard; one of:\n"
+" gnu89, gnu99, c89, c99, iso9899:1990,\n"
+" iso9899:199409, iso9899:1999\n"
+" -+ Allow parsing of C++ style features\n"
+" -w Inhibit warning messages\n"
+" -Wtrigraphs Warn if trigraphs are encountered\n"
+" -Wno-trigraphs Do not warn about trigraphs\n"
+" -Wcomment{s} Warn if one comment starts inside another\n"
+msgstr ""
+" -std=<std name> Ŭ¹ç¤µ¤»¤ëɸ½à¤ò»ØÄê -- °Ê²¼¤è¤ê°ì¤Ä\n"
+" gnu89, gnu99, c89, c99, iso9899:1990,\n"
+" iso9899:199409, iso9899:1999\n"
+" -+ C++ ¼°¤Î¹½Ê¸²òÀϤòµö²Ä¤¹¤ë\n"
+" -w ·Ù¹ð¥á¥Ã¥»¡¼¥¸¤òÍÞÀ©¤¹¤ë\n"
+" -Wtrigraphs ¥È¥é¥¤¥°¥é¥Õ¤Ë½Ð¤¯¤ï¤·¤¿¤é·Ù¹ð¤¹¤ë\n"
+" -Wno-trigraphs ¥È¥é¥¤¥°¥é¥Õ¤Ë¤Ä¤¤¤Æ¤Î·Ù¹ð¤ò¹Ô¤Ê¤ï¤Ê¤¤\n"
+" -Wcomment{s} ¥³¥á¥ó¥È¤¬Â¾¤Î¥³¥á¥ó¥ÈÆâ¤Ç»Ï¤Þ¤Ã¤Æ¤¤¤¿¤é·Ù¹ð¤¹¤ë\n"
+
+#: cppinit.c:1839
+msgid ""
+" -Wno-comment{s} Do not warn about comments\n"
+" -Wtraditional Warn about features not present in traditional C\n"
+" -Wno-traditional Do not warn about traditional C\n"
+" -Wundef Warn if an undefined macro is used by #if\n"
+" -Wno-undef Do not warn about testing undefined macros\n"
+" -Wimport Warn about the use of the #import directive\n"
+msgstr ""
+" -Wno-comment{s} ¥³¥á¥ó¥È¤Ë´Ø¤¹¤ë·Ù¹ð¤ò¹Ô¤Ê¤ï¤Ê¤¤\n"
+" -Wtraditional ¸½ºß¤È¤Ï°Û¤Ê¤ë¸Å¤¤ C ¤Ç¤Îµ¡Ç½¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë\n"
+" -Wno-traditional ¸Å¤¤ C ¤Ë´Ø¤¹¤ë·Ù¹ð¤ò¹Ô¤Ê¤ï¤Ê¤¤\n"
+" -Wundef ̤ÄêµÁ¤Î¥Þ¥¯¥í¤¬ #if ¤Ç»È¤ï¤ì¤Æ¤¤¤ì¤Ð·Ù¹ð¤¹¤ë\n"
+" -Wno-undef ̤ÄêµÁ¥Þ¥¯¥í¤Îɾ²Á¤Ë´Ø¤¹¤ë·Ù¹ð¤ò¹Ô¤Ê¤ï¤Ê¤¤\n"
+" -Wimport #import ¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤ÎÍøÍѤ˴ؤ·¤Æ·Ù¹ð¤¹¤ë\n"
+
+#: cppinit.c:1847
+msgid ""
+" -Wno-import Do not warn about the use of #import\n"
+" -Werror Treat all warnings as errors\n"
+" -Wno-error Do not treat warnings as errors\n"
+" -Wsystem-headers Do not suppress warnings from system headers\n"
+" -Wno-system-headers Suppress warnings from system headers\n"
+" -Wall Enable all preprocessor warnings\n"
+msgstr ""
+" -Wno-import #import ¤ÎÍøÍѤ˴ؤ¹¤ë·Ù¹ð¤ò¹Ô¤Ê¤ï¤Ê¤¤\n"
+" -Werror Á´¤Æ¤Î·Ù¹ð¤ò¥¨¥é¡¼¤È¤·¤Æ¼è¤ê°·¤¦\n"
+" -Wno-error ·Ù¹ð¤ò¥¨¥é¡¼¤È¤·¤Æ¼è¤ê°·¤ï¤Ê¤¤\n"
+" -Wsystem-headers ¥·¥¹¥Æ¥à¥Ø¥Ã¥À¤«¤é¤Î·Ù¹ð¤òÍÞÀ©¤·¤Ê¤¤\n"
+" -Wno-system-headers ¥·¥¹¥Æ¥à¥Ø¥Ã¥À¤«¤é¤Î·Ù¹ð¤òÍÞÀ©¤¹¤ë\n"
+" -Wall Á´¤Æ¤Î¥×¥ê¥×¥í¥»¥Ã¥µ·Ù¹ð¤òÍ­¸ú¤Ë¤¹¤ë\n"
+
+#: cppinit.c:1855
+msgid ""
+" -M Generate make dependencies\n"
+" -MM As -M, 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 ""
+" -M make °Í¸´Ø·¸¤òÀ¸À®¤¹¤ë\n"
+" -MM -M ƱÍÍ¡¢Ã¢¤·¥·¥¹¥Æ¥à¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤ò̵»ë¤¹¤ë\n"
+" -MF <file> °Í¸´Ø·¸¤Î½ÐÎϤòÍ¿¤¨¤é¤ì¤¿¥Õ¥¡¥¤¥ë¤Ë½ñ¤­¹þ¤à\n"
+" -MG ¸«¤Ä¤«¤é¤Ê¤¤¥Ø¥Ã¥À¤òÀ¸À®¤µ¤ì¤ë¥Õ¥¡¥¤¥ë¤È¤·¤Æ°·¤¦\n"
+
+#: cppinit.c:1861
+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 ""
+" -MP\t\t\t Á´¤Æ¤Î¥Ø¥Ã¥À¤Ë¤Ä¤¤¤Æ phony ¥¿¡¼¥²¥Ã¥È¤òÀ¸À®¤¹¤ë\n"
+" -MQ <target> MAKE ¤Ç¤Î¥¯¥ª¡¼¥È¤µ¤ì¤¿¥¿¡¼¥²¥Ã¥È¤òÄɲ乤ë\n"
+" -MT <target> ¥¯¥ª¡¼¥È¤µ¤ì¤Ê¤¤¥¿¡¼¥²¥Ã¥È¤òÄɲ乤ë\n"
+
+#: cppinit.c:1866
+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 ""
+" -D<macro> <macro> ¤òÄêµÁ¤·¡¢¤½¤ÎÃͤòʸ»úÎó¤Î '1' ¤È¤¹¤ë\n"
+" -D<macro>=<val> <macro> ¤òÄêµÁ¤·¡¢¤½¤ÎÃͤò <val> ¤È¤¹¤ë\n"
+" -A<question> (<answer>) <question> ¤Ë <answer> ¤ÈÀ¼ÌÀ¤¹¤ë\n"
+" -A-<question> (<answer>) <question> ¤ò <answer> ¤È¤·¤Ê¤¤\n"
+" -U<macro> <macro> ÄêµÁ¤ò²ò½ü¤¹¤ë\n"
+" -v ¥Ð¡¼¥¸¥ç¥óÈÖ¹æ¤òɽ¼¨¤¹¤ë\n"
+
+#: cppinit.c:1874
+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 ""
+" -H »È¤ï¤ì¤¿¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤òɽ¼¨¤¹¤ë\n"
+" -C ¥³¥á¥ó¥È¤òÇË´þ¤·¤Ê¤¤\n"
+" -dM ºÇ¸å¤ËÍ­¸ú¤Ê¥Þ¥¯¥íÄêµÁ¥ê¥¹¥È¤òɽ¼¨¤¹¤ë\n"
+" -dD ½ÐÎϤ˥ޥ¯¥íÄêµÁ¤òÊݸ¤¹¤ë\n"
+" -dN -dD ¤ÈƱÍͤÀ¤¬¡¢Ì¾Á°¤À¤±¤òÊݸ¤¹¤ë\n"
+" -dI #include ¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤ò½ÐÎϤ˴ޤá¤ë\n"
+
+#: cppinit.c:1882
+msgid ""
+" -fpreprocessed 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"
+" -$ Do not allow '$' in identifiers\n"
+" -remap Remap file names when including files.\n"
+" --version Display version information\n"
+" -h or --help Display this information\n"
+msgstr ""
+" -fpreprocessed ÆþÎÏ¥Õ¥¡¥¤¥ë¤ò´û¤Ë¥×¥ê¥×¥í¥»¥¹ºÑ¤È¤·¤Æ°·¤¦\n"
+" -ftabstop=<number> ¥«¥é¥à¤Î¥¿¥Ö´Ö³Ö¤òÊó¹ð¤¹¤ë\n"
+" -P #line ¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤òÀ¸À®¤·¤Ê¤¤\n"
+" -$ ¼±Ê̻ҤǤΠ'$' ¤òµö²Ä¤·¤Ê¤¤\n"
+" -remap ¥Õ¥¡¥¤¥ë¥¤¥ó¥¯¥ë¡¼¥É»þ¤Ë¥Õ¥¡¥¤¥ë̾¤òºÆ¥Þ¥Ã¥×¤¹¤ë\n"
+" --version ¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òɽ¼¨¤¹¤ë\n"
+" -h or --help ¤³¤Î¾ðÊó¤òɽ¼¨¤¹¤ë\n"
+
+#: cpplex.c:159
+#, c-format
+msgid "trigraph ??%c converted to %c"
+msgstr "¥È¥é¥¤¥°¥é¥Õ ??%c ¤Ï %c ¤ËÊÑ´¹¤µ¤ì¤Þ¤·¤¿"
+
+#: cpplex.c:167
+#, c-format
+msgid "trigraph ??%c ignored"
+msgstr "¥È¥é¥¤¥°¥é¥Õ ??%c ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
+
+#: cpplex.c:251
+msgid "backslash and newline separated by space"
+msgstr "¥Ð¥Ã¥¯¥¹¥é¥Ã¥·¥å¤È²þ¹Ô¤¬¶õÇò¤Çʬ³ä¤µ¤ì¤Þ¤·¤¿"
+
+#: cpplex.c:255
+msgid "backslash-newline at end of file"
+msgstr "¥Õ¥¡¥¤¥ë¤Î½ª¤ê¤Ë¥Ð¥Ã¥¯¥¹¥é¥Ã¥·¥å-²þ¹Ô¤¬¤¢¤ê¤Þ¤¹"
+
+#: cpplex.c:330
+msgid "\"/*\" within comment"
+msgstr "¥³¥á¥ó¥ÈÆâ¤Ë \"/*\" ¤¬¤¢¤ê¤Þ¤¹"
+
+#: cpplex.c:416
+msgid "null character(s) ignored"
+msgstr "null ʸ»ú¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
+
+#: cpplex.c:423
+#, c-format
+msgid "%s in preprocessing directive"
+msgstr "¥×¥ê¥×¥í¥»¥¹Ì¿ÎáÃæ¤Ë %s ¤¬¤¢¤ê¤Þ¤¹"
+
+#: cpplex.c:507
+msgid "'$' character(s) in identifier"
+msgstr "'$' ʸ»ú¤¬¼±Ê̻ҤËÆþ¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: cpplex.c:521
+#, c-format
+msgid "attempt to use poisoned \"%s\""
+msgstr "±øÀ÷¤µ¤ì¤¿ '%s' »È¤ª¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
+
+#: cpplex.c:527
+msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
+msgstr "__VA_ARGS__ ¤Ï C99 ²ÄÊÑ°ú¿ô¥Þ¥¯¥í³ÈÄ¥¤Ç¤Î¤ß½Ð¸½¤Ç¤­¤Þ¤¹"
+
+#: cpplex.c:597
+#, c-format
+msgid "missing terminating %c character"
+msgstr "%c ʸ»ú¤Ç¤Î½ªÃ¼¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cpplex.c:604
+msgid "possible start of unterminated string literal"
+msgstr "½ªÃ¼¤Î¤Ê¤¤Ê¸»úÎó¥ê¥Æ¥é¥ë¤Î¿äÄ곫»Ï°ÌÃÖ"
+
+#: cpplex.c:697
+msgid "multi-line string literals are deprecated"
+msgstr "Ê£¿ô¹Ôʸ»úÎó¥ê¥Æ¥é¥ë¤Ï¿ä¾©¤µ¤ì¤Þ¤»¤ó"
+
+#: cpplex.c:708
+msgid "null character(s) preserved in literal"
+msgstr "¥ê¥Æ¥é¥ëÃæ¤Ç null ʸ»ú¤¬³ÎÊݤµ¤ì¤Þ¤·¤¿"
+
+#: cpplex.c:881
+msgid "no newline at end of file"
+msgstr "¥Õ¥¡¥¤¥ëËöÈø¤Ë²þ¹Ô¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: cpplex.c:1002 tradcpp.c:1447
+msgid "unterminated comment"
+msgstr "½ªÃ¼¤µ¤ì¤Æ¤¤¤Ê¤¤¥³¥á¥ó¥È"
+
+#: cpplex.c:1016
+msgid "C++ style comments are not allowed in ISO C89"
+msgstr "C++ ¥¹¥¿¥¤¥ë¤Î¥³¥á¥ó¥È¤Ï ISO C89 ¤Ç¤Ïµö¤µ¤ì¤Þ¤»¤ó"
+
+#: cpplex.c:1018
+msgid "(this will be reported only once per input file)"
+msgstr "(¤³¤ì¤ÏÆþÎÏ¥Õ¥¡¥¤¥ë¤Ë¤Ä¤­°ì²ó¤À¤±Êó¹ð¤µ¤ì¤Þ¤¹)"
+
+#: cpplex.c:1026
+msgid "multi-line comment"
+msgstr "Ê£¿ô¹Ô¤Î¥³¥á¥ó¥È"
+
+#: cpplex.c:1188
+msgid "directives may not be used inside a macro argument"
+msgstr "¥Þ¥¯¥í°ú¿ôÆâ¤Ç¥Ç¥£¥ì¥¯¥È¥ê¤ò»È¤¦¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
+
+#: cpplex.c:1343
+#, c-format
+msgid "Unspellable token %s"
+msgstr "ÄÖ¤ì¤Ê¤¤¥È¡¼¥¯¥ó %s ¤Ç¤¹"
+
+#: cpplib.c:214
+#, c-format
+msgid "extra tokens at end of #%s directive"
+msgstr ";ʬ¤Ê¥È¡¼¥¯¥ó¤¬ #%s ¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤Î½ª¤ê¤Ë¤¢¤ê¤Þ¤¹"
+
+#: cpplib.c:303
+msgid "# followed by integer"
+msgstr "À°¿ô¤¬ # ¤Ë³¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cpplib.c:352
+msgid "suggest not using #elif in traditional C"
+msgstr "¸Å¤¤ C ¤Ç¤Ï #elif ¤ò»È¤ï¤Ê¤¤Êý¤¬¤¤¤¤¤Ç¤¹"
+
+#: cpplib.c:355
+#, c-format
+msgid "traditional C ignores #%s with the # indented"
+msgstr "¸Å¤¤ C ¤Ç¤Ï¡¢¥¤¥ó¥Ç¥ó¥È¤µ¤ì¤¿ # ¤Î #%s ¤ò̵»ë¤·¤Þ¤¹"
+
+#: cpplib.c:359
+#, c-format
+msgid "suggest hiding #%s from traditional C with an indented #"
+msgstr "¥¤¥ó¥Ç¥ó¥È¤µ¤ì¤¿ # ¤¬¤¢¤ë¸Å¤¤ C ¤«¤é¤Ï #%s ¤ò±£¤¹¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹"
+
+#: cpplib.c:369
+#, c-format
+msgid "#%s is a GCC extension"
+msgstr "#%s ¤Ï GCC ¤Î³ÈÄ¥¤Ç¤¹"
+
+#: cpplib.c:393
+#, c-format
+msgid "invalid preprocessing directive #%s"
+msgstr "̵¸ú¤Ê¥×¥ê¥×¥í¥»¥¹¥Ç¥£¥ì¥¯¥Æ¥£¥ô #%s"
+
+#: cpplib.c:454
+#, c-format
+msgid "no macro name given in #%s directive"
+msgstr "¥Þ¥¯¥í̾¤¬ #%s ¥Ç¥£¥ì¥¯¥Æ¥£¥ÖÃæ¤ËÍ¿¤¨¤é¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: cpplib.c:458
+#, c-format
+msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
+msgstr "\"%s\" ¤Ï C++ ¤Î±é»»»Ò¤Ç¤¢¤ê¡¢¥Þ¥¯¥í̾¤È¤·¤Æ»ÈÍѤ¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
+
+#: cpplib.c:461
+msgid "macro names must be identifiers"
+msgstr "¥Þ¥¯¥í̾¤Ï¼±Ê̻ҤǤʤ¯¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó"
+
+#: cpplib.c:470
+#, c-format
+msgid "\"%s\" cannot be used as a macro name"
+msgstr "\"%s\" ¤Ï¥Þ¥¯¥í̾¤È¤·¤Æ¤Ï»È¤¨¤Þ¤»¤ó"
+
+#: cpplib.c:508
+#, c-format
+msgid "undefining \"%s\""
+msgstr "\"%s\" ¤ò undef ¤·¤Þ¤¹"
+
+#: cpplib.c:552
+msgid "missing terminating > character"
+msgstr "½ªÃ¼Ê¸»ú > ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cpplib.c:590
+#, c-format
+msgid "#%s expects \"FILENAME\" or <FILENAME>"
+msgstr "#%s ¤Ï \"¥Õ¥¡¥¤¥ë̾\" ¤¢¤ë¤¤¤Ï <¥Õ¥¡¥¤¥ë̾> ¤òɬÍפȤ·¤Þ¤¹"
+
+#: cpplib.c:599
+#, c-format
+msgid "empty file name in #%s"
+msgstr "#%s ¤Ç¤Î¥Õ¥¡¥¤¥ë̾¤¬¶õ¤Ç¤¹"
+
+#: cpplib.c:627
+msgid "#include nested too deeply"
+msgstr "#include ¤Î¥Í¥¹¥È¤¬¿¼¤¹¤®¤Þ¤¹"
+
+#: cpplib.c:629
+msgid "attempt to push file buffer with contexts stacked"
+msgstr "¥¹¥¿¥Ã¥¯¤µ¤ì¤¿¥³¥ó¥Æ¥¯¥¹¥È¤È°ì½ï¤Ë¥Õ¥¡¥¤¥ë¥Ð¥Ã¥Õ¥¡¤ò push ¤·¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
+
+#: cpplib.c:636
+msgid "#include_next in primary source file"
+msgstr "#include_next ¤¬¼ç¤¿¤ë¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤Ë¤¢¤ê¤Þ¤¹"
+
+#: cpplib.c:660
+msgid "#import is obsolete, use an #ifndef wrapper in the header file"
+msgstr "#import ¤Ï¸Å¤¤É½¸½¤Ç¤¹. ¥Ø¥Ã¥À¥Õ¥¡¥¤¥ëÃæ¤Ç #ifndef ¤Î¥é¥Ã¥Ñ¡¼¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤"
+
+#: cpplib.c:696
+#, c-format
+msgid "invalid flag \"%s\" in line directive"
+msgstr "\"%s\" ¤Ï line ¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤Ç¤Ï̵¸ú¤Ê¥Õ¥é¥°¤Ç¤¹"
+
+#: cpplib.c:748
+#, c-format
+msgid "\"%s\" after #line is not a positive integer"
+msgstr "#line ¤Î¸å¤í¤Î \"%s\" ¤¬Àµ¤ÎÀ°¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: cpplib.c:754
+msgid "line number out of range"
+msgstr "¹ÔÈֹ椬Èϰϳ°¤Ç¤¹"
+
+#: cpplib.c:798
+#, c-format
+msgid "file \"%s\" left but not entered"
+msgstr "¥Õ¥¡¥¤¥ë \"%s\" ¤«¤é½Ð¤Þ¤·¤¿¤¬Æþ¤Ã¤Æ¤¤¤Þ¤»¤ó"
+
+#: cpplib.c:806
+#, c-format
+msgid "expected to return to file \"%s\""
+msgstr "¥Õ¥¡¥¤¥ë \"%s\" ¤ËÌá¤ë¤Ï¤º¤Ç¤·¤¿"
+
+#: cpplib.c:809
+#, c-format
+msgid "expected to return to line number %u"
+msgstr "¹ÔÈÖ¹æ %u ¤ËÌá¤ë¤Ï¤º¤Ç¤·¤¿"
+
+#: cpplib.c:812
+#, c-format
+msgid "header flags for \"%s\" have changed"
+msgstr "\"%s\" ¤Î¥Ø¥Ã¥À¥Õ¥é¥°¤¬Êѹ¹¤µ¤ì¤Þ¤·¤¿"
+
+#: cpplib.c:823
+#, c-format
+msgid "\"%s\" is not a valid filename"
+msgstr "\"%s\" ¤ÏÀµ¾ï¤Ê¥Õ¥¡¥¤¥ë̾¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: cpplib.c:920 f/lex.c:1240
+msgid "invalid #ident"
+msgstr "̵¸ú¤Ê #ident"
+
+#: cpplib.c:971
+#, c-format
+msgid "unknown #pragma namespace %s"
+msgstr "ÉÔÌÀ¤Ê #pragma namespace %s ¤Ç¤¹"
+
+#: cpplib.c:1083
+msgid "#pragma once is obsolete"
+msgstr "#pragma once ¤Ï¤â¤¦»È¤ï¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: cpplib.c:1086
+msgid "#pragma once in main file"
+msgstr "#pragma once ¤¬¥á¥¤¥ó¥Õ¥¡¥¤¥ë¤Ë¤¢¤ê¤Þ¤¹"
+
+#: cpplib.c:1110
+msgid "invalid #pragma GCC poison directive"
+msgstr "#pragma GCC ±øÀ÷¥Ç¥£¥ì¥¯¥Æ¥£¥ô¤¬Ìµ¸ú¤Ç¤¹"
+
+#: cpplib.c:1119
+#, c-format
+msgid "poisoning existing macro \"%s\""
+msgstr "´û¸¤Î¥Þ¥¯¥í \"%s' ¤ò±øÀ÷¤·¤Þ¤¹"
+
+#: cpplib.c:1144
+msgid "#pragma system_header ignored outside include file"
+msgstr "include ¥Õ¥¡¥¤¥ë³°¤Î #pragma system_header ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
+
+#: cpplib.c:1166
+#, c-format
+msgid "cannot find source %s"
+msgstr "¥½¡¼¥¹ %s ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: cpplib.c:1170
+#, c-format
+msgid "current file is older than %s"
+msgstr "¸½ºß¤Î¥Õ¥¡¥¤¥ë¤Ï %s ¤è¤ê¸Å¤¤¤Ç¤¹"
+
+#: cpplib.c:1233
+msgid "_Pragma takes a parenthesized string literal"
+msgstr "_Pramga ¤¬³ç¸Ì¤Ç°Ï¤Þ¤ì¤¿Ê¸»úÎó¥ê¥Æ¥é¥ë¤ò¼õ¤±¼è¤ê¤Þ¤·¤¿"
+
+#: cpplib.c:1326
+msgid "#else without #if"
+msgstr "#else ¤Ë #if ¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: cpplib.c:1331 tradcpp.c:3850
+msgid "#else after #else"
+msgstr "#else ¤¬ #else ¤Î¸å¤í¤Ë¤¢¤ê¤Þ¤¹"
+
+#: cpplib.c:1333 cpplib.c:1367
+msgid "the conditional began here"
+msgstr "¤½¤Î¾ò·ï¤Ï¤³¤³¤«¤é»Ï¤Þ¤ê¤Þ¤¹"
+
+#: cpplib.c:1360
+msgid "#elif without #if"
+msgstr "#elif ¤Ë #if ¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: cpplib.c:1365 tradcpp.c:3545
+msgid "#elif after #else"
+msgstr "#elif ¤¬ #else ¤Î¸å¤í¤Ë¤¢¤ê¤Þ¤¹"
+
+#: cpplib.c:1397
+msgid "#endif without #if"
+msgstr "#endif ¤Ë #if ¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: cpplib.c:1482 tradcpp.c:3242
+msgid "missing '(' after predicate"
+msgstr "½Ò¸ì¤Î¸å¤í¤Î '(' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cpplib.c:1503 tradcpp.c:3256
+msgid "missing ')' to complete answer"
+msgstr "²ò¤òÊä´°¤¹¤ë ')' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cpplib.c:1511 tradcpp.c:3262
+msgid "predicate's answer is empty"
+msgstr "½Ò¸ì¤Î²ò¤¬¶õ¤Ç¤¹"
+
+#: cpplib.c:1542 tradcpp.c:3310
+msgid "assertion without predicate"
+msgstr "½Ò¸ì¤Î¤Ê¤¤¥¢¥µ¡¼¥·¥ç¥ó¤Ç¤¹"
+
+#: cpplib.c:1544 tradcpp.c:3312
+msgid "predicate must be an identifier"
+msgstr "½Ò¸ì¤Ï¼±Ê̻ҤǤʤ±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: cpplib.c:1625 tradcpp.c:3409
+#, c-format
+msgid "\"%s\" re-asserted"
+msgstr "\"%s\" ¤¬ºÆ¥¢¥µ¡¼¥È¤µ¤ì¤Þ¤·¤¿"
+
+#: cpplib.c:1821
+msgid "<builtin>"
+msgstr "<ÁȤ߹þ¤ß>"
+
+#: cpplib.c:1823
+msgid "<command line>"
+msgstr "<¥³¥Þ¥ó¥É¥é¥¤¥ó>"
+
+#: cpplib.c:1846
+msgid "<stdin>"
+msgstr "<ɸ½àÆþÎÏ>"
+
+#: cpplib.c:1879
+#, c-format
+msgid "unterminated #%s"
+msgstr "½ªÃ¼¤Î¤Ê¤¤ #%s"
+
+#: cpplib.c:1907
+#, c-format
+msgid "file \"%s\" entered but not left"
+msgstr "¥Õ¥¡¥¤¥ë \"%s\" ¤ËÆþ¤ê¤Þ¤·¤¿¤¬½Ð¤Þ¤»¤ó¤Ç¤·¤¿"
+
+#: cppmacro.c:213
+#, c-format
+msgid "invalid builtin macro \"%s\""
+msgstr "ÁȤ߹þ¤ß¥Þ¥¯¥í \"%s\" ¤Ï̵¸ú¤Ç¤¹"
+
+#: cppmacro.c:333
+msgid "invalid string literal, ignoring final '\\'"
+msgstr "ʸ»úÎó¥ê¥Æ¥é¥ë¤¬Ìµ¸ú¤Ç¤¹¡¢ºÇ¸å¤Î '\\' ¤ò̵»ë¤·¤Þ¤¹"
+
+#: cppmacro.c:367
+#, c-format
+msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
+msgstr "\"%s\" ¤È \"%s\" ¤òŽÉÕ¤±¤Þ¤·¤¿¤¬Àµ¾ï¤Ê¥×¥ê¥×¥í¥»¥Ã¥µ¥È¡¼¥¯¥ó¤È¤Ê¤ê¤Þ¤»¤ó"
+
+#: cppmacro.c:539
+#, c-format
+msgid "unterminated argument list invoking macro \"%s\""
+msgstr "½ªÃ¼¤µ¤ì¤Æ¤¤¤Ê¤¤°ú¿ô¥ê¥¹¥È¤¬¥Þ¥¯¥í \"%s\" ¤òµ¯Æ°¤·¤è¤¦¤È¤·¤Þ¤·¤¿"
+
+#: cppmacro.c:556
+msgid "ISO C99 requires rest arguments to be used"
+msgstr "ISO C99 ¤Ï»ÈÍѤµ¤ì¤ë¤Ù¤­»Ä¤ê¤Î¤Î°ú¿ô¤òÍ׵ᤷ¤Þ¤¹"
+
+#: cppmacro.c:561
+#, c-format
+msgid "macro \"%s\" requires %u arguments, but only %u given"
+msgstr "¥Þ¥¯¥í \"%s\" ¤Ï°ú¿ô¤ò %u Í׵ᤷ¤Þ¤¹¤¬¡¢%u ¸Ä¤·¤«Í¿¤¨¤é¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: cppmacro.c:572
+#, c-format
+msgid "macro \"%s\" passed %u arguments, but takes just %u"
+msgstr "¥Þ¥¯¥í \"%s\" ¤Ë°ú¿ô¤¬ %u ÅϤµ¤ì¤Þ¤·¤¿¤¬¡¢%u ¤·¤«¼õ¤±¼è¤ê¤Þ¤»¤ó"
+
+#: cppmacro.c:612
+#, c-format
+msgid "function-like macro \"%s\" must be used with arguments in traditional C"
+msgstr "¸Å¤¤ C ¤Ç¤Ï¡¢´Ø¿ôŪ¥Þ¥¯¥í \"%s\" ¤Ë°ú¿ô¤¬Í¿¤¨¤é¤ì¤Í¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: cppmacro.c:1236
+#, c-format
+msgid "duplicate macro parameter \"%s\""
+msgstr "¥Þ¥¯¥í²¾°ú¿ô \"%s\" ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
+
+#: cppmacro.c:1271
+#, c-format
+msgid "\"%s\" may not appear in macro parameter list"
+msgstr "\"%s\" ¤Ï¥Þ¥¯¥í²¾°ú¿ô¥ê¥¹¥È¤Ë¸½¤ì¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó"
+
+#: cppmacro.c:1278
+msgid "macro parameters must be comma-separated"
+msgstr "¥Þ¥¯¥í²¾°ú¿ô¤Ï¥«¥ó¥Þ¶èÀڤꤵ¤ì¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: cppmacro.c:1295
+msgid "parameter name missing"
+msgstr "²¾°ú¿ô̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cppmacro.c:1309
+msgid "anonymous variadic macros were introduced in C99"
+msgstr "̵̾²ÄÊÑ°ú¿ô¥Þ¥¯¥í¤Ï C99 ¤ÇºÎ¤êÆþ¤ì¤é¤ì¤Þ¤·¤¿"
+
+#: cppmacro.c:1312
+msgid "ISO C does not permit named variadic macros"
+msgstr "ISO C ¤Ç¤Ï̾Á°¤Ä¤­²ÄÊÑ°ú¿ô¥Þ¥¯¥í¤òµö¤·¤Þ¤»¤ó"
+
+#: cppmacro.c:1321
+msgid "missing ')' in macro parameter list"
+msgstr "¥Þ¥¯¥í²¾°ú¿ô¥ê¥¹¥È¤Ç¡¢')' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: cppmacro.c:1400
+msgid "ISO C requires whitespace after the macro name"
+msgstr "ISO C ¤Ç¤Ï¥Þ¥¯¥í̾¤Î¸å¤í¤Ë¶õÇò¤òÍ׵ᤷ¤Þ¤¹"
+
+#: cppmacro.c:1423
+msgid "'#' is not followed by a macro parameter"
+msgstr "'#' ¤Ë¥Þ¥¯¥í²¾°ú¿ô̾¤¬Â³¤¤¤Æ¤¤¤Þ¤»¤ó"
+
+#: cppmacro.c:1443
+msgid "'##' cannot appear at either end of a macro expansion"
+msgstr "'##' ¤Ï¥Þ¥¯¥íŸ³«¤Îξü¤Ë¤Ï½Ð¸½¤Ç¤­¤Þ¤»¤ó"
+
+#: cppmacro.c:1478
+#, c-format
+msgid "\"%s\" redefined"
+msgstr "\"%s\" ¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿"
+
+#: cppmacro.c:1484
+msgid "this is the location of the previous definition"
+msgstr "¤³¤³¤¬°ÊÁ°¤ÎÀë¸À¤¬¤¢¤ë°ÌÃ֤Ǥ¹"
+
+#: cppmacro.c:1542
+#, c-format
+msgid "macro argument \"%s\" would be stringified with -traditional."
+msgstr "¥Þ¥¯¥í°ú¿ô \"%s\" ¤Ï -traditional ¤ò¤Ä¤±¤ë¤Èʸ»úÎ󲽤µ¤ì¤¿»ö¤Ç¤·¤ç¤¦"
+
+#: cppmacro.c:1566
+#, c-format
+msgid "invalid hash type %d in dump_definition"
+msgstr "dump_definition ¤Ë ̵¸ú¤Ê¥Ï¥Ã¥·¥å¥¿¥¤¥× %d"
+
+#: cppmain.c:128
+#, c-format
+msgid "Invalid option %s"
+msgstr "̵¸ú¤Ê¥ª¥×¥·¥ç¥ó %s"
+
+#: cppspec.c:128
+#, c-format
+msgid "\"%s\" is not a valid option to the preprocessor"
+msgstr "\"%s\" ¤Ï¥×¥ê¥×¥í¥»¥Ã¥µ¤ËÂФ¹¤ëÀµ¾ï¤Ê¥ª¥×¥·¥ç¥ó¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: cppspec.c:152
+msgid "too many input files"
+msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ë¤¬Â¿¤¹¤®¤Þ¤¹"
+
+#: cse.c:7140
+#, c-format
+msgid ";; Processing block from %d to %d, %d sets.\n"
+msgstr ";; %d ¤«¤é %d ¤Þ¤Ç¤Î½èÍý¥Ö¥í¥Ã¥¯¡¢%d ¥»¥Ã¥È¡£\n"
+
+#: diagnostic.c:844
+#, c-format
+msgid "%s:%d: warning: "
+msgstr "%s:%d: ·Ù¹ð: "
+
+#: diagnostic.c:851
+#, c-format
+msgid "%s: warning: "
+msgstr "%s: ·Ù¹ð: "
+
+#: diagnostic.c:937
+msgid "((anonymous))"
+msgstr "((̵̾))"
+
+#: diagnostic.c:1064
+#, c-format
+msgid "%s: warnings being treated as errors\n"
+msgstr "%s: ·Ù¹ð¤Ï¥¨¥é¡¼¤È¤·¤Æ¼è¤ê°·¤ï¤ì¤Þ¤¹\n"
+
+#: diagnostic.c:1116
+#, c-format
+msgid "%s: %s: "
+msgstr "%s: %s: "
+
+#: diagnostic.c:1224
+msgid "sorry, not implemented: "
+msgstr "»ÄÇ°¤Ê¤¬¤é¸«¼ÂÁõ¤Ç¤¹: "
+
+#: diagnostic.c:1243
+#, c-format
+msgid "%s "
+msgstr "%s "
+
+#: diagnostic.c:1245
+#, c-format
+msgid " %s"
+msgstr " %s"
+
+#: diagnostic.c:1268
+msgid "At top level:"
+msgstr "¥È¥Ã¥×¥ì¥Ù¥ë:"
+
+#: diagnostic.c:1273
+#, c-format
+msgid "In method `%s':"
+msgstr "¥á¥½¥Ã¥É `%s' Æâ:"
+
+#: diagnostic.c:1277
+#, c-format
+msgid "In function `%s':"
+msgstr "´Ø¿ô `%s' Æâ:"
+
+#: diagnostic.c:1412
+msgid "compilation terminated.\n"
+msgstr "¥³¥ó¥Ñ¥¤¥ë¤¬ÃæÃǤµ¤ì¤Þ¤·¤¿¡£\n"
+
+#: diagnostic.c:1447
+#, c-format
+msgid "%s:%d: confused by earlier errors, bailing out\n"
+msgstr "%s:%d: Á°¤Î¥¨¥é¡¼¤Ë¤è¤êº®Í𤷤Ƥ¤¤Þ¤¹¤Î¤Ç¡¢Ã¦½Ð¤·¤Þ¤¹\n"
+
+#: diagnostic.c:1461 diagnostic.c:1700
+#, c-format
+msgid ""
+"Please submit a full bug report,\n"
+"with preprocessed source if appropriate.\n"
+"See %s for instructions.\n"
+msgstr ""
+"´°Á´¤Ê¥Ð¥°Êó¹ð¤òÁ÷¤Ã¤Æ²¼¤µ¤¤¡£\n"
+"ŬÀڤʤé¤Ð¥×¥ê¥×¥í¥»¥¹¸å¤Î¥½¡¼¥¹¤ò¤Ä¤±¤Æ¤¯¤À¤µ¤¤¡£\n"
+"%s ¤ò¸«¤ì¤ÐÊýË¡¤¬½ñ¤¤¤Æ¤¢¤ê¤Þ¤¹¡£\n"
+
+#: diagnostic.c:1493
+msgid "Unrecognizable insn:"
+msgstr "ǧ¼±ÉÔǽ¤ÊÌ¿Îá:"
+
+#: diagnostic.c:1495
+msgid "Insn does not satisfy its constraints:"
+msgstr "Ì¿Î᤬¤½¤ÎÀ©Ìó¤òËþ¤¿¤·¤Þ¤»¤ó"
+
+#: diagnostic.c:1698
+msgid "Internal compiler error: Error reporting routines re-entered.\n"
+msgstr "ÆâÉô¥³¥ó¥Ñ¥¤¥ë¥¨¥é¡¼: ¥¨¥é¡¼Êó¹ð¥ë¡¼¥Á¥ó¤ËºÆÆþ¤·¤Þ¤·¤¿¡£\n"
+
+#: diagnostic.c:1760
+#, c-format
+msgid "Internal compiler error in %s, at %s:%d"
+msgstr "%s ¤ÇÆâÉô¥³¥ó¥Ñ¥¤¥é¥¨¥é¡¼ (%s:%d)"
+
+#: diagnostic.c:1805
+#, c-format
+msgid "In file included from %s:%d"
+msgstr "%s:%d ¤«¤é include ¤µ¤ì¤¿¥Õ¥¡¥¤¥ëÆâ"
+
+#: diagnostic.c:1808
+#, c-format
+msgid ""
+",\n"
+" from %s:%d"
+msgstr ""
+",\n"
+" %s:%d ¤«¤é"
+
+#: diagnostic.c:1809
+msgid ":\n"
+msgstr ":\n"
+
+#: dwarf2out.c:2977
+#, c-format
+msgid "DW_LOC_OP %s not implememnted\n"
+msgstr "DW_LOC_OP %s ¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
+
+#: dwarf2out.c:7071 dwarfout.c:2128
+#, c-format
+msgid "internal regno botch: regno = %d\n"
+msgstr "ÆâÉôŪ¤Ë regno ¤Î½èÍý¤¬ÊÑ: regno = %d\n"
+
+#: dwarfout.c:6262
+msgid "can't get current directory"
+msgstr "¥«¥ì¥ó¥È¥Ç¥£¥ì¥¯¥È¥ê¤ò¼èÆÀ¤Ç¤­¤Þ¤»¤ó"
+
+#: emit-rtl.c:1006
+msgid "Can't access real part of complex value in hard register"
+msgstr "¥Ï¡¼¥É¥ì¥¸¥¹¥¿Æâ¤ÇÊ£ÁÇ¿ô¤Î¼Â¿ôÉôʬ¤Ë¥¢¥¯¥»¥¹¤Ç¤­¤Þ¤»¤ó"
+
+#: emit-rtl.c:1030
+msgid "can't access imaginary part of complex value in hard register"
+msgstr "¥Ï¡¼¥É¥ì¥¸¥¹¥¿Æâ¤ÇÊ£ÁÇ¿ô¤Îµõ¿ôÉôʬ¤Ë¥¢¥¯¥»¥¹¤Ç¤­¤Þ¤»¤ó"
+
+#: emit-rtl.c:2560
+msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
+msgstr "ICE: emit_insn ¤¬ emit_jump_insn ¤òÍפ¹¤ë½ê¤Ç»È¤ï¤ì¤Þ¤·¤¿:\n"
+
+#: errors.c:168
+#, c-format
+msgid "abort in %s, at %s:%d"
+msgstr "%s ¤ÇÃæÃÇ, °ÌÃÖ %s:%d"
+
+#: except.c:357
+msgid "exception handling disabled, use -fexceptions to enable"
+msgstr "Îã³°½èÍý¤ò̵¸ú¤Ë¤·¤Þ¤·¤¿. Í­¸ú¤Ë¤¹¤ë¤Ë¤Ï -fexceptions ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤"
+
+#: except.c:2931
+msgid "argument of `__builtin_eh_return_regno' must be constant"
+msgstr "`__builtin_eh_return_regno' ¤Î°ú¿ô¤ÏÄê¿ô¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: except.c:3029 except.c:3053
+msgid "__builtin_eh_return not supported on this target"
+msgstr "__builtin_eh_return ¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: explow.c:1458
+msgid "stack limits not supported on this target"
+msgstr "¥¹¥¿¥Ã¥¯À©¸Â¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: expr.c:2842
+msgid "function using short complex types cannot be inline"
+msgstr "short complex ·¿¤ò»È¤¦´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
+
+#: expr.c:5860 expr.c:5869 expr.c:5878 expr.c:5883 expr.c:6041 expr.c:6056
+msgid "unsupported wide integer operation"
+msgstr "¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¥ï¥¤¥ÉÀ°¿ô±é»»"
+
+#: expr.c:6103
+#, c-format
+msgid "prior parameter's size depends on `%s'"
+msgstr "Í¥À褹¤ë²¾°ú¿ô¤Î¥µ¥¤¥º¤Ï `%s' ¼¡Âè¤Ç¤¹"
+
+#: expr.c:6504
+msgid "returned value in block_exit_expr"
+msgstr "block_exit_expr ¤ÇÃͤò return ¤·¤Þ¤·¤¿"
+
+#: f/com.c:11860
+msgid "no INTEGER type can hold a pointer on this configuration"
+msgstr "¸½ºß¤ÎÀßÄê¤Ç¤ÏÈó INTEGER ·¿¤¬¥Ý¥¤¥ó¥¿¤òÊÝ»ý¤Ç¤­¤Þ¤¹"
+
+#: f/com.c:12087
+#, c-format
+msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
+msgstr "ÀßÄê: REAL, INTEGER µÚ¤Ó LOGICAL ¤Ï %d ¥Ó¥Ã¥ÈÉý¤Ç¡¢"
+
+#: f/com.c:12089
+#, c-format
+msgid "and pointers are %d bits wide, but g77 doesn't yet work"
+msgstr "¥Ý¥¤¥ó¥¿¤Ï %d ¥Ó¥Ã¥ÈÉý¤Ç¤¹¤¬¡¢¤½¤ì¤éÁ´¤Æ¤¬ 32 ¥Ó¥Ã¥ÈÉý"
+
+#: f/com.c:12091
+msgid "properly unless they all are 32 bits wide."
+msgstr "¤Ç¤Ê¤¤¤È g77 ¤ÏÀµ¾ï¤ËÆ°ºî¤·¤Þ¤»¤ó¡£"
+
+#: f/com.c:12092
+msgid "Please keep this in mind before you report bugs. g77 should"
+msgstr "¥Ð¥°¥ì¥Ý¡¼¥È¤òÁ÷¤ëÁ°¤Ë¤³¤Î»ö¤ò¿´¤Ëα¤á¤ÆÃÖ¤¤¤Æ¤¯¤À¤µ¤¤¡£"
+
+#: f/com.c:12093
+msgid "support non-32-bit machines better as of version 0.6."
+msgstr "g77 ¤Ï¤¤¤º¤ì version 0.6 ƱÍͤËÈó 32 ¥Ó¥Ã¥Èµ¡¤Ç¤â¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤¹"
+
+#. I/O will probably crash.
+#: f/com.c:12101
+#, c-format
+msgid "configuration: char * holds %d bits, but ftnlen only %d"
+msgstr "ÀßÄê: char * ¤Ï %d ¥Ó¥Ã¥È³ÎÊݤ·¤Þ¤¹¤¬¡¢ftnlen ¤¬¤¿¤Ã¤¿ %d ¥Ó¥Ã¥È¤Ç¤¹"
+
+#. ASSIGN 10 TO I will crash.
+#: f/com.c:12110
+#, c-format
+msgid ""
+"configuration: char * holds %d bits, but INTEGER only %d --\n"
+" ASSIGN statement might fail"
+msgstr ""
+"ÀßÄê: char * ¤Ï %d ¥Ó¥Ã¥È³ÎÊݤ·¤Þ¤¹¤¬¡¢INTEGER ¤¬¤¿¤Ã¤¿ %d ¥Ó¥Ã¥È¤Ç¤¹ --\n"
+" ¶²¤é¤¯ ASSIGN ʸ¤¬¼ºÇÔ¤·¤Þ¤¹"
+
+#: f/com.c:16088
+msgid "Directory name must immediately follow -I"
+msgstr "¥Ç¥¤¥ì¥¯¥È¥ê̾¤Ï -I ¤Î¤¹¤°¸å¤í¤Ë¤Ä¤±¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: f/g77spec.c:250
+#, c-format
+msgid "overflowed output arg list for `%s'"
+msgstr "`%s' ÍѤνÐÎÏ°ú¿ô¥ê¥¹¥È¤¬¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
+
+#: f/g77spec.c:436
+msgid "--driver no longer supported"
+msgstr "--driver ¤ÏºÇÁ᥵¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
+
+#: f/g77spec.c:450
+#, c-format
+msgid "argument to `%s' missing"
+msgstr "`%s' ¤Ø¤Î°ú¿ô¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: f/g77spec.c:454
+msgid "No input files; unwilling to write output files"
+msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó -- ÉÔËܰդʽÐÎÏ¥Õ¥¡¥¤¥ë¤Ø¤Î½ñ¤­¹þ¤ß"
+
+#: f/lang-options.h:33
+msgid "Print g77-specific compiler version info, run internal tests"
+msgstr "g77 ¸ÇÍ­¤Î¥³¥ó¥Ñ¥¤¥é¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òɽ¼¨¡¢ÆâÉô¥Æ¥¹¥È¤Î¼Â¹Ô"
+
+#: f/lang-options.h:38
+msgid "Program is written in typical FORTRAN 66 dialect"
+msgstr "¥×¥í¥°¥é¥à¤¬Åµ·¿Åª¤Ê FORTRAN 66 Êý¸À¤Ç½ñ¤«¤ì¤Æ¤¤¤ë"
+
+#: f/lang-options.h:41
+msgid "Program is written in typical Unix f77 dialect"
+msgstr "¥×¥í¥°¥é¥à¤¬Åµ·¿Åª¤Ê Unix f77 Êý¸À¤Ç½ñ¤«¤ì¤Æ¤¤¤ë"
+
+#: f/lang-options.h:43
+msgid "Program does not use Unix-f77 dialectal features"
+msgstr "¥×¥í¥°¥é¥à¤¬ Unix-f77 Êý¸À¤Îµ¡Ç½¤ò»È¤Ã¤Æ¤¤¤Ê¤¤"
+
+#: f/lang-options.h:45
+msgid "Program is written in Fortran-90-ish dialect"
+msgstr "¥×¥í¥°¥é¥à¤¬ Fortran-90 ŪÊý¸À¤Ç½ñ¤«¤ì¤Æ¤¤¤ë"
+
+#: f/lang-options.h:49
+msgid "Treat local vars and COMMON blocks as if they were named in SAVE statements"
+msgstr "¥í¡¼¥«¥ëÊÑ¿ô¤È COMMON ¥Ö¥í¥Ã¥¯¤ò SAVE ʸ¤Ç̾Á°ÉÕ¤±¤é¤ì¤¿¤è¤¦¤Ë¼è¤ê°·¤¦"
+
+#: f/lang-options.h:51
+msgid "Allow $ in symbol names"
+msgstr "$ ¤ò¥·¥ó¥Ü¥ë̾¤È¤·¤Æ»È¤¨¤ë¤è¤¦¤Ë¤¹¤ë"
+
+#: f/lang-options.h:55
+msgid "f2c-compatible code need not be generated"
+msgstr "f2c ¸ß´¹¥³¡¼¥É¤òÀ¸À®¤¹¤ëɬÍפ¬¤Ê¤¤"
+
+#: f/lang-options.h:58
+msgid "Unsupported; do not generate libf2c-calling code"
+msgstr "¥µ¥Ý¡¼¥È¤µ¤ì¤Ê¤¤ -- libf2c-calling ¥³¡¼¥É¤òÀ¸À®¤·¤Ê¤¤"
+
+#: f/lang-options.h:60
+msgid "Unsupported; affects code-generation of arrays"
+msgstr "¥µ¥Ý¡¼¥È¤µ¤ì¤Ê¤¤ -- ÇÛÎó¤Î¥³¡¼¥ÉÀ¸À®¤Ë±Æ¶Á¤¹¤ë"
+
+#: f/lang-options.h:63
+msgid "Program is written in Fortran-90-ish free form"
+msgstr "¥×¥í¥°¥é¥à¤Ï Fortran-90 Ū¥Õ¥ê¡¼¥Õ¥©¡¼¥à¤Ç½ñ¤«¤ì¤Æ¤¤¤ë"
+
+#: f/lang-options.h:68
+msgid "Warn about use of (only a few for now) Fortran extensions"
+msgstr "Fortran ³ÈÄ¥(º£¤Ï¾¯¤Ê¤¤¤¬)¤Î»ÈÍѤˤĤ¤¤Æ·Ù¹ð¤¹¤ë"
+
+#: f/lang-options.h:71
+msgid "Program is written in VXT (Digital-like) FORTRAN"
+msgstr "¥×¥í¥°¥é¥à¤Ï VXT (Digital) FORTRAN ¤Ç½ñ¤«¤ì¤Æ¤¤¤ë"
+
+#: f/lang-options.h:74
+msgid "Disallow all ugly features"
+msgstr "Á´¤Æ¤Î½¹¤¤µ¡Ç½¤òµö²Ä¤·¤Ê¤¤"
+
+#: f/lang-options.h:77
+msgid "Hollerith and typeless constants not passed as arguments"
+msgstr "Hollerith ¤ä·¿¤Ê¤·Äê¿ô¤ò°ú¿ô¤È¤·¤ÆÅϤµ¤Ê¤¤"
+
+#: f/lang-options.h:79
+msgid "Allow ordinary copying of ASSIGN'ed vars"
+msgstr "ASSIGN ¤µ¤ì¤¿ÊÑ¿ô¤ÎÄ̾ï¤Î¥³¥Ô¡¼¤òµö²Ä¤¹¤ë"
+
+#: f/lang-options.h:82
+msgid "Dummy array dimensioned to (1) is assumed-size"
+msgstr "¥À¥ß¡¼ÇÛÎó¤Î¼¡¸µ¤ò (1) ¤È¤ß¤Ê¤¹"
+
+#: f/lang-options.h:85
+msgid "Trailing comma in procedure call denotes null argument"
+msgstr "¥×¥í¥·¡¼¥¸¥ã¸Æ¤Ó½Ð¤·Ãæ¤ÎϢ³¥«¥ó¥Þ¤Ç null °ú¿ô¤òɽ¸½¤¹¤ë"
+
+#: f/lang-options.h:88
+msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
+msgstr "DOUBLE COMPLEX Z ¤Ç¤Î REAL(Z) ¤È AIMAG(Z) ¤òµö²Ä¤¹¤ë"
+
+#: f/lang-options.h:92
+msgid "Initialization via DATA and PARAMETER is type-compatible"
+msgstr "DATA ¤ä PARAMETER ·Ðͳ¤Î½é´ü²½¤Ï·¿¸ß´¹¤Ç¤¢¤ë"
+
+#: f/lang-options.h:94
+msgid "Allow INTEGER and LOGICAL interchangeability"
+msgstr "INTEGER ¤È LOGICAL ¤ÏÁê¸ß¤ËÊѹ¹²Äǽ¤Ç¤¢¤ë¤È¤¹¤ë"
+
+#: f/lang-options.h:97
+msgid "Print internal debugging-related info"
+msgstr "ÆâÉô¥Ç¥Ð¥Ã¥°´ØÏ¢¾ðÊó¤òɽ¼¨¤¹¤ë"
+
+#: f/lang-options.h:100
+msgid "Initialize local vars and arrays to zero"
+msgstr "¥í¡¼¥«¥ëÊÑ¿ô¤äÇÛÎó¤ò¥¼¥í¤Ë½é´ü²½¤¹¤ë"
+
+#: f/lang-options.h:104
+msgid "Backslashes in character/hollerith constants not special (C-style)"
+msgstr "ʸ»ú/hollerith Äê¿ô¤Ç¤Î¥Ð¥Ã¥¯¥¹¥é¥Ã¥·¥å¤òÆüì¤Ê¤â¤Î¤È¤·¤Ê¤¤ (C ¼°)"
+
+#: f/lang-options.h:106
+msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"
+msgstr "COMPLEX ·×»»¤Î¥Ð¥°¤ò²óÈò¤ò¥¨¥ß¥å¥ì¡¼¥È¤¹¤ë¥Õ¥í¥ó¥È¥¨¥ó¥É¤ò»ý¤Ä"
+
+#: f/lang-options.h:110
+msgid "Disable the appending of underscores to externals"
+msgstr "³°ÉôÊÑ¿ô¤Ë¥¢¥ó¥À¡¼¥¹¥³¥¢¤òÉÕ¤±Â­¤µ¤Ê¤¤"
+
+#: f/lang-options.h:113
+msgid "Never append a second underscore to externals"
+msgstr "³°ÉôÊÑ¿ô¤ËÆó¤ÄÌܤΥ¢¥ó¥À¡¼¥¹¥³¥¢¤òÉÕ¤±Â­¤µ¤Ê¤¤"
+
+#: f/lang-options.h:115
+msgid "Intrinsics spelled as e.g. SqRt"
+msgstr "intrinsic ¤¬Î㤨¤Ð SqRt ¤ÎÍѤËÄÖ¤é¤ì¤ë"
+
+#: f/lang-options.h:117
+msgid "Intrinsics in uppercase"
+msgstr "intrinsic ¤ò±ÑÂçʸ»ú¤È¤¹¤ë"
+
+#: f/lang-options.h:120
+msgid "Intrinsics letters in arbitrary cases"
+msgstr "intrinsic ʸ»ú¤ÏǤ°Õ¤Î¥±¡¼¥¹¤È¤¹¤ë"
+
+#: f/lang-options.h:122
+msgid "Language keywords spelled as e.g. IOStat"
+msgstr "¸À¸ìͽÌó¸ì¤¬Î㤨¤Ð IOStat ¤ÎÍѤËÄÖ¤é¤ì¤ë"
+
+#: f/lang-options.h:124
+msgid "Language keywords in uppercase"
+msgstr "¸À¸ìͽÌó¸ì¤Ï±ÑÂçʸ»ú¤È¤¹¤ë"
+
+#: f/lang-options.h:127
+msgid "Language keyword letters in arbitrary cases"
+msgstr "¸À¸ìͽÌó¸ìʸ»ú¤ÏǤ°Õ¤Î¥±¡¼¥¹¤È¤¹¤ë"
+
+#: f/lang-options.h:129
+msgid "Internally convert most source to uppercase"
+msgstr "ÆâÉôŪ¤ÊÊÑ´¹¤Ç¤Ï¥½¡¼¥¹¤ÎËؤó¤É¤ò±ÑÂçʸ»ú¤È¤¹¤ë"
+
+#: f/lang-options.h:132
+msgid "Internally preserve source case"
+msgstr "ÆâÉôŪ¤Ë¥½¡¼¥¹¤Î¥±¡¼¥¹¤òÊÝ»ý¤¹¤ë"
+
+#: f/lang-options.h:134
+msgid "Symbol names spelled in mixed case"
+msgstr "¥·¥ó¥Ü¥ë̾¤Ï¥±¡¼¥¹º®ºß¤ÇÄÖ¤é¤ì¤ë"
+
+#: f/lang-options.h:136
+msgid "Symbol names in uppercase"
+msgstr "¥·¥ó¥Ü¥ë̾¤òÂçʸ»ú¤È¤¹¤ë"
+
+#: f/lang-options.h:138
+msgid "Symbol names in lowercase"
+msgstr "¥·¥ó¥Ü¥ë̾¤ò¾®Ê¸»ú¤È¤¹¤ë"
+
+#: f/lang-options.h:141
+msgid "Program written in uppercase"
+msgstr "¥×¥í¥°¥é¥à¤¬±ÑÂçʸ»ú¤Ç½ñ¤«¤ì¤Æ¤¤¤ë"
+
+#: f/lang-options.h:143
+msgid "Program written in lowercase"
+msgstr "¥×¥í¥°¥é¥à¤¬±Ñ¾®Ê¸»ú¤Ç½ñ¤«¤ì¤Æ¤¤¤ë"
+
+#: f/lang-options.h:145
+msgid "Program written in strict mixed-case"
+msgstr "¥×¥í¥°¥é¥à¤¬¸·Ì©¤Ë¥±¡¼¥¹º®ºß¤Ç½ñ¤«¤ì¤Æ¤¤¤ë"
+
+#: f/lang-options.h:147
+msgid "Compile as if program written in uppercase"
+msgstr "¥×¥í¥°¥é¥à¤¬±ÑÂçʸ»ú¤Ç½ñ¤«¤ì¤¿Íͤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
+
+#: f/lang-options.h:149
+msgid "Compile as if program written in lowercase"
+msgstr "¥×¥í¥°¥é¥à¤¬±Ñ¾®Ê¸»ú¤Ç½ñ¤«¤ì¤¿Íͤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
+
+#: f/lang-options.h:151
+msgid "Preserve all spelling (case) used in program"
+msgstr "¥×¥í¥°¥é¥à¤Ç»È¤ï¤ì¤¿ÄÖ¤ê(¤Î¥±¡¼¥¹)¤òÁ´¤ÆÊÝ»ý¤¹¤ë"
+
+#: f/lang-options.h:153
+msgid "Delete libU77 intrinsics with bad interfaces"
+msgstr "libU77 intrinsic ¤òÉÔÀµ¤Ê interface ¤È¶¦¤Ëºï½ü¤¹¤ë"
+
+#: f/lang-options.h:155
+msgid "Disable libU77 intrinsics with bad interfaces"
+msgstr "libU77 intrinsic ¤òÉÔÀµ¤Ê interface ¤È¶¦¤Ë̵¸ú²½¤¹¤ë"
+
+#: f/lang-options.h:158
+msgid "Hide libU77 intrinsics with bad interfaces"
+msgstr "libU77 intrinsic ¤òÉÔÀµ¤Ê interface ¤È¶¦¤Ë±£¤¹"
+
+#: f/lang-options.h:160
+msgid "Delete non-FORTRAN-77 intrinsics f2c supports"
+msgstr "f2c ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤òºï½ü¤¹¤ë"
+
+#: f/lang-options.h:162
+msgid "Disable non-FORTRAN-77 intrinsics f2c supports"
+msgstr "f2c ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤ò̵¸ú²½¤¹¤ë"
+
+#: f/lang-options.h:165
+msgid "Hide non-FORTRAN-77 intrinsics f2c supports"
+msgstr "f2c ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤ò±£¤¹"
+
+#: f/lang-options.h:167
+msgid "Delete non-FORTRAN-77 intrinsics F90 supports"
+msgstr "F90 ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤òºï½ü¤¹¤ë"
+
+#: f/lang-options.h:169
+msgid "Disable non-FORTRAN-77 intrinsics F90 supports"
+msgstr "F90 ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤ò̵¸ú²½¤¹¤ë"
+
+#: f/lang-options.h:172
+msgid "Hide non-FORTRAN-77 intrinsics F90 supports"
+msgstr "F90 ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤ò±£¤¹"
+
+#: f/lang-options.h:174
+msgid "Delete non-FORTRAN-77 intrinsics g77 supports"
+msgstr "g77 ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤òºï½ü¤¹¤ë"
+
+#: f/lang-options.h:176
+msgid "Disable non-FORTRAN 77 intrinsics F90 supports"
+msgstr "g77 ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤ò̵¸ú²½¤¹¤ë"
+
+#: f/lang-options.h:179
+msgid "Hide non-FORTRAN 77 intrinsics F90 supports"
+msgstr "g77 ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤ò±£¤¹"
+
+#: f/lang-options.h:181
+msgid "Delete MIL-STD 1753 intrinsics"
+msgstr "MIL-STD 1753 intrinsic ¤òºï½ü¤¹¤ë"
+
+#: f/lang-options.h:183
+msgid "Disable MIL-STD 1753 intrinsics"
+msgstr "MIL-STD 1753 intrinsic ¤ò̵¸ú²½¤¹¤ë"
+
+#: f/lang-options.h:186
+msgid "Hide MIL-STD 1753 intrinsics"
+msgstr "MIL-STD 1753 intrinsic ¤ò±£¤¹"
+
+#: f/lang-options.h:188
+msgid "Delete libU77 intrinsics"
+msgstr "libU77 intrinsic ¤òºï½ü¤¹¤ë"
+
+#: f/lang-options.h:190
+msgid "Disable libU77 intrinsics"
+msgstr "libU77 intrinsic ¤ò̵¸ú²½¤¹¤ë"
+
+#: f/lang-options.h:193
+msgid "Hide libU77 intrinsics"
+msgstr "libU77 intrinsic ¤ò±£¤¹"
+
+#: f/lang-options.h:195
+msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"
+msgstr "VXT FORTRAN ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤òºï½ü¤¹¤ë"
+
+#: f/lang-options.h:197
+msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
+msgstr "VXT FORTRAN ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤ò̵¸ú²½¤¹¤ë"
+
+#: f/lang-options.h:200
+msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"
+msgstr "VXT FORTRAN ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤ò±£¤¹"
+
+#: f/lang-options.h:202
+msgid "Treat initial values of 0 like non-zero values"
+msgstr "0 ¤Î½é´ü²½ÃͤòÈó¥¼¥íÃͤȤ·¤Æ¼è¤ê°·¤¦"
+
+#: f/lang-options.h:205
+msgid "Emit special debugging information for COMMON and EQUIVALENCE (disabled)"
+msgstr "COMMON ¤ä EQUIVALENCE ÍѤÎÆÃÊ̤ʥǥХå°¾ðÊó¤òȯ¹Ô¤¹¤ë¡Ê̵¸ú²½¤µ¤ì¤Æ¤¤¤ë¡Ë"
+
+#: f/lang-options.h:208
+msgid "Take at least one trip through each iterative DO loop"
+msgstr "ºÇÄã¤Ç¤â°ì²ó¤Ï³ÆÈ¿Éü DO ¥ë¡¼¥×¤¬½èÍý¤µ¤ì¤ë¤È¤¹¤ë"
+
+#: f/lang-options.h:212
+msgid "Print names of program units as they are compiled"
+msgstr "¥³¥ó¥Ñ¥¤¥ë¤µ¤ì¤¿¥×¥í¥°¥é¥àñ°Ì¤Î̾Á°¤òɽ¼¨¤¹¤ë"
+
+#: f/lang-options.h:215
+msgid "Disable fatal diagnostics about inter-procedural problems"
+msgstr "inter-procedural ÌäÂê¤Ë¤Ä¤¤¤Æ¤ÎÃ×̿Ū¤Ê¿ÇÃÇɽ¼¨¤òɽ¼¨¤·¤Ê¤¤"
+
+#: f/lang-options.h:217
+msgid "Make prefix-radix non-decimal constants be typeless"
+msgstr "ÈóÀ°¿ôÄê¿ô¤ÎÀÜÈø´ð¿ô¤¬·¿¤Ê¤·¤Ç¤¢¤ë¤È¤¹¤ë"
+
+#: f/lang-options.h:220
+msgid "Generate code to check subscript and substring bounds"
+msgstr "ÇÛÎó¤Îź»ú¤Èź»ú¶­³¦¤ò¸¡ºº¤¹¤ë¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: f/lang-options.h:223
+msgid "Fortran-specific form of -fbounds-check"
+msgstr "Fortran ¸ÇÍ­¤Î -fbounds-check ¤Î·Á¼°"
+
+#: f/lang-options.h:227
+msgid "Disable warnings about inter-procedural problems"
+msgstr "inter-procedural ÌäÂê¤Ë¤Ä¤¤¤Æ¤Î·Ù¹ðɽ¼¨¤òɽ¼¨¤·¤Ê¤¤"
+
+#: f/lang-options.h:231
+msgid "Warn about constructs with surprising meanings"
+msgstr "²ò¼á¤Ë¸í²ò¤ò¾·¤¯¤â¤Î¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë"
+
+#: f/lang-options.h:236
+msgid "Add a directory for INCLUDE searching"
+msgstr "INCLUDE õº÷ÍѤΥǥ£¥ì¥¯¥È¥ê¤òÄɲ乤ë"
+
+#: f/lang-options.h:238
+msgid "Set the maximum line length"
+msgstr "¹Ô¤ÎŤµ¤ÎºÇÂçÃͤòÀßÄꤹ¤ë"
+
+#: f/lex.c:692
+msgid "the meaning of `\\a' varies with -traditional"
+msgstr "-traditional ¤Ç¤Ï `\\a' ¤Î°ÕÌ£¤¬°Û¤Ê¤ê¤Þ¤¹"
+
+#: f/lex.c:708
+#, c-format
+msgid "non-ANSI-standard escape sequence, `\\%c'"
+msgstr "Èó ANSI ɸ½à¤Î¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹¡¢`\\%c'"
+
+#: f/lex.c:721
+#, c-format
+msgid "non-ANSI escape sequence `\\%c'"
+msgstr "Èó ANSI ¤Î¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹¡¢`\\%c'"
+
+#: f/lex.c:725
+#, c-format
+msgid "unknown escape sequence `\\%c'"
+msgstr "ÉÔÌÀ¤Ê¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹ `\\%c'"
+
+#: f/lex.c:727
+#, c-format
+msgid "unknown escape sequence: `\\' followed by char code 0x%x"
+msgstr "ÉÔÌÀ¤Ê¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹: `\\' ¤Î¸å¤Ëʸ»ú¥³¡¼¥É 0x%x"
+
+#: f/lex.c:806
+msgid "Badly formed directive -- no closing quote"
+msgstr "ÉÔÀµ¤Ê·Á¤Î¥Ç¥£¥ì¥¯¥Æ¥£¥Ö -- ÊĤ¸¥¯¥©¡¼¥È¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: f/lex.c:870
+msgid "#-lines for entering and leaving files don't match"
+msgstr "¥Õ¥¡¥¤¥ë¤Ø¤Î½ÐÆþ¤ê¸ý¤È¤Ê¤ë #-¹Ô ¤¬À°¹ç¤·¤Þ¤»¤ó"
+
+#: f/lex.c:1039
+msgid "Bad directive -- missing close-quote"
+msgstr "ÉÔÀµ¤Ê¥Ç¥£¥ì¥¯¥Æ¥£¥Ö -- ÊĤ¸¥¯¥©¡¼¥È¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: f/lex.c:1156
+#, c-format
+msgid "ignoring pragma: %s"
+msgstr "pragma ¤ò̵»ë¤·¤Þ¤¹: %s"
+
+#: f/lex.c:1257
+msgid "undefined or invalid # directive"
+msgstr "̤ÄêµÁËô¤ÏÉÔÀµ¤Ê # ¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤Ç¤¹"
+
+#: f/lex.c:1313
+msgid "invalid #line"
+msgstr "̵¸ú¤Ê #line"
+
+#: f/lex.c:1369 f/lex.c:1413
+msgid "Use `#line ...' instead of `# ...' in first line"
+msgstr "ºÇ½é¤Î¹Ô¤Ç¤Ï `# ...' ¤ÎÂå¤ê¤Ë `#line ...' ¤ò»È¤¤¤Þ¤·¤ç¤¦"
+
+#: f/lex.c:1423
+msgid "invalid #-line"
+msgstr "̵¸ú¤Ê #-¹Ô"
+
+#: f/ste.c:1436 f/ste.c:1791
+msgid "ASSIGNed FORMAT specifier is too small"
+msgstr "ASSIGN ¤µ¤ì¤¿ FORMAT »ØÄê»Ò¤¬¾®¤µ¤¹¤®¤Þ¤¹"
+
+#: f/ste.c:3259
+msgid "ASSIGN to variable that is too small"
+msgstr "ASSIGN Àè¤ÎÊÑ¿ô¤¬¾®¤µ¤¹¤®¤Þ¤¹"
+
+#: f/ste.c:3297
+msgid "ASSIGNed GOTO target variable is too small"
+msgstr "ASSIGN ¤µ¤ì¤¿ GOTO ÀèÊÑ¿ô¤¬¾®¤µ¤¹¤®¤Þ¤¹"
+
+#: f/top.c:240
+#, c-format
+msgid "%s no longer supported -- try -fvxt"
+msgstr "%s ¤ÏºÇÁ᥵¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó -- -fvxt ¤È¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤"
+
+#: f/top.c:242
+#, c-format
+msgid "%s no longer supported -- try -fno-vxt -ff90"
+msgstr "%s ¤ÏºÇÁ᥵¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó -- -fno-vxt -ff90 ¤È¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤"
+
+#: f/top.c:310 f/top.c:312
+#, c-format
+msgid "%s disabled, use normal debugging flags"
+msgstr "%s ¤¬Ìµ¸ú¤Ç¤¹¡£Ä̾ï¥Ç¥Ð¥Ã¥°¥Õ¥é¥°¤ò»È¤¤¤Þ¤·¤ç¤¦"
+
+#: final.c:3349
+#, c-format
+msgid "invalid `asm': %s"
+msgstr "̵¸ú¤Ê `asm': %s"
+
+#: final.c:3352
+#, c-format
+msgid "output_operand: %s"
+msgstr "output_operand: %s"
+
+#: final.c:3492
+#, c-format
+msgid "operand number missing after %-letter"
+msgstr "±é»»¿ô¤¬ %-letter ¤Î¸å¤Ë¤¢¤ê¤Þ¤»¤ó"
+
+#: final.c:3494 final.c:3529
+msgid "operand number out of range"
+msgstr "±é»»¿ô¤¬Èϰϳ°¤Ç¤¹"
+
+#: final.c:3543
+#, c-format
+msgid "invalid %%-code"
+msgstr "̵¸ú¤Ê %%-code"
+
+#: final.c:3570
+msgid "`%l' operand isn't a label"
+msgstr "`%l' ±é»»¤Ï¥é¥Ù¥ë¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: flow.c:541
+msgid "function might be possible candidate for attribute `noreturn'"
+msgstr "´Ø¿ô¤Ï¶²¤é¤¯ `noreturn' °À­¤Î¸õÊä¤È»×¤ï¤ì¤Þ¤¹"
+
+#: flow.c:546
+msgid "`noreturn' function does return"
+msgstr "`noreturn' ´Ø¿ô¤¬ return ¤·¤Æ¤¤¤Þ¤¹"
+
+#: flow.c:567
+msgid "control reaches end of non-void function"
+msgstr "À©¸æ¤¬Èó void ´Ø¿ô¤Î½ª¤ê¤ËÅþ㤷¤Þ¤·¤¿"
+
+#: flow.c:6646
+#, c-format
+msgid "End insn %d for block %d not found in the insn stream."
+msgstr "½ªÎ»Ì¿Îá %d(¥Ö¥í¥Ã¥¯ %d) ¤¬°ìÏ¢¤ÎÌ¿ÎáÎó¤ÎÃæ¤Ë¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£"
+
+#: flow.c:6660
+#, c-format
+msgid "Insn %d is in multiple basic blocks (%d and %d)"
+msgstr "Ì¿Îá %d ¤¬Ê£¿ô¤Î´ðËÜ¥Ö¥í¥Ã¥¯(%d ¤È %d)¤ÎÃæ¤Ë¤¢¤ê¤Þ¤¹"
+
+#: flow.c:6671
+#, c-format
+msgid "Head insn %d for block %d not found in the insn stream."
+msgstr "³«»ÏÌ¿Îá %d(¥Ö¥í¥Ã¥¯ %d) ¤¬°ìÏ¢¤ÎÌ¿ÎáÎó¤ÎÃæ¤Ë¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£"
+
+#: flow.c:6708 flow.c:6735
+#, c-format
+msgid "Basic block %i edge lists are corrupted"
+msgstr "´ðËÜ¥Ö¥í¥Ã¥¯ %i edge ¥ê¥¹¥È¤¬µ¡Ç½¤·¤Æ¤¤¤Þ¤»¤ó"
+
+#: flow.c:6720
+#, c-format
+msgid "Basic block %d pred edge is corrupted"
+msgstr "´ðËÜ¥Ö¥í¥Ã¥¯ %d pred edge ¥ê¥¹¥È¤¬µ¡Ç½¤·¤Æ¤¤¤Þ¤»¤ó"
+
+#: flow.c:6750
+#, c-format
+msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
+msgstr "NOTE_INSN_BASIC_BLOCK ¤¬¥Ö¥í¥Ã¥¯ %d ¤Ë¤¢¤ê¤Þ¤»¤ó"
+
+#: flow.c:6758
+#, c-format
+msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d\n"
+msgstr "NOTE_INSN_BASIC_BLOCK ¤¬¥Ö¥í¥Ã¥¯ %d ¤Ë¤¢¤ê¤Þ¤»¤ó\n"
+
+#: flow.c:6774
+#, c-format
+msgid "NOTE_INSN_BASIC_BLOCK %d in the middle of basic block %d"
+msgstr "NOTE_INSN_BASIC_BLOCK %d ¤¬´ðËÜ¥Ö¥í¥Ã¥¯ %d ¤ÎÃæ¤Û¤É¤Ë¤¢¤ê¤Þ¤¹"
+
+#: flow.c:6786
+#, c-format
+msgid "In basic block %d:"
+msgstr "´ðËÜ¥Ö¥í¥Ã¥¯ %d Æâ:"
+
+#: flow.c:6848
+#, c-format
+msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
+msgstr "Ì¿ÎáÏ¢º¿Ãæ¤Î bb ¤Î¿ô (%d) ¤¬ n_basic_blocks (%d) ¤È°ã¤¤¤Þ¤¹"
+
+#: fold-const.c:3013 fold-const.c:3026
+#, c-format
+msgid "comparison is always %d due to width of bitfield"
+msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤ÎÉý¤Î¤»¤¤¤ÇÈæ³Ó¤¬¾ï¤Ë %d ¤È¤Ê¤ê¤Þ¤¹"
+
+#: fold-const.c:4069 fold-const.c:4086
+#, c-format
+msgid "comparison is always %d"
+msgstr "Èæ³Ó¤¬¾ï¤Ë %d ¤È¤Ê¤ê¤Þ¤¹"
+
+#: fold-const.c:4217
+msgid "`or' of unmatched not-equal tests is always 1"
+msgstr "°ìÃפ·¤Ê¤¤ÃÍƱ»Î¤Ç¤ÎÈóÅù²Á¤Î `or' ¥Æ¥¹¥È¤Ï¾ï¤Ë 1 ¤Ç¤¹"
+
+#: fold-const.c:4222
+msgid "`and' of mutually exclusive equal-tests is always 0"
+msgstr "Áê¸ßÇÓ¾Ū¤ÊÃͤÎÅù²Á¤Î `and' ¥Æ¥¹¥È¤Ï¾ï¤Ë 0 ¤Ç¤¹"
+
+#: function.c:5390
+#, c-format
+msgid "`%s' might be used uninitialized in this function"
+msgstr "`%s' ¤Ï¤³¤Î´Ø¿ôÆâ¤Ç½é´ü²½¤µ¤ì¤º¤Ë»ÈÍѤµ¤ì¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹"
+
+#: function.c:5397
+#, c-format
+msgid "variable `%s' might be clobbered by `longjmp' or `vfork'"
+msgstr "ÊÑ¿ô `%s' ¤Ï `longjmp' ¤ä `vfork' ¤Ë¤è¤Ã¤Æ¹ó¤¤¤³¤È¤Ë¤Ê¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹"
+
+#: function.c:5416
+#, c-format
+msgid "argument `%s' might be clobbered by `longjmp' or `vfork'"
+msgstr "°ú¿ô `%s' ¤Ï `longjmp' ¤ä `vfork' ¤Ë¤è¤Ã¤Æ¹ó¤¤¤³¤È¤Ë¤Ê¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹"
+
+#: function.c:6216
+msgid "function returns an aggregate"
+msgstr "´Ø¿ô¤¬½¸¹çÂΤòÊÖ¤·¤Æ¤¤¤Þ¤¹"
+
+#: function.c:6745
+#, c-format
+msgid "unused parameter `%s'"
+msgstr "°ú¿ô `%s' ¤¬Ì¤»ÈÍѤǤ¹"
+
+#: gcc.c:954
+#, c-format
+msgid "Ambiguous abbreviation %s"
+msgstr "¤¢¤¤¤Þ¤¤¤Ê¾Êά %s ¤Ç¤¹"
+
+#: gcc.c:981
+#, c-format
+msgid "Incomplete `%s' option"
+msgstr "ÉÔ´°Á´¤Ê `%s' ¥ª¥×¥·¥ç¥ó¤Ç¤¹"
+
+#: gcc.c:992
+#, c-format
+msgid "Missing argument to `%s' option"
+msgstr "`%s' ¥ª¥×¥·¥ç¥ó¤ËÂФ¹¤ë°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: gcc.c:1005
+#, c-format
+msgid "Extraneous argument to `%s' option"
+msgstr "`%s' ¥ª¥×¥·¥ç¥ó¤ËÂФ·¤Æ̵´Ø·¸¤Ê°ú¿ô"
+
+#: gcc.c:1308
+msgid "Using builtin specs.\n"
+msgstr "ÁȤ߹þ¤ß spec ¤ò»ÈÍÑ.\n"
+
+#: gcc.c:1474
+#, c-format
+msgid "Setting spec %s to '%s'\n\n"
+msgstr "spec %s ¤ò '%s' ¤ËÀßÄêÃæ\n\n"
+
+#: gcc.c:1572
+#, c-format
+msgid "Reading specs from %s\n"
+msgstr "%s ¤«¤é spec ¤òÆɤ߹þ¤ßÃæ\n"
+
+#: gcc.c:1670 gcc.c:1689
+#, c-format
+msgid "specs %%include syntax malformed after %ld characters"
+msgstr "specs ¤Î %ld ʸ»úÌܰʹߤΠ%%include ¤Î½ñ¼°¤¬ÊѤǤ¹"
+
+#: gcc.c:1697
+#, c-format
+msgid "Could not find specs file %s\n"
+msgstr "spec ¥Õ¥¡¥¤¥ë %s ¤ò¸«¤Ä¤±¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿\n"
+
+#: gcc.c:1713 gcc.c:1721 gcc.c:1730 gcc.c:1739
+#, c-format
+msgid "specs %%rename syntax malformed after %ld characters"
+msgstr "specs ¤Î %ld ʸ»úÌܰʹߤΠ%%rename ¤Î½ñ¼°¤¬ÊѤǤ¹"
+
+#: gcc.c:1748
+#, c-format
+msgid "specs %s spec was not found to be renamed"
+msgstr "spec ¥Õ¥¡¥¤¥ë %s ¤Ë̾Á°¤òÊѹ¹¤¹¤ë spec ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿"
+
+#: gcc.c:1755
+#, c-format
+msgid "rename spec %s to %s\n"
+msgstr "spec %s ¤ò %s ¤Ë̾Á°¤òÊѹ¹\n"
+
+#: gcc.c:1757
+#, c-format
+msgid "spec is '%s'\n\n"
+msgstr "spec ¤Ï '%s' ¤Ç¤¹\n\n"
+
+#: gcc.c:1770
+#, c-format
+msgid "specs unknown %% command after %ld characters"
+msgstr "spec ¥Õ¥¡¥¤¥ëÃæ¤Î %ld ʸ»ú¤Î¸å¤ËÉÔÌÀ¤Ê %% ¥³¥Þ¥ó¥É"
+
+#: gcc.c:1781 gcc.c:1794
+#, c-format
+msgid "specs file malformed after %ld characters"
+msgstr "%ld ʸ»ú¤Î¸å¤Ë¤ª¤«¤·¤Ê spec ¥Õ¥¡¥¤¥ë"
+
+#: gcc.c:1848
+msgid "spec file has no spec for linking"
+msgstr "spec ¥Õ¥¡¥¤¥ë¤Ë¥ê¥ó¥¯¤Ë´Ø¤¹¤ë spec ¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: gcc.c:2609
+msgid "-pipe not supported"
+msgstr "-pipe ¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: gcc.c:2645
+msgid "\nGo ahead? (y or n) "
+msgstr "\n³¤±¤Þ¤¹¤«? (y ¤Þ¤¿¤Ï n) "
+
+#: gcc.c:2744
+#, c-format
+msgid ""
+"Internal error: %s (program %s)\n"
+"Please submit a full bug report.\n"
+"See %s for instructions."
+msgstr ""
+"ÆâÉô¥¨¥é¡¼: %s (¥×¥í¥°¥é¥à %s)\n"
+"´°Á´¤Ê¥Ð¥°¥ì¥Ý¡¼¥È¤òÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£\n"
+"%s ¤Ë¼ê½ç¤¬½ñ¤¤¤Æ¤¢¤ê¤Þ¤¹¡£"
+
+#: gcc.c:2762
+#, c-format
+msgid "# %s %.2f %.2f\n"
+msgstr "# %s %.2f %.2f\n"
+
+#: gcc.c:2890
+#, c-format
+msgid "Usage: %s [options] file...\n"
+msgstr "»È¤¤Êý: %s [¥ª¥×¥·¥ç¥ó] ¥Õ¥¡¥¤¥ë...\n"
+
+#: gcc.c:2891
+msgid "Options:\n"
+msgstr "¥ª¥×¥·¥ç¥ó:\n"
+
+#: gcc.c:2893
+msgid " -pass-exit-codes Exit with highest error code from a phase\n"
+msgstr ""
+" -pass-exit-codes ¥Õ¥§¡¼¥º¤«¤é¤Î¥¨¥é¡¼¥³¡¼¥É¤ÎºÇÂçÃͤò exit\n"
+" ¥³¡¼¥É¤È¤·¤ÆÊÖ¤¹\n"
+
+#: gcc.c:2894
+msgid " --help Display this information\n"
+msgstr " --help ¤³¤Î¥Ø¥ë¥×¾ðÊó¤òɽ¼¨\n"
+
+#: gcc.c:2895
+msgid " --target-help Display target specific command line options\n"
+msgstr " --target-help ¥¿¡¼¥²¥Ã¥È¸ÇÍ­¤Î¥³¥Þ¥ó¥É¥é¥¤¥ó¥ª¥×¥·¥ç¥ó¤òɽ¼¨\n"
+
+#: gcc.c:2897
+msgid " (Use '-v --help' to display command line options of sub-processes)\n"
+msgstr "(`-v --help' ¤ò»È¤¦¤È¡¢»Ò¥×¥í¥»¥¹¤Î¥³¥Þ¥ó¥É¥é¥¤¥ó¥ª¥×¥·¥ç¥ó¤òɽ¼¨)\n"
+
+#: gcc.c:2898
+msgid " -dumpspecs Display all of the built in spec strings\n"
+msgstr " -dumpspecs ÁȤ߹þ¤Þ¤ì¤¿ spec ʸ»úÎó¤òÁ´¤Æɽ¼¨\n"
+
+#: gcc.c:2899
+msgid " -dumpversion Display the version of the compiler\n"
+msgstr " -dumpversion ¥³¥ó¥Ñ¥¤¥é¤Î¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨\n"
+
+#: gcc.c:2900
+msgid " -dumpmachine Display the compiler's target processor\n"
+msgstr " -dumpmachine ¥³¥ó¥Ñ¥¤¥é¤Î¥¿¡¼¥²¥Ã¥È¥×¥í¥»¥Ã¥µ¤òɽ¼¨\n"
+
+#: gcc.c:2901
+msgid " -print-search-dirs Display the directories in the compiler's search path\n"
+msgstr " -print-search-dirs ¥³¥ó¥Ñ¥¤¥é¤Î¥µ¡¼¥Á¥Ñ¥¹¤Ë¤¢¤ë¥Ç¥£¥ì¥¯¥È¥ê¤òɽ¼¨\n"
+
+#: gcc.c:2902
+msgid " -print-libgcc-file-name Display the name of the compiler's companion library\n"
+msgstr " -print-libgcc-file-name ¥³¥ó¥Ñ¥¤¥é¤Î¥³¥ó¥Ñ¥Ë¥ª¥ó¥é¥¤¥Ö¥é¥ê̾¤òɽ¼¨\n"
+
+#: gcc.c:2903
+msgid " -print-file-name=<lib> Display the full path to library <lib>\n"
+msgstr " -print-file-name=<lib> ¥é¥¤¥Ö¥é¥ê <lib> ¤Ø¤Î¥Õ¥ë¥Ñ¥¹¤òɽ¼¨\n"
+
+#: gcc.c:2904
+msgid " -print-prog-name=<prog> Display the full path to compiler component <prog>\n"
+msgstr " -print-prog-name=<prog> ¥³¥ó¥Ñ¥¤¥é¤ÎÉôÉÊ <prog> ¤Ø¤Î¥Õ¥ë¥Ñ¥¹¤òɽ¼¨\n"
+
+#: gcc.c:2905
+msgid " -print-multi-directory Display the root directory for versions of libgcc\n"
+msgstr " -print-multi-directory libgcc ¤Î¥Ð¡¼¥¸¥ç¥ó¥Ç¥£¥ì¥¯¥È¥ê¥ë¡¼¥È¤òɽ¼¨\n"
+
+#: gcc.c:2906
+msgid ""
+" -print-multi-lib Display the mapping between command line options and\n"
+" multiple library search directories\n"
+msgstr ""
+" -print-multi-lib ¥³¥Þ¥ó¥É¥é¥¤¥ó¥ª¥×¥·¥ç¥ó¤ÈÊ£¿ô¤Î¥é¥¤¥Ö¥é¥êõº÷\n"
+" ¥Ç¥£¥ì¥¯¥È¥ê¤È¤ÎÂбþ¤òɽ¼¨\n"
+
+#: gcc.c:2909
+msgid " -Wa,<options> Pass comma-separated <options> on to the assembler\n"
+msgstr " -Wa,<options> ¥«¥ó¥Þ¶èÀÚ¤ê¤Î <options> ¤ò¥¢¥»¥ó¥Ö¥é¤ËÅϤ¹\n"
+
+#: gcc.c:2910
+msgid " -Wp,<options> Pass comma-separated <options> on to the preprocessor\n"
+msgstr " -Wp,<options> ¥«¥ó¥Þ¶èÀÚ¤ê¤Î <options> ¤ò¥×¥ê¥×¥í¥»¥Ã¥µ¤ËÅϤ¹\n"
+
+#: gcc.c:2911
+msgid " -Wl,<options> Pass comma-separated <options> on to the linker\n"
+msgstr " -Wl,<options> ¥«¥ó¥Þ¶èÀÚ¤ê¤Î <options> ¤ò¥ê¥ó¥«¤ËÅϤ¹\n"
+
+#: gcc.c:2912
+msgid " -Xlinker <arg> Pass <arg> on to the linker\n"
+msgstr " -Xlinker <arg> <arg> ¤ò¥ê¥ó¥«¤ËÅϤ¹\n"
+
+#: gcc.c:2913
+msgid " -save-temps Do not delete intermediate files\n"
+msgstr " -save-temps Ãæ´Ö¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Ê¤¤\n"
+
+#: gcc.c:2914
+msgid " -pipe Use pipes rather than intermediate files\n"
+msgstr " -pipe Ãæ´Ö¥Õ¥¡¥¤¥ë¤Ç¤Ï¤Ê¤¯¥Ñ¥¤¥×¤ò»È¤¦\n"
+
+#: gcc.c:2915
+msgid " -time Time the execution of each subprocess\n"
+msgstr " -time »Ò¥×¥í¥»¥¹¤´¤È¤Î¼Â¹Ô»þ´Ö¤ò·×¬¤¹¤ë\n"
+
+#: gcc.c:2916
+msgid " -specs=<file> Override builtin specs with the contents of <file>\n"
+msgstr " -specs=<file> ÁȤ߹þ¤ß specs ¤ò <file> ¤ÎÆâÍƤÇÃÖ¤­´¹¤¨¤ë\n"
+
+#: gcc.c:2917
+msgid " -std=<standard> Assume that the input sources are for <standard>\n"
+msgstr " -std=<standard> ÆþÎÏ¥½¡¼¥¹¤ò <standard> ¤È¸«¤Ê¤¹\n"
+
+#: gcc.c:2918
+msgid " -B <directory> Add <directory> to the compiler's search paths\n"
+msgstr " -B <directory> <directory> ¤ò¥³¥ó¥Ñ¥¤¥é¤Îõº÷¥Ñ¥¹¤ËÄɲ乤ë\n"
+
+#: gcc.c:2919
+msgid " -b <machine> Run gcc for target <machine>, if installed\n"
+msgstr ""
+" -b <machine> ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ì¤Ð¥¿¡¼¥²¥Ã¥È <machine> ¤È¤·¤Æ\n"
+" gcc ¤ò¼Â¹Ô¤¹¤ë\n"
+
+#: gcc.c:2920
+msgid " -V <version> Run gcc version number <version>, if installed\n"
+msgstr ""
+" -V <version> ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ì¤Ð <version> ¥Ð¡¼¥¸¥ç¥óÈÖ¹æ¤Î\n"
+" gcc ¤È¤·¤Æ¼Â¹Ô¤¹¤ë\n"
+
+#: gcc.c:2921
+msgid " -v Display the programs invoked by the compiler\n"
+msgstr " -v ¥³¥ó¥Ñ¥¤¥é¤Ë¤è¤Ã¤Æµ¯Æ°¤µ¤ì¤ë¥×¥í¥°¥é¥à¤òɽ¼¨\n"
+
+#: gcc.c:2922
+msgid " -E Preprocess only; do not compile, assemble or link\n"
+msgstr ""
+" -E ¥×¥ê¥×¥í¥»¥¹¤Î¤ß -- ¥³¥ó¥Ñ¥¤¥ë¡¢¥¢¥»¥ó¥Ö¥ë¡¢¥ê¥ó¥¯\n"
+" ¤ò¹Ô¤Ê¤ï¤Ê¤¤\n"
+
+#: gcc.c:2923
+msgid " -S Compile only; do not assemble or link\n"
+msgstr " -S ¥³¥ó¥Ñ¥¤¥ë¤Î¤ß -- ¥¢¥»¥ó¥Ö¥ë¡¢¥ê¥ó¥¯¤ò¹Ô¤Ê¤ï¤Ê¤¤\n"
+
+#: gcc.c:2924
+msgid " -c Compile and assemble, but do not link\n"
+msgstr " -c ¥³¥ó¥Ñ¥¤¥ë¡¢¥¢¥»¥ó¥Ö¥ë¤¹¤ë¤¬¡¢¥ê¥ó¥¯¤ò¹Ô¤Ê¤ï¤Ê¤¤\n"
+
+#: gcc.c:2925
+msgid " -o <file> Place the output into <file>\n"
+msgstr " -o <file> <file> ¤Ë½ÐÎϤò¹Ô¤Ê¤¦\n"
+
+#: gcc.c:2926
+msgid ""
+" -x <language> Specify the language of the following input files\n"
+" Permissable languages include: c c++ assembler none\n"
+" 'none' means revert to the default behaviour of\n"
+" guessing the language based on the file's extension\n"
+msgstr ""
+" -x <language> °Ê²¼¤ÎÆþÎÏ¥Õ¥¡¥¤¥ë¤Î¸À¸ì¤ò»ØÄꤹ¤ë\n"
+" »ØÄê¤Ç¤­¤ë¸À¸ì: c c++ assembler none\n"
+" 'none' ¤ò»ØÄꤹ¤ë¤È¥Õ¥¡¥¤¥ë³ÈÄ¥»Ò¤Ë¤è¤Ã¤Æ¸À¸ì¤ò\n"
+" ¿äÄꤹ¤ë¡¢¥Ç¥Õ¥©¥ë¥È¤Î¿¶¤ëÉñ¤¤¤ËÌá¤ë\n"
+
+#: gcc.c:2933
+#, c-format
+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"
+"-g, -f, -m, -O, -W ¤Ç»Ï¤Þ¤ë¥ª¥×¥·¥ç¥ó¤ä¡¢--param ¤Ï %s ¤¬µ¯Æ°¤¹¤ë¤¢¤é¤æ¤ë\n"
+"»Ò¥×¥í¥»¥¹¤Ë¼«Æ°Åª¤ËÅϤµ¤ì¤Þ¤¹¡£¤³¤¦¤¤¤Ã¤¿¥×¥í¥»¥¹¤Ë¤½¤Î¾¤Î¥ª¥×¥·¥ç¥ó¤òÅϤ¹\n"
+"¤Ë¤Ï -W<letter> ¥ª¥×¥·¥ç¥ó¤ò»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£\n"
+
+#: gcc.c:3300
+msgid "argument to `-Xlinker' is missing"
+msgstr "`-Xlinker' ¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: gcc.c:3317
+msgid "argument to `-specs' is missing"
+msgstr "`-specs' ¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: gcc.c:3332
+msgid "argument to `-specs=' is missing"
+msgstr "`-specs=' ¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: gcc.c:3354
+msgid "argument to `-b' is missing"
+msgstr "`-b' ¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: gcc.c:3367
+msgid "argument to `-B' is missing"
+msgstr "`-B' ¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: gcc.c:3420
+msgid "argument to `-V' is missing"
+msgstr "`-V' ¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: gcc.c:3441 gcc.c:3448 gcc.c:3455
+msgid "invalid version number format"
+msgstr "̵¸ú¤Ê¥Ð¡¼¥¸¥ç¥óÈÖ¹æ·Á¼°"
+
+#: gcc.c:3566
+msgid "cannot specify -o with -c or -S and multiple compilations"
+msgstr "-c ¤ä -S ¤È°ì½ï¤Ë -o ¤ò»ØÄꤹ¤ë¤È¡¢Ê£¿ô¥³¥ó¥Ñ¥¤¥ë¤Ç¤­¤Þ¤»¤ó"
+
+#: gcc.c:3762
+msgid "Warning: -pipe ignored because -save-temps specified"
+msgstr "·Ù¹ð: -save-temps ¤¬»ØÄꤵ¤ì¤¿¤Î¤Ç -pipe ¤Ï̵»ë¤µ¤ì¤Þ¤¹"
+
+#: gcc.c:3766
+msgid "Warning: -pipe ignored because -time specified"
+msgstr "·Ù¹ð: -time ¤¬»ØÄꤵ¤ì¤¿¤Î¤Ç -pipe ¤Ï̵»ë¤µ¤ì¤Þ¤¹"
+
+#: gcc.c:3776
+msgid "argument to `-x' is missing"
+msgstr "`-x' ¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: gcc.c:3804
+#, c-format
+msgid "argument to `-%s' is missing"
+msgstr "`-%s' ¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: gcc.c:3867
+#, c-format
+msgid "Warning: `-x %s' after last input file has no effect"
+msgstr "·Ù¹ð: ºÇ¸å¤ÎÆþÎÏ¥Õ¥¡¥¤¥ë¤Î¸å¤Î `-x %s' ¤Ï²¿¤â¤·¤Þ¤»¤ó"
+
+#: gcc.c:4072
+msgid "Invalid specification! Bug in cc."
+msgstr "̵¸ú¤Ê»ØÄê! cc ¤Î¥Ð¥°."
+
+#: gcc.c:4221
+#, c-format
+msgid "%s\n"
+msgstr "%s\n"
+
+#. Catch the case where a spec string contains something like
+#. '%{foo:%*}'. ie there is no * in the pattern on the left
+#. hand side of the :.
+#: gcc.c:4738
+#, c-format
+msgid "Spec failure: '%%*' has not been initialised by pattern match"
+msgstr "spec ¥¨¥é¡¼: '%%*' ¤Ï¥Ñ¥¿¡¼¥ó¥Þ¥Ã¥Á¤Ç½é´ü²½¤µ¤ì¤Ê¤¤¤Þ¤Þ¤Ç¤¹"
+
+#: gcc.c:4747
+#, c-format
+msgid "Warning: use of obsolete %%[ operator in specs"
+msgstr "·Ù¹ð: µì¼°¤Î %%[ ±é»»»Ò¤¬ spec ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤¹"
+
+#: gcc.c:4765
+#, c-format
+msgid "Processing spec %c%s%c, which is '%s'\n"
+msgstr "spec %c%s%c ¤ò½èÍýÃæ, ¤³¤ì¤Ï '%s' ¤Ç¤¹\n"
+
+#: gcc.c:4890
+#, c-format
+msgid "Spec failure: Unrecognised spec option '%c'"
+msgstr "spec ¥¨¥é¡¼: ǧ¼±ÉÔǽ¤Ê spec ¥ª¥×¥·¥ç¥ó '%c'"
+
+#: gcc.c:5744
+#, c-format
+msgid "unrecognized option `-%s'"
+msgstr "ǧ¼±ÉÔǽ¤Ê¥ª¥×¥·¥ç¥ó `-%s'"
+
+#: gcc.c:5750
+#, c-format
+msgid "install: %s%s\n"
+msgstr "¥¤¥ó¥¹¥È¡¼¥ë: %s%s\n"
+
+#: gcc.c:5751
+#, c-format
+msgid "programs: %s\n"
+msgstr "¥×¥í¥°¥é¥à: %s\n"
+
+#: gcc.c:5752
+#, c-format
+msgid "libraries: %s\n"
+msgstr "¥é¥¤¥Ö¥é¥ê: %s\n"
+
+#: gcc.c:5800
+msgid "\nFor bug reporting instructions, please see:\n"
+msgstr "\n¥Ð¥°¥ì¥Ý¡¼¥È¤Î¼ê½ç¤Ï¡¢°Ê²¼¤ò»²¾È\n"
+
+#: gcc.c:5816
+#, c-format
+msgid "Configured with: %s\n"
+msgstr "¥³¥ó¥Õ¥£¥°¥ª¥×¥·¥ç¥ó: %s\n"
+
+#: gcc.c:5830
+#, c-format
+msgid "Thread model: %s\n"
+msgstr "¥¹¥ì¥Ã¥É¥â¥Ç¥ë: %s\n"
+
+#: gcc.c:5841
+#, c-format
+msgid "gcc version %s\n"
+msgstr "gcc ¥Ð¡¼¥¸¥ç¥ó %s\n"
+
+#: gcc.c:5843
+#, c-format
+msgid "gcc driver version %s executing gcc version %s\n"
+msgstr "gcc ¥É¥é¥¤¥Ð¥Ð¡¼¥¸¥ç¥ó %s ¼Â¹Ô gcc ¥Ð¡¼¥¸¥ç¥ó %s\n"
+
+#: gcc.c:5851
+msgid "No input files"
+msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: gcc.c:5888
+#, c-format
+msgid "%s: %s compiler not installed on this system"
+msgstr "%s: %s ¥³¥ó¥Ñ¥¤¥é¤Ï¤³¤Î¥·¥¹¥Æ¥à¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: gcc.c:5958
+#, c-format
+msgid "%s: linker input file unused because linking not done"
+msgstr "%s: ¥ê¥ó¥¯¤¬´°Î»¤·¤Ê¤«¤Ã¤¿¤Î¤Ç¥ê¥ó¥«¤ÎÆþÎÏ¥Õ¥¡¥¤¥ë¤Ï»È¤ï¤ì¤Þ¤»¤ó¤Ç¤·¤¿"
+
+#: gcc.c:6001
+#, c-format
+msgid "language %s not recognized"
+msgstr "¸À¸ì %s ¤Ïǧ¼±¤Ç¤­¤Þ¤»¤ó"
+
+#: gcc.c:6104
+msgid "Internal gcc abort."
+msgstr "ÆâÉô gcc ÃæÃÇ"
+
+#: gcov.c:299
+msgid "Internal gcov abort.\n"
+msgstr "ÆâÉô gcc abort.\n"
+
+#: gcov.c:308
+msgid "gcov [-b] [-v] [-n] [-l] [-f] [-o OBJDIR] file\n"
+msgstr "gcov [-b] [-v] [-n] [-l] [-f] [-o OBJDIR] ¥Õ¥¡¥¤¥ë\n"
+
+#: gcov.c:428
+#, c-format
+msgid "Could not open basic block file %s.\n"
+msgstr "´ðËÜ¥Ö¥í¥Ã¥¯¥Õ¥¡¥¤¥ë %s ¤ò³«¤±¤Þ¤»¤ó¤Ç¤·¤¿¡£\n"
+
+#: gcov.c:437
+#, c-format
+msgid "Could not open data file %s.\n"
+msgstr "¥Ç¡¼¥¿¥Õ¥¡¥¤¥ë %s ¤ò³«¤¯¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¡£\n"
+
+#: gcov.c:438
+msgid "Assuming that all execution counts are zero.\n"
+msgstr "Á´¼Â¹Ô¿ô¤¬¥¼¥í¤Ç¤¢¤ë¤È²¾Äꤷ¤Þ¤¹¡£\n"
+
+#: gcov.c:444
+#, c-format
+msgid "Could not open program flow graph file %s.\n"
+msgstr "¥×¥í¥°¥é¥à¥Õ¥í¡¼¥Õ¥¡¥¤¥ë %s ¤ò³«¤±¤Þ¤»¤ó¤Ç¤·¤¿¡£\n"
+
+#: gcov.c:455
+#, c-format
+msgid "No executable code associated with file %s.\n"
+msgstr "¥Õ¥¡¥¤¥ë %s ¤Ë·ë¤ÓÉÕ¤¯¼Â¹Ô¥³¡¼¥É¤¬¤¢¤ê¤Þ¤»¤ó¡£\n"
+
+#: gcov.c:754 profile.c:977
+msgid ".da file contents exhausted too early\n"
+msgstr ".da ¥Õ¥¡¥¤¥ë¤ÎÆâÍƤò¤¢¤Þ¤ê¤ËÁ᤯»È¤¤ÀڤäƤ·¤Þ¤¤¤Þ¤·¤¿\n"
+
+#: gcov.c:757 profile.c:980
+msgid ".da file contents not exhausted\n"
+msgstr ".da ¥Õ¥¡¥¤¥ë¤ÎÆâÍƤò»È¤¤ÀڤäƤ¤¤Þ¤»¤ó\n"
+
+#: gcov.c:938
+#, c-format
+msgid "%6.2f%% of %d source lines executed in function %s\n"
+msgstr "%6.2f%%(%d ¹ÔÃæ) ¤Î¥½¡¼¥¹¹Ô¤¬´Ø¿ô %s ¤Ç¼Â¹Ô¤µ¤ì¤Þ¤·¤¿\n"
+
+#: gcov.c:942
+#, c-format
+msgid "No executable source lines in function %s\n"
+msgstr "´Ø¿ô %s ¤Ë¼Â¹Ô²Äǽ¤Ê¥½¡¼¥¹¹Ô¤¬¤¢¤ê¤Þ¤»¤ó\n"
+
+#: gcov.c:949
+#, c-format
+msgid "%6.2f%% of %d branches executed in function %s\n"
+msgstr "%6.2f%%(%d ËÜÃæ) ¤Î¥Ö¥é¥ó¥Á¤¬´Ø¿ô %s Æâ¤Ç¼Â¹Ô¤µ¤ì¤Þ¤·¤¿\n"
+
+#: gcov.c:953
+#, c-format
+msgid "%6.2f%% of %d branches taken at least once in function %s\n"
+msgstr "%6.2f%%(%d ËÜÃæ) ¤Î¥Ö¥é¥ó¥Á¤¬¾¯¤Ê¤¯¤È¤â°ìÅ٤ϴؿô %s ¤Ç¼õ¼è¤é¤ì¤Þ¤·¤¿\n"
+
+#: gcov.c:958
+#, c-format
+msgid "No branches in function %s\n"
+msgstr "´Ø¿ô %s ¤Ë¤Ïʬ´ô¤¬¤¢¤ê¤Þ¤»¤ó\n"
+
+#: gcov.c:960
+#, c-format
+msgid "%6.2f%% of %d calls executed in function %s\n"
+msgstr "%6.2f%%(%d ²ó) ¤Î¸Æ¤Ó½Ð¤·¤¬´Ø¿ô %s ¤Ç¼Â¹Ô¤µ¤ì¤Þ¤·¤¿\n"
+
+#: gcov.c:964
+#, c-format
+msgid "No calls in function %s\n"
+msgstr "´Ø¿ô %s ¤Ë¸Æ¤Ó½Ð¤·¤¬¤¢¤ê¤Þ¤»¤ó\n"
+
+#: gcov.c:1096
+#, c-format
+msgid "didn't use all bb entries of graph, function %s\n"
+msgstr "¥°¥é¥Õ¤Î bb ¥¨¥ó¥È¥ê¤Î°ìÉô¤·¤«»È¤¤¤Þ¤»¤ó¤Ç¤·¤¿¡¢´Ø¿ô %s\n"
+
+#: gcov.c:1098
+#, c-format
+msgid "block_num = %ld, num_blocks = %d\n"
+msgstr "¥Ö¥í¥Ã¥¯¿ô = %ld¡¢ÈÖ¹æ¥Ö¥í¥Ã¥¯ = %d\n"
+
+#: gcov.c:1136
+#, c-format
+msgid "ERROR: too many basic blocks in .bb file %s\n"
+msgstr "¥¨¥é¡¼: .bb ¥Õ¥¡¥¤¥ë %s ¤Ë´ðËÜ¥Ö¥í¥Ã¥¯¤¬Â¿¤¹¤®¤Þ¤¹\n"
+
+#: gcov.c:1213
+#, c-format
+msgid "%6.2f%% of %d source lines executed in file %s\n"
+msgstr "%6.2f%%(%d ¹ÔÃæ) ¤Î¥½¡¼¥¹¹Ô¤¬¥Õ¥¡¥¤¥ë %s ¤Ç¼Â¹Ô¤µ¤ì¤Þ¤·¤¿\n"
+
+#: gcov.c:1217
+#, c-format
+msgid "No executable source lines in file %s\n"
+msgstr "¥Õ¥¡¥¤¥ë %s ¤Ë¼Â¹Ô²Äǽ¤Ê¥½¡¼¥¹¹Ô¤¬¤¢¤ê¤Þ¤»¤ó\n"
+
+#: gcov.c:1224
+#, c-format
+msgid "%6.2f%% of %d branches executed in file %s\n"
+msgstr "%6.2f%%(%d ËÜÃæ) ¤Î¥Ö¥é¥ó¥Á¤¬¥Õ¥¡¥¤¥ë %s ¤Ç¼Â¹Ô¤µ¤ì¤Þ¤·¤¿\n"
+
+#: gcov.c:1228
+#, c-format
+msgid "%6.2f%% of %d branches taken at least once in file %s\n"
+msgstr "%6.2f%%(%d ËÜÃæ) ¤Î¥Ö¥é¥ó¥Á¤¬¾¯¤Ê¤¯¤È¤â°ì²ó¤Ï¥Õ¥¡¥¤¥ë %s ¤Ç¼õ¼è¤é¤ì¤Þ¤·¤¿\n"
+
+#: gcov.c:1233
+#, c-format
+msgid "No branches in file %s\n"
+msgstr "¥Õ¥¡¥¤¥ë %s ¤Ë¤Ï¥Ö¥é¥ó¥Á¤¬¤¢¤ê¤Þ¤»¤ó\n"
+
+#: gcov.c:1235
+#, c-format
+msgid "%6.2f%% of %d calls executed in file %s\n"
+msgstr "%6.2f%%(%d ²óÃæ) ¤Î¸Æ¤Ó½Ð¤·¤¬¥Õ¥¡¥¤¥ë %s Æâ¤Ç¼Â¹Ô¤µ¤ì¤Þ¤·¤¿\n"
+
+#: gcov.c:1239
+#, c-format
+msgid "No calls in file %s\n"
+msgstr "¥Õ¥¡¥¤¥ë %s ¤Ë¸Æ¤Ó½Ð¤·¤¬¤¢¤ê¤Þ¤»¤ó\n"
+
+#: gcov.c:1251
+#, c-format
+msgid "Could not open source file %s.\n"
+msgstr "¥½¡¼¥¹¥Õ¥¡¥¤¥ë %s ¤ò³«¤±¤Þ¤»¤ó¤Ç¤·¤¿.\n"
+
+#: gcov.c:1301
+#, c-format
+msgid "Could not open output file %s.\n"
+msgstr "½ÐÎÏ¥Õ¥¡¥¤¥ë %s ¤ò³«¤±¤Þ¤»¤ó¤Ç¤·¤¿.\n"
+
+#: gcov.c:1309
+#, c-format
+msgid "Creating %s.\n"
+msgstr "%s ¤òºîÀ®Ãæ.\n"
+
+#: gcov.c:1353
+#, c-format
+msgid "call %d never executed\n"
+msgstr "¸Æ¤Ó½Ð¤· %d ¤Ï°ìÅÙ¤â¼Â¹Ô¤»¤º\n"
+
+#: gcov.c:1358
+#, c-format
+msgid "call %d returns = %d\n"
+msgstr "¸Æ¤Ó½Ð¤· %d ¤ÎÌá¤ê = %d\n"
+
+#: gcov.c:1362
+#, c-format
+msgid "call %d returns = %d%%\n"
+msgstr "¸Æ¤Ó½Ð¤· %d ¤ÎÌá¤ê = %d%%\n"
+
+#: gcov.c:1370
+#, c-format
+msgid "branch %d never executed\n"
+msgstr "¥Ö¥é¥ó¥Á %d ¤Ï°ìÅÙ¤â¼Â¹Ô¤µ¤ì¤º\n"
+
+#: gcov.c:1376
+#, c-format
+msgid "branch %d taken = %d\n"
+msgstr "¥Ö¥é¥ó¥Á %d ¼õÍý = %d\n"
+
+#: gcov.c:1380
+#, c-format
+msgid "branch %d taken = %d%%\n"
+msgstr "¥Ö¥é¥ó¥Á %d ¼õÍý = %d%%\n"
+
+#: gcov.c:1394
+#, c-format
+msgid "Unexpected EOF while reading source file %s.\n"
+msgstr "¥½¡¼¥¹¥Õ¥¡¥¤¥ë %s ¤òÆɤ߹þ¤ßÃæ¤Ëͽ´ü¤»¤Ì EOF.\n"
+
+#: gcse.c:691
+#, c-format
+msgid "GCSE disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"
+msgstr "GCSE ¤ò̵¸ú²½: %d > 1000 ´ðËÜ¥Ö¥í¥Ã¥¯¡¢µÚ¤Ó %d >= 20 edge/´ðËÜ¥Ö¥í¥Ã¥¯"
+
+#: gcse.c:703
+#, c-format
+msgid "GCSE disabled: %d basic blocks and %d registers"
+msgstr "GCSE ¤ò̵¸ú²½: %d ´ðËÜ¥Ö¥í¥Ã¥¯¡¢µÚ¤Ó %d ¸Ä¤Î¥ì¥¸¥¹¥¿"
+
+#: haifa-sched.c:193
+#, c-format
+msgid "fix_sched_param: unknown param: %s"
+msgstr "fix_sched_param: ÉÔÌÀ¤Ê¥Ñ¥é¥á¥¿: %s"
+
+#: integrate.c:142
+msgid "function cannot be inline"
+msgstr "´Ø¿ô¤ò inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
+
+#: integrate.c:147
+msgid "varargs function cannot be inline"
+msgstr "²ÄÊÑ°ú¿ô´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
+
+#: integrate.c:150
+msgid "function using alloca cannot be inline"
+msgstr "alloca ¤ò»È¤Ã¤Æ¤¤¤ë´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
+
+#: integrate.c:153
+msgid "function using setjmp cannot be inline"
+msgstr "setjmp ¤ò»È¤Ã¤Æ¤¤¤ë´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
+
+#: integrate.c:156
+msgid "function uses __builtin_eh_return"
+msgstr "´Ø¿ô¤¬ __builtin_eh_return ¤ò»È¤¤¤Þ¤¹"
+
+#: integrate.c:159
+msgid "function with nested functions cannot be inline"
+msgstr "Æþ¤ì»Ò´Ø¿ô¤ò»ý¤Ä´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
+
+#: integrate.c:163
+msgid "function with label addresses used in initializers cannot inline"
+msgstr "¥é¥Ù¥ë¥¢¥É¥ì¥¹¤ò»ý¤Á¡¢½é´ü²½»Ò¤Ç»È¤ï¤ì¤ë´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
+
+#: integrate.c:170 integrate.c:214
+msgid "function too large to be inline"
+msgstr "´Ø¿ô¤¬Â礭¤¹¤®¤Æ inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
+
+#: integrate.c:180
+msgid "no prototype, and parameter address used; cannot be inline"
+msgstr "¥×¥í¥È¥¿¥¤¥×¤¬¤Ê¤¯¡¢²¾°ú¿ô¤Î¥¢¥É¥ì¥¹¤¬»È¤ï¤ì¤Æ¤¤¤ë -- inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
+
+#: integrate.c:187 integrate.c:232
+msgid "inline functions not supported for this return value type"
+msgstr "¤³¤ÎÌá¤êÃÍ·¿¤Î inline ´Ø¿ô¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
+
+#: integrate.c:192
+msgid "function with varying-size return value cannot be inline"
+msgstr "²ÄÊÑŤÎÌá¤êÃͤòÊÖ¤¹´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
+
+#: integrate.c:199
+msgid "function with varying-size parameter cannot be inline"
+msgstr "²ÄÊÑĹ°ú¿ô¤ò»ý¤Ä´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
+
+#: integrate.c:202
+msgid "function with transparent unit parameter cannot be inline"
+msgstr "Æ©²á¶¦ÍÑÂΤΰú¿ô¤ò»ý¤Ä´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
+
+#: integrate.c:221
+msgid "function with computed jump cannot inline"
+msgstr "»»½Ð¤µ¤ì¤¿¥¸¥ã¥ó¥×¤ò¹Ô¤Ê¤¦´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
+
+#: integrate.c:225
+msgid "function with nonlocal goto cannot be inline"
+msgstr "Èó¥í¡¼¥«¥ë goto ¤ò»È¤Ã¤Æ¤¤¤ë´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
+
+#: integrate.c:240
+msgid "function with target specific attribute(s) cannot be inlined"
+msgstr "¥¿¡¼¥²¥Ã¥È¸Çͭ°À­Éդδؿô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
+
+#: java/check-init.c:731
+#, c-format
+msgid "internal error in check-init: tree code not implemented: %s"
+msgstr "check-init ¤ÇÆâÉô¥¨¥é¡¼: ¥Ä¥ê¡¼¥³¡¼¥É¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó: %s"
+
+#: java/class.c:543 java/class.c:568
+msgid "internal error - too many interface type"
+msgstr "ÆâÉô¥¨¥é¡¼ - interface ·¿¤¬Â¿¤¹¤®¤Þ¤¹"
+
+#: java/class.c:702
+msgid "bad method signature"
+msgstr "ÉÔÀµ¤Ê¥á¥½¥Ã¥É¥·¥°¥Í¥¤¥Á¥ã¤Ç¤¹"
+
+#: java/class.c:747
+msgid "misplaced ConstantValue attribute (not in any field)"
+msgstr "ConstantValue °À­¤Î¾ì½ê¤ò´Ö°ã¤¨¤Æ¤¤¤Þ¤¹¡Ê¤É¤Î¥Õ¥£¡¼¥ë¥É¤Ç¤â¤¢¤ê¤Þ¤»¤ó¡Ë"
+
+#: java/class.c:749
+#, c-format
+msgid "duplicate ConstanValue atribute for field '%s'"
+msgstr "¥Õ¥£¡¼¥ë¥É '%s' ¤Î ConstantValue °À­¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
+
+#: java/class.c:995
+#, c-format
+msgid "field '%s' not found in class"
+msgstr "¥Õ¥£¡¼¥ë¥É '%s' ¤¬¥¯¥é¥¹Æâ¤Ë¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: java/class.c:1203
+msgid "abstract method in non-abstract class"
+msgstr "abstract ¥á¥½¥Ã¥É¤¬ÈóÃê¾Ý¥¯¥é¥¹¤Ë¤¢¤ê¤Þ¤¹"
+
+#: java/class.c:1820
+#, c-format
+msgid "non-static method '%s' overrides static method"
+msgstr "ÈóÀÅŪ¥á¥½¥Ã¥É '%s' ¤¬ÀÅŪ¥á¥½¥Ã¥É¤ò¥ª¡¼¥Ð¡¼¥é¥¤¥É¤·¤Æ¤¤¤Þ¤¹"
+
+#: java/decl.c:1475
+#, c-format
+msgid "In %s: overlapped variable and exception ranges at %d"
+msgstr "%s Æâ: ÊÑ¿ô¤ÈÎã³°ÈϰϤ¬ %d ¤Ç½Å¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: java/decl.c:1563
+msgid "bad type in parameter debug info"
+msgstr "²¾°ú¿ô¥Ç¥Ð¥Ã¥°¾ðÊó¤ËÉÔÀµ¤Ê·¿¤¬¤¢¤ê¤Þ¤¹"
+
+#: java/decl.c:1573
+#, c-format
+msgid "bad PC range for debug info for local `%s'"
+msgstr "¥í¡¼¥«¥ë¤Î `%s' ÍѥǥХå°¾ðÊó¤Î¤¿¤á¤Î PC ÈϰϤ¬ÉÔÀµ¤Ç¤¹"
+
+#: java/expr.c:553
+msgid "stack underflow - dup* operation"
+msgstr "¥¹¥¿¥Ã¥¯¥¢¥ó¥À¡¼¥Õ¥í¡¼ - dup* Áàºî"
+
+#: java/expr.c:1444
+#, c-format
+msgid "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
+msgstr "»²¾È `%s' ¤ÏÛ£Ëæ¤Ç¤¹: interface `%s' ¤È interface `%s' ¤Ë¸½¤ì¤Þ¤·¤¿"
+
+#: java/expr.c:1473
+#, c-format
+msgid "field `%s' not found"
+msgstr "¥Õ¥£¡¼¥ë¥É `%s' ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: java/expr.c:1624
+msgid "ret instruction not implemented"
+msgstr "ret Ì¿Îá¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: java/expr.c:1750
+#, c-format
+msgid "method '%s' not found in class"
+msgstr "¥á¥½¥Ã¥É '%s' ¤Ï¥¯¥é¥¹Æâ¤Ë¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: java/expr.c:1885
+#, c-format
+msgid "failed to find class '%s'"
+msgstr "'%s' ¥¯¥é¥¹¤ò¸«¤Ä¤±¤ë¤Î¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
+
+#: java/expr.c:1897
+#, c-format
+msgid "Class '%s' has no method named '%s' matching signature '%s'"
+msgstr "¥¯¥é¥¹ '%s' ¤Ï̾Á°¤¬ '%s' ¤Ç¥·¥°¥Í¥¤¥Á¥ã '%s' ¤È°ìÃפ¹¤ë¥á¥½¥Ã¥É¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó"
+
+#: java/expr.c:1907
+msgid "invokestatic on non static method"
+msgstr "ÈóÀÅŪ¥á¥½¥Ã¥É¤Ë invokestatic ¤·¤Þ¤·¤¿"
+
+#: java/expr.c:1912
+msgid "invokestatic on abstract method"
+msgstr "Ãê¾Ý¥á¥½¥Ã¥É¤Ë invokestatic ¤·¤Þ¤·¤¿"
+
+#: java/expr.c:1920
+msgid "invoke[non-static] on static method"
+msgstr "ÀÅŪ¥á¥½¥Ã¥É¤Ë invoke[Èó static] ¤·¤Þ¤·¤¿"
+
+#: java/expr.c:2208
+#, c-format
+msgid "Missing field '%s' in '%s'"
+msgstr "¥Õ¥£¡¼¥ë¥É '%s'('%s' Æâ) ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: java/expr.c:2214
+#, c-format
+msgid "Mismatching signature for field '%s' in '%s'"
+msgstr "¥Õ¥£¡¼¥ë¥É '%s'('%s' Æâ) ¤Î¥·¥°¥Í¥¤¥Á¥ã¤¬°ìÃפ·¤Þ¤»¤ó"
+
+#: java/expr.c:2253
+#, c-format
+msgid "assignment to final field `%s' not in field's class"
+msgstr "final ¥Õ¥£¡¼¥ë¥É `%s' ¤Ø¤ÎÂåÆþ¤Ç¤¹¤¬¡¢¤½¤Î¥Õ¥£¡¼¥ë¥É¤Î¥¯¥é¥¹Æâ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: java/expr.c:2258
+#, c-format
+msgid "assignment to final static field `%s' not in class initializer"
+msgstr "final static ¥Õ¥£¡¼¥ë¥É `%s' ¤Ø¤ÎÂåÆþ¤Ç¤¹¤¬¡¢¤½¤Î¥Õ¥£¡¼¥ë¥É¤Î¥¯¥é¥¹Æâ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: java/expr.c:2265
+#, c-format
+msgid "assignment to final field `%s' not in constructor"
+msgstr "final ¥Õ¥£¡¼¥ë¥É `%s' ¤Ø¤ÎÂåÆþ¤Ç¤¹¤¬¡¢¥³¥ó¥¹¥È¥é¥¯¥¿Æâ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: java/expr.c:2519
+#, c-format
+msgid "Can't expand %s"
+msgstr "%s ¤òŸ³«¤Ç¤­¤Þ¤»¤ó"
+
+#: java/expr.c:2695
+msgid "invalid PC in line number table"
+msgstr "̵¸ú¤Ê PC ¤¬¹ÔÈÖ¹æ¥Æ¡¼¥Ö¥ë¤Ë¤¢¤ê¤Þ¤¹"
+
+#. We've just reached the end of a region of dead code.
+#: java/expr.c:2740
+#, c-format
+msgid "Unreachable bytecode from %d to before %d."
+msgstr "%d ¤«¤é %d ¤ÎÁ°¤Þ¤Ç¤Î¥Ð¥¤¥È¥³¡¼¥É¤Ë¤ÏÅþã¤Ç¤­¤Þ¤»¤ó"
+
+#. We've just reached the end of a region of dead code.
+#: java/expr.c:2777
+#, c-format
+msgid "Unreachable bytecode from %d to the end of the method."
+msgstr "%d ¤«¤é¥á¥½¥Ã¥É¤Î½ª¤ê¤Þ¤Ç¤Î¥Ð¥¤¥È¥³¡¼¥É¤Ë¤ÏÅþã¤Ç¤­¤Þ¤»¤ó"
+
+#. duplicate code from LOAD macro
+#: java/expr.c:3096
+msgid "unrecogized wide sub-instruction"
+msgstr "ǧ¼±¤Ç¤­¤Ê¤¤ wide sub Ì¿Îá¤Ç¤¹"
+
+#: java/jcf-io.c:416
+#, c-format
+msgid "Source file for class `%s' is newer than its matching class file. Source file used instead"
+msgstr "¥¯¥é¥¹ `%s' ¤Î¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤Ï¡¢°ìÃפ¹¤ë¥¯¥é¥¹¥Õ¥¡¥¤¥ë¤è¤ê¿·¤·¤¤¤Ç¤¹¡£¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤òÂå¤ê¤Ë»È¤¤¤Þ¤¹"
+
+#: java/jcf-parse.c:375
+msgid "bad string constant"
+msgstr "ÉÔÀµ¤Êʸ»úÎóÄê¿ô¤Ç¤¹"
+
+#: java/jcf-parse.c:431
+#, c-format
+msgid "bad value constant type %d, index %d"
+msgstr "ÉÔÀµ¤ÊÄê¿ôÃÍ·¿ %d, ¥¤¥ó¥Ç¥Ã¥¯¥¹ %d"
+
+#: java/jcf-parse.c:601
+#, c-format
+msgid "can't reopen %s"
+msgstr "%s ¤òºÆ open ¤Ç¤­¤Þ¤»¤ó"
+
+#: java/jcf-parse.c:663
+#, c-format
+msgid "Cannot find file for class %s."
+msgstr "¥¯¥é¥¹ %s ÍѤΥե¡¥¤¥ë¤ò¸«¤Ä¤±¤é¤ì¤Þ¤»¤ó¡£"
+
+#: java/jcf-parse.c:675
+msgid "not a valid Java .class file"
+msgstr "Àµ¾ï¤Ê Java .class ¥Õ¥¡¥¤¥ë¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: java/jcf-parse.c:678
+msgid "error while parsing constant pool"
+msgstr "constant ¥×¡¼¥ë¤Î¹½Ê¸²òÀÏÃæ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿"
+
+#: java/jcf-parse.c:681
+#, c-format
+msgid "error in constant pool entry #%d\n"
+msgstr "constant ¥×¡¼¥ë¹àÌÜ #%d Æâ¤Ç¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿\n"
+
+#. FIXME - where was first time
+#: java/jcf-parse.c:693
+#, c-format
+msgid "reading class %s for the second time from %s"
+msgstr "class %s ¤òÆɹþ¤à¤Î¤Ï %s ¤«¤éÆó²óÌܤˤʤê¤Þ¤¹"
+
+#: java/jcf-parse.c:711
+msgid "error while parsing fields"
+msgstr "¥Õ¥£¡¼¥ë¥É¤Î¹½Ê¸²òÀÏÃæ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿"
+
+#: java/jcf-parse.c:714
+msgid "error while parsing methods"
+msgstr "¥á¥½¥Ã¥É¤Î¹½Ê¸²òÀÏÃæ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿"
+
+#: java/jcf-parse.c:717
+msgid "error while parsing final attributes"
+msgstr "final °À­¤Î¹½Ê¸²òÀÏÃæ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿"
+
+#: java/jcf-parse.c:731
+#, c-format
+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 incorrect set. Use `info gcj \"Input Options\"' to see the info page describing how to set the classpath."
+msgstr "`%s' Æâ¤Ç¸«¤Ä¤«¤Ã¤¿ `java.lang.Object' ¤Ï¡¢Ä¹¤µ¥¼¥í¤ÎÆÃÊÌ¤Ê `gnu.gcj.gcj-compiled' °À­¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ì¤ÏÉáÄ̤¢¤Ê¤¿¤Î¥¯¥é¥¹¥Ñ¥¹¤¬Àµ¤·¤¯ÀßÄꤵ¤ì¤Æ¤¤¤Ê¤¤»ö¤ò°ÕÌ£¤·¤Þ¤¹¡£`info gcj \"Input Options\"' ¤ò»È¤Ã¤Æ¡¢¥¯¥é¥¹¥Ñ¥¹¤ÎÀßÄêÊýË¡¤òÀâÌÀ¤·¤Æ¤¢¤ë info ¥Ú¡¼¥¸¤ò¸«¤Æ²¼¤µ¤¤"
+
+#: java/jcf-parse.c:804
+msgid "missing Code attribute"
+msgstr "Code °À­¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: java/jcf-parse.c:948 toplev.c:2511
+#, c-format
+msgid "error closing %s"
+msgstr "¥¨¥é¡¼¤Ë¤è¤ê %s ¤òÊĤ¸¤Þ¤¹"
+
+#: java/jcf-parse.c:1029
+msgid "source file seen twice on command line and will be compiled only once."
+msgstr "¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤¬¥³¥Þ¥ó¥É¥é¥¤¥ó¤ËºÆ¤Ó¸½¤ì¤Þ¤·¤¿¤¬¡¢¥³¥ó¥Ñ¥¤¥ë¤µ¤ì¤ë¤Î¤Ï°ìÅÙ¤À¤±¤Ç¤¹"
+
+#: java/jcf-parse.c:1045
+msgid "no input file specified"
+msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ë¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: java/jcf-parse.c:1061
+#, c-format
+msgid "can't close input file %s"
+msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ë %s ¤ò close ¤Ç¤­¤Þ¤»¤ó"
+
+#: java/jcf-parse.c:1075
+#, c-format
+msgid "Premature end of input file %s"
+msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ë %s ¤Î½ª¤ê¤Ë㤹¤ë¤Î¤¬Á᤹¤®¤Þ¤¹"
+
+#: java/jcf-parse.c:1098
+#, c-format
+msgid "bad zip/jar file %s"
+msgstr "zip/jar ¥Õ¥¡¥¤¥ë %s ¤ÏÉÔÀµ¤Ç¤¹"
+
+#: java/jcf-write.c:2597
+#, c-format
+msgid "internal error in generate_bytecode_insn - tree code not implemented: %s"
+msgstr "generate_bytecode_insn ¤ÇÆâÉô¥¨¥é¡¼ - ¥Ä¥ê¡¼¥³¡¼¥É¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó: %s"
+
+#: java/jcf-write.c:3307
+#, c-format
+msgid "can't create directory %s"
+msgstr "¥Ç¥£¥ì¥¯¥È¥ê %s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó"
+
+#: java/jcf-write.c:3334
+#, c-format
+msgid "can't to open %s"
+msgstr "%s ¤ò open ¤Ç¤­¤Þ¤»¤ó"
+
+#: java/jv-scan.c:183
+msgid "Only one of `--print-main', `--list-class', and `--complexity' allowed"
+msgstr "`--print-main', `--list-class', `--complexity' ¤«¤é¤Ï°ì¤Ä¤·¤«Áª¤Ù¤Þ¤»¤ó"
+
+#: java/jv-scan.c:186
+#, c-format
+msgid "Can't open output file `%s'"
+msgstr "½ÐÎÏ¥Õ¥¡¥¤¥ë `%s' ¤ò open ¤Ç¤­¤Þ¤»¤ó"
+
+#: java/jv-scan.c:222
+#, c-format
+msgid "File not found `%s'"
+msgstr "¥Õ¥¡¥¤¥ë `%s' ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: java/jvspec.c:360
+msgid "can't specify `-D' without `--main'\n"
+msgstr "`--main' ̵¤·¤Ç¤Ï `-D' ¤ò»ØÄê¤Ç¤­¤Þ¤»¤ó\n"
+
+#: java/jvspec.c:368
+msgid "Warning: already-compiled .class files ignored with -C"
+msgstr "·Ù¹ð: ¥³¥ó¥Ñ¥¤¥ëºÑ .class ¥Õ¥¡¥¤¥ë¤Ï -C ¤Ë¤è¤ê̵»ë¤µ¤ì¤Þ¤·¤¿"
+
+#: java/jvspec.c:375
+msgid "cannot specify both -C and -o"
+msgstr "-C ¤È -o ¤ÏξÊý¤ò°ì½ï¤Ë»ØÄê¤Ç¤­¤Þ¤»¤ó"
+
+#: java/jvspec.c:387
+msgid "cannot create temporary file"
+msgstr "°ì»þ¥Õ¥¡¥¤¥ë¤òºîÀ®¤Ç¤­¤Þ¤»¤ó"
+
+#: java/jvspec.c:415
+msgid "using both @FILE with multiple files not implemented"
+msgstr "@FILE ¤Ç¤ÎÊ£¿ô¥Õ¥¡¥¤¥ë¤Î»ÈÍѤϼÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: java/jvspec.c:456
+msgid "cannot specify `main' class when not linking"
+msgstr "¥ê¥ó¥¯»þ°Ê³°¤Ë¤Ï `main' ¥¯¥é¥¹¤ò»ØÄê¤Ç¤­¤Þ¤»¤ó"
+
+#: java/lang-options.h:32
+msgid "Disable automatic array bounds checking"
+msgstr "¼«Æ°Åª¤ÊÇÛÎó¶­³¦¸¡ºº¤ò¹Ô¤ï¤Ê¤¤"
+
+#: java/lang-options.h:34
+msgid "Make is_compiled_class return 1"
+msgstr "is_compiled_class ¤¬ 1 ¤òÊÖ¤¹¤è¤¦¤Ë¤¹¤ë"
+
+#: java/lang-options.h:38
+msgid "Dump class files to <name>.class"
+msgstr "¥¯¥é¥¹¤ò <name>.class ¥Õ¥¡¥¤¥ë¤Ø¥À¥ó¥×¤¹¤ë"
+
+#: java/lang-options.h:40
+msgid "input file is list of file names to compile"
+msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ë¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¥Õ¥¡¥¤¥ë̾¤Î¥ê¥¹¥È¤È¤¹¤ë"
+
+#: java/lang-options.h:42
+msgid "Generate code for Boehm GC"
+msgstr "Boehm GC ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: java/lang-options.h:44
+msgid "Don't put synchronization structure in each object"
+msgstr "Ʊ´ü¹½Â¤ÂΤò³Æ¥ª¥Ö¥¸¥§¥¯¥È¤ËÁȤßÆþ¤ì¤Ê¤¤"
+
+#: java/lang-options.h:46
+msgid "Assume native functions are implemented using JNI"
+msgstr "native ´Ø¿ô¤¬ JNI ¤òÍøÍѤ·¤Æ¼ÂÁõ¤·¤Æ¤¤¤ë¤â¤Î¤È¤ß¤Ê¤¹"
+
+#: java/lang-options.h:48
+msgid "Set class path and suppress system path"
+msgstr "¥¯¥é¥¹¥Ñ¥¹¤òÀßÄꤷ¤Æ¥·¥¹¥Æ¥à¥Ñ¥¹¤ò±£¤¹"
+
+#: java/lang-options.h:50
+msgid "Set class path"
+msgstr "¥¯¥é¥¹¥Ñ¥¹¤òÀßÄꤹ¤ë"
+
+#: java/lang-options.h:52
+msgid "Choose class whose main method should be used"
+msgstr "main ¥á¥½¥Ã¥É¤¬»È¤ï¤ì¤ë¤Ù¤­¥¯¥é¥¹¤òÁªÂò¤¹¤ë"
+
+#: java/lang-options.h:54
+msgid "Choose input encoding (default is UTF-8)"
+msgstr "ÆþÎÏ¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°¤òÁªÂò¤¹¤ë(¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï UTF-8)"
+
+#: java/lang-options.h:56
+msgid "Add directory to class path"
+msgstr "¥¯¥é¥¹¥Ñ¥¹¤Ë¥Ç¥£¥ì¥¯¥È¥ê¤òÄɲ乤ë"
+
+#: java/lang-options.h:58
+msgid "Directory where class files should be written"
+msgstr "¥¯¥é¥¹¥Õ¥¡¥¤¥ë¤¬½ñ¤­¹þ¤Þ¤ì¤ë¥Ç¥£¥ì¥¯¥È¥ê"
+
+#: java/lang-options.h:61
+msgid "Use built-in instructions for division"
+msgstr "ÁȤ߹þ¤ß¤Î½ü»»Ì¿Îá¤ò»ÈÍѤ¹¤ë"
+
+#: java/lang-options.h:63
+msgid "Warn if modifiers are specified when not necessary"
+msgstr "»ØÄꤵ¤ì¤¿½¤¾þ»Ò¤¬ÉÔÍפʤâ¤Î¤Ç¤¢¤ì¤Ð·Ù¹ð¤¹¤ë"
+
+#: java/lang-options.h:65
+msgid "Warn if deprecated empty statements are found"
+msgstr "¿ä¾©¤µ¤ì¤Ê¤¤¶õʸ¤¬¸«¤Ä¤«¤ì¤Ð·Ù¹ð¤¹¤ë"
+
+#: java/lang-options.h:67
+msgid "Warn if .class files are out of date"
+msgstr ".class ¥Õ¥¡¥¤¥ë¤¬¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤è¤ê¸Å¤±¤ì¤Ð·Ù¹ð¤¹¤ë"
+
+#: java/lang-options.h:69
+msgid "Always check for non gcj generated classes archives"
+msgstr "gcj ¤¬À¸À®¤·¤Æ¤¤¤Ê¤¤¥¯¥é¥¹¥¢¡¼¥«¥¤¥Ö¤ò¾ï¤Ë¸¡ºº¤¹¤ë"
+
+#: java/lang.c:387
+msgid "can't do dependency tracking with input from stdin"
+msgstr "ɸ½àÆþÎϤ«¤é¤ÎÆþÎϤǤϰ͸´Ø·¸¤ÎÄÉÀפ¬¤Ç¤­¤Þ¤»¤ó"
+
+#: java/lang.c:403
+msgid "couldn't determine target name for dependency tracking"
+msgstr "°Í¸´Ø·¸¤ÎÄÉÀפΤ¿¤á¤Î¥¿¡¼¥²¥Ã¥È̾¤¬ÆÃÄê¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿"
+
+#: java/lex.c:297
+#, c-format
+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 ""
+"ÉÔÌÀ¤Ê¥¨¥ó¥³¡¼¥É: `%s'\n"
+"¤³¤ì¤Ï¤¢¤Ê¤¿¤Î¥í¥±¡¼¥ë¤Î¥¨¥ó¥³¡¼¥É¤¬¥·¥¹¥Æ¥à¤Î iconv(3) ¼ÂÁõ¤¬\n"
+"¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¤È±¾¤¦»ö¤ò°ÕÌ£¤·¤Þ¤¹¡£¤â¤·¤¢¤Ê¤¿¤¬ÆþÎÏ¥Õ¥¡¥¤¥ë\n"
+"¤ÎÆÃÄꥨ¥ó¥³¡¼¥É¤ò»È¤¦¤Î¤Ç¤Ê¤±¤ì¤Ð¡¢`--encoding=UTF-8' ¥ª¥×¥·¥ç¥ó\n"
+"¤ò»È¤Ã¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£"
+
+#: java/mangle.c:85
+#, c-format
+msgid "Can't mangle %s"
+msgstr "%s ¤Î̾Á°ÊÑ´¹(mangle) ¤Ç¤­¤Þ¤»¤ó"
+
+#: java/mangle_name.c:151 java/mangle_name.c:228
+msgid "internal error - invalid Utf8 name"
+msgstr "ÆâÉô¥¨¥é¡¼ - ̵¸ú¤Ê Utf8 ̾¤Ç¤¹"
+
+#: java/parse.y:737 java/parse.y:775
+msgid "Missing name"
+msgstr "̾Á°¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: java/parse.y:739 java/parse.y:777 java/parse.y:796 java/parse.y:977
+#: java/parse.y:1324 java/parse.y:1527 java/parse.y:1529 java/parse.y:1758
+#: java/parse.y:1784 java/parse.y:1795 java/parse.y:1806 java/parse.y:1818
+msgid "';' expected"
+msgstr "';' ¤¬É¬ÍפǤ¹"
+
+#: java/parse.y:794
+msgid "'*' expected"
+msgstr "'*' ¤¬É¬ÍפǤ¹"
+
+#: java/parse.y:808
+msgid "Class or interface declaration expected"
+msgstr "¥¯¥é¥¹¤ä¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹Àë¸À¤¬É¬ÍפǤ¹"
+
+#: java/parse.y:843 java/parse.y:845
+msgid "Missing class name"
+msgstr "¥¯¥é¥¹Ì¾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: java/parse.y:848 java/parse.y:852 java/parse.y:860 java/parse.y:1022
+#: java/parse.y:1270 java/parse.y:1272 java/parse.y:1593 java/parse.y:1829
+#: java/parse.y:1861 java/parse.y:1913
+msgid "'{' expected"
+msgstr "'{' ¤¬É¬ÍפǤ¹"
+
+#: java/parse.y:862
+msgid "Missing super class name"
+msgstr "¥¹¡¼¥Ñ¡¼¥¯¥é¥¹Ì¾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: java/parse.y:872 java/parse.y:888
+msgid "Missing interface name"
+msgstr "¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹Ì¾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#. That's for ()
+#: java/parse.y:956 java/parse.y:1289 java/parse.y:1348 java/parse.y:1551
+#: java/parse.y:1773 java/parse.y:1782 java/parse.y:1793 java/parse.y:1804
+#: java/parse.y:1816 java/parse.y:1833 java/parse.y:1835 java/parse.y:1906
+#: java/parse.y:2077 java/parse.y:2138 java/parse.y:2292 java/parse.y:2294
+#: java/parse.y:2301 java/parse.y:2308 java/parse.y:2319 java/parse.y:2321
+#: java/parse.y:2358 java/parse.y:2360 java/parse.y:2362 java/parse.y:2383
+#: java/parse.y:2385 java/parse.y:2387 java/parse.y:2403 java/parse.y:2405
+#: java/parse.y:2426 java/parse.y:2428 java/parse.y:2430 java/parse.y:2458
+#: java/parse.y:2460 java/parse.y:2462 java/parse.y:2464 java/parse.y:2482
+#: java/parse.y:2484 java/parse.y:2495 java/parse.y:2506 java/parse.y:2517
+#: java/parse.y:2528 java/parse.y:2539 java/parse.y:2552 java/parse.y:2556
+#: java/parse.y:2558 java/parse.y:2571
+msgid "Missing term"
+msgstr "¹à¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: java/parse.y:971
+msgid "Missing variable initializer"
+msgstr "ÊÑ¿ô½é´ü²½»Ò¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: java/parse.y:988
+msgid "Invalid declaration"
+msgstr "̵¸ú¤ÊÀë¸À¤Ç¤¹"
+
+#: java/parse.y:994
+msgid "Can't specify array dimension in a declaration"
+msgstr "ÇÛÎó¤Î¼¡¸µ¤òÀë¸À¤Ç»ØÄꤹ¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
+
+#: java/parse.y:996 java/parse.y:1072 java/parse.y:2113 java/parse.y:2135
+#: java/parse.y:2139 java/parse.y:2174 java/parse.y:2251 java/parse.y:2261
+msgid "']' expected"
+msgstr "']' ¤¬É¬ÍפǤ¹"
+
+#: java/parse.y:1000
+msgid "Unbalanced ']'"
+msgstr "Âбþ¤Î¤Ê¤¤ ']' ¤Ç¤¹"
+
+#: java/parse.y:1036
+msgid "Invalid method declaration, method name required"
+msgstr "̵¸ú¤Ê¥á¥½¥Ã¥ÉÀë¸À¤Ç¤¹¡£¥á¥½¥Ã¥É̾¤¬É¬ÍפǤ¹"
+
+#: java/parse.y:1042 java/parse.y:1044 java/parse.y:1997
+msgid "Identifier expected"
+msgstr "¼±Ê̻Ҥ¬É¬ÍפǤ¹"
+
+#: java/parse.y:1047
+msgid "Invalid method declaration, return type required"
+msgstr "̵¸ú¤Ê¥á¥½¥Ã¥ÉÀë¸À¤Ç¤¹¡£¥á¥½¥Ã¥É̾¤¬É¬ÍפǤ¹"
+
+#: java/parse.y:1070 java/parse.y:1507 java/parse.y:1514 java/parse.y:1523
+#: java/parse.y:1525 java/parse.y:1553 java/parse.y:1661 java/parse.y:1942
+#: java/parse.y:1995
+msgid "')' expected"
+msgstr "')' ¤¬É¬ÍפǤ¹"
+
+#: java/parse.y:1086
+msgid "Missing formal parameter term"
+msgstr "Àµ¼°¤Ê²¾°ú¿ô¹à¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: java/parse.y:1101 java/parse.y:1106
+msgid "Missing identifier"
+msgstr "¼±Ê̻Ҥò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: java/parse.y:1126 java/parse.y:1135
+msgid "Missing class type term"
+msgstr "¥¯¥é¥¹¥¿¥¤¥×¹à¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: java/parse.y:1287
+msgid "Invalid interface type"
+msgstr "¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹·¿¤¬Ìµ¸ú¤Ç¤¹"
+
+#: java/parse.y:1471 java/parse.y:1640 java/parse.y:1642
+msgid "':' expected"
+msgstr "':' ¤¬É¬ÍפǤ¹"
+
+#: java/parse.y:1493 java/parse.y:1498 java/parse.y:1503
+msgid "Invalid expression statement"
+msgstr "¼°Ê¸¤¬Ìµ¸ú¤Ç¤¹"
+
+#: java/parse.y:1521 java/parse.y:1549 java/parse.y:1589 java/parse.y:1657
+#: java/parse.y:1725 java/parse.y:1831 java/parse.y:1899 java/parse.y:1989
+#: java/parse.y:1991 java/parse.y:1999 java/parse.y:2234 java/parse.y:2236
+msgid "'(' expected"
+msgstr "'(' ¤¬É¬ÍפǤ¹"
+
+#: java/parse.y:1591
+msgid "Missing term or ')'"
+msgstr "¹à¤Þ¤¿¤Ï ')' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: java/parse.y:1638
+msgid "Missing or invalid constant expression"
+msgstr "Äê¿ô¼°¤¬·ç¤±¤Æ¤¤¤ë¤«Ìµ¸ú¤Ç¤¹"
+
+#: java/parse.y:1659
+msgid "Missing term and ')' expected"
+msgstr "¹à¤Èɬ¿Ü¤Î ')' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: java/parse.y:1698
+msgid "Invalid control expression"
+msgstr "̵¸ú¤ÊÀ©¸æ¼°¤Ç¤¹"
+
+#: java/parse.y:1700 java/parse.y:1702
+msgid "Invalid update expression"
+msgstr "̵¸ú¤Ê¹¹¿·¼°¤Ç¤¹"
+
+#: java/parse.y:1727
+msgid "Invalid init statement"
+msgstr "̵¸ú¤Ê½é´ü²½¼°¤Ç¤¹"
+
+#: java/parse.y:1902
+msgid "Missing term or ')' expected"
+msgstr "¹à¤Þ¤¿¤Ïɬ¿Ü¤Î ')' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: java/parse.y:1944
+msgid "'class' or 'this' expected"
+msgstr "'class' ¤Þ¤¿¤Ï 'this' ¤¬É¬ÍפǤ¹"
+
+#: java/parse.y:1946 java/parse.y:1948
+msgid "'class' expected"
+msgstr "'class' ¤¬É¬ÍפǤ¹"
+
+#: java/parse.y:1993
+msgid "')' or term expected"
+msgstr "')' ¤Þ¤¿¤Ï¹à¤¬É¬ÍפǤ¹"
+
+#: java/parse.y:2111
+msgid "'[' expected"
+msgstr "'[' ¤¬É¬ÍפǤ¹"
+
+#: java/parse.y:2189
+msgid "Field expected"
+msgstr "¥Õ¥£¡¼¥ë¥É¤¬É¬ÍפǤ¹"
+
+#: java/parse.y:2246 java/parse.y:2256
+msgid "Missing term and ']' expected"
+msgstr "¹à¤Èɬ¿Ü¤Î ']' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: java/parse.y:2351
+msgid "']' expected, invalid type expression"
+msgstr "']' ¤¬É¬Íפǡ¢Ìµ¸ú¤Ê·¿É½¸½¤Ç¤¹"
+
+#: java/parse.y:2354
+msgid "Invalid type expression"
+msgstr "̵¸ú¤Ê·¿É½¸½¤Ç¤¹"
+
+#: java/parse.y:2466
+msgid "Invalid reference type"
+msgstr "̵¸ú¤Ê»²¾È·¿¤Ç¤¹"
+
+#: java/parse.y:2944
+msgid "Constructor invocation must be first thing in a constructor"
+msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤Îµ¯Æ°¤Ï¥³¥ó¥¹¥È¥é¥¯¥¿Æâ¤ÇºÇ½é¤Ë¹Ô¤Ê¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: java/parse.y:2946
+msgid "Only constructors can invoke constructors"
+msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤À¤±¤¬¥³¥ó¥¹¥È¥é¥¯¥¿¤òµ¯Æ°¤Ç¤­¤Þ¤¹"
+
+#: java/parse.y:2955
+#, c-format
+msgid ": `%s' JDK1.1(TM) feature"
+msgstr ": `%s' ¤Ï JDK1.1(TM) ¤Îµ¡Ç½¤Ç¤¹"
+
+#: java/parse.y:3015 java/parse.y:3017
+#, c-format
+msgid ""
+"%s.\n"
+"%s"
+msgstr ""
+"%s.\n"
+"%s"
+
+#: java/parse.y:3480
+msgid "Can't use '$' as a separator for inner classes"
+msgstr "'$' ¤ÏÆâÉô¥¯¥é¥¹¤Î¶èÀÚ¤ê»Ò¤È¤·¤Æ»ÈÍѤǤ­¤Þ¤»¤ó"
+
+#: java/parse.y:6577
+#, c-format
+msgid "malformed .zip archive in CLASSPATH: %s"
+msgstr "CLASSPATH Æâ¤ËÊÑ¤Ê .zip ¥¢¡¼¥«¥¤¥Ö¤¬¤¢¤ê¤Þ¤¹: %s"
+
+#: java/parse.y:6648
+#, c-format
+msgid "Can't find default package `%s'. Check the CLASSPATH environment variable and the access to the archives."
+msgstr "¥Ç¥Õ¥©¥ë¥È¥Ñ¥Ã¥±¡¼¥¸ `%s' ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£CLASSPATH ´Ä¶­ÊÑ¿ô¤È¥¢¡¼¥«¥¤¥Ö¤Ø¤Î¥¢¥¯¥»¥¹¤ò³Î¤«¤á¤Æ¤¯¤À¤µ¤¤¡£"
+
+#: java/parse.y:11787
+#, c-format
+msgid "missing static field `%s'"
+msgstr "static ¥Õ¥£¡¼¥ë¥É `%s' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: java/parse.y:11792
+#, c-format
+msgid "not a static field `%s'"
+msgstr "static ¥Õ¥£¡¼¥ë¥É `%s' ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: java/parse.y:11845
+#, c-format
+msgid "No case for %s"
+msgstr "%s ¤Î¤¿¤á¤Î case ¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: java/parse.y:13030
+#, c-format
+msgid "unregistered operator %s"
+msgstr "ÅÐÏ¿¤µ¤ì¤Æ¤¤¤Ê¤¤±é»»»Ò %s ¤Ç¤¹"
+
+#: java/typeck.c:178
+msgid "internal error - use of undefined type"
+msgstr "ÆâÉô¥¨¥é¡¼ - ̤ÄêµÁ·¿¤Î»ÈÍѤǤ¹"
+
+#: java/typeck.c:557
+msgid "junk at end of signature string"
+msgstr "¥·¥°¥Í¥¤¥Á¥ãʸ»úÎó¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
+
+#: java/verify.c:464
+msgid "bad pc in exception_table"
+msgstr "exception_table ¤ËÉÔÀµ¤Ê pc ¤¬¤¢¤ê¤Þ¤¹"
+
+#: java/verify.c:1344
+#, c-format
+msgid "unknown opcode %d@pc=%d during verification"
+msgstr "ÉÔÌÀ¤Ê opcode %d@pc=%d ¤ò¸¡¾ÚÃæ¤Ëȯ¸«¤·¤Þ¤·¤¿"
+
+#: java/verify.c:1414 java/verify.c:1427 java/verify.c:1431
+#, c-format
+msgid "verification error at PC=%d"
+msgstr "¸¡¾Ú¥¨¥é¡¼ (PC=%d)"
+
+#: objc/lang-options.h:27
+msgid "Dump decls to a .decl file"
+msgstr "Àë¸À¤ò .decl ¥Õ¥¡¥¤¥ë¤Ë¥À¥ó¥×¤¹¤ë"
+
+#: objc/lang-options.h:29
+msgid "Generate code for GNU runtime environment"
+msgstr "GNU ¼Â¹Ô´Ä¶­ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: objc/lang-options.h:32
+msgid "Generate code for NeXT runtime environment"
+msgstr "NeXT ¼Â¹Ô´Ä¶­ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: objc/lang-options.h:35
+msgid "Warn if a selector has multiple methods"
+msgstr "¥»¥ì¥¯¥¿¤¬Ê£¿ô¤Î¥á¥½¥Ã¥É¤ò»ý¤Ã¤Æ¤¤¤ì¤Ð·Ù¹ð¤¹¤ë"
+
+#: objc/lang-options.h:39
+msgid "Do not warn if inherited methods are unimplemented"
+msgstr "ÇÉÀ¸¥á¥½¥Ã¥É¤¬Ì¤¼ÂÁõ¤Î¾ì¹ç¤Ç¤â·Ù¹ð¤·¤Ê¤¤"
+
+#: objc/lang-options.h:41
+msgid "Generate C header of platform specific features"
+msgstr "¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¸ÇÍ­¤Îµ¡Ç½¤Î C ¥Ø¥Ã¥À¤òÀ¸À®¤¹¤ë"
+
+#: objc/lang-options.h:43
+msgid "Specify the name of the class for constant strings"
+msgstr "Äê¿ôʸ»úÎóÍѤΥ¯¥é¥¹Ì¾¤ò»ØÄꤹ¤ë"
+
+#: objc/objc-act.c:811
+msgid "no class name specified as argument to -fconstant-string-class"
+msgstr "-fconstant-string-class ¤Ë°ú¿ô¤È¤·¤Æ»ØÄꤵ¤ì¤¿¥¯¥é¥¹¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: objc/objc-act.c:972
+#, c-format
+msgid "object does not conform to the `%s' protocol"
+msgstr "¥ª¥Ö¥¸¥§¥¯¥È¤¬ `%s' ¥×¥í¥È¥³¥ë¤ËŬ¹ç¤·¤Þ¤»¤ó"
+
+#: objc/objc-act.c:1010
+#, c-format
+msgid "class `%s' does not implement the `%s' protocol"
+msgstr "¥¯¥é¥¹ `%s' ¤Ï `%s' ¥×¥í¥È¥³¥ë¤ò¼ÂÁõ¤·¤Æ¤¤¤Þ¤»¤ó"
+
+#: objc/objc-act.c:1091
+#, c-format
+msgid "`%s' cannot be statically allocated"
+msgstr "`%s' ¤òÀÅŪ¤Ë³ÎÊݤǤ­¤Þ¤»¤ó"
+
+#: objc/objc-act.c:1147
+#, c-format
+msgid "Unexpected type for `id' (%s)"
+msgstr "ͽ´ü¤·¤Ê¤¤·¿¤¬ `id' (%s) ¤Ë»ØÄꤵ¤ì¤Þ¤·¤¿"
+
+#: objc/objc-act.c:1152
+msgid "Undefined type `id', please import <objc/objc.h>"
+msgstr "`id' ·¿¤¬Ì¤ÄêµÁ¤Ç¤¹¡£<objc/objc.h> ¤ò import ¤·¤Æ²¼¤µ¤¤"
+
+#: objc/objc-act.c:1200 objc/objc-act.c:5359
+#, c-format
+msgid "Cannot find protocol declaration for `%s'"
+msgstr "`%s' ¤ËÂФ¹¤ë¥×¥í¥È¥³¥ëÀë¸À¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: objc/objc-act.c:1422 objc/objc-act.c:5879 objc/objc-act.c:6177
+#: objc/objc-act.c:6226 objc/objc-act.c:6262 objc/objc-parse.y:1371
+#, c-format
+msgid "Cannot find interface declaration for `%s'"
+msgstr "`%s' ¤ËÂФ¹¤ë¥¤¥ó¥¿¥Õ¥§¡¼¥¹Àë¸À¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: objc/objc-act.c:2460
+#, c-format
+msgid "Cannot find class `%s'"
+msgstr "¥¯¥é¥¹ `%s' ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: objc/objc-act.c:2462
+#, c-format
+msgid "Class `%s' already exists"
+msgstr "¥¯¥é¥¹ `%s' ¤Ï´û¤Ë¸ºß¤·¤Þ¤¹"
+
+#. fatal did not work with 2 args...should fix
+#: objc/objc-act.c:2586
+#, c-format
+msgid "Cannot find interface declaration for `%s', superclass of `%s'"
+msgstr "`%s' ¤Î¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹Àë¸À¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡Ê`%s' ¤Î´ðÄ쥯¥é¥¹¤Ç¤¹¡Ë"
+
+#: objc/objc-act.c:2593
+#, c-format
+msgid "Circular inheritance in interface declaration for `%s'"
+msgstr "`%s' ¤Ø¤Î¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹Àë¸À¤¬½Û´ÄŪ¤Ê·Ñ¾µ¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: objc/objc-act.c:3643 objc/objc-act.c:3660
+msgid "inconsistent instance variable specification"
+msgstr "¥¤¥ó¥¹¥¿¥ó¥¹ÊÑ¿ô¤Î»ÅÍͤ¬°ì´Ó¤·¤Æ¤¤¤Þ¤»¤ó"
+
+#: objc/objc-act.c:4854
+#, c-format
+msgid "multiple declarations for method `%s'"
+msgstr "¥á¥½¥Ã¥É `%s' ¤ÎÀë¸À¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹¡£"
+
+#: objc/objc-act.c:4968
+#, c-format
+msgid "invalid receiver type `%s'"
+msgstr "¥ì¥·¡¼¥Ð·¿ `%s' ¤¬Ìµ¸ú¤Ç¤¹"
+
+#: objc/objc-act.c:5036 objc/objc-act.c:5062 objc/objc-act.c:5110
+#, c-format
+msgid "`%s' does not respond to `%s'"
+msgstr "`%s' ¤Ï `%s' ¤Ë±þÅú¤·¤Þ¤»¤ó"
+
+#: objc/objc-act.c:5042 objc/objc-act.c:7283
+#, c-format
+msgid "no super class declared in interface for `%s'"
+msgstr "`%s' ¤Ø¤Î¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹¤Ë´ðÄ쥯¥é¥¹¤¬Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: objc/objc-act.c:5140
+msgid "cannot find class (factory) method."
+msgstr "¥¯¥é¥¹ (factory) ¥á¥½¥Ã¥É¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: objc/objc-act.c:5141 objc/objc-act.c:5185
+#, c-format
+msgid "return type for `%s' defaults to id"
+msgstr "`%s' ¤ÎÌá¤êÃͤη¿¤Ï¥Ç¥Õ¥©¥ë¥È¤Î id ¤È¤·¤Þ¤¹"
+
+#: objc/objc-act.c:5158
+#, c-format
+msgid "method `%s' not implemented by protocol."
+msgstr "¥á¥½¥Ã¥É `%s' ¤Ï¥×¥í¥È¥³¥ë¤Ë¤è¤Ã¤Æ¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: objc/objc-act.c:5167
+msgid "return type defaults to id"
+msgstr "Ìá¤êÃͤη¿¤ò¥Ç¥Õ¥©¥ë¥È¤Î id ¤È¤·¤Þ¤¹"
+
+#: objc/objc-act.c:5184
+msgid "cannot find method."
+msgstr "¥á¥½¥Ã¥É¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£"
+
+#. Historically, a class method that produced objects (factory
+#. method) would assign `self' to the instance that it
+#. allocated. This would effectively turn the class method into
+#. an instance method. Following this assignment, the instance
+#. variables could be accessed. That practice, while safe,
+#. violates the simple rule that a class method should not refer
+#. to an instance variable. It's better to catch the cases
+#. where this is done unknowingly than to support the above
+#. paradigm.
+#: objc/objc-act.c:5428
+#, c-format
+msgid "instance variable `%s' accessed in class method"
+msgstr "¥¤¥ó¥¹¥¿¥ó¥¹ÊÑ¿ô `%s' ¤¬¥¯¥é¥¹¥á¥½¥Ã¥É¤«¤é¥¢¥¯¥»¥¹¤µ¤ì¤Þ¤·¤¿"
+
+#: objc/objc-act.c:5680
+#, c-format
+msgid "duplicate definition of class method `%s'."
+msgstr "¥¯¥é¥¹¥á¥½¥Ã¥É `%s' ¤ÎÄêµÁ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹¡£"
+
+#: objc/objc-act.c:5686
+#, c-format
+msgid "duplicate declaration of class method `%s'."
+msgstr "¥¯¥é¥¹¥á¥½¥Ã¥É `%s' ¤ÎÀë¸À¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹¡£"
+
+#: objc/objc-act.c:5722
+#, c-format
+msgid "duplicate definition of instance method `%s'."
+msgstr "¥¤¥ó¥¹¥¿¥ó¥¹¥á¥½¥Ã¥É `%s' ¤ÎÄêµÁ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹¡£"
+
+#: objc/objc-act.c:5728
+#, c-format
+msgid "duplicate declaration of instance method `%s'."
+msgstr "¥¤¥ó¥¹¥¿¥ó¥¹¥á¥½¥Ã¥É `%s' ¤ÎÀë¸À¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹¡£"
+
+#: objc/objc-act.c:5768
+#, c-format
+msgid "duplicate interface declaration for category `%s(%s)'"
+msgstr "¥«¥Æ¥´¥ê `%s(%s)' ¤Ø¤Î¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹Àë¸À¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
+
+#: objc/objc-act.c:5854
+#, c-format
+msgid "instance variable `%s' is declared private"
+msgstr "¥¤¥ó¥¹¥¿¥ó¥¹ÊÑ¿ô `%s' ¤Ï private ¤ÈÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: objc/objc-act.c:5901
+#, c-format
+msgid "instance variable `%s' is declared %s"
+msgstr "¥¤¥ó¥¹¥¿¥ó¥¹ÊÑ¿ô `%s' ¤Ï %s ¤ÈÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: objc/objc-act.c:5911
+msgid "static access to object of type `id'"
+msgstr "`id' ·¿¤Î¥ª¥Ö¥¸¥§¥¯¥È¤ËÂΤ¹¤ëÀÅŪ¥¢¥¯¥»¥¹¤Ç¤¹"
+
+#: objc/objc-act.c:5945 objc/objc-act.c:6039
+#, c-format
+msgid "incomplete implementation of class `%s'"
+msgstr "¥¯¥é¥¹ `%s' ¤Î¼ÂÁõ¤¬ÉÔ´°Á´¤Ç¤¹"
+
+#: objc/objc-act.c:5949 objc/objc-act.c:6044
+#, c-format
+msgid "incomplete implementation of category `%s'"
+msgstr "¥«¥Æ¥´¥ê `%s' ¤Î¼ÂÁõ¤¬ÉÔ´°Á´¤Ç¤¹"
+
+#: objc/objc-act.c:5954 objc/objc-act.c:6049
+#, c-format
+msgid "method definition for `%c%s' not found"
+msgstr "`%c%s' ¤Î¥á¥½¥Ã¥ÉÄêµÁ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
+
+#: objc/objc-act.c:6090
+#, c-format
+msgid "%s `%s' does not fully implement the `%s' protocol"
+msgstr "%s `%s' ¤Ï `%s' ¥×¥í¥È¥³¥ë¤ò´°Á´¤Ë¤Ï¼ÂÁõ¤·¤Æ¤¤¤Þ¤»¤ó"
+
+#: objc/objc-act.c:6149
+#, c-format
+msgid "reimplementation of class `%s'"
+msgstr "¥¯¥é¥¹ `%s' ¤ÎºÆ¼ÂÁõ¤Ç¤¹"
+
+#: objc/objc-act.c:6191
+#, c-format
+msgid "conflicting super class name `%s'"
+msgstr "´ðÄ쥯¥é¥¹Ì¾ `%s' ¤¬¾×Æͤ·¤Æ¤¤¤Þ¤¹"
+
+#: objc/objc-act.c:6206
+#, c-format
+msgid "duplicate interface declaration for class `%s'"
+msgstr "¥¯¥é¥¹ `%s' ¤Î¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹Àë¸À¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
+
+#: objc/objc-act.c:6449
+#, c-format
+msgid "duplicate declaration for protocol `%s'"
+msgstr "¥×¥í¥È¥³¥ë '%s' ¤ÎÀë¸À¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
+
+#: objc/objc-act.c:7324
+msgid "[super ...] must appear in a method context"
+msgstr "[super ...] ¤Ï¥á¥½¥Ã¥É¥³¥ó¥Æ¥­¥¹¥È¤Ë¸½¤ì¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: objc/objc-act.c:8287 objc/objc-act.c:8303
+#, c-format
+msgid "potential selector conflict for method `%s'"
+msgstr "²ÄǽÀ­¤Î¤¢¤ë¥»¥ì¥¯¥¿¤¬¥á¥½¥Ã¥É `%s' ¤È¶¥¹ç¤·¤Þ¤¹"
+
+#: objc/objc-parse.y:2159
+msgid "`@end' must appear in an implementation context"
+msgstr "`@end' ¤Ï¼ÂÁõ¥³¥ó¥Æ¥¯¥¹¥È¤Ë¸½¤ì¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: objc/objc-parse.y:2425 objc/objc-parse.y:2450
+msgid "method definition not in class context"
+msgstr "¥á¥½¥Ã¥ÉÄêµÁ¤¬¥¯¥é¥¹¥³¥ó¥Æ¥­¥¹¥ÈÆâ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: objc/objc-parse.y:3278
+msgid "syntax error at '@' token"
+msgstr "'@' ¥È¡¼¥¯¥ó¤Çʸˡ¥¨¥é¡¼"
+
+#. If we didn't find this parameter, issue an error message.
+#: params.c:80
+#, c-format
+msgid "invalid parameter `%s'"
+msgstr "²¾°ú¿ô `%s' ¤Ï̵¸ú¤Ç¤¹"
+
+#: profile.c:490
+msgid "Arc profiling: some edge counts were bad."
+msgstr "¸Ì(arc)¥×¥í¥Õ¥¡¥¤¥ê¥ó¥°: ´ö¤Ä¤«¤Î edge ¥«¥¦¥ó¥È¤ÏÉÔÀµ¤Ç¤¹¡£"
+
+#: profile.c:931
+#, c-format
+msgid "file %s not found, execution counts assumed to be zero."
+msgstr "¥Õ¥¡¥¤¥ë %s ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Î¤Ç¡¢¼Â¹Ô¥«¥¦¥ó¥È¤Ï¥¼¥í¤È¸«¤Ê¤·¤Þ¤¹"
+
+#: protoize.c:601
+#, c-format
+msgid "%s: internal abort\n"
+msgstr "%s: ÆâÉôÃæÃÇ\n"
+
+#: protoize.c:692
+#, c-format
+msgid "%s: error writing file `%s': %s\n"
+msgstr "%s: ¥Õ¥¡¥¤¥ë `%s' ¤Ë½ñ¤­¹þ¤ßÃæ¤Ë¥¨¥é¡¼: %s\n"
+
+#: protoize.c:737
+#, c-format
+msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
+msgstr "%s: »ÈÍÑË¡ '%s [ -VqfnkN ] [ -i <istring> ] [ ¥Õ¥¡¥¤¥ë̾ ... ]'\n"
+
+#: protoize.c:740
+#, c-format
+msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
+msgstr "%s: »ÈÍÑË¡ '%s [ -VqfnkNlgC ] [ -B <¥Ç¥£¥ì¥¯¥È¥ê̾> ] [ ¥Õ¥¡¥¤¥ë̾ ... ]'\n"
+
+#: protoize.c:847
+#, c-format
+msgid "%s: warning: no read access for file `%s'\n"
+msgstr "%s: ·Ù¹ð: ¥Õ¥¡¥¤¥ë `%s' ¤ËÂФ·¤ÆÆɤ߽Ф·µö²Ä¤¬¤¢¤ê¤Þ¤»¤ó\n"
+
+#: protoize.c:855
+#, c-format
+msgid "%s: warning: no write access for file `%s'\n"
+msgstr "%s: ·Ù¹ð: ¥Õ¥¡¥¤¥ë `%s' ¤ËÂФ·¤Æ½ñ¤­¹þ¤ßµö²Ä¤¬¤¢¤ê¤Þ¤»¤ó\n"
+
+#: protoize.c:863
+#, c-format
+msgid "%s: warning: no write access for dir containing `%s'\n"
+msgstr "%s: ·Ù¹ð: `%s' ¤ò´Þ¤à¥Ç¥£¥ì¥¯¥È¥ê¤ËÂФ·¤Æ½ñ¤­¹þ¤ßµö²Ä¤¬¤¢¤ê¤Þ¤»¤ó\n"
+
+#. Catch cases like /.. where we try to backup to a
+#. point above the absolute root of the logical file
+#. system.
+#: protoize.c:1281
+#, c-format
+msgid "%s: invalid file name: %s\n"
+msgstr "%s: ̵¸ú¤Ê¥Õ¥¡¥¤¥ë̾: %s\n"
+
+#: protoize.c:1433
+#, c-format
+msgid "%s: %s: can't get status: %s\n"
+msgstr "%s: %s: ¾õÂÖ¤ò¼èÆÀ¤Ç¤­¤Þ¤»¤ó: %s\n"
+
+#: protoize.c:1454
+#, c-format
+msgid "\n%s: fatal error: aux info file corrupted at line %d\n"
+msgstr "\n%s: Ã×̿Ū¥¨¥é¡¼: Éû info ¥Õ¥¡¥¤¥ë¤¬ %d ¹ÔÌܤDzõ¤ì¤Æ¤¤¤Þ¤¹\n"
+
+#: protoize.c:1790
+#, c-format
+msgid "%s:%d: declaration of function `%s' takes different forms\n"
+msgstr "%s:%d: ´Ø¿ô `%s' ¤ÎÀë¸À¤¬Ê̤ηÁ¤ò¼è¤Ã¤Æ¤¤¤Þ¤¹\n"
+
+#: protoize.c:2048
+#, c-format
+msgid "%s: compiling `%s'\n"
+msgstr "%s: `%s' ¤ò¥³¥ó¥Ñ¥¤¥ëÃæ\n"
+
+#: protoize.c:2071
+#, c-format
+msgid "%s: wait: %s\n"
+msgstr "%s: ÂÔ¤Á: %s\n"
+
+#: protoize.c:2076
+#, c-format
+msgid "%s: subprocess got fatal signal %d\n"
+msgstr "%s: ¥µ¥Ö¥×¥í¥»¥¹¤¬Ã×̿Ū¥·¥°¥Ê¥ë %d ¤ò¼õ¤±¼è¤ê¤Þ¤·¤¿\n"
+
+#: protoize.c:2084
+#, c-format
+msgid "%s: %s exited with status %d\n"
+msgstr "%s: %s ¤Ï¥¹¥Æ¡¼¥¿¥¹ %d ¤Ç½ªÎ»¤·¤Þ¤·¤¿\n"
+
+#: protoize.c:2136
+#, c-format
+msgid "%s: warning: missing SYSCALLS file `%s'\n"
+msgstr "%s: ·Ù¹ð: SYSCALLS ¥Õ¥¡¥¤¥ë `%s' ¤¬¤¢¤ê¤Þ¤»¤ó\n"
+
+#: protoize.c:2145 protoize.c:2174
+#, c-format
+msgid "%s: can't read aux info file `%s': %s\n"
+msgstr "%s: Éû info ¥Õ¥¡¥¤¥ë `%s' ¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s\n"
+
+#: protoize.c:2190 protoize.c:2218
+#, c-format
+msgid "%s: can't get status of aux info file `%s': %s\n"
+msgstr "%s: Éû info ¥Õ¥¡¥¤¥ë `%s' ¤Î¾õÂÖ¤ò¼èÆÀ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s\n"
+
+#: protoize.c:2246
+#, c-format
+msgid "%s: can't open aux info file `%s' for reading: %s\n"
+msgstr "%s: Éû info ¥Õ¥¡¥¤¥ë `%s' ¤òÆɤ߹þ¤ßÍѤ˳«¤¯¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s\n"
+
+#: protoize.c:2264
+#, c-format
+msgid "%s: error reading aux info file `%s': %s\n"
+msgstr "%s: Éû info ¥Õ¥¡¥¤¥ë `%s' ¤òÆɤ߹þ¤ßÃæ¤Ë¥¨¥é¡¼: %s\n"
+
+#: protoize.c:2277
+#, c-format
+msgid "%s: error closing aux info file `%s': %s\n"
+msgstr "%s: Éû info ¥Õ¥¡¥¤¥ë `%s' ¤òÊĤ¸¤Æ¤¤¤ëºÇÃæ¤Ë¥¨¥é¡¼: %s\n"
+
+#: protoize.c:2293
+#, c-format
+msgid "%s: can't delete aux info file `%s': %s\n"
+msgstr "%s: Éû info ¥Õ¥¡¥¤¥ë `%s' ¤òºï½ü¤Ç¤­¤Þ¤»¤ó: %s\n"
+
+#: protoize.c:2375 protoize.c:4377
+#, c-format
+msgid "%s: can't delete file `%s': %s\n"
+msgstr "%s: ¥Õ¥¡¥¤¥ë `%s' ¤òºï½ü¤Ç¤­¤Þ¤»¤ó: %s\n"
+
+#: protoize.c:2454
+#, c-format
+msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
+msgstr "%s: ·Ù¹ð: ¥Õ¥¡¥¤¥ë `%s' ¤ò `%s' ̾Á°Êѹ¹¤Ç¤­¤Þ¤»¤ó: %s\n"
+
+#: protoize.c:2579
+#, c-format
+msgid "%s: conflicting extern definitions of '%s'\n"
+msgstr "%s: '%s' ¤Î³°ÉôÄêµÁ¤¬Ì·½â¤·¤Æ¤¤¤Þ¤¹\n"
+
+#: protoize.c:2583
+#, c-format
+msgid "%s: declarations of '%s' will not be converted\n"
+msgstr "%s: '%s' ¤ÎÀë¸À¤ÏÊÑ´¹¤µ¤ì¤Þ¤»¤ó\n"
+
+#: protoize.c:2585
+#, c-format
+msgid "%s: conflict list for '%s' follows:\n"
+msgstr "%s: `%s' ¤ËÂФ¹¤ëÌ·½â°ìÍ÷¤Ï°Ê²¼¤ÎÄ̤ê¤Ç¤¹:\n"
+
+#: protoize.c:2618
+#, c-format
+msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
+msgstr "%s: ·Ù¹ð: %s(%d) ¤«¤é¤Î·Á¼°¥ê¥¹¥È¤ò¡¢´Ø¿ô `%s' ¤Î°Ù¤Ë»È¤¤¤Þ¤¹\n"
+
+#: protoize.c:2658
+#, c-format
+msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
+msgstr "%s: %d: `%s' ¤Ï»È¤ï¤ì¤Æ¤¤¤Þ¤¹¤¬ SYSCALLS ¤Ë¤¢¤ê¤Þ¤»¤ó\n"
+
+#: protoize.c:2664
+#, c-format
+msgid "%s: %d: warning: no extern definition for `%s'\n"
+msgstr "%s: %d: ·Ù¹ð: `%s' ¤ËÂФ¹¤ë³°ÉôÄêµÁ¤¬¤¢¤ê¤Þ¤»¤ó\n"
+
+#: protoize.c:2695
+#, c-format
+msgid "%s: warning: no static definition for `%s' in file `%s'\n"
+msgstr "%s: ·Ù¹ð: `%s' ¤ÎÀÅŪÄêµÁ¤¬¥Õ¥¡¥¤¥ë `%s' ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó\n"
+
+#: protoize.c:2701
+#, c-format
+msgid "%s: multiple static defs of `%s' in file `%s'\n"
+msgstr "%s: `%s' ¤ÎÀÅŪÄêµÁ¤¬¥Õ¥¡¥¤¥ë `%s' ¤ÎÃæ¤Ç½ÅÊ£¤·¤Æ¤¤¤Þ¤¹\n"
+
+#: protoize.c:2874 protoize.c:2877
+#, c-format
+msgid "%s: %d: warning: source too confusing\n"
+msgstr "%s: %d: ·Ù¹ð: ¥½¡¼¥¹¤¬º®Í𤷤¹¤®¤Æ¤¤¤Þ¤¹\n"
+
+#: protoize.c:3083
+#, c-format
+msgid "%s: %d: warning: varargs function declaration not converted\n"
+msgstr "%s: %d: ·Ù¹ð: varargs ´Ø¿ôÀë¸À¤¬ÊÑ´¹¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
+
+#: protoize.c:3098
+#, c-format
+msgid "%s: declaration of function `%s' not converted\n"
+msgstr "%s: ´Ø¿ô `%s' ¤ÎÀë¸À¤¬ÊÑ´¹¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
+
+#: protoize.c:3221
+#, c-format
+msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
+msgstr "%s: ·Ù¹ð: `%s' ¤ÎÀë¸À¤Ç¤Î²¾°ú¿ô¥ê¥¹¥È¤¬Â¿¤¹¤®¤Þ¤¹\n"
+
+#: protoize.c:3242
+#, c-format
+msgid "\n%s: warning: too few parameter lists in declaration of `%s'\n"
+msgstr "\n%s: ·Ù¹ð: `%s' ¤ÎÀë¸À¤Ç¤Î²¾°ú¿ô¥ê¥¹¥È¤¬¾¯¤Ê¤¹¤®¤Þ¤¹\n"
+
+#: protoize.c:3340
+#, c-format
+msgid "%s: %d: warning: found `%s' but expected `%s'\n"
+msgstr "%s: %d: ·Ù¹ð: `%s' ¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿¤¬ `%s' ¤¬´üÂÔ¤µ¤ì¤Æ¤¤¤Þ¤¹\n"
+
+#: protoize.c:3518
+#, c-format
+msgid "%s: local declaration for function `%s' not inserted\n"
+msgstr "%s: ´Ø¿ô `%s' ¤Î¥í¡¼¥«¥ëÀë¸À¤¬ÁÞÆþ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
+
+#: protoize.c:3545
+#, c-format
+msgid "\n%s: %d: warning: can't add declaration of `%s' into macro call\n"
+msgstr "\n%s: %d: ·Ù¹ð: `%s' ¤ÎÀë¸À¤ò¥Þ¥¯¥í¸Æ¤Ó½Ð¤·¤ËÄɲäǤ­¤Þ¤»¤ó\n"
+
+#: protoize.c:3619
+#, c-format
+msgid "%s: global declarations for file `%s' not inserted\n"
+msgstr "%s: ¥Õ¥¡¥¤¥ë `%s' ¤ÎÂç°èÀë¸À¤¬ÁÞÆþ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
+
+#: protoize.c:3710 protoize.c:3740
+#, c-format
+msgid "%s: definition of function `%s' not converted\n"
+msgstr "%s: ´Ø¿ô `%s' ¤ÎÄêµÁ¤¬ÊÑ´¹¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
+
+#: protoize.c:3729
+#, c-format
+msgid "%s: %d: warning: definition of %s not converted\n"
+msgstr "%s: %d: ·Ù¹ð: %s ¤ÎÄêµÁ¤¬ÊÑ´¹¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
+
+#: protoize.c:4059
+#, c-format
+msgid "%s: found definition of `%s' at %s(%d)\n"
+msgstr "%s: `%s' ¤ÎÄêµÁ¤¬ %s(%d) ¤Ë¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
+
+#. If we make it here, then we did not know about this
+#. function definition.
+#: protoize.c:4075
+#, c-format
+msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
+msgstr "%s: %d: ·Ù¹ð: `%s' ¤Ï¥×¥ê¥×¥í¥»¥¹¤«¤é½ü³°¤µ¤ì¤Æ¤¤¤Þ¤¹\n"
+
+#: protoize.c:4078
+#, c-format
+msgid "%s: function definition not converted\n"
+msgstr "%s: ´Ø¿ô¤ÎÄêµÁ¤¬ÊÑ´¹¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
+
+#: protoize.c:4137
+#, c-format
+msgid "%s: `%s' not converted\n"
+msgstr "%s: `%s' ¤ÏÊÑ´¹¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
+
+#: protoize.c:4145
+#, c-format
+msgid "%s: would convert file `%s'\n"
+msgstr "%s: `%s' ¤òÊÑ´¹¤·¤Þ¤¹\n"
+
+#: protoize.c:4148
+#, c-format
+msgid "%s: converting file `%s'\n"
+msgstr "%s: ¥Õ¥¡¥¤¥ë `%s' ¤òÊÑ´¹Ãæ\n"
+
+#: protoize.c:4158
+#, c-format
+msgid "%s: can't get status for file `%s': %s\n"
+msgstr "%s: ¥Õ¥¡¥¤¥ë `%s' ¤Î¾õÂÖ¤ò¼èÆÀ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s\n"
+
+#: protoize.c:4200
+#, c-format
+msgid "%s: can't open file `%s' for reading: %s\n"
+msgstr "%s: Æɤ߹þ¤ßÍѤ˥ե¡¥¤¥ë `%s' ¤ò³«¤¯¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s\n"
+
+#: protoize.c:4215
+#, c-format
+msgid "\n%s: error reading input file `%s': %s\n"
+msgstr "\n%s: ÆþÎÏ¥Õ¥¡¥¤¥ë `%s' ¤òÆɤ߹þ¤ßÃæ¤Ë¥¨¥é¡¼: %s\n"
+
+#: protoize.c:4249
+#, c-format
+msgid "%s: can't create/open clean file `%s': %s\n"
+msgstr "%s: ¤­¤ì¤¤¤Ê¥Õ¥¡¥¤¥ë `%s' ¤òºîÀ®/¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó: %s\n"
+
+#: protoize.c:4354
+#, c-format
+msgid "%s: warning: file `%s' already saved in `%s'\n"
+msgstr "%s: ·Ù¹ð: ¥Õ¥¡¥¤¥ë `%s' ¤Ï´û¤Ë `%s' ¤ËÊݸ¤µ¤ì¤Æ¤¤¤Þ¤¹\n"
+
+#: protoize.c:4362
+#, c-format
+msgid "%s: can't link file `%s' to `%s': %s\n"
+msgstr "%s: ¥Õ¥¡¥¤¥ë `%s' ¤ò `%s' ¤Ë¥ê¥ó¥¯¤Ç¤­¤Þ¤»¤ó: %s\n"
+
+#: protoize.c:4392
+#, c-format
+msgid "%s: can't create/open output file `%s': %s\n"
+msgstr "%s: ½ÐÎÏ¥Õ¥¡¥¤¥ë `%s' ¤òºîÀ®¤·¤¿¤ê³«¤¤¤¿¤ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s\n"
+
+#: protoize.c:4425
+#, c-format
+msgid "%s: can't change mode of file `%s': %s\n"
+msgstr "%s: ¥Õ¥¡¥¤¥ë `%s' ¤Î¥â¡¼¥É¤òÊѹ¹¤Ç¤­¤Þ¤»¤ó: %s\n"
+
+#: protoize.c:4611
+#, c-format
+msgid "%s: cannot get working directory: %s\n"
+msgstr "%s: ºî¶È¥Ç¥£¥ì¥¯¥È¥ê¤¬Ê¬¤«¤ê¤Þ¤»¤ó: %s\n"
+
+#: protoize.c:4709
+#, c-format
+msgid "%s: input file names must have .c suffixes: %s\n"
+msgstr "%s: ÆþÎÏ¥Õ¥¡¥¤¥ë̾¤Ë¤Ï³ÈÄ¥»Ò .c ¤¬¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó: %s\n"
+
+#: real.c:802 real.c:979
+msgid "conversion from NaN to int"
+msgstr "NaN ¤«¤éÀ°¿ô¤Ø¤ÎÊÑ´¹¤Ç¤¹"
+
+#: real.c:825
+msgid "conversion from NaN to unsigned int"
+msgstr "NaN ¤«¤éÉä¹ç̵¤·À°¿ô¤Ø¤ÎÊÑ´¹¤Ç¤¹"
+
+#: real.c:2700
+msgid "floating point overflow"
+msgstr "ÉâÆ°¾®¿ôÅÀ¤¬¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
+
+#: real.c:4340 real.c:6619 real.c:6700
+msgid "overflow on truncation to integer"
+msgstr "À°¿ô¤Ø¤ÎÀÚ¤êµÍ¤á¤Ç¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤¬µ¯¤³¤ê¤Þ¤·¤¿"
+
+#: real.c:4412
+msgid "overflow on truncation to unsigned integer"
+msgstr "Éä¹ç̵¤·À°¿ô¤Ø¤ÎÀÚ¤êµÍ¤á¤Ç¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤¬µ¯¤³¤ê¤Þ¤·¤¿"
+
+#: real.c:5760
+#, c-format
+msgid "%s: argument domain error"
+msgstr "%s: °ú¿ôÎΰ襨¥é¡¼¤Ç¤¹"
+
+#: real.c:5761
+#, c-format
+msgid "%s: function singularity"
+msgstr "%s: ´Ø¿ô¤Îñ°ìÀ­"
+
+#: real.c:5762
+#, c-format
+msgid "%s: overflow range error"
+msgstr "%s: ¥ª¡¼¥Ð¡¼¥Õ¥í¡¼ÈÏ°Ï¥¨¥é¡¼"
+
+#: real.c:5763
+#, c-format
+msgid "%s: underflow range error"
+msgstr "%s: ¥¢¥ó¥À¡¼¥Õ¥í¡¼ÈÏ°Ï¥¨¥é¡¼"
+
+#: real.c:5764
+#, c-format
+msgid "%s: total loss of precision"
+msgstr "%s: Á´ÂÎŪ¤ÊÀºÅÙ¤ÎÄã²¼"
+
+#: real.c:5765
+#, c-format
+msgid "%s: partial loss of precision"
+msgstr "%s: ÉôʬŪ¤ÊÀºÅÙ¤ÎÄã²¼"
+
+#: real.c:5766
+#, c-format
+msgid "%s: NaN - producing operation"
+msgstr "%s: NaN - Áàºî¤òÀ¸¤¸¤Þ¤¹"
+
+#: reg-stack.c:655
+#, c-format
+msgid "Output constraint %d must specify a single register"
+msgstr "½ÐÎÏÀ©Ìó %d ¤Ï°ì¤Ä¤Î¥ì¥¸¥¹¥¿¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: reg-stack.c:675
+msgid "Output regs must be grouped at top of stack"
+msgstr "½ÐÎϥ쥸¥¹¥¿¤Ï¥¹¥¿¥Ã¥¯¤Î¥È¥Ã¥×¤Ë¥°¥ë¡¼¥×¤µ¤ì¤Æ¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: reg-stack.c:712
+msgid "Implicitly popped regs must be grouped at top of stack"
+msgstr "°ÅÌÛ¤Ë pop ¤µ¤ì¤ë¥ì¥¸¥¹¥¿¤Ï¥¹¥¿¥Ã¥¯¤Î¥È¥Ã¥×¤Ë¥°¥ë¡¼¥×¤µ¤ì¤Æ¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: reg-stack.c:731
+#, c-format
+msgid "Output operand %d must use `&' constraint"
+msgstr "½ÐÎÏ¥ª¥Ú¥é¥ó¥É %d ¤Ï `&' À©Ìó¤ò»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: regclass.c:703
+#, c-format
+msgid "can't use '%s' as a %s register"
+msgstr "'%s' ¤ò %s ¤Î¥ì¥¸¥¹¥¿¤È¤·¤Æ»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó"
+
+#: regclass.c:725
+msgid "global register variable follows a function definition"
+msgstr "Âç°è register ÊÑ¿ô¤¬´Ø¿ôÄêµÁ¤Î¸å¤í¤Ë¤¢¤ê¤Þ¤¹"
+
+#: regclass.c:729
+msgid "register used for two global register variables"
+msgstr "¥ì¥¸¥¹¥¿¤¬Æó¤Ä¤Î¥°¥í¡¼¥Ð¥ë¥ì¥¸¥¹¥¿ÊÑ¿ô¤È¤·¤Æ»È¤ï¤ì¤Þ¤·¤¿"
+
+#: regclass.c:734
+msgid "call-clobbered register used for global register variable"
+msgstr "¸Æ¤Ó½Ð¤·¤ÇÇ˲õ¤µ¤ì¤ë¥ì¥¸¥¹¥¿¤¬¥°¥í¡¼¥Ð¥ë¥ì¥¸¥¹¥¿ÊÑ¿ô¤È¤·¤Æ»È¤ï¤ì¤Þ¤·¤¿"
+
+#: reload.c:1198
+msgid "cannot reload integer constant operand in `asm'"
+msgstr "À°¿ôÄê¿ô¥ª¥Ú¥é¥ó¥É¤ò `asm' Æâ¤ÇºÆ¥í¡¼¥É¤Ç¤­¤Þ¤»¤ó"
+
+#: reload.c:1220
+msgid "impossible register constraint in `asm'"
+msgstr "`asm' Æâ¤Ç¤Ï¥ì¥¸¥¹¥¿À©Ìó¤ò¹Ô¤Ê¤¨¤Þ¤»¤ó"
+
+#: reload.c:3330
+msgid "`&' constraint used with no register class"
+msgstr "`&' À©Ì󤬥쥸¥¹¥¿¥¯¥é¥¹Ìµ¤·¤Ç»È¤ï¤ì¤Þ¤·¤¿"
+
+#: reload.c:3487 reload.c:3701
+msgid "inconsistent operand constraints in an `asm'"
+msgstr "`asm' Æâ¤Ç¤Î¥ª¥Ú¥é¥ó¥ÉÀ©Ìó¤¬Ì·½â¤·¤Æ¤¤¤Þ¤¹"
+
+#: reload1.c:1235
+msgid "frame size too large for reliable stack checking"
+msgstr "¥Õ¥ì¡¼¥à¥µ¥¤¥º¤¬Â礭¤¹¤®¤Æ¡¢¥¹¥¿¥Ã¥¯¸¡ºº¤¬¿®Íê¤Ç¤­¤Ê¤¯¤Ê¤ê¤Þ¤¹"
+
+#: reload1.c:1238
+msgid "try reducing the number of local variables"
+msgstr "¥í¡¼¥«¥ëÊÑ¿ô¤Î¿ô¤òºï¸º¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤"
+
+#: reload1.c:1893
+#, c-format
+msgid "Can't find a register in class `%s' while reloading `asm'."
+msgstr "¥¯¥é¥¹ `%s' Æâ¤Î¥ì¥¸¥¹¥¿¤ò `asm' ºÆ¥í¡¼¥ÉÃæ¤Ë¸«¤Ä¤±¤é¤ì¤Þ¤»¤ó"
+
+#: reload1.c:1897
+#, c-format
+msgid "Unable to find a register to spill in class `%s'."
+msgstr "¥¯¥é¥¹ `%s' Æâ¤Ç¤Õ¤ë¤¤Íî¤È¤¹¥ì¥¸¥¹¥¿¤ò¸«¤Ä¤±¤é¤ì¤Þ¤»¤ó"
+
+#: reload1.c:3922
+msgid "`asm' operand requires impossible reload"
+msgstr "`asm' ¥ª¥Ú¥é¥ó¥É¤ÏºÆ¥í¡¼¥É¤Ç¤­¤Ê¤¤»ö¤¬Í׵ᤵ¤ì¤Þ¤¹"
+
+#: reload1.c:5033
+msgid "`asm' operand constraint incompatible with operand size"
+msgstr "`asm' ¥ª¥Ú¥é¥ó¥ÉÀ©Ì󤬥ª¥Ú¥é¥ó¥É¥µ¥¤¥º¤ÈÀ°¹ç¤·¤Þ¤»¤ó"
+
+#: reload1.c:6620
+msgid "output operand is constant in `asm'"
+msgstr "½ÐÎÏ¥ª¥Ú¥é¥ó¥É¤¬ `asm' Æâ¤ÇÄê¿ô¤Ç¤¹"
+
+#: rtl.c:1289
+#, c-format
+msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
+msgstr "RTL ¸¡ºº: elt %d(%s) ¤¬ºÇ¸å¤Î elt %d(%s Ãæ) ¤È°ì½ï¤Ë¥¢¥¯¥»¥¹¤·¤Þ¤¹ (%s:%d)"
+
+#: rtl.c:1304
+#, c-format
+msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
+msgstr "RTL ¸¡ºº: elt %d ·¿¤Ï '%c' ¤Î¤Ï¤º¤Ê¤Î¤Ë '%c' (rtx %s, %s Ãæ)¤Ç¤¹ (%s:%d)"
+
+#: rtl.c:1320
+#, c-format
+msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
+msgstr "RTL ¸¡ºº: elt %d ·¿¤Ï '%c' ¤« '%c' ¤Î¤Ï¤º¤Ê¤Î¤Ë '%c' (rtx %s, %s Ãæ) ¤Ç¤¹ (%s:%d)"
+
+#: rtl.c:1333
+#, c-format
+msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
+msgstr "RTL ¸¡ºº: ¥³¡¼¥É `%s' ¤Î¤Ï¤º¤Ê¤Î¤Ë `%s' (%s Ãæ)¤Ç¤¹ (%s:%d)"
+
+#: rtl.c:1347
+#, c-format
+msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
+msgstr "RTL ¸¡ºº: ¥³¡¼¥É `%s' ¤« `%s' ¤Î¤Ï¤º¤Ê¤Î¤Ë `%s' (%s Ãæ)¤Ç¤¹ (%s:%d)"
+
+#: rtl.c:1362
+#, c-format
+msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
+msgstr "RTL check: ¥Ù¥¯¥È¥ë¤Î elt %d ¤òºÇ¸å¤Î elt %d (%s Ãæ)¤È°ì½ï¤Ë¥¢¥¯¥»¥¹¤·¤Þ¤¹ (%s:%d)"
+
+#: stmt.c:917
+#, c-format
+msgid "jump to `%s' invalidly jumps into binding contour"
+msgstr "`%s' ¤Ø¤Î¥¸¥ã¥ó¥×¤ÏÅ»¤á¤é¤ì¤¿¥Ö¥í¥Ã¥¯Æâ¤Ø¡¢Ìµ¸ú¤Ë¥¸¥ã¥ó¥×¤·¤Æ¤¤¤Þ¤¹"
+
+#: stmt.c:1153 stmt.c:3641
+#, c-format
+msgid "label `%s' used before containing binding contour"
+msgstr "¥é¥Ù¥ë `%s' ¤¬Å»¤á¤é¤ì¤¿¥Ö¥í¥Ã¥¯¤ò¹½À®¤¹¤ëÁ°¤Ë»È¤ï¤ì¤Þ¤·¤¿"
+
+#: stmt.c:1283 stmt.c:1357
+msgid "`asm' cannot be used in function where memory usage is checked"
+msgstr "`asm' ¤Ï´Ø¿ô¤Ç¥á¥â¥êÍøÍѤòÄ´¤Ù¤ë½ê¤Ç¤Ï»È¤¨¤Þ¤»¤ó"
+
+#: stmt.c:1343
+msgid "`asm' cannot be used with `-fcheck-memory-usage'"
+msgstr "`asm' ¤Ï `-fcheck-memory-usage' ¤È°ì½ï¤Ë»È¤¨¤Þ¤»¤ó"
+
+#: stmt.c:1372
+#, c-format
+msgid "unknown register name `%s' in `asm'"
+msgstr "`asm' Ãæ¤ËÉÔÌÀ¤Ê¥ì¥¸¥¹¥¿Ì¾ `%s' ¤¬¤¢¤ê¤Þ¤¹"
+
+#: stmt.c:1387
+msgid "too many alternatives in `asm'"
+msgstr "`asm' Ãæ¤ÎÂåÂØ¥­¡¼¥ï¡¼¥É¤¬Â¿¤¹¤®¤Þ¤¹"
+
+#: stmt.c:1398
+msgid "operand constraints for `asm' differ in number of alternatives"
+msgstr "`asm' ¤Î¥ª¥Ú¥é¥ó¥ÉÀ©Ìó¤¬ÂåÂØÈÖ¹æ¤È¤Ï°Û¤Ê¤ê¤Þ¤¹"
+
+#: stmt.c:1446
+msgid "output operand constraint lacks `='"
+msgstr "½ÐÎÏ¥ª¥Ú¥é¥ó¥ÉÀ©Ìó¤Ë `=' ¤¬·ç¤±¤Æ¤¤¤Þ¤¹"
+
+#: stmt.c:1465
+#, c-format
+msgid "output constraint `%c' for operand %d is not at the beginning"
+msgstr "½ÐÎÏÀ©Ìó `%c' (operand %d ÍÑ) ¤¬³«»ÏÉôʬ¤Ë¤¢¤ê¤Þ¤»¤ó"
+
+#: stmt.c:1472
+#, c-format
+msgid "output operand constraint %d contains `+'"
+msgstr "½ÐÎÏ¥ª¥Ú¥é¥ó¥ÉÀ©Ìó %d ¤Ï `+' ¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹"
+
+#: stmt.c:1481
+msgid "operand constraint contains '+' or '=' at illegal position."
+msgstr "¥ª¥Ú¥é¥ó¥ÉÀ©ÌóÃæ¡¢ÉÔÀµ¤Ê°ÌÃÖ¤Ë '+' ¤ä '=' ¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹"
+
+#: stmt.c:1487 stmt.c:1664
+#, c-format
+msgid "`%%' constraint used with last operand"
+msgstr "`%%' À©Ì󤬺Ǹå¤Î¥ª¥Ú¥é¥ó¥É¤È¤È¤â¤Ë»È¤ï¤ì¤Þ¤·¤¿"
+
+#: stmt.c:1501
+msgid "matching constraint not valid in output operand"
+msgstr "½ÐÎÏ¥ª¥Ú¥é¥ó¥ÉÆâ¤ÎÀ©Ìó¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
+
+#: stmt.c:1527 stmt.c:1724
+#, c-format
+msgid "invalid punctuation `%c' in constraint"
+msgstr "̵¸ú¤Ê¶çÆÉÅÀ `%c' ¤¬À©ÌóÆâ¤Ë¤¢¤ê¤Þ¤¹"
+
+#: stmt.c:1571
+#, c-format
+msgid "output number %d not directly addressable"
+msgstr "½ÐÎÏÈÖ¹æ %d ¤ÏľÀÜ¥¢¥É¥ì¥¹»ØÄê¤Ç¤­¤Þ¤»¤ó"
+
+#: stmt.c:1599
+#, c-format
+msgid "more than %d operands in `asm'"
+msgstr "`asm' ¤ÎÃæ¤Ë %d ¤ò±Û¤¨¤ë¥ª¥Ú¥é¥ó¥É¤¬¤¢¤ê¤Þ¤¹"
+
+#: stmt.c:1637
+#, c-format
+msgid "hard register `%s' listed as input operand to `asm'"
+msgstr "¥Ï¡¼¥É¥ì¥¸¥¹¥¿ `%s' ¤¬ `asm' ¤ËÂФ·¡¢ÆþÎÏ¥ª¥Ú¥é¥ó¥É¤È¤·¤ÆÅÐÏ¿¤µ¤ì¤Þ¤·¤¿"
+
+#: stmt.c:1654
+#, c-format
+msgid "input operand constraint contains `%c'"
+msgstr "ÆþÎÏ¥ª¥Ú¥é¥ó¥ÉÀ©Ìó¤¬ `%c' ¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹"
+
+#: stmt.c:1691
+msgid "matching constraint references invalid operand number"
+msgstr "À©Ìó¤ËŬ¹ç¤µ¤»¤ë»þ¤Ë¡¢Ìµ¸ú¤Ê¥ª¥Ú¥é¥ó¥ÉÈÖ¹æ¤ò»²¾È¤·¤Þ¤·¤¿"
+
+#. ??? Leave this only until we have experience with what
+#. happens in combine and elsewhere when constraints are
+#. not satisfied.
+#: stmt.c:1758 stmt.c:1786
+#, c-format
+msgid "asm operand %d probably doesn't match constraints"
+msgstr "asm ¥ª¥Ú¥é¥ó¥É %d ¤Ï¶²¤é¤¯À©Ìó¤ËŬ¹ç¤·¤Þ¤»¤ó"
+
+#: stmt.c:3578
+#, c-format
+msgid "unused variable `%s'"
+msgstr "ÊÑ¿ô `%s' ¤Ï»È¤ï¤ì¤Þ¤»¤ó¤Ç¤·¤¿"
+
+#: stmt.c:5026
+#, c-format
+msgid "enumeration value `%s' not handled in switch"
+msgstr "ÎóµóÃÍ `%s' ¤Ï switch Æâ¤Ç°·¤ï¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: stmt.c:5052 stmt.c:5072
+#, c-format
+msgid "case value `%ld' not in enumerated type"
+msgstr "case ÃÍ `%ld' ¤ÏÎóµó·¿¤Ë¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: stmt.c:5055 stmt.c:5075
+#, c-format
+msgid "case value `%ld' not in enumerated type `%s'"
+msgstr "case ÃÍ `%ld' ¤ÏÎóµó·¿ `%s' ¤Ë¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: stor-layout.c:140
+msgid "type size can't be explicitly evaluated"
+msgstr "·¿¤ÎÂ礭¤µ¤ÏÌÀ¼¨Åª¤Ëɾ²Á¤µ¤ì¤ë¤â¤Î¤Ç¤Ï¤¢¤ê¤¨¤Þ¤»¤ó"
+
+#: stor-layout.c:142
+msgid "variable-size type declared outside of any function"
+msgstr "ÊÑ¿ô¥µ¥¤¥º·¿¤¬´Ø¿ô¤Î³°Â¦¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
+
+#: stor-layout.c:415
+#, c-format
+msgid "size of `%s' is %d bytes"
+msgstr "`%s' ¤Î¥µ¥¤¥º¤¬ %d ¥Ð¥¤¥È¤Ç¤¹"
+
+#: stor-layout.c:417
+#, c-format
+msgid "size of `%s' is larger than %d bytes"
+msgstr "`%s' ¤Î¥µ¥¤¥º¤¬ %d ¥Ð¥¤¥È¤è¤êÂ礭¤¯¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: stor-layout.c:771 stor-layout.c:1023
+#, c-format
+msgid "packed attribute causes inefficient alignment for `%s'"
+msgstr "packed °À­¤Ï `%s' ¤ËÂФ·¤ÆÉÔ¸úΨ¤Ê¥¢¥é¥¤¥ó¥á¥ó¥È¤ò°ú¤­µ¯¤³¤·¤Þ¤¹"
+
+#: stor-layout.c:773 stor-layout.c:1025
+#, c-format
+msgid "packed attribute is unnecessary for `%s'"
+msgstr "packed °À­¤Ï `%s' ¤Ë¤ÏɬÍפ¢¤ê¤Þ¤»¤ó"
+
+#: stor-layout.c:788
+#, c-format
+msgid "padding struct to align `%s'"
+msgstr "`%s' ¤ò¥¢¥é¥¤¥ó¤¹¤ë¤¿¤á¤Ë¹½Â¤ÂΤò¥Ñ¥Ç¥£¥ó¥°¤·¤Þ¤¹"
+
+#: stor-layout.c:987
+msgid "padding struct size to alignment boundary"
+msgstr "¥¢¥é¥¤¥ó¥á¥ó¥È¶­³¦¤Î¥µ¥¤¥º¤Ë¹½Â¤ÂΤò¥Ñ¥Ç¥£¥ó¥°¤·¤Þ¤¹"
+
+#: stor-layout.c:1030
+msgid "packed attribute causes inefficient alignment"
+msgstr "packed °À­¤ÏÉÔ¸úΨ¤Ê¥¢¥é¥¤¥ó¥á¥ó¥È¤ò°ú¤­µ¯¤³¤·¤Þ¤¹"
+
+#: stor-layout.c:1032
+msgid "packed attribute is unnecessary"
+msgstr "packed °À­¤ÏɬÍפ¢¤ê¤Þ¤»¤ó"
+
+#: stringpool.c:307
+#, c-format
+msgid "\"%s\" and \"%s\" identical in first %d characters"
+msgstr "\"%s\" ¤È \"%s\" ¤ÏºÇ½é¤Î %d ʸ»ú¤¬Á´¤¯Æ±¤¸¤Ç¤¹"
+
+#: timevar.c:428
+msgid "\nExecution times (seconds)\n"
+msgstr "\n¼Â¹Ô²ó¿ô (ÉÃ)\n"
+
+#. Print total time.
+#: timevar.c:476
+msgid " TOTAL :"
+msgstr " ¹ç·× :"
+
+#: timevar.c:515
+#, c-format
+msgid "time in %s: %ld.%06ld (%ld%%)\n"
+msgstr "%s ¤Ç¤Î»þ´Ö: %ld.%06ld (%ld%%)\n"
+
+#: tlink.c:428
+#, c-format
+msgid "collect: reading %s\n"
+msgstr "collect: %s ¤òÆɤ߹þ¤ß¤Þ¤¹\n"
+
+#: tlink.c:529
+#, c-format
+msgid "collect: recompiling %s\n"
+msgstr "collect: %s ¤òºÆ¥³¥ó¥Ñ¥¤¥ë¤·¤Þ¤¹\n"
+
+#: tlink.c:694
+#, c-format
+msgid "collect: tweaking %s in %s\n"
+msgstr "collect: %s ¤ò°ú¤ÃÄ¥¤ê¤Þ¤¹(%s Æâ)\n"
+
+#: tlink.c:741
+msgid "collect: relinking\n"
+msgstr "collect: ºÆ¥ê¥ó¥¯¤·¤Þ¤¹\n"
+
+#: tlink.c:750
+#, c-format
+msgid "ld returned %d exit status"
+msgstr "ld ¤Ï¥¹¥Æ¡¼¥¿¥¹ %d ¤Ç½ªÎ»¤·¤Þ¤·¤¿"
+
+#: toplev.c:913
+msgid "Generate debugging info in default format"
+msgstr "¥Ç¥Õ¥©¥ë¥È·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
+
+#: toplev.c:914
+msgid "Generate debugging info in default extended format"
+msgstr "¥Ç¥Õ¥©¥ë¥È³ÈÄ¥·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
+
+#: toplev.c:916
+msgid "Generate STABS format debug info"
+msgstr "STABS ·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
+
+#: toplev.c:917
+msgid "Generate extended STABS format debug info"
+msgstr "³ÈÄ¥ STABS ·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
+
+#: toplev.c:920
+msgid "Generate DWARF-1 format debug info"
+msgstr "DWARF-1 ·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
+
+#: toplev.c:922
+msgid "Generate extended DWARF-1 format debug info"
+msgstr "³ÈÄ¥ DWARF-1 ·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
+
+#: toplev.c:925
+msgid "Generate DWARF-2 debug info"
+msgstr "DWARF-2 ·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
+
+#: toplev.c:928
+msgid "Generate XCOFF format debug info"
+msgstr "XCOFF ·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
+
+#: toplev.c:929
+msgid "Generate extended XCOFF format debug info"
+msgstr "³ÈÄ¥ XCOFF ·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
+
+#: toplev.c:932
+msgid "Generate COFF format debug info"
+msgstr "COFF ·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
+
+#: toplev.c:976
+msgid "Do not store floats in registers"
+msgstr "¥ì¥¸¥¹¥¿¤ËÉâÆ°¾®¿ô¤ò³ÊǼ¤·¤Ê¤¤"
+
+#: toplev.c:978
+msgid "Consider all mem refs through pointers as volatile"
+msgstr "¥Ý¥¤¥ó¥¿·Ðͳ¤Î¥á¥â¥ê»²¾È¤òÁ´¤Æ volatile ¤È¤ß¤Ê¤¹"
+
+#: toplev.c:980
+msgid "Consider all mem refs to global data to be volatile"
+msgstr "Âç°è¥Ç¡¼¥¿¤Ø¤Î¥á¥â¥ê»²¾È¤òÁ´¤Æ volatile ¤È¤ß¤Ê¤¹"
+
+#: toplev.c:982
+msgid "Consider all mem refs to static data to be volatile"
+msgstr "ÀÅŪ¥Ç¡¼¥¿¤Ø¤Î¥á¥â¥ê»²¾È¤òÁ´¤Æ volatile ¤È¤ß¤Ê¤¹"
+
+#: toplev.c:984
+msgid "Defer popping functions args from stack until later"
+msgstr "´Ø¿ô°ú¿ô¤ò¥¹¥¿¥Ã¥¯¤«¤é pop ¤¹¤ë¤Î¤ò¸Æ¤Ó½Ð¤·¸å¤Þ¤ÇÃ٤餻¤ë"
+
+#: toplev.c:986
+msgid "When possible do not generate stack frames"
+msgstr "²Äǽ¤Ê¾ì¹ç¡¢¥¹¥¿¥Ã¥¯¥Õ¥ì¡¼¥à¤òÀ¸À®¤·¤Ê¤¤"
+
+#: toplev.c:988
+msgid "Optimize sibling and tail recursive calls"
+msgstr "sibling ¸Æ¤Ó½Ð¤·¤äËöÈøºÆµ¢¸Æ¤Ó½Ð¤·¤òºÇŬ²½¤¹¤ë"
+
+#: toplev.c:990
+msgid "When running CSE, follow jumps to their targets"
+msgstr "CSE ¤ÇÆ°ºî¤¹¤ë¤È¤­¡¢¤½¤ì¤é¤Î¥¿¡¼¥²¥Ã¥È¤Ø¤Î¥¸¥ã¥ó¥×¤ËÄɿ魯¤ë"
+
+#: toplev.c:992
+msgid "When running CSE, follow conditional jumps"
+msgstr "CSE ¤ÇÆ°ºî¤¹¤ë¤È¤­¡¢¾ò·ï¥¸¥ã¥ó¥×¤ËÄɿ魯¤ë"
+
+#: toplev.c:994
+msgid "Perform a number of minor, expensive optimisations"
+msgstr "ÌÜΩ¤¿¤Ê¤¤¡¢¥³¥¹¥È¤Î¤«¤«¤ëºÇŬ²½¤ò¹Ô¤Ê¤¦"
+
+#: toplev.c:996
+msgid "Perform jump threading optimisations"
+msgstr "¥¸¥ã¥ó¥×ʬ´ôºÇŬ²½¤ò¹Ô¤Ê¤¦"
+
+#: toplev.c:998
+msgid "Perform strength reduction optimisations"
+msgstr "¶¯Åٺ︺ºÇŬ²½¤ò¹Ô¤Ê¤¦"
+
+#: toplev.c:1000
+msgid "Perform loop unrolling when iteration count is known"
+msgstr "È¿Éü²ó¿ô¤¬´ûÃΤΤȤ­¡¢¥ë¡¼¥×Ÿ³«¤ò¹Ô¤Ê¤¦"
+
+#: toplev.c:1002
+msgid "Perform loop unrolling for all loops"
+msgstr "Á´¤Æ¤Î¥ë¡¼¥×¤Ç¥ë¡¼¥×Ÿ³«¤ò¹Ô¤Ê¤¦"
+
+#: toplev.c:1004
+msgid "Force all loop invariant computations out of loops"
+msgstr "¥ë¡¼¥×Ãæ¤ËÉÔÊѤʷ׻»¤ò¥ë¡¼¥×¤Î³°¤Ë°ÜÆ°¤¹¤ë"
+
+#: toplev.c:1006
+msgid "Strength reduce all loop general induction variables"
+msgstr "¥ë¡¼¥×¤ÎÃæ¤ÎÁ´¤Æ¤Î°ìÈÌͶƳÊÑ¿ô¤ò¶¯Åٺ︺¤¹¤ë"
+
+#: toplev.c:1008
+msgid "Store strings in writable data section"
+msgstr "ʸ»úÎó¤ò½ñ¤­¹þ¤ß²Äǽ¥Ç¡¼¥¿¥»¥¯¥·¥ç¥ó¤Ë³ÊǼ¤¹¤ë"
+
+#: toplev.c:1010
+msgid "Enable machine specific peephole optimisations"
+msgstr "µ¡¼ï¸ÇÍ­¤ÎÇÁ¤­·êºÇŬ²½¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: toplev.c:1012
+msgid "Copy memory operands into registers before using"
+msgstr "¥á¥â¥ê¥ª¥Ú¥é¥ó¥É¤òÍøÍѤ¹¤ëÁ°¤Ë¥ì¥¸¥¹¥¿¤Ø¥³¥Ô¡¼¤¹¤ë"
+
+#: toplev.c:1014
+msgid "Copy memory address constants into regs before using"
+msgstr "¥á¥â¥ê¥¢¥É¥ì¥¹Äê¿ô¤òÍøÍѤ¹¤ëÁ°¤Ë¥ì¥¸¥¹¥¿¤Ø¥³¥Ô¡¼¤¹¤ë"
+
+#: toplev.c:1016
+msgid "Allow function addresses to be held in registers"
+msgstr "´Ø¿ô¥¢¥É¥ì¥¹¤ò¥ì¥¸¥¹¥¿¤Ë»ý¤¿¤»¤ë»ö¤òµö²Ä¤¹¤ë"
+
+#: toplev.c:1018
+msgid "Integrate simple functions into their callers"
+msgstr "ñ½ã¤Ê´Ø¿ô¤ò¸Æ¤Ó½Ð¤·Â¦¤ËÅý¹ç¤¹¤ë"
+
+#: toplev.c:1020
+msgid "Generate code for funcs even if they are fully inlined"
+msgstr "Á´¤Æ¥¤¥ó¥é¥¤¥ó¤È¤µ¤ì¤¿¤È¤·¤Æ¤â´Ø¿ô¤Î¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: toplev.c:1022
+msgid "Pay attention to the 'inline' keyword"
+msgstr "'inline' ¥­¡¼¥ï¡¼¥É¤ËÃí°Õ¤òʧ¤¦"
+
+#: toplev.c:1024
+msgid "Emit static const variables even if they are not used"
+msgstr "»ÈÍѤµ¤ì¤Ê¤¤ÀÅŪÄê¿ôÊÑ¿ô¤Ç¤¢¤Ã¤Æ¤â½ÐÎϤ¹¤ë"
+
+#: toplev.c:1026
+msgid "Check for syntax errors, then stop"
+msgstr "ʸˡ¥¨¥é¡¼¤ò¸¡½Ð¤·¤Æ¡¢¤½¤³¤ÇÄä»ß¤¹¤ë"
+
+#: toplev.c:1028
+msgid "Mark data as shared rather than private"
+msgstr "¥Ç¡¼¥¿¤ò¥×¥é¥¤¥Ù¡¼¥È¤Ç¤Ï¤Ê¤¯¶¦Í­¤µ¤ì¤ë¤è¤¦¥Þ¡¼¥¯¤¹¤ë"
+
+#: toplev.c:1030
+msgid "Enable saving registers around function calls"
+msgstr "´Ø¿ô¸Æ¤Ó½Ð¤·¤ÎÁ°¸å¤Ç¥ì¥¸¥¹¥¿¤ÎÊݸ¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: toplev.c:1032
+msgid "Return 'short' aggregates in memory, not registers"
+msgstr "'¾®¤µ¤Ê' ½¸¹çÂΤò¥ì¥¸¥¹¥¿¤Ç¤Ï¤Ê¤¯¥á¥â¥ê¤Ë³ÊǼ¤·¤ÆÊÖ¤¹"
+
+#: toplev.c:1034
+msgid "Return 'short' aggregates in registers"
+msgstr "'¾®¤µ¤Ê' ½¸¹çÂΤò¥ì¥¸¥¹¥¿¤Ë³ÊǼ¤·¤ÆÊÖ¤¹"
+
+#: toplev.c:1036
+msgid "Attempt to fill delay slots of branch instructions"
+msgstr "ʬ´ôÌ¿Îá¤ÎÃٱ䥹¥í¥Ã¥È¤ò»È¤¦¤³¤È¤ò»î¤ß¤ë"
+
+#: toplev.c:1038
+msgid "Perform the global common subexpression elimination"
+msgstr "¥°¥í¡¼¥Ð¥ë¶¦ÄÌÉôʬ¼°¤ò½üµî¤¹¤ë"
+
+#: toplev.c:1040
+msgid "Run CSE pass after loop optimisations"
+msgstr "¥ë¡¼¥×ºÇŬ²½¸å¤Ë¶¦ÄÌÉôʬ¼°½üµî²áÄø¤ò¼Â¹Ô"
+
+#: toplev.c:1042
+msgid "Run the loop optimiser twice"
+msgstr "¥ë¡¼¥×ºÇŬ²½¤òÆó²ó¼Â¹Ô¤¹¤ë"
+
+#: toplev.c:1044
+msgid "Delete useless null pointer checks"
+msgstr "̵°ÕÌ£¤Ê null ¥Ý¥¤¥ó¥¿¸¡ºº¤òºï½ü¤¹¤ë"
+
+#: toplev.c:1046
+msgid "Pretend that host and target use the same FP format"
+msgstr "¥Û¥¹¥È¤È¥¿¡¼¥²¥Ã¥È¤¬Æ±¤¸ÉâÆ°¾®¿ô·Á¼°¤ò»È¤¦¿¶¤ëÉñ¤¤¤ò¤µ¤»¤ë"
+
+#: toplev.c:1048
+msgid "Reschedule instructions before register allocation"
+msgstr "¥ì¥¸¥¹¥¿³ÎÊݤÎÁ°¤ËÌ¿Îá¤òÊ¤Ùľ¤¹"
+
+#: toplev.c:1050
+msgid "Reschedule instructions after register allocation"
+msgstr "¥ì¥¸¥¹¥¿³ÎÊݤθå¤ÇÌ¿Îá¤òÊ¤Ùľ¤¹"
+
+#: toplev.c:1052
+msgid "Enable scheduling across basic blocks"
+msgstr "´ðËÜ¥Ö¥í¥Ã¥¯¤ò¸Ù¤°Ì¿ÎáÇÛÃÖ¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: toplev.c:1054
+msgid "Allow speculative motion of non-loads"
+msgstr "Èó¥í¡¼¥É¤Ç¤ÎÉԳμ¤ÊÆ°ºî¤òµö²Ä¤¹¤ë"
+
+#: toplev.c:1056
+msgid "Allow speculative motion of some loads"
+msgstr "¤¤¤¯¤Ä¤«¤Î¥í¡¼¥É¤Ç¤ÎÉԳμ¤ÊÆ°ºî¤òµö²Ä¤¹¤ë"
+
+#: toplev.c:1058
+msgid "Allow speculative motion of more loads"
+msgstr "¤è¤ê¿¤¯¤Î¥í¡¼¥É¤Ç¤ÎÉԳμ¤ÊÆ°ºî¤òµö²Ä¤¹¤ë"
+
+#: toplev.c:1060
+msgid "Replace add,compare,branch with branch on count reg"
+msgstr "²Ã»»¡¢Èæ³Ó¥Ö¥é¥ó¥Á¤ÎÂå¤ï¤ê¤Ë¥«¥¦¥ó¥È¥ì¥¸¥¹¥¿¤Î¥Ö¥é¥ó¥Á¤ò»È¤¦"
+
+#: toplev.c:1062
+msgid "Generate position independent code, if possible"
+msgstr "²Äǽ¤Ç¤¢¤ì¤Ð°ÌÃÖÆÈΩ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: toplev.c:1065
+msgid "Enable exception handling"
+msgstr "Îã³°Ê᪤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: toplev.c:1067
+msgid "Just generate unwind tables for exception handling"
+msgstr "´¬¤­Ìᤷ¤ò¹Ô¤Ê¤¦Îã³°Êä­Íѥơ¼¥Ö¥ë¤òÀ¸À®¤¹¤ë"
+
+#: toplev.c:1069
+msgid "Support synchronous non-call exceptions"
+msgstr "Ʊ´üÈó¸Æ¤Ó½Ð¤·Îã³°¤ò¥µ¥Ý¡¼¥È¤¹¤ë"
+
+#: toplev.c:1071
+msgid "Insert arc based program profiling code"
+msgstr "¥×¥í¥°¥é¥à¤¬¥³¡¼¥É¥×¥í¥Õ¥¡¥¤¥ë¤¹¤ë¸µ¤Ë¤Ê¤ë¸Ì¤òÁÞÆþ¤¹¤ë"
+
+#: toplev.c:1073
+msgid "Create data files needed by gcov"
+msgstr "gcov ¤¬É¬ÍפȤ¹¤ë¥Ç¡¼¥¿¥Õ¥¡¥¤¥ë¤òºîÀ®¤¹¤ë"
+
+#: toplev.c:1075
+msgid "Use profiling information for branch probabilities"
+msgstr "ʬ´ô·ÐÏ©¿ä¬ÍѤΥץí¥Õ¥¡¥¤¥ë¾ðÊó¤òÍøÍѤ¹¤ë"
+
+#: toplev.c:1077
+msgid "Reorder basic blocks to improve code placement"
+msgstr "¥³¡¼¥ÉÇÛÃÖ¤ò²þÁ±¤¹¤ë¤¿¤á¤Ë´ðËÜ¥Ö¥í¥Ã¥¯¤òºÆÀ°Íý¤¹¤ë"
+
+#: toplev.c:1079
+msgid "Do the register renaming optimization pass"
+msgstr "ºÇŬ²½²áÄø¤Î¥ì¥¸¥¹¥¿¤Ä¤±ÊѤ¨¤ò¹Ô¤Ê¤¦"
+
+#: toplev.c:1081
+msgid "Improve FP speed by violating ANSI & IEEE rules"
+msgstr "ANSI & IEEE µ¬Â§¤òÇˤäÆÉâÆ°¾®¿ô¤Î®ÅÙ¤ò²þÁ±¤¹¤ë"
+
+#: toplev.c:1083
+msgid "Do not put unitialised globals in the common section"
+msgstr "Âç°èÊÑ¿ôÅù¤ò½é´ü²½¤µ¤ì¤Ê¤¤¥³¥â¥ó¥»¥¯¥·¥ç¥ó¤ËÃÖ¤«¤Ê¤¤"
+
+#: toplev.c:1085
+msgid "Do not generate .size directives"
+msgstr ".size µ¿»÷Ì¿Îá¤òÀ¸À®¤·¤Ê¤¤"
+
+#: toplev.c:1087
+msgid "place each function into its own section"
+msgstr "³Æ¡¹¤Î´Ø¿ô¤ò¤½¤ì¼«¿È¤Î¥»¥¯¥·¥ç¥ó¤ËÇÛÃÖ¤¹¤ë"
+
+#: toplev.c:1089
+msgid "place data items into their own section"
+msgstr "¥Ç¡¼¥¿¹àÌܤò¤½¤ì¤é¼«¿È¤Î¥»¥¯¥·¥ç¥ó¤ËÇÛÃÖ¤¹¤ë"
+
+#: toplev.c:1091
+msgid "Add extra commentry to assembler output"
+msgstr ";ʬ¤Ê¥³¥á¥ó¥È¤ò¥¢¥»¥ó¥Ö¥é½ÐÎϤËÄɲ乤ë"
+
+#: toplev.c:1093
+msgid "Output GNU ld formatted global initialisers"
+msgstr "GNU ld ·Á¼°¤ÎÂç°è½é´ü²½»Ò¤ò½ÐÎϤ¹¤ë"
+
+#: toplev.c:1095
+msgid "Enables a register move optimisation"
+msgstr "°ÜÆ°Ì¿ÎáºÇŬ²½¥ì¥¸¥¹¥¿¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: toplev.c:1097
+msgid "Do the full regmove optimization pass"
+msgstr "ºÇŬ²½²áÄø¤ÇºÇÂç¸Â¤Î regmove ¤ò¹Ô¤Ê¤¦"
+
+#: toplev.c:1099
+msgid "Pack structure members together without holes"
+msgstr "¹½Â¤ÂÎ¥á¥ó¥Ð¤ò·ê¤¬³«¤«¤Ê¤¤¤è¤¦¤Ë¥Ñ¥Ã¥¯¤¹¤ë"
+
+#: toplev.c:1101
+msgid "Insert stack checking code into the program"
+msgstr "¥×¥í¥°¥é¥à¤Ë¥¹¥¿¥Ã¥¯¶­³¦¸¡½Ð¥³¡¼¥É¤òÁÞÆþ¤¹¤ë"
+
+#: toplev.c:1103
+msgid "Specify that arguments may alias each other & globals"
+msgstr "°ú¿ô¤ÈÂç°è¥Ç¡¼¥¿¤ä¾¤Î°ú¿ô¤ÈÊÌ̾¤Ë¤Ê¤ê¤¦¤ë»ö¤ò»ØÄꤹ¤ë"
+
+#: toplev.c:1105
+msgid "Assume arguments may alias globals but not each other"
+msgstr "°ú¿ô¤ÈÂç°è¥Ç¡¼¥¿¤ÏÊÌ̾¤Ë¤Ê¤ê¤¦¤ë¤¬Â¾¤Î°ú¿ô¤È¤ÏÊÌ̾¤Ç¤Ï¤Ê¤¤¤È¤ß¤Ê¤¹"
+
+#: toplev.c:1107
+msgid "Assume arguments do not alias each other or globals"
+msgstr "°ú¿ô¤¬Âç°è¥Ç¡¼¥¿¤ä¾¤Î°ú¿ô¤ÈÊÌ̾¤Ë¤Ï¤Ê¤é¤Ê¤¤¤È¤ß¤Ê¤¹"
+
+#: toplev.c:1109
+msgid "Assume strict aliasing rules apply"
+msgstr "¸·Ì©¤ÊÊÌ̾µ¬Â§¤ËŬ¹ç¤¹¤ë¤È¤ß¤Ê¤¹"
+
+#: toplev.c:1111
+msgid "Align the start of loops"
+msgstr "¥ë¡¼¥×¤Î³«»Ï¤ò¥¢¥é¥¤¥ó¤¹¤ë"
+
+#: toplev.c:1113
+msgid "Align labels which are only reached by jumping"
+msgstr "¥é¥Ù¥ë¤Î¤¦¤Á¥¸¥ã¥ó¥×ÅþãÀè¤È¤Ê¤ë¤â¤Î¤À¤±¤ò¥¢¥é¥¤¥ó¤¹¤ë"
+
+#: toplev.c:1115
+msgid "Align all labels"
+msgstr "Á´¤Æ¤Î¥é¥Ù¥ë¤ò¥¢¥é¥¤¥ó¤¹¤ë"
+
+#: toplev.c:1117
+msgid "Align the start of functions"
+msgstr "´Ø¿ô¤Î³«»Ï¤ò¥¢¥é¥¤¥ó¤¹¤ë"
+
+#: toplev.c:1119
+msgid "Generate code to check every memory access"
+msgstr "³Æ¥á¥â¥ê¥¢¥¯¥»¥¹¤ò¸¡½Ð¤¹¤ë¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
+
+#: toplev.c:1121
+msgid "Add a prefix to all function names"
+msgstr "Á´¤Æ¤Î´Ø¿ô̾¤ËÀÜƬ¼­¤òÄɲ乤ë"
+
+#: toplev.c:1123
+msgid "Suppress output of instruction numbers and line number notes in debugging dumps"
+msgstr "¥Ç¥Ð¥Ã¥°¥À¥ó¥×¤ÇÌ¿ÎáÈÖ¹æ¤È¹ÔÈÖ¹æ¥Î¡¼¥È¤Î½ÐÎϤòÍÞÀ©¤¹¤ë"
+
+#: toplev.c:1125
+msgid "Instrument function entry/exit with profiling calls"
+msgstr "´Ø¿ô¤ÎÆþ¤ê¸ý/½Ð¸ý¤Ç¥×¥í¥Õ¥¡¥¤¥ë¸Æ¤Ó½Ð¤·¤òÀ¸À®¤¹¤ë"
+
+#: toplev.c:1127
+msgid "Enable SSA optimizations"
+msgstr "SSA ºÇŬ²½¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: toplev.c:1129
+msgid "Enable dead code elimination"
+msgstr "¥Ç¥Ã¥É¥³¡¼¥É¤Î½üµî¤ò¹Ô¤Ê¤¦"
+
+#: toplev.c:1131
+msgid "External symbols have a leading underscore"
+msgstr "³°Éô¥·¥ó¥Ü¥ë¤ËƬʸ»ú¥¢¥ó¥À¡¼¥¹¥³¥¢¤ò»ý¤¿¤»¤ë"
+
+#: toplev.c:1133
+msgid "Process #ident directives"
+msgstr "#ident ¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤ò½èÍý¤¹¤ë"
+
+#: toplev.c:1135
+msgid "Enables an rtl peephole pass run before sched2"
+msgstr "ÂèÆóÌ¿ÎáÇÛÃÖ¤ÎÁ°¤Ç rtl ÇÁ¤­·ê²áÄø¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: toplev.c:1137
+msgid "Enables guessing of branch probabilities"
+msgstr "ʬ´ô·ÐÏ©¿ä¬¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: toplev.c:1139
+msgid "Set errno after built-in math functions"
+msgstr "ÁȤ߹þ¤ß¿ô³Ø´Ø¿ô¤Î¸å¤Ë errno ¤ò¥»¥Ã¥È¤¹¤ë"
+
+#: toplev.c:1141
+msgid "Convert floating point constant to single precision constant"
+msgstr "ÉâÆ°¾®¿ôÅÀÄê¿ô¤òñÀºÅÙÄê¿ô¤ËÊÑ´¹¤¹¤ë"
+
+#: toplev.c:1143
+msgid "Report time taken by each compiler pass at end of run"
+msgstr "¼Â¹Ô½ªÎ»»þ¤Ë¥³¥ó¥Ñ¥¤¥é¤Î³Æ²áÄø¤ËÍפ·¤¿»þ´Ö¤òÊó¹ð¤¹¤ë"
+
+#: toplev.c:1145
+msgid "Report on permanent memory allocation at end of run"
+msgstr "¼Â¹Ô½ªÎ»»þ¤Ë±Ê³Ū¤Ë³ÎÊݤµ¤ì¤¿¥á¥â¥ê¤òÊó¹ð¤¹¤ë"
+
+#: toplev.c:1147
+msgid "Trap for signed overflow in addition / subtraction / multiplication."
+msgstr "Éä¹çÉÕ¤­¤Î²Ã»»/¸º»»/¾è»»¤Ç¤Î·å¤¢¤Õ¤ì¤ò¥È¥é¥Ã¥×¤¹¤ë"
+
+#: toplev.c:1164
+msgid "Compile just for ISO C89"
+msgstr "ISO C89 ÍѤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
+
+#: toplev.c:1166
+msgid "Do not promote floats to double if using -traditional"
+msgstr "-traditional »ÈÍÑ»þ¤Ë¤Ï¡¢ÉâÆ°¾®¿ô¤Ë´Ø¤· float ¤«¤é double ¤Ë³Ê¾å¤²¤·¤Ê¤¤"
+
+#: toplev.c:1168
+msgid "Determine language standard"
+msgstr "¸À¸ì¤Îɸ½à¤ò·èÄꤹ¤ë"
+
+#: toplev.c:1172
+msgid "Make bitfields by unsigned by default"
+msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤ò¥Ç¥Õ¥©¥ë¥È¤ÇÉä¹ç̵¤·¤È¤¹¤ë"
+
+#: toplev.c:1176
+msgid "Make 'char' be signed by default"
+msgstr "'char' ¤ò¥Ç¥Õ¥©¥ë¥È¤ÇÉä¹çÉÕ¤­¤È¤¹¤ë"
+
+#: toplev.c:1178
+msgid "Make 'char' be unsigned by default"
+msgstr "'char' ¤ò¥Ç¥Õ¥©¥ë¥È¤ÇÉä¹ç̵¤·¤È¤¹¤ë"
+
+#: toplev.c:1184
+msgid "Attempt to support traditional K&R style C"
+msgstr "¸Å¤¤ K&R ¼°¤Î C ¤Î¥µ¥Ý¡¼¥È¤ò»î¤ß¤ë"
+
+#: toplev.c:1190
+msgid "Do not recognise the 'asm' keyword"
+msgstr "'asm' ͽÌó¸ì¤òǧ¼±¤µ¤»¤Ê¤¤"
+
+#: toplev.c:1193
+msgid "Do not recognise any built in functions"
+msgstr "¤¤¤¯¤Ä¤«¤ÎÁȤ߹þ¤ß´Ø¿ô¤òǧ¼±¤µ¤»¤Ê¤¤"
+
+#: toplev.c:1195
+msgid "Assume normal C execution environment"
+msgstr "Ä̾ï¤Î C ¼Â¹Ô´Ä¶­¤òÁ°Äó¤È¤¹¤ë"
+
+#: toplev.c:1198
+msgid "Assume that standard libraries & main might not exist"
+msgstr "ɸ½à¥é¥¤¥Ö¥é¥ê¤ä main ¤¬Â¸ºß¤·¤Ê¤¤²ÄǽÀ­¤¬¤¢¤ë¤â¤Î¤È¤¹¤ë"
+
+#: toplev.c:1201
+msgid "Allow different types as args of ? operator"
+msgstr "? ±é»»»Ò¤Î°ú¿ô¤È¤·¤Æ°Û¤Ê¤Ã¤¿·¿¤òµöÍƤ¹¤ë"
+
+#: toplev.c:1204
+msgid "Allow the use of $ inside identifiers"
+msgstr "¼±ÊÌ»ÒÃæ¤Ç¤Î $ ¤Î»ÈÍѤòµöÍƤ¹¤ë"
+
+#: toplev.c:1209
+msgid "Use the same size for double as for float"
+msgstr "double ¤Î¥µ¥¤¥º¤ò float ¤ÈƱ¤¸¤È¤·¤Æ»ÈÍѤ¹¤ë"
+
+#: toplev.c:1212
+msgid "Use the smallest fitting integer to hold enums"
+msgstr "Îóµó·¿¤¬ÊÝ»ý¤Ç¤­¤ëºÇ¾®¤ÎÀ°¿ô·¿¤ò»ÈÍѤ¹¤ë"
+
+#: toplev.c:1215
+msgid "Override the underlying type for wchar_t to `unsigned short'"
+msgstr "wchar_t ¤Îº¬ËÜŪ¤Ê·¿¤ò `unsigned short' ¤Èʤ¤¹"
+
+#: toplev.c:1219
+msgid "Enable most warning messages"
+msgstr "Ëؤó¤É¤Î·Ù¹ð¥á¥Ã¥»¡¼¥¸¤òÍ­¸ú¤Ë¤¹¤ë"
+
+#: toplev.c:1221
+msgid "Warn about casting functions to incompatible types"
+msgstr "·¿¤Ë¸ß´¹À­¤Î¤Ê¤¤´Ø¿ô¤Î¥­¥ã¥¹¥È¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1225
+msgid "Warn about functions which might be candidates for format attributes"
+msgstr "format °À­¤ò¤Î¸õÊä¤È¤Ê¤ê¤½¤¦¤Ê´Ø¿ô¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1228
+msgid "Warn about casts which discard qualifiers"
+msgstr "½¤¾þ»Ò¤ò¼è¤êµî¤ë¥­¥ã¥¹¥È¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1231
+msgid "Warn about subscripts whose type is 'char'"
+msgstr "ź»ú¤Î·¿¤¬ 'char' ¤Ç¤¢¤ì¤Ð·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1234 toplev.c:1237
+msgid "Warn if nested comments are detected"
+msgstr "Æþ¤ì»Ò¤Ë¤Ê¤Ã¤¿¥³¥á¥ó¥È¤ò¸¡½Ð¤·¤¿¤È¤­¤Ë·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1240
+msgid "Warn about possibly confusing type conversions"
+msgstr "·¿ÊÑ´¹¤¬º®Í𤹤ë²ÄǽÀ­¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1243
+msgid "Warn about printf/scanf/strftime/strfmon format anomalies"
+msgstr "printf/scanf/strftime/strfmon ·Á¼°¤ÎÊѧŪ¤Ê¤â¤Î¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1247
+msgid "Don't warn about strftime formats yielding 2 digit years"
+msgstr "strftime ·Á¼°¤¬Æó·å¤Çǯ¤òɽ¤·¤Æ¤¤¤ë»þ¤Î·Ù¹ð¤·¤Ê¤¤"
+
+#: toplev.c:1250
+msgid "Don't warn about too many arguments to format functions"
+msgstr "format ´Ø¿ô¤Ø¤Î¿¤¹¤®¤ë°ú¿ô¤Ë´Ø¤¹¤ë·Ù¹ð¤·¤Ê¤¤"
+
+#: toplev.c:1252
+msgid "Warn about non-string-literal format strings"
+msgstr "Èóʸ»úÎó¥ê¥Æ¥é¥ë¤Î format ʸ»úÎó¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1255
+msgid "Warn about possible security problems with format functions"
+msgstr "¥»¥­¥å¥ê¥Æ¥£Åª¤ÊÌäÂê¤È¤Ê¤ê¤¦¤ë format ´Ø¿ô¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1258
+msgid "Warn about implicit function declarations"
+msgstr "°ÅÌۤδؿôÀë¸À¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1262
+msgid "Warn when a declaration does not specify a type"
+msgstr "Àë¸À¤¬·¿¤ò»ØÄꤷ¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1267
+msgid "Warn about the use of the #import directive"
+msgstr "#import ¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤ÎÍøÍѤ˴ؤ·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1271
+msgid "Do not warn about using 'long long' when -pedantic"
+msgstr "-pedantic »ØÄê»þ¤Ç¤â 'long long' ¤Î»ÈÍѤˤĤ¤¤Æ¤Ï·Ù¹ð¤·¤Ê¤¤"
+
+#: toplev.c:1273
+msgid "Warn about suspicious declarations of main"
+msgstr "µ¿¤ï¤·¤¤ main ¤ÎÀë¸À¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1276
+msgid "Warn about possibly missing braces around initialisers"
+msgstr "½é´ü²½»Ò¤Î¼þ¤ê¤Ë¥Ö¥ì¡¼¥¹¤ò·ç¤¤¤Æ¤¤¤ëÍͤǤ¢¤ì¤Ð·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1279
+msgid "Warn about global funcs without previous declarations"
+msgstr "»öÁ°¤ÎÀë¸À¤Ê¤·¤ÎÂç°è´Ø¿ô¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1282
+msgid "Warn about global funcs without prototypes"
+msgstr "¥×¥í¥È¥¿¥¤¥×¤Ê¤·¤ÎÂç°è´Ø¿ô¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1285
+msgid "Warn about use of multicharacter literals"
+msgstr "Ê£¿ôʸ»ú¥ê¥Æ¥é¥ë¤Î»ÈÍѤ˴ؤ·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1288
+msgid "Warn about externs not at file scope level"
+msgstr "¥Õ¥¡¥¤¥ë¥¹¥³¡¼¥×¥ì¥Ù¥ë¤Ç¤Ê¤¤ extern ¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1291
+msgid "Warn about possible missing parentheses"
+msgstr "³ç¸Ì¤ò·ç¤¤¤Æ¤¤¤ë²ÄǽÀ­¤¬¤¢¤ë¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1294
+msgid "Warn about possible violations of sequence point rules"
+msgstr "ÉûºîÍÑ´°Î»ÅÀµ¬Â§¤òÇˤë²ÄǽÀ­¤¬¤¢¤ë¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1297
+msgid "Warn about function pointer arithmetic"
+msgstr "´Ø¿ô¥Ý¥¤¥ó¥¿¤Î·×»»¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1300
+msgid "Warn about multiple declarations of the same object"
+msgstr "Ʊ°ì¥ª¥Ö¥¸¥§¥¯¥È¤ÎÀë¸À¤¬Ê£¿ô¤¢¤ì¤Ð·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1303
+msgid "Warn about signed/unsigned comparisons"
+msgstr "Éä¹çÉÕ¤­/Éä¹ç̵¤·¤ÎÈæ³Ó¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1306
+msgid "Warn about testing equality of floating point numbers"
+msgstr "ÉâÆ°¾®¿ôÅÀ¿ô¤ÎÅù²Á¥Æ¥¹¥È¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1309
+msgid "Warn about unrecognized pragmas"
+msgstr "ǧ¼±¤Ç¤­¤Ê¤¤ pragma ¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1312
+msgid "Warn about non-prototyped function decls"
+msgstr "¥×¥í¥È¥¿¥¤¥×¤µ¤ì¤Æ¤¤¤Ê¤¤´Ø¿ôÀë¸À¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1315
+msgid "Warn about constructs whose meaning change in ISO C"
+msgstr "ISO C ¤Ç¤½¤Î°ÕÌ£¤¬Êѹ¹¤µ¤ì¤¿ÆâÍƤ˴ؤ·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1318
+msgid "Warn when trigraphs are encountered"
+msgstr "¥È¥é¥¤¥°¥é¥Õ¤òȯ¸«¤·¤¿¤È¤­¤Ë·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1323
+msgid "Mark strings as 'const char *'"
+msgstr "ʸ»úÎó¤ò 'const char *' ¤È¤·¤Æ¥Þ¡¼¥¯¤¹¤ë"
+
+#: toplev.c:1471
+msgid "Warn when a function is unused"
+msgstr "´Ø¿ô¤¬»È¤ï¤ì¤Ê¤¤¤È¤­¤Ë·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1473
+msgid "Warn when a label is unused"
+msgstr "¥é¥Ù¥ë¤¬»È¤ï¤ì¤Ê¤¤¤È¤­¤Ë·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1475
+msgid "Warn when a function parameter is unused"
+msgstr "´Ø¿ô¤Î²¾°ú¿ô¤¬»È¤ï¤ì¤Ê¤¤¤È¤­¤Ë·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1477
+msgid "Warn when a variable is unused"
+msgstr "ÊÑ¿ô¤¬»È¤ï¤ì¤Ê¤¤¤È¤­¤Ë·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1479
+msgid "Warn when an expression value is unused"
+msgstr "¼°¤ÎÃͤ¬»È¤ï¤ì¤Ê¤¤¤È¤­¤Ë·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1481
+msgid "Do not suppress warnings from system headers"
+msgstr "¥·¥¹¥Æ¥à¥Ø¥Ã¥À¤«¤é¤Î·Ù¹ð¤òÍÞÀ©¤·¤Ê¤¤"
+
+#: toplev.c:1483
+msgid "Treat all warnings as errors"
+msgstr "Á´¤Æ¤Î·Ù¹ð¤ò¥¨¥é¡¼¤È¤·¤Æ¼è¤ê°·¤¦"
+
+#: toplev.c:1485
+msgid "Warn when one local variable shadows another"
+msgstr "¤¢¤ë¥í¡¼¥«¥ëÊÑ¿ô¤¬Â¾¤Î¤â¤Î¤òʤ¤¤±£¤¹¤È¤­¤Ë·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1487
+msgid "Warn about enumerated switches missing a specific case"
+msgstr "ÎóµóÄê¿ô¤Î switch ¤Ç case »ØÄ꤬·ç¤±¤Æ¤¤¤ë¤â¤Î¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1489
+msgid "Warn about returning structures, unions or arrays"
+msgstr "¹½Â¤ÂΡ¢¶¦ÍÑÂÎËô¤ÏÇÛÎó¤òÊÖ¤¹¤â¤Î¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1491
+msgid "Warn about pointer casts which increase alignment"
+msgstr "¥Ý¥¤¥ó¥¿¤Î¥­¥ã¥¹¥È¤Ç¥¢¥é¥¤¥ó¥á¥ó¥È¤¬Áý²Ã¤¹¤ë¤â¤Î¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1493
+msgid "Warn about code that will never be executed"
+msgstr "¼Â¹Ô¤µ¤ì¤ë¤³¤È¤¬¤Ê¤¤¥³¡¼¥É¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1495
+msgid "Warn about unitialized automatic variables"
+msgstr "½é´ü²½¤µ¤ì¤Ê¤¤¼«Æ°ÊÑ¿ô¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1497
+msgid "Warn when an inlined function cannot be inlined"
+msgstr "¥¤¥ó¥é¥¤¥ó´Ø¿ô¤ò¥¤¥ó¥é¥¤¥ó²½¤Ç¤­¤Ê¤¤¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1499
+msgid "Warn when the packed attribute has no effect on struct layout"
+msgstr "packed °À­¤¬¹½Â¤ÂÎÇÛÃ֤˱ƶÁ¤·¤Ê¤¤¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1501
+msgid "Warn when padding is required to align struct members"
+msgstr "¹½Â¤ÂÎ¥á¥ó¥Ð¤Î¥¢¥é¥¤¥ó¤Ç¡¢¥Ñ¥Ç¥£¥ó¥°¤òÍפ¹¤ë¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1503
+msgid "Warn when an optimization pass is disabled"
+msgstr "ºÇŬ²½²áÄø¤¬Ìµ¸ú²½¤µ¤ì¤¿¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1505
+msgid "Warn about functions which might be candidates for attribute noreturn"
+msgstr "noreturn °À­¤Î¸õÊä¤È¤Ê¤ê¤½¤¦¤Ê´Ø¿ô¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
+
+#: toplev.c:1539 toplev.c:5061 tradcpp.c:776
+#, c-format
+msgid "Invalid option `%s'"
+msgstr "̵¸ú¤Ê¥ª¥×¥·¥ç¥ó `%s'"
+
+#: toplev.c:1741
+#, c-format
+msgid "Internal error: %s"
+msgstr "ÆâÉô¥¨¥é¡¼: %s"
+
+#: toplev.c:2056
+#, c-format
+msgid "`%s' used but never defined"
+msgstr "`%s' ¤¬»È¤ï¤ì¤Þ¤·¤¿¤¬Ì¤ÄêµÁ¤Ç¤¹"
+
+#: toplev.c:2059
+#, c-format
+msgid "`%s' declared `static' but never defined"
+msgstr "`%s' ¤¬ `static' ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿¤¬Ì¤ÄêµÁ¤Ç¤¹"
+
+#: toplev.c:2081
+#, c-format
+msgid "`%s' defined but not used"
+msgstr "`%s' ¤¬ÄêµÁ¤µ¤ì¤Þ¤·¤¿¤¬»È¤ï¤ì¤Þ¤»¤ó¤Ç¤·¤¿"
+
+#: toplev.c:2259
+#, c-format
+msgid "can't open %s for writing"
+msgstr "%s ¤ò½ñ¤­¹þ¤ßÍѤ˳«¤±¤Þ¤»¤ó¤Ç¤·¤¿"
+
+#: toplev.c:2312
+msgid "-ffunction-sections not supported for this target."
+msgstr "-ffunction-sections ¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¼õ¤±Æþ¤ì¤é¤ì¤Þ¤»¤ó"
+
+#: toplev.c:2317
+msgid "-fdata-sections not supported for this target."
+msgstr "-fdata-sections ¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¼õ¤±Æþ¤ì¤é¤ì¤Þ¤»¤ó"
+
+#: toplev.c:2325
+msgid "-ffunction-sections disabled; it makes profiling impossible."
+msgstr "-ffunction-sections ¤¬Ìµ¸ú¤Ç¤¹ -- ¥×¥í¥Õ¥¡¥¤¥ë¤ÏÉÔ²Äǽ¤Ç¤¹"
+
+#: toplev.c:2331
+msgid "-ffunction-sections may affect debugging on some targets."
+msgstr "-ffunction-sections ¤Ï¥¿¡¼¥²¥Ã¥È¤Ë¤è¤Ã¤Æ¤Ï¥Ç¥Ð¥Ã¥°¤Ë±Æ¶Á¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó"
+
+#: toplev.c:2372
+msgid "Errors detected in input file (your bison.simple is out of date)\n"
+msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ëÃæ¤Ë¥¨¥é¡¼ (¤¢¤Ê¤¿¤Î bison.simple ¤Ï¸Å¤¹¤®¤Þ¤¹)\n"
+
+#: toplev.c:2509
+#, c-format
+msgid "error writing to %s"
+msgstr "%s ¤Ø¤Î½ñ¤­¹þ¤ß¥¨¥é¡¼¤Ç¤¹"
+
+#: toplev.c:2614
+#, c-format
+msgid "invalid register name `%s' for register variable"
+msgstr "`%s' ¤Ï¥ì¥¸¥¹¥¿ÊÑ¿ô¤È¤·¤Æ¤Ï̵¸ú¤Ê¥ì¥¸¥¹¥¿Ì¾¤Ç¤¹"
+
+#: toplev.c:3863
+msgid " -ffixed-<register> Mark <register> as being unavailable to the compiler\n"
+msgstr " -ffixed-<register> ¥³¥ó¥Ñ¥¤¥é¤ËÂФ· <register> ¤ò»ÈÍÑÉԲĤȥޡ¼¥¯¤¹¤ë\n"
+
+#: toplev.c:3864
+msgid " -fcall-used-<register> Mark <register> as being corrupted by function calls\n"
+msgstr " -fcall-used-<register> ´Ø¿ô¸Æ¤Ó½Ð¤·¤ÇÇ˲õ¤µ¤ì¤ë <register> ¤È¤·¤Æ¥Þ¡¼¥¯¤¹¤ë\n"
+
+#: toplev.c:3865
+msgid " -fcall-saved-<register> Mark <register> as being preserved across functions\n"
+msgstr " -fcall-saved-<register> <register> ¤¬´Ø¿ô¤òÄ̤¸¤ÆÊÝ»ý¤µ¤ì¤ë¤È¥Þ¡¼¥¯¤¹¤ë\n"
+
+#: toplev.c:3866
+msgid " -finline-limit=<number> Limits the size of inlined functions to <number>\n"
+msgstr " -finline-limit=<number> ¥¤¥ó¥é¥¤¥ó´Ø¿ô¤Î¥µ¥¤¥º¤ò <number> ¤ËÀ©¸Â¤¹¤ë\n"
+
+#: toplev.c:3867
+msgid " -fmessage-length=<number> Limits diagnostics messages lengths to <number> characters per line. 0 suppresses line-wrapping\n"
+msgstr " -fmessage-length=<number> ¿ÇÃÇ¥á¥Ã¥»¡¼¥¸¤ÎŤµ¤ò°ì¹ÔÊÕ¤ê <number> ʸ»ú¤ËÀ©¸Â¤¹¤ë¡£ 0 ¤À¤È²þ¹Ô¤òÍÞÀ©¤¹¤ë\n"
+
+#: toplev.c:3868
+msgid " -fdiagnostics-show-location=[once | every-line] Indicates how often source location information should be emitted, as prefix, at the beginning of diagnostics when line-wrapping\n"
+msgstr ""
+" -fdiagnostics-show-location=[once | every-line] ¿ÇÃÇ¥á¥Ã¥»¡¼¥¸¤Î²þ¹Ô¤ÎºÝ¤Ë,\n"
+" ¥½¡¼¥¹°ÌÃÖ¾ðÊ󤬹Ԥκǽé¤Ëɽ¼¨¤µ¤ì¤ëÉÑÅÙ¤ò»ØÄꤹ¤ë\n"
+
+#: toplev.c:3879
+msgid " -O[number] Set optimisation level to [number]\n"
+msgstr " -O[number] ºÇŬ²½¥ì¥Ù¥ë¤ò [number] ¤ËÀßÄꤹ¤ë\n"
+
+#: toplev.c:3880
+msgid " -Os Optimise for space rather than speed\n"
+msgstr " -Os ®ÅÙ¤è¤ê¤â¥µ¥¤¥º¤ÎºÇŬ²½¤ò¹Ô¤Ê¤¦\n"
+
+#: toplev.c:3892
+msgid " -pedantic Issue warnings needed by strict compliance to ISO C\n"
+msgstr " -pedantic ¸·Ì©¤Ê ISO C ¤Ø¤ÎŬ¹ç¤ËÍפ¹¤ë·Ù¹ð¤òȯ¤¹¤ë\n"
+
+#: toplev.c:3893
+msgid " -pedantic-errors Like -pedantic except that errors are produced\n"
+msgstr " -pedantic-errors -pedantic ¤ÈƱÍͤÀ¤¬¡¢¥¨¥é¡¼¤òȯÀ¸¤µ¤»¤ë\n"
+
+#: toplev.c:3894
+msgid " -w Suppress warnings\n"
+msgstr " -w ·Ù¹ð¤òÍÞÀ©¤¹¤ë\n"
+
+#: toplev.c:3895
+msgid " -W Enable extra warnings\n"
+msgstr " -W ÆÃÊ̤ʷٹð¤òÍ­¸ú¤Ë¤¹¤ë\n"
+
+#: toplev.c:3906
+msgid " -Wunused Enable unused warnings\n"
+msgstr " -Wunused ̤»ÈÍѤˤĤ¤¤Æ¤Î·Ù¹ð¤òÍ­¸ú¤Ë¤¹¤ë\n"
+
+#: toplev.c:3907
+msgid " -Wid-clash-<num> Warn if 2 identifiers have the same first <num> chars\n"
+msgstr " -Wid-clash-<num> Æó¤Ä¤Î¼±Ê̻Ҥ¬ <num> ʸ»úʬ°ìÃפ·¤Æ¤¤¤ì¤Ð·Ù¹ð¤¹¤ë\n"
+
+#: toplev.c:3908
+msgid " -Wlarger-than-<number> Warn if an object is larger than <number> bytes\n"
+msgstr " -Wlarger-than-<number> ¥ª¥Ö¥¸¥§¥¯¥È¤¬ <number> ¥Ð¥¤¥È¤è¤êÂ礭¤±¤ì¤Ð·Ù¹ð¤¹¤ë\n"
+
+#: toplev.c:3909
+msgid " -p Enable function profiling\n"
+msgstr " -p ´Ø¿ô¥×¥í¥Õ¥¡¥¤¥ë¤òÍ­¸ú¤Ë¤¹¤ë\n"
+
+#: toplev.c:3911
+msgid " -a Enable block profiling \n"
+msgstr " -a ¥Ö¥í¥Ã¥¯¥×¥í¥Õ¥¡¥¤¥ë¤òÍ­¸ú¤Ë¤¹¤ë\n"
+
+#: toplev.c:3914
+msgid " -ax Enable jump profiling \n"
+msgstr " -ax ¥¸¥ã¥ó¥×¥×¥í¥Õ¥¡¥¤¥ë¤òÍ­¸ú¤Ë¤¹¤ë\n"
+
+#: toplev.c:3916
+msgid " -o <file> Place output into <file> \n"
+msgstr " -o <file> ½ÐÎϤò <file> ¤Ë½ñ¤­¹þ¤à\n"
+
+#: toplev.c:3917
+msgid ""
+" -G <number> Put global and static data smaller than <number>\n"
+" bytes into a special section (on some targets)\n"
+msgstr ""
+" -G <number> <number> ¥Ð¥¤¥È¤è¤ê¾®¤µ¤ÊÂç°è¤ª¤è¤ÓÀÅŪ¥Ç¡¼¥¿¤ò\n"
+" ÆÃÊ̤ʥ»¥¯¥·¥ç¥ó¤ËÃÖ¤¯ (¥¿¡¼¥²¥Ã¥È¼¡Âè)\n"
+
+#: toplev.c:3928
+msgid " -aux-info <file> Emit declaration info into <file>\n"
+msgstr " -aux-info <file> Àë¸À¾ðÊó¤ò <file> ¤Øȯ¹Ô¤¹¤ë\n"
+
+#: toplev.c:3929
+msgid " -quiet Do not display functions compiled or elapsed time\n"
+msgstr " -quiet ¥³¥ó¥Ñ¥¤¥ë¤µ¤ì¤¿´Ø¿ô¤ä·Ð²á»þ´Ö¤òɽ¼¨¤·¤Ê¤¤\n"
+
+#: toplev.c:3930
+msgid " -version Display the compiler's version\n"
+msgstr " -version ¥³¥ó¥Ñ¥¤¥é¤Î¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨¤¹¤ë\n"
+
+#: toplev.c:3931
+msgid " -d[letters] Enable dumps from specific passes of the compiler\n"
+msgstr " -d[letters] ¥³¥ó¥Ñ¥¤¥é¤Î²áÄø¤«¤é¤Î¥À¥ó¥×¤òÍ­¸ú¤Ë¤¹¤ë\n"
+
+#: toplev.c:3932
+msgid " -dumpbase <file> Base name to be used for dumps from specific passes\n"
+msgstr " -dumpbase <file> ²áÄø¤«¤é¤Î¥À¥ó¥×¤Ë»È¤ï¤ì¤ë̾Á°¤Î¥Ù¡¼¥¹¤È¤¹¤ë\n"
+
+#: toplev.c:3934
+msgid " -fsched-verbose=<number> Set the verbosity level of the scheduler\n"
+msgstr " -fsched-verbose=<number> ¥¹¥±¥¸¥å¡¼¥é¤ÎñÁÀå¥ì¥Ù¥ë¤òÀßÄꤹ¤ë\n"
+
+#: toplev.c:3936
+msgid " --help Display this information\n"
+msgstr " --help ¤³¤Î¾ðÊó¤òɽ¼¨¤¹¤ë\n"
+
+#: toplev.c:3951
+msgid "\nLanguage specific options:\n"
+msgstr "\n¸À¸ì»ÅÍÍ¥ª¥×¥·¥ç¥ó:\n"
+
+#: toplev.c:3963
+#, c-format
+msgid " %-23.23s [undocumented]\n"
+msgstr " %-23.23s [ʸ½ñ²½¤µ¤ì¤Æ¤¤¤Ê¤¤]\n"
+
+#: toplev.c:3971 toplev.c:3985
+#, c-format
+msgid "\nThere are undocumented %s specific options as well.\n"
+msgstr "\nʸ½ñ²½¤µ¤ì¤Æ¤¤¤Ê¤¤ %s »ÅÍÍ¥ª¥×¥·¥ç¥ó¤â¤¢¤ê¤Þ¤¹¡£\n"
+
+#: toplev.c:3975
+#, c-format
+msgid "\n Options for %s:\n"
+msgstr "\n %s ÍÑ¥ª¥×¥·¥ç¥ó:\n"
+
+#: toplev.c:4006
+msgid "\nTarget specific options:\n"
+msgstr "\n¥¿¡¼¥²¥Ã¥È»ÅÍÍ¥ª¥×¥·¥ç¥ó:\n"
+
+#: toplev.c:4020 toplev.c:4039
+#, c-format
+msgid " -m%-23.23s [undocumented]\n"
+msgstr " -m%-23.23s [ʸ½ñ²½¤µ¤ì¤Æ¤¤¤Ê¤¤]\n"
+
+#: toplev.c:4048
+msgid "\nThere are undocumented target specific options as well.\n"
+msgstr "\nʸ½ñ²½¤µ¤ì¤Æ¤¤¤Ê¤¤¥¿¡¼¥²¥Ã¥È»ÅÍÍ¥ª¥×¥·¥ç¥ó¤â¤¢¤ê¤Þ¤¹¡£\n"
+
+#: toplev.c:4050
+msgid " They exist, but they are not documented.\n"
+msgstr " ¤³¤ì¤é¤Ï¸ºß¤·¤Þ¤¹¤¬¡¢Ê¸½ñ²½¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
+
+#: toplev.c:4106
+#, c-format
+msgid "unrecognized gcc debugging option: %c"
+msgstr "ǧ¼±¤Ç¤­¤Ê¤¤ gcc ¥Ç¥Ð¥Ã¥°¥ª¥×¥·¥ç¥ó: %c"
+
+#: toplev.c:4172
+#, c-format
+msgid "unrecognized register name `%s'"
+msgstr "ǧ¼±¤Ç¤­¤Ê¤¤¥ì¥¸¥¹¥¿Ì¾ `%s'"
+
+#: toplev.c:4196 toplev.c:4880
+#, c-format
+msgid "Unrecognized option `%s'"
+msgstr "ǧ¼±ÉÔǽ¤Ê¥ª¥×¥·¥ç¥ó `%s'"
+
+#: toplev.c:4322
+#, c-format
+msgid "use -gdwarf -g%d for DWARF v1, level %d"
+msgstr "-gdwarf -g%d ¤ò»ÈÍÑ (DWARF v1, ¥ì¥Ù¥ë %d)"
+
+#: toplev.c:4325
+msgid "use -gdwarf-2 for DWARF v2"
+msgstr "-gdwarf-2 ¤ò»ÈÍÑ (DWARF v2)"
+
+#: toplev.c:4330
+#, c-format
+msgid "ignoring option `%s' due to invalid debug level specification"
+msgstr "̵¸ú¤Ê¥Ç¥Ð¥Ã¥°¥ì¥Ù¥ë»ØÄê¤Ë¤è¤ê¡¢¥ª¥×¥·¥ç¥ó `%s' ¤ò̵»ë¤·¤Þ¤¹"
+
+#: toplev.c:4353 toplev.c:4878
+#, c-format
+msgid "`%s': unknown or unsupported -g option"
+msgstr "`%s': ÉÔÌÀ¤Þ¤¿¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Ê¤¤ -g ¥ª¥×¥·¥ç¥ó¤Ç¤¹"
+
+#: toplev.c:4360
+#, c-format
+msgid "`%s' ignored, conflicts with `-g%s'"
+msgstr "`%s' ¤Ï `-g%s' ¤È¶¥¹ç¤¹¤ë¤¿¤á̵»ë¤µ¤ì¤Þ¤·¤¿"
+
+#: toplev.c:4439
+msgid "-param option missing argument"
+msgstr "-param ¥ª¥×¥·¥ç¥ó¤Ë°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: toplev.c:4448
+#, c-format
+msgid "invalid --param option: %s"
+msgstr "̵¸ú¤Ê --param ¥ª¥×¥·¥ç¥ó: %s"
+
+#: toplev.c:4460
+#, c-format
+msgid "invalid parameter value `%s'"
+msgstr "̵¸ú¤Ê¥Ñ¥é¥á¥¿ÃÍ `%s'"
+
+#: toplev.c:4551
+msgid "`-a' option (basic block profile) not supported"
+msgstr "`-a' ¥ª¥×¥·¥ç¥ó(´ðËÜ¥Ö¥í¥Ã¥¯¥×¥í¥Õ¥¡¥¤¥ë)¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: toplev.c:4559
+msgid "`-ax' option (jump profiling) not supported"
+msgstr "`-ax' ¥ª¥×¥·¥ç¥ó(¥¸¥ã¥ó¥×¥×¥í¥Õ¥¡¥¤¥ë)¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: toplev.c:4870
+#, c-format
+msgid "Ignoring command line option '%s'"
+msgstr "¥³¥Þ¥ó¥É¥é¥¤¥ó¥ª¥×¥·¥ç¥ó '%s' ¤ò̵»ë¤·¤Þ¤¹"
+
+#: toplev.c:4873
+#, c-format
+msgid "(It is valid for %s but not the selected language)"
+msgstr "(%s ÍѤȤ·¤Æ¤ÏÀµ¾ï¤Ç¤¹¤¬¡¢ÁªÂò¤µ¤ì¤¿¸À¸ì¤È¤·¤Æ¤Ï̵¸ú¤Ç¤¹)"
+
+#: toplev.c:4911
+msgid "-Wuninitialized is not supported without -O"
+msgstr "-Wuninitialized ¤Ï -O ̵¤·¤Ë¤Ï¼õ¤±Æþ¤ì¤é¤ì¤Þ¤»¤ó"
+
+#: toplev.c:4938
+msgid "`-ax' and `-a' are conflicting options. `-a' ignored."
+msgstr "`-ax' ¤È `-a' ¤ÏÌ·½â¤¹¤ë¥ª¥×¥·¥ç¥ó¤Ç¤¹¡£`-a' ¤ò̵»ë¤·¤Þ¤·¤¿¡£"
+
+#: toplev.c:4959
+msgid "instruction scheduling not supported on this target machine"
+msgstr "Ì¿Î᥹¥±¥¸¥å¡¼¥ê¥ó¥°¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¥Þ¥·¥ó¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
+
+#: toplev.c:4963
+msgid "this target machine does not have delayed branches"
+msgstr "¤³¤Î¥¿¡¼¥²¥Ã¥È¥Þ¥·¥ó¤ÏÃÙ±äʬ´ô¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó"
+
+#: toplev.c:4972
+msgid "profiling does not work without a frame pointer"
+msgstr "¥×¥í¥Õ¥¡¥¤¥ë¤Ï¥Õ¥ì¡¼¥à¥Ý¥¤¥ó¥¿¤Ê¤·¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó"
+
+#: toplev.c:4987
+#, c-format
+msgid "-f%sleading-underscore not supported on this target machine"
+msgstr "-f%sleading-underscore ¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¥Þ¥·¥ó¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
+
+#: toplev.c:5007
+#, c-format
+msgid "Data size %ld.\n"
+msgstr "¥Ç¡¼¥¿¥µ¥¤¥º %ld.\n"
+
+#: toplev.c:5078
+#, c-format
+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"
+"%s\tcompiled by GNU C version %s.\n"
+"%s%s%s version %s (%s) compiled by CC.\n"
+
+#: toplev.c:5134
+msgid "options passed: "
+msgstr "ÅϤµ¤ì¤¿¥ª¥×¥·¥ç¥ó: "
+
+#: toplev.c:5163
+msgid "options enabled: "
+msgstr "Í­¸ú¥ª¥×¥·¥ç¥ó: "
+
+#: tradcif.y:110 tradcif.y:121
+msgid "division by zero in #if"
+msgstr "#if ¤Ç¥¼¥í½ü»»¤¬È¯À¸¤·¤Þ¤·¤¿"
+
+#. It's a float since it contains a point.
+#: tradcif.y:230
+msgid "floating point numbers not allowed in #if expressions"
+msgstr "#if ¼°¤ÎÃæ¤Ç¤ÎÉâÆ°¾®¿ôÅÀ¿ô¤Ïµö²Ä¤µ¤ì¤Þ¤»¤ó"
+
+#: tradcif.y:276
+msgid "Invalid number in #if expression"
+msgstr "#if ¼°¤ÎÃæ¤Ë̵¸ú¤Ê¿ôÃÍ"
+
+#: tradcif.y:361
+msgid "Invalid character constant in #if"
+msgstr "̵¸ú¤Êʸ»úÄê¿ô¤¬ #if ¤Ë¤¢¤ê¤Þ¤¹"
+
+#: tradcif.y:398
+msgid "double quoted strings not allowed in #if expressions"
+msgstr "Æó½Å¤Ë¥¯¥©¡¼¥È¤µ¤ì¤¿Ê¸»úÎó¤Ï #if ¼°Æâ¤Ç¤Ï»È¤¨¤Þ¤»¤ó"
+
+#: tradcif.y:411
+msgid "Invalid token in expression"
+msgstr "̵¸ú¤Ê¥È¡¼¥¯¥ó¤¬¼°¤Ë¤¢¤ê¤Þ¤¹"
+
+#: tradcif.y:502
+msgid "octal character constant does not fit in a byte"
+msgstr "8 ¿Ê¿ôʸ»úÄê¿ô¤¬ 1 ¥Ð¥¤¥È¤Ë¼ý¤Þ¤ê¤Þ¤»¤ó"
+
+#: tradcif.y:527
+msgid "hex character constant does not fit in a byte"
+msgstr "16 ¿Ê¿ôʸ»úÄê¿ô¤¬ 1 ¥Ð¥¤¥È¤Ë¼ý¤Þ¤ê¤Þ¤»¤ó"
+
+#: tradcif.y:558
+msgid "empty #if expression"
+msgstr "¶õ¤Î #if ¼°¤Ç¤¹"
+
+#: tradcif.y:572
+msgid "Junk after end of expression."
+msgstr "¼°¤Î½ª¤ê°Ê¹ß¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
+
+#: tradcpp.c:137
+msgid "macro or #include recursion too deep"
+msgstr "¥Þ¥¯¥í¤Þ¤¿¤Ï #include ¤ÎºÆµ¢¤¬¿¼¤¹¤®¤Þ¤¹"
+
+#: tradcpp.c:550
+#, c-format
+msgid "Usage: %s [switches] input output"
+msgstr "»È¤¤Êý: %s [¥¹¥¤¥Ã¥Á] ÆþÎÏ ½ÐÎÏ"
+
+#: tradcpp.c:566
+msgid "-traditional is not supported in C++"
+msgstr "-traditional ¤Ï C++ ¤Ç¤Ï¼õ¤±ÉÕ¤±¤é¤ì¤Þ¤»¤ó"
+
+#: tradcpp.c:568
+msgid "-traditional and -ansi are mutually exclusive"
+msgstr "-traditional ¤È -ansi ¤È¤ÏÁê¸ßÇÓ¾Ū¤Ç¤¹"
+
+#: tradcpp.c:582
+msgid "Filename missing after -i option"
+msgstr "-i ¥ª¥×¥·¥ç¥ó¤Î¸å¤í¤Î¥Õ¥¡¥¤¥ë̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: tradcpp.c:600
+msgid "Filename missing after -o option"
+msgstr "-o ¥ª¥×¥·¥ç¥ó¤Î¸å¤í¤Î¥Õ¥¡¥¤¥ë̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: tradcpp.c:659
+#, c-format
+msgid "Target missing after %s option"
+msgstr "%s ¥ª¥×¥·¥ç¥ó¤Î¸å¤í¤Î¥¿¡¼¥²¥Ã¥È¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: tradcpp.c:673
+#, c-format
+msgid "Filename missing after %s option"
+msgstr "%s ¥ª¥×¥·¥ç¥ó¤Î¸å¤í¤Î¥Õ¥¡¥¤¥ë̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: tradcpp.c:698
+#, c-format
+msgid "Macro name missing after -%c option"
+msgstr "-%c ¥ª¥×¥·¥ç¥ó¤Î¸å¤í¤Î¥Þ¥¯¥í̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: tradcpp.c:718
+msgid "-pedantic and -traditional are mutually exclusive"
+msgstr "-pedantic ¤È -traditional ¤È¤ÏÁê¸ßÇÓ¾Ū¤Ç¤¹"
+
+#: tradcpp.c:723
+msgid "-trigraphs and -traditional are mutually exclusive"
+msgstr "-trigraphs ¤È -traditional ¤È¤ÏÁê¸ßÇÓ¾Ū¤Ç¤¹"
+
+#: tradcpp.c:749
+msgid "Directory name missing after -I option"
+msgstr "-I ¥ª¥×¥·¥ç¥ó¤Î¸å¤í¤Î¥Ç¥£¥ì¥¯¥È¥ê̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
+
+#: tradcpp.c:1425 tradcpp.c:3916
+msgid "`/*' within comment"
+msgstr "`/*' ¤¬¥³¥á¥ó¥ÈÆâ¤Ë¤¢¤ê¤Þ¤¹"
+
+#: tradcpp.c:1800
+#, c-format
+msgid "unterminated #%s conditional"
+msgstr "½ªÃ¼¤Î¤Ê¤¤ #%s ¾ò·ï"
+
+#: tradcpp.c:2159
+msgid "not in any file?!"
+msgstr "Á´¤¯¥Õ¥¡¥¤¥ë¤¬¤Ê¤¤?!"
+
+#: tradcpp.c:2265
+msgid "`defined' must be followed by ident or (ident)"
+msgstr "`defined' ¤Î¸å¤í¤Ë ident ¤ä (ident) ¤¬¤³¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: tradcpp.c:2269
+msgid "cccp error: invalid special hash type"
+msgstr "cccp ¥¨¥é¡¼: Æüì¥Ï¥Ã¥·¥å·¿¤¬Ìµ¸ú¤Ç¤¹"
+
+#: tradcpp.c:2367 tradcpp.c:2437
+msgid "#include expects \"fname\" or <fname>"
+msgstr "#include ¤Î¸å¤Ë¤Ï \"fname\" ¤ä <fname> ¤¬É¬ÍפǤ¹"
+
+#: tradcpp.c:2522
+#, c-format
+msgid "No include path in which to find %.*s"
+msgstr "%.*s ¤¬¸«¤Ä¤«¤ë¥¤¥ó¥¯¥ë¡¼¥É¥Ñ¥¹¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: tradcpp.c:2700
+msgid "invalid macro name"
+msgstr "̵¸ú¤Ê¥Þ¥¯¥í̾"
+
+#: tradcpp.c:2708
+#, c-format
+msgid "invalid macro name `%s'"
+msgstr "̵¸ú¤Ê¥Þ¥¯¥í̾ `%s'"
+
+#: tradcpp.c:2713
+msgid "\"defined\" cannot be used as a macro name"
+msgstr "\"defined\" ¤ò¥Þ¥¯¥í̾¤È¤·¤Æ¤Ï»È¤¨¤Þ¤»¤ó"
+
+#: tradcpp.c:2740
+msgid "parameter name starts with a digit in #define"
+msgstr "#define Ãæ¤Î²¾°ú¿ô̾¤¬¿ô»ú¤Ç»Ï¤Þ¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: tradcpp.c:2750
+msgid "badly punctuated parameter list in #define"
+msgstr "#define Ãæ¤Î²¾°ú¿ô¥ê¥¹¥È¤¬ÊѤ˶èÀÚ¤é¤ì¤Þ¤·¤¿"
+
+#: tradcpp.c:2758
+msgid "unterminated parameter list in #define"
+msgstr "#define Ãæ¤Î²¾°ú¿ô¥ê¥¹¥È¤¬½ªÃ¼¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: tradcpp.c:2806
+#, c-format
+msgid "\"%.*s\" redefined"
+msgstr "\"%.*s\" ¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿"
+
+#: tradcpp.c:3063
+msgid "# operator should be followed by a macro argument name"
+msgstr "# ±é»»»Ò¤Î¸å¤í¤Ë¤Ï¥Þ¥¯¥í°ú¿ô̾¤¬Â³¤¤¤Æ¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: tradcpp.c:3110 tradcpp.c:3136 tradcpp.c:3150 tradcpp.c:3157 tradcpp.c:3182
+msgid "invalid format #line command"
+msgstr "#line ¥³¥Þ¥ó¥É¤Î½ñ¼°¤¬Ìµ¸ú¤Ç¤¹"
+
+#: tradcpp.c:3208
+msgid "undefining `defined'"
+msgstr "`defined' ¤ò undef ¤·¤Þ¤¹"
+
+#: tradcpp.c:3212
+#, c-format
+msgid "undefining `%s'"
+msgstr "`%s' ¤ò undef ¤·¤Þ¤¹"
+
+#: tradcpp.c:3268
+msgid "extra text at end of directive"
+msgstr "¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤Î½ª¤ê¤Ë;ʬ¤Ê¥Æ¥¯¥¹¥È¤¬¤¢¤ê¤Þ¤¹"
+
+#: tradcpp.c:3375
+#, c-format
+msgid "#error%.*s"
+msgstr "#error%.*s"
+
+#: tradcpp.c:3385
+#, c-format
+msgid "#warning%.*s"
+msgstr "#warning%.*s"
+
+#: tradcpp.c:3541
+msgid "#elif not within a conditional"
+msgstr "#elif ¤¬¾ò·ïʸ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
+
+#: tradcpp.c:3798
+#, c-format
+msgid "#%s not within a conditional"
+msgstr "#%s ¤¬¾ò·ïʸ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
+
+#: tradcpp.c:3806
+msgid "#else or #elif after #else"
+msgstr "#else ¤Î¸å¤í¤Ë #else ¤ä #elif ¤¬¤¢¤ê¤Þ¤¹"
+
+#: tradcpp.c:3846
+msgid "#else not within a conditional"
+msgstr "#else ¤¬¾ò·ïʸ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
+
+#: tradcpp.c:3877
+msgid "unbalanced #endif"
+msgstr "Âбþ¤·¤Æ¤¤¤Ê¤¤ #endif"
+
+#: tradcpp.c:3971
+msgid "unterminated string or character constant"
+msgstr "½ªÃ¼¤µ¤ì¤Æ¤¤¤Ê¤¤Ê¸»úÎóÄê¿ôËô¤Ïʸ»úÄê¿ô"
+
+#: tradcpp.c:4129
+#, c-format
+msgid "arguments given to macro `%s'"
+msgstr "¥Þ¥¯¥í `%s' ¤Ë°ú¿ô¤¬Í¿¤¨¤é¤ì¤Þ¤·¤¿"
+
+#: tradcpp.c:4135
+#, c-format
+msgid "no args to macro `%s'"
+msgstr "¥Þ¥¯¥í `%s' ¤Ø¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: tradcpp.c:4137
+#, c-format
+msgid "only 1 arg to macro `%s'"
+msgstr "¥Þ¥¯¥í `%s' ¤Ø¤Î°ú¿ô¤¬°ì¸Ä¤·¤«¤¢¤ê¤Þ¤»¤ó"
+
+#: tradcpp.c:4139
+#, c-format
+msgid "only %d args to macro `%s'"
+msgstr "%d ¸Ä¤Î°ú¿ô¤·¤«¥Þ¥¯¥í `%s' ¤ËÅϤ·¤Æ¤¤¤Þ¤»¤ó"
+
+#: tradcpp.c:4141
+#, c-format
+msgid "too many (%d) args to macro `%s'"
+msgstr "°ú¿ô¤Î¿ô (%d) ¤¬¥Þ¥¯¥í `%s' ¤ËÂФ·¤Æ¿¤¹¤®¤Þ¤¹"
+
+#: tradcpp.c:4767
+#, c-format
+msgid ""
+"Internal error in %s, at tradcpp.c:%d\n"
+"Please submit a full bug report.\n"
+"See %s for instructions."
+msgstr ""
+"%s ¤ÇÆâÉô¥¨¥é¡¼¡¢(tradcpp.c:%d)\n"
+"´°Á´¤Ê¥Ð¥°¥ì¥Ý¡¼¥È¤òÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£\n"
+"%s ¤Ç¤½¤Î¼ê½ç¤ò¸«¤Æ¤¯¤À¤µ¤¤"
+
+#: tree.c:3879
+msgid "arrays of functions are not meaningful"
+msgstr "´Ø¿ô¤ÎÇÛÎó¤Ï°ÕÌ£¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#: tree.c:3936
+msgid "function return type cannot be function"
+msgstr "´Ø¿ô¤ÎÊÖ¤¹·¿¤¬´Ø¿ô¤Ç¤¢¤Ã¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó"
+
+#: tree.c:4673
+msgid "invalid initializer for bit string"
+msgstr "̵¸ú¤Ê¥Ó¥Ã¥ÈÎó½é´ü²½»Ò¤Ç¤¹"
+
+#: tree.c:4732
+#, c-format
+msgid "Tree check: expected %s, have %s in %s, at %s:%d"
+msgstr "Tree ¸¡ºº: %s ¤¬¤¢¤ë¤Ù¤­½ê¤Ë %s ¤¬¤¢¤ê¤Þ¤¹(%s Æâ, %s:%d)"
+
+#: tree.c:4749
+#, c-format
+msgid "Tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
+msgstr "Tree ¸¡ºº: ¥¯¥é¥¹ '%c' ¤Î¤Ï¤º¤¬ '%c' (%s) ¤Ç¤¹(%s Æâ, %s:%d)"
+
+#: varasm.c:639
+#, c-format
+msgid "register name not specified for `%s'"
+msgstr "¥ì¥¸¥¹¥¿Ì¾¤¬ `%s' ÍѤ˻ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: varasm.c:641
+#, c-format
+msgid "invalid register name for `%s'"
+msgstr "`%s' ¤ËÂФ¹¤ë¥ì¥¸¥¹¥¿Ì¾¤È¤·¤Æ̵¸ú¤Ç¤¹"
+
+#: varasm.c:644
+#, c-format
+msgid "data type of `%s' isn't suitable for a register"
+msgstr "`%s' ¤Î¥Ç¡¼¥¿·¿¤Ï register ¤Ë¤Ï¤Õ¤µ¤ï¤·¤¯¤¢¤ê¤Þ¤»¤ó"
+
+#: varasm.c:647
+#, c-format
+msgid "register specified for `%s' isn't suitable for data type"
+msgstr "`%s' ¤Ë»ØÄꤵ¤ì¤¿ register ¤Ï¥Ç¡¼¥¿·¿¤Ë¤Õ¤µ¤ï¤·¤¯¤¢¤ê¤Þ¤»¤ó"
+
+#: varasm.c:656
+msgid "global register variable has initial value"
+msgstr "Âç°è register ÊÑ¿ô¤¬½é´üÃͤò»ý¤Ã¤Æ¤¤¤Þ¤¹"
+
+#: varasm.c:659
+msgid "volatile register variables don't work as you might wish"
+msgstr "volatile register ÊÑ¿ô¤Ï°Õ¿Þ¤·¤¿¤è¤¦¤Ë¤ÏÆ°ºî¤·¤Þ¤»¤ó"
+
+#: varasm.c:695
+#, c-format
+msgid "register name given for non-register variable `%s'"
+msgstr "¥ì¥¸¥¹¥¿Ì¾¤¬Èó register ÊÑ¿ô `%s' ¤ËÍ¿¤¨¤é¤ì¤Þ¤·¤¿"
+
+#: varasm.c:1333
+#, c-format
+msgid "size of variable `%s' is too large"
+msgstr "ÊÑ¿ô `%s' ¤Î¥µ¥¤¥º¤¬Â礭¤¹¤®¤Þ¤¹"
+
+#: varasm.c:1373
+#, c-format
+msgid "alignment of `%s' is greater than maximum object file alignment. Using %d."
+msgstr "`%s' ¤Î¥¢¥é¥¤¥ó¥á¥ó¥È¤Ï¥ª¥Ö¥¸¥§¥¯¥È¥Õ¥¡¥¤¥ë¤ÎºÇÂçÃͤè¤ê¤âÂ礭¤¤¤Ç¤¹¡£ %d ¤ò»È¤¤¤Þ¤¹¡£"
+
+#: varasm.c:1420
+#, c-format
+msgid "requested alignment for %s is greater than implemented alignment of %d."
+msgstr "%s ¤ËÍ׵ᤵ¤ì¤¿¥¢¥é¥¤¥ó¥á¥ó¥È¤Ï¼ÂÁõ¤µ¤ì¤¿¥¢¥é¥¤¥ó¥á¥ó¥È %d ¤è¤êÂ礭¤¤¤Ç¤¹"
+
+#: varasm.c:1899
+msgid "floating point trap outputting a constant"
+msgstr "ÉâÆ°¾®¿ôÅÀ¤Î¨Ãͤò½ÐÎϤ¹¤ëºÝ¤Ë¥È¥é¥Ã¥×¤¬¤«¤«¤ê¤Þ¤·¤¿"
+
+#: varasm.c:4304
+msgid "initializer for integer value is too complicated"
+msgstr "À°¿ô¤Î½é´üÀßÄê»Ò¤ÎÃͤ¬Ê£»¨¤¹¤®¤Þ¤¹"
+
+#: varasm.c:4310
+msgid "initializer for floating value is not a floating constant"
+msgstr "ÉâÆ°¾®¿ôÅÀ¿ô¤Î½é´üÀßÄê»Ò¤ÎÃͤ¬¡¢ÉâÆ°¾®¿ôÅÀÄê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#: varasm.c:4367
+msgid "unknown set constructor type"
+msgstr "ÉÔÌÀ¤ÊÀßÄêºÑ¥³¥ó¥¹¥È¥é¥¯¥¿·¿¤Ç¤¹"
+
+#: varasm.c:4572
+#, c-format
+msgid "invalid initial value for member `%s'"
+msgstr "¥á¥ó¥Ð `%s' ¤ËÂФ¹¤ë̵¸ú¤Ê½é´üÃÍ"
+
+#: varasm.c:4754
+#, c-format
+msgid "weak declaration of `%s' must be public"
+msgstr "`%s' ¤Î weak Àë¸À¤Ï public ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: varasm.c:4756
+#, c-format
+msgid "weak declaration of `%s' must precede definition"
+msgstr "`%s' ¤Î weak Àë¸À¤ÏÄêµÁ¤è¤ê¤âÀè¤Ë¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#: varasm.c:4852
+msgid "only weak aliases are supported in this configuration"
+msgstr "¸½ºß¤ÎÀßÄê¤Ç¤Ï weak alias ¤·¤«¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
+
+#: varasm.c:4857
+msgid "alias definitions not supported in this configuration; ignored"
+msgstr "¸½ºß¤ÎÀßÄê¤Ç¤Ï alias ÄêµÁ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó -- ̵»ë¤µ¤ì¤Þ¤·¤¿"
+
+#: varray.c:87
+#, c-format
+msgid "Virtual array %s[%lu]: element %lu out of bounds"
+msgstr "²¾Áۥơ¼¥Ö¥ë %s[%lu]: Í×ÁÇ %lu ¤¬Èϰϳ°¤Ç¤¹"
+
+#. Print an error message for unrecognized stab codes.
+#: xcoffout.c:176
+#, c-format
+msgid "No sclass for %s stab (0x%x)\n"
+msgstr "%s ¥¹¥¿¥ÖÍѤΠsclass ¤¬¤¢¤ê¤Þ¤»¤ó (0x%x)\n"
+
+#: config/alpha/freebsd.h:35 config/i386/freebsd-aout.h:236
+msgid "`-p' not supported; use `-pg' and gprof(1)"
+msgstr "`-p' ¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó. `-pg' ¤È gprof(1) ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤"
+
+#: config/arc/arc.h:61 config/mips/mips.h:918
+msgid "may not use both -EB and -EL"
+msgstr "-EB ¤È -EL ¤ÎξÊý¤ò»È¤¦¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
+
+#: config/arm/arm.h:216
+msgid "-mapcs-26 and -mapcs-32 may not be used together"
+msgstr "-mapcs-26 ¤È -mapcs-32 ¤ÏƱ»þ¤Ë»È¤¨¤Þ¤»¤ó"
+
+#: config/arm/arm.h:228
+msgid "-msoft-float and -mhard_float may not be used together"
+msgstr "-msoft-float ¤È -mhard_float ¤ÏƱ»þ¤Ë»È¤¨¤Þ¤»¤ó"
+
+#: config/arm/arm.h:239
+msgid "-mbig-endian and -mlittle-endian may not be used together"
+msgstr "-mbig-endian ¤È -mlittle-endian ¤ÏƱ»þ¤Ë»È¤¨¤Þ¤»¤ó"
+
+#: config/arm/arm.h:257
+msgid "Incompatible interworking options"
+msgstr "¸ß´¹À­¤Î¤Ê¤¤ interworking ¥ª¥×¥·¥ç¥ó"
+
+#: config/arm/riscix.h:73 config/arm/riscix.h:135
+msgid "-mbsd and -pedantic incompatible"
+msgstr "-mbsd ¤È -pedantic ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: config/arm/riscix.h:74 config/arm/riscix.h:136
+msgid "-mbsd and -mxopen incompatible"
+msgstr "-mbsd ¤È -mxopen ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: config/arm/riscix.h:75 config/arm/riscix.h:137
+msgid "-mxopen and -pedantic incompatible"
+msgstr "-mxopen ¤È -pedantic ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: config/dsp16xx/dsp16xx.h:101 config/dsp16xx/dsp16xx.h:110
+msgid "A -ifile option requires a -map option"
+msgstr "-ifile ¥ª¥×¥·¥ç¥ó¤Ë¤Ï -map ¥ª¥×¥·¥ç¥ó¤¬É¬ÍפǤ¹"
+
+#: config/i386/cygwin.h:103
+msgid "mno-cygwin and mno-win32 are not compatible"
+msgstr "mno-cygwin ¤È mno-win32 ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: config/i386/cygwin.h:158 config/i386/mingw32.h:63
+msgid "shared and mdll are not compatible"
+msgstr "shared ¤È mdll ¤È¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: config/i386/sco5.h:777 config/i386/sco5.h:852
+msgid "-static not valid with -mcoff"
+msgstr "-static ¤¬ -mcoff ¤È¤È¤â¤Ë»È¤ï¤ì¤ë¤Î¤ÏÀµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
+
+#: config/i386/sco5.h:778 config/i386/sco5.h:853
+msgid "-shared not valid with -mcoff"
+msgstr "-shared ¤¬ -mcoff ¤È¤È¤â¤Ë»È¤ï¤ì¤ë¤Î¤ÏÀµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
+
+#: config/i386/sco5.h:779 config/i386/sco5.h:854
+msgid "-symbolic not valid with -mcoff"
+msgstr "-symbolic ¤¬ -mcoff ¤È¤È¤â¤Ë»È¤ï¤ì¤ë¤Î¤ÏÀµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
+
+#: config/i386/sco5.h:817
+msgid "-fpic is not valid with -mcoff"
+msgstr "-fpic ¤¬ -mcoff ¤È¤È¤â¤Ë»È¤ï¤ì¤ë¤Î¤ÏÀµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
+
+#: config/i386/sco5.h:818
+msgid "-fPIC is not valid with -mcoff"
+msgstr "-fPIC ¤¬ -mcoff ¤È¤È¤â¤Ë»È¤ï¤ì¤ë¤Î¤ÏÀµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
+
+#: config/i386/sco5.h:855
+msgid "-fpic not valid with -mcoff"
+msgstr "-fpic -mcoff ¤È¤È¤â¤Ë»È¤ï¤ì¤ë¤Î¤ÏÀµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
+
+#: config/i386/sco5.h:856
+msgid "-fPIC not valid with -mcoff"
+msgstr "-fPIC ¤¬ -mcoff ¤È¤È¤â¤Ë»È¤ï¤ì¤ë¤Î¤ÏÀµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
+
+#: config/i386/unix.h:122
+msgid "bx]"
+msgstr "bx]"
+
+#: config/i386/unix.h:124
+msgid "bx"
+msgstr "bx"
+
+#: config/i386/unix.h:125
+msgid "cx"
+msgstr "cx"
+
+#: config/i860/fx2800.h:305
+msgid "-p option not supported: use -pg instead"
+msgstr "-p ¥ª¥×¥·¥ç¥ó¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó. Âå¤ï¤ê¤Ë -pg ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤"
+
+#: config/mcore/mcore.h:65
+msgid "choose either big or little endian, not both"
+msgstr "¥Ó¥Ã¥°¤Þ¤¿¤Ï¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥óξÊý¤Ç¤Ï¤Ê¤¯¡¢¤É¤Á¤é¤«¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤"
+
+#: config/mcore/mcore.h:68
+msgid "choose either m340 or m210 not both"
+msgstr "m340 ¤Þ¤¿¤Ï m210 ¤ÎξÊý¤Ç¤Ï¤Ê¤¯¡¢¤É¤Á¤é¤«¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤"
+
+#: config/mcore/mcore.h:69
+msgid "the m210 does not have little endian support"
+msgstr "m210 ¤Ï¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¥µ¥Ý¡¼¥È¤ò¹Ô¤Ê¤¨¤Þ¤»¤ó"
+
+#: config/mips/mips.h:774
+msgid "-pipe is not supported."
+msgstr "-pipe ¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#: config/mips/mips.h:913
+msgid "may not use both -mfp64 and -msingle-float"
+msgstr "-mfp64 ¤È -msingle-float ¤ÎξÊý¤ò»È¤¦¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
+
+#: config/mips/mips.h:914
+msgid "may not use both -mfp64 and -m4650"
+msgstr "-mfp64 ¤È -m4650 ¤ÎξÊý¤ò»È¤¦¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
+
+#: config/mips/r3900.h:28 config/mips/r3900.h:42
+msgid "-mhard-float not supported."
+msgstr "-mhard-float ¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó."
+
+#: config/mips/r3900.h:30 config/mips/r3900.h:44
+msgid "-msingle-float and -msoft-float can not both be specified."
+msgstr "-msingle-float ¤È -msoft-float ¤ò°ìÅ٤˻ØÄꤹ¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£"
+
+#: config/nextstep.h:163 config/nextstep.h:166
+msgid "-p profiling is no longer supported. Use -pg instead."
+msgstr "-p ¤Ç¤Î¥×¥í¥Õ¥¡¥¤¥ë¤Ï¤â¤¦Ä󶡤µ¤ì¤Þ¤»¤ó¡£Âå¤ï¤ê¤Ë -pg ¤ò»È¤¤¤Þ¤·¤ç¤¦¡£"
+
+#: config/vax/vax.h:41 config/vax/vax.h:42
+msgid "profiling not supported with -mg\n"
+msgstr "-mg ¤Ç¤Î¥×¥í¥Õ¥¡¥¤¥ë¤ÏÄ󶡤µ¤ì¤Þ¤»¤ó\n"
+
+#: f/lang-specs.h:35 gcc.c:593
+msgid "GNU C does not support -C without using -E"
+msgstr "GNU C ¤Ï -E ¤òȼ¤ï¤Ê¤¤ -C ¤ò¼ÂÁõ¤·¤Æ¤¤¤Þ¤»¤ó"
+
+#: gcc.c:614 java/jvspec.c:68
+msgid "-pg and -fomit-frame-pointer are incompatible"
+msgstr "-pg ¤È -fomit-frame-pointer ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: gcc.c:762
+msgid "-E required when input is from standard input"
+msgstr "ÆþÎϤ¬É¸½àÆþÎϤξì¹ç¤Ï -E ¤¬É¬ÍפǤ¹"
+
+#: gcc.c:766
+msgid "Compilation of header file requested"
+msgstr "¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤Î¥³¥ó¥Ñ¥¤¥ë¤¬Í׵ᤵ¤ì¤Þ¤·¤¿"
+
+#: java/lang-specs.h:33
+msgid "-fjni and -femit-class-files are incompatible"
+msgstr "-fjni ¤È -femit-class-files ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#: java/lang-specs.h:34
+msgid "-fjni and -femit-class-file are incompatible"
+msgstr "-fjini ¤È -femit-class-file ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
+
+#~ msgid "iterator `%s' has derived type"
+#~ msgstr "È¿Éü»Ò `%s' ¤ÏÇÉÀ¸·¿¤Ç¤¹"
+
+#~ msgid "iterator `%s' has noninteger type"
+#~ msgstr "È¿Éü»Ò `%s' ¤ÏÈóÀ°¿ô·¿¤Ç¤¹"
+
+#~ msgid "%s before character constant"
+#~ msgstr "ʸ»úÄê¿ô¤ÎÁ°¤Ë %s"
+
+#~ msgid "%s before character 0%o"
+#~ msgstr "ʸ»ú 0%2$o ¤ÎÁ°¤Ë %1$s"
+
+#~ msgid "more than one `f' in numeric constant"
+#~ msgstr "¿ôÄê¿ô¤Ë 1¤Ä°Ê¾å¤Î `f'"
+
+#~ msgid "more than one `l' in numeric constant"
+#~ msgstr "¿ôÄê¿ô¤Ë 1¤Ä°Ê¾å¤Î `l'"
+
+#~ msgid "invalid identifier `%s'"
+#~ msgstr "̵¸ú¤Ê¼±ÊÌ»Ò `%s'"
+
+#~ msgid "parse error at `..'"
+#~ msgstr "`..' ¤Ç¹½Ê¸²òÀÏ¥¨¥é¡¼"
+
+#~ msgid "nondigits in number and not hexadecimal"
+#~ msgstr "¿ôÃͤ˥¢¥é¥Ó¥¢¿ô»ú¤Ç¤Ê¤¯¡¢16 ¿Ê¤Ç¤â¤Ê¤¤Ê¸»ú"
+
+#~ msgid "numeric constant contains digits beyond the radix"
+#~ msgstr "¿ôÃÍÄê¿ô¤¬´ð¿ô¤òĶ¤¨¤¿¥¢¥é¥Ó¥¢¿ô»ú¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹"
+
+#~ msgid "floating constant exponent has no digits"
+#~ msgstr "ÉâÆ°¾®¿ôÄê¿ô¤Î¤Ù¤­¿ô¤¬¡¢¥¢¥é¥Ó¥¢¿ô»ú¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó"
+
+#~ msgid "hexadecimal floating constant has no exponent"
+#~ msgstr "16 ¿ÊÉâÆ°¾®¿ôÄê¿ô¤¬¤Ù¤­¾è¤ò»ý¤Á¤Þ¤»¤ó"
+
+#~ msgid "two `u's in integer constant"
+#~ msgstr "À°¿ôÄê¿ôÃæ¤Ë 2¤Ä¤Î `u'"
+
+#~ msgid "Unterminated string constant"
+#~ msgstr "ʸ»úÎóÄê¿ô¤¬½ªÎ»¤·¤Æ¤¤¤Þ¤»¤ó"
+
+#~ msgid "syntax error: cannot back up"
+#~ msgstr "ʸˡ¥¨¥é¡¼: ÄÉ¿ï¤Ç¤­¤Þ¤»¤ó"
+
+#~ msgid "parser stack overflow"
+#~ msgstr "¹½Ê¸²òÀÏ´ï¤Î¥¹¥¿¥Ã¥¯¤¬°î¤ì¤Þ¤·¤¿"
+
+#~ msgid "invalid `for (ITERATOR)' syntax"
+#~ msgstr "̵¸ú¤Ê `for (È¿Éü»Ò)' ¹½Ê¸¤Ç¤¹"
+
+#~ msgid "`for (%s)' inside expansion of same iterator"
+#~ msgstr "Ʊ¤¸È¿Éü»Ò¤ÎÆ⦤ˤ¢¤ë `for (%s)'"
+
+#~ msgid "case label within scope of cleanup or variable array"
+#~ msgstr "case ¥é¥Ù¥ë¤¬¡¢²òÂΤޤ¿¤Ï²ÄÊÑÇÛÎó¤Î¥¹¥³¡¼¥×Æâ¤Ë¤¢¤ê¤Þ¤¹"
+
+#~ msgid "parse error; also virtual memory exceeded"
+#~ msgstr "¹½Ê¸²òÀÏ¥¨¥é¡¼ -- ¤µ¤é¤Ë²¾ÁÛ¥á¥â¥ê¤òĶ²á¤·¤Þ¤·¤¿"
+
+#~ msgid "duplicate array index in initializer"
+#~ msgstr "½é´ü²½»ÒÆâ¤Ë½ÅÊ£¤·¤¿ÇÛÎ󥤥ó¥Ç¥Ã¥¯¥¹"
+
+#~ msgid "duplicate initializer"
+#~ msgstr "½ÅÊ£¤·¤¿½é´ü²½»Ò"
+
+#~ msgid "thumb_load_double_from_address: destination is not a register"
+#~ msgstr "thumb_load_double_from_address: Âоݤ¬¥ì¥¸¥¹¥¿¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#~ msgid "thumb_load_double_from_address: source is not a computed memory address"
+#~ msgstr "thumb_load_double_from_address: ¸µ¤¬·×»»ºÑ¤ß¥á¥â¥ê¥¢¥É¥ì¥¹¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#~ msgid "thumb_load_double_from_address: base is not a register"
+#~ msgstr "thumb_load_double_from_address: ¥Ù¡¼¥¹¤¬¥ì¥¸¥¹¥¿¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#~ msgid "thumb_load_double_from_address: Unhandled address calculation"
+#~ msgstr "thumb_load_double_from_address: °·¤ï¤ì¤Ê¤¤¥¢¥É¥ì¥¹·×»»"
+
+#~ msgid "ACCUM_HIGH_REGS class in limit_reload_class"
+#~ msgstr "limit_reload_class ¤Ë ACCUM_HIGH_REGS ¥¯¥é¥¹"
+
+#~ msgid "YH_OR_ACCUM_HIGH_REGS found in limit_reload_class"
+#~ msgstr "limit_reload_class ¤Ç YH_OR_ACCUM_HIGH_REGS ¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿"
+
+#~ msgid "YL found in limit_reload_class"
+#~ msgstr "limit_reload_class ¤Ç YL ¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿"
+
+#~ msgid "Bad register extension code"
+#~ msgstr "ÉÔÀµ¤Ê¥ì¥¸¥¹¥¿³ÈÄ¥¥³¡¼¥É"
+
+#~ msgid "Invalid offset in ybase addressing"
+#~ msgstr "ybase ¥¢¥É¥ì¥·¥ó¥°¤Ë̵¸ú¤Ê¥ª¥Õ¥»¥Ã¥È"
+
+#~ msgid "Invalid shift operator in emit_1600_core_shift"
+#~ msgstr "emit_1600_core_shift ¤Ç¤Î̵¸ú¤Ê¥·¥Õ¥È±é»»»Ò"
+
+#~ msgid "Invalid mode for gen_tst_reg"
+#~ msgstr "gen_tst_reg ¤Ë¤È¤Ã¤Æ¤Î̵¸ú¤Ê¥â¡¼¥É"
+
+#~ msgid "Invalid mode for integer comparison in gen_compare_reg"
+#~ msgstr "gen_compare_reg ¤Ç¤ÎÀ°¿ôÈæ³Ó¤Ë¤È¤Ã¤Æ¤Î̵¸ú¤Ê¥â¡¼¥É"
+
+#~ msgid "Invalid register for compare"
+#~ msgstr "̵¸ú¤ÊÈæ³ÓÍѥ쥸¥¹¥¿"
+
+#~ msgid "PRINT_OPERAND: letter %c was found & insn was not CONST_INT"
+#~ msgstr "PRINT_OPERAND: ʸ»ú %c ¤¬¸«¤Ä¤«¤ê¡¢Ì¿Îá¤Ï CONST_INT ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#~ msgid "-mptr%d not allowed on -m%d"
+#~ msgstr "-mptr%d ¤Ï -m%d ¤Î¾å¤Ç¤Ï»È¤¨¤Þ¤»¤ó"
+
+#~ msgid "parse errors have confused me too much"
+#~ msgstr "¹½Ê¸²òÀÏ¥¨¥é¡¼¤Ç¡¢¤«¤Ê¤êº®Í𤷤Ƥ·¤Þ¤¤¤Þ¤·¤¿"
+
+#~ msgid "virtual memory exhausted"
+#~ msgstr "²¾ÁÛ¥á¥â¥ê¤ò»È¤¤²Ì¤¿¤·¤Þ¤·¤¿"
+
+#~ msgid "destructor for alien class `%s' cannot be a member"
+#~ msgstr "¾¤Î¥¯¥é¥¹ `%s' ¤Î¥Ç¥¹¥È¥é¥¯¥¿¤ò¡¢¥á¥ó¥Ð¤Ë¤Ï¤Ç¤­¤Þ¤»¤ó"
+
+#~ msgid "constructor for alien class `%s' cannot be a member"
+#~ msgstr "¾¤Î¥¯¥é¥¹ `%s' ¤Î¥Ç¥¹¥È¥é¥¯¥¿¤ò¡¢¥á¥ó¥Ð¤Ë¤Ï¤Ç¤­¤Þ¤»¤ó"
+
+#~ msgid "trying to make class `%s' a friend of global scope"
+#~ msgstr "¥¯¥é¥¹ `%s' ¤òÂç°è¥¹¥³¡¼¥×¤Î friend ¤Ë¤·¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
+
+#~ msgid "parameter invalidly declared method type"
+#~ msgstr "¥Ñ¥é¥á¥¿¤Ï¥á¥½¥Ã¥É¤Î·¿¤òÉÔÀµ¤ËÀë¸À¤·¤Þ¤·¤¿"
+
+#~ msgid "parameter invalidly declared offset type"
+#~ msgstr "¥Ñ¥é¥á¥¿¤¬¥ª¥Õ¥»¥Ã¥È¤Î·¿¤òÉÔÀµ¤ËÀë¸À¤·¤Þ¤·¤¿"
+
+#~ msgid "`void' in parameter list must be entire list"
+#~ msgstr "¥Ñ¥é¥á¥¿¥ê¥¹¥ÈÆâ¤Î `void' ¤Ï¥ê¥¹¥ÈÁ´ÂΤǤʤ±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#~ msgid "no file specified with -fdump-translation-unit"
+#~ msgstr "-fdump-translation-unit ¤Ç»ØÄꤵ¤ì¤¿¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#~ msgid "(you really want to initialize it separately)"
+#~ msgstr "(ËÜÅö¤Ë¤½¤¦¤·¤¿¤¤¤Î¤Ç¤¢¤ì¤Ð¡¢Ê¬³ä¤·¤Æ½é´ü²½¤·¤Æ¤¯¤À¤µ¤¤)"
+
+#~ msgid "`operator new' takes type `size_t' parameter"
+#~ msgstr "`operator new' ¤Ï `size_t' ¥Ñ¥é¥á¥¿¤ò¤È¤ê¤Þ¤¹"
+
+#~ msgid "`operator new' takes type `size_t' as first parameter"
+#~ msgstr "`operator new' ¤ÏÂè°ì°ú¿ô¤È¤·¤Æ `size_t' ¤ò¤È¤ê¤Þ¤¹"
+
+#~ msgid "`operator delete' must return type `void'"
+#~ msgstr "`operator delete' ¤ÎÌá¤ê·¿¤Ï `void' ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
+
+#~ msgid "`operator delete' takes type `void *' as first parameter"
+#~ msgstr "`operator delete' ¤ÏÂè°ì°ú¿ô¤È¤·¤Æ `void *' ·¿¤ò¤È¤ê¤Þ¤¹"
+
+#~ msgid "too many arguments in declaration of `operator delete'"
+#~ msgstr "`operator delete' ¤ÎÀë¸ÀÆâ¤Ë¿¤¹¤®¤ë°ú¿ô"
+
+#~ msgid "`...' invalid in specification of `operator delete'"
+#~ msgstr "`...' `operator delete' ¤Î»ÅÍÍÆâ¤Ç̵¸ú¤Ç¤¹"
+
+#~ msgid "`default' label within scope of cleanup or variable array"
+#~ msgstr "`default' ¥é¥Ù¥ë¤¬¡¢²òÂΤޤ¿¤Ï²ÄÊÑÇÛÎó¤Î¥¹¥³¡¼¥×Æâ¤Ë¤¢¤ê¤Þ¤¹"
+
+#~ msgid "bad array initializer"
+#~ msgstr "ÇÛÎó¤ÎÉÔÀµ¤Ê½é´ü²½"
+
+#~ msgid "end of file encountered inside string constant"
+#~ msgstr "ʸ»úÎóÄê¿ô¤ÎÃæ¤Ç¥Õ¥¡¥¤¥ë¤Î½ªÃ¼¤ò¸¡½Ð¤·¤Þ¤·¤¿"
+
+#~ msgid "end of file encountered inside character constant"
+#~ msgstr "ʸ»úÄê¿ô¤ÎÃæ¤Ç¥Õ¥¡¥¤¥ë¤Î½ªÃ¼¤ò¸¡½Ð¤·¤Þ¤·¤¿"
+
+#~ msgid "invalid #pragma vtable"
+#~ msgstr "̵¸ú¤Ê #pragma vtable"
+
+#~ msgid "invalid `#pragma implementation'"
+#~ msgstr "̵¸ú¤Ê `#pragma implementation'"
+
+#~ msgid "universal-character-name designates `%c', part of the basic source character set"
+#~ msgstr "universal-character-name ¤Ï `%c' ¤ò»Ø¼¨¤·¤Þ¤·¤¿¤¬¡¢´ðËÜŪ¤Êʸ»ú½¸¹ç¤Î°ìÉô¤Ç¤¹"
+
+#~ msgid "%s at end of saved text"
+#~ msgstr "ÊݸºÑ¤ß¥Æ¥­¥¹¥È¤ÎËöÈø¤Ç%s"
+
+#~ msgid "complex integer constant is too wide for `__complex int'"
+#~ msgstr "Ê£ÁÇ¿ô·¿À°¿ôÄê¿ô¤Ï `__complex int' ¤Ë¤È¤Ã¤Æ¹­¤¹¤®¤Þ¤¹"
+
+#~ msgid "request for member `%s' is ambiguous in multiple inheritance lattice"
+#~ msgstr "Í׵ᤵ¤ì¤¿¥á¥ó¥Ð `%s' ¤Ï¿½Å·Ñ¾µ¥°¥é¥Õ¤ÎÃæ¤ÇÛ£Ëæ¤Ç¤¹"
+
+#~ msgid "Internal compiler error."
+#~ msgstr "ÆâÉô¥³¥ó¥Ñ¥¤¥é¥¨¥é¡¼."
+
+#~ msgid "Please submit a full bug report."
+#~ msgstr "¾Ü¤·¤¤¾õ¶·¤ò¥Ð¥°¥ì¥Ý¡¼¥È¤È¤·¤ÆÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£"
+
+#~ msgid "duplicate label `%s' in switch statement"
+#~ msgstr "switch ʸ¤ÎÃæ¤Ç¥é¥Ù¥ë `%s' ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
+
+#~ msgid "duplicate label (%d) in switch statement"
+#~ msgstr "switch ʸ¤ÎÃæ¤Ç¥é¥Ù¥ë (%d) ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
+
+#~ msgid "range values `%s' and `%s' reversed"
+#~ msgstr "ÈϰϤÎÃÍ `%s' ¤È `%s' ¤¬µÕ¤Ç¤¹"
+
+#~ msgid "range values reversed"
+#~ msgstr "ÈϰϤÎÃͤ¬µÕ¤Ç¤¹"
+
+#~ msgid "bad is_error(%d) in v_message"
+#~ msgstr "v_message Ãæ ÉÔÀµ¤Ê is_error(%d)"
+
+#~ msgid "'defined' without an identifier"
+#~ msgstr "¼±Ê̻ҤΤʤ¤ 'defined'"
+
+#~ msgid "string constants are not allowed in #if expressions"
+#~ msgstr "#if ¼°¤ÎÃæ¤Ç¤Ïʸ»úÎóÄê¿ô¤¬»È¤¨¤Þ¤»¤ó"
+
+#~ msgid "included file `%s' exists but is not readable"
+#~ msgstr "include ¤µ¤ì¤¿¥Õ¥¡¥¤¥ë `%s' ¤Ï¡¢Â¸ºß¤·¤Þ¤¹¤¬Æɤá¤Þ¤»¤ó"
+
+#~ msgid "%s is a directory"
+#~ msgstr "%s ¤Ï¥Ç¥£¥ì¥¯¥È¥ê¤Ç¤¹"
+
+#~ msgid "macro argument \"%s\" is stringified"
+#~ msgstr "¥Þ¥¯¥í°ú¿ô \"%s\" ¤Ïʸ»úÎ󲽤µ¤ì¤Þ¤¹"
+
+#~ msgid "`##' at start of macro definition"
+#~ msgstr "`##' ¤¬¥Þ¥¯¥íÄêµÁ¤Î»Ï¤á¤Ë¤¢¤ê¤Þ¤¹"
+
+#~ msgid "`##' at end of macro definition"
+#~ msgstr "`##' ¤¬¥Þ¥¯¥íÄêµÁ¤Î½ª¤ê¤Ë¤¢¤ê¤Þ¤¹"
+
+#~ msgid "empty object-like macro went through full #define"
+#~ msgstr "¶õ¤Î¥ª¥Ö¥¸¥§¥¯¥È¤Î¤è¤¦¤Ê¥Þ¥¯¥í¤Ï #define Á´¤Æ¤òÄ̤êÈ´¤±¤Þ¤·¤¿"
+
+#~ msgid "first token = %d not %d in collect_formal_parameters"
+#~ msgstr "collect_formal_parameters ÃæºÇ½é¤Î¥È¡¼¥¯¥ó = %d (%d ¤Ç¤Ï¤Ê¤¤)"
+
+#~ msgid "impossible token in macro argument list"
+#~ msgstr "¥Þ¥¯¥í°ú¿ô¥ê¥¹¥È¤Ë¤¢¤êÆÀ¤Ê¤¤¥È¡¼¥¯¥ó"
+
+#~ msgid "illegal token in macro argument list"
+#~ msgstr "¥Þ¥¯¥í°ú¿ô¥ê¥¹¥È¤ËÉÔÀµ¤Ê¥È¡¼¥¯¥ó"
+
+#~ msgid "another parameter follows \"...\""
+#~ msgstr "\"...\" ¤Î¸å¡¢¤µ¤é¤Ë¥Ñ¥é¥á¥¿¤¬Â³¤¤¤Æ¤¤¤Þ¤¹"
+
+#~ msgid "collect_params: argc=%d argslen=0"
+#~ msgstr "collect_params: argc=%d argslen=0"
+
+#~ msgid "C99 does not permit use of __VA_ARGS__ as a macro argument name"
+#~ msgstr "C99 ¤Ï¥Þ¥¯¥í°ú¿ô̾¤È¤·¤Æ __VA_ARGS__ ¤Î»ÈÍѤÏǧ¤á¤é¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#~ msgid "C89 does not permit varargs macros"
+#~ msgstr "C89 ¤Ç¤Ï varargs ¥Þ¥¯¥í¤Ïǧ¤á¤é¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#~ msgid "collect_params: impossible token type %d"
+#~ msgstr "collect_params: ¤¢¤êÆÀ¤Ê¤¤¥È¡¼¥¯¥ó·¿ %d"
+
+#~ msgid "attempt to use poisoned `%s'."
+#~ msgstr "±øÀ÷¤µ¤ì¤¿ `%s' ¤ÎÍøÍѤò»î¤·¤Þ¤¹¡£"
+
+#~ msgid "macroexpand: unexpected token %d (wanted LPAREN)"
+#~ msgstr "macroexpand: ͽ´ü¤·¤Ê¤¤¥È¡¼¥¯¥ó %d (LPAREN ¤Î¤Ï¤º)"
+
+#~ msgid "unterminated macro call"
+#~ msgstr "½ªÃ¼¤·¤Æ¤¤¤Ê¤¤¥Þ¥¯¥í¸Æ¤Ó½Ð¤·"
+
+#~ msgid "macro `%s' used with just one arg"
+#~ msgstr "¥Þ¥¯¥í `%s' ¤Î°ú¿ô¤¬°ì¤Ä¤·¤«¤¢¤ê¤Þ¤»¤ó"
+
+#~ msgid "macro `%s' used with only %d args"
+#~ msgstr "¥Þ¥¯¥í `%s' ¤Î°ú¿ô(%d ¸Ä)¤¬¾¯¤Ê¤¹¤®¤Þ¤¹"
+
+#~ msgid "macro `%s' used with too many (%d) args"
+#~ msgstr "¥Þ¥¯¥í `%s' ¤Î°ú¿ô(%d ¸Ä)¤¬Â¿¤¹¤®¤Þ¤¹"
+
+#~ 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"
+#~ " -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"
+#~ " -pedantic Issue all warnings demanded by strict ANSI C\n"
+#~ " -pedantic-errors Issue -pedantic warnings as errors instead\n"
+#~ " -traditional Follow K&R pre-processor behaviour\n"
+#~ " -trigraphs Support ANSI C trigraphs\n"
+#~ " -lang-c Assume that the input sources are in C\n"
+#~ " -lang-c89 Assume that the input sources are in C89\n"
+#~ " -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"
+#~ " -lang-fortran\t\t Assume that the input sources are in Fortran\n"
+#~ " -lang-chill Assume that the input sources are in Chill\n"
+#~ " -std=<std name> Specify the conformance standard; one of:\n"
+#~ " gnu89, gnu99, c89, c99, iso9899:1990,\n"
+#~ " iso9899:199409, iso9899:1999\n"
+#~ " -+ Allow parsing of C++ style features\n"
+#~ " -w Inhibit warning messages\n"
+#~ " -Wtrigraphs Warn if trigraphs are encountered\n"
+#~ " -Wno-trigraphs Do not warn about trigraphs\n"
+#~ " -Wcomment{s} Warn if one comment starts inside another\n"
+#~ " -Wno-comment{s} Do not warn about comments\n"
+#~ " -Wtraditional Warn if a macro argument is/would be turned into\n"
+#~ " a string if -traditional is specified\n"
+#~ " -Wno-traditional Do not warn about stringification\n"
+#~ " -Wundef Warn if an undefined macro is used by #if\n"
+#~ " -Wno-undef Do not warn about testing undefined macros\n"
+#~ " -Wimport Warn about the use of the #import directive\n"
+#~ " -Wno-import Do not warn about the use of #import\n"
+#~ " -Werror Treat all warnings as errors\n"
+#~ " -Wno-error Do not treat warnings as errors\n"
+#~ " -Wall Enable all preprocessor warnings\n"
+#~ " -M Generate make dependencies\n"
+#~ " -MM As -M, but ignore system header files\n"
+#~ " -MD As -M, but put output in a .d file\n"
+#~ " -MMD As -MD, but ignore system header files\n"
+#~ " -MG Treat missing header file as generated files\n"
+#~ " -g3 Include #define and #undef directives in the output\n"
+#~ " -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"
+#~ " -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"
+#~ " -ftabstop=<number> Distance between tab stops for column reporting\n"
+#~ " -P Do not generate #line directives\n"
+#~ " -$ Do not allow '$' in identifiers\n"
+#~ " -remap Remap file names when including files.\n"
+#~ " --version Display version information\n"
+#~ " -h or --help Display this information\n"
+#~ msgstr ""
+#~ "¥¹¥¤¥Ã¥Á:\n"
+#~ " -include <file> ¾¤Î¥Õ¥¡¥¤¥ë°ÊÁ°¤Ë <file> ¤ÎÆâÍƤò include\n"
+#~ " -imacros <file> <file> Ãæ¥Þ¥¯¥í¤ÎÄêµÁ¤ò¼õÍý¤¹¤ë\n"
+#~ " -iprefix <path> °Ê¹ß¤ÎÆó¤Ä¤Î¥ª¥×¥·¥ç¥ó¤Ë <path> ÀÜƬ¼­¤ò¤Ä¤±¤ë\n"
+#~ " -iwithprefix <dir> ¥·¥¹¥Æ¥à¥¤¥ó¥¯¥ë¡¼¥É¥Ñ¥¹¤ÎËöÈø¤Ë <dir> ¤òÄɲÃ\n"
+#~ " -iwithprefixbefore <dir> ¼ç¥¤¥ó¥¯¥ë¡¼¥É¥Ñ¥¹¤ÎËöÈø¤Ë <dir> ¤òÄɲÃ\n"
+#~ " -isystem <dir> ¥·¥¹¥Æ¥à¥¤¥ó¥¯¥ë¡¼¥É¥Ñ¥¹¤ÎºÇ½é¤Ë <dir> ¤òÄɲÃ\n"
+#~ " -idirafter <dir> ¥·¥¹¥Æ¥à¥¤¥ó¥¯¥ë¡¼¥É¥Ñ¥¹¤ÎËöÈø¤Ë <dir> ¤òÄɲÃ\n"
+#~ " -I <dir> ¼ç¥¤¥ó¥¯¥ë¡¼¥É¥Ñ¥¹¤ÎËöÈø¤Ë <dir> ¤òÄɲÃ\n"
+#~ " -I- ¤­¤áºÙ¤«¤Ê¥¤¥ó¥¯¥ë¡¼¥É¥Ñ¥¹À©¸æ; info ¤ò¸«¤è\n"
+#~ " -nostdinc ¥·¥¹¥Æ¥à¥¤¥ó¥¯¥ë¡¼¥É¥Ç¥£¥ì¥¯¥È¥ê¤òõ¤µ¤Ê¤¤\n"
+#~ " (-isystem ¤Ç»ØÄꤵ¤ì¤¿¤é»ÈÍѤµ¤ì¤Þ¤¹)\n"
+#~ " -nostdinc++ C++ ÍÑ¥·¥¹¥Æ¥à¥¤¥ó¥¯¥ë¡¼¥É¥Ç¥£¥ì¥¯¥È¥ê¤òõ¤µ¤Ê¤¤\n"
+#~ " -o <file> <file> ¤ËÂФ·¤Æ½ÐÎϤ¹¤ë\n"
+#~ " -pedantic ¸·Ì©¤Ê ANSI C ¤ÎÍ׵᤹¤ë·Ù¹ð¤òȯ¹Ô\n"
+#~ " -pedantic-errors -pedantic ¤Î·Ù¹ð¤ò¥¨¥é¡¼¤È¤·¤Æȯ¹Ô\n"
+#~ " -traditional K&R ¥×¥ê¥×¥í¥»¥Ã¥µ¤Î¿¶¤ëÉñ¤¤¤ËÄÉ¿ï\n"
+#~ " -trigraphs ANSI C ¥È¥é¥¤¥°¥é¥Õ¤ò¥µ¥Ý¡¼¥È\n"
+#~ " -lang-c ÆþÎϤò C ¤À¤È²¾Äꤹ¤ë\n"
+#~ " -lang-c89 ÆþÎϤò C89 ¤À¤È²¾Äꤹ¤ë\n"
+#~ " -lang-c++ ÆþÎϤò C++ ¤À¤È²¾Äꤹ¤ë\n"
+#~ " -lang-objc ÆþÎϤò ObjectiveC ¤À¤È²¾Äꤹ¤ë\n"
+#~ " -lang-objc++ ÆþÎϤò ObjectiveC++ ¤À¤È²¾Äꤹ¤ë\n"
+#~ " -lang-asm ÆþÎϤò assembler ¤À¤È²¾Äꤹ¤ë\n"
+#~ " -lang-fortran ÆþÎϤò Fortran ¤À¤È²¾Äꤹ¤ë\n"
+#~ " -lang-chill ÆþÎϤò Chill ¤À¤È²¾Äꤹ¤ë\n"
+#~ " -std=<std name> Ŭ¹ç¤¹¤ëɸ½à¤ò°Ê²¼¤«¤é°ì¤Ä»ØÄê;\n"
+#~ " gnu89, gnu99, c89, c99, iso9899:1990,\n"
+#~ " iso9899:199409, iso9899:1999\n"
+#~ " -+ C++ ¥¹¥¿¥¤¥ë¤Î¥Ñ¡¼¥¸¥ó¥°¤òµö²Ä\n"
+#~ " -w ·Ù¹ð¥á¥Ã¥»¡¼¥¸¤òÍÞÀ©¤¹¤ë\n"
+#~ " -Wtrigraphs ¥È¥é¥¤¥°¥é¥Õ¤ò¸«¤Ä¤±¤¿¤é·Ù¹ð¤¹¤ë\n"
+#~ " -Wno-trigraphs ¥È¥é¥¤¥°¥é¥Õ¤ò¸«¤Ä¤±¤Æ¤â·Ù¹ð¤·¤Ê¤¤\n"
+#~ " -Wcomment{s} ¥³¥á¥ó¥È¤ÎÃæ¤Ë¥³¥á¥ó¥È¤¬¤¢¤ì¤Ð·Ù¹ð¤¹¤ë\n"
+#~ " -Wno-comment{s} ¥³¥á¥ó¥È¤Ë´Ø¤¹¤ë·Ù¹ð¤ò¤·¤Ê¤¤\n"
+#~ " -Wtraditional -traditional ¤¬»ØÄꤵ¤ì¤¿¾ì¹ç¡¢¥Þ¥¯¥í°ú¿ô¤¬\n"
+#~ " ʸ»úÎó¤ËÊѹ¹¤µ¤ì¤ë¤è¤¦¤Ê¤é·Ù¹ð¤¹¤ë\n"
+#~ " -Wno-traditional ʸ»úÎó»ØÄê¤Ë´Ø¤·¤Æ·Ù¹ð¤·¤Ê¤¤\n"
+#~ " -Wundef #if ¤Ç̤ÄêµÁ¤Î¥Þ¥¯¥í¤¬»È¤ï¤ì¤Æ¤¤¤¿¤é·Ù¹ð¤¹¤ë\n"
+#~ " -Wno-undef ̤ÄêµÁ¥Þ¥¯¥í¤Î¥Æ¥¹¥È¤Ë¤Ä¤¤¤Æ·Ù¹ð¤·¤Ê¤¤\n"
+#~ " -Wimport #import ¤Î»ÈÍѤˤĤ¤¤Æ·Ù¹ð¤¹¤ë\n"
+#~ " -Wno-import #import ¤Î»ÈÍѤˤĤ¤¤Æ·Ù¹ð¤·¤Ê¤¤\n"
+#~ " -Werror Á´¤Æ¤Î·Ù¹ð¤ò¥¨¥é¡¼¤È¤·¤Æ°·¤¦\n"
+#~ " -Wno-error ·Ù¹ð¤ò¥¨¥é¡¼¤È¤·¤Æ°·¤ï¤Ê¤¤\n"
+#~ " -Wall Á´¤Æ¤Î¥×¥ê¥×¥í¥»¥Ã¥µ¤Î·Ù¹ð¤òÍ­¸ú¤Ë¤¹¤ë\n"
+#~ " -M make ¤Î°Í¸´Ø·¸¤òÀ¸À®¤¹¤ë\n"
+#~ " -MM -M ¤ÈƱ¤¸¤À¤¬¡¢¥·¥¹¥Æ¥à¥Ø¥Ã¥À¤Ï̵»ë¤¹¤ë\n"
+#~ " -MD -M ¤ÈƱ¤¸¤À¤¬¡¢.d ¥Õ¥¡¥¤¥ë¤Ë½ÐÎϤ¹¤ë\n"
+#~ " -MMD -MD ¤ÈƱ¤¸¤À¤¬¡¢¥·¥¹¥Æ¥à¥Ø¥Ã¥À¤Ï̵»ë¤¹¤ë\n"
+#~ " -MG ¸«¤Ä¤«¤é¤Ê¤¤¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤ÏÀ¸À®¤µ¤ì¤ë¤â¤Î¤È¤¹¤ë\n"
+#~ " -g3 #define ¤È #undef µ¿»÷Ì¿Îá¤ò½ÐÎϤ˴ޤá¤ë\n"
+#~ " -D<macro> <macro> ¤òÄêµÁ¤·¡¢Ê¸»úÎó '1' ¤ò¤½¤ÎÃͤȤ¹¤ë\n"
+#~ " -D<macro>=<val> <macro> ¤òÄêµÁ¤·¡¢<val> ¤ò¤½¤ÎÃͤȤ¹¤ë\n"
+#~ " -A<question> (<answer>) <question> ¤Ï <answer> ¤À¤ÈÃǸÀ¤¹¤ë\n"
+#~ " -A-<question> (<answer>) <question> ¤Ï <answer> ¤À¤È¤·¤Ê¤¤\n"
+#~ " -U<macro> <macro> ÄêµÁ¤ò¤ä¤á¤ë\n"
+#~ " -v ¥Ð¡¼¥¸¥ç¥óÈÖ¹æ¤òɽ¼¨¤¹¤ë\n"
+#~ " -H ÍøÍѤµ¤ì¤ë¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤Î̾Á°¤òɽ¼¨¤¹¤ë\n"
+#~ " -C ¥³¥á¥ó¥È¤òÇË´þ¤·¤Ê¤¤\n"
+#~ " -dM ËöÈø¤ÇÍ­¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤ë¥Þ¥¯¥íÄêµÁ¥ê¥¹¥È¤òɽ¼¨¤¹¤ë\n"
+#~ " -dD ½ÐÎϤ˥ޥ¯¥íÄêµÁ¤ò»Ä¤·¤Æ¤ª¤¯\n"
+#~ " -dN -dD ¤ÈƱ¤¸¤À¤¬¡¢Ì¾Á°¤À¤±¤ò»Ä¤·¤Æ¤ª¤¯\n"
+#~ " -dI #include µ¿»÷Ì¿Îá¤ò½ÐÎϤ˴ޤá¤ë\n"
+#~ " -ftabstop=<number> Êó¹ð¥«¥é¥à¤Î¥¿¥Ö´Ö³Ö¤ò»ØÄꤹ¤ë\n"
+#~ " -P #line µ¿»÷Ì¿Îá¤òÀ¸À®¤·¤Ê¤¤\n"
+#~ " -$ ¼±ÊÌ»Ò¤Ë '$' ¤òµö¤µ¤Ê¤¤\n"
+#~ " -remap ¥Õ¥¡¥¤¥ë¤ò include ¤¹¤ë¤È¤­¥Õ¥¡¥¤¥ë̾¤òºÆ¥Þ¥Ã¥×\n"
+#~ " --version ¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òɽ¼¨¤¹¤ë\n"
+#~ " -h or --help ¤³¤Î¾ðÊó¤òɽ¼¨¤¹¤ë\n"
+
+#~ msgid "mark active in cpp_pop_buffer"
+#~ msgstr "cpp_pop_buffer ¤Ç¥Þ¡¼¥¯¤¬¥¢¥¯¥Æ¥£¥Ö"
+
+#~ msgid "length < 0 in cpp_expand_to_buffer"
+#~ msgstr "cpp_expand_to_buffer Ãæ¤Ç length < 0"
+
+#~ msgid "backslash-newline within line comment"
+#~ msgstr "¹Ô¥³¥á¥ó¥ÈÆâ¤Ë¥Ð¥Ã¥¯¥¹¥é¥Ã¥·¥å²þ¹Ô"
+
+#~ msgid "C++ style comments are not allowed in traditional C"
+#~ msgstr "C++ ¥¹¥¿¥¤¥ë¤Î¥³¥á¥ó¥È¤ÏÅÁÅýŪ C ¤Ç¤Ïµö¤µ¤ì¤Þ¤»¤ó"
+
+#~ msgid "embedded null character ignored"
+#~ msgstr "Ëä¤á¹þ¤Þ¤ì¤¿ null ʸ»ú¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
+
+#~ msgid "string constant runs past end of line"
+#~ msgstr "ʸ»úÎóÄê¿ô¤¬¹Ô¤Î½ª¤ï¤ê¤Ç½ªÃ¼¤·¤Æ¤¤¤Þ¤»¤ó"
+
+#~ msgid "\\r escape inside string constant"
+#~ msgstr "ʸ»úÎóÄê¿ôÃæ¤Î \\r ¥¨¥¹¥±¡¼¥×"
+
+#~ msgid "null characters in string or character constant"
+#~ msgstr "ʸ»úÎóËô¤Ïʸ»úÄê¿ôÃæ¤Ë null ʸ»ú"
+
+#~ msgid "missing '>' in `#include <FILENAME>'"
+#~ msgstr "`#include <¥Õ¥¡¥¤¥ë̾>' ¤Ë '>' ¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#~ msgid "unrecognized escape \\r%c"
+#~ msgstr "ǧ¼±ÉÔǽ¤Î¥¨¥¹¥±¡¼¥× \\r%c"
+
+#~ msgid "vertical tab in preprocessing directive"
+#~ msgstr "¥×¥ê¥×¥í¥»¥¹¥Ç¥£¥ì¥¯¥Æ¥£¥ô¤Ë¿âľ¥¿¥Öʸ»ú"
+
+#~ msgid "form feed in preprocessing directive"
+#~ msgstr "¥×¥ê¥×¥í¥»¥¹¥Ç¥£¥ì¥¯¥Æ¥£¥ô¤Ë¥Õ¥©¡¼¥à¥Õ¥£¡¼¥É"
+
+#~ msgid "null character preserved"
+#~ msgstr "¥Ì¥ëʸ»ú¤¬Êݤ¿¤ì¤Þ¤·¤¿"
+
+#~ msgid "comment start split across lines"
+#~ msgstr "¥³¥á¥ó¥È³«»Ï¤¬¹Ô¤ò¤Þ¤¿¤¤¤Ç¤¤¤Þ¤¹"
+
+#~ msgid "comment start '/*' split across lines"
+#~ msgstr "¥³¥á¥ó¥È³«»Ï '/*' ¤¬¹Ô¤ò¤Þ¤¿¤¤¤Ç¤¤¤Þ¤¹"
+
+#~ msgid "comment end '*/' split across lines"
+#~ msgstr "¥³¥á¥ó¥È½ªÃ¼ '*/' ¤¬¹Ô¤ò¤Þ¤¿¤¤¤Ç¤¤¤Þ¤¹"
+
+#~ msgid "handle_directive called on macro buffer"
+#~ msgstr "¥Þ¥¯¥í¥Ð¥Ã¥Õ¥¡¤Ç handle_directive ¤¬¸Æ¤Ð¤ì¤Þ¤·¤¿"
+
+#~ msgid "ignoring #%s because of its indented #"
+#~ msgstr "¥¤¥ó¥Ç¥ó¥È¤µ¤ì¤¿ # ¤Ê¤Î¤Ç¡¢#%s ¤Ï̵»ë¤·¤Þ¤¹"
+
+#~ msgid "ISO C does not allow #%s"
+#~ msgstr "ISO C ¤Ï #%s ¤òµö²Ä¤·¤Þ¤»¤ó"
+
+#~ msgid "redefining poisoned `%.*s'"
+#~ msgstr "±øÀ÷¤µ¤ì¤¿ `%.*s' ¤òºÆÄêµÁ"
+
+#~ msgid "garbage at end of #line"
+#~ msgstr "#line ¥³¥Þ¥ó¥É¤ÎºÇ¸å¤Ë¥´¥ß"
+
+#~ msgid "second token after #line is not a string"
+#~ msgstr "#line ¤Î¸å¤ÎÆó¤ÄÌܤΥȡ¼¥¯¥ó¤¬Ê¸»úÎó¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
+
+#~ msgid "junk on line after #undef"
+#~ msgstr "#undef ¤Î¸å¤Î¹Ô¤Ë¥´¥ß"
+
+#~ msgid "cannot undefine poisoned \"%s\""
+#~ msgstr "±øÀ÷¤µ¤ì¤¿ \"%s\" ¤ò undefine ¤Ç¤­¤Þ¤»¤ó"
+
+#~ msgid "malformed #pragma implementation"
+#~ msgstr "¤ª¤«¤·¤Ê #pragma implementation"
+
+#~ msgid "#%s with no argument"
+#~ msgstr "#%s ¤Ë°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
+
+#~ msgid "#%s with invalid argument"
+#~ msgstr "̵¸ú¤Ê°ú¿ô¤ò»ý¤Ã¤¿ #%s"
+
+#~ msgid "Cannot duplicate non-existant exception region."
+#~ msgstr "¸ºß¤·¤Ê¤¤Îã³°Îΰè¤òÊ£À½¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£"
+
+#~ msgid "Never issued previous false_label"
+#~ msgstr "Á°¤Î false_label ¤Ï·è¤·¤Æȯ¹Ô¤µ¤ì¤Þ¤»¤ó"
+
+#~ msgid "Basic blocks not numbered consecutively"
+#~ msgstr "´ðËÜ¥Ö¥í¥Ã¥¯¤¬Ï¢Â³Åª¤ËÈÖ¹æÉÕ¤±¤é¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#~ msgid "file path prefix `%s%s' never used"
+#~ msgstr "¥Õ¥¡¥¤¥ë¥Ñ¥¹¤Î¥×¥ì¥Õ¥£¥Ã¥¯¥¹ `%s%s' ¤ÏÁ´¤¯»È¤ï¤ì¤Þ¤»¤ó"
+
+#~ msgid "file path prefix `%s' never used"
+#~ msgstr "¥Õ¥¡¥¤¥ë¥Ñ¥¹¤Î¥×¥ì¥Õ¥£¥Ã¥¯¥¹ `%s' ¤ÏÁ´¤¯»È¤ï¤ì¤Þ¤»¤ó"
+
+#~ msgid "%s: option `%s' is ambiguous\n"
+#~ msgstr "%s: ¥ª¥×¥·¥ç¥ó `%s' ¤Ï¤¢¤¤¤Þ¤¤¤Ç¤¹\n"
+
+#~ msgid "%s: option `--%s' doesn't allow an argument\n"
+#~ msgstr "%s: ¥ª¥×¥·¥ç¥ó `--%s' ¤Ë°ú¿ô¤Ï¤¢¤ê¤Þ¤»¤ó\n"
+
+#~ msgid "%s: option `%c%s' doesn't allow an argument\n"
+#~ msgstr "%s: ¥ª¥×¥·¥ç¥ó `%c%s' ¤Ë°ú¿ô¤Ï¤¢¤ê¤Þ¤»¤ó\n"
+
+#~ msgid "%s: option `%s' requires an argument\n"
+#~ msgstr "%s: ¥ª¥×¥·¥ç¥ó `%s' ¤Ë¤Ï°ú¿ô¤¬É¬ÍפǤ¹\n"
+
+#~ msgid "%s: unrecognized option `--%s'\n"
+#~ msgstr "%s: ǧ¼±ÉÔǽ¤Ê¥ª¥×¥·¥ç¥ó `--%s'\n"
+
+#~ msgid "%s: unrecognized option `%c%s'\n"
+#~ msgstr "%s: ǧ¼±ÉÔǽ¤Ê¥ª¥×¥·¥ç¥ó `%c%s'\n"
+
+#~ msgid "%s: illegal option -- %c\n"
+#~ msgstr "%s: ÉÔÀµ¤Ê¥ª¥×¥·¥ç¥ó -- %c\n"
+
+#~ msgid "%s: invalid option -- %c\n"
+#~ msgstr "%s: ̵¸ú¤Ê¥ª¥×¥·¥ç¥ó -- %c\n"
+
+#~ msgid "%s: option requires an argument -- %c\n"
+#~ msgstr "%s: ¥ª¥×¥·¥ç¥ó¤Ë¤Ï°ú¿ô¤¬É¬ÍפǤ¹ -- %c\n"
+
+#~ msgid "%s: option `-W %s' is ambiguous\n"
+#~ msgstr "%s: ¥ª¥×¥·¥ç¥ó `-W %s' ¤Ï¤¢¤¤¤Þ¤¤¤Ç¤¹\n"
+
+#~ msgid "%s: option `-W %s' doesn't allow an argument\n"
+#~ msgstr "%s: ¥ª¥×¥·¥ç¥ó `-W %s' ¤Ë°ú¿ô¤Ï¤¢¤ê¤Þ¤»¤ó\n"
+
+#~ msgid "function with complex parameters cannot be inline"
+#~ msgstr "Ê£»¨¤Ê¥Ñ¥é¥á¥¿¤ò¤â¤Ä´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
+
+#~ msgid "Objective-C text in C source file"
+#~ msgstr "C ¤Î¥½¡¼¥¹¥Õ¥¡¥¤¥ëÃæ¤Ë Objective-C ¤Îʸ»úÎó"
+
+#~ msgid "statically allocated objects not supported"
+#~ msgstr "¥ª¥Ö¥¸¥§¥¯¥È¤ÎÀÅŪ¤Ê³äÅö¤Æ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
+
+#~ msgid "output pipe has been closed"
+#~ msgstr "½ÐÎϤΥѥ¤¥×¤¬ÊĤ¸¤é¤ì¤Þ¤·¤¿"
+
+#~ msgid "Unknown stab %s: : 0x%x\n"
+#~ msgstr "ÉÔÌÀ¤Ê¥¹¥¿¥Ö %s: : 0x%x\n"